@font-face {
    font-family: inter;
    src: url(../fonts/Inter_18pt-Regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter_18pt-Medium.woff);
    font-weight: 600;
}

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/PlayfairDisplay-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: napoli-serial;
    src: url(../fonts/Napoli-Serial-Light.ttf);
    font-weight: 400;
}


@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/PlayfairDisplay-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/PlayfairDisplay-Black.woff);
    font-weight: bold;
}
div#exit-intent-popup {
    display: none !important;
}
body{
    font-family: inter;
        background: linear-gradient(135deg, rgb(240, 246, 251) 0%, rgb(248, 251, 253) 40%, rgb(237, 244, 250) 100%);
}
h1, h2, h3, h4{
    font-family: PlayfairDisplay;
      font-weight: 600;
         
}
h2{
 color: rgb(10, 22, 40);
}
:root {
–main-black: rgb(0, 0, 0);
–headding: #000;
–main-text:rgb(90, 101, 117);
}

    .container {
        max-width: 1400px;
    }
    header {
    padding: 12px 0;
}
img.logo {
    width: 130px;
}
a {
    text-decoration: none;
}
.navigation  ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    justify-content: center;
    margin: 0;
}

.navigation ul li a {
    color: #000;
    text-decoration: none;
    font-family: inter;
    font-size: 14px;
    font-weight: 600;
}

a.btn-link5 {
    background-color: rgb(0, 156, 204);
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    font-family: inter;
    font-size: 17px;
    font-weight: 900;
    float: right;
}

section.bannertop {
    background-image: url(../images/implant-hero-image-BteHEHi0.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    height: 90vh;
    top: 75px;
}
section.bannertop:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 63%;
    background: linear-gradient(266deg,rgba(88, 199, 224, 0) 0%, rgba(224, 234, 243, 1) 30%);
}
.bannertop .col-md-12 {
    z-index: 99;
}
header {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.faq-title{
background-color: rgb(255, 255, 255);
    /*border: 1px solid rgb(232, 237, 242);*/
    box-shadow: rgba(0, 0, 0, 0.06) 0px 20px 60px, rgba(0, 156, 204, 0.04) 0px 2px 8px;
 max-width: 28rem;
    
    
}
.accordion-button:not(.collapsed)::after {
    background-size: 0;
}

.bannertop h1 {
    font-size: 51px;
    font-weight: 400;
}
.bannertop h2 {
    font-size: 60px;
    color: rgb(0, 156, 204);
    font-weight: 700;
}
p.bannertop1 {
    color: rgb(97, 107, 118);
    font-size: 20px;
}

.list-flex ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
       justify-content: flex-start;
}
.list-flex li {
    background: rgba(0, 156, 204, 0.08);
    color: rgb(0, 156, 204);
    font-size: 14px;
    line-height: 1rem;
    font-weight: 800;
    padding: 7px 20px;
    border-radius: 100px;
}
.list-verticle ul {
    list-style: none;
    padding: 0;
}

/* slider css */

.google-reviews-section {
  width: 100%;
  padding: 50px 0 70px;
  overflow: hidden;
  font-family: inherit;
  color: #111827;
}

.reviews-rating-top {
  text-align: center;
  font-weight: 700;
  color: #5f6b7a;
  margin-bottom: 35px;
}

.reviews-header {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google-summary {
  display: flex;
  align-items: center;
  gap: 18px;
}
.entry:nth-of-type(6) label {
    margin-top: 0;
}
.google-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  color: #4285f4;
  background: #fff;
}

.google-summary h2 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 800;
  color: #101827;
}

.summary-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #667085;
}

.stars {
  color: #f9b400;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 1;
}

.review-arrows {
  display: flex;
  gap: 12px;
}

.form_sec {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 237, 242);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 20px 60px, rgba(0, 156, 204, 0.04) 0px 2px 8px;
    border-radius: 1rem;
    max-width: 28rem;
    padding: 2.5rem;
    margin: auto;
}
.head_contant h4 {
    font-size: 30px;
}
.head_contant {
    text-align: center;
}
.head_contant p {
    font-size: 15px;
}
.entry label {
    margin: 10px 0 8px;
    font-size: 14px;
    color: #000;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 116px;
}

