/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #353125;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #353125;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
}
h1,
h2{ font-weight: 600; color: #0a3266;}
h4,
h5,
h6 {
  margin: 0;
  color: #353125;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;

}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}

section{
  padding: 80px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  color: #2f2f2f;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  /* color: #fff; */
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}




/*---------------------
  Helper CSS
-----------------------*/
.header-container {
  background: #34c0ca;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 80px;
  bottom:30px;
  z-index: 996;
  background: #cfa83c !important;
  width: 48px;
  height: 48px;
  border-radius:50px;
  transition: all 0.4s;
  padding: 0px;
  line-height: 46px;
  
  box-shadow: none;
}

.back-to-top i {
  font-size:15px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5c85c5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  border: 1px solid #fff !important;
}

/* buttons */

.theme_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 12px 25px 12px;
  color: #af9546;
  text-transform: capitalize;
  border-radius: 40px;
  background: #fff;
  letter-spacing: 0px;
}

.theme_btn:hover {
  background: #fff;
  color: #af9546;
}

.btn_black {
  color: #fff;
  background: #00162d;

}

.btn_black:hover {
  color: #fff;
  background-color: #00162d;
  border-color: transparent;
}

.btn_bgold {
  color: #fff;
  background: #9c8654;
}

.btn_bgold:hover,
.btn_bgold:active {
  color: #fff;
  background: #9c8654;
}
.btn.btn-info {
    background: #c8a428;
    display: flex;
    gap: 10px;
    padding: 8px 10px 8px 27px;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    border: none;
}
.top-bar {
  background: #fff;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #b2b2b2;
}
.top-bar .info-item i {
  color: #c4a04a; /* gold icon */
  font-size: 18px;
  margin-right: 6px;
}
.top-bar .info-item {
  color: #6c6c6c;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.top-bar .info-item strong {
  color: #333;
}
.top-bar .appointment-btn {
  background: #55b7d9;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.top-bar .social-icons a {
  width: 32px;
  height: 32px;
  background: #0f1540;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.top-bar .social-icons a:first-child {
  background: #c4a04a; /* gold for Facebook */
}

.topHeader {
  padding: 10px 0;
}
.main-nav ul.nav li a:hover, .main-nav ul.nav li a.active{
  color: #19aed3;
}
.main-nav>ul.nav>li>a{
  padding: 25px 0;
}
.main-nav>ul.nav>li ul li a{
  padding: 5px 0;
  display: inline-block;
}
.main-nav>ul.nav>li>a::before{
    width: 26px;
    height:2px;
    background: #19aed3;
    top: 75%;
    left: 50%;
    margin-left: -13px;
}

 

.offer-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.offer-card:hover img {
  transform: scale(1.05);
}

.offer-card .btn.btn-info{
  display: inline-block;
}

.offer-text {
  position: relative;
  z-index: 2;
}

.offer-badge {
  background: #D3A240;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px 6px 0 6px;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 700;
}

.offer-badge span {
  font-size: 12px;
  display: block;
  opacity: 0.9;
}

.book-btn {
  background: #55b7d9;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.book-btn i {
  font-size: 14px;
  margin-left: 5px;
}


.offer-card {
    position: relative;
    overflow: hidden;
    height: 830px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background-size: cover;
    background-position: center;
}



.offer-badge {
    background: #c9a638;
    padding: 15px 55px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    z-index: 3;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    border-radius: 0;
}

.offer-text {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
}
.offer-badge span.ofr-upto{
  text-align: left;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
}
.offer-badge span.ofr-off{
  text-align: right;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
}
/* Polygon Shape Directions */
.badge-right {
    right: 0;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.badge-left {
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%);
    width: 111%;
}

.badge-both {
    left: 55%;
    transform: translateX(-50%);
    clip-path: polygon(10% 0%, 100% 0%, 91% 100%, 0% 100%);
    width: 110%;
}

