/* banner_1_css
---------------------------------------------------------- */
.home .bannerarea {
    position: relative;
    display: flex;
}
.home .bannerarea {
    min-height: 750px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    overflow: hidden;
    align-items: center;
    flex-direction: row;
    padding: 0 0 0 6%;
}

.banner-left {
    max-width: min(50%, 767px);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.bannerarea .banner-right:before {
    content: '';
    position: absolute;
    left: -1px;
    height: 100%;
    max-width: 35%;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 30%,
        rgba(255, 255, 255, 0) 100%
    );
    top: 0;
}

.banner-content-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.banner-content-holder p {
    margin: 0;
}

.banner-right {
    max-width: 60%;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/implants/implantsbanner.webp');
    position: absolute;
    right: 0;
}

.banner-buttons button,
.banner-buttons a {
    margin: 0;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.home .banner-title h2 {
    color: var(--black);
    font-size: var(--h1-font-size);
    text-transform: var(--text-transform-normal);
    margin: var(--text-margin-normal);
}
/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 1025px) {
    .banner-right {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: min(100vw, 544px);
        min-height: auto;
    }
    .banner-left {
        max-width: 100%;
        text-align: center;
        padding: 10px 10px 50px;
    }

    .banner-content-holder {
        align-items: center;
        text-align: center;
    }
    .home .bannerarea {
        flex-direction: column-reverse;
        padding: 0;
    }

    .bannerarea .banner-right:before {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 1) 99%,
            rgba(255, 255, 255, 1) 100%
        );
        bottom: -1px;
        top: auto;
        max-width: 100%;
        height: 30%;
    }
    .banner-buttons {
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .home .bannerarea .banner-right {
        background-image: url('../images/mobile-banner-placeholder.webp');
    }
}
@media (max-width: 600px) {
    .banner-buttons {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 350px;
        margin: 0 auto;
        gap: 10px;
    }
    .home .bannerarea .banner-right {
        background-image: url('../images/mobile-banner-placeholder.webp');
    }
    .home .banner-title h2 {
        letter-spacing: normal;
    }
}
/* banner_1_css
---------------------------------------------------------- */

/* service_9b_css
---------------------------------------------------------- */
.service_9b {
    padding: 63px 0;
    background-color: var(--white);
    position: relative;
}
.service_9b .services-flex {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 25px;
    width: 100%;
}
.service_9b .services-top-title {
    text-align: center;
}

.service_9b .services-title h4 {
    color: var(--white);
}
.service_9b .services-title {
    max-width: 98%;
    width: 100%;
}

.service_9b .services-holder {
    display: flex;
    justify-content: center;
    width: 325px;
    height: 400px;
    text-align: center;
    align-items: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: var(--secondary-color);
    padding: 10px;
}