section#book-consultation {
    padding-bottom: 70px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.ka_button.small_button.small_coolblue {
    background: linear-gradient(135deg, rgb(51, 181, 224) 0%, rgb(0, 156, 204) 100%);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 156, 204, 0.3) 0px 4px 20px;
    margin-top: 17px;
}
button, input, optgroup, select, textarea {
    width: 100%;
    border: 1px solid rgb(226, 232, 240);
    color: rgb(10, 22, 40);
    background-color: rgb(250, 252, 254);
    padding: 8px;
    border-radius: 10px;
}

.review-arrows button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e7edf5;
    background: #fff;
    color: #102033;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 3px 12px rgba(16, 24, 40, 0.04);
    transition: all 0.2s ease;
}
.review-arrows button:hover {
  border-color: #cbd7e6;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
}

.reviews-slider {
  margin: 0 auto;
  overflow: visible;
}
section.google-reviews {
    background: rgb(255, 255, 255);
}
.reviews-track {
  display: flex;
  gap: 26px;
  transition: transform 0.4s ease;
}
.review-card {
    margin: 7px;
    height: 100%;
}
body .review-card {
    flex: 0 0 calc((100% - 52px) / 3);
    min-height: 300px;
    background: #fff;
    border: 1px solid #e5ecf5;
    border-radius: 22px;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06);
    padding: 1.5rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    flex-shrink: 0;
}
.btnee {
    max-width: 400px;
}
.btnee a.boder-bg {
    margin-top: 22px;
    display: inline-block;
}

.avatar.purple {
  background: #7657f6;
}

.avatar.blue {
  background: #3f82ee;
}

.avatar.teal {
  background: #48bec6;
}

.avatar.red {
  background: #ef4338;
}

.review-author h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    font-family: 'inter';
    color: rgb(10, 22, 40);
}

.review-author p {
    margin: 4px 0 0;
    font-size: .75rem;
    line-height: 1rem;
    color: rgb(138, 148, 163);
}
.review-text {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: #273142;
}
section.google-reviews-section h2 {
    font-size: 18px;
    font-weight: 600;
}
.summary-rating {
    font-size: 12px;
    color: rgb(90, 101, 117);
    font-family: 'inter';
}





/* End slider css */


.list-verticle ul li {
    margin: 7px 0;
    color: rgb(0, 0, 0);
    font-size: 17px;
}
.list-verticle svg {
    margin-right: 7px;
    margin-top: -3px;
}

a.bg-btn {
    background: linear-gradient(135deg, rgb(51, 181, 224) 0%, rgb(0, 156, 204) 100%);
    color: rgb(255, 255, 255);
    display: inline-block;
    width: auto;
    padding: 12px 25px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
}
a.boder-bg {
    border: 2px solid rgb(0, 156, 204);
    color: rgb(0, 156, 204);
    background: transparent;
    width: auto;
    padding: 12px 25px;
    border-radius: 100px;
    margin-top: 20px;
     font-size: 18px;
      font-weight: 600;
}

.list-verticle {
    margin-bottom: 27px;
}

.icon-text4 p {
    font-size: 14px;
    margin-top: 20px;
    color: rgb(97, 107, 118);
}
.icon-bg {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 250, 253) 50%, rgb(238, 245, 251) 100%);
    border-bottom: 1px solid rgb(228, 237, 244);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 74px;
}

.img-bh3 {
    width: 73px;
    margin: auto;
    display: block;
    background: linear-gradient(145deg, rgb(240, 247, 252) 0%, rgb(226, 238, 247) 100%);
    box-shadow: rgba(0, 156, 204, 0.08) 0px 4px 16px, rgba(255, 255, 255, 0.8) 0px 1px 0px inset;
    border: 1px solid rgba(0, 156, 204, 0.08);
    mix-blend-mode: multiply;
    border-radius: 20px;
    background-color: transparent;
    padding: 13px;
    margin-bottom: 30px;
       transition-duration: .3s;
       transform: scale(1);
}
.img-bh3 img {
    mix-blend-mode: multiply;
    width: 100%;
}
.card4 {
    text-align: center;
    position: relative;
}
.card4 h3 {
    color: rgb(10, 22, 40);
    font-size: 20px;
    font-weight: 600;
}
.card4 p {
    color: rgb(90, 101, 117);
    margin-top: 10px;
}
.card4:hover .img-bh3 {
    transform: scale(1.1);
        transition-duration: .3s;
}

.card4:after {
    content: '';
    background: linear-gradient(transparent 0%, rgb(212, 226, 238) 50%, transparent 100%
100%
);
    width: 1px;
    height: 93px;
    display: block;
    top: 44px;
    right: 0;
    position: absolute;
}