.book-btn {
    background: #02c0b4;
    border: none;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
}
.offer-lft-text h3{
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.offer-card .btn.btn-info{
  background: #63c4c8;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #63c4c8;
    border-color: #63c4c8;
}


.hero-bttm-inner {
  background: #f1f1f1 url('../images/invisalign-is-the-world-s-no-1.webp') no-repeat right center;
  background-size: cover;
  border-radius: 50px;
  padding: 65px 60px;
}
.hero-title span {
    line-height: 1.2;
    color: #c8a23e; /* Gold color */
}


.hero-title.home {
    line-height: 1.2;
    color: #c8a23e; /* Gold color */
    font-size: 46px;
    font-weight:bold;
}

.hero-sub {
    font-size: 22px;
    font-style: italic;
    margin-top: 20px;
    color: #333;
}

.book-btn {
    background: #0a3266;
    padding: 12px 28px;
    border-radius: 35px;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.hero-img {
    width: 100%;
    border-radius: 0 40px 40px 0;
    object-fit: cover;
}




.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b2451;
}

.section-sub {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #c8a428;
}

.wlctch-dental-braces .info-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    max-width: 1230px;
    margin: 0 auto;
}
.wlctch-dental-braces h2 {
  color: #0a3266;
}

.wlctch-dental-braces.home h1 {
  color: #0a3266;
}

/* Video Box */

.video-box iframe{
  border-radius: 30px;
}
/* Appointment Form Section */
.appointment-bg {
    background: #63c4c8 url('../images/bg-tooth-icon.webp') no-repeat right 30px bottom 60px;
    padding: 300px 20px 100px;
    border-radius: 0;
    margin-top: -300px;
}
.appointment-bg h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}
.appointment-bg .tooth {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 300px;
    opacity: 0.15;
}


/* Button Box */
.call-box{
  position: relative;
  margin-bottom: 60px;
}
.call-box::before{
  content: " ";
  display: block;
  background: url('../images/chtf-circle-logo.webp') no-repeat;
  width: 240px;
  height: 237px;
  position: absolute;
  top: -85px;
  left: 0;
}
.call-box .call-btn {
    background: #0b2451;
    color: #fff;
    border-radius:0 15px 15px;
    padding: 20px 35px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.call-box .call-btn i{
  color: #c8a428;
}
.bkaa-text {
  font-weight: 500;
  font-size: 40px;
}
/* Inputs */
.appointment-bg .form-control {
    height: 62px;
    border-radius: 80px;
    border: none;
    padding: 10px 30px;
}
.appointment-bg textarea.form-control {
    height: 145px;
    border-radius: 20px !important;
}

.submit-btn {
    background: #cfa83c;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 30px;
}

.bg_ebefee{
  background: #ebefee;
}
.btn-dark {
  background: #0a3266;
  padding: 15px 30px;
}
.btn:hover {
    color: #fff;
    background-color: #63c4c8;
    border-color: #63c4c8;
}


.our-promise {
    background: #f8fbfd;
}

/* Faq */

.faq .faq-list {
  
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding:0px;
  background: #fff;
  border-radius:20px;
  position: relative;
  border: 1px solid #c8a428;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 20px 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: #fff;
  color: #0a3266;
  border-radius:20px;
  padding-right: 75px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9c8654;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #63c4c8;
    border-radius: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    transition: all 0.4s;
    color: #63c4c8;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 20px 30px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #0a3266;
  transition: 0.3s;

}

.faq .faq-list a.collapsed:hover {
  color: #0a3266;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
  color: #63c4c8;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.faq .faq-list li ul{
  padding: 0 25px;
}
.faq .faq-list li ul li{
  border: none;
  padding-left: 35px;
}



.book-an-appointment {
  background: url('../images/book-an-appointment-bg.webp') no-repeat right center;
  background-size: cover;
}
.book-an-appointment h2 {
  color: #fff;
  margin-bottom: 25px;
}
.book-an-appointment p {
  color: #fff;
}


.team-card {
    background: #EAF0EF;
    border-radius: 50px 50px 50px 0;
    padding: 30px 20px;
    text-align: left;
    position: relative;
    min-height: 370px;
}

.team-card .profile-img {
    width: 290px;
    /* height: 290px; */
    border-radius: 290px;
    object-fit: cover;
    border: 5px solid #63c4c8;
    margin: 0 auto 20px;
    display: block;
}

.team-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
    color: #282828;
}

.team-card p {
    color: #282828;
    font-size: 20px;
    margin: 0;
}

