*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Urbanist", sans-serif;
}
.caseStudyFilter{
    .e-con-inner{
        max-width: 100% !important;
    }
}
.storiesSec{
    margin-top: 40px;
}
.pageHeading .e-con-inner {
    max-width: 100% !important;
}
.pageHeading .e-con-inner .storiesSec_container,
.storiesSec_table .e-con-inner {
  width: 1460px !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.storiesSec_container{
    max-width: 1460px !important;
    padding: 0 15px !important;
    margin: 0 auto;
}
.storiesSec_tabs{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;align-items: center;
    gap: 5px;
    margin-right: 65px;
    overflow-x: auto;
}
.storiesSec_tabs li a{
	text-decoration: none;
	color: #010101;
	background-color: #fff;
	padding: 13px 24px;
	border-radius: 4px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    white-space: nowrap;
}
.storiesSec_tabs li a.active-a{
	color: #0284A8;
    border-color: #0284A8;
    font-weight: 600;
}
.storiesSec_cnt .tab{
	display: none;
}
.storiesSec_cnt .tab-active{
	display: block;
}
.storiesSec_top{
    position: relative;
}
.storiesSec_top_searchBar{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 60px;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.4s;
    overflow: hidden;
}
.storiesSec_top_searchBar.active{
    width: 100%;
}
.storiesSec_top_searchBar input{
    width: 0px !important;visibility: hidden; opacity: 0;
    border: 0 !important;height: 100%;
    font-size: 18px;
    padding: 0 !important;
}
.storiesSec_top_searchBar input:focus, 
.storiesSec_top_searchBar input:hover,
.storiesSec_top_searchBar input:active{
    box-shadow: none;outline: none;border: 0;
} 
.storiesSec_top_searchBar button{
    padding: 0;margin: 0;border: 0;
    background-color: transparent !important;
    cursor: pointer !important;
    flex-shrink: 0;
}
.storiesSec_top_searchBar button:focus-visible{
    border: none;outline: none;
}
.storiesSec_top_searchBtn{
    width: 60px;height: 100%;
}
.storiesSec_top_searchBar.active input{
    width: 100% !important;visibility: visible; opacity: 1;
    padding-right: 50px !important;
    padding-left: 0  !important;
    padding-top: 0  !important;
    padding-bottom: 0  !important;
}
.storiesSec_top_closeBtn{
    position: absolute;top: 50%;transform: translateY(-50%);right: 15px;
    display: none;
}
.storiesSec_top_searchBar.active .storiesSec_top_closeBtn{
    display: block;
}
.storiesSec_cnt{
    background-color: #F8F8F8;
    margin-top: 50px;
    padding: 50px 0 80px;
}
.storiesSec_cnt_inner{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.storiesSec_item{
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
    margin-bottom: 30px;
}
.storiesSec_item_img{
    width: 100%;height: 397px;border-radius: 8px;overflow: hidden;
    transition: all 0.3s;margin-bottom: 18px;
}
.storiesSec_item_img img{
    width: 100%;height: 100% !important;object-fit: cover; transition: all 0.3s;
    border-radius: 8px;
}
.storiesSec_item_img img:hover{
    transform: scale(1.05);
}
.storiesSec_item_cnt_top{
    display: flex;align-items: center;gap: 27px;
}
.storiesSec_item_cnt_top div{
    position: relative;
}
.storiesSec_item_cnt_top div:not(:last-child)::after{
    content: "";
    position: absolute;top: 50%;right: -17px;
    width: 8px;height: 8px;border-radius: 50%;
    background-color: rgba(1,1,1,0.5);
    transform: translateY(-50%);
}
.storiesSec_item_cnt_labelswrap{
    display: flex;align-items: center;gap: 10px;
    flex-wrap: wrap;
}
.storiesSec_item_cnt_labelswrap .storiesSec_item_cnt_label::after{
    display: none;
}
.storiesSec_item_cnt_data{
    flex-shrink: 0;
}
.storiesSec_item_cnt_profile{
    display: flex;align-items: center;gap: 8px;
}
.storiesSec_item_cnt_profile img{
    width: 32px;height: 32px;object-fit: cover;
    border-radius: 50%;
}
.storiesSec_item_cnt_profile p{
    font-size: 16px;font-weight: 500;margin-bottom: 0;
    color: #010101;
}
.storiesSec_item_cnt_data{
    font-size: 16px;color: rgba(1,1,1,0.5);
}
.storiesSec_item_cnt_label{
    font-size: 16px;line-height: 1.3;border: 1px solid #0284A8;
    border-radius: 4px;padding: 4px 12px;
}
.storiesSec_item_cnt_title{
    font-size: 32px;line-height: 1.3;margin: 15px 0 10px;
    font-weight: 600;color: #010101;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.storiesSec_item_cnt_para{
    font-size: 16px;line-height: 1.6;margin: 0;
    color: rgba(1,1,1,0.5);
}
.storiesSec_cnt_loadMoreBtn{
    text-align: center;
}
.storiesSec_cnt_loadMoreBtn button{
    border: 1px solid #0284A8 !important;border-radius: 4px !important;
    padding: 17px 24px;height: 56px;color:#0284A8 !important;
    font-size: 18px !important;font-weight: 500 !important;background-color: transparent !important;
    cursor: pointer !important;    line-height: 1 !important;
}
.storiesSec_cnt_loadMoreBtn button:hover, 
.storiesSec_cnt_loadMoreBtn button:focus, 
.storiesSec_cnt_loadMoreBtn button:active{
    background-color: #0284A8 !important;color: #fff !important;
}

.pageHeading .elementor-heading-title{
    font-size: 80px !important;line-height: 1.05 !important;margin-bottom: 0 !important;font-weight: 500;
}



/*table css*/
.storiesSec_table .dual_heading_1 h2.elementor-heading-title{
    font-size: 50px !important;
    font-weight: 500 !important;
 }

.storiesSec_table .dual_heading_2 p{
    font-size: 21px !important;
 }
 .caseStudyFilter.elementor-element{
    margin-top: 0 !important;
 }
.storiesSec_table .elementor-element.priCing.e-flex.e-parent{
    padding-left: 0 !important;padding-right: 0 !important;
}
.storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner{
    padding-top: 80px !important;padding-bottom: 80px !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner{
    padding-block: 0 !important;
    padding: 0 !important;
}
.storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container h2.elementor-heading-title{
    font-size: 50px !important;font-weight: 500 !important;margin-bottom: 15px;line-height: 1.24;
    color: #010101 !important;
}
.storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container p{
    font-size: 21px; color: #010101;font-weight: 300 !important;
}
.storiesSec_table .priCing .elementor-widget-n-tabs .e-n-tabs-heading{
    padding: 4px !important;
    border-radius: 4px !important;
}
.storiesSec_table .priCing .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    height: 52px !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #0085A8 !important;
}
.storiesSec_table .priCing .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
    color: #fff !important;font-weight: 600 !important;
}
.storiesSec_table .elementor-widget-n-tabs .e-n-tabs{
    gap: 40px !important;
}
@media(max-width: 1599px){
    .storiesSec_container{
        max-width: 1380px !important;
    }
    .pageHeading .e-con-inner .storiesSec_container{
        width: 1380px !important;
    }
    .storiesSec_tabs li a{
        padding: 10px 18px;
        font-size: 15px;
    }
    .storiesSec_top_searchBar{
        width: 50px;
        height: 50px;
    }
    .storiesSec_top_searchBar input{
        font-size: 16px;
    }
    .storiesSec_top_searchBtn{
        width: 50px;
    }
    .storiesSec_top_searchBtn svg,
    .storiesSec_top_closeBtn svg{
        max-width: 26px;
        position: relative;
        top: 2px;
    }
    .storiesSec_cnt{
        margin-top: 40px;
        padding: 40px 0 60px;
    }
    .storiesSec_item_img{
        height: 380px;margin-bottom: 15px;
    }
    .storiesSec_item_cnt_title{
        font-size: 28px;
    }
    .storiesSec_item_cnt_profile p{
        font-size: 15px;
    }
    .storiesSec_item_cnt_data{
        font-size: 15px;
    }
    .storiesSec_item_cnt_label{
        font-size: 15px;
    }
    .storiesSec_item_cnt_para{
        font-size: 15px;
    }
    .storiesSec_cnt_loadMoreBtn button{
        padding: 10px 20px !important;height: 50px !important;
        font-size: 16px !important;
    }
    .pageHeading .elementor-heading-title{
        font-size: 68px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner{
        padding-top: 60px !important;
        padding-bottom: 60px !important;    
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container h2.elementor-heading-title {
        font-size: 44px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container p {
        font-size: 18px;
    }
    .storiesSec_table .priCing .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
        height: 48px !important;
    }
    .storiesSec_table .elementor-widget-n-tabs .e-n-tabs {
        gap: 30px !important;
    }
    .elementor-2461 .elementor-element.elementor-element-f06bfca > .elementor-widget-container {
        padding: 52px 0px 0px 0px;
    }
}
@media(max-width: 1399px){
    .storiesSec_container{
        max-width: 100% !important;
    }
     .pageHeading .e-con-inner .storiesSec_container{
        width: 100% !important;
    }
    .pageHeading .elementor-heading-title{
        font-size: 60px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner{
        padding-top: 50px !important;
        padding-bottom: 50px !important;    
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container h2.elementor-heading-title {
        font-size: 40px !important;     margin-bottom: 10px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container p {
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .storiesSec{
        margin-top: 30px;
    }
    .storiesSec_tabs{
        margin-right: 55px;
    }
    .storiesSec_tabs li a{
        padding: 10px 12px;
        font-size: 14px;
    }
    .storiesSec_top_searchBar{
        width: 45px;
        height: 45px;
    }
    .storiesSec_top_searchBtn{
        width: 45px;
    }
    .storiesSec_cnt{
        margin-top: 30px;
        padding: 30px 0 45px;
    }
    .storiesSec_cnt_inner{
        gap: 15px;
    }
    .storiesSec_item{
        max-width: calc(50% - 9px);
        margin-bottom: 20px;
    }
    .storiesSec_item_img{
        height: 360px;margin-bottom: 10px;
    }
    .storiesSec_item_cnt_top{
        gap: 22px;
    }
    .storiesSec_item_cnt_top div:not(:last-child)::after{
        right: -12px;
        width: 5px;height: 5px;
    }
    .storiesSec_item_cnt_profile{
        gap: 5px;
    }
    .storiesSec_item_cnt_profile img{
        width: 28px;height: 28px;
    }
    .storiesSec_item_cnt_profile p{
        font-size: 14px;
    }
    .storiesSec_item_cnt_data{
        font-size: 14px;
    }
    .storiesSec_item_cnt_label{
        font-size: 14px;padding: 3px 8px;
    }
    .storiesSec_item_cnt_title{
        font-size: 24px;line-height: 1.2;margin: 10px 0 7px;
    }
    .storiesSec_item_cnt_para{
        font-size: 14px;line-height: 1.4;
    }
    .storiesSec_cnt_loadMoreBtn button{
        padding: 10px 18px !important;height: 46px !important;
        font-size: 15px !important;
    }
    .storiesSec_top_searchBtn svg, .storiesSec_top_closeBtn svg {
        max-width: 22px;
    }
    .storiesSec_top_searchBar input {
        font-size: 15px;
    }
    .pageHeading .elementor-heading-title{
        font-size: 46px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner{
        padding-top: 40px !important;
        padding-bottom: 40px !important;    
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container h2.elementor-heading-title {
        font-size: 34px !important;
    }
    .storiesSec_table .elementor-element.priCing.e-flex.e-parent>div.e-con-inner>div.e-child>div.e-con-inner .elementor-widget-container p {
        font-size: 15px;
    }
    .storiesSec_table .priCing .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
        height: 44px !important;
    }
    .elementor-2461 .elementor-element.elementor-element-f06bfca > .elementor-widget-container {
        padding: 44px 0px 0px 0px;
    }
}
@media(max-width: 991px){
    .storiesSec_item_img{
        height: 320px;
    }
    .storiesSec_item_cnt_title{
        font-size: 22px;
    }
    .storiesSec_cnt_loadMoreBtn button{
        padding: 8px 16px !important;height: 42px !important;
        font-size: 14px !important;
    }
    .pageHeading .elementor-heading-title{
        font-size: 36px !important;
    }
    .storiesSec_item_cnt_top{
        flex-wrap: wrap;
        gap: 10px;
    }
    .storiesSec_item_cnt_top div:not(:last-child)::after{
        display: none;
    }
    .storiesSec_item_cnt_data{
        width: 100%;
    }
}
@media(max-width: 767px){
    .storiesSec_item_cnt_title{
        font-size: 20px;
    }
    .storiesSec_item {
        flex: 0 0 100%;max-width: 100%;
        margin-bottom: 25px;
    }
    .storiesSec_item_img{
        height: 300px;
    }
    .pageHeading .elementor-heading-title{
        font-size: 28px !important;
    }
}
@media(max-width: 575px){
    .storiesSec_item_cnt_title{
        font-size: 18px;margin: 10px 0 5px;
    }
    .storiesSec_top_searchBar{
        position: static;transform: none; margin-top: 10px;
        margin-left: auto;
    }
    .storiesSec_tabs{
        padding-bottom: 3px;
        margin-right: 0;
    }
    .storiesSec_top_closeBtn{
        top: 49px;
        transform: none;
        right: 8px;    
    }
    .storiesSec_top_searchBar.active input{
        padding-right: 30px  !important;
    }
    .storiesSec_top_searchBar input {
        font-size: 14px;
    }
    .storiesSec_top_searchBtn {
        width: 40px;
    }
    .storiesSec_top_searchBar {
        width: 40px;
        height: 40px;
    }
    .storiesSec_top_searchBtn svg {
        max-width: 20px;
    }
    .storiesSec_tabs li a {
        padding: 8px;
    }
    .storiesSec {
        margin-top: 25px;
    }
    .storiesSec_cnt {
        margin-top: 25px;
        padding: 25px 0;
    }
    .pageHeading .elementor-heading-title{
        font-size: 24px  !important;
    }
    .storiesSec_item_img{
        height: 270px;
    }
}

/*custom price table start*/

.overline{
    text-decoration: line-through;
    color: #000;
    opacity: 0.6;
    margin-right: 5px;
}
.expertSec .priceCard .table .section_totalsCalculate th{
    padding: 0;
    font-size: 18px !important;
}
.expertSec .priceCard .table .section_totalsCalculate_cnt table td{
    padding: 0;
    font-size: 20px !important;
    background-color: transparent;
}
.expertSec .priceCard .table .section_totalsCalculate_cnt_data{
    font-size: 18px !important;
    align-items: center;
    gap: 15px;
    color: #010101 !important;
}
.expertSec .priceCard .table .section_totalsCalculate_cnt.totals td{
    vertical-align: middle;
}
.expertSec .priceCard .table .aditionalInfoData td:not(:first-child){
    font-size: 17px !important;
}
.expertSec{ 
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.expertSec_container{
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.expertSec_bottom_cnt{ display:none; }
.expertSec_bottom_cnt.active{ display:block; }
.expertSec_top{
    margin-bottom: 40px;
    display: flex;align-items: flex-end;
    justify-content: space-between;gap: 15px;
}
.expertSec_top_title{
    font-size: 50px !important;font-weight: 500 !important;margin-bottom: 15px !important;color: #010101 !important;
    line-height: 1 !important;margin-top: 0 !important;
}
.expertSec_top_para{
    margin-bottom: 0;font-size: 21px;color: #010101;font-weight: 400;
}
.expertSec_top_btn{
    display: flex;align-items: center;padding: 4px;
    background-color: #CCE7EE;border-radius: 4px;   
}
.expertSec_top_btn button{
    padding: 14px 46px !important;font-size: 21px !important;color: #0085A8 !important;
    border: 0 !important;background-color: transparent !important;
    border-radius: 4px !important;cursor: pointer !important;
    font-weight: 400 !important;
}
.expertSec .priceCard{
    border: 1px solid #D9DADE;
}
.expertSec_top_btn button.active{
    background-color: #0085A8 !important;color: #fff !important;
    font-weight: 600 !important;
}
.expertSec .priceCard .table {
    width: 100%;
    border-collapse: collapse;
    border: 0 !important;
    margin-block-end: 0 !important;
  }
  
  .expertSec .priceCard .table td,
  .expertSec .priceCard .table th {
    padding: 20px 15px;
    vertical-align: middle;
    background: #fff;
  }
  .expertSec .priceCard td.leftShade{
    font-size: 18px;
  }

  
  .expertSec .priceCard .table-bordered>:not(caption)>* > * {
    border: 1px solid #e6e6e6;
  }
  
  .expertSec .priceCard .text-center {
    text-align: center;
  }
  
  .expertSec .priceCard .mb-0 {
    margin-bottom: 0;
  }
  
  .expertSec .priceCard .d-flex {
    display: flex;
  }
  
  .expertSec .priceCard .flex-column {
    flex-direction: column;
  }
  
  .expertSec .priceCard .justify-between {
    justify-content: space-between;
  }
  
  .expertSec .priceCard .align-center {
    align-items: center;
  }
  
  .expertSec .priceCard .mt-2 {
    margin-top: 0.5rem;
  }
  
  .expertSec .priceCard .badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1;
    background: #e7f4ff;
    border: 1px solid #b6d9ff;
    color: #0b6dc7;
  }
  
  .expertSec .priceCard .strike {
    opacity: 0.6;
    text-decoration: line-through;
    margin-right: 6px;
    font-size: 19px !important;
    font-weight: 400;
  }
  
  /* --- card container --- */
  .expertSec .priceCard {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  
  .expertSec .priceCard .table-responsive {
    overflow-x: auto;
  }
  
  /* lock column widths (no jumping) */
  .expertSec .priceCard table {
    table-layout: fixed;
    width: 100%;
    border: 0;
  }
  
  .expertSec .priceCard td:first-child,
  .expertSec .priceCard  tfoot td:first-child {
    width: 22%;
    background: #f5f7fd;
    border-left: 0 !important;
  }
  .expertSec .priceCard td:last-child{
    border-right: 0 !important;
  }
  .expertSec .priceCard tr:first-child td{
    border-top: 0 !important;
    vertical-align: text-bottom;
  }
  .expertSec .priceCard tfoot td{
    border-bottom: 0 !important;
  }

  .expertSec .priceCard td:not(:first-child) {
    width: 19.5%;
    background: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center;
  }
  .expertSec .priceCard tr.head td:first-child{
    border-bottom: 0 !important;
  }
  .expertSec .priceCard tr:nth-child(2) td:first-child{
    border-top: 0 !important;
  }
  
  .expertSec .priceCard .head td {
    background: #F5F7FD;
    vertical-align: middle;
    padding: 24px 18px;
  }
  .expertSec .priceCard .title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 6px;
    line-height: 1;
  }
  
  .expertSec .priceCard .desc {
    margin: 0;
    color: rgba(1, 1, 1, 0.8) !important;
    font-size: 16px !important;
  }
  
  .expertSec .priceCard .planTitle {
    font-weight: 700;
    color: #0284a8;
    margin: 0 0 6px !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }
  
  .expertSec .priceCard .planPrice {
    font-weight: 600;
    font-size: 21px !important;
    margin-bottom: 25px;
  }
  
  .expertSec .priceCard .btn {
    display: inline-block;
    border: none !important;
    background: #0284a8 !important;
    color: #fff !important;
    height: 42px !important;
    border-radius: 4px !important;
    padding: 13px 25px !important;
    font-size: 17px !important;
    text-decoration: none;
    transition: 0.2s;
  }
  
  .expertSec .priceCard .btn:hover {
    background: #0b0c10;
    color: #fff;
  }
  
  /* section header (accordion toggle) */
  .expertSec .priceCard .section td {
    background: #f4f7fb;
    padding: 12px 15px;
    border-top: 1px solid #e7ecf3;
    border-bottom: 1px solid transparent;
  }

  .align-items{
    align-items: center !important;
  }
  
  .expertSec .priceCard .toggle {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 700;
    font-size: 22px !important;
  }
  .expertSec .priceCard .toggle {
    position: relative;
  }
  .expertSec .priceCard .toggle_border {
    position: relative;padding-top: 15px;
  }
  .expertSec .priceCard .toggle_border::before{
    position: absolute;top: 0;left: 0;width: 80px;
    background-color: #010101;height: 2px;content: "";
  }
  .leftShade_badge_cnt{
    display: flex;align-items: center;justify-content: space-between;
    gap: 10px;
  }

  
  /* collapsible rows */
  .expertSec .priceCard .row-collapsed {
    display: none;
  }
  
  .expertSec .priceCard .row-collapsed.show {
    display: table-row;
    visibility: visible;
    height: auto;
    padding: 16px 14px;
    border: 1px solid #e6e6e6;
    background: #fff;
  }
  
  /* feature note */
  .expertSec .priceCard .feature span {
    display: block;
    color: #7b8898;
    margin-top: 4px;
    font-size: 13px;
  }
  
  /* shaded background cells */
  .expertSec .priceCard .leftShade.feature {
    background: #f6f8fb;
  }
  
  /* rate chips */
  .expertSec .priceCard .rate {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    border-radius: 0 !important;
    border: none !important;
    color: #010101 !important;
    margin-left: 5px;
    background: #FFFFFF;
white-space: nowrap;
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(225, 239, 243, 1) 100%) !important;
  }
  
  /* totals row */
  .expertSec .priceCard .totals td {
    background: #f9fafb;
    font-weight: 700;
  }
  
  .expertSec .priceCard .totals td:not(:first-child) {
    color: #0284A8;font-weight: 700;
  }
  .expertSec .priceCard tr.head td:not(:first-child) {
    text-align: left !important;
  }
  @media(max-width: 1599px){
    .expertSec{ 
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .expertSec_container{
        max-width: 1380px !important;
    }
    .expertSec_top{
        margin-bottom: 30px;
    }
    .expertSec_top_title{
        font-size: 44px !important;
    }
    .expertSec_top_para{
        font-size: 18px;
    }
    .expertSec_top_btn button{
        padding: 12px 30px !important;font-size: 19px !important;
    }
    .expertSec .priceCard .table td,
    .expertSec .priceCard .table th {
        padding: 15px 12px;
    }
    .expertSec .priceCard td.leftShade{
        font-size: 16px;
    }
    .expertSec .priceCard .strike {
    font-size: 17px !important;
    }
    .expertSec .priceCard td:not(:first-child) {
    font-size: 18px !important;
    }
    .expertSec .priceCard .table .section_totalsCalculate th{
        font-size: 17px !important;
    }
    .expertSec .priceCard .head td {
        padding: 20px 15px;
    }
    .expertSec .priceCard .title {
        font-size: 18px;
    }
    .expertSec .priceCard .desc {
        font-size: 15px !important;
    }
    .expertSec .priceCard .planTitle {
        font-size: 22px !important;
    }
    .expertSec .priceCard .planPrice {
        font-size: 19px !important;
        margin-bottom: 22px;
    }
    .expertSec .priceCard .btn {
        height: 38px !important;
        padding: 10px 20px !important;
        font-size: 15px !important;
    }
    .expertSec .priceCard .section td {
        padding: 10px 12px;
    }
    .expertSec .priceCard .table .section_totalsCalculate_cnt_data{
        font-size: 17px !important;
    }
    .expertSec .priceCard .toggle {
        font-size: 20px !important;
    }
    .expertSec .priceCard .toggle_border {
        padding-top: 10px;
    }
    .expertSec .priceCard .toggle_border::before{
        width: 70px;
    }
    .expertSec .priceCard .row-collapsed.show {
        padding: 12px 11px;
    }
     .expertSec .priceCard .table .section_totalsCalculate_cnt table td {
        font-size: 18px !important;
    }
    .expertSec .priceCard .table .aditionalInfoData td:not(:first-child) {
    font-size: 16px !important;
}
}

@media (max-width: 1399px) {
    .expertSec{ 
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .expertSec_container{
        max-width: 100% !important;
    }
    .expertSec_top_title{
        font-size: 40px !important;margin-bottom: 10px !important;
    }
    .expertSec_top_para{
        font-size: 16px;
    }
    .expertSec .priceCard .table .section_totalsCalculate_cnt_data {
        font-size: 15px !important;
    }
    .expertSec .priceCard .table .aditionalInfoData td:not(:first-child) {
        font-size: 14px !important;
    }
}
@media (max-width: 1199px) {
    .expertSec{ 
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .expertSec_top_title {
        font-size: 36px !important;
        margin-bottom: 5px !important;
    }
    .expertSec_top_para{
        font-size: 15px;
    }
    .expertSec_top_btn button {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
    .expertSec_top {
        margin-bottom: 25px;
    }
    .expertSec .priceCard .head td {
        padding: 12px;
    }
    .expertSec .priceCard .title {
        font-size: 16px;
    }
    .expertSec .priceCard .desc {
        font-size: 14px !important;
    }
    .expertSec .priceCard .planTitle {
        font-size: 18px !important;
    }
    .expertSec .priceCard .planPrice {
        font-size: 18px !important;margin-bottom: 20px;
    }
    .expertSec .priceCard .strike {
        font-size: 16px !important;
    }
    .expertSec .priceCard .btn {
        height: 34px !important;
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
    .expertSec .priceCard td.leftShade {
        font-size: 14px;
    }
    .expertSec .priceCard .table td, .expertSec .priceCard .table th {
        padding: 10px;
    }
    .expertSec .priceCard td:not(:first-child) {
        font-size: 16px !important;
    }
    .expertSec .priceCard .table .section_totalsCalculate_cnt table td {
        font-size: 16px !important;
    }
    .expertSec .priceCard .toggle {
        font-size: 16px !important;
    }
    .expertSec .priceCard .toggle_border::before {
        width: 60px;
    }
    .expertSec .priceCard .rate {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
        .expertSec .priceCard .table .section_totalsCalculate th {
        font-size: 15px !important;
    }
    .expertSec .priceCard .table .section_totalsCalculate_cnt_data {
        font-size: 14px !important;
    }
}
@media (max-width: 991px) {
    .expertSec {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .expertSec_top_title {
        font-size: 28px !important;
    }
    .expertSec_top_para {
        font-size: 14px;
    }
    .expertSec_top_btn button {
        padding: 7px 15px !important;
        font-size: 15px !important;
    }
    .expertSec .priceCard .title {
        font-size: 15px;
    }
    .expertSec .priceCard .planTitle {
        font-size: 16px !important;
    }
    .expertSec .priceCard .strike {
        font-size: 14px !important;
    }
    .expertSec .priceCard .planPrice {
        font-size: 17px !important;
        margin-bottom: 15px;
    }
    .expertSec .priceCard td:not(:first-child) {
        font-size: 15px !important;
    }
    .expertSec .priceCard td:first-child, .expertSec .priceCard tfoot td:first-child{
        width: 240px;
    }
        .expertSec .priceCard .table .section_totalsCalculate_cnt table td {
        font-size: 15px !important;
    }
    .expertSec .priceCard td:not(:first-child) {
        width: 220px;
    }
    .expertSec .priceCard .table-responsive{
        overflow-x: scroll !important;
    }
    .expertSec .priceCard  .table-responsive::-webkit-scrollbar {
    height: 4px;
    }
    .expertSec .priceCard  .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    }
    .expertSec .priceCard  .table-responsive::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    }
    .table-wrapper { position: relative; }

        /* table scroller */
        .expertSec .priceCard .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }

        /* faux scrollbar container (absolute, placed above real content) */
        .expertSec .priceCard .table-wrapper .faux-scrollbar {
        position: absolute;
        height: 8px;
        border-radius: 6px;
        opacity: 0.95;
        transition: opacity 0.18s;
        left: 0; bottom: 0;
        height: 4px; background: transparent;
        pointer-events: none; opacity: .6; transition: opacity .2s;
        }

        /* moving thumb inside the faux scrollbar */
        .expertSec .priceCard .table-wrapper .faux-scrollbar .faux-thumb {
        transition: transform 0.12s, width 0.12s;
        background: rgba(0,0,0,0.36);

        height: 100%; border-radius: 999px; 
        transform: translateX(0);
        will-change: transform, width;
        }

    .expertSec .priceCard .section_totalsCalculate_cnt  td {
        width: auto !important;
    }
}
@media (max-width: 767px) {
    .expertSec_top{
        flex-wrap: wrap;
    }
    .expertSec_top_title {
        font-size: 24px !important;
    }
    .expertSec_top_btn button {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }


}
@media (max-width: 575px) {
    .expertSec {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .expertSec_top_title {
        font-size: 20px !important;
    }
    .expertSec .priceCard .planTitle {
        font-size: 15px !important;
    }
    .expertSec .priceCard .planPrice {
        font-size: 16px !important;
    }
    .expertSec .priceCard td:not(:first-child) {
        font-size: 15px !important;
    }
    .expertSec .priceCard td:first-child, .expertSec .priceCard tfoot td:first-child{
        width: 220px;
    }
    .expertSec .priceCard td:not(:first-child) {
        width: 190px;
    }
}
/*custom price table end*/


/*book Complimentary Section button*/
.bookComplimentarySec{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.bookComplimentarySec_btn{
    border: 1px solid #0284A8 !important;
    border-radius: 4px !important;
    padding: 17px 24px;
    height: 56px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    line-height: 1 !important;
    background-color: #0284A8 !important;
}
.bookComplimentarySec_btn:hover, .bookComplimentarySec_btn:focus, .bookComplimentarySec_btn:active{
    background-color: #0284A8 !important;   color: #fff !important;
}
@media (max-width: 1599px) {
    .bookComplimentarySec {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .bookComplimentarySec_btn {
        padding: 10px 20px !important;
        height: 50px !important;
        font-size: 16px !important;
    }
}
@media (max-width: 1399px) {
    .bookComplimentarySec {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media (max-width: 1199px) {
    .bookComplimentarySec {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .bookComplimentarySec_btn {
        padding: 10px 18px !important;
        height: 46px !important;
        font-size: 15px !important;
    }
}
@media (max-width: 991px) {
    .bookComplimentarySec {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .bookComplimentarySec_btn {
        padding: 8px 16px !important;
        height: 42px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 575px) {
    .bookComplimentarySec {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .bookComplimentarySec_btn {
        padding: 8px 8px !important;
    }
}
/*book Complimentary Section button*/