section.clinical-results {
    background: rgb(10, 22, 40);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

p.lable4 {
    color: rgb(51, 181, 224);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: 13px;
}
h2 {
    font-size: 40px;
        margin-bottom: 16px;
}
.card-after p {
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    margin: 24px 18px 12px;
}

.card-after {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.04);
    margin-top: 25px;
}


.card-after img {
    transform: scale(1.1);
}


.why-us {
    background: linear-gradient(to right, rgb(234, 243, 251) 0%, rgb(248, 251, 253) 50%, rgb(234, 243, 251) 100%);
    padding: 100px 0;
}
.card-bg1 {
    background-image: url('../images/Group 1.png');
}

.card2 {
    padding: 36px 25px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}
.card2 .list-verticle {
    margin: 0;
}

.card2 h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 17px;
}
.card-bg1 li {
    margin: 10px 0px !important;
}
.card-bg2 {
    background-color: #fff9;
}
.card-bg2 {
    position: relative;
    overflow: hidden;
}
.card-bg2 img {
    width: 67%;
    position: absolute;
    right: -18px;
    top: 0;
        mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 25%, rgb(0, 0, 0) 60%);
}

.section-kicker {
  margin: 0 0 22px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0997d1;
}



.section-intro {
  max-width: 1060px;
  margin: 0 auto;
}

.section-intro strong {
  font-weight: 800;
  color: #000;
}

.payment-options-row {
    margin-top: 20px;
    margin-bottom: 0px;
}
.payment-option {
  margin-bottom: 30px;
}
section.implant-affordability-section {
    padding: 90px 0;
    max-width: 870px;
    margin: auto;
}
.icon-circle {
    width: 55px;
    height: 55px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e2f2f9;
    padding: 15px;
}

.icon-circle svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #0899d5;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-option h3 {
font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.consult-note {
  color: #65717f;
}

a.consult-button {
    background-color: rgb(0, 156, 204);
    padding: 16px 25px;
    border-radius: 10px;
    color: #fff;
    font-family: inter;
    font-size: 14px;
    font-weight: 900;
    margin-top: 13px;
    display: inline-block;
}
.doesany {
    max-width: 700px;
    margin: auto;
    padding-top: 154px;
}
.problem-card {
    display: flex;
  align-items: flex-start;
    gap: 17px;
    width: 100%;
    padding: 10px 23px;
    background: #fff;
    border: 1px solid #e9eef3;
    border-radius: 13px;
   box-shadow: 0 5px 14px rgb(15 23 42 / 3%);
   
}

.problem-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f0;
  border-radius: 13px;
}

.problem-icon svg {
      width: 19px;
    height: 19px;
  fill: none;
  stroke: #ff5148;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-card p {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    color: #111827;
    font-size: 14px;
}

.good-news-card {
    margin-top: 80px;
    padding: 28px 30px;
    background: #fff;
    border-left: 4px solid #06a6dd;
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(6, 166, 221, 0.08);
}

.good-news-card p {
  margin: 0;
  color: #111827;
}

.good-news-card strong {
  color: #049bd1;
  font-weight: 800;
}
section.why-dental {
    background: linear-gradient(rgb(248, 250, 251) 0%, rgb(241, 245, 248) 50%, rgb(248, 250, 251) 100%);
    padding: 100px 0px;
}

.implant-benefit-card h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(10, 22, 40);
    padding-bottom: 9px;
}
.implant-benefit-card p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(122, 132, 148);
}
.benefit-icon {
    background-color: #eef8fc;
    display: inline-block;
    padding: 10px 13px;
    border-radius: .75rem;
    margin-bottom: 20px;
}
.implant-benefit-card {
    border-radius: 20px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 156, 204, 0.06);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px, rgba(0, 0, 0, 0.03) 0px 8px 24px;
    transform: translateY(0px);
    height: 100%;
}
.your-journey {
    padding: 100px 0;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 249, 252) 100%);
}
.process-card {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(232, 237, 242);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 8px;
    backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 1rem;
}
.process-number {
    background: linear-gradient(135deg, rgb(51, 181, 224) 0%, rgb(0, 156, 204) 100%);
    box-shadow: rgba(0, 156, 204, 0.25) 0px 4px 12px;
    padding: 14px 18px;
    border-radius: 1rem;
    color: #fff;
    font-weight: 600;
}
.process-content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgb(10, 22, 40);
}
.process-content p {
    color: rgb(90, 101, 117);
    font-size: .875rem;
}
.process-content ul {
    color: rgb(0, 156, 204);
    padding: 0 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 0;
}
.your-journey .col-12:after {
    content: '';
    background: linear-gradient(rgb(0, 156, 204) 0%, rgba(0, 156, 204, 0.1) 100%);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 120px;
    left: 37px;
        z-index: -9;
}
.your-journey .col-12:last-child:after {
    opacity: 0;
}