.team-card .arrow-btn {
    width: 60px;
    height: 60px;
    background: #C9A12A;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.why-section {
    background: #4DB3BD;
    padding: 80px 0;
    position: relative;
    color: #fff;
}
.thumb-cornner-tr img{
  border-radius: 80px 0 80px 80px;
}
.feature-card-content {
  background: #fff;
  border-radius: 0px 80px 80px 80px;
  padding: 35px 40px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, .2);
}
.feature-card-content h3 {
  color: #0a3266;
  font-size: 30px;
}
.feature-card-content p {
  color: #484848;
  line-height: 28px;
  margin: 0px;
}
.mt-80{
  margin-top: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.ml-70{
  margin-left: -70px;
}
.l-arrow {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  padding-right: 50px;
}

.row-2 .feature-card-content {
  border-radius: 80px 0px 80px 80px;
  position: relative;
}

.ml-80 {
  margin-left: 80px;
}
.mr-70{
  margin-right: -70px;
}
.r-arrow {
  display: flex;
  align-items: end;
  justify-content: start;
  height: 100%;
  padding-left: 50px;
}
.thumb-cornner-tl img{
  border-radius: 0px 80px 80px 80px;
}

.treatmt-bg {
  background: url('../images/treatments-bg.webp') no-repeat center top;
  background-size: cover;
  position: relative;

}
.treatment-info{
  position: relative;
  color: #fff;
}
.treatment-info > img{
  width: 361px;
  object-fit: cover;
  border-radius: 24px;
}
.treatment-info-caption{
  padding: 0 15px 0 20px;
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.treatment-info-caption h3 {
  font-size: 30px;
  color: #fff;
}
.treatm-desc {
  display: flex;
  align-items: end;
}
.down-arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #c8a428;
  display: inline-block;
  text-align: center;
  line-height: 48px;
}
.treatments-mdl-thumb{
  margin-left: -8%;
}
.treatments-mdl-thumb > img{
  max-width: none;
}




.why-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.feature-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    max-width: 350px;
    color: #000;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
}

.feature-card h5 {
    font-weight: 700;
    color: #073B6A;
}

.feature-image {
    width: 100%;
    border-radius: 15px;
}

.arrow-svg {
    width: 70px;
    position: absolute;
}

.arrow-left {
    left: -50px;
    top: 50%;
}

.arrow-right {
    right: -50px;
    top: 50%;
}

.zig-row {
    margin-bottom: 120px;
}



.inner-banner {
    position: relative;
}
.hmp-banner > img {
    width: 100%;
}
.inner-banner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.inner-banner-title span {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 57px;
    display: block;
}



.contact__area .row [class*="col"]:not(:last-child) {
    border-right: 1px solid #a7a7a7;
}
.getinTouch h5 {
    font-size: 24px;
    color: #191c1d;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-top: 22px;
}
.getinTouch p {
    color: #0a3266;
    font-size: 20px;
}
.g-phone a {
    font-size: 36px;
    color: #0a3266;
}
.g-email a {
    font-size: 24px;
    color: #0a3266;
}

.contact-us-from {
  background: #63c4c8;
}
.contact-us-from h2 {
  color: #fff;
}
.contact-us-from .form-control {
    height: 62px;
    border-radius: 80px;
    border: none;
    padding: 10px 30px;
}
.contact-us-from textarea.form-control {
    height: 145px;
    border-radius: 20px !important;
}
.pt-285 {
  padding-top: 285px;
}
.mt-279{
  margin-top: -279px;
  }
.pageError .secbtn {
  display: flex;
  justify-content: center;
}

