.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}




@media screen and (max-width:1199px) {

section{
  padding: 50px 0;
}


}
@media screen and (min-width:992px) {

}
@media screen and (min-width:1200px) {
section{
  padding: 80px 0;
}
.logo-sec{
  max-width: 160px;
}


}
@media screen and (min-width:1400px) {

section{
  padding: 80px 0;
}
.logo-sec{
  max-width: 200px;
}
.inner-header {
    min-height: 1030px;
}
.inner-header > img{
    min-height: 1030px;
}


}

@media screen and (min-width:1600px) {
  .container {
    max-width: 1530px
  }
  
section{
  padding: 110px 0;
}
.invisalign-pg {
    min-height: 1390px;
}
.logo-sec{
  max-width: 260px;
}
.vrus-tofinv-bg {
    background: #a2b0b2 url('../images/various-types-of-invisalign-treatment.webp') no-repeat right center;
}


}

@media (min-width:1400px) and (max-width:1599px) {

.groupGirls {
    margin-top: -274px;
}
.ofr-text {
  right: -100px;
}
.invsTitle {
    font-size: 45px;
}
.main_menu ul li a {
    padding: 10px 10px;
        font-size: 16px;
}
.top-phone {
  font-size: 21px;
}
h1, h2 {
    font-size: 57px;
    line-height: 68px;
}
.invslgn-braces-work-content {
  padding-left: 300px;
}
.contact__area .getinTouch a, .contact__area .getinTouch p {
    font-size: 20px;
}




}

@media (min-width:1200px) and (max-width:1399px) {

.main_menu .btn-info{
  font-size: 14px;
  padding: 7px 10px 7px 15px;
}
.main_menu ul li a{
    padding: 10px 8px;
    font-size: 14px;
}

.top-phone {
  font-size: 13px;
}
.home-pg {
  height: 906px;
}
.healthy-smile-caption-box {
    margin-top: 0;
}
.healthy-smile-caption-box-inner {
    padding: 160px 30px;
    bottom: -76px;
}
.persnl-text {
    font-size: 34px;
    color: #fff;
    line-height: 60px;
}
.bannteTitle {
      font-size: 74px;
      line-height: 74px;
}
.bnr-cnt-info a {
  font-size: 75px;
    line-height: 80px;
}

.blackArea {
    height: 150px;
}
.smile-clinic-london {
  padding: 40px;
}
.smile-clinic-london-inner {
  padding: 70px 20px;
}
h1, h2 {
  font-size: 58px;
  line-height: 64px;
}
.smile-clinic-london-inner h3 {
  font-size: 38px;
  line-height: 44px
}
.opd-services-content h3 {
    font-size: 42px;
    line-height: 52px;
    margin-left: -400px;
}
.opd-services-content {
    padding-top: 100px;
}

.groupGirls img{
  max-width: 900px;
}
.groupGirls {
    margin-top: -125px;
}
.smile-clinic-dental-care-treatments-content {
  padding: 100px 80px 400px;
}
.smile-clinic-london-include-inner {
    padding: 0 30px;
}
.dental-card {
  padding: 30px 10px;
}
.rgst-tdy-content {
    max-width: 762px;
    margin-left: auto;
}
.regs-tdy-thumb {
    padding-top: 110px;
}
.footer-logos img {
    max-width: 28%;
}
.contact-info p, .contact-info a {
    font-size: 17px;
    line-height: 28px;
}

.invsTitle {
    font-size: 38px;
    line-height: 48px;
}
.ofr-text {
    right: -145px;
}
.discount-box span {
    font-size: 65px;
}
.d-discount-text {
    font-size: 18px;
    line-height: 24px;
}
.invslgn-lso-bracess-content h1,
.invslgn-lso-bracess-content h2 {
        font-size: 50px;
        line-height: 60px;
}
.invisalign-braces-work {
  background-position: left -14% bottom;
}
.contact__area .getinTouch a, .contact__area .getinTouch p {
    font-size: 17px;
}
.banner-caption .inner-banner-title {
    font-size: 61px;
    line-height: 70px;
}


}
@media (min-width:992px){
  body {
    overflow-x: hidden;
}
/* Navbar must be relative */
.navbar {
    position: relative;
}

/* Parent li */
.has_dropdown {
    position: static;   /* important for full width */
}

/* Mega Menu Base */
.mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    z-index: 999;

    /* Smooth animation */
    opacity: 10;
    visibility: hidden;
    transform: translateY(15px);
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

/* Hover open */
.has_dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(6px);
}

