.loader-container {
    position: relative;
}

.loader {
    background-color: #aaaaaa50;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    display: none;
    justify-content: center;
    align-items: center;
}

/* modal css  */
#success_tic .page-body {
    max-width: 600px;
    background-color: #ffffff;
    margin: 10% auto;
}

#success_tic .page-body .head {
    text-align: center;
    margin-top: 40px;
}

#success_tic .close {
    opacity: 1;
    position: absolute;
    right: 0px;
    font-size: 30px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

#success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

body,
html {
    scroll-behavior: smooth;
}

.env-img img,
.section-contact-form-1 .contact-submit {
    max-width: 100%;
}

.contact-submit,
.main-form-input,
.section-contact-form-1,
.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

*,
.card-header button:hover,
a:hover {
    text-decoration: none;
}

.custom-icons li,
.gfield,
ul {
    list-style: none;
}

*,
.modal,
ul {
    padding: 0;
}

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif;
}

.modal-footer,
.modal-header,
.navbar-toggler {
    border: none;
}

.modal-content {
    padding: 10px;
}

.container {
    width: 100%;
    max-width: 1700px !important;
    padding: 0 46px !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #060606;
    font-weight: 700;
    margin-right: 50px;
    padding: 0;
    border-bottom: 3px solid transparent;
    transition: 0.9s;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #060606;
    color: #060606;
}

#toggle-button-section,
.dropdown-toggle::after,
.mobile-nav-item {
    display: none;
}

.line::after,
.sp-nav-item {
    display: block;
}

.icon-group {
    display: flex;
    gap: 20px;
}

.main-logo-img {
    width: 180px;
    margin-right: 40px;
}

.menu-btn {
    background-color: transparent;
    color: #060606;
    font-size: 24px;
    font-weight: 700;
}

.about-us-desc strong,
.menu-btn:hover {
    color: #060606;
}

