@media (max-width: 1199px){
  .banner-new .btn-flex a{
    font-size: 22px;
}

.bnr-over .price-title {
    font-size: 30px;
}

.bnr-over .title {
    font-size: 50px;
}

.bnr-over .top-title {
    font-size: 24px;
}

.bnr-over .price-title .this-month-price {
    font-size: 44px;
}
    .banner-new{/* height: 590px; */}
    .banner .btn-flex a{
    padding: 5px 20px;
}

.banner-text1 {
    font-size: 70px;
}
}
@media (max-width: 991px){
    .feature .feature-single h4{
        margin-top: 17px;
    font-size: 17px;
    }
    .feature .feature-single p {
    font-size: 15px;
}
    .feature .feature-single-icon img {
    max-height: 52px;
}
    .feature .feature-single-icon{padding:40px;}
    #booking_modal iframe {
    height: 530px;
}
    .banner-new {
    /* height: 520px; */
}
    .smile_assessment {
    font-size: 16px;
}
    .bnr-over .top-title {
  font-size: 18px;
}
.bnr-over .title {
  font-size: 40px;
}
.bnr-over .price-title {
  font-size: 22px;
}

.bnr-over .price-title .this-month-price {
    font-size: 32px;
}

.banner-new .btn-flex a {
    font-size: 19px;
    padding: 5px 20px;
}

.btn-flex a span {
    padding-left: 10px;
}

.btn-flex a + a {
    margin-left: 10px;
}

.btn-flex a {
    padding: 5px 25px;
    font-size: 20px;
}

.banner .btn-flex a {}
.b-auth-txt {
  font-size: 14px;
  line-height: 18px;
}
.enl-auth {
  font-size: 15px;
  line-height: 0;
}
.enl-auth b {
  font-size: 15px;
}
        .banner .btn-flex a{
    padding: 5px 20px;
}