/* Inner Layout */
.mega-inner {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 30px;
}

/* Column */
.mega-col {
    flex: 1;
}

.mega-col .mega-title {
    margin-bottom: 15px;
    color: #7bbac2;
    font-weight: 600;
    font-size: 20px;
}
.main_menu ul li .mega-menu a {
    font-size: 17px;
    color: #666;
    padding: 5px 0;
}
.main_menu ul li .mega-menu a:hover{
  color: #7bbac2;
}
.main_menu ul li .mega-menu a::after {
  display: none;
}
.main_menu ul li ul{
  width: 230px;
  background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.main_menu ul li ul li a {
  font-size: 17px;
}
.main_menu ul li ul li a:hover {
    background:none;
    color: #7bbac2;
}
.main_menu ul li .sub_menu a::after {
  display: none;
}
.duttg-disease-bg {
    background: url(../images/duttg-disease-bg.webp) no-repeat right 28% top / cover;
}
.benefits-dentures-bg {
    background: url('../images/benefits-dentures-bg.webp') no-repeat right 28% top / cover;
}
.preventing-future-dental-problems::before {
    content: " ";
    display: block;
    width: 50%;
    height: 100%;
    background: #7bbac2;
    position:absolute;
    top: 0;
    right: 0;
}



}
@media (min-width:992px) and (max-width:1199px) {

  .logo-sec{
  max-width: 121px;
}
.main_menu {
  gap: 10px;
}
.main_menu .secbtn .btn-info img {
  max-width: 26px;
}
  .main_menu .btn-info{
  font-size: 11px;
  padding: 7px 10px 7px 15px;
}
.main_menu ul li a{
    padding: 10px 2px;
    font-size: 14px;
}
.top-phone {
    font-size: 13px;
  white-space: nowrap;
}
.home-pg {
  height: 690px;
}
.healthy-smile-caption-box {
    margin-top: 0;
}
.healthy-smile-caption-box-inner {
    padding: 100px 50px;
    bottom: -76px;
}
.persnl-text {
    font-size:24px;
    color: #fff;
    line-height: 60px;
}
.bannteTitle {
      font-size: 60px;
      line-height: 65px;
}
.bnr-cnt-info a {
  font-size: 54px;
    line-height:68px;
}

.blackArea {
    height: 150px;
}
.smile-clinic-london {
  padding:20px;
}
.smile-clinic-london-inner {
  padding: 70px 20px;
}
h1, h2 {
  font-size: 45px;
  line-height: 51px;
}
.smile-clinic-london-inner h3 {
  font-size: 38px;
  line-height: 44px
}
.opd-services-content h3 {
    font-size: 42px;
    line-height: 52px;
    margin-left: -300px;
}
.opd-services-content {
    padding-top: 55px;
}

.groupGirls img{
  max-width: 795px;
}
.groupGirls {
    margin-top: 0px;
}
.smile-clinic-dental-care-treatments-content {
  padding: 100px 40px 400px;
}
.smile-clinic-london-include-inner {
    padding: 0 30px;
}
.dental-card {
        padding: 30px 10px 40px;
        max-width: 221px;
        margin: 0 auto;
    }
  .periodontal-disease-diagnosis::before {
    height: 1014px;
  }
  .mt-110 {
    margin-top: 83px;
}
.rgst-tdy-content {
    max-width: 620px;
    margin-left: auto;
}
.expect-after-calling-our-smile-clinic-content {
  margin-top: 0;
}

.regs-tdy-thumb {
    padding-top: 110px;
}
.expect-after-calling-our-smile-clinic-content {
  padding: 120px 43px;
}
.footer-logos img {
    margin: 0 15px;
    width: 24%;
}
.inner-header {
    min-height: 480px;
}
.inner-header > img{
    min-height: 480px;
}

.contact-info p, .contact-info a {
    font-size: 17px;
    line-height: 28px;
}
.invsTitle {
    font-size: 32px;
    line-height: 39px;
}
.ofr-text {
    right: -214px;
}
.invisalign-pg {
  min-height: 1025px;
}
.vrus-tofinv-bg {
  position: relative;
  z-index: 1;
}
.vrus-tofinv-bg::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(91, 96, 96, 0.8);
  z-index: -1;
}
.contact__area .getinTouch a, .contact__area .getinTouch p {
    font-size: 15px;
}
.prep-bg img {
    height: 655px;
    object-fit: cover;
}

