/*body {*/
/*    color: #969595;*/
/*    font-family: "Open Sans",sans-serif;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*}*/


.price-style h1 ,.price-style .nav-tabs {
    margin-top: 25px;
}
.spc-30 {
    height: 30px;
}

.animatedParent {overflow: hidden;}
/* Price Table Starts
/* ========================================================================== */

/* ==== Common css starts === */
.price-table img {
    max-width: 100%;
}
.price-table .price-img{position: relative;}
.price-table .btn-play {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 0;
    color: #000000;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.price-style1 .price-table {
    text-align: center;
    margin: 30px auto 10px auto;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 2px 6px 2px rgb(170 161 161 / 46%);

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-style1 .price-label-title {
    padding: 20px 15px;
    background-color: #f8f8f8;
    color: #333333;
    border-radius: 10px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 29px;
}
.price-style1 .price-value {
    font-size: 40px;
    padding: 15px;
}
.price-value .price-duration {
    font-size: 24px;
}
.price-style1 small{ font-size: 75%;}
.price-style1 .price-row {
    border-top: 1px solid #f4f4f4;
    color: #a7aaad;
    font-size: 16px;
    padding: 15px;
}
.price-row i {
    font-size: 14px;
    line-height: 1;
    margin: 0 5px;
}
.price-style1 .price-row a {
    color: #a7aaad;
    font-size: 16px;
}
.price-style1 .price-row a:hover, .price-style1 .price-row a:focus {
    text-decoration: none;
}
.price-style1 .price-row-bottom {
    border-top: 1px solid #f4f4f4;
    padding: 20px 15px;
}
.price-style1  .featured .price-number {font-weight: 700;}
.price-style1 .price-table.featured {
    overflow: hidden;
    position: relative;
}
.label-tag {
    position: relative;
    overflow: hidden;
}
.label-tag::before {
    position: absolute;  
    display: block;
    width: 200px;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;   
}
.label-tag.lbl-right:before { 
    content: 'Best';
    top: 10px; 
    right: -70px;
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}
.label-tag.lbl-left:before { 
    content: 'Best';
    top: 10px; 
    left: -70px;

    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}

.btn-theme {
    color: #ffffff;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 10px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-table.featured .btn-theme,  .price-table:hover .btn-theme {
    background-color: transparent;
}
.btn-theme:hover, .btn-theme:focus {
    text-decoration: none;
    background-color: transparent;
}
.box-shd { box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);}
.btn-square { border-radius: 0;}
.btn-round { border-radius: 50px;}

.price-bottom .price-row {
    border-bottom: 1px solid #f4f4f4;
    border-top: 0;
}
.odd-even [class^="price-row"]:nth-child(2n+1) {
    background-color: #f5f5f5;
}

/* ==== Common css ends === */

/* ==== Rating css starts === */
.rating .star {
    // cursor: pointer;     
}
.rating span.star::before{
    color: #ffd33b;
    content: "\f006";
    font-family: FontAwesome;
}
.rating span.star.half:before{
    color: #ffd33b;
    content: "\f123";
    font-family: FontAwesome;
}
.rating span.star.active::before {
    color: #ffd33b;
    content: "\f005";
    font-family: FontAwesome;
}
/* ==== Rating css ends === */

/* ==== 4-Column css starts === */
.price-col-4 .price-value {
    font-size: 70px;
}
.price-col-4 .price-row {
    font-size: 16px;
}
/* ==== 4-Column css ends === */