.your-journey .col-12 {
    position: relative;
    z-index: 99;
}


.meet-your {
    background: linear-gradient(rgb(248, 251, 253) 0%, rgb(255, 255, 255) 100%);
    padding: 100px 0px;
}
.dentist-card {
    padding: 1.3rem;
    background: #fff;
    border: 1px solid #dfe8ef;
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    height: 100%;
}
.the-logner {
    background: rgb(10, 22, 40);
    padding: 100px 0;
}
.dentist-header {
  margin-bottom: 40px;
}

.dentist-avatar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #079dcc;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    font-family: 'inter';
}

.dentist-header h3 {
    margin: 0 0 6px;
    font-weight: 600;
    color: #020817;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: left;
}

.dentist-header p {
    margin: 0;
    font-weight: 400;
    color: #049bd1;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: left;
}

.qualification-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 38px;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(0, 156, 204, 0.05);
}
.qualification-box svg {
    flex: 0 0 28px;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #049bd1;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.qualification-box span {
  font-weight: 800;
  font-size: .75rem;
    line-height: 1rem;
      color: rgb(10, 22, 40);
}

.dentist-description {
    margin: 0 0 34px;
    font-weight: 400;
    text-align: left;
    color: rgb(90, 101, 117);
    font-size: 14px;
}
.rating-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f5b400;
  font-size: 17px;
  line-height: 1;
}

.rating-row p {
    margin: 0;
    line-height: 1.3;
    color: #586477;
    font-size: 12px;
}

.arrow34 {
    border-radius: 100px !important;
    display: inline-block !important;
    width: auto;
    margin: auto;
    padding: 19px 70px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.implant-faq-section {
    background: #f8fbfd;
    padding: 100px  0px;
}

.implant-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-card {
  background: #fff;
  border: none;
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 18px;
    background: #fff;
    border: none;
    box-shadow: none;
}

.faq-question:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: inherit;
}

.faq-question:focus {
  box-shadow: none;
  border: none;
}

.faq-question::after {
    width: 10px;
    height: 10px;
    margin-left: auto;
    background-image: none;
    border-right: 2px solid #111827;
    border-bottom: 2px solid #111827;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.faq-question:not(.collapsed)::after {
  transform: rotate(225deg);
}

.faq-number {
    width: 37px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #effaff;
    border-radius: 9px;
    font-weight: 600;
    font-family: 'inter';
    color: #049bd1;
    font-size: .75rem;
    line-height: 1rem;
}

.faq-title {
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    color: rgb(10, 22, 40);
}
.accordion-button:not(.collapsed)::after {
    font-size: 0;
}
.faq-answer {
    margin-left: 77px;
    padding: 0 0 21px;
    line-height: 1.5;
    font-weight: 400;
    color: #586477;
    font-size: .875rem;
    padding-right: 24px;
}
.review-rating {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.review-stars {
    color: #f6a000;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
}

.review-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #4d5a72;
    font-size: 26px;
    line-height: 1.1;
    font-family: 'inter';
}
.review-quote {
    font-family: 'inter';
}
.review-copy span {
    font-size: 12px;
    line-height: 7px;
}
.review-copy strong {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.review-divider {
  width: 1px;
  height: 92px;
  background: #e4eef6;
  flex-shrink: 0;
}

.review-quote p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.45;
  color: #546077;
}

.review-quote em {
  font-style: italic;
}

.review-quote strong {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}
.review-banner {
    margin: 40px auto;
    padding: 8px 17px;
    border: 1px solid #dcecf7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(125, 168, 196, 0.12);
    display: flex;
    align-items: center;
    gap: 42px;
    font-family: Arial, sans-serif;
    max-width: 36rem;
}

footer.footer3 h2 {
    font-family: napoli-serial;
    color: #fff;
    font-weight: 300 !important;
    font-size: 32px;
    letter-spacing: .04em;
}
.col-lg-5 iframe {
    border-radius: 18px;
    max-width: 410px;
}

footer.footer3 {
    padding: 60px 0;
    background: #131e2b;
}
button.menu {
    display: none;
}