.smile-treatment-makeover-section .thrls-text {
    padding-left: 0px;
}

.banner-caption .inner-banner-title {
    font-size: 40px;
    line-height: 50px;
}
.costof-all-dental-implants-thumb img{
  height:900px;
  object-fit: cover;
}







}


@media (min-width:768px) and (max-width:991px) {

.home-header .row > .col-auto{
  width: 100%;
}
.logo-sec{
  max-width: 121px;
}
.home-pg {
  height: 600px;
}
.inner-header {
    min-height: 400px;
}
.inner-header >img{
  min-height: 400px;
}
.inner-banner .banner-caption {
    top: 43%;
}
.banner-caption .inner-banner-title {
    font-size: 42px;
}
.healthy-smile-caption-box {
    margin-top: 0;
}
.healthy-smile-caption-box-inner {
  bottom: -51px;
  padding: 100px 30px;
}
.main_menu {
  gap: 10px;
}
.opd-services-thumb{
  text-align: center;
}
.persnl-text {
    font-size: 35px;
    color: #fff;
    line-height: 41px;
}
.bannteTitle {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    margin-top: 0px;
}
.bnr-cnt-info a {
    font-size: 52px;
    line-height: 58px;
}
.bnr-cnt-info img {
    margin-bottom: 30px;
    max-width: 67px;
}
  .main_menu .btn-info{
  font-size: 11px;
  padding: 7px 10px 7px 15px;
}
.main_menu ul li a{
    padding: 10px 4px;
    font-size: 14px;
}
.top-phone {
    font-size: 13px;
  white-space: nowrap;
}
.home-pg {
  height: 690px;
}
.healthy-smile-caption-box {
    margin-top: 0;
}

.persnl-text {
    font-size:24px;
    color: #fff;
    line-height: 60px;
}
.bannteTitle {
      font-size: 60px;
      line-height: 65px;
}
.bnr-cnt-info a {
  font-size: 54px;
    line-height:68px;
}

.blackArea {
    height: 150px;
}
.smile-clinic-london {
  padding:20px;
}
.smile-clinic-london-inner {
  padding: 70px 20px;
}
h1, h2 {
  font-size: 45px;
  line-height: 51px;
}
.smile-clinic-london-inner h3 {
  font-size: 38px;
  line-height: 44px
}
.opd-services-content h3 {
    font-size: 42px;
    line-height: 52px;
    margin-left: 0px;
}
.opd-services-content {
    padding-top: 55px;
}

.groupGirls img{
  max-width:495px;
}
.groupGirls {
    margin-top: 0px;
}
.smile-clinic-dental-care-treatments-content {
  padding: 100px 40px 400px;
}
.smile-clinic-london-include-inner {
    padding: 0 30px;
}
.dental-card {
        padding: 30px 10px 40px;
        max-width: 221px;
        margin: 0 auto;
    }
  .periodontal-disease-diagnosis::before {
    height: 1080px;
  }
  .mt-110 {
    margin-top: 0px;
}
.rgst-tdy-content {
    max-width: 100%;
    margin-left: auto;
}
.expect-after-calling-our-smile-clinic-content {
  margin-top: 0;
}

.regs-tdy-thumb {
    padding-top: 60px;
    text-align: center;
}
.btnrow .btn-info {
    padding: 15px 35px;
    font-size: 16px;
}
.btnrow span.or {
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
}


.expect-after-calling-our-smile-clinic-content {
  padding: 120px 43px;
}
.footer-logos img {
    margin: 0 15px;
    width: 24%;
}

.topFooter-container {
    padding: 75px 0;
}
.invisalign-braces-work{
  position: relative;
  z-index: 1;
}
.invisalign-braces-work::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(224, 179, 36, 0.8);
  z-index: -1;
}