.border-radius-100 {
  border-radius: 100px;
}
.few-text {
  color: #c8a428;
}
ul.teeth-list{
}
ul.teeth-list li{
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
ul.teeth-list li::before{
  content: url('../images/b-arrow-icon.webp');
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.look-your-best h2 {
  text-transform: uppercase;
}
.best-text {
    background: #63c4c8;
    display: inline-block;
    line-height: 1;
    padding: 2px 5px;
}
.look-y-btn .book-btn {
  margin-top: 10px;
}
.look-y-btn .book-btn.book-white{
  background: #fff;
  text-transform: uppercase;
  color: #0a3266;
}
.hwlng-thumb img{
  border-radius: 60px;
}
.twoat-item {
  border: 2px dashed #c8a428;
  padding: 30px 20px;
  height: 100%;
}

.inof-bg {
  background: #c8a428;
}
.pt-255 {
  padding-top: 255px;
}
.-mt-170{
  margin-top: -170px;
}

.in-office-teeth-whitening .dflt-title h2,
.in-office-teeth-whitening .dflt-title p {
  color: #fff;
}
.in-office-teeth-item {
  background: #fff;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.in-office-teeth-item h4 {
  color: #0a3266;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.in-office-teeth-item p {
  font-size: 16px;
  line-height: 28px;
  color: #484848;
}

.in-office-teeth-whitening .row {
  justify-content: center;
}
.book-an-appointment.bg_63c4c8 {
    background: url(../images/bg_63c4c8-img.webp) no-repeat right center;
    background-size: cover;
}
.bg_63c4c8 h2 {
    text-transform: uppercase;
}
.bg_63c4c8 .best-text {
    background: #0a3266;
}
.tth-whtn-content {
  max-width: 775px;
  margin-right: auto;
}
.tth-whtng-cost-thumb img{
  border-radius: 60px;
}

.teeth-whitening-q-a .faq-list{
  max-width: 1156px;
  margin: 0 auto;
}
.tth-whtn-thumb {
  padding-right: 140px;
}

.tth-whtn-thumb img {
  height: 781px;
  object-fit: cover;
}
.teeth-img {
  text-align: center;
}
.-mt-180 {
  margin-top: -180px;
}
ul.all-on-list {
    display: inline-block;
}
ul.all-on-list li {
  background: #c8a428;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.prc-text ul li{
  color: #c8a428;
}

.step-info h4 {
  color: #0a3266;
  font-size: 30px;
  margin-bottom: 10px;
}
.step-info h3 {
  font-size: 30px;
  color: #c8a428;
  margin-bottom: 20px;
}
.step-info p {
  text-align: justify;
}

.bg_63c4c8 {
  background: #63c4c8;
}
.dental-implant-treatment-aftercare ul.teeth-list li::before {
  content: url(../images/bd-arrow-icon.webp);
}
.dental-implant-treatment-aftercare{
  color: #fff;
}
.dental-implant-treatment-aftercare .tth-whtng-cost h2 {
  text-transform: capitalize;
  color: #fff;
}
.-mb-150 {
  margin-bottom: -150px;
}

.phlsp-team-info {
  background: #0a3266;
  padding: 45px 45px;
  border-radius: 60px;
  color: #fff;
  height: 100%;
}
.phlsp-tm-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phlsp-tm-title h3 {
  color: #fff;
  font-size: 42px;
}




/*--------------------------------------------------------------
Google Reviews
--------------------------------------------------------------*/
.g-review-bx {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #219df3;
}
.g-review-bx {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
.review_box {
  position: relative;
  margin: 0;
  border: 1px solid #ededed;
  background-color: #fafafa;
  padding: 15px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.review_box::before {
  position: absolute;
  bottom: -7px;
  left: 35px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(229, 229, 229);
  border-top-color: #e5e5e5;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #e5e5e5;
  border-left-style: solid;
  border-left-width: 1px;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "" !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quote_icon {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 25px;
}
.review_box p {
  font-size: 14px;
  color: #777;
  height: 80px;
  overflow-y: auto;
  padding-right: 10px;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  line-height: 20px;
}
.sb-container {
  position: relative;
  overflow: hidden;
    overflow-y: hidden;
}
.review_text {
  text-align: left;
}
.g_icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.author {
  font-size: 15px;
  color: #0f4372;
  line-height: 20px;
  display: block;
}
.author {
  display: flex;
  padding-left: 25px;
  margin: 20px 0 0;
}
.author .image {
  margin-right: 10px;
}
.author .image img {
  margin-right: 10px;
  width: 40px;
}
.review_text h3 {
  font-family: "Mulish";
  font-size: 18px;
  color: #427fed;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.review_text p {
  font-size: 14px;
  color: #656565;
  float: left;
  width: 100%;
}
.sb-scrollbar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  background: #d4d4d4;
}
.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  width: 5px;
  background-color: #989898;
}


.smlmkvr-icon-box-icon {
    width: 100px;
    height: 100px;
    border-radius: 120px;
    background: #cfa83c;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twoat-item h3 {
    color: #0a3266;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ourDntl-text .secbtn{
  justify-content: center;
  display: flex;
}

h4.genrly-text {
    font-size: 24px;
    margin-bottom: 25px;
}
.todv-item-box {
    position: relative;
}
.todv-title-box {
    margin-top: -46px;
}
.todv-item-box img{
  border-radius: 60px;
}

.num-step-wrapper {
    display: flex;
    gap: 25px;
}
.todv-title-box h4 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    border-radius: 45px;
    padding: 30px 45px;
}
.num-step-num-item {
  width: 85px;
  height: 88px;
  background: url('../images/teeth-number-icon.webp') no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  line-height: 68px;
}
.mum-step-box-content h4{
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.type-of-vnrs-bg {
    background: #f7f7f7;
}

.type-of-dntl-thumb img{
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 10px solid #fff;
}
.type-of-dentlbx {
  background: #ffffff;
  min-height: 225px;
  padding: 45px 45px 35px;
  transition: all 0.4s;
  height: 100%;
  border: 2px dashed #c8a428;
  border-radius: 20px;
}

.type-of-dentlbx h4{
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.type-of-dentlbx p {
  margin-bottom: 0px;
}
.type-of-dentlbx:hover{
  background: #cfa83c;
}
.type-of-dentlbx:hover h4,
.type-of-dentlbx:hover p{
  color: #fff;
}
.bkan-aptmt-cnt h3{
  color: #fff;
}

.twoat-item h4 {
  font-weight: 600;
  color: #0a3266;
}
.nhsDental-check h4,
.nhsDental-check h2 {
  color: #fff;
}
.text-0a3266{
  color: #0a3266;
}

.ortho-dontics-box-wrapper{
  background: #fff;
  box-shadow: 0 0 22px rgba(18,47,105,.05),0 0 0 rgba(63,85,204,.05);
  border-radius: 20px;
  height: 100%;
}
.ortho-dontics-box-thumb img{
  border-radius: 20px;
}
.ortho-dontics-box-content{
  padding: 35px 30px;
}
.ortho-dontics-box-content h4{
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}

.btn-read-more {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #18afd3;
  border-radius: 100px;
  padding: 10px 20px;
  transition: all 0.4s;
  margin-top: 10px;
}
.btn-read-more:hover{
  background: #18bbe4;
  color: #fff;
}

.approxmat-sect h3 {
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  margin-bottom: 30px;
}
.wp-block-table table{
  width: 100%;
}
.wp-block-table table th{
  background: #cfa83c;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.wp-block-table table tr{
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}
.wp-block-table table td{
  padding: 15px 20px;
  color: #1e1e1e;
  font-family: 'Mulish';
  font-size: 16px;
}
.the-price-clear h4 {
  margin-bottom: 25px;
  color: #1e1e1e;
}


.orthodontics-ivlgn-banner {
  min-height: 755px;
}

.invisalign-clear-aligner-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.invslgn-clralgnr-logo img{
  border-radius: 10px;
}
.invslgn-clralgnr-logo-content h4{
  font-size: 26px;
  font-weight: 800;
  color: #4c4b4e;
  margin-bottom: 10px;
}
.invslgn-clralgnr-logo-content h3{
  font-size: 22px;
  font-weight: 700;
  color: #c8a428;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.saveup-wrapper{
  padding: 30px 0 20px;
}
.saveup-wrapper h2{
  font-size: 36px;
  font-weight:700;
  color: #3b3935;
  margin-bottom: 0px;
}
.saveup-wrapper p {
  font-size: 20px;
  color: #2e2e2e !important;
  margin: 0px;
}
ul.for-a-limite{}

ul.for-a-limite li{
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}


.cstr-london p {
    line-height: 32px;
}
.straighten-text {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
}

.teamDtls__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.play-youtube-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.twrthr-bxwrapper .twentytwenty-overlay{
    border-radius: 40px;
}
.twrthr-bxwrapper img{
  border-radius: 40px;
}

.smile-box{
  background: #c8a428;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.bg_63c4c8{
  background:#63c4c8 ;
}
.smile-gallery-ba.bg_63c4c8 .dfltHeader > h2{
  text-transform: capitalize;
  color: #fff;
}
.canhave-invslgn-boxs {
    background: #fff;
    border: 2px dashed #c8a428;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, .05);
    padding: 45px 35px;
    height: 100%;
    border-radius: 30px;
}
.canhave-invslgn-boxs h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.canhave-invslgn-wrapper {
    display: flex;
    gap: 25px;
}
.canhave-icon-invslgn-icon {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background: #63c4c8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnfts-invslgn-braces {
    padding: 45px 55px;
    border: 2px dashed #c8a428;
    height: 100%;
    border-radius: 30px;

}
.bnfts-invslgn-braces h4 {
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.step-header {
    background: #c8a428;
    padding: 15px 30px 15px;
    margin-bottom: 5px;
    border-radius: 30px 30px 0 0;
} 
.step-body {
    background: #f7f7f7;
    padding: 15px 40px 15px 30px;
  border-radius: 0 0 30px 30px;
}
.step-header h4 {
    color: #fff;
  
}

.time-of-treatment {
    background: #63c4c8;
    padding-bottom: 205px;
}
.timeof-treatment-wrapper h2 {
    margin-bottom: 25px;
    color: #fff;
}
.timeof-treatment-wrapper p {
    color: #fff;
}
.smileGallery-ba-2 {
    background: #fff;
    margin-top: -170px;
    padding: 80px 30px 0;
    border-radius: 60px 60px 0 0;
}
ul.offer-invslgn-list li {
    margin-bottom: 24px;
}
.br-line {
  border: 1px solid #a7a7a7;
}
.faq .faq-list p > a{
  padding: 0px;
  display: inline-block;
}

.rltdSrvs-hdr {
  margin-bottom: 60px;
}
.rltd-service-item {
  background: #ffffff;
  border: 1px solid #b4b4b4;
  padding: 30px 55px 70px;
  margin-left: 125px;
  border-radius: 30px;
}
.rltd-srvs-icon {
  background: #63c4c8;
  border-radius: 15px;
}
.rltd-srvs-hdr {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: -145px;
  margin-bottom: 20px;
}
.rltd-srvs-title {
  font-size: 30px;
  color: #0a3266;
  font-weight: 700;
}
.rlted-body-content p{
  font-size: 18px;
  line-height: 30px;
}

.num-step-wrapper {
    display: flex;
    gap: 25px;
}
.num-step-num-item {
    width: 85px;
    height: 88px;
    background: url(../images/teeth-number-icon.webp) no-repeat center;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 68px;
}
.mum-step-box-content h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.kyib-bg {
    background: #fbfbfb;
}
.watboi-section .rltd-srvs-title {
    font-size: 26px;
    width: 63%;
}



/*--------------------------------------------------------------
# Contact Us 
--------------------------------------------------------------*/

.pq-section-title.pq-style-1 .pq-section-sub-title {
  font-family: 'Mulish';
  font-weight:700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #55b7d9;
  letter-spacing: 1px;
  margin: 0 0 0px;
  display: inline-block;
  position: relative;
}
.pq-section-title.pq-style-1 .pq-section-main-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 55px;
  z-index: 9;
  font-family: "Mulish";
  color: #15141c;
  padding: 0;
  margin: 0 0;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.pq-contact-box {
  display: flex;
  align-items: center;
}
.pq-contact-box .pq-contact-box-icon {
  margin-right: 20px;
}
.pq-contact-box .pq-contact-box-icon i {
  font-size: 24px;
  color: #fff;
  background-color: #c8a428;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}
.pq-contact-box .pq-contact-box-content h5{
  font-size: 22px;
  color: #15141c;
  font-weight: 800;
}
.pq-contact-box .pq-contact-box-content p {
  margin-bottom: 0;
}
.pq-contact-box .pq-contact-box-content p a {
  color: #626060;
}


.pq-contact-form {
  background-color: #fff;
  padding: 45px;
  margin: 0 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 6px 62px rgba(0, 0, 0, .04);
  border-radius: 40px;

}
input, input.form-control {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #221d1d;
  width: 100%;
  float: none;
  font-size: 16px;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
input:focus, input:hover, textarea:focus, textarea:hover, .form-control:focus {
  border-color: #c8a428;
  outline: none;
  box-shadow: none;
  background-color: #f7f7f7;
}
textarea {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #221d1d;
  width: 100%;
  float: none;
  padding: 10px 15px;
  outline: none;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.pq-form textarea {
  height: 150px;
}
.pq-button {
  position: relative;
  width: auto;
  background: #c8a428;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
a.pq-button:hover{
  color: #fff;
}
.pq-button-block {
  text-align: center;
}


.how-does-itw .tth-whtn-thumb img {
    height: 1060px;
}
.play-youtube-button button{
  background: none;
  border: none;
}

.case-study-title {
  background: #c8a428;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.case-study-title h3{
  margin: 0px;
  color: #fff;
}
.csslc-caption{
  padding: 15px 0 0;
}
ul.case-study-list-clm5{
  margin: 0 -4px;
}
ul.case-study-list-clm5 li{
  display: inline-block;
  padding: 0 2px;
  width: 19.7%;
}
.csslc-caption h5{
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}
.csslc-caption p{
  font-size: 14px;
  margin: 0px;
}
ul.case-study-list-clm5 li img{
  width: 100%;
  border-radius: 10px;
}
.case-study-info .play-youtube-button .video-btn img{
  width: 70px !important;
}
.case-study-info img{
  border-radius: 15px;
}
.ourGallery-block img{
  object-fit: cover;
  height: 290px;
  width: 100%;
  border-radius: 20px;
}
.fancybox-container{
  z-index: 99999;
}

.ourGallery-block.ourGallery-block2 img {
  object-fit: cover;
  height: 130px;
}
.ourGallery-block.ourGallery-block3 img {
  object-fit: cover;
  height: 265px;
  width: 100%;
}
.ourGallery-block.ourGallery-block4 img {
  height: 200px;
}
.ourGallery-block.ourGallery-block5 img {
  height: 231px;
}
ul.shorterList li strong{
  display: block;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.teamSection .dr-teamName h5{
  font-size: 20px;
}
.teamSection .dr-team-link > a {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #18afd3;
  display: inline-block;
  text-align: center;
}
.teamSection .dr-team-link i {
  font-size: 18px;
  color: #fff;
  line-height: 41px;
}
.gdc-reg-no{
  margin-top: 20px;
  font-weight: 600;
  margin-bottom:10px;
}
.dds-dipdsc {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2e2e2e;
    text-align: left;
}


.teamDtls__img {
	position: relative;
	display: block;
}

.teamDtls__img img {
	width: 100%;
}

.teamDtls__shape-1 {
	position: absolute;
	top: -96px;
	right: -115px;
	opacity: .40;
	z-index: -2;
}

.teamDtls__shape-1 img {
	width: auto;
}
.team-item img{
  border-radius: 20px 20px 0 20px;
}
.dr-team-details{
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
}
.dr-teamName h5{
  font-weight: 800;
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.dr-team-link i{
  font-size: 22px;
  line-height: 31px;
}


/* Blog
======================= */

.blog-thumb {
  position: relative;
}
.blog-thumb img{
  border-radius: 30px;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 15px 0;
}
.blog-date {
  background: #c8a428;
  padding: 5px 15px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
ul.blog-info{
  padding: 0px 0;
}
ul.blog-info li {
  display: inline-block;
  font-size: 14px;
  color: #909090;
}
ul.blog-info li:not(:last-child){
  margin-right: 20px;
}
ul.blog-info li i{
  color: #c8a428;
}

.blog-content p{
  color: #909090;
  font-size: 18px;
}
.blog-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-read-more-btn {
  background: #c8a428;
  border-radius: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: all 0.3s;
}
.blog-read-more-btn:hover{
  color: #fff;
}


.blog-details-title {
  max-width: 450px;
}
.pq-breadcrumb .pq-breadcrumb-title h2 {
  font-size: 36px;
  line-height: 46px;
}
.blog-details-right-wrapper {
  background: #fff;
  padding: 30px;
}
.blgdrw-title h3{
  font-size: 30px;
}



.popular-post-item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popula-post-item-thumb {
  width: 97px;
}
.post-details-date {
  font-size: 14px;
  color: #8d8d8d;
  text-transform: uppercase;
  line-height: 20px;
}
.popula-post-item-content h4{
  font-size: 16px;
  color: #2e2e2e;
  line-height: 25px;
}
.dincmtt-sec{
  margin-top: 50px;
}
.dincmtt-sec img{
  border: 15px solid #e2e5e6;
}
.top-meta-info {
  background: #55b7d9;
  padding: 15px 20px;
  margin-top: 6px;
}
.top-meta-info ul.blog-info li i {
  color: #fff;
}
.top-meta-info ul.blog-info li{
  color: #fff;
}
.post-blog-detls h1 {
    font-size:36px;
}

.post-blog-detls h2 {
    font-size:30px;
}

.post-blog-detls p {
  line-height: 30px;
}


.inner-banner-title p{
  color: #fff;
}


.sstw-block {
    background: url(../images/imgpsh_fullsize_anim.jpg) center center no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 50px 10px;
    background-size: cover;
    color: #fff;
}
.sstw-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(10 50 102 / 65%);
    left: 0;
    top: 0;
}
.chatfieldbraces-cta {
  position: relative;
  z-index: 2;
}
.chatfieldbraces-cta .cta_text1 {
  font-size: 22px;
  font-weight: 300;
}
.chatfieldbraces-cta .cta_text2 {
  font-size: 30px;
  padding: 10px 0;
  display: block;
}
.chatfieldbraces-cta .cta_text3 {
  font-size: 16px;
  font-weight: 300;
}
.chatfieldbraces-cta p.mt-2.mb-2 {
  margin: 10px 0;
}
.btn-custom {
  background-color: #c8a428;
  border-radius: 0;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.btn-custom {
    background: #55b7d9;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.btn-custom2 {
    background: #c8a428;
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    border: none;
}
.post-items ul.teeth-list li{
  font-weight: 400;
}
.single-blog-post table tbody tr:first-child td {
    color: #fff;
    background: #18afd3;
}
.inner-table table tbody tr:first-child td, 
.single-blog-post table tbody tr:first-child td {
    color: #fff;
    background: #18afd3;
}



.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    background: rgba(85,183,217,0.90);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    color: #fff;
    z-index: 9999
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    flex: 1
}

.cookie-content a {
    color:#0a3266;
    font-weight: 500;
    text-decoration: underline
}

.cookie-buttons {
    display: flex;
    gap: 30px
}

.cookie-buttons button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px
}

.cookie-buttons button:hover {
    opacity: 0.7
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    transition: transform 0.6s cubic-bezier(0.22,1,0.36,1)
}

.cookie-banner.hide {
    transform: translateX(-50%) translateY(150%)
}

@media (max-width: 575px) {
    .cookie-buttons button {
        font-size:12px
    }

    .cookie-buttons {
        display: flex;
        gap: 24px;
        justify-content: center;
        width: 100%
    }

    .cookie-banner {
        padding: 25px 17px
    }
}






/* Footer Section
============================== */
.footerUpear {
  background: #102b4d;
  padding: 0;
}
.pl-60 {
  padding-left: 60px;
}

.google-map {
  padding-right: 0px;
}
.ftr-right-sec, .footer-adrs-info{
  height: 100%;
}
.footer-adrs-info {
  padding: 100px 0 0 100px;
  max-width: 745px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.ftr-adrs-listing {
  margin: 0px 0 0px;
  width: 100%;
  clear: both;
  float: left;
}
.ftr-brand-logo {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  display: flex;
}
.ftr-l-logo {
  display: flex;
  align-items: center;
}
ul.ftr-adrs-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
  float: left;
  margin-bottom: 20PX;
  font-size: 18px;
}
ul.ftr-adrs-listing li:last-child{
  width: 100%;
}
.ftrcnt-icon {
  width: 57px;
  height: 57px;
  background: #63c4c8;
  border-radius:57px;
  text-align: center;
  line-height: 53px;
}
ul.ftr-adrs-listing li a {
  color: #fff;
}
.ftr-navbar {
  margin-top: 60px;
}
ul.ftr-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  line-height: 1;

}
ul.ftr-nav li a {
  color: #fff;
  font-size: 17px;
}

.l-social{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 35px 60px;
}

ul.ftr-navbar {
  margin-top:0px;
}
ul.ftr-navbar li {
  display: inline-block;
  margin: 0 12px;
}
ul.ftr-navbar li:first-child {
  margin-left: 0px;
}
ul.ftr-navbar li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.4s;
  padding: 10px 0;
  display: block;
}
ul.ftr-adrs-listing li p {
  margin: 0px;
  color: #fff;
}

ul.ftrSocial li {
  display: inline-block;
}
ul.ftrSocial li a {
  display: inline-block;
  margin: 0 8px;
  width:42px;
  height: 42px;
  border-radius: 55px;
  background: none;
  font-size: 18px;
  line-height: 42px;
  transition: all 0.4s;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
}
ul.ftrSocial li a:hover{
  background: none;
  color: #63c4c8;
}


.ftrBottom {
  background: #030f1e;
  padding: 15px 0;
}
.ftrBottom .row{
  align-items: center;
}
.copyright {
  display: flex;
  gap: 20px;
}

.copyright p {
  color: #fff;
  font-weight: 400;
  margin: 0px;
  font-size: 15px;
}
.copyright p a {
  color: #fff;
}
.copyright p a.ftrcprLink {
  color: #63c4c8;
}

.teeth-wtng-cnt h2.nhsh { font-size:26px; }