#toggle-button:focus,
.card-header button:focus,
.menu-btn:focus {
    box-shadow: none;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.section-main {
    margin-top: 0vh;
    position: relative;
}

.section-contact-form-1 {
    max-width: 550px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    transform: translate(-2%, -60%);
    z-index: 2;
    right: 2%;
}

.section-fun-fact,
.section-testimonials,
.section-our-location {
    background-position: 50%;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-contact-form-1 .main-contact-title h2 {
    margin-bottom: 28px;
    text-transform: uppercase;
}

.section-contact-form-1 .container {
    padding: 30px !important;
}

.contact-form-border {
    max-width: 500px;
    margin: 0 auto;
}

.contact-title {
    font-weight: 500;
    margin-bottom: 24px;
}

.see-on-map-btn {
    margin: 20px 0;
}

.see-on-map-link,
.see-on-map-link:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

.clinic-time,
.days-text {
    font-size: 17.5px;
    font-weight: 400;
}

.main-swiper-img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.section-virtual-tour {
    padding: 120px 0 100px 0;
    background-color: #f8f8f8;
}

.address-content,
.virtual-tour-content {
    padding: 40px 30px;
    background-color: #385bb2;
    height: 100%;
    color: #fff;
}

.virtual-modal-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-member-top,
.virtual-tour-content {
    position: relative;
}

.env-title h4 {
    font-weight: 500;
    margin: 15px 0;
}

.environment-images {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.env-img img {
    width: 110px;
    height: 110px;
    max-height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.feature-item-desc,
.feature-item-title ul li {
    /* font-size: 14px; */
    /* font-weight: 300; */
    color: #6c6c6c;
    letter-spacing: 1px;
}

.section-about-us {
    padding: 80px 0 0;
}

.Dentists-page,
.section-feature,
.section-services {
    padding: 80px 0;
}

.feature-item-title {
    border: 1px solid #dadada;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.feature-item-title h4 {
    font-size: 34px;
    font-weight: 500;
    color: #060606;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-item-desc {
    margin-bottom: 8px;
    line-height: 1.79;
}

.feature-item-title ul li {
    margin-bottom: 2px;
    margin-left: 15px;
}

.chair-img img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.service-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #060606;
    padding-bottom: 3.458rem;
    line-height: 1.44;
}

.card-body p,
.card-body ul li {
    font-size: 17.7px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 1.79;
}

.card {
    border: 0;
}
p{
    /* text-align: justify; */
}

.card-header {
    border: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
}

.card-header:focus-visible {
    border: 0;
    outline: 0;
}

.card-header button {
    width: 100%;
    text-align: start;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-icons li a,
.doc-img,
.member-name,
.snip1533 {
    text-align: center;
}

.i-large {
    color: #060606;
    font-size: 16px;
}

.card-header button:hover {
    outline: 0;
}

.card-header button:focus-visible {
    text-decoration: none;
    outline: 0;
    border: none;
}

.service-heading-img {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-heading-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.accordian-title {
    font-size: 1.521rem;
    color: #060606;
    font-weight: 500;
    text-align: justify;
    display: block;
}

.card-body p {
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.card-body ul li {
    margin-left: 15px;
}

.ection-map,
.section-main-contact,
.section-our-team {
    padding: 100px 0;
}

.our-team-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #060606;
    margin-bottom: 55px;
    line-height: 1.44;
}

.team-member-social {
    position: absolute;
    top: 2.716rem;
    left: 1.516rem;
}

#toggle-button {
    width: 64px;
    height: 64px;
    color: #fff;
    background-color: #9973af;
    border-radius: 0;
    transition: 0.6s;
}

#toggle-button-icon.fa-plus {
    font-size: 22px;
    margin: 0;
}

.team-member-social-btn-item {
    background-color: #fff;
    color: #9973af;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
}

.walter-img {
    height: 850px;
    object-fit: cover;
    padding-right: 10px;
}

.team-member-position p {
    font-size: 24px;
    font-weight: 500;
    color: #060606;
}

.newsletter-s{
    justify-content: center !important;
    align-items: center;
}

.newsletter-t{
    justify-content: center !important;
    align-items: center !important;
}

.team-member-head {
    color: #060606;
    margin-bottom: 1.018rem;
    line-height: 1.41;
    font-weight: 700;
    font-size: 24px;
}

.team-member-description p {
    font-size: 17.5px;
    font-weight: 300;
    color: #6c6c6c;
    letter-spacing: 1px;
    line-height: 1.79;
}

.member-card {
    border: 1px solid #dadada;
    border-radius: 50%;
}

.section-fun-fact {
    background-image: url(../images/08_img.png);
    background-color: #9973af;
    align-items: center;
    color: #fff;
    padding: 50px 0;
}

.fun-fact-heading {
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
    padding: 0 23px;
}

.section-fun-fact .col-md-3:last-child .fun-fact-heading {
    border-right: 0;
}

.fun-fact-heading p {
    font-size: 2.233rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.44;
    margin-bottom: 0;
    padding: 2.382rem 0;
}

.section-testimonials,
.section-our-location {
    background-image: url(../images/13_img.png);
    align-items: center;
    color: #fff;
    padding: 80px 0;
}

.section-our-location {
    background-image: none;
}

.section-our-location .snip1533 figcaption:before {
    display: none;
}

.section-our-location img {
    border-radius: 10px;
    margin-bottom: 8px;
    min-height: 220px;
}

.section-testimonials-title h2,
.section-our-location-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #060606;
    margin-bottom: 24px;
}

.section-our-location .para-height {
    min-height: 70px;
}

.section-our-location .snip1533 h3 {
    font-size: 25px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 24px;
}

.section-testimonials-heading p {
    color: #060606;
    line-height: 30px;
    letter-spacing: 0.9px;
    font-weight: 400;
    margin-bottom: 50px;
}

.section-our-location p {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    letter-spacing: 1px;
    margin: 8px 0;
    line-height: 1.6;
}

.section-our-location p a {}

.review-btn {
    width: 100%;
    max-width: 240px;
    height: 50px;
margin-top: auto;
    background: #9973af;
    border-radius: 0;
}

.review-btn a {
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snip1533 {
    color: #9e9e9e;
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border-top: 5px solid #9973af;
    height: 100%;
}

.snip1533 figcaption {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 30px 15px;
    height: 100%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #9973af;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #060606;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

.description-2 h2 {
    font-size: 36px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 24px;
}

.description-2 p {
    font-size: 17.5px;
    color: #6c6c6c;
    font-weight: 400;
    margin: 24px 0;
}

.signature-name {
    font-size: 22px;
    color: #060606;
    font-weight: 700;
    margin: 24px 0;
}

.about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about-us-title h2 {
    font-size: 36px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 80px;
}

.about-us-sub-title h4,
.section-one h2 {
    font-size: 25px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-us-desc p {
    font-size: 17.5px;
    color: #6c6c6c;
    font-weight: 400;
    margin: 12px 0;
    /* text-align: justify; */
    line-height: 1.79;
}

.see-srvc-button {
    background-color: #9973af;
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin-top: auto;
}

.see-srvc-button a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-submit:hover,
.gray-box .top-title h1,
.member-card:hover .member-name h3,
.member-card:hover .member-name span,
.see-srvc-button:hover a,
.side-fixed-buttons a {
    color: #fff;
}

.main-contact-title h2 {
    font-size: 36px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 100px;
}

.copyright p,
.hambergur div:nth-child(3) {
    margin-bottom: 0;
}

.main-form-input {
    width: 100%;
    height: auto;
    padding: 18px 15px;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    margin-bottom: 28px;
}

.contact-submit {
    background-color: #9973af;
    width: 100%;
    max-width: 200px;
    padding: 15px 20px;
    color: #fff;
}

.main-footer {
    padding: 60px 0 0;
    background-color: #ebebeb40;
}

.footer {
    border-top: 1px solid #dadada;
    padding: 60px 0;
}

.copyright p {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 300;
}

.footer-fb {
    color: #060606;
    font-size: 23px;
}

.book-conslt-btn {
    background-color: #9973af;
    color: #fff;
    border: none;
    padding: 13px 40px;
}

.main-banner {
    background-image: url(../images/general-dentistry.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0 0;
    height: 550px;
    display: flex;
    align-items: center;
    color: #fff;
}

.about-h2.line:after,
.custom-container {
    margin-left: auto;
    margin-right: auto;
}

.better-experience-banner,
.children-dentistry-banner,
.convenience-banner,
.cosmetic-banner,
.dental-implants-banner,
.family-dentistry-banner,
.general-dentistry-banner,
.orthodontic-banner,
.personal-dentistry-banner,
.sedation-banner,
.sleep-apnea-banner,
.tmj-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000003;
    height: 550px;
}

.better-experience-banner h1,
.children-dentistry-banner h1,
.convenience-banner h1,
.cosmetic-banner h1,
.dental-implants-banner h1,
.family-dentistry-banner h1,
.general-dentistry-banner h1,
.orthodontic-banner h1,
.personal-dentistry-banner h1,
.sedation-banner h1,
.sleep-apnea-banner h1,
.tmj-banner h1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}
.family-dentistry-banner {
    background-image: url(../images/burlington/services/reconstructive-dentistry.jpeg);
}

.convenience-banner {
    background-image: url(../images/burlington/services/gum-surgery.jpeg);
}

.better-experience-banner {
    background-image: url(../images/O_Asset_3.jpg);
}

.personal-dentistry-banner {
    background-image: url(../images/burlington/services/endodontics.jpeg);
}

.general-dentistry-banner {
    background-image: url(../images/burlington/services/general-dentistry.jpeg);
}

.children-dentistry-banner {
    background-image: url(../images/burlington/services/wisdom-teeth.jpeg);
}

.dental-implants-banner {
    background-image: url(../images/burlington/services/tmj-therapy.jpeg);
}

.tmj-banner {
    background-image: url(../images/burlington/services/neuromuscular-dentistry.jpeg);
}

.orthodontic-banner {
    background-image: url(../images/burlington/services/sleep-dentistry.jpeg);
}

.cosmetic-banner {
    background-image: url(../images/burlington/services/cosmetic-services.jpeg);
}

.sleep-apnea-banner {
    background-image: url(../images/burlington/services/orthodontics.jpeg);
}

.sedation-banner {
    background-image: url(../images/burlington/services/snoring-treatment.jpeg);
}

.line::after {
    content: '';
    height: 3px;
    width: 100px;
    background: #9973af;
    margin-top: 20px;
}

.green-box:after,
.green-box:before {
    height: 42px;
    right: 0;
    position: absolute;
    content: '';
    left: 0;
}

.section-one p {
    color: #060606;
    line-height: 30px;
    font-weight: 400;
}

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1240px;
}

.heading-h2 {
    font-size: 24px;
}

.member-img img {
    border-radius: 50%;
    aspect-ratio: 2/2;
}

.member-name h3 {
    margin: 0;
    color: #000003;
    font-size: 22px;
    font-weight: 300;
}

.green-box p,
.member-name span {
    font-size: 16px;
    font-weight: 400;
}

.member-name span {
    color: #848b8c;
}

.member-name {
    padding: 15px;
    border-top: 1px solid #d3d5d6;
    box-shadow: 0 -1px 1px #848b8c inset;
    transition: 0.3s ease-in-out;
}

.member-card:hover .member-name {
    box-shadow: 0 -85px 1px #848b8c inset;
}

.team-members {
    background-color: #ebebeb40;
    padding: 80px 0 20px 0;
}

.dentists-wrap {
    border: 10px solid #efefef;
    margin-bottom: 50px;
}

.Affiliations {
    background: #efefef;
    padding: 40px 25px 0;
    min-height: 130px;
}

#scrollToTopButton:hover,
.social-icn {
    background-color: #0e0f33c5;
}

.doc-img {
    padding: 40px 20px 40px 40px;
}

.doctor-detail {
    padding: 40px 40px 40px 20px;
    text-align: left;
}

.stretched-link::after {
    z-index: -1;
}

.about-family-dentistry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.social-icn {
    font-size: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}

#navbarSupportedContent {
    justify-content: space-between !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 24px;
        font-size: 14px;
    }

    .main-logo-img {
        margin-right: 15px;
    }
}

.banner-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 10%;
}