@media(max-width:1300px) {
    .container {
    max-width: 1150px;
}

.card-bg2 img {
    width: 84%;
    position: absolute;
    right: -10px;
    top: 0;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 25%, rgb(0, 0, 0) 60%);
}

}

@media(max-width:1080px) {

/* mobile toggle menu */

button.menu {
    display: block;
    float: right;
    width: 54px;
}
.toggle-btn button {
    float: right;
    z-index: 999999999;
    position: relative;
}
header {
    padding: 19px 6px;
}
img.logo {
    width: 100%;
}
header .menu-nav ul {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #504545;
    padding: 23px;
    left: -100%;
    transition: 0.5s;
}
.menu-nav.show-menu ul {
    left: 0px;
    transition: 0.5s;
    right: 0;
}
header .container {
    max-width: 100%;
}
header .btn-bg {
    padding: 4px;
}
header .menu-nav ul li {
    margin: 22px 0;
}
header .menu-nav ul a {
    font-size: 25px;
}
header .btn-bg a {
    font-size: 17px;
    width: 100% !important;
    max-width: 100%;
    display: block;
    text-align: center;
}
.navigation.showmenu {
    opacity: 1;
    visibility: visible;
}
.navigation {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    float: right;
  }
  .line {
    fill: none;
    stroke: #111827;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  
.container {
    max-width: 93%;
}
a.btn-link5 {
    padding: 10px 13px;
    font-size: 15px;
    width: 100%;
}
.navigation ul {
    display: block;
}

.navigation {
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    padding: 17px;
    top: 90px;
}
.btn.d-lg-none.d-md-none.d-sm-block {
    padding: 0;
}
.navigation li {
    margin: 5px 0;
}
.navigation ul li a {
    color: #000;
    text-decoration: none;
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 7px;
    width: 100%;
    display: block;
}
.btn.d-lg-none.d-md-none.d-sm-block {
    padding: 0;
    width: 100%;
}


}



@media(max-width:768px) {
.bannertop h1 {
    font-size: 35px;
    font-weight: 400;
}
section.bannertop {
    top: 50px;
}
.navigation {
    top: 57px;
}

.form_sec {

    padding: 1.5rem;
  
}
.card2 {
    padding: 30px 14px;
}
.container {
    max-width: 97%;
}
header {
    padding: 5px 6px;
}
.bannertop h2 {
    font-size: 40px;
}
.btn.d-lg-none.d-md-block.d-sm-block {
    width: 100%;
    padding: 0;
}
img.logo {
    width: 130px;
}

section.bannertop:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(266deg, rgb(88 199 224 / 9%) 0%, rgb(224 234 243) 0%);
}
section.bannertop {
    height: auto;
}
.list-flex ul {
    flex-wrap: wrap;
}
p.bannertop1 {

    font-size: 16px;
}
a.boder-bg {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}
.review-arrows {
    opacity: 0;
    display: none;
}
a.bg-btn {
    width: 100%;
    text-align: center;
        padding: 15px 11px;
    border-radius: 100px;
    font-size: 16px;
}
.google-icon {
    width: 36px;
    height: 36px;
}
h2 {
    font-size: 28px;
}
.list-verticle ul li {
    font-size: 15px;
}
section.why-us h2 {
    font-size: 23px;
}

.card-bg2 img {
    display: none;
}
.why-us, section.clinical-results, section.implant-affordability-section, section.implant-affordability-section, .why-dental, section.your-journey, section.meet-your, .the-logner, section.implant-faq-section, .section.why-dental  {
    padding: 50px 0px !important;
}
a.consult-button {
    padding: 16px 9px;
    width: 100%;
}
.dentist-avatar {
    width: 55px;
    height: 55px;
    font-size: 20px;

}
.doesany {
    padding-top: 50px;
}
.arrow34 {
    padding: 19px 31px !important;
    width: 100%;
}
.problem-card {
    padding: 10px 10px;

}
.process-card {
    padding: 1rem;
}
.icon-circle {
    margin: 0 auto 12px;
}

.good-news-card {
    margin-top: 35px;
}
.review-divider {
    display: none;
}
.review-banner {
    flex-wrap: wrap;
}
.review-banner {
    gap: 25px;
}
.review-banner {
    padding: 17px;
}
.bannertop .col-12 img {
    width: 100%;
    border-radius: 14px;
    margin: 21px 0 0;
}

footer.footer3 h2 {
    font-size: 26px;
}
}