.vrus-tofinv-bg {
  position: relative;
  z-index: 1;
}
.vrus-tofinv-bg::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(91, 96, 96, 0.8);
  z-index: -1;
}
.circle-img {
    width: 296px;
    height: 296px;
}
.invslign-braces-offer-thumb img {
    position: static;
    right: 0;
    margin: auto;
    display: block;
}
.offer-section {
  text-align: center;
}

.preventing-future-dental-problems::before {
    content: " ";
    display: block;
    width: 100%;
    height: 53%;
    background: #7bbac2;
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
}

.symptoms-dental-thumb img{
  height: 680px;
  object-fit: cover;
}
.benefits-dentures-bg {
    background: url(../images/benefits-dentures-bg.webp) no-repeat right 27% top / cover;
}




}

@media screen and (min-width:767px) {}



@media screen and (min-width:768px) {
  

}

@media screen and (max-width:991px) {
 
  .bnrLogo {
    width: 26%;
  }
a.btn-customized {
  color: var(--darkNavyBlue);
          margin-right: 0;
        padding: 0;
}
.sidebar .logo {
    padding: 0px 20px 15px;
    background: var(--darkNavyBlue);
}
  .mobile-container .mobile-nav {
    margin-top: 0px;
    background: linear-gradient(to right, #ad8951 20%, #ceb241 100%);
  }

  .sidebar .navbar-brand img {
    width: 52%;
  }

  .mobile-container .mobile-nav ul li a.mobile-expand:hover {
    background: #ad8951;
  }

  .mobile-container .mobile-nav ul li a.mobile-expand {
    height: 36px;
  }

  .sidebar .mega_menu {
    background: #ad8951;
  }

  .mobile-container .mobile-nav ul li li a:hover {
    background: #ceb241;
    color: #fff;
  }

  .logo-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  .logo-sec .navbar-brand img{
    max-width: 125px;
  }


  .sidebarInfo .mega_menu_item {
    width: 91%;
    padding: 30px 0px;
  }
  .sidebarInfo .mega_menu_item img, .sidebarInfo .mega_menu_item h4 {
    margin-left: 15px;
  }
.benefits-of-veneers-thumb {
  text-align: center;
}

.smile-treatment-makeover-section .thrls-text {
    padding-left: 0px;
}
.duttg-disease-bg {
    background: url(../images/duttg-disease-bg.webp) no-repeat right 30% top / cover;
}

    .banner-caption .inner-banner-title {
        font-size: 42px;
        line-height: 42px;
    }
.cosmetic-veneers-london-thumb {
  text-align: center;
}
.wdtt-involve-boxrow{
  margin-left: 0;
}
.dentl-hgnst-thumb {
  text-align: center;
}
.symptoms-dental-thumb img {
  width: 100%;
}

a.btn-customized:hover, a.btn-customized:active, a.btn-customized:focus, a.btn-customized:active:focus, a.btn-customized.active:focus, a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active, a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: none;
  border: 0;
   color: var(--darkNavyBlue);
  box-shadow: none;
}

.sidebarInfo .mega-col > .mega-title {
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  background: var(--darkNavyBlue);
  float: left;
    width: 100%;
}
.mobile-container .mobile-nav ul li li a{
    background: linear-gradient(to right, #ad8951 20%, #ceb241 100%);
}



}

@media screen and (max-width:767px) {

.home-header .row > .col-auto{
  width: 100%;
}
.logo-sec{
  max-width: 100%;
}
.home-pg {
  height: 720px;
}
.inner-header {
    min-height: 400px;
}
.inner-header >img{
  min-height: 400px;
}
    .inner-banner .banner-caption {
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }
.banner-caption .inner-banner-title {
  font-size: 38px;
}
.healthy-smile-caption-box {
    margin-top: 0;
}
.btnrow .btn-info {
    padding: 15px 30px;
    font-size: 16px;
    color: var(--darkNavyBlue);
}
.bnr-cnt-info a {
  color: var(--darkNavyBlue);
}

.opd-services-content h3 {
  margin-left: 0;
  font-size: 34px;
  line-height: 42px;

}
.smile-clinic-dental-care-treatments-content h3,
.periodontal-disease-diagnosis-content h3,
.preventive-dentry-content h3,
.smile-clinic-london-include-inner h3 { 
    font-size: 33px;
    line-height: 45px;
}
.opd-services-content {
    padding-top: 60px;
    text-align: center;
}
    .dn-btns {
        flex-wrap: wrap;
        justify-content: center;
    }
.smile-clinic-london-include-inner {
    padding: 0 20px;
}    
.groupGirls {
    margin-top: 0;
}
.smile-clinic-dental-care-treatments-content {
    border-radius: 50px 50px 0 0;
    padding: 70px 40px 420px;
}
.smile-clinic-london-include {
    margin-top: -375px;
    position: relative;
}
.periodontal-disease-diagnosis::before {
  height: 1080px;

}
.mt-110 {
    margin-top: 0;
}
.dental-card {
  max-width: 211px;
    margin: 0 auto;
}
  .mobile-container .mobile-nav {
    margin-top: 0px;
    /* background: linear-gradient(to right, #ad8951 20%, #ceb241 100%); */
    /*background: var(--darkNavyBlue);*/
  }
.mobile-container .mobile-nav ul li a:hover {
  background: var(--yellow-color);
  color: var(--darkNavyBlue)
}


  .sidebar .navbar-brand img {
    width: 52%;
  }

  .mobile-container .mobile-nav ul li a.mobile-expand:hover {
    background: var(--yellow-color);
  }

  .mobile-container .mobile-nav ul li a.mobile-expand {
    height: 36px;
  }

  .sidebar .mega_menu {
    background: #dcae30;
  }

  .mobile-container .mobile-nav ul li li a:hover {
    background: #dcae30;
    color: #fff;
  }

  .logo-sec {
    display: flex;
    align-items: center;
  }
 .logo-sec .navbar-brand img {
    max-width: 145px;
  }
 .logo-sec {
    margin: 0px 0 0;
    padding: 0px 20px 19px 20px;
    border-radius: 0 0 40px 40px;
  }
.blackArea {
    height: 60px;
}

.home-pg,.invisalign-pg {
    background: url('../images/mobile-smileclinic-london-banner.webp') no-repeat center top;
}

.mapArea iframe{
  height: 400px;
}
.healthy-smile-caption-box-inner {
  bottom: 0;
  padding: 84px 0px;
  background: none;
}
.persnl-text {
    font-size: 34px;
    line-height: 40px;
}
.bannteTitle {
    font-size: 63px;
    color: var(--darkNavyBlue);
    line-height: 75px;
    font-weight: 500;
    margin-bottom: 50px;
}
h1, h2 {
    font-size: 44px;
    line-height: 51px;
}
.smile-clinic-london {
    padding: 15px;
}
.unique-about-smile-content{
  text-align: center;
}
.smile-clinic-london-inner h3 {
  font-size: 35px;
  line-height: 42px;
}
.unique-about-smile-content .dn-btns{
  justify-content: center;
}
.dn-btns .btn-dn-blue {
    padding: 20px 26px;
}
.dn-btns .btn-dn-white,
.dn-btns .btn-yellow{
    padding: 20px 40px;
    font-size: 16px;
}
.expect-after-calling-our-smile-clinic {
  background: #f5f5f5;
}
.contact-info p, .contact-info a {
    font-size: 20px;
    line-height: 28px;
}

.vrus-tofinv-bg {
  position: relative;
  z-index: 1;
}
.vrus-tofinv-bg::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(91, 96, 96, 0.8);
  z-index: -1;
}
.circle-img {
    width: 296px;
    height: 296px;
}
.invslign-braces-offer-thumb img {
    position: static;
    right: 0;
    margin: auto;
    display: block;
}
.offer-section {
  text-align: center;
}
.discount-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
.ofr-text {
  position: static;
  display: flex;
  gap: 20px;
  max-width: 100%;
  align-items: center;
  margin-top: 60px;
}
.extra-text {
    font-size: 30px;
    line-height: 61px;
}
.platinum-elite-logo {
  margin-top: 0px;
          border-radius: 20px;
}
.badge-inner h2 {
  font-size: 42px;
    line-height: 45px;
}
.badge-inner p {
    font-size: 18px;
}
.offer-badge {
    width: 233px;
    height: 183px;
}
.invisalign-pg {
        background-size: cover;
        padding-bottom: 60px;
}
.invsTitle {
  margin-top: 25px;
  font-size: 24px;
    line-height: 37px;
}
.as-trtmnt-text {
    font-size: 21px;
}
.offer-list li {
        font-size: 15px;
        white-space: nowrap;
        margin-bottom: 3px;
    }
.bottom-text {
  font-size: 14px;
}
.appnt-text {
    font-size: 15px;
}
.invisalign-braces-work{
  position: relative;
  z-index: 1;
}
.invisalign-braces-work::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(224, 179, 36, 0.8);
    z-index: -1;
}
.fnt-48{
    font-size: 30px;
}
.mt-315px {
    margin-top: 40px;
}
.sec-style .bnd-text, .sec-style .comp-text {
    color: var(--darkNavyBlue);
}
.preparing-the-tooth-surface{
  padding-top: 0;
}
.prep-bg {
  position: static;
  margin-right: -15px;
}
.prep-bg img{
  width: 100%;
  height: auto;
}
.preparing-the-tooth-content {
  margin-top: 40px;
}