.banner-text1 {
    font-size: 60px;
}
    .address-single .address-single-content h3{font-size: 20px;}
}
@media (max-width: 767px){
    .banner-new .btn-flex a {
    font-size: 16px;
    padding: 5px 15px;
    min-height: 46px;
}
  .btn-flex a{
    padding: 5px 20px;
    font-size: 16px;
}
    .feature .feature-head{ font-size: 30px;}
    .feature .feature-single p {
    font-size: 20px;
}
    .feature .feature-single {
    text-align: center;
    margin-bottom: 30px;
}
.feature .feature-single h4 {
    margin-top: 17px;
    font-size: 20px;
}
    .feature .feature-single-icon{min-height:200px;}
    .feature .feature-single-icon img {
    max-height: initial;
}
    .feature {
    padding: 50px 0 10px;
}
      header.stick{
          display:none;
}
   .btn-rtt {
        display: flex;
        z-index: 9;
        position: relative;
        text-align: center;
        justify-content: center;
        margin-top: 10px;
        text-transform: capitalize;
        border-top: 1px solid #dfdfdf;
        padding-top: 10px;
    }

.mobile-address {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mobile-address i {
    color: #17b7b9;
}

    .btn-rtt a {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
    }

.btn-rtt a span {
    text-decoration: underline;
}

.btn-rtt a img {
    max-height: 30px;
    margin-right: 10px;
}

    .btn-rtt a i {
        color: #fff;
    }

    #contactmob.overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: rgb(243 239 244);
        overflow-x: hidden;
        transition: 0.5s;
        display: block !important;
    }

    .overlay .logo {
        display: inline-block;
        padding-top: 20px;
    }

    .overlay-content ul li p a img {
        width: 26px;
    }

    .overlay-content ul li p a span.whatsapp_icon i {
        color: #fff;
        font-size: 18px;
        position: relative;
        top: 0;
        background: #25d366;
        padding: 4px 6px;
        border-radius: 100%;
        margin: 0;
    }

    .overlay .logo img {
        max-height: 71px;
    }

.border-bottom-white {
    position: absolute;
    right: 10px;
    top: 0;
}

    .overlay-content {
        position: relative;
        top: 5%;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .overlay-content .social-list li a {
        color: #fff;
        background: #65326d;
    }

    .overlay-content h3 {
        color: #000;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .overlay-content p {
        color: #000;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .overlay-content p i {
        color: #65326d;
        font-size: 22px;
        margin-right: 8px;
    }

    .overlay-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .overlay-content ul li {
        text-align: center;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 15px;
        /* display: flex; */
    }

.overlay-content ul li i {
    font-size: 24px;
    color: #17b7b9;
}

    .overlay-content ul li:last-child {
        border: none;
    }

    .overlay-content ul li p a {
        padding: 0;
        font-size: 19px;
        color: #000;
        display: inline-block;
        word-break: break-all;
    }

    .overlay-content ul li p .uk_flag {
        width: 28px;
        margin-right: 8px;
        margin-top: -5px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
        font-weight: 500;
    }

    .overlay a.theme-btn {
        font-size: 16px !important;
        padding: 10px 30px 6px;
        background: #2986e2;
    }

    .overlay a.btn-style {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 8px 12px;
        margin-top: 30px;
    }

    .overlay a:focus, .overlay a:hover {
        color: #65326d;
    }

    .overlay .closebtn {
        left: 15px;
        font-size: 45px;
        margin-top: -4px;
        top: 0;
        color: #000 !important;
        display: inherit;
        background: #fff;
    }

    .overlay .closebtn img {
        max-width: 36px;
    }
  .inner-content .btn-flex{
    margin-bottom: 40px;
}

.inner-content ul {
    column-count: 1;
}
  .banner-before-after{
    display: none;
}
    .banner-img{display:none;}
    .header-call{justify-content: center;padding: 5px 0;}
    .dr-content h1{
    font-size: 23px;
}
.dr-bio h2{
    font-size: 26px;
}
.dr-content{padding-top: 20px;}
.address-single{
    margin-bottom: 20px;
}
footer{
    padding: 20px 0 0;
    padding-bottom: 50px;
}
     .header-call,.book_now_button{display: none !important;}
      .banner .btn-flex a{
    padding: 5px 20px;
}

.banner_content {
    background: rgb(255 255 255 / 62%);
}

.banner .btn-flex a img {
    min-height: auto;
}

.banner-text1 {
    font-size: 50px;
    text-align: center !important;
    margin-bottom: 20px;
}

.banner img {
    min-height: 350px;
    object-fit: cover;
    object-position: right;
}

.banner2-img {
    object-position: left;
}
.bnr-over{
    position: relative;
    height: auto;
}

.bnr-over-text {
    position: relative;
    padding-bottom: 30px;
}
.banner-new {
    height: auto;
}
.banner-new{background: rgb(234 255 255);padding-top: 0;}

.inner-content h1 {
    font-size: 28px;
}

.inner-content h2 {
    font-size: 26px;
}

.section-padding {
    padding: 40px 0;
}

header {
    /* display: none; */
}

.inner-content h3{font-size:22px;}
}

@media (max-width: 575px){
    .video_cosultation_btn {
    width: 145px;
    height: 50px;
}
    .smile_assessment {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 18px;
}
    .bnr-over .top-title {
  font-size: 16px;
}
.bnr-over .title {
  font-size: 26px;
}
.bnr-over .price-title {
  font-size: 25px;
  margin-top: 0;
}

.bnr-over .price-title font {
    display: block;
    margin-top: 8px;
}

.bnr-over .price-title .this-month-price {font-size: 36px;}

.bnr-over .price-title span {
    display: none;
}
.bnr-circle-box{width: 95%; margin-top:10px;}
    .section-title{font-size:26px;}
   

header {
}
    .mobile-call{display: flex;}
    .btn-flex{
    width: 100%;
    display: block;
    text-align: center;
}

.banner-new .btn-flex {
    flex-wrap: wrap;
}

.btn-flex a {
    width: 100%;
    min-height: 60px;
    justify-content: center;
    max-width: 300px;
}

.btn-flex a + a {
    margin-top: 15px;
    margin-left: 0;
}
}


@media (max-width: 380px){
    .video_cosultation_btn {
    width: 129px;
    height: 50px;
}
.smile_assessment {
    padding: 7px 10px;
    font-size: 10px;
    border-radius: 15px;
}
}