body{
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #313131;
    font-weight: 400;
    line-height: 30px;
}
p:last-child{ margin: 0;}

a{
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Thin.eot');
    src: url('../fonts/PPEiko-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPEiko-Thin.woff2') format('woff2'),
        url('../fonts/PPEiko-Thin.woff') format('woff'),
        url('../fonts/PPEiko-Thin.ttf') format('truetype'),
        url('../fonts/PPEiko-Thin.svg#PPEiko-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Medium.eot');
    src: url('../fonts/PPEiko-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPEiko-Medium.woff2') format('woff2'),
        url('../fonts/PPEiko-Medium.woff') format('woff'),
        url('../fonts/PPEiko-Medium.ttf') format('truetype'),
        url('../fonts/PPEiko-Medium.svg#PPEiko-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Heavy.eot');
    src: url('../fonts/PPEiko-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPEiko-Heavy.woff2') format('woff2'),
        url('../fonts/PPEiko-Heavy.woff') format('woff'),
        url('../fonts/PPEiko-Heavy.ttf') format('truetype'),
        url('../fonts/PPEiko-Heavy.svg#PPEiko-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




ul, li, span{list-style: none;}
a:hover{text-decoration: none;}


@media (min-width: 1600px){
    .container{max-width: 1560px;}
    .container-fluid{max-width: 1760px;}
}
header.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px #6e6e6e;
    animation: .5s forwards sp-header-stuck-slidein;
    background: #fff
}
@keyframes sp-header-stuck-slidein {
    from {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


@keyframes sp-header-stuck-slideout {
    from {
        transform: translate3d(0,0,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.main-header nav{padding: 0;}

.mobile-header{display: none;}

.min-btn{
    background-color: #b29640;
    border-radius: 6px;
    padding: 9px 22px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.min-btn:hover{
    background-color: #272f52;
    color: #fff;
}
.right-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp {
    background: #25d366;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}
.whatsapp:hover{color: #fff;}
.top-call{
    padding: 0;
    vertical-align: middle;
    color: #272f52;
    font-size: 23px;
    font-weight: 600;
    margin-left: 30px;
}
.top-call span{
    background-color: #272f52;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;;
    vertical-align: middle;
}
.top-call p{display: inline-block;    vertical-align: middle;}

.banner-sec{
    border-bottom: 10px solid #272f52;
    position: relative;
}
.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    top: 0;
    justify-content: center;
}
.top-banner{  text-align: center;}
.top-banner span{
    display: block;
    color: #fff;
    font-size: 77px;
    font-family: 'PP Eiko';
    font-weight: 500;
    line-height: 1;
}
.top-banner p{
    font-family: "Playfair Display", serif;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    font-style: italic;
    margin: 25px 0 30px;
    line-height: 1;
}
.banner_member{
    display: inline-block;
    background-color: #e7c16c;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    padding: 10px 40px;
    line-height: 1;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.banner_member strong{
    font-size: 41px;
    color: #fff;
        margin: 0px 2px;
}
.banner_member::after{
    content: '';
    width: 50%;
    height: 1px;
    background-color: #e7c16c;
    display: block;
    position: absolute;
    left: -40%;
    top: 50%;
    z-index: -1;
}
.banner_member::before{
    content: '';
    width: 50%;
    height: 1px;
    background-color: #e7c16c;
    display: block;
    position: absolute;
    right: -40%;
    top: 50%;
    z-index: -1;
}

.banner_offer {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 20px 0;
    position: relative;
    padding: 15px 0;
}
.banner_offer::after{
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
}
.offer_btn{
    text-align: center;
    margin-top: 25px;
}
.offer_btn a{
    display: inline-block;
    background-color: #b29640;
    border: 1px solid #b29640;
    color: #fff;
    font-size: 22px;
    padding: 20px 30px;
    border-radius: 6px;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    
}

.btn_active.offer_btn a{
    display: inline-block;
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid #b29640;
    color: #fff;
    font-size: 22px;
    padding: 20px 30px;
    border-radius: 10px;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    
}
.offer_btn a img{ margin-left: 10px;}
.offer_btn a:hover{
    background-color: rgb(0 0 0 / 30%);
}

.btn_active.offer_btn a:hover{
    background-color: #b29640;
}

.offer_price{
    color: #e7c16c;
    font-family: "Playfair Display", serif;
    font-size: 60px;
    line-height: 1;
}
.offer_price b{font-size: 88px;line-height: 0px;}
.offer_text{
    color: #e7c16c;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.offer_text small{
    display: block;
    text-transform: none;
    font-size: 35px;
    color: #fff;
    font-style: italic;
}
.offer_in {
    display: flex;
    gap: 15px;
    align-items: center;
}

.banner_btn_group{text-align: center;}
.banner-btn{
    display: inline-block;
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    padding: 20px 34px;
    border-radius: 10px;
    
    margin: 0 8px;
}



.banner-btn:hover{
    color: #fff;
    background-color:#e7c16c ;

}
.banner-btn img{ margin-right: 5px;}

.banner-btn.wp-btn{
    background-color: #4fce5d;
    color: #fff;
    border-color: #4fce5d;
    padding: 13px 34px;
}
.banner-btn.wp-btn i{
    font-size: 40px; padding-right: 10px;
    vertical-align: middle;
    
}

.welcome-sec, .contact-sec{
    background-image: url(../images/welcome_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}

.dental-services {
    background-repeat: repeat;
    background-size: auto;
}
.welcome-sec h1 span{
    display: block;
    color: #b29640;
    font-size: 35px;
    padding-bottom: 15px;;
}
.welcome-sec h1{
    font-family: 'PP Eiko';
    color: #272f52;
    font-size: 50px;
    margin: 0 0 35px;
    background-image: url(../images/h1-bg.png);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

.weclcome_text{
    margin: 50px 0;
}
.weclcome_text p{margin: 0;}
.min-btn.blu_btn{
    background-color: #272f52;
    border:1px solid #272f52;
}
.min-btn.blu_btn:hover, .min-btn.tr_btn:hover{
    background-color: #b29640;
    border: 1px solid #b29640;
    color: #fff;
}
.min-btn.tr_btn{
    background-color: #fff;
    color: #272f52;
    border: 1px solid #b29640;
}

.blu_btn, .tr_btn{margin: 0 10px;}

.wp_btn{
    background: #25d366;
    color: #fff;
    font-size: 40px;
    padding: 10px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.wp_btn:hover{color: #fff;background: #1ec55b;}

.titel{
    color: #272f52;
    font-size: 50px;
    font-family: 'PP Eiko';
    margin-bottom: 40px;
}

.services-sec{
    background-color: #fef9eb;
    padding: 100px 0;
    position: relative;
}
.get_in_touch{
    position: absolute;
    top: -100px;
    right: 10%;
}
.services_cubCont{
    text-align: center;
    background-image: url(../images/services-sub-bg.png);
    background-position:  center 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.dental-services .services_cubCont {
    background: transparent;
}
.services_cubCont span{
    color: #b29640;
    font-size: 26px;
    display: block;
    padding-bottom: 25px;
}
.services_cubCont p{
    width: 90%;
    margin:  0 auto;
}

.services_box{
    width: 78%;
    margin: 0 auto 25px;
    
}
.services_img{
    background-color: #fef9eb;    
    text-align: center;
    border-radius: 250px;
    overflow: hidden;
    width: 382px;
    height: 530px;
    
}
.services_img img{
    width: 100%;
    padding: 10px;
    border: 1px dotted #b29640;
    border-radius: 250px;
    height: 100%;
    object-fit: cover;
}
.services_text{
    text-align: center;
    padding: 40px 0 0 0;
    height: 260px;
}
.services_text span{
    display: block;
    color: #272f52;
    font-size: 24px;
    font-family: 'PP Eiko';
}

.services_text span a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
        margin-bottom: 15px;
    display: block;
}
.services_text p{
    margin: 35px 0;
}
.services_text a{
    font-size: 20px;
    color: #b29640;
    font-weight: 600;
    vertical-align: middle;
}
.services_text a img{ margin-left: 6px; vertical-align: middle;}
.services_text a:hover{text-decoration: underline;}
/* .services_box:hover .services_img img{
    -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
} */


.home_cta{
    text-align: center;
    background-image: url(../images/cta_bg.jpg);
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}
.home_cta .titel{color: #e7c16c;}
.home_cta p{color: #fff; font-size: 26px;line-height: 50px;}
.home_cta .min-btn.blu_btn, .pcos_testimonial .min-btn.blu_btn {
    border: 1px solid #b29640;
}

.why_choose{padding: 100px 0;}

.choose_title{
    background-image: url(../images/choose_title.png);
    background-position:  right 20px;
    background-size: auto;
    background-repeat: no-repeat;
}
.choose_title .titel{
    width: 80%;
}
.choose_title .titel span{
    color: #b29640;
    font-size: 35px;
    display: block;
    padding-bottom: 15px;
}

.choose_right{
    padding-left: 80px;
}
.choose_left{
    position: relative;
}
.choose_img{
    position: absolute;
    width: 380px;
    height: 550px;
    bottom: -70px;
    right: -200px;
    background-color: #fff;
    border-radius: 270px;
    overflow: hidden;
}
.choose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px;
    border-radius: 270px;
}
.listArea{margin: 0; padding: 0;}
.listArea li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/listing_cu.png) no-repeat;
    background-size: 12px;
    background-position: 0px 9px;
    overflow:hidden;
}
.listArea li span{
    color: #b29640;
    padding-right: 6px;
}
.choose_content {
    padding-left: 130px;
}

.different_section{
    background-image: url(../images/different_bg.jpg);
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;

}
.note{
    background-color: #e9debd;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px;
}
.different_part {
    text-align: center;
}
.different_icon{
    
    border-radius: 50%;
    margin: 0 auto 30px;
    padding: 13px;
    border: 1px dotted #b29640;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.different_icon div{
    background-color: #0a3266;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50%;
}
.differ_top{ padding-top: 70px;}

.different_part span{
    color: #b29640;
    font-size: 26px;
    margin-bottom: 30px;
    display: block;
}
.differ_top{position: relative;}

.differ_top::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b29640;
    position: absolute;
    top: 160px;
}
.noBg_cta{
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.noBg_cta p{font-size: 26px; line-height: 1.6;}
.footer_get_in_touch{
    position: absolute;
    bottom: 3%;
    right: 10%;
}

.footer_get_in_touch img, .get_in_touch img {
    animation: animName 30s linear infinite;
    z-index: 11;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer{
    background-color: #272f52;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}


/******Inner Page*******/
.inner_banner{
    text-align: center;
    color: #fff;
    position: relative;
}
.inner_banner span{
    color: #fff;
    font-size: 46px;
    font-family: 'PP Eiko';
    margin-bottom: 30px;
    display: block;
}
.inner_banner p{font-size: 21px; margin-bottom: 15px;}

.service_wl span{
    padding: 20px 0 0 0;
}

.welcome-sec .service_wl {
    background-image: url(../images/services-h1-bg.png);
    background-size: 100%;
    font-size: 45px;
    background-position: center 30px;
}
.booking_text{
    padding-bottom: 25px;
}
.booking_text span{
    color: #b29640;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
}
.booking_text p{
    font-size: 20px;
}

.inner_titel {
    color: #272f52;
    font-size: 37px;
    font-family: 'PP Eiko';
    margin-bottom: 40px;
}



.inner_titel span{
    display: block;
    color: #b29640;
    font-size: 35px;
    padding-top: 15px;
}

.pcos_clinic{
    padding: 100px 0;
}
.pcos_clinic p{ font-size: 18px; text-align: center;}

.clinic_box{background-color: #fef9eb; height: 100%;}
.box_title{
    background-color: #272f52;
    padding: 25px;
    text-align: center;
}
.box_title span{
    color: #fff;
    font-size: 28px;
    font-family: 'PP Eiko';
}
.box_text{
    
    padding: 45px 35px 30px;
}

.pcosTretment_right {
    padding-right: 130px;
}
.choose_img.pcos_over{
    right: 0;
    left: -170px;
    bottom: -180px;
}
.list_full{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.list_full li{display: inline-block;}
.pcosTretment_right p{font-size: 18px;}
.listImg{ margin: 0; padding: 0;}
.listImg li{ font-size: 20px; padding: 6px 0;}
.listImg li span{
    background-color: #0a3266;
    border: 1px solid #b29640;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 30px;
}
.subtitle{
    color: #b29640;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:30px;
}

.pcos_testimonial{
    background-color: #272f52;
    padding: 100px 0;
    text-align: center;
}
.inner_titel.text_color{
    color: #e7c16c;
}
.testimonial_box{
    padding: 45px 30px;
    background-color: rgb(255 255 255 / 15%);
    height: 100%;
}
.testimonial_box span{color: #e7c16c; font-size: 18px;font-weight: 700;display: block;}
.testimonial_box p{
    color: #fff;
    font-size: 18px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.price_table{
    background-color: #fef9eb;
    margin-top: 50px;
}

.price_table thead{
    background-color: #272f52;
    text-align: center;
}
.price_table thead tr th{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 28px 10px;
}

.price_table tbody tr td{
    text-align: center;
    color: #313131;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 10px;
    border-right: 1px solid #dee2e6;
}
.price_table tbody tr td:last-child{border-right: none;}
.dg_cta{
    position: relative;
}
.dg_cta .footer_get_in_touch img{
    filter: invert(1) brightness(1);
}

.accordion{
    margin: 50px 0 0;
  }
  .accordion .item {
      border: none;
      margin-bottom: 50px;
      background: none;
  }
  .t-p{
    color: #313131;
    padding:30px;
    width: 80%;
  }
  .accordion .item .item-header h2 button.btn.btn-link {
      color: #313131;
      border-radius: 0px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      text-decoration: none;
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    width: 100%;

  }
  .accordion .item .item-header {
      border-bottom: none;
      background: transparent;
      padding: 0px;
      margin: 2px;
  }
  

  .accordion .item .item-header h2 i {
      float: right;
      font-size: 30px;
      color: #fff;
      background-color: #272f52;
      width: 60px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0px;
  }
  
  button.btn.btn-link.collapsed i {
      transform: rotate(0deg);
  }
  
  button.btn.btn-link i {
      transform: rotate(180deg);
      transition: 0.5s;
  }

  .accordion .item {
    border: none;
    margin-bottom: 10px;
    background: #fef9eb;
}

.contact_info {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.contact_box {
    background: #f9f1d8;
    /* height: 100%; */
    width: 25%;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    padding: 15px;
    min-height: 200px;
    min-width: 21%;
}

.contact_box p{
    margin-bottom: 25px;
    color: #272f52;
    font-size: 20px;
}
.contact_box span{
    display: block;
    color: #272f52;
    font-size: 21px;
    font-family: 'PP Eiko';
}
.contact_box.mail_box{
    background-color:#272f52 ;
    position: relative;
}

.contact_box img {
    margin-bottom: 25px;
}
.contact_box.mail_box span, .contact_box.mail_box p, .contact_box.wp_box span{ 
   color: #fff;
}
.contact_box.mail_box::after{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #b29640;
    display: block;
    position: absolute;
    left: -26px;
}
.contact_box.mail_box::before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #b29640;
    display: block;
    position: absolute;
    right: -27px;
}
.form-control.has-error{
    border-color:red !important;
}
.help-block{
    color:red !important;
}

.contact_box.wp_box{
    background-color: #4fce5d;
}
.contact_box.wp_box img{
    margin-bottom: 35px;
    max-width: 40px;
}
.contact_box:hover{
    box-shadow: 0 4px 10px rgb(0 0 0 / 17%);
}

.contact_from_box{
    margin-top: 50px;
    background-color: #f9f1d8;
}
.from_part{padding: 40px 70px; text-align: left;}

.from_part .form-control {
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b29640;
    border-radius: 0;
    height: auto;
    padding: 15px;
    color: #272f52;    
    text-align: left;
}
.from_part .form-control:focus{ outline: none; box-shadow: none;border-bottom: 1px solid #272f52;}
.from_part .form-control::placeholder {
    color: #272f52;
    opacity: 0.8;
  }
  
.BgWhite{
    background-color: #fff !important;
}
  
  .welcomeHEad h1 span{
    display: inline-block;
    background: #fefefc;
    padding: 0px 15px 25px;
}
.welcomeHEad h2{
    color: #272f52;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
}
.whatsSec h3{
    color: #b29640;
    font-size: 24px;
    display: block;
    padding-bottom: 0px;
    font-weight: 700;
}
.clinic_box4 .box_title{
    padding: 15px;
}

.clinic_box4 .box_title span{
    font-size: 21px;
}
.clinic_box4 .box_text{
    padding: 25px 15px 15px;
}
.clinic_box4 p{
    font-size:16px;
}
.inner_cta p{
    font-size: 18px;
    line-height: 1.8;
}
.innerCnt .btnList{
    margin-bottom: 25px;
}
.innerCnt h1{
    font-family: 'PP Eiko';
    color: #272f52;
    font-size: 50px;
    margin: 0 0 35px;
}
    
.sidebarConditions{
    padding: 25px;
    border: solid 2px #e7e7e7;
    border-radius: 15px;
}


.medicalBnr{
    position: relative;
    height: 821px;
}
.medicalBnr video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medicalBnr::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 39%;
    position: absolute;
    top: 0;
    left: 0;
}

.welcomeSub{
    color: #272f52;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
}

.serveBx .services_text{
    height: auto;
}

.differentItems {
    background-color: #fff;
    box-shadow: 2.5px 4.33px 14px 0px rgb(0 0 0 / 21%);
    border-radius: 10px;
    text-align: center;
    padding: 38px;
    width: 100%;
    max-width: 480px;
    height: 100%;
}

.differentItems h3 {
    font-size: 24px;
    color: rgb(187, 152, 71);
    font-weight: 600;
    margin-bottom: 15px;
}

.differentItems img {
    margin-bottom: 25px;
}

.differentItems p {
    margin-bottom: 0;
    font-size: 20px;
}
.dentalSerBx .services_img{
    width: 312px;
    height: 450px;
    display:inline-block;
}

.innerCnt h1 span{
    display: block;
        color: #b29640;
        font-size: 40px;
}
.innerCnt h2{
    color: #272f52;
    font-size: 40px;
    font-family: 'PP Eiko';
}

.innerCnt ul{
    margin: 0;
    padding: 0;
}
.innerCnt ul li{
    list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/listing_cu.png) no-repeat;
    background-size: 12px;
    background-position: 0px 9px;
}
.innerCnt ol{
    padding-left: 25px;
}

.innerCnt ol li{
    font-weight: 600;
    margin-bottom: 20px;
    list-style: decimal;
}
.innerCnt ol li::marker{
    color: #b29640;
    font-size: 24px;
}
.innerCnt ol li strong{
    color: #b29640;
    font-size: 24px;
    display: block;
    padding-bottom: 15px;
    font-weight: 700;
}
.tt2{
    display: block;
    color: #b29640;
    font-size: 24px;
    padding-bottom: 15px;
}
.bm-0{
    bottom: 0px !important;
}
.cdBanner span{
    line-height: 1.6;
    font-size: 36px;
}
.cdBanner p{
    font-size: 18px;
    margin-bottom:10px;
}
.cdBanner .banner_btn_group{
    margin-top:25px;
}
.list-4{
column-count: 4;
}
.list-3{
column-count: 3;
}
.list-2{
column-count: 2;
}
@media (max-width:1199px){
.list-4{
column-count: 3;
}
.list-3{
column-count: 2;
}
.list-2{
column-count: 1;
}
}
@media (max-width:991px){
.list-4{
column-count: 2;
}
.list-3{
column-count: 1;
}

}
.why-choose_cta{
    background: rgb(39 47 82);
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #b29640;
    height: 100%;
    align-content: center;
    color: #fff;
}

.why-choose_cta .sPrice {
    color: #fff;
}

.why-choose_cta .ofValidText {
    color: #fff;
}

.why-choose_cta .google_reviews {
    height: 44px;
}

.why-choose_cta .flag_reviews {max-width: 339px !important;}

.why-choose_cta .banner-btn {
    font-size: 18px;
    padding: 16px 24px;
    text-transform: uppercase;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.why-choose_cta .vdvdv{
        background: #b29640;
    border-color: #b29640;
}
.why-choose_cta  .dfnfg{
        background: #ffffff;
        border-color: #ffffff;
        color: #272f52;
}

.why-choose_cta .dfnfg img {
    filter: brightness(1) invert(1);
}

.why-choose_cta .gPrice {
    color: #ffffff;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}

.why-choose_cta .gPrice strong {
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 64px;
    font-weight: 900;
}

.why-choose_cta h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-family: 'PP Eiko';
}
@media (max-width:767px){
.list-4{
column-count: 1;
}

}

.faqAccordion .t-p{
    width: 90%;
    text-align: left;
}   
.CTADEsign{
    padding: 60px 30px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url(../images/cta-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CTADEsignInner{

}
.CTADEsignInner h2{
    color: #272f52;
    font-size: 46px;
    font-family: 'PP Eiko';
    margin-bottom: 100px;
        text-align: center;
}
.CTADEsignInner p{
    color: #313131;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}
.CTADEsignInner p span{
    display: block;
    color: #b29640;
    font-size: 31px;
    font-weight: 700;
}
.CTADEsign .btnList{
    margin-top: 60px;
}
.darkCTA{
    background-color: #1c2340;
}
.CTADEsign.darkCTA h2{
    color: #fff;
}

.CTADEsign.darkCTA p{
    color: #fff;
}
.CTADEsign.darkCTA .btnList .blu_btn{
    background-color: #b29640;
    border-color: #b29640;
}
.CTADEsign.darkCTA .btnList .blu_btn:hover{
    background: #fff;
        color: #272f52;
}

.btnList .tr_btn{
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
}
.btnList .tr_btn img{
    margin-right: 10px;
}
.lightCTA{
    background-color: #f3f3f3;
}

.corevalue{
    text-align: left;
}
.corevalue ul li{
    color: #fff;
    text-align: left;
}
.corevalue .CTADEsign{
    text-align: center;
}

.bookModal .modal-header{
    background-color: #f9f9f9;
    border: none;
}

.bookModal .modal-header .modal-title{
    font-family: 'PP Eiko';
    color: #272f52;
    font-size: 34px;
    padding-left: 34px;
}
.bookModal .modal-body{
        background-color: #f9f9f9;
}
.bookModal .modal-body .from_part{
    padding: 30px;
}
.bookModal .modal-header .close{
    background: red;
    font-weight: 400;
    padding: 0px 10px 10px 10px;
    opacity: 1;
    line-height: 1;
    color: #fff;
}
.innerBBcnt p{
    font-size:16px;
}
.allDentalSub a{
	font-weight: 800 !important;
    font-size: 17px !important;
}
.allDentalSub a:hover{

}

.serviceList hr{
	margin: 60px 0px;
}
.serviceList ul li a{
	font-weight: 400;
    color: #272f52;
}

.serviceList ul li a:hover{
	color: #b29640;
}
.serviceList h2 a{
	color: #272f52;
}
.serviceList h2 a:hover{
	color: #b29640;
}

.whatsappIcon{
	position: fixed;
    bottom: 8vh;
    right: 1vh;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 999;
    display: none;
}
.whatsappIcon a{
	text-decoration:none;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}













.essentialPack {
    border-top: solid 10px #f7c89a;
}

.packBX {
    border-top: solid 10px #000;
    background-color: #fff;
    border-left: solid 1px #b4a8ab;
    border-right: solid 1px #b4a8ab;
    border-bottom: solid 1px #b4a8ab;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    text-align: center;
    background-image: url(../images/health-bg.png);
    height: 100%;
    width: 100%;
}
.packbxInner {
    padding: 25px;
}
.packBX.essentialPack h3 {
    background: #f7c89a;
    color: #000;
}
.packBX h3 {
    font-size: 26px;
    margin-bottom: 45px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.packbxInner p{
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 1.8;
}

.fndBtn{
	color: #000;
	font-weight: 600;
	font-size: 21px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-decoration: underline;
}
.fndBtn:hover{
	color: #b29640;
	text-decoration: underline;
}
.packBX .packBTn{
	margin-top: 35px;
}
.packBX .packBTn .btn{
	font-size: 16px;
	margin-top: 16px;
}

.packBX .packBTn .btn span {
    text-transform: uppercase;
    text-decoration: underline;
}

.packBX p.packgeCost{
	font-weight: 700;
	font-size: 48px !important;
	margin-top: 0px;
	color: #272f52;
}



.packBX.UltimatePack h3 {
    background: #d8a444;
    color: #000;
}











.package-single{
    height: 100%;
    background: #fff;
    border: 1px solid #b4b4b4;
    align-content: space-between;
    flex-wrap: wrap;
    display: flex;

}

.package-single .package-single-content {
    padding: 24px 18px 0;
    text-align: left;
}

.package-single a {
    text-decoration: none;
}

.package-single .package-single-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: #ffeef2;
    padding: 19px 24px;
    position: relative;
    padding-right: 110px;
    width:100%;
}

.package-single-head .package-single-tag {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 122px;
    background: #fc2b62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.package-single .package-single-head h3 {
    margin-bottom: 0;
    padding-right:15px;
}

.package-single-head .product-samples {
    display: flex;
    min-width: 110px;
    justify-content: flex-end;
    gap: 15px;
}

.package-single-head .product-samples .sample-icon-wrapper {
    position: relative;
}

.package-single-head .product-samples .sample-icon-wrapper .sample-hover {
    position: absolute;
    bottom: 90px;
    background: #f36429;
    border-radius: 20px;
    font-size: 15px;
    white-space: nowrap;
    padding: 5px 10px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    color: #fff;
    display: none;
}

.package-single-head .product-samples .sample-icon-wrapper .sample-hover:after {
    content: "\25bc";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    color: #f36429;
}

.package-single-head .product-samples .sample-icon-wrapper a:hover + .sample-hover {
    display: block;
}

.package-single-head .product-samples .sample-icon-wrapper a:hover + .sample-hover {}

.package-single .package-single-head h3 a {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
}

.package-single .package-single-price{display: flex;justify-content: space-between;align-items: center;margin-bottom: 36px;}

.package-single-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.package-single-content h4 span {
    text-decoration: underline;
}

.conditions-wrapper {
    display: flex;
    font-size: 14px;
    /*min-height: 175px;*/
    font-weight: 300;
    color: #000;
    margin-bottom:15px;
}

.ppaLL .conditions-wrapper .conditions-column {
    max-width: 100%;
    width: 100%;
}

.conditions-wrapper span {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}
.package-single .package-single-price .package-single-amount{
    
font-size: 20px;
    
font-weight: 400;
    
color: #000000;
    
line-height: 1;
}

.package-single .package-single-price .package-single-amount strong {
    color: #272f52;
    font-size: 30px;
    margin-left: 14px;
}

.package-single .package-single-price .package-single-tag {
    background: hwb(17.52deg 16.08% 4.71% / 75%);
    padding: 5px 15px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
}
.package-single-footer .find-btn{color: #333;font-weight: 300;text-align: center;display: inline-block;width: 100%;font-size: 18px;padding: 17px 10px;}

.package-single-footer .find-btn:hover {
    color: #b29640;
}

.package-single-footer .theme-btn {
    padding: 12px 30px;
}

.package-single-footer {
    margin-top: 18px;
    padding: 0 6px;
}
.package-single-content ul{
    list-style: none;
    padding: 0;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.package-single-content ul li{
    padding: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.package-single-content ul li strong {
    color: #000000;
    display: block;
    font-weight: 600;
}
.package-single-content ul img{
    max-width: 20px;
    margin-right: 14px;
}

.newPack{
	border-top:solid 10px #000;
	background: #fff;
	border-left: solid 1px #b4a8ab;
	border-right: solid 1px #b4a8ab;
	border-bottom: solid 1px #b4a8ab;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.newPack:hover{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	box-shadow: 0px 0px 16px #b29640;
	-webkit-box-shadow: 0px 0px 16px #b29640;
	-o-box-shadow: 0px 0px 16px #b29640;
}

.newPack .package-single-head{
	background: transparent;
	flex-wrap: wrap;
	padding-bottom: 0;
	padding-right: 90px;
	position: relative;
}

.newPack .package-single-head h3{
	width: 100%;
	margin-bottom: 35px;
	text-align:left;
}
.newPack .package-single-price{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    border-bottom: solid 1px #999999;
    padding-bottom: 25px;
}
.pricDiv{
	padding: 30px 35px;
	text-align: left;
}
.pricDiv p{
	background: transparent;
	padding: 0;
	min-height: 90px;
	margin: 0;
    font-size: 15px;
}
.newPack .package-single-amount strong{
	margin-left: 5px !important;
}
.ttII{
	text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    background: #f1f1f1;
    padding: 10px 15px;
}
.newPack .package-single-content h4{
	font-weight: 600;
	font-size: 16px;
}
.newPack .package-single-content .conditions-wrapper span{
	font-size: 14px;
    font-weight: 300;
    background: url(../images/tickli.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
    padding-right: 15px;
}
.newPack .package-single-footer{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.newPack .package-single-head h3 small{
	font-size: 18px
}
.bronzePack{
	border-top: solid 10px #f7c89a;
}
.bronzePack .ttII{
	background: #f7c89a;
}
.silverPack {
	border-top: solid 10px #e2e2e2;
}
.silverPack .ttII{
	background: #e2e2e2;
}
.goldPack{
	border-top: solid 10px #d8a444;
}
.goldPack .ttII{
	background: #d8a444;
}
.platiniumPack{
	border-top: solid 10px #c8c8c8;
}
.platiniumPack .ttII{
	background: #c8c8c8;
}
.bestSeller{
	width: 100%;
	max-width: 80px;
	background: #b29640;
	position: absolute;
	top: 0;
	right: 15px;
	clip-path: polygon(100% 0, 100% 100%, 51% 70%, 0 100%, 0 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 51% 70%, 0 100%, 0 0);
	-o-clip-path: polygon(100% 0, 100% 100%, 51% 70%, 0 100%, 0 0);
}
.bestSeller p{
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: transparent;
	padding: 20px 7px 45px;
    min-height: auto
}
.newPack .package-single-price .package-single-amount{
	font-size: 16px;
	display: inline-flex;
}
.bg-white {
    background: #fff !important;
}
.price-table{
    background:#fff;
}
.price-table  tbody tr:nth-child(even) td {
     background: rgb(39 47 82 / 10%);
}
.price-table tr th {
    background: #272f52;
    color: #fff;
    padding: 15px;
}



.male-icon img{max-width: 40px;}

.male-icon {
    position: absolute;
    right: 20px;
    top: 40px;
}



.tubeIcon {
    width: 25px;
    height: 25px;
    margin-left: 9px;
    margin-right: 2px;
    object-fit: contain;
}
























@media (max-width:1599px){
	.pricDiv {
	    padding: 20px 15px;
	}
	.newPack .package-single-head h3 a{
		font-size: 16px;
	}
	.newPack .package-single-head h3 small {
	    font-size: 14px;
	}
	.pricDiv p{
		font-size: 13px;
	}
}


@media (max-width: 1199px){
	.newPack:hover {
	    transition: all ease-in-out 0.3s;
	    -webkit-transition: all ease-in-out 0.3s;
	    transform: scale(1);
	    -webkit-transform: scale(1);
	}
    .why-choose_cta h3{
        font-size: 30px;
    }

.why-choose_cta .banner_btn_group {
    flex-wrap: wrap;
}

.why-choose_cta .banner_btn_group .banner-btn {
    margin: 5px;
}
}


























@media (min-width:768px){
    .inner_banner .banner-img{
        height:666px !important;
        object-fit: cover;
    }
}
@media (max-width:1599px){
    .CTADEsignInner h2{
        font-size:36px;
    }
    .CTADEsignInner p{
        font-size:20px;
    }
    .btnList .tr_btn{
        padding: 10px 16px !important;
        font-size: 16px !important;
    }
    .cdBanner span{
        font-size:30px;
    }
    .offerBanner .innerTTer {
        font-size: 33px !important;
        margin-bottom: 0px;
    }
    .offerBanner .emerOffer .offer_price{
        font-size:30px;
    }
    .offerBanner .offer_price b {
        font-size: 50px !important;
    }
    .offerBanner .emerOffer .offer_text{
        font-size:22px;
    }
    .offerBanner .emerOffer .offer_text small{
        font-size:24px;
    }
    .offerBanner .banner_offer {
        margin: 0px 0 10px;
    }
    .inner_banner .banner-img {
        height: 494px !important;
    }
    .inner_banner p{
        font-size:18px !important;
        margin-bottom:5px !important;
    }
    .tbPrice{
        font-size:26px !important;
    }
    .inner_banner span {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
    .cdBanner .banner_btn_group {
        margin-top: 15px;
    }
    .inner_banner .reviewPanel{
        margin-top:5px;
    }
    .inner_banner .offer_price b{
        font-size:58px;
    }
    .inner_banner span{
    }
    .inner_banner .offer_price{
        font-size:40px;
    }
    .inner_banner .offer_text{
        font-size:30px;
    }
    .inner_banner .offer_text small {
        font-size: 20px;
    }
    .inner_banner p {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .inner_banner .banner_offer {
        margin: 5px 0;
    }
    .tbPHead{
        font-size:14px;
    }
    .tbPrice{
        padding:8px 15px;
    }
}

@media (max-width:991px){
    .CTADEsign{
        margin-top:15px;
    }
    .different_section img{
        margin:10px 0px;
    }
    .CTADEsignInner h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .CTADEsignInner p{
        font-size:16px;
    }
    .CTADEsignInner p span{
        font-size:24px;
    }
    .bookModal .modal-header .modal-title{
        font-size:24px;
    }
    ul.slimmenu li ul li a i{
        display:none;
    }
    .whatsappIcon{
        display:block;
    }
    .accordion .item .item-header h2 button.btn.btn-link{
        text-wrap: auto;
                text-align: left;
    }
}

@media (max-width:767px){
    .why-choose_cta{
        padding: 20px;
    }

.why-choose_cta h3 {
    font-size: 20px;
}

.why-choose_cta .gPrice {
    font-size: 24px;
}

.why-choose_cta .ofValidText {
    font-size: 15px !important;
}

.why-choose_cta .gPrice strong {
    font-size: 40px;
}

.why-choose_cta .banner-btn {
    font-size: 15px;
    padding: 13px 15px;
    min-width: 200px;
}
    .inner_banner .banner-img{
        object-position: right;
    }
    .homeAddressHead h2{
        font-size:20px !important;
    }
    .homeAddressHead h2 strong{
        font-size:18px !important;
    }
}

@media (max-width:479px){
    .CTADEsign .btnList{
        flex-wrap:wrap;
    }
    .CTADEsign .btnList .min-btn{
        width:100%;
        margin:10px 0px;
    }
    .CTADEsign .btnList {
        margin-top: 20px;
    }
    .btnList3, .btnList2{
        flex-wrap:wrap;
        justify-content: center;
    }
    .btnList3 a, .btnList2 a{
        width: 100%;
        margin: 4px 0px;
        text-align: center;
        height: 45px;
        max-width: 250px;
    }
    .welcomeSub{
        font-size:16px;
    }
    .bookModal .modal-body .from_part {
        padding: 0;
    }
    .bookModal .modal-header .modal-title {
        font-size: 20px;
        padding-left: 4px;
    }
    .google_reviews{
        margin:0px !important;
    }
    
}


.single-offer.banner_offer::after{
    display:none !important;
}

.packModal .modal-header{
	background: #000;
    color: #fff;
    justify-content: space-between;
}

.packModal .modal-header .modal-title{
	font-size: 24px !important;
    font-weight: 700;
}
.packModal .modal-header .btn-close{
	background-color: #ff010b;
	opacity: 1;
	border: none;
	color: #fff;
	width: 30px;
	border-radius: 5px;
	cursor: pointer;
}
.packModal .modal-header p{
    float:right;
}
.packModal .modal-body h2{
	font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
}

.packModal .modal-body ul li{
	list-style: none;
    display: inline-block;
    background: url(../images/blood-drop.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 5px;
    padding-left: 25px;
    width: 100%;
    margin: 5px 0px;
    font-size: 16px;
}
.packModal .modal-body ul{
	padding-left: 0px;
}










.blog {
    border: 1px solid #dadada;
    padding: 0;
    height: 100%
}

.blog_text .theme-btn {
    padding: 10px!important;
    font-size: 16px;
    border-radius: 5px
}

.blog_left,.categories ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px
}

.blog .img-holder {
    position: relative;
    display: inline-block;
    width: 100%
}

.blog .date {
    background-color: #272f52;
    color: #fff;
    padding: 1px .8em;
    bottom: 0;
    text-align: center
}

.blog_text {
    padding: 20px 15px;
    position: relative
}

.blog_text h2 {
    font-size: 22px;
    margin-top: 0
}

.blog_section h1 {
    padding-top: 0;
    padding-bottom: 8px
}

.blog-details-img .date {
    display: block;
    padding: 10px;
    float: none;
    border-bottom: 1px solid #ccc
}

.blog_left .blog_left_text a:hover,.blog_text h2 a:hover {
    text-decoration: none
}

.blog_text h4 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 500
}

.blog_text h4 a {
    color: #000;
    text-decoration: none!important
}

.blog_text h4 a:hover {
    color: #bf9b30
}

.blog .date span.day {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600
}

.blog .date span {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle
}

.blog-inner-banner img {
    width: 100%
}

.blog_text p {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 500
}

.blog_section-title {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    color: #333!important;
    font-size: 26px;
    display: block;
    margin-bottom: 30px
}

.blog_sidebar {
    border: 1px solid #dadada;
    padding: 25px;
    display: inline-block;
    width: 100%
}

.blog_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px
}

.blog_left .blog_image {
    width: 100%;
    max-width: 115px
}

.blog_left .blog_image img {
    height: 100px;
    width: 100%;
    object-fit: contain
}

.blog_left .blog_left_text {
    width: 100%;
    max-width: 60%;
    padding-left: 15px
}

.blog_left .blog_left_text p {
    font-weight: 600;
    text-align: left
}

.blog_left .blog_left_text p:hover {
    color: #272f52
}

.blog_left .blog_left_text span {
    font-size: 14px
}

.blog_sidebar .blog_section-title {
    margin-top: 0
}

.blog-details ul li h3 {
    margin: 4px 0
}

.blog-details .date {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    display: flex;
    align-items: center
}

.blog-details .date i {
    margin-right: 7px;
    font-size: 21px;
    color: #ff7a11
}
.emerOffer{
    margin:5px 0px;
}
.emerOffer .offer_in{
    flex-wrap: wrap;
    justify-content: center;
}
.emerOffer .offer_price{
    font-size: 40px;
    line-height: 2;
    color: #fff !important;
}
.emerOffer .offer_text{
        width: 100%;
    text-align: center !important;
    font-size: 24px;
}
.emerOffer .offer_text small{
    font-size: 26px;
    margin-top: 8px;
    font-weight: 600;
}

.innerTTer{
        font-size: 40px !important;
    color: #e7c16c !important;
}
.langu_img {
    width: 100%;
    max-width: 390px;
}
.google_reviews {
    width: 100%;
    height: 64px;
    object-fit: contain;
    margin-top: 25px;
}

.mainBannerSite .top-banner span{
    font-size:45px;
        line-height: 1.4;
}
.mainBannerSite .top-banner p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mainBannerSite .top-banner p strong{
    font-size:38px;
    font-weight:bold;
}
.mainBannerPrice{
    font-family: 'PP Eiko';
    color:#fff;
    font-size:32px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.mainBannerPrice strong{
    color:#e7c16c;
    font-size:45px;
    font-weight: 400;
}
.offerOuter{
    padding:15px 45px;
    background: #00000057;
}

.mainBannerSite .offer_price b{
    font-size: 79px;
}
.mainBannerSite .offer_text{
    font-size: 28px;
    font-weight: 400;
    text-align:left;
}
.offer_text small{
    font-size:24px;
}
.offerOuter p{
    color:#fff;
    font-size:26px;
    margin:15px 0px;
    font-weight: 300;
}
.offerOuter p strong{
    font-weight:bold;
}
.mainBannerSite .offer_btn a{
    font-size: 23px;
    padding: 15px 30px;
}
.mainBannerSite .banner_btn_group{
    margin-top:26px;
}
.mainBannerSite .banner_btn_group a{
    padding: 15px 34px;
}
.reviewPanel{
    display: inline-flex;
    justify-content: center;
        align-items: center;
    justify-content: center;
    margin-top:35px;
}
.reviewPanel .flag_reviews{
    width:100%;
    max-width:579px;
    margin-left: 40px;
}
.reviewPanel .google_reviews{
    margin-top:0px;
}
.teamSec{
    padding:100px 0px;
    position:relative;
}
.teamBX{
    padding:24px;
    background:#fef9eb;
    border-radius:5px;
    display:inline-flex;
    width:100%;
    align-items: center;
    height: 100%;
    text-align: center;
    flex-wrap: wrap;
}
.teamBX picture{
    width:100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.teamBX picture img{
    border-radius:5px;
    width: 100%;
    max-width: 300px;
}
.teamBX .textBxDEtails{
    width:100%;
    max-width: 100%;
    padding:0px 15px;
}
.teamBX .textBxDEtails h3{
    color:#000;
    font-size:24px;
}
.teamBX .textBxDEtails .gdcNo{
    color: #b29640;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    display: block;
}
.teamBX .textBxDEtails p{
    color: #252525;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-weight: 600;
}
.smileGallerySec{
    padding:100px 0px;
    background: #CBBDA0;
background: linear-gradient(0deg, rgba(203, 189, 160, 1) 24%, rgba(255, 255, 255, 0) 85%);
}
.galleryImg{
    border:solid 6px #ebd5a4;
    border-radius:5px;
    display:inline-block;
    width:100%
}
.gallerySlider {
    position:relative;
}
.gallerySlider .owl-nav button{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background: #fff !important;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gallerySlider .owl-nav button.owl-prev{
    left:-30px;
}
.gallerySlider .owl-nav button.owl-next{
    right:-30px;
}

.gallerySlider .owl-nav button span{
    font-size: 30px;
    line-height: 1;
}
.why_choose .head .titel span{
    color: #b29640;
    font-size: 35px;
    display: block;
    padding-bottom: 15px;
}
.newHomeBanner .banner-img{
    min-height:811px;
    object-fit: cover;
}
.csText{
    text-transform: capitalize;
    font-size: 19px;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.offerOuter .banner_offer::after{
    display:none;
}
.offerOuter .ofPRT{
    padding:25px 5px 25px 30px;
}
.offerOuter .banner_offer{
    gap:40px;
    margin:0px;
}
.brLft{
    border-left:solid 1px #fff;
}
.newlyOffer .ppOffer{
    font-size: 32px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    margin-bottom: 15px;
}
.newlyOffer .ppOffer strong{
    font-weight: 500;
    color: #ebbf39;
}
.newlyOffer .ddentalOOO{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
        margin-bottom: 0;
        font-family: "Plus Jakarta Sans", sans-serif;
}
.newlyOffer .ddentalOOO strong{
    display: block;
    font-size: 46px;
    color: #ebbf39;
}
.newlyOffer .saveTExt{
    font-size: 30px;
    line-height: 1.6;
    margin: 10px 0px;
    padding: 5px 0px;
}
/*.newlyOffer p{*/
/*    font-size: 15px;*/
/*    margin: 0px 0px 05px;*/
/*}*/
.inner_banner .google_reviews{
    height:44px;
}
/*.inner_banner .banner-btn {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    padding: 14px 34px;*/
/*    font-size: 17px;*/
/*}*/
/*.inner_banner .langu_img{*/
/*    margin-top:0px !important;*/
/*}*/
/*.inner_banner .google_reviews{*/
/*    margin-top:15px;*/
/*}*/
.inner_banner .reviewPanel .flag_reviews{
    max-width:439px;
}
.wCBXCnt{
    position:relative;
    padding:50px 0px;
}
.wCBXCnt:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background: #fef9eb;
    max-width: 77%;
}
.wCBXCnt .container{
    position:relative;
    z-index:1;
}
.whyList p{
    color:#000000;
    font-size:24px;
    margin:0px;
    display:inline-flex;
    width:100%;
    align-items:center;
    margin:10px 0px;
}
.whyList p img{
    width: 63px;
    height: 63px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px;
}
.homeCTA{
    padding:60px 0px;
    background-color:#272f52;
    background-image:url(../images/texture-bg.png);
}
.homeCTALft{
    text-align: center;
    display:inline-flex;
    width:100%;
        padding: 0px 40px;
}
.homeCTALft h2{
    font-size:28px;
    color:#fff;
    font-family: 'PP Eiko';
    font-weight:400;
    margin-bottom:20px;
}
.homeCTALft p{
    color: #fff;
    font-size: 21px;
}
.homeCTALft p strong{
    font-size: 22px;
}
.homeCTALft h2 strong{
    font-size:42px;
    color:#e7c16c;
    font-weight:400;
}

.homeCTA .google_reviews{    height: 44px;}
.homeCTA .langu_img{
    max-width: 322px;
}

.btnJoin{
        background: #fff;
    border-radius: 5px;
    color: #384060;
    font-size: 22px;
    padding: 10px 25px;
}
.btnJoin:hover{
    color:#fff;
        background: #b29640;
}
.homeCTARgtList{
    padding:0px;
    margin:0px;
}
.homeCTARgtList li{
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin: 25px 0px;
    position: relative;
    padding-left: 30px;
}
.homeCTARgtList li strong{
    font-size:30px;
}
.homeCTARgtList li:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e7c16c;
    border-radius: 50px;
}
.homeCTARgt{
    padding-left:60px;
    padding-top:40px;
    padding-bottom:40px;
    border-left:solid 1px #fff;
}
.serviceHEad{
    border-bottom: solid 1px #272f52;
    margin-bottom: 45px;
}
.newServiceStyle{
    width:100%;
}
.newServiceStyle .services_img{
    width: 100%;
    height: auto;
    border-radius: 0;
}
.newServiceStyle .services_img img{
    padding:0px;
    border-radius:0px;
    height:511px;
    object-fit:cover;
    border: none;
}
.newServiceStyle .services_text{
    padding:20px 0px;
}
.homeAddressSec{
    padding-top:80px;
    background:#fef9eb;
    padding-bottom: 40px;
}
.homeAddressHead{
    text-align:center;
    margin-bottom:45px;
}
.homeAddressHead h2{
    font-size:26px;
    color:#232a4a;
        line-height: 1.6;
}
.homeAddressHead h2 strong{
    display:block;
}
.ftCtontatBx{
    display: inline-flex;
    width: 100%;
    background: #f5eedd;
    height: 100%;
    padding: 25px;
}
.ftCtontatBx span{
    width: 100%;
    max-width: 20%;
    text-align: center;
}
.ftCtontatBx span img{
    width:40px;
}
.ftCtontatBx .ftContact{
    width: 100%;
    max-width: 80%;
}
.ftCtontatBx .ftContact h3{
    font-size: 20px;
    font-family: 'PP Eiko';
    color: rgb(187, 152, 71);
}
.ftCtontatBx .ftContact a{
    color: #272f52;
    font-size: 25px;
    font-family: 'PP Eiko';
}
.ftCtontatBx .ftContact p{
    color: #272f52;
    font-size: 25px;
    font-family: 'PP Eiko';
}

.mapSec{
    position:relative;
        background: #fef9eb;
}
.mapSec iframe{
    position:relative;
}
.mapSec:before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50%;
    background: #272f52;
}
.ftLogo img{
    filter: invert(1) brightness(5);
}
.ftLogobx{
    padding:25px 0px;
}
.newlyOffer p strong{
    font-size: 20px;
}
.smileHader{
    border-bottom: solid 1px #0000001f;
    margin-bottom: 15px;
    margin-top: 25px;
}
.smileHader h2{
    display: inline-block;
    background: #c7a43b;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 20px;
}
/*.contactVideo{*/
/*    width:100%;*/
/*    height:100%;*/
/*    position:relative;*/
/*}*/

/*.contactVideo iframe,*/
/*    .contactVideo .videoThumbnail {*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        left: 0;*/
/*        top: 0;*/
/*        border: none;*/
/*        cursor: pointer;*/
/*    }*/

/*    .contactVideo img {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*        display: block;*/
/*    }*/
    .playBtn{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100px !important;
    height: auto !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    }
    .homeVideo{
        width:100%;
        max-width:1050px;
        margin:0px auto;
    }
    .homeVideo .contactVideo{
        height:auto;
    }
    
    .contactVideo {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-bottom: 56.25%; /* 16:9 ratio */
        margin: auto;
        cursor: pointer;
      }
    
      .contactVideo iframe,
      .contactVideo .videoThumbnail {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: none;
      }
    
      .contactVideo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .contactpageVideo,.contactpageVideo .contactVideo{
          height:100%;
      }
    .contactMapSec{
        width: 100%;
        height: 100%;
    }
    .contactMapSec iframe{
        width: 100%;
        height: 100%;
    }
    .tablePrice{
    	display: inline-flex;
        width: 100%;
        max-width: 510px;
        border: solid 1px #ffffff38;
        margin-bottom: 15px;
    }
    .tablePrice .tablePriceCOl{
    	width: 100%;
    	max-width: 50%;
    }
    
    .tablePrice .tablePriceCOl .tablePriceROw{
    	width: 100%;
    }
    .tbPHead{
    	text-align: center;
        background: #272f52;
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .tbPrice{
    	padding: 20px 15px;
        font-size: 32px;
        font-weight: 600;
        color: #f9da7d;
        backdrop-filter: blur(4px);
    }
    .tbPrice.memberPP{
    	font-weight: 800;
    	color: #fff;
    	
    }
    .tablePrice .tablePriceCOl:first-child{
    	border-right: solid 1px #ffffff38;
    }

    .tbPrice small{
    	font-size: 20px;
    	font-weight: 400;
    }
    .bodySec .title{
        font-size: 28px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }


@media (max-width: 1599px) {
    .mainBannerSite .top-banner span{
        font-size:35px;
    }
    .mainBannerPrice{
        font-size:30px;
    }
    .mainBannerSite .top-banner p{
        font-size:22px;
    }
    .mainBannerSite .top-banner p strong{
        font-size:30px;
    }
    .offerOuter .banner_offer{
        margin-top:0px;
    }
    .mainBannerSite .offer_text{
        font-size:21px;
    }
    .mainBannerSite .offer_price b{
        font-size:66px;
    }
    .mainBannerSite .offer_price {
        font-size: 35px;
    }
    .csText{
        font-size:16px;
    }
    .mainBannerPrice strong{
        font-size:40px;
    }
    .offerOuter{
        margin-top:25px;
    }
    .homeCTALft h2{
        font-size:31px;
    }
    .homeCTALft h2 strong{
        font-size:52px;
    }
    .newServiceStyle .services_img img{
        height:371px;
    }
    .ftCtontatBx .ftContact a{
        font-size:28px;
    }
    .whyList p{
        font-size:20px;
    }
    .homeCTARgtList li{
        font-size:19px;
    }
    .ftCtontatBx .ftContact p{
        font-size:16px;
    }
    .ftCtontatBx .ftContact a {
        font-size: 22px;
    }
    /*.newlyOffer .saveTExt {*/
    /*    font-size: 20px;*/
    /*    line-height: 1.2;*/
    /*    margin: 0px 0px;*/
    /*}*/
    /*.newlyOffer .ddentalOOO strong{*/
    /*    font-size:36px;*/
    /*}*/
}
@media (max-width: 1199px) {
    .blog_left .blog_left_text a p {
        line-height:1.2;
        margin-bottom: 5px;
        text-align: left
    }

    .blog .btn-style.btn-black i {
        margin-left: 5px
    }

    .blog .btn-style.btn-black {
        padding: 10px 15px
    }

    .blog_text h4 {
        font-size: 20px
    }

    .blog_left .blog_image {
        max-width: 95px
    }
    .gallerySlider .owl-nav button.owl-next{
        right:0;
    }
    .gallerySlider .owl-nav button.owl-prev{
        left:0;
    }
    .offerOuter{
        padding:15px;
    }
    .mainBannerSite .offer_price {
        font-size: 25px;
    }
    .mainBannerSite .offer_price b {
        font-size: 46px;
    }
    .mainBannerSite .offer_text {
        font-size: 18px;
    }
    .offer_text small {
        font-size: 18px;
    }
    .mainBannerPrice {
        font-size: 24px;
    }
    .mainBannerPrice strong {
        font-size: 34px;
    }
    .offerOuter p{
        font-size:20px;
    }
    .reviewPanel .flag_reviews{
        max-width:450px;
    }
    .google_reviews {
        height:54px;
    }
    .min-btn {
      padding: 7px 15px !important;
      font-size: 12px !important;
    }
    .homeCTALft h2{
        font-size: 30px;
    }
    .homeCTALft h2 strong{
        font-size: 38px;
    }
    .newServiceStyle .services_img img {
        height: 281px;
    }
    .ftCtontatBx{
        padding:15px;
    }
}

@media (max-width: 991px) {
    .blog_left .blog_image {
        max-width:100%
    }

    .blog_left .blog_left_text {
        max-width: 100%;
        padding-left: 0;
        padding-top: 15px
    }

    .blog_sidebar {
        padding: 15px
    }

    .blog .date span.day {
        font-size: 26px;
        line-height: 23px
    }

    .blog .date span {
        font-size: 14px;
        line-height: 14px
    }

    .blog_text h4 {
        font-size: 17px
    }

    .blog .btn-style.btn-black {
        font-size: 15px
    }

    .blog_social {
        width: 100%;
        margin-bottom: 10px!important;
        margin-top: 10px!important
    }

    .blog_text p {
        margin-bottom: 15px;
        font-size: 14px
    }

    .blog-details .date .blog_social {
        width: auto;
        margin: 0!important
    }
    .reviewPanel{
        flex-wrap:wrap;
    }
    .google_reviews{
        height:54px;
        margin-bottom:15px;
    }
    .reviewPanel .flag_reviews {
        max-width: 469px;
        margin-left: 0;
    }
    .mainBannerSite .offer_price b {
        font-size: 45px;
    }
    .mainBannerSite .offer_btn a {
        font-size: 17px;
        padding: 9px 30px;
        margin-top: 15px;
    }
    .offerOuter p{
        font-size:21px;
    }
    .mainBannerSite .top-banner p strong {
        font-size: 26px;
    }
    .offerOuter .banner_offer{
        gap:0;
    }
    .offerOuter .ofPRT {
        padding: 25px 0px;
        width: 100%;
    }
    .offerOuter .offer_in{
        justify-content:center;
    }
    .offerOuter .banner_offer{
        flex-wrap:wrap;
    }
    .brLft {
        border-left: none;
    }
    .brBTom{
        border-bottom: solid 1px #e7c16c1f;
    }
    .newServiceStyle a.rdBtn img{
        width:auto !important;
        display:inline-block !important;
    }
    .dentalSlider{
        position:relative;
    }
    .dentalSlider .owl-nav button{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        background: #fff !important;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .dentalSlider .owl-nav button.owl-prev{
        left:0px;
    }
    .dentalSlider .owl-nav button.owl-next{
        right:0px;
    }
    
    .dentalSlider .owl-nav button span{
        font-size: 30px;
        line-height: 1;
    }
    .ftCtontatBx{
        flex-wrap:wrap;
    }
    .ftCtontatBx .ftContact {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .ftCtontatBx span{
        max-width:100%;
        margin-bottom:15px;
    }
    .ftCtontatBx .ftContact a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog_left .blog_image {
        max-width:30%
    }

    .blog_left .blog_left_text {
        max-width: 70%;
        padding-left: 15px
    }

    .blog_sidebar {
        margin-top: 25px
    }

    .blog .date {
        padding: 7px .8em
    }
    .inner_banner.offerBanner{
        height:400px;
    }
    .inner_banner.offerBanner .banner-img{
        height:100% !important;
    }
    .innerTTer {
        font-size: 30px !important;
        line-height: 2;
            margin: 0 !important;
    }
    .emerOffer{
        margin-top:0px !important;
    }
    .inner_banner .banner-img{
        height: 500px !important;
    }
    .inner_banner .google_reviews {
        height: 36px;
    }
    .inner_banner .reviewPanel .flag_reviews {
        max-width: 369px;
        margin-bottom: 15px;
    }
    .newlyOffer .ppOffer{
        font-size:22px;
    }
    .newlyOffer .ddentalOOO{
        margin:10px 0px;
    }
    .newlyOffer .ddentalOOO strong{
        font-size:36px;
    }
    .newlyOffer .saveTExt {
        font-size: 20px;
        margin: 5px 0px;
        padding: 5px 0px;
    }
    .inner_banner p{
        margin-bottom:5px;
    }
    .mobile-header a{
        flex-wrap:wrap;
    }
    .mobile-header a img{
        width: 100%;
        height: 20px;
        object-fit: contain;
        margin-bottom: 6px;
    }

.mobile-header a:first-child img {
}
    .wCBXCnt:before{
        height:40%;
    }
    .whyList{
        margin-top:15px;
    }
    .contactVideo{
        height:500px;
    }
    .contactMapSec{
        height:400px;
                border-top: solid 10px #ffffff;
    }
    .offerSlider{
	    position:relative;
	}
	
	.offerSlider .owl-nav button.owl-next{
        right:0;
    }
    .offerSlider .owl-nav button.owl-prev{
        left:0;
    }
    .offerSlider .owl-nav button {
        position: relative;
        background: #fff !important;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .offerSlider .owl-nav button span {
        font-size: 30px;
        line-height: 1;
        color:#000 !important;
    }
    .homeCTALft h2 {
        font-size: 24px;
    }
    .homeCTALft{
        padding:0px;
    }
    .homeCTARgt{
        padding-top:0px;
        padding-left: 0;
        border: none;
    }
    .homeCTA .langu_img{
        margin:0px auto;
    }
    .homeCTALft p{
        font-size:18px;
    }
    .homeCTARgtList li strong {
        font-size: 20px;
    }
    .homeCTARgtList li{
        margin:15px 0px;
    }
    .homeCTARgtList li:before{
        top:9px;
    }
    ul.slimmenu{
        display:none;
    }
    .tbPrice small{
        display:block;
    }
    .medicalBnr{
        height:500px;
    }
    .inner_banner .offer_text small {
        font-size: 17px;
    }
}
.br-0.contact_box.mail_box::before{
    display:none !important;
}

@media (max-width: 575px) {
    .blog_social {
        width:auto;
        margin-bottom: 0!important
    }
    .emerOffer .offer_text{
        font-size:18px;
    }
    .emerOffer .offer_text small{
        font-size:16px;
    }
    .emerOffer .offer_price{
        font-size:30px;
    }
    .innerTTer {
        font-size: 24px !important;
    }
    .inner_banner.offerBanner {
        height: 320px;
    }
    .banner_member strong{font-size:24px;}
        .mainBannerSite .top-banner span {
        font-size: 25px;
    }
    .mainBannerPrice {
        font-size: 14px;
        margin-bottom:5px;
    }
    .mainBannerPrice strong {
        font-size: 16px;
    }
    .mainBannerSite .top-banner p {
        font-size: 16px;
        line-height:1.6;
    }
    
    .mainBannerSite .top-banner p strong {
        font-size: 16px;
        display:block;
    }
    .offerOuter {
        padding: 25px 15px;
    }
    
    .newHomeBanner .banner-img {
        min-height: 531px;
    }
    .teamBX{
        padding:15px;
        flex-wrap:wrap;
        height:auto;
        margin:10px 0px;
    }
    .teamBX picture{
        max-width:300px;
        margin: 0px auto;
    }
    .teamBX .textBxDEtails{
        padding:0px;
        max-width:100%;
        padding-top:15px;
        text-align:center !important;
    }
    .smileGallerySec{
        padding-bottom:40px;
    }
    .smileGallerySec.bg-light{
        padding-top:40px;
    }
    .teamSec{
        padding:40px 0px;
    }
    .offerOuter p {
        font-size: 15px;
        margin: 5px 0px;
    }
    .offerOuter{
        padding-top:0px;
    }
    .reviewPanel{
        margin-top:0px;
        margin-bottom:15px;
    }
    .reviewPanel .flag_reviews{
        max-width:339px;
        margin-bottom:15px;
    }
    .google_reviews{
        margin:0px;
    }
    .offerOuter{
        background: transparent;
    }
    .offerOuter .banner_offer{
        background: #00000052;
        margin-bottom:15px;
    }
    
    .mainBannerPrice strong{
        color:#fff;
    }
    .offerOuter .ofPRT{
        padding:15px 0px;
    }
    .header-lower p{
        font-size:14px !important;
    }
    .reviewPanel .google_reviews{
        margin-top:15px;
    }
    .reviewPanel .flag_reviews{
        margin-bottom:0px;
    }
        .csText {
        font-size: 12px;
    }
    .newlyOffer .ppOffer {
        font-size: 18px;
    }
    .newlyOffer .ddentalOOO {
    font-size: 20px;
    }
    .newlyOffer .ppOffer strong{
        display:block;
        font-size: 24px;
    }
    .inner_banner .reviewPanel .google_reviews{
        margin-top:0px;
        margin-bottom:15px;
    }
    .inner_banner .reviewPanel{
        margin-bottom:0px;
    }
    .homeCTARgt {
        padding-left: 0;
        border-left: none;
    }
    
    .ftCtontatBx {
        height: auto;
        margin: 5px 0px;
        border-radius: 5px;
    }
    .newServiceStyle .services_img img {
        height: 361px;
    }
    .homeCTARgt{
        padding-bottom:0px;
    }
    .newServiceStyle{
        width:100% !important;
    }
    .homeAddressSec {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .newServiceStyle .services_img{
        width:100% !important;
    }
    .contactVideo{
        height:300px;
    }
    .playBtn{
        width:70px !important;
    }
    .tablePrice{
		max-width: 307px;
	}
	.tbPrice {
	    padding: 20px 5px;
	    font-size: 27px;
	}
	.tbPHead{
	    padding:12px 5px;
	}
	ul.slimmenu.collapsed li .sub-toggle{
	    width:40px !important;
	}
	ul.slimmenu li a{
	    padding-right:50px !important;
	}
	footer .nav-link{
	   padding: .5rem 0.2rem;
	}
	.contact-sec h3{
	    font-size:18px;
	}
	.sideBarCta.CTADEsign h2 {
        margin-bottom: 0px !important;
        font-size: 24px !important;
    }
    .sideBarCta.CTADEsign h3{
        font-size:20px !important;
    }
    .sideBarCta h3 strong, .emergencyCTa h3 strong {
        font-size: 30px !important;
    }
    .sideBarCta h4{
        font-size:15px;
    }
    .sideBarCta .google_reviews, .emergencyCTa .google_reviews {
        height: 44px;
        margin-top: 10px !important;
    }
    .emergencyWelcomeCnt p{
        text-align:justify;
    }
    .gallerySlider .box_text {
        padding: 20px 45px 15px;
    }
    .gallerySlider .box_text p{
        text-align:justify;
    }
}

@media (max-width: 400px) {
    .blog_left .blog_image {
        max-width:40%
    }

    .blog_left .blog_left_text {
        max-width: 60%
    }
    .gallerySlider .owl-nav button{
        width:40px;
        height:40px;
    }
    .gallerySlider .owl-nav button span{
        color:#000 !important;
    }
}

@media (max-width:375px){
    .reviewPanel .flag_reviews {
        max-width: 259px;
    }
    .google_reviews {
        height: 34px;
    }
    .mainBannerSite .top-banner span {
        font-size: 19px;
    }
   
    .mainBannerSite .offer_price {
        font-size: 27px;
    }
    .mainBannerSite .offer_price b {
        font-size: 45px;
    }
    .offerOuter {
        padding: 0px;
    }
    .dentalSerBx .services_img {
        width: 232px;
        height: 370px;
    }
    .mobile-header a{
        font-size: 12px !important;
    }
    .contactVideo{
        height:220px;
    }
}

.blog_section h3 {
    font-size: 22px;
    color: #000;
}

.blog_section ul {
    overflow: hidden;
}

.bg-red{
    background:red;
}

.header-top {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 15px;
}

.header-top img {
    max-width: 23px;
    margin-top: -4px;
}

.header-top a {
    color: #272f52;
    padding-right: 10px;
    font-size: 15px;
}

.header-top li:not(:last-child) a {
    border-right: 1px solid #ababab;
}
.header-lower{
    padding:5px 0px;
}
.header-lower p{
        color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.gpTeam{
    flex-wrap: nowrap;
    width: 100%;
}
.gpTeam picture{
    max-width: 21%;
    margin: 0;
}


.gpTeam .textBxDEtails{
    text-align:left;
}
.termsCondi h1{
    text-transform: uppercase;
    font-size: 42px;
    color: #272f52;
    font-family: 'PP Eiko';
    font-weight: 600;
}
.termsCondi h2{
    text-transform: uppercase;
    font-size: 32px;
    color: #272f52;
    font-family: 'PP Eiko';
    font-weight: 400;
    margin-bottom:20px;
}
.termsCondi h3{
    text-transform: uppercase;
    font-size: 26px;
    color: #272f52;
    font-family: 'PP Eiko';
    font-weight: 400;
    margin-bottom:20px;
}
.termsCondi ul{
        margin: 0;
    padding: 0;
}
.termsCondi ul li{
        list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/listing_cu.png) no-repeat;
    background-size: 12px;
    background-position: 0px 9px;
    overflow: hidden;
}


.packBBS {
    border: solid 1px #e7e7e7;
    border-radius: 15px;
    text-align: center;
}

.packBBS .packHead {
    padding: 15px 0px;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 25px;
}

.packBBS .packHead h3 {
    margin: 0px;
    color: #272f52;
    font-size: 30px;
    font-family: 'PP Eiko';
    margin-bottom: 0;
}

.packBBS h4 {
    color: #272f52;
    font-size: 50px;
    font-family: 'PP Eiko';
    font-weight: 800;
}

.packBBS .mmOO {
    color: #fff;
    background: #b29640;
    font-size: 19px;
    padding: 5px 17px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 50px;
}

.packBBS .min-btn {
    width: 100%;
}

.packBBS p {
    padding: 0px 25px;
}

.f_in{
        font-family: "Plus Jakarta Sans", sans-serif !important;
    font-style: normal !important;
}
.f_in strong{
    font-weight:700;
}
.review-panel {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.reviewer-info .name {
  font-weight: bold;
  font-size: 16px;
}

.reviewer-info .time {
  font-size: 13px;
  color: #888;
}

.stars {
  margin: 10px 0;
}

.stars i {
  color: #fbbc04;
  font-size: 18px;
  margin-right: 2px;
}

.review-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
.timimgBx{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #e3e3e3;
    margin-bottom:35px;
}
.timimgBx .time{
    width: 100%;
    max-width: 25%;
    padding: 25px;
    border-right: solid 1px #e3e3e3;
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #ffffff94;
}
.time h2{
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    background: url(../images/wall-clock-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 80px;
        margin: 0;
}
.time h3{
    color: #232a4a;
    line-height: 2;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

.time h3 span{
    display: block;
    border-top: solid 1px #e3e3e3;
}
.timimgBx .time:first-child{
    text-align:left;
    background: #384060;
}

.membershipBanner span.memberTT{
	margin-bottom: 15px;
	line-height: 1;
}
.membershipBanner .pTT{
	font-size: 16px !important;
	line-height: 1.6 !important;
}

.membershipBanner .csText{
	font-size: 23px;
	    margin-bottom: 0;
}
.membershipBanner .mainBannerPrice{
	    font-size: 24px;
}
.membershipBanner .mainBannerPrice strong{
    font-size: 35px;
}

.membershipBanner .offer_text small {
    font-size: 21px;
}

.membershipBanner .offerOuter .ofPRT {
    padding: 15px 5px 15px 30px;
}
.membershipBanner .offerOuter p{
	font-size: 22px;
	margin: 5px 0px;
}

.memberCTa h2{
	font-size: 40px;
    font-weight: 600;
}

.memberCTa p a{
	color: #dfbb4d;
	font-weight: 600;
}
.mmWelcome .welcomeSub span{
	display: block;
}
.mmWelcome .welcomeSub span strong{
	 font-size: 40px;
    color: #b29640;
}
.mmWelcome  .weclcome_text{
	margin-bottom: 25px;
}
.mmWelcome .welcomeSub{
	    padding-bottom: 0;
}

.memberCTa .min-btn{
	font-size: 30px;
}
.memberCTa .homeCTALft{
	justify-content: center;
}
 
.newbookModal .modal-body{
    padding:0px;
    position:relative;
}
.newbookModal .close {
    position: absolute;
    right: 2px;
    border-radius: 0;
    color: #fff;
    opacity: 1;
    line-height: 0;
    text-align: center;
    padding: 15px 15px 25px;
    top: 2px;
    font-size: 35px;
    background: #df1b1b;
    border: none;
}
/*.newbookModal iframe{*/
/*    width:100%;*/
/*    height:860px;*/
/*    overflow:auto*/
/*}*/

.object-fit-cover{
    object-fit:cover;
}
.allTestBx{
    padding: 25px;
    height: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    border-radius: 12px;
}
.allTestBx h3{
    margin: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.allTestModal .modal-header{
    position:relative;
}
.allTestModal .modal-header .close{
    position:absolute;
    top:0;
    right:0;
    margin: 0;
}
.gpBX{
    background: #ff611c;
}
.gpBX:hover{
    background: #ff611c9e;
}
.edBX{
    background: #f3585c;
}
.edBX:hover{
    background: #f3585c9e;
}
.dBx{
    background:#04add4;
}
.dBx:hover{
    background: #009ec3;
}
.dhBx{
    background: #9b55d1;
}
.dhBx:hover{
    background: #9b55d1b5;
}
.bloodBX{
    background:#dd2d28;
}
.bloodBX:hover{
    background: #dd2d28cc;
}
.stiBx{
    background:#ff648d;
}
.stiBx:hover{
    background: #b9133f;
}
.hsBx{
    background:#144d56;
}
.hsBx:hover{
    background:#144d56c7;
}
.thBx{
    background:#d4028a;
}
.thBx:hover{
    background:#d4028a9c;
}

.emmergencyBanner{
	position: relative;
}
.emmergencyBanner .home_banner_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.emmergencyBanner .home_banner_img picture{
	width: 100%;
	height: 100%;
	display: block;
}
.emmergencyBanner .home_banner_img picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.emmergencyBanner .bannerContent{
	position: relative;
	z-index: 1;
	padding: 70px 0px;
}

.emmergencyBanner .bbCntBx {
    text-align: center;
    width: 100%;
    max-width: 705px;
}
.emmergencyBanner .bannerNewTT{
	color: #272f52;
    font-size: 46px;
    display: block;
    font-weight: 700;
    line-height: 2;
}

.emmergencyBanner .priceNew {
    color: #272f52;
    font-size: 35px;
    font-weight: 500;
}

.emmergencyBanner .priceNew strong{
	color: #ff0000;
    font-size: 68px;
    font-weight: 800;
}

.emmergencyBanner .bannerContent h3{
	color: #b29640;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0px;
}
.emmergencyBanner .bannerContent p{
	font-size: 20px;
    font-weight: 600;
}

.emmergencyBanner .bbCntBx h4{
	font-weight: 800;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}

.emmergencyBanner .bannerContent p.text-danger{
	font-size: 24px;
}


.conditionsBx {
    border: 2px solid #b296405c;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    padding: 20px 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}
.newDEsignCondi .conditions-head {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    display: inline-flex;
}

.conditionsBx .conditions-head img {
    max-width: 47px;
    width: 100%;
    margin-bottom: 25px;
}

.conditionsBx .conditions-head h3 {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    text-align: center;
}


.conditionsBx:hover {
    background-color: #b29640;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.conditionsBx:hover .conditions-head img {
    filter: invert(0) brightness(8);

}

.conditionsBx:hover h3{
	color: #fff;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sideBarCta h2 {
    margin-bottom: 5px !important;
    font-size: 40px !important;
}

.sideBarCta h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.sideBarCta h3 strong {
    font-size: 60px;
}
.emergencyCTa{
	padding:40px 0px !important;
}
.emergencyCTa h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.emergencyCTa h3{
	color: #fff;
}
.emergencyCTa h3 strong{
	font-size: 60px;
}
.sideBarCta{
	padding:25px !important;
}


.sideBarCta .google_reviews, .emergencyCTa .google_reviews{height: 44px;margin-top: 30px !important;}
.sideBarCta .langu_img, .emergencyCTa .langu_img{
    max-width: 322px;
}
.sideBarCta .CTADEsignInner{
	text-align: center;
}
.sideBarCta .btnList{
	margin-top: 30px !important;
}
.sideBarCta h4{
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.emmergencyBanner .banner_btn_group .banner-btn:first-child{
        background-color: #b29640;
}
.emmergencyBanner .banner_btn_group .banner-btn:first-child:hover{
    background-color: #272f52;
}
.emmergencyBanner .banner_btn_group .banner-btn:last-child{
        background-color: #272f52;
}
.emmergencyBanner .banner_btn_group .banner-btn:last-child:hover{
    background-color: #b29640;
}
.lh-2{
    line-height:2;
}
.vacancies_cta{
    position: relative;
}
.vacancies_cta .vacanciesPicture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 45%;
    height: 100%;
    background: #fff;
}
.vacancies_cta .vacanciesPicture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vacanciesOfferBanner{
    width: 100%;
    max-width: 790px;
    text-align: left;
}
.vacanciesOfferBanner span{
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 400
}
.vacanciesOfferBanner ul li{
    font-size:24px;
}
.vacanciesBanner span {
    font-size: 46px !important;
}
.vacanciesBanner span strong{
    display:block;
}
.vacanciesBanner .listArea.list-2{
    column-count: 2;
}
.gynaBx{
    background: #db2874;
}
.gynaecologyBanner {
    position: relative;
}

.gynaecologyBanner .gynaecologyBannerMobile, .gynaecologyBanner .gynaecologyBannerDesktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
}

.meetTeam {
    background-color: #fff;
    padding: 50px 0px;
    background-blend-mode: soft-light;
}

.gTeamBx {
    text-align: center;
}

.gTeamBx .gImg {
    margin-bottom: 15px;
    display: inline-block;
    max-width: 260px;
    width: 100%;
}

.gTeamBx .gImg img {
    border: solid 5px #b2964047;
    width: 100%;
}

.gTeamBx h3 {
    color: #272F52;
    font-size: 26px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.gTeamBx p {
    color: #0A2540;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.gTeamBx span {
    font-size: 20px;
    color: #B29640;
    font-weight: 800;
}



.gynaecologyBannerCnt {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 0px;
}
.gynaecologyBannerCnt .vdvdv{
        background: #b29640;
    border-color: #b29640;
}
.gynaecologyBannerCnt .dfnfg{
        background: #0a2540;
    border-color: #0a2540;
}


.exText {
    color: #353D5D;
    font-size: 25px !important;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-family: 'PP Eiko';
}

.exText strong {
    display: block;
}

.gBnrOffer {
    padding: 15px;
    width: 100%;
    max-width: 730px;
    background: #ffffff87;
}

.gBnrOffer .gcTitle {
    color: #fff;
    font-family: 'PP Eiko';
}

.gBnrOfferBX p.gPrice {
    color: #B29640;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}

.gBnrOfferBX p.gPrice strong {
    color: #B29640;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 64px;
    font-weight: 900;
}
.sPrice{
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}
.mPText{
    font-size: 27px !important;
}

.ofValidText {
    font-size: 20px !important;
    margin-top: 8px;
    font-weight: 900;
    color: #B29640;
    border-bottom: solid 1px #0000000f;
    padding-bottom: 20px;
}
.offerTextNew1 {
    color: red !important;
    font-size: 22px !important;
}
.gynaecologyBannerCnt .banner_btn_group a{
    font-size: 18px;
    padding: 16px 24px;
    text-transform:uppercase;
}  
.ltTxt{
    margin: 0px;
    color: #000000;
    font-size: 16px !important;
    font-weight: 600;
}

.ltTxt strong {
    font-size: 18px;
    text-transform: uppercase;
}
.limitOffer strong{
    font-size: 20px;
    font-weight: 800;
}

.gBnerCnt .gBnrOfferBX {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.gBnrOffer p {
    font-size: 18px;
}

.gynaecologyBanner .google_reviews {
    height: 44px;
}

.gynaecologyBanner .flag_reviews {
    max-width: 339px;
}

.gynaecologyWelcome h1 {
    background: none;
    margin-bottom: 0px;
}

.gynaecologyWelcome .weclcome_text {
    padding-top: 15px;
    margin: 0px;
}

.gyanService {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 35px 18px;
    /* background: #ffffff47; */
    height: 100%;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 15px;
}

.gyanService picture {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    background: border-box;
    border-radius: 15px;
}

.gyanService picture img {
    width: 100%;
    max-width: 70px;
}

.gyanService span{
	width: 100%;
	display: inline-flex;
	justify-content: center;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	align-items: center;
	margin: 6px 0px;
}
.gyanService span del{position: relative;text-decoration: none;color: #272f52bf;}
.gyanService span del:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 3px;
	display: inline-block;
	transform: rotate(-7deg);
	background-color: #ff4a4a;
}
.gyanService span strong{
	margin: 0px 5px;
	font-size: 42px;
	font-weight: 800;
	color: #d1a92e;
	line-height: 1;
}

.gyanService h3 {
    color: #272f52;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.gyanService p {
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
    margin: 0;
    line-height: 1.7;
    color: #626262;
}
.dwdwSlider .owl-nav button{
	        background: #e7e7e7 !important;
}
.gyanPrices tbody tr td:nth-child(2){
	font-weight: 800;
}

.provideList{
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}
.provideList .provideBxLft{
	width: 100%;
	max-width: 50%;
}

.provideList .provideBxRgt{
	width: 100%;
	max-width: 50%;
	border-left: solid 1px #00000029;
}
.provideList .provideBxLft .provideBx{
	text-align: right;
	padding-right: 110px;
}
.provideList .provideBxLft .provideBx p{
	text-align: right;
}
.provideList .provideBxRgt .provideBx{
	text-align: left;
	padding-left: 110px;
}
.provideList .provideBxRgt .provideBx p{
	text-align: left;
}

.provideList .provideBx{
	padding: 25px 35px;
	position: relative;
}
.provideList .provideBx h3{
	color: #272f52;
	font-size: 32px;
	font-family: 'PP Eiko';
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	max-width: 480px;
}
.provideList .provideBx p{
	font-size: 16px;
}
.provideList .provideBx .proIcon{
	position: absolute;
	top: 10px;
	width: 80px;
	height: 80px;
	background: #b29640;
	border-radius: 100%;
	display: inline-flex;
	padding: 19px;
}
.provideList .provideBxLft .provideBx .proIcon{
	right: -40px;
	top: 146px;
}
.provideList .provideBxRgt .provideBx .proIcon{
	left: -40px;
}

.provideList .provideBxRgt .provideBx:first-child .proIcon{
	top: 45px;
}
.provideList .provideBx .proIcon img{
	filter: invert(1) brightness(5);
}
.gBnrDiv{
	padding:0px 75px 25px;
}
.enjoyText{
	font-size: 24px !important;
}
.enjoyText strong{
	font-weight: 800;
    color: #b29640;
}

.whySecIdeal .whyHealthCnt p{
	text-align: left;
}
.healthCta{
	display: inline-flex;
	width: 100%;
}
.healthCta .healthCtaLft{
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 0px 75px;
}
.healthCta .healthCtaRgt{
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 0px 75px;
	border-left: solid 1px #ffffff2e;
}
.healthCta .healthCtaLft .gBnrDiv{
	padding: 0px;
}
.healthCta .healthCtaLft .sPrice{
	font-size: 20px;
	line-height: 1.6;
	margin-top: 16px;
}
.healthCta .healthCtaRgt .enjoyText{
	line-height: 1.6;
	    margin: 0;
}
.healthCta .healthCtaRgt .enjoyText strong{
	font-size: 40px;
}
.health_Cta .google_reviews{
	width: 100%;
	height: 40px;
	object-fit: contain;
}
.health_Cta .flag_reviews{
	width: 100%;
	height: 40px;
	object-fit: contain;
}
.health_Cta .reviewPanel{
	flex-wrap: wrap;
	margin:0px;
}
.health_Cta{
	padding: 50px 0px;
}
.healtPPCK .packbxInner h3{
    font-size: 15px !important;
     margin-bottom: 15px !important;
}
.healtPPCK p.packgeCost{
        font-size: 38px !important;
}
.healtPPCK .packBTn {
    margin-top: 0 !important;
}
.healtPPCK .fndBtn{
    font-size:18px;
}
.healtPPCK .packBTn .btn {
    font-size: 16px;
    margin-top: 0;
}
.headingBGtrans{
    background: transparent !important;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width:1599px){
    .time h2{
        font-size:30px;
        padding-left: 50px;
    }
    .time h3{
        font-size:20px;
    }
    .emmergencyBanner .bannerContent{
		padding: 30px 0px;
	}
	.emmergencyBanner .bannerNewTT{
		font-size: 38px;
		line-height: 1.2;
	}
	.emmergencyBanner .priceNew{
		font-size: 31px;
	}
	.emmergencyBanner .priceNew strong{
		font-size: 58px;
		line-height: 1;
	}
	.emmergencyBanner .google_reviews{
		height: 44px;
	}
	.emmergencyBanner .langu_img{
		max-width: 340px;
	}
	.emmergencyBanner .bbCntBx h4{
		font-size: 24px;
	}
	.emmergencyBanner .bannerContent p.text-danger {
	    font-size: 20px;
	}
	.gyanService span del{
		font-size: 20px;
	}
	.gyanService span strong{
		font-size: 32px;
	}
	a.logo img {
        width: 170px !important;
    }
    ul.slimmenu>li>a {
        padding: 0 16px 0 0 !important; 
    }
    .exText{
        font-size:22px !important;
    }
    .gBnrOfferBX p.gPrice{
        font-size:35px;
    }
    .gBnrOfferBX p.gPrice strong{
        font-size:44px;
    }
    .mPText {
        font-size: 20px !important;
    }
    .ofValidText {
        font-size: 20px !important;
        padding-bottom: 10px;
    }
    .gBnrOffer .reviewPanel {
        margin-top:10px;
    }
    .gBnrOffer{
        max-width:620px;
    }
    .gynaecologyBannerCnt{
        padding:10px 0px;
    }
    .gynaecologyBanner .gynaecologyBannerDesktop{
        object-position:right;
    }
    .enjoyText {
	    font-size: 20px !important;
	}
	.gBnrDiv {
	    padding: 0px 0 25px;
	}
	.gynaecologyBannerCnt .banner_btn_group a {
	    font-size: 16px;
	    padding: 16px 8px;
	}
	.healthCta .healthCtaRgt, .healthCta .healthCtaLft{
	    padding:0px 35px;
	}
}
@media (max-width: 1399px){
	.sideBarCta h2 {
	    margin-bottom: 0px !important;
	    font-size: 30px !important;
	}
	.sideBarCta h3 strong, .emergencyCTa h3 strong {
	    font-size: 40px;
	}
	.sideBarCta .btnList {
	    margin-top: 20px !important;
	}
	.sideBarCta .google_reviews, .emergencyCTa .google_reviews{
		margin: 0px;
	}
}

@media (max-width:1199px){
    .time h3 {
        font-size: 18px;
    }
    .membershipBanner .offer_text small {
	    font-size: 15px;
	}
	.newbookModal .modal-xl{
        max-width:100%;
    }
        a.logo img {
        width: 140px !important;
    }
    .gBnrOffer {
        max-width: 510px;
    }
    .provideList .provideBx h3{
		font-size: 26px;
	}
	.provideList .provideBxRgt .provideBx{
		padding-left: 60px;
	}
	.provideList .provideBxLft .provideBx{
		padding-right: 60px;
	}
	.healthCta .healthCtaRgt, .healthCta .healthCtaLft{
	    padding:0px 15px;
	}
}

@media (max-width:991px){
    .timimgBx .time{
        padding:15px;
    }
    .time h3 {
        font-size: 15px;
    }
    .time h2 {
        font-size: 23px;
        padding-left: 40px;
    }
    .mamInner .banner-img{
		height: 660px !important;
	}
	.vacancies_cta .vacanciesPicture{
	   position: relative;
        max-width: 100%;
        margin-bottom: 25px;
        display: block;
	}
	.vacancies_cta{
	    padding-top:0px !important;
	}
	.provideList .provideBxRgt{
		border:none;
	}
	.provideList .provideBxLft{
		max-width: 100%;
	}
	.provideList .provideBxRgt{
		max-width: 100%;
	}
	.provideList .provideBxRgt .provideBx {
        padding-left: 25px;
    }
    .provideList .provideBxLft .provideBx {
        padding-right: 25px;
    }
    .provideList .provideBx .proIcon{
    	position: relative;
        top: 0 !important;
        left: 0;
        right: 0 !important;
    }
    .provideList .provideBxLft .provideBx{
    	text-align: center;
    }
    .provideList .provideBx h3{
    	max-width: 100%;
    	text-align: center;
    }
    .provideList .provideBxRgt .provideBx .proIcon{
    	left: 0px;
    }
    .provideList .provideBxRgt .provideBx p {
	    text-align: center;
	}
	.provideList .provideBxRgt .provideBx {
	    text-align: center;
	}
	.provideList .provideBx {
	    padding: 10px 35px !important;
	}
	.provideList .provideBxLft .provideBx p {
	    text-align: center;
	}
	.provideList .provideBxRgt .provideBx .proIcon{
		margin-bottom: 15px;
	}
	.whySecIdeal{
	    text-align:center;
	}
	.whySecIdeal img{
	    margin-bottom:15px;
	}
	.healthCtaLft .exText {
        font-size: 15px !important;
    }
}

.whatsapp-sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background: #25d366;
    color: #fff;
    font-size: 40px;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 11px #a9a9a9
}

.whatsapp-sticky:hover{color:#fff;}
.welcomeVacancies .service_wl{
        background: none;
}
@media (max-width:767px){
    .whatsapp-sticky {
        bottom: 100px;
    }
    .homeCTA .owl-nav{
        text-align:center;
        margin-top:15px;
    }
    .homeCTA .owl-nav button{
        margin:0px 5px;
    }
    .homeCTA .google_reviews{
        margin-top:15px;
    }
    .timimgBx .time:first-child{
        max-width:100%;
        border: none;
    }
    .timimgBx .time{
        max-width:33.33%;
    }
    .time h3 {
        font-size: 14px;
    }
    .mamInner .banner-img {
        height: 530px !important;
    }
    .membershipBanner .mainBannerPrice {
	    font-size: 18px;
	}
	.membershipBanner .offerOuter{
		margin-top: 0px;
	}
	.vacanciesOfferBanner span{
	    text-align:center;
	}
	.vacanciesBanner span {
        font-size: 30px !important;
    }
    .gyanService picture img{
		display: inline-block !important;
	}
	.gyanService{
		margin:15px 0px;
		height:auto;
	}
	.offerSlider .owl-nav{
		text-align: center;
	}
	.provideList .provideBx {
        padding: 10px 0px !important;
    }
    .provideList .provideBx .proIcon{
    	margin-bottom: 15px;
    }
    .provideList .provideBx p{
    	text-align: justify !important;
    	text-align-last: center;
    }
    .healthCta .healthCtaLft, .healthCta .healthCtaRgt{
        max-width:100%;
        text-align:center;
        border:none;
        padding:25px 0px;
    }
    .health_Cta .reviewPanel
 {
    flex-wrap: wrap;
    margin-top: 10px;
}
	
}
@media (max-width:575px){
    .timimgBx .time {
        padding: 5px;
    }
    .time h2{
        padding-left:20px;
    }
    .timimgBx .time:first-child{
        padding-top:15px;
        padding-bottom:15px;
    }
    .allTestBx {
        padding:15px;
        min-height: 90px;
    }
    .allTestBx h3{
        font-size:18px;
    }
    .bookModal .modal-header .modal-title {
        font-size: 25px;
    }
    .emmergencyBanner .bannerNewTT{
		font-size: 28px;
	}
	.emmergencyBanner .priceNew strong{
		font-size: 38px;
	}
	.emmergencyBanner .bannerContent h3{
		font-size: 22px;
	}
	.emmergencyBanner .bbCntBx h4 {
        font-size: 20px;
    }
    .emmergencyBanner .bannerContent p.text-danger {
        font-size: 18px;
    }
    .emergencyCTa h4{
    	font-size: 17px;
    }
    .vacanciesOfferBanner ul li {
        font-size: 20px;
    }
    .vacanciesBanner{
        background:#000;
    }
    .vacanciesBanner .banner-img{
        opacity:0.4;
    }
    .vacanciesBanner .listArea{
        text-align: center;
    }
    .vacanciesBanner .listArea li{
        display: inline-block;
        font-size: 14px;
        margin-left: 15px;
        margin-bottom: 5px;
                text-align: left;
    }
    .vacanciesBanner .listArea li:first-child{
        margin-left:0px;
    }
    .vacanciesBanner span strong{
        font-size: 40px;
    }
    .vacanciesBanner span {
        font-size: 26px !important;
    }
    .vacanciesBanner .listArea.list-2 {
        column-count: 1;
    }
    .exText{
		font-size: 20px;
	}
	.gTeamBx p{
		font-size: 16px;
	}
	.gynaecologyWelcome p{
		text-align: justify;
		text-align-last: center;
	}
	
	.offerSlider .owl-nav button{
		margin: 0px 5px;
	}
	.gBnrOfferBX p strong{
		font-size: 54px;
	}
	.gynaecologyBanner{
	    background:#ffffff;
	}
	.gynaecologyBanner .gynaecologyBannerMobile{
	    opacity:0.2;
	}
	.gBnrOffer {
        background: #ffffffe0;
    }
    .ltTxt{
        font-size:14px !important;
    }
    .ofValidText {
        margin-bottom: 8px;
    }
    .gTeamBx {
        padding: 15px;
        background: #f9f9f9;
    }
    .offerTextNew1 {
        font-size: 16px !important;
    }
    .ltTxt strong {
    font-size: 15px;

    }
    .position {
        font-size: 16px !important;
    }
    .healthCta p{
        font-size:20px !important;
    }
    .healtPPCK .min-btn{
        font-size:20px !important;
    }
    .healtPPCK .packbxInner {
        padding: 8px !important;
    }
    .healtPPCK .packbxInner p {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 1.4;
    }
    .healtPPCK p.packgeCost {
        font-size: 34px !important;
    }
    .healtPPCK .fndBtn {
        font-size: 15px;
    }
    .healtPPCK .packbxInner h3 {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}
.dvdvdfvd p{
    text-align:justify;
}
    
}
.inner_join_member{
    color: #e7c16c !important;
    font-size: 20px;
}
@media (max-width:479px){
    .inner_join_member{
        margin-top: 10px;
        display: inline-block;
    }
    .timimgBx .time{
        max-width:100%;
        border-right:none;
        border-bottom:solid 1px #e3e3e3;
    }
    .timimgBx .time:last-child{
        border-bottom:none;
    }
    .time h3 {
        font-size: 18px;
    }
    .mamInner .banner-img {
        height: 500px !important;
    }
    .newbookModal .homeAppointment{
        max-height:660px;
        min-height:660px;
        overflow:auto;
        height:100vh;
    }
    .newbookModal .homeAppointment iframe{
        height:100%;
    }
    .allTestBx h3{
        font-size:16px;
    }
    .vacanciesBanner span strong{
        font-size: 35px;
    }
    .vacanciesBanner span{
        font-size: 21px !important;
        margin-bottom: 15px !important
    }
    .vacanciesBanner .banner-img {
        height: 400px !important;
    }
    .gBnrOffer p {
	    font-size: 16px;
	}
	.gBnrOfferBX p.gPrice {
        font-size: 26px;
    }
    .gBnrOfferBX p.gPrice strong {
        font-size: 37px;
    }
    .provideList .provideBx h3 {
        font-size: 20px;
    }
}


@media (max-width:375px){
        .vacanciesBanner span {
            font-size: 18px !important;
        }
        .vacanciesBanner span strong {
            font-size: 30px;
        }
}