.green-box {
    width: 32%;
    padding: 3px 20px;
    background: #385bb2;
    border-radius: 0;
    margin-left: -14%;
    margin-bottom: -75px;
    margin-top: 90px;
    font-weight: 400;
    position: relative;
}

.green-box:before {
    width: 100%;
    border-radius: 10px 10px 13px 0;
    background: #385bb2;
    transform: rotate(-3deg);
    top: -20px;
}

.green-box:after {
    width: 100%;
    border-radius: 10px;
    background: #385bb2;
    transform: rotate(3deg);
    bottom: -20px;
}

.green-box p {
    color: #fff;
    letter-spacing: -0.6px;
    margin: 35px 0 0;
}

.logo-div img {
    width: 100%;
    max-width: 250px;
}

.top-title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin: 21px 0 0;
}

.main-detail-box p {
    margin-top: 21px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    padding-right: 30px;
}

.gform_fields hr {
    border-color: #fff;
}

.green-box h1 {
    font-size: 32px;
    color: #fff;
    margin-top: 3px;
}

.gray-box.sidebar .top-title h1 {
    font-size: 32px;
    color: #385bb2;
}

.gray-box.sidebar .top-title p {
    font-size: 18px;
    color: #fff;
}

.green-box .line::after,
.sideform .top-title h1.line:after {
    background: #fff;
    width: 100%;
    height: 1px;
    margin-top: 12px;
}