h3.accordion-header {
    line-height: 20px;
    
}
.accordion-button {
  padding: 15px 25px;
  font-size: 16px;
}
h2 {
    font-size: 30px;
}

.smile-treatment-makeover-section .thrls-text {
    padding-left: 0px;
}
.duttg-disease-bg {
    background: url(../images/duttg-disease-bg.webp) no-repeat right 100% top / cover;
}
.dental-impression-bg {
    background: url(../images/dental-impression.webp) no-repeat right 100% top / cover;
}
.phases-of-periodontal-disease-item {
    padding: 0px 20px 50px;
}
.phase-htitle{
      padding: 16px 15px;
      font-size: 15px;
}
.preventing-future-dental-problems::before {
    content: " ";
    display: block;
    width: 100%;
    height: 53%;
    background: #7bbac2;
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
}
.future-dntlbox-2 {
  padding-top: 60px;
}
.deflt-title h1 {
    font-size: 38px;
}
.cosmetic-veneers-london-thumb {
  text-align: center;
}
.wdtt-involve-boxrow{
  flex-wrap: wrap;
  margin-left: 0;
}
.symtoms-dental-listing {
    flex-wrap: wrap;
    gap: 0;
}
.symtoms-dental-listing ul{
  margin: 0;
}
.symtoms-dental-content-section {
  padding-bottom: 50px;
}
.dentl-hgnst-thumb {
  text-align: center;
}
.symptoms-dental-thumb img {
  width: 100%;
}
.dentures-and-the-differences .non-surgcl-box h3 {
    font-size: 27px;
    line-height: 37px;
}
.dentures-and-the-differences .non-surgcl-box {
    padding: 30px 20px;
}
.denture-repairs-lft-content h1 {
    font-size: 30px;
    line-height: 37px;
}
.denture-repairs-lft-content {
  margin-bottom: 25px;
  justify-content: space-between;
}