.service_9b .services-box-content h3 {
    color: var(--white);
    font-size: 22px;
}
.service_9b .services-title {
    width: 100%;
}
.service_9b .services-top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: min(95%, 1315px);
    margin: 0 auto;
}
.service_9b .services-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    color: var(--black);
}
.service_9b .services-top-title p {
    margin: 0;
}
.service_9b .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.service_9b .services-holder:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1200px) {
    .service_9b a.services-holder {
        width: min(49%, 315px);
    }
}
@media (max-width: 767px) {
    .service_9b a.services-holder {
        width: min(100%, 315px);
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    .service_9b {
        padding: 50px 25px;
    }
    .service_9b .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_9 .services-flex {
        padding: 50px 0;
    }
}
/* end of service_9b */

/* service_7_css
---------------------------------------------------------- */
.service_7 {
    padding: 77px 25px;
    background-color: var(--white);
    position: relative;
    background-image: url('../images/invisalign/invisalignchoosebkg.webp');
    background-position: top right;
    background-repeat: no-repeat;
}
.service_7 .services-container {
    border-radius: 50px;
    /*background: var(--white);*/
    /*box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.25);*/
    width: min(100%, 1700px);
    margin: 0 auto;
    padding: 25px 45px;
    overflow: hidden;
}
.service_7 .services-title h4 {
    color: var(--white);
}
.service_7 .services-title {
    max-width: 98%;
    width: 100%;
}
.service_7 .services-slider {
    padding: 0 50px;
}
.service_7 .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service_7 .services-content-holder h2 {
    color: var(--black);
}
.service_7 .services-slider {
    padding: 25px 0;
}
.service_7 .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    width: min(95%, 350px);
    height: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 7%;
    background-color: var(--secondary-color);
    /*border-radius: 15px;*/
}
.service_7 .services-icon {
    width: min(100%, 88px);
    height: min(100vw, 83px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service_7 .services-nav-holder {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 45px;
}
.service_7 .services-content-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
}
.service_7 .services-content-holder .main-btn.secondary {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
 .service_7 .services-content-holder .main-btn.secondary:hover {
    background-color: var(--white);
    color: var(--black);
}
.service_7 .services-content-holder .main-btn.secondary:hover {
    border-color: var(--white);
}
.service_7 ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 5px 25px;
    flex-wrap: wrap;
}
.service_7 ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_7 ul.slick-dots button {
    font-size: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.service_7 ul.slick-dots button:hover,
.service_7 ul.slick-dots .slick-active button {
    background-color: var(--white);
}
.service_7 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_7 .services-slider .slick-arrow,
.service_7 .services-nav-holder .slick-arrow {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    left: 0;
}
.service_7 .services-slider .slick-arrow.slick-next,
.service_7 .services-nav-holder .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.service_7 .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.service_7 .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1025px) {
    .service_7 .services-content-holder {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    .service_7 ul.slick-dots {
        width: min(80%, 100%);
    }
}
@media all and (max-width: 600px) {
    .service_7 {
        padding: 50px 25px;
    }
    .service_7 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_7 .services-nav-holder {
        width: 100%;
    }
    .service_7 .services-slider {
        padding: 50px 0;
    }
    .service_7 .services-container {
        padding: 50px 25px 80px;
    }
    .service_7 ul.slick-dots {
        gap: 10px;
    }
}
/* end of service_7 */

/* meet_the_staff_8_css
---------------------------------------------------------- */
.meet_the_staff_8 {
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  background-image: url('../images/implants/implantsmeetbkg.webp');
}
.meet_the_staff_8 .meet-staff-flex {
  width: min(100%, 1900px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 25px 15px;
  flex-wrap: wrap;
}
.meet_the_staff_8 .meet-staff-top-title {
  width: 100%;
  text-align: center;
}
.meet_the_staff_8 .meet-staff-top-title h2 {
  font-family: var(--font-family-main);
  font-size: var(--h1-font-size);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-normal);
  letter-spacing: var(--heading-letter-spacing-normal);
  text-transform: var(--heading-text-transform-normal);
  margin: var(--text-margin-normal);
}
.meet_the_staff_8 .meet-staff-right {
  width: min(45%, 860px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: left;
  padding: 60px 25px;
  color: var(--white);
  background-color: var(--black);
}
.meet_the_staff_8 .meet-staff-title * {
  color: var(--white);
}
.meet_the_staff_8 .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_8 .meet-staff-aff .external-link {
  display: none;
}
.meet_the_staff_8 .meet-staff-right-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: min(90%, 502px);
  align-items: flex-start;
}
.meet_the_staff_8 .meet-staff-right-container hr {
  height: 2px;
  margin: 0;
  background-color: var(--secondary-color);
  border: none;
  width: min(95%, 445px);
}
.meet_the_staff_8 .meet-staff-check-list p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.meet_the_staff_8 .meet-staff-check-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.meet_the_staff_8 .meet-staff-right-container .main-btn.secondary {
  border-color: var(--white);
  color: var(--white);
}
.meet_the_staff_8 .meet-staff-title {
  width: 100%;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_8 .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_8 .meet-staff-left {
  display: block;
  height: min(53vw, 695px);
  width: min(50%, 860px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.loaded .meet_the_staff_8 .meet-staff-left {
  /*background-image: url('../images/meet_the_staff_8.webp');*/
}
@media (max-width: 1200px) {
  .meet_the_staff_8 .meet-staff-flex {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_8 .meet-staff-flex {
    flex-direction: column;
    gap: 10px;
  }
  .meet_the_staff_8 .meet-staff-right {
    width: min(100%, 632px);
  }
  .meet_the_staff_8 .meet-staff-left {
    width: min(100%, 624px);
    height: min(98vw, 425px);
  }
  .meet_the_staff_8 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_8 {
    padding: 50px 25px;
  }
}
/* End of meet_the_staff_8 Style */

/* service_9_css
---------------------------------------------------------- */
.service_9 {
    padding: 63px 0;
    background-color: var(--white);
    position: relative;
}
.service_9 .services-flex {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 25px;
    width: 100%;
}
.service_9 .services-top-title {
    text-align: center;
}
.service_9 .services-holder {
    display: flex;
    justify-content: center;
    width: 315px;
    height: 315px;
    text-align: center;
    align-items: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.firstone {
    background-image: url('../images/implants/implants1.webp');
}

.secondone {
    background-image: url('../images/implants/implants2.webp');
}

.thirdone {
    background-image: url('../images/implants/implants3.webp');
}

.fourthone {
    background-image: url('../images/implants/implants4.webp');
}

.service_9 .services-box-content h3 {
    color: var(--white);
    font-size: 22px;
}
.service_9 .services-title {
    width: 100%;
}
.service_9 .services-top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: min(95%, 1315px);
    margin: 0 auto;
}
.service_9 .services-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    color: var(--black);
}
.service_9 .services-top-title p {
    margin: 0;
}
.service_9 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.service_9 .services-holder:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1200px) {
    .service_9 a.services-holder {
        width: min(49%, 315px);
    }
}
@media (max-width: 767px) {
    .service_9 a.services-holder {
        width: min(100%, 315px);
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    .service_9 {
        padding: 50px 25px;
    }
    .service_9 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_9 .services-flex {
        padding: 50px 0;
    }
}
/* end of service_9 */

/* meet_the_staff_5_css
---------------------------------------------------------- */
.meet_the_staff_5 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-color: #FFC800;
}
.meet_the_staff_5:before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: min(100%, 50%);
    height: min(40vw, 600px);
    background-color: var(--tertiary-color);
    z-index: 0;
}

.meet_the_staff_5 .meet-staff-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_5 .meet-staff-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.meet_the_staff_5 .meet-staff-title * {
    color: var(--main-color);
}
.meet_the_staff_5 .meet-staff-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.meet_the_staff_5 .meet-staff-right p {
    margin: 0;
}

.meet_the_staff_5 .meet-staff-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.meet_the_staff_5 .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_5 .meet-staff-left {
    display: block;
    height: min(50vw, 763px);
    width: min(48%, 666px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.loaded .meet_the_staff_5 .meet-staff-left {
    background-image: url('../images/implants/implantsfaq.webp');
}

@media (max-width: 1025px) {
    .meet_the_staff_5 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_5 .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .meet_the_staff_5 .meet-staff-right {
        width: min(100%, 724px);
    }
    .meet_the_staff_5:before {
        width: 100%;
    }
    .meet_the_staff_5:before {
        transform: translateY(40%);
        width: 100%;
        height: min(55vw, 600px);
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_5 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .meet_the_staff_5:before {
        top: 8vw;
    }
}
/* meet_the_staff_5_css
---------------------------------------------------------- */

/* fillable_form_1_css
---------------------------------------------------------- */
section.fillable_form_1 {
    padding: 60px 25px;
    /*background-color: var(--secondary-color);-*/
    background-image: url('../images/implants/implantsfillableformbkg.webp');
}

.fillable_form_1 .fillable-form-container {
    width: min(100%, 1420px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fillable_form_1 .fillable-form-title * {
    color: var(--white);
}

.fillable_form_1 .fillable-form-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

div#fillable_form_1 .floating-label {
    padding: 2em 0;
}

div#fillable_form_1 .bp-submit-wrap button[type='submit'] {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}

div#fillable_form_1 .bp-submit-wrap button[type='submit']:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#fillable_form_1 .floating-label input:placeholder-shown + span,
#fillable_form_1 .floating-label textarea:placeholder-shown + span {
    transform: translateY(2.5em) scale(1);
}

#fillable_form_1 .floating-label input:focus + span,
#fillable_form_1 .floating-label textarea:focus + span {
    transform: translateY(0) scale(0.9);
}

#fillable_form_1 .floating-label input,
#fillable_form_1 .floating-label textarea {
    border-radius: 0;
}

@media (max-width: 767px) {
    div#fillable_form_1 .floating-label {
        padding: 1em 0 0;
    }
    #fillable_form_1 .floating-label input:placeholder-shown + span,
    #fillable_form_1 .floating-label textarea:placeholder-shown + span {
        transform: translateY(1.5em) scale(1);
    }
    #fillable_form_1 .floating-label input:focus + span,
    #fillable_form_1 .floating-label textarea:focus + span {
        transform: translateY(0) scale(0.9);
    }
    div#fillable_form_1 .bp-submit-wrap button[type='submit'] {
        margin-top: 1em;
    }
    section.fillable_form_1 {
        padding: 5px;
    }
    .fillable_form_1 .fillable-form-title h2 {
        font-size: 25px;
    }
    .fillable_form_1 .main-btn {
        margin: 8px auto;
    }
}
/* fillable_form_1_css
---------------------------------------------------------- */