.green-box .top-title {
    margin-bottom: 30px;
    padding: 0 15px;
}

.gray-box {
    background: rgba(132, 139, 140, 0.8);
    padding: 45px 15% 45px 45px;
    border-radius: 10px;
    width: 50%;
    display: table;
}

.banner-form .gfield input,
.banner-form .gfield select,
.banner-form .gfield textarea {
    border: 1px solid #e5e5e5;
    color: #848b8c;
    padding: 9px 15px;
    margin-top: 16px;
    width: 100%;
    background: #fff;
}

#scrollToTopButton,
.banner-form .gform_button.button {

    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.banner-form .gform_button.button {
    background: #0e0f33;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 0 35px;
}

.banner-form .gfield input,
.banner-form .gfield select {
    height: 46px;
}

.uk-slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.custom-row {
    display: flex;
    justify-content: center;
}

#scrollToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0e0f33;
    border-radius: 50%;
    padding: 10px;
    height: 60px;
    width: 60px;
}

.side-fixed-buttons {
    position: fixed;
    top: 500px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.side-fixed-buttons button {
    background-color: #0e0f33;
    width: 150px;
    max-width: 100%;
    margin-bottom: 5px;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    border-radius: 0;
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}

.hambergur {
    width: 2rem;
    cursor: pointer;
    font-size: 12px;
    color: #385bb2;
    align-items: center;
    justify-content: center;
}

.hambergur:hover {
    color: #000;
}

.hambergur div {
    width: 2rem;
    height: 4px;
    border: 1px solid #385bb2;
    margin-top: 8px;
    border-radius: 5px;
}

.hambergur div:nth-child(2) {
    width: 1.4rem;
    background: #385bb2;
}

.hambergur:hover div:nth-child(2) {
    width: 2rem;
    transition: 0.5s;
}

ul {
    margin: 0;
}

@media (min-width: 720px) {
    .container {
        padding: 0.5rem 2rem;
    }
}

.custom-icons {
    display: flex;
}

.fullscreen {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    position: absolute;
    background: #1e1f25;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
    z-index: 9999;
}

.fullscreen ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.fullscreen ul li {
    padding: 0.5rem 1rem;
}

.fullscreen ul li a {
    font-size: 1.5rem;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fullscreen .close {
    position: absolute;
    top: 3.3rem;
    right: 4.355rem;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 1;
}

.fullscreen .close div {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.fullscreen .close div:after,
.fullscreen .close div:before {
    content: '';
    width: 2rem;
    height: 2px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 5px;
}

.fullscreen .close div:after {
    transform: rotate(90deg);
    background: #fff;
}

.fullscreen.active {
    -webkit-clip-path: circle(140% at 96.5% 4%);
    clip-path: circle(140% at 96.5% 4%);
    transition: 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen.active ul>li {
    -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
    animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}

.fullscreen.reverse_anim {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.logo.logo-primary img {
    width: 100%;
    max-width: 200px;
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }

    100% {
        opacity: 1;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

.comingsoon-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: 1s fadeIn;
    -webkit-animation: 1s fadeIn;
    width: 100%;
}

.coming-soon {
    position: relative;
    height: 100vh;
    text-align: center;
}

.technology-banner {
    background-image: url(../images/O_Asset_4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000003;
    height: 550px;
}

.technology-page .line::after {
    content: '';
    height: 3px;
    width: 60px;
    background: #9973af;
    margin-top: 10px;
}

.slide-img {
    height: 250px;
    object-fit: scale-down;
    object-position: top;
}

.technologu-swiper .swiper-button-next:after,
.technologu-swiper .swiper-button-prev:after {
    font-size: 16px;
}

.technologu-swiper .swiper-button-next,
.technologu-swiper .swiper-button-prev {
    background-color: #385bb2;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1224px) {
    .gray-box {
        width: 75%;
    }

    .template-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }
}

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

    #toggler-button,
    .sp-dropdown,
    .sp-nav-item {
        display: none;
    }

    .reverse-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .mobile-nav-item {
        display: block;
        margin-bottom: 10px;
    }
}

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

    .secondary_header_item {
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .comingsoon-wrapper .custom-icons {
        display: flex;
    }

    .custom-icons {
        display: none;
    }

    .logo-div img {
        width: 100%;
        max-width: 160px;
    }

    .doc-img,
    .modal-content {
        padding: 0;
    }

    .side-fixed-buttons {
        bottom: 80px;
        top: inherit;
    }

    .address-content,
    .virtual-tour-content {
        padding: 40px 15px;
    }

    .address-content iframe {
        height: 250px;
    }

    .chair-img img,
    .virtual-video-image img {
        height: auto;
    }

    .fun-fact-heading p {
        padding: 0.8rem 0;
    }

    #google-maps iframe {
        height: 300px;
    }

    .gray-box,
    .green-box {
        margin-left: auto;
        margin-right: auto;
    }

    .gray-box .top-title h1,
    .green-box h1,
    .service-title h2 {
        font-size: 24px;
    }

    #navbar-sm {
        margin-top: 20px;
    }

    .about-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .custom-row {
        flex-direction: column;
    }

    .green-box {
        margin-top: -20px;
        width: 99%;
    }

    .gray-box {
        width: 100%;
        margin-top: -190px;
        padding: 20px;
    }

    .main-detail-box p {
        padding-right: 0;
    }

    .virtual-tour-content {
        margin-top: 120px;
    }

    .main-swiper-img {
        width: 100%;
        height: 28vh;
        object-fit: cover;
    }

    .banner-detail {
        position: relative;
    }

    .banner-form .gfield input,
    .banner-form .gfield select {
        background: #fff;
        border: 1px solid #e5e5e5;
        color: #848b8c;
        width: 100%;
        padding: 2px 15px;
        height: 35px;
        margin-top: 10px;
    }

    .section-contact-form-1 .container {
        padding: 30px 15px !important;
    }

    .section-main-contact,
    .section-our-team {
        padding: 20px 0 50px;
    }

    .container {
        padding: 0 15px !important;
    }

    .main-logo-img {
        margin-right: 10px;
    }

    .main-contact-title h2 {
        margin-bottom: 30px;
    }

    .fun-fact-heading p {
        font-size: 0.5rem;
    }

    .main-footer,
    .section-about-us,
    .section-feature,
    .section-out-team,
    .section-services,
    .section-testimonials,
    .section-our-location,
    .section-virtual-tour {
        padding: 25px 0;
    }

    .service-heading-img {
        max-width: 100px;
    }

    .accordian-title {
        font-size: 1rem;
    }

    .section-contact-form-1 {
        position: relative;
        right: 0;
        transform: translate(0, 0);
        max-width: 100%;
        margin: 40px 15px 15px;
    }

    .contact-form-border {
        max-width: 100%;
    }

    .main-contact-title h2,
    .section-contact-form-1 .main-contact-title h2 {
        text-align: center;
    }

    .feature-item-title h4 {
        font-size: 25px;
    }

    .feature-item-desc {
        font-size: 16px;
        line-height: 1.8;
    }

    .section-register {
        padding: 150px 0px 80px 0px;
    }
}

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

    .better-experience-banner,
    .children-dentistry-banner,
    .convenience-banner,
    .cosmetic-banner,
    .dental-implants-banner,
    .family-dentistry-banner,
    .general-dentistry-banner,
    .orthodontic-banner,
    .personal-dentistry-banner,
    .sedation-banner,
    .sleep-apnea-banner,
    .technology-banner,
    .tmj-banner {
        height: 400px;
    }

    .section-about-us .mb-5 {
        margin-bottom: 20px !important;
    }

    .environment-images {
        gap: 30px;
    }

    .side-fixed-buttons button {
        width: 120px;
    }

    .about-us-sub-title h4,
    .section-one h2 {
        margin-bottom: 5px;
    }

    .address-content {
        padding-top: 0;
    }

    .virtual-tour-content {
        padding-bottom: 0;
    }

    .about-image img {
        height: 250px;
    }

    .section-fun-fact {
        padding: 15px 0;
    }

    .doctor-detail {
        padding: 15px;
    }

    .team-members {
        padding: 25px 0;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .technology-page.pt-5 {
        padding-top: 0 !important;
    }
}

.custom-icons li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 15px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #385bb2;
    z-index: 1;
}

.custom-icons li a .icon {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
}

.custom-icons li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.custom-icons li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    transition: 0.5s;
    z-index: 2;
}