.white-tthf-london .wdtt-involve-box {
    width: 100%;
}
.costof-all-dental-implants-inner-content {
  padding-bottom: 40px;
}

.fnt-48 {
    line-height: 34px;
}
.blog_details h1{
    font-size: 30px;
    line-height: 39px;
}



}

@media(max-width:575px) {

    .healthy-smile-caption-box-inner {
        bottom: 0;
        padding: 44px 0px;
        background: none;
    }
.persnl-text {
        font-size: 26px;
        line-height: 40px;
    }
    .bannteTitle {
      font-size: 51px;
      line-height: 60px;
    }
 .bnr-cnt-info img {
    margin-bottom: 30px;
    max-width: 80px;
}  
.bnr-cnt-info a {
    font-size: 60px;
    line-height: 78px;
}
.smile-clinic-london-inner {
  padding: 70px 15px;
}
.home-pg {
        height: 665px;
    }
 .dn-btns .btn-dn-blue {
    padding: 20px 26px;
}
.dn-btns .btn-dn-white,
.dn-btns .btn-yellow{
    padding: 14px 18px;
    font-size: 15px;
} 
.dn-btns .btn-dn-blue {
    padding: 20px 16px;
}
.btn-info{
  font-size: 12px;
}
.btnrow .btn-info {
    padding: 15px 21px;
    font-size: 12px;
}
.expect-after-calling-our-smile-clinic-content {
    padding: 80px 20px;
    margin-top: -60px;
    position: relative;
}
.dn-btns {
    flex-wrap: wrap;
}
.dn-btns .btn-dn-white{
        padding: 14px 18px;
        font-size: 15px;
    }
.btnrow span.or {
  width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
}
.periodontal-disease-diagnosis::before {
        height: 873px;
    }
    h1, h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .smile-clinic-dental-care-treatments-content {
        border-radius: 50px 50px 0 0;
        padding: 70px 10px 420px;
    }

h2 {
    font-size: 30px;
}
.contact-info p, .contact-info a {
    font-size: 17px;
    line-height: 28px;
}
.footer-logos img {
    margin: 8px 15px;
    max-width: 135px;
}
.footer-menu {
    margin: 36px 0;
    text-align: center;
}
.footer-menu a {
    margin: 0 10px;
}
.topFooter-container {
    padding: 60px 0;
}
.invsTitle {
  margin-top: 25px;
  font-size: 23px;
    line-height: 37px;
}
.various-types-of-invisalign-treatment-content {
  padding: 0 15px;
}
.vrusInvlgn-item {
  flex-direction: column;
}
.vrslnlgn-item-clm {
    text-align: left;
}

.preventing-future-dental-problems::before {
    content: " ";
    display: block;
    width: 100%;
    height: 53%;
    background: #7bbac2;
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
}
.deflt-title h1 {
    font-size: 26px;
}
.symptoms-dental-thumb img{
  height:auto
}
.benefits-dentures-bg {
    background: url(../images/benefits-dentures-bg.webp) no-repeat right 59% top / cover;
}

}