/* ==== Accordion css starts === */
.price-accordion .price-row {
    text-align: left;
}
.price-row.panel {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.price-accordion .price-row i {
    float: right;
    line-height: normal;
    margin-top: 3px;
}
.price-accordion .panel-body {
    font-size: 14px;
    padding: 15px 15px 0
}
.price-accordion .panel-body ul {
    padding-left: 15px;
    margin: 0;
}
/* ==== Accordion css ends === */

/* ==== Tooltip css starts === */
.tooltip-demo .icon {float: right; margin-top: 5px;}
/* ==== Tooltip css ends === */

/* ==== Slider css starts === */
.price-style1 .owl-controls .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}
.price-style1 .owl-prev, .price-style1 .owl-next {
    border: 1px solid #435469;
    color: #435469;
    display: inline-block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-style1 .owl-next {
    margin-left: 10px;
}
.owl-carousel .price-table {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}
/* ==== Slider css ends === */

/* ==== No Border css starts === */
.no-border .price-table {
    border: 0 none;
    margin-bottom: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
}
.no-border [class^="price-row"]{
    border: 0;
}
.no-border [class^="price-row"]:nth-child(2n+1) {
    background-color: #f5f5f5;
}
/* ==== No Border css ends === */

/* ==== Dark Version css starts === */
.dark-bg .price-table {
    background-color: rgba(0, 0, 0, 0.8);
}
.dark-bg .price-row, .dark-bg .price-value {
    color: #fff;
}
/* ==== Dark Version css ends === */


/* ==== 5-column css starts === */
.col-5 .price-label-title {
    font-size: 20px;
}
.col-5 .price-value {
    font-size: 30px;
}
.col-5 .price-duration {
    font-size: 18px;
}
.col-5 .price-row {
    font-size: 16px;
}
.col-5 .btn-theme {
    font-size: 14px;
    padding: 10px 15px;
}
/* ==== 5-column css ends === */

/* ==== Price Tabs Style-1 css starts === */
.price-tabs1 {   
    display: table;
    font-weight: 600;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
    overflow: hidden;
}
.price-tabs1 li {
    border: 2px solid #333;
    display: inline-table;
    margin-left: -4px;
    vertical-align: middle;
    width: 32.8%;
}
.price-tabs1 li a {
    color: #333;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-tabs1 li + li {
    border-left: 0;
}
.price-tabs1 li a:hover, .price-tabs1 li a:focus, .price-tabs1 li.active a {
    color: #fff;
}
/* ==== Price Tabs Style-1 css ends === */

/* ==== Price Table Style-2 css starts === */
.table-style2 {
    padding: 0;    
}
.table-style2 .price-table {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    margin-left: 2px;
    margin-right: 2px;
}
.table-style2 .price-label-title {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 25px 0 0;
}
.table-style2 .price-table .price-value {    
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 120px;   
    margin: 25px auto;
    padding: 6% 0 0;
    width: 120px;
}
.table-style2 .price-table .price-duration {
    display: block;
}
.table-style2 .price-table .price-row:hover i {
    color: #fff;
}
.table-style2 .featured  {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding-bottom: 45px !important;
    top: -25px;
    z-index: 1;
}
.table-style2 .featured .price-row, .table-style2 .price-table:hover .price-row,
.price-style1 .table-style2  .price-table.featured .btn-theme, .price-style1 .table-style2 .price-table:hover .btn-theme {
    border-color: #ffffff;
    color: #ffffff;
}
.table-style2 .featured .price-value, .table-style2 .price-table:hover .price-value {
    background-color: #ffffff;
}
.price-style1 .table-style2 .label-tag::before {
    background-color: #ffffff;
}
.table-style2 .price-table.featured .price-label-title, .table-style2 .price-table:hover .price-label-title {
    color: #ffffff;
}
/* ==== Price Table Style-2 css ends === */

/* ==== Price Table Style-3 css starts === */
.table-style3 .price-table {
    position: relative;
    padding: 0;
    margin: 90px auto 0;
}
.table-style3 .price-table.featured {
    overflow: visible;
}
.top-icon {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 120px;
    left: 0;
    line-height: 2.2;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 120px;
    z-index: 1;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.table-style3 .price-header {
    background-color: #fbfbfb;
    border-radius: 10px 10px 0 0;
    padding-top: 80px;
}
.table-style3 .price-label-title {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 15px;
}
.table-style3 .price-table.featured {
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
    overflow: visible;
    padding: 0 0 30px;
    top: -30px;
}
/* ==== Price Table Style-3 css ends === */

/* ==== Price Table Style-4 css starts === */
.table-style4 {
    margin-right: -1px;
    padding: 0;
}
.table-style4 .featured-title {
    background-color: #333333;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-weight: bold;
    margin: -9px;
    padding: 10px;
    text-transform: uppercase;
}
.table-style4 .price-label-title {
    background-color: rgba(0, 0, 0, 0);
    padding: 35px 0 0;
}
.table-style4 .price-table.featured {
    overflow: visible;
    position: inherit;
    top: -15px;
    z-index: 1;
}
.table-style4 .price-row + .price-row {
    border-top: 0 none;
    padding-top: 0;
}
.table-style4 .price-table:hover {
    position: inherit;
    z-index: 1;
}
/* ==== Price Table Style-4 css ends === */

/* ==== Price Table Style-5 css starts === */
.table-style5 .price-label-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.table-style5 .price-table .price-value {
    border-radius: 10px;
    color: #ffffff;
}
/* ==== Price Table Style-5 css ends === */

/* ==== Price Table Style-6 css starts === */
.table-style6 {
    padding: 0 4px;
}
.table-style6 .price-table {
    padding: 0;
    border-top: 5px solid transparent;
    box-shadow: 0 2px 6px 2px rgb(170 161 161 / 46%);

}
.table-style6 .price-label-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding-bottom: 0;
}
.table-style6 .price-table .price-value {
    color: #ffffff;
}
.table-style6 .price-header {
    border-radius: 6px 6px 0 0;
}
.table-style6 .btn-theme {
    background-color: #ffffff;
    border-color: #ffffff;
}
.table-style6 .price-row-bottom {
    border: 0 none;
    padding-bottom: 25px;
    padding-top: 0;
}
.table-style6 .price-table:hover .btn-theme, .table-style6 .box-shd .btn-theme {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.table-style6 .price-table:hover {
    border-top: 5px solid #000 !important;
    z-index: 2;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    position: inherit;
}
.table-style6 .price-table.box-shd {
    position: inherit;
    z-index: 1;
    border-top: 5px solid #000 !important;
    overflow: visible;
}
.table-style6 .featured-title {
    border-radius: 5px 0 0;
    color: #ffffff;
    font-size: 26px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
}
.table-style6  .price-table:hover .btn-theme:hover{
    background-color: inherit;
}
.table-style6:hover .price-header .btn-theme {
    color: #fff !important;
}

/*-- Color Shades --*/
/*Shade 1*/
.table-style6.clr-shade1 .price-header {
    background-color: #23b8c7;
}
.table-style6.clr-shade1 .price-table:hover {
    border-color: #23b8c7 ;
}
.table-style6.clr-shade1 .btn-theme, .table-style6.clr-shade1 .price-row:hover i {
    color: #23b8c7 ;
}

/*Shade 2*/
.table-style6.clr-shade2 .price-header {
    background-color: #26aebb;
}
.table-style6.clr-shade2 .price-table:hover {
    border-color: #26aebb ;
}
.table-style6.clr-shade2 .btn-theme, .table-style6.clr-shade2 .price-row:hover i {
    color: #26aebb ;
}

/*Shade 3*/
.table-style6.clr-shade3 .price-header {
    background-color: #249da9;
}
.table-style6.clr-shade3 .price-table:hover {
    border-color: #249da9 ;
}
.table-style6.clr-shade3 .price-table.box-shd {
    border-color: #000000 #249da9 #249da9;
}
.table-style6.clr-shade3 .price-row:hover i {
    color: #249da9 ;
}

/*Shade 4*/
.table-style6.clr-shade4 .price-header {
    background-color: #1f8f9a;
}
.table-style6.clr-shade4 .price-table:hover {
    border-color: #1f8f9a ;
}
.table-style6.clr-shade4 .btn-theme,.table-style6.clr-shade4 .price-row:hover i {
    color: #1f8f9a ;
}
/*-- ./Color Shades --*/

/*-- Multicolor Shade --*/
/*Multi Color  1*/
.table-style6.mul-clr1 .price-header {
    background-color: #02182e;
}
.table-style6.mul-clr1 .price-table:hover {
    border-color: #626262 ;
}
.table-style6.mul-clr1 .price-header .btn-theme, .table-style6.mul-clr1 .price-row:hover i {
    color: #626262 ;
}
.table-style6.mul-clr1 .price-rows .btn-theme {
    color: #fff ;
    background-color: #626262;
    border-color: #626262 ;
}
.table-style6.mul-clr1:hover .price-rows .btn-theme {
    color: #626262 ;
    background-color: transparent;
    border-color: #626262 ;
}
.table-style6.mul-clr1:hover .price-rows .btn-theme:hover {
    color: #fff ;
    background-color: #626262;
}

/*Multi Color  2*/
.table-style6.mul-clr2 .price-header {
    background-color: #2a7ea5;
}
.table-style6.mul-clr2 .price-table:hover {
    border-color: #61afd6 ;
}
.table-style6.mul-clr2 .price-header .btn-theme, .table-style6.mul-clr2 .price-row:hover i {
    color: #61afd6 ;
}
.table-style6.mul-clr2 .price-rows .btn-theme {
    color: #fff ;
    background-color: #61afd6;
    border-color: #61afd6 ;
}
.table-style6.mul-clr2 .price-table:hover .price-rows .btn-theme {
    color: #61afd6 ;
    background-color: transparent;
    border-color: #61afd6 ;
}
.table-style6.mul-clr2 .price-table:hover .price-rows .btn-theme:hover {
    color: #fff ;
    background-color: #61afd6;
}

/*Multi Color  3*/
.table-style6.mul-clr3 .price-header {
    background-color: #49b8a5;
}
.table-style6.mul-clr3 .price-table:hover {
    border-color: #49b8a5 ;
}
.table-style6.mul-clr3 .price-table.box-shd {
    border-color: #000000 #49b8a5 #49b8a5;
}
.table-style6.mul-clr3 .price-rows .btn-theme {
    color: #fff ;
    background-color: #49b8a5;
    border-color: #49b8a5 ;
}
.table-style6.mul-clr3 .price-table:hover .price-rows .btn-theme {
    color: #49b8a5 ;
    background-color: transparent;
    border-color: #49b8a5 ;
}
.table-style6.mul-clr3 .price-table:hover .price-rows .btn-theme:hover {
    color: #fff ;
    background-color: #49b8a5;
}
.table-style6.mul-clr3 .price-row:hover i {
    color: #49b8a5 ;
}

/*Multi Color 4*/
.table-style6.mul-clr4 .price-header {
    background-color: #8ac54d;
}
.table-style6.mul-clr4 .price-table:hover {
    border-color: #8ac54d ;
}
.table-style6.mul-clr4 .price-header .btn-theme, .table-style6.mul-clr4 .price-row:hover i {
    color: #8ac54d ;
}
.table-style6.mul-clr4 .price-rows .btn-theme {
    color: #fff ;
    background-color: #8ac54d;
    border-color: #8ac54d ;
}
.table-style6.mul-clr4 .price-table:hover .price-rows .btn-theme {
    color: #8ac54d ;
    background-color: transparent;
    border-color: #8ac54d ;
}
.table-style6.mul-clr4 .price-table:hover .price-rows .btn-theme:hover {
    color: #fff ;
    background-color: #8ac54d;
}
/*-- ./Multicolor Shade --*/
/* ==== Price Table Style-6 css ends === */


/* ==== Price Table Multicolor-2 css starts === */

/*Color-1*/
.mul-clr .clr-bg1:before, .mul-clr.price-style1 .clr-bg1:hover .btn-theme:hover {    
    background-color: rgba(111, 80, 149, 0.7);
}
.mul-clr .clr-bg1 {
    color: rgba(111, 80, 149, 0.7);
    border: 1px solid rgba(111, 80, 149, 0.7) !important;
}
.mul-clr .clr-bg1 .price-row:hover i {
    color: rgba(111, 80, 149, 0.7);
}

/*Color-2*/
.mul-clr .clr-bg2:before, .mul-clr.price-style1 .clr-bg2:hover .btn-theme:hover {    
    background-color: rgba(149, 177, 47, 0.7);
}
.mul-clr .clr-bg2 {
    color: rgba(149, 177, 47, 0.7);
    border: 1px solid rgba(149, 177, 47, 0.7) !important;
}
.mul-clr .clr-bg2 .price-row:hover i {
    color: rgba(149, 177, 47, 0.7);
}

/*Color-3*/
.mul-clr .clr-bg3:before, .mul-clr.price-style1 .clr-bg3:hover .btn-theme:hover {    
    background-color: rgba(214, 177, 77, 0.7);
}
.mul-clr .clr-bg3 {
    color: rgba(214, 177, 77, 0.7);
    border: 1px solid rgba(214, 177, 77, 0.7) !important;
}
.mul-clr .clr-bg3 .price-row:hover i {
    color: rgba(214, 177, 77, 0.7);
}

/*Color-4*/
.mul-clr .clr-bg4:before, .mul-clr.price-style1 .clr-bg4:hover .btn-theme:hover, .mul-clr .clr-bg4 .featured-title {    
    background-color: rgba(170, 67, 95, 0.7);
}
.mul-clr .clr-bg4 {
    color: rgba(170, 67, 95, 0.7);
    border: 1px solid rgba(170, 67, 95, 0.7) !important;
}
.mul-clr .clr-bg4 .featured-title:before {
    border-color: rgba(170, 67, 95, 0.7) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mul-clr .clr-bg4 .price-row:hover i {
    color: rgba(170, 67, 95, 0.7);
}

/*Color-5*/
.mul-clr .clr-bg5:before, .mul-clr.price-style1 .clr-bg5:hover .btn-theme:hover {    
    background-color: rgba(170, 75, 50, 0.7);
}
.mul-clr .clr-bg5 {
    color: rgba(170, 75, 50, 0.7);
    border: 1px solid rgba(170, 75, 50, 0.7) !important;
}
.mul-clr .clr-bg5 .price-row:hover i {
    color: rgba(170, 75, 50, 0.7);
}

/*table css*/ 
.mul-clr-fullbg {background-image: url(../img/bg-img1.jpg); background-size: cover;}
.mul-clr-bg .price-table {background-image: url(../img/bg-img1.jpg); background-size: cover;}
.mul-clr .price-table:before {
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.mul-clr .featured-title {
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    left: -10px;
    padding: 10px;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
    top: -60px;
    font-size: 12px;
}
.mul-clr .featured-title:before {
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
.mul-clr .btn {
    background-color: transparent;
    border-color: #fff;
}
.mul-clr .price-header, .mul-clr .price-rows {
    position: relative;
}
.mul-clr .price-table {
    border-color: inherit;   
    position: relative;
    margin-bottom: 30px;
}
.mul-clr .price-label-title {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.mul-clr .price-row {
    border-color: #fff;
    color: #ffffff;
}
.mul-clr.btn-theme {
    background-color: #ffffff;
    border-color: #ffffff;
    color: inherit;
}
.mul-clr.price-style1  .btn-theme:hover {
    background-color: inherit;
}
.mul-clr.price-style1 .price-table:hover .btn-theme:hover,
.price-style1.mul-clr .price-table.featured .btn-theme, .price-style1.mul-clr  .price-table:hover .btn-theme {

    color: #fff;
    border-color: #fff;
}
.mul-clr .price-table .price-value {
    color: #ffffff;
}
.mul-clr .recommended::after {
    border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    margin: 0 -10px;
    position: absolute;
    top: -1px;
}
.mul-clr-fullbg .recommended::after{
    border-color: transparent;
}
/* ==== Price Table Multicolor-2 css ends === */

/* ==== Price Table Horizontal css starts === */
.price-table2 {
    /*border: 1px solid #f4f4f4;*/
    border-radius: 10px;
    display: table;
    margin: 30px auto;
    width: 100%;
    overflow: hidden;
}
.price-table2 .tbl-col {
    float: left;
    text-align: center;
    vertical-align: top;
}
.price-table2 .tbl-header {
    background-color: #fbfbfb;
    height: 180px;
    padding: 10px;
}
.price-table2 .tble-title.plans {
    margin: 0;
}
.price-table2 .tble-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table2 .tble-title.feature {
    padding-top: 50px;
}
.price-table2 ul {
    color: #7d8287;
    list-style: outside none none;
    padding: 0;
}
.price-table2 .plans-list > li {
    border-top: 1px solid #f4f4f4;
    padding: 15px 5px;
    font-size: 14px;
}
.price-table2 .plans-list > li i {
    font-size: 14px;
}
.price-table2 .plans-list > li:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.price-table2 .tbl-col.width-20 {
    width: 20%;
}
.price-table2 .tbl-col + .tbl-col {
    border-left: 1px solid #f4f4f4;
    width: 16%;
}
.price-table2 .tbl-footer {
    padding: 10px 15px;
}
.price-table2 .price-time {
    display: block;
    font-size: 15px;
}
.price-table2 .price-value {
    font-size: 50px;
}
.price-table2 .featured .price-number{
    font-weight: 600;
}
.tbl-footer .bnt {
    display: inline-block;
    margin-bottom: 10px;
}
/* ==== Price Table Horizontal css ends === */

/* ==== Price Table Square css starts === */
.square-table .price-table {
    padding: 0;
    border-radius: 0;
}
.square-table .owl-carousel .price-label-title {margin-left: 1px; margin-right: 1px;}
.square-table .price-label-title, .square-table .btn-theme,
.square-table .table-style6 .price-header,
.square-table .mul-clr .featured-title,
.square-table .mul-clr .price-table::before,
.square-table .table-style5 .price-table .price-value  {
    border-radius: 0;
}
.square-table .mul-clr .featured-title { left: 0; right: 0;}
.square-table .table-style4 .featured-title {margin: 0; border-radius: 0;}
/* ==== Price Table Square css ends === */

/* ==== Responsiv css starts === */
@media (min-width: 768px) and (max-width: 1199px) {
    .col-5 .price-label-title {
        font-size: 18px;
        padding-bottom: 0;
    }
    .col-5 .price-value {
        font-size: 24px;
    }
    .col-5 .price-row, .col-5 .price-row-bottom {
        font-size: 12px;
        padding: 20px 5px;
    }
    .col-5 .btn-theme {
        font-size: 14px;
    }

    /*Price Style 2*/
    .price-table2 .tbl-header {
        height: 150px;
    }
    .price-table2 .tble-title {
        font-size: 16px;
    }
    .price-table2 .price-value {
        font-size: 30px;
    }
    .price-table2 .plans-list > li {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .col-5 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;     
        float: left;
        width: 20%;
    }
    .height-block {
        min-height: 670px;
    }
    .height-block .price-table {
        position: absolute;
        left: 2px;
        right: 2px;
        bottom: 0;
    }
    .price-style1 .col-5 .price-table.featured {
        position: absolute;
    }

}
@media (max-width: 767px) {

    .price-style1 .price-table {
        max-width: 380px;
    }
    .price-style1 .price-label-title {
        font-size: 24px;
        padding: 15px;
    }
    .price-style1 .price-value {
        font-size: 60px;
        padding: 15px;
    }
    .price-style1 .price-row {
        font-size: 16px;
        padding: 15px;
    }
    .btn-theme {
        font-size: 14px;
        padding: 15px 25px;
    }    
    .price-style1 .price-row a { font-size: 16px; }
    .price-tabs1 {
        width: 100%;
    }
    /*table-style2*/
    .price-style1 .price-value {
        padding: 0;
        font-size: 40px;
    }

    /*Price Style 2*/
    .price-table2 {
        display: block; overflow-x: auto;
    }
    .price-table2 .tbl-col {
        float: none;
        display: table-cell;
    }
    .price-table2 .tbl-header {
        height: 150px;
    }
    .price-table2 .tble-title {
        font-size: 16px;
    }
    .price-table2 .price-value {
        font-size: 30px;
    }
    .price-table2 .plans-list > li {
        font-size: 14px;
    }

}
@media (min-width: 567px) and (max-width: 767px) {
    .col-xsp-6 {
        width: 50%;
        float: left;
    }

}
@media (max-width: 567px) {

    /*table-style2*/
    .table-style2 .price-table {
        margin-left: auto;
        margin-right: auto;
    }
    .table-style2 .featured {
        top: 0;
    }
}


.light-blue4 {
    background: #2fada5;
}


.light-green2 {
    background: #1ea171;
}

.light-green3 {
    background: #60815f;
}


.dark-green {
    background: #085a43;
}

.light-blue1 {
    background: #0c4c52;
}

.light-blue3 {
    background: #67a9d0;
}


.dark-blue {
    background: #1a5385;
}



/*--------------green pricing table index---------------------------*/
.green-top-icon {
    background-color: #ffffff;
    border: 1px solid #52bf44;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 120px;
    left: 0;
    line-height: 2.2;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px 2px rgb(170 161 161 / 46%);
}

.green-btn-theme {
    background-color: #56c148;
    border-color: #33b722;
}

.green-btn-theme {
    color: #ffffff;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 10px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-table.featured .green-btn-theme,  .price-table:hover .btn-theme {
    background-color: transparent;
}
.green-btnbtn-theme:hover, .green-btn-theme:focus {
    text-decoration: none;
    background-color: transparent;
}

.price-style1 .price-label-title-green {
    padding: 20px 15px;
    background-color: #f8f8f8;
    color: #33b722;
    border-radius: 10px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 29px;
}


.blue-top-icon {
    background-color: #ffffff;
    border: 1px solid #2a7ea5;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 120px;
    left: 0;
    line-height: 2.2;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px 2px rgb(170 161 161 / 46%);
}

.blue-btn-theme {
    background-color: #2a7ea5;
    border-color: #2a7ea5;
}

.blue-btn-theme {
    color: #ffffff;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 10px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price-table.featured .blue-btn-theme,  .price-table:hover .blue-btn-theme {
    background-color: transparent;
}
.blue-btnbtn-theme:hover, .blue-btn-theme:focus {
    text-decoration: none;
    background-color: transparent;
}

.price-style1 .price-label-title-blue {
    padding: 20px 15px;
    background-color: #f8f8f8;
    color: #1d7aad;
    border-radius: 10px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 29px;
}


.dark-blue2 {
    background: #042552;
}