.custom-icons li a:hover:before {
    top: 0;
}

.custom-icons li:first-child a:before {
    background: #3b5999;
}

.custom-icons li:nth-child(2) a:before {
    background: #55acee;
}

.custom-icons li:nth-child(3) a:before {
    background: #0077b5;
}

.custom-icons li:nth-child(4) a:before {
    background: #dd4b39;
}

@media (min-width: 1440px) {
    .section-our-location img {
        max-height: 220px;
        min-height: 220px;
    }
}

.secondary_header_item {
    position: relative;
    background: #071B45;
    color: #fff;
    font-size: 14px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondary_header_item a {
    display: block;
    padding: 5px;
    background: #3C6993;
    color: white;
    text-decoration: none;
    outline: none;
    margin: 5px 10px;
    border-radius: 5px;
}

.section-register {
    padding: 80px 0px 0px;
}

.further-anker {
    font-size: 16px !important;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.gap-header-nav {
    height: 107px;
    width: 100%;
}
.partner-cdcp{
    position: absolute;
    top: 50px;
    right: 20px;
    height: 250px;
    width: 250px;
    z-index: 1000;
}
.partner-cdcp>img{
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .section-register {
        padding: 150px 0px 80px 0px;
    }
    .partner-cdcp{
        position: absolute;
        top: 50px;
        right: 5px;
        height: 200px;
        width: 200px;
    }
}

@media only screen and (max-width: 576px) {
    .section-register .container {
        max-width: 400px;
        overflow: scroll;
    }
    nav{
        width: 100%;
    }
    .partner-cdcp{
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: 1000;
        height: 200px;
        width: 200px;
    }
}
@media only screen and (max-width: 374px) {
    .partner-cdcp{
        position: absolute;
        top: 60px;
        right: 0px;
        z-index: 1000;
        height: 150px;
        width: 150px;
    }
}
