﻿
@font-face {
    font-family: 'redhatdisplay-regular';
    font-display: swap;
    font-style: normal;
    src: url('../fonts/red-hat-display/redhatdisplay-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'redhatdisplay-semibold';
    font-display: swap;
    font-style: normal;
    src: url('../fonts/red-hat-display/redhatdisplay-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'redhatdisplay-medium';
    font-display: swap;
    font-style: normal;
    src: url('../fonts/red-hat-display/redhatdisplay-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'redhatdisplay-semibold';
    font-display: swap;
    font-style: normal;
    src: url('../fonts/red-hat-display/redhatdisplay-semibold.ttf') format('truetype');
}


:root {
    --bs-font-red-hat-display: 'redhatdisplay-regular', sans-serif;
    --bs-body-font-weight: 400;
    --white-transparent: rgba(255, 255, 255, 0.85);
    --saffron: #B15C11;
    --saffron-light: #EA7E1E;
    --bg-saffron-light: #f58e32;
    --text-white: #fff;
    --black: #1a1a1a;
    --saffron: #B15C11;
    --light-blue: #afe7ff;
    --green: #6cc120;
    --light-green: #afe7ff;
    --light: #fbfbfb;
    --light2: #b9cad3;
    --light3: #f3f2f2;
    --dark-blue: #b15c11;
    --logo-gray: #a9abab;
    /*--text-color-gray: #677075;*/
    --text-color-gray: #292929;
    --text-color-dark-gray: #00000;
    --info: #0075ba;
    --warning: #f9aa0b;
    --white: #fff;
    --text-dark: #000000;
    --text-blue: #1090d9;
    --google: #ea4335;
    --facebook: #1877f2;
    --twitter: #1da1f2;
    --youtube: #ff0000;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --instagram: #e1306c;
    --yelp: #af0606;
    --sharecare: #1aba9c;
    --healthgrades: #0202ea;
    --covid-info-bg: #ffed76;
    --covid-info-color: #8a6d3b;
    --implants-gray-color: #808184;
    --guru-gray-color: #6d6e70;
    --screw-gray-color: #58595b;
    --gray-6c6c6c: #6c6c6c;
    --Corinthia-font: 'Corinthia', cursive;
    --OpenSans: 'OpenSans', sans-serif;
    --Roboto-font: 'Roboto', sans-serif;
    --Lato-font: 'Lato', sans-serif;
    --Helvetica-font: 'Helvetica', sans-serif;
    --text-blue: #1090d9;
}

.bg-gray {
    background-color: #262626;
}

body {
    background-color: var(--white);
    color: var(--text-color-gray);
    font-family: 'Red Hat Display', sans-serif;
}


.bg_saffron-light {
    background-color: var(--bg-saffron-light);
}

.bg_saffron {
    background-color: var(--saffron);
}

.mt-7 {
    margin-top: -7px;
}

.logo_pseudo_saffron, .logo-pseudo-gray-right, .logo-pseudo-gray-left {
    position: relative;
}

    .logo-pseudo-gray-left:before {
        content: "";
        position: absolute;
        left: 6%;
        top: -75px;
        background: url(../img/logo-pattern.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 448px;
        height: 180px;
        transition: all .9s;
        filter: brightness(10) contrast(0) invert(1);
        -o-filter: brightness(10) contrast(0) invert(1);
        -ms-filter: brightness(10) contrast(0) invert(1);
        -moz-filter: brightness(10) contrast(0) invert(1);
        -webkit-filter: brightness(10) contrast(0) invert(1);
        opacity: 0.2;
    }

#free_consultation_orthodontics .logo-pseudo-gray-left:before {
    left: 0;
    top: -59px;
    width: 448px;
    height: 180px;
}

.text-small {
    font-size: 14px !important;
}

.logo_pseudo_saffron::after {
    content: "";
    position: absolute;
    background: url(../img/logo-pattern.svg);
    background-repeat: no-repeat;
    transition: all .9s;
}

.logo-pseudo-gray-right::after {
    content: "";
    position: absolute;
    right: 15%;
    top: -32%;
    width: 402px;
    height: 162px;
    background: url(../img/logo-pattern.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .9s;
    filter: brightness(10) contrast(0) invert(1);
    -o-filter: brightness(10) contrast(0) invert(1);
    -ms-filter: brightness(10) contrast(0) invert(1);
    -moz-filter: brightness(10) contrast(0) invert(1);
    -webkit-filter: brightness(10) contrast(0) invert(1);
    opacity: 0.2;
}

#benefits_adult_orthodontic .logo-pseudo-gray-right::after {
    left: 0;
    top: -6%;
    width: 486px;
    height: 177px;
}

#map-block .logo_pseudo_saffron::after {
    background-size: cover;
    position: absolute;
    left: -8px;
    top: -157px;
    content: " ";
    width: 220px;
    height: 90px;
    z-index: 2;
}



.btn {
    padding: 16px 32px !important;
    white-space: inherit;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 8px !important;
    display: inline-block;
    border: 0;
    color: #1a1a1a;
    position: relative;
    transition: all .3s;
    font-family: "Red Hat Display",sans-serif;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}


.btn-success {
    background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
    border-color: var(--saffron);
    color: var(--text-dark);
}

    .btn-success:hover {
        background: linear-gradient(180deg, #D97217 0%, #F58E32 35.94%, #DD7B24 59.9%, #B15C11 100%);
        box-shadow: 0px 12px 16px -4px rgba(0,0,0,.3);
        color: #fff !important;
    }


.saffron {
    color: #B15C11;
}

.saffron-light {
    color: var(--saffron-light);
}

.btn {
    font-weight: 500;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-bold {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

.text-blue {
    color: var(--saffron) !important;
}

.text-dark-blue {
    color: var(--dark-blue) !important;
}

.text-color-gray {
    color: var(--text-color-gray) !important;
}

.btn_blue {
    background-color: var(--saffron) !important;
    border-color: var(--saffron) !important;
}

    .btn_blue:hover {
        color: var(--text-dark) !important;
        background-color: var(--light-blue) !important;
    }

    .btn_blue:focus {
        border-color: var(--saffron) !important;
    }

.prev_next_cover {
    padding: 20px 0;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

    .prev_next_cover .text-secondary:hover {
        color: var(--saffron) !important;
    }


.recaptcha-privacy {
    font-size: 12px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.font-style2 {
    font-weight: 700 !important;
}


.lt-2 {
    letter-spacing: 2px;
}

.fs-150 {
    font-size: 150%;
}

.fs-130 {
    font-size: 130%;
}

.fs-200 {
    font-size: 100%;
}

.fs-220 {
    font-size: 220%;
}

.fs-240 {
    font-size: 240%;
}

.fs-460 {
    font-size: 460%;
}

.fs-560 {
    font-size: 560%;
}

.fw-300 {
    font-weight: 300;
}

.font-color-2 {
    color: #04ffe1;
}

.text-shadow-2 {
    text-shadow: 0 1px rgb(0 0 0 / 60%), 0 2px rgb(0 0 0 / 50%), 0 3px rgb(0 0 0 / 40%), 0 4px rgb(0 0 0 / 30%), 0 5px rgb(0 0 0 / 20%), 0 6px rgb(0 0 0 / 10%), 0 7px rgb(255 255 255 / 10%);
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}


.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.bg-blue {
    background: var(--saffron);
}

.bg-dark-blue {
    background: var(--green);
}

.bg-green {
    background: var(--green);
}

.text-green {
    color: var(--green);
}

#main-carousal .card-body {
    width: 500px;
    border-radius: 10px;
    padding: 30px;
}


#covid-update-bar {
    background-color: var(--covid-info-bg);
}

    #covid-update-bar .accordion-header button,
    #covid-update-bar .accordion-body {
        color: var(--covid-info-color);
    }

#covid-update-accordion .accordion-item .accordion-button:hover,
#covid-update-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

#covid-update-accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

#covid-update-accordion .accordion-body a {
    color: var(--saffron);
}

    #covid-update-accordion .accordion-body a:hover {
        color: var(--text-dark);
    }



#default-menu {
    z-index: 2;
    background: var(--white-transparent);
    box-shadow: none !important;
    padding: 15px 0 !important;
    font-weight: 500;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

    #default-menu .navbar-brand {
        color: rgba(0,0,0,.9);
        position: absolute;
        top: -58px;
        margin-left: -30px;
        padding: 10px;
        background: rgb(255 255 255 / 0%);
    }

        #default-menu .navbar-brand img {
            transition: width ease-in-out .3s;
            width: 315px;
        }


#services-menu {
    z-index: 2;
    background: var(--white);
}

#sub-page #default-menu {
    z-index: 5;
}

#sub-page #services-menu {
    z-index: 4;
}

#default-menu .navbar-nav .nav-link,
#services-menu .navbar-nav .nav-link {
    color: var(--text-color-gray);
    border-radius: 0px;
    transition: all .3s;
    letter-spacing: 0.5px;
}



    #default-menu .navbar-nav .nav-link.active {
        color: var(--saffron);
        background: transparent !important;
    }

        #default-menu .navbar-nav .nav-link.active:first-child {
            color: #EA7E1E;
        }


        #default-menu .navbar-nav .nav-link.active:hover,
        #default-menu .navbar-nav .nav-link.active:focus {
            color: var(--saffron) !important;
            background: transparent !important;
        }

    #default-menu .navbar-nav .show > .nav-link,
    #services-menu .navbar-nav .nav-link.active,
    #services-menu .navbar-nav .show > .nav-link {
        color: var(--saffron);
    }

    #default-menu .navbar-nav .nav-link:focus,
    #default-menu .navbar-nav .nav-link:hover,
    #services-menu .navbar-nav .nav-link:focus,
    #services-menu .navbar-nav .nav-link:hover {
        color: var(--saffron) !important;
        background: #fff0;
        background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
        -webkit-background-clip: text;
        /*  -webkit-text-fill-color: rgba(0,0,0,0);*/
    }

    #default-menu .navbar-nav .nav-link.dropdown-toggle.show,
    #services-menu .navbar-nav .nav-link.dropdown-toggle.show {
        color: var(--saffron);
    }


#default-menu .dropdown-menu,
#services-menu .dropdown-menu {
    background-color: var(--white);
    border-color: var(--light-blue);
    border: none;
    border-radius: 0px;
    /*width: 250px;*/
}


#default-menu .navbar-nav .dropdown-item,
#services-menu .navbar-nav .dropdown-item {
    color: var(--text-color-dark-gray);
}

#default-menu .dropdown-item.active,
#default-menu .dropdown-item:active,
#services-menu .dropdown-item.active,
#services-menu .dropdown-item:active {
    color: var(--dark-blue);
    background-color: transparent;
}

#default-menu .navbar-nav .dropdown-item.border-bottom,
#services-menu .navbar-nav .dropdown-item.border-bottom {
    background: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #b15c11 !important;
    transition: all .3s;
    position: relative;
    color: #1a1a1a;
    font-size: 16px;
    padding: 15px 1px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#default-menu .dropdown-item.active, #default-menu .dropdown-item:active {
    padding: 0px;
}

#default-menu .dropdown-item {
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#default-menu .navbar-nav .dropdown-item:focus,
#default-menu .navbar-nav .dropdown-item:hover,
#services-menu .navbar-nav .dropdown-item:focus,
#services-menu .navbar-nav .dropdown-item:hover {
    color: var(--saffron) !important;
    background-color: #e9812400;
}

#default-menu .navbar-nav .nav-link[aria-expanded="true"] {
    color: var(--saffron) !important;
    background: var(--white);
}

#default-menu .navbar-nav .nav-link.dropdown-toggle.active.show,
#default-menu .navbar-nav .nav-link.dropdown-toggle.active.show:hover,
#default-menu .navbar-nav .nav-link.dropdown-toggle.active.show:focus {
    background: var(--white) !important;
    color: var(--dark-blue) !important;
}


#default-menu .navbar-nav .nav-link i {
    width: 16px;
}

#default-menu .navbar-nav .nav-link[aria-expanded="true"] i:before {
    content: "\f057";
}

#default-menu .navbar-nav .nav-link[aria-expanded="true"] i {
    font-size: 20px;
}

#default-menu .navbar-toggler:focus,
#services-menu .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem var(--bs-gray-200);
}

/* for menu & dropdown */
#default-menu .dropdown-menu li {
    position: relative;
    margin: 0 20px;
}

#default-menu .navbar-nav {
    transition: all .2s;
}

#default-menu .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
}

#default-menu .dropdown-menu > li:hover > .submenu,
#default-menu .dropdown:hover > .dropdown-menu {
    display: block;
}
/* end menu & dropdown */

#seachBoxCollapseCard form input:placeholder-shown ~ button[type="submit"] {
    opacity: 0.6;
    cursor: not-allowed;
    webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
}

#seachBoxCollapseCard form input:not(:placeholder-shown) ~ button[type="submit"]:hover {
    background: var(--dark-blue);
}

.social-nav li a i.fa {
    width: 25px;
    height: 25px;
}

.social-nav li a.twitter {
    color: var(--twitter);
}

.social-nav li a.facebook {
    color: var(--facebook);
}

.social-nav li a.google-plus {
    color: var(--google);
}

.social-nav li a.linkedin {
    color: var(--linkedin);
}

.social-nav li a.pinterest {
    color: var(--pinterest);
}

.social-nav li a.yelp {
    color: var(--yelp);
}

.social-nav li a.youtube {
    color: var(--youtube);
}

.social-nav li a.instagram {
    color: var(--instagram);
}

.social-nav li a {
    background: var(--white);
}

    .social-nav li a:hover {
        color: var(--white);
        background: var(--warning);
    }

    .social-nav li a.twitter:hover {
        background: var(--twitter);
    }

    .social-nav li a.facebook:hover {
        background: var(--facebook);
    }

    .social-nav li a.google-plus:hover {
        background: var(--google);
    }

    .social-nav li a.linkedin:hover {
        background: var(--linkedin);
    }

    .social-nav li a.pinterest:hover {
        background: var(--pinterest);
    }

    .social-nav li a.yelp:hover {
        background: var(--yelp);
    }

    .social-nav li a.youtube:hover {
        background: var(--youtube);
    }

    .social-nav li a.instagram:hover {
        background: var(--instagram);
    }


#default-menu .header-call-button:hover {
    background: var(--saffron)
}

.social-nav {
    display: none;
}


#main-slider {
    /*z-index:1;*/
    /*position: relative*/
}


    #main-slider .carousel-inner {
        height: 1180px;
        background-color: var(--saffron);
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    #main-slider ul.list-with-icon {
        padding: 0;
        padding-left: 0;
        display: block;
    }

        #main-slider ul.list-with-icon li {
            position: relative;
            list-style: none;
            padding: 4px 0;
            padding-left: 30px;
            /* display: inline-block; */
            text-align: left;
        }

            #main-slider ul.list-with-icon li:before {
                content: '\f00c';
                font-family: fontAwesome;
                left: 0px;
                position: absolute;
                /*color: var(--text-dark);*/
                color: var(--text-white);
                font-size: 18px;
                line-height: 1.4;
                font-weight: normal;
            }

    #main-slider .carousel-item {
        background-position: center right;
        background-size: cover;
        height: 100%;
    }

        #main-slider .carousel-item img {
            position: absolute;
            top: 0;
            height: 100%;
            object-fit: cover;
        }

        #main-slider .carousel-item .carousel-caption {
            background-repeat: no-repeat;
            background-position: right center;
            background-position-x: right;
            background-position-y: center;
            padding-top: 320px !important;
            padding-bottom: 600px !important;
        }

    #main-slider .carousel-indicators [data-bs-target] {
        height: 18px;
        width: 18px;
        border-radius: 30px;
        border: none;
        background-color: var(--white);
        box-shadow: 0 0px 0px 3px rgb(255 255 255 / 40%);
        margin-left: 10px;
    }

        #main-slider .carousel-indicators [data-bs-target].active {
            background-color: var(--green);
            box-shadow: 0 0px 0px 3px var(--green);
        }

    #main-slider .carousel-indicators {
        bottom: 20px;
    }

    #main-slider .carousel-control-next,
    #main-slider .carousel-control-prev {
        top: -40px;
    }


    #main-slider .carousel-control-next-icon,
    #main-slider .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
        background-size: 60% 60%;
        background-color: rgb(255 255 255 / 20%);
        border-radius: 8px;
    }

        #main-slider .carousel-control-next-icon:hover,
        #main-slider .carousel-control-prev-icon:hover,
        #main-slider .carousel-control-next-icon:focus,
        #main-slider .carousel-control-prev-icon:focus {
            background-color: var(--saffron);
        }


    #main-slider .carousel-control-next,
    #main-slider .carousel-control-prev {
        width: 5%;
    }

    #main-slider #main-carousal .carousel-indicators,
    #main-slider #main-carousal .carousel-control-prev,
    #main-slider #main-carousal .carousel-control-next {
        opacity: 0;
        -webkit-transition: opacity 300ms linear 0s;
        -moz-transition: opacity 300ms linear 0s;
        -o-transition: opacity 300ms linear 0s;
        transition: opacity 300ms linear 0s;
    }

    #main-slider #main-carousal:hover .carousel-indicators,
    #main-slider #main-carousal:hover .carousel-control-prev,
    #main-slider #main-carousal:hover .carousel-control-next {
        opacity: 1;
        -webkit-transition: opacity 300ms linear 0s;
        -moz-transition: opacity 300ms linear 0s;
        -o-transition: opacity 300ms linear 0s;
        transition: opacity 300ms linear 0s;
    }

    #main-slider .carousel-item .carousel-caption .btn-success:hover,
    #main-slider .carousel-item .carousel-caption .btn-success:focus {
        color: #fff;
        background-color: var(--white);
        border-color: var(--white);
    }




#slider-c2a {
    z-index: 2;
}

    #slider-c2a .card {
        /*width: 32%;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background-color: rgb(255 255 255 / 85%);*/
    }

        #slider-c2a .card .card-body a.btn:not(.bg-transparent):hover,
        #slider-c2a .card .card-body a.btn:not(.bg-transparent):focus {
            background-color: var(--light-gray);
            border-color: var(--light-gray);
        }

        #slider-c2a .card .card-body a.bg-transparent:hover,
        #slider-c2a .card .card-body a.bg-transparent:focus {
            color: var(--info) !important;
        }




#expert-advice-widget {
    height: 700px;
    z-index: 0;
    background: var(--light3);
}

    #expert-advice-widget .quotes {
        margin-top: 205px;
        z-index: 2;
    }

    #expert-advice-widget picture {
        bottom: -82px;
        z-index: -1;
        width: 461px;
        height: 541px;
    }

    #expert-advice-widget .slogan-bar {
        background: rgba(255, 255, 255, 0.6);
    }

    #expert-advice-widget .text-white,
    #expert-advice-widget .sub-title,
    #expert-advice-widget .description {
        color: rgb(33, 37, 41);
    }

        #expert-advice-widget .sub-title b {
            font-weight: 600 !important;
        }

    #expert-advice-widget .btn-warning {
        background-color: var(--light-blue);
        border-color: var(--light-blue);
        color: var(--text-color-dark-gray) !important;
    }

    #expert-advice-widget .btn-danger {
        background-color: var(--saffron);
        border-color: var(--saffron);
        color: var(--white) !important;
    }

    #expert-advice-widget .btn:hover,
    #expert-advice-widget .btn:focus {
        background-color: var(--white);
        border-color: var(--white);
        color: var(--text-color-dark-gray) !important;
    }

    #expert-advice-widget .btn:focus {
        background-color: var(--saffron);
        border-color: var(--saffron);
        box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
    }

.accreditations {
    background: var(--light2) !important;
}

#review-widget {
    width: 58%;
    margin: auto;
}

    #review-widget .doctible-location-name {
        display: none;
    }

#reviews-slider {
    /*z-index: 1;*/
    z-index: 0;
    background: var(--light3);
    padding: 170px 0 70px 0;
    /*content-visibility: auto;
    contain: layout;*/
}


#reviewsCarousal .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 15px;
    background-color: var(--white) !important;
    opacity: 1;
}

    #reviewsCarousal .carousel-indicators [data-bs-target].active {
        background-color: var(--light-blue) !important;
    }

#reviewsCarousal .carousel-indicators {
    bottom: -22px;
}

#reviews-slider .review-box {
    background: rgb(255 255 255);
    min-height: 450px;
    color: var(--text-color-gray);
    /*box-shadow: 0px 0px 20px rgba (22 22 26 / 0.05%) !important;*/
}

.shadow-lg {
    box-shadow: 0 0 30px rgba(0,0,0,.05) !important;
}

#reviews-slider .review-box p {
    color: var(--dark);
}

#reviews-slider .review-box .lead {
    color: var(--dark);
    font-size: 18px !important;
    font-weight: 400 !important;
}

#reviews-slider .review-box .btn-link {
    background: var(--light-blue) !important;
    color: var(--text-color-dark-gray);
    font-size: 16px;
    border-color: var(--light-blue) !important;
}

    #reviews-slider .review-box .btn-link:hover,
    #reviews-slider .review-box .btn-link:focus {
        background: var(--saffron) !important;
        border-color: var(--saffron) !important;
        color: var(--white);
    }

#reviews-slider .btn-danger {
    background: var(--saffron);
    border-color: var(--saffron);
    color: var(--white) !important;
}

    #reviews-slider .btn-danger:hover,
    #reviews-slider .btn-danger:focus {
        background: var(--light-blue) !important;
        border-color: var(--light-blue) !important;
        color: var(--text-dark) !important;
    }

#reviews-slider .carousel-control-next-icon,
#reviews-slider .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-size: 60% 60%;
    background-color: var(--saffron) !important;
    border-radius: 50px;
}

#Get-to-Know {
    z-index: 1;
    background: var(--light);
    background-size: cover;
    padding-bottom: 70px;
}

    #Get-to-Know .lead {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    #Get-to-Know .bg-overlay {
        z-index: 1;
        background: rgb(18 90 137 / 70%);
        padding: 70px 0;
        content-visibility: auto;
        contain: layout;
    }

    #Get-to-Know .bg-overlay-2 {
        z-index: 1;
        /*background: rgb(0 103 168 / 90%);*/
        padding: 70px 0;
        /*content-visibility: auto;
    contain: layout;*/
    }

        #Get-to-Know .bg-overlay a:hover,
        #Get-to-Know .bg-overlay a:focus,
        #Get-to-Know .bg-overlay-2 a:hover,
        #Get-to-Know .bg-overlay-2 a:focus {
            color: var(--light-green) !important;
        }

        #Get-to-Know .bg-overlay-2 .btn-success {
            color: var(--white);
            background: var(--saffron) !important;
            border-color: var(--saffron) !important;
        }

            #Get-to-Know .bg-overlay-2 .btn-success:hover,
            #Get-to-Know .bg-overlay-2 .btn-success:focus {
                color: var(--text-color-dark-gray) !important;
                background: var(--light-blue) !important;
                border-color: var(--light-blue) !important;
            }

#index-page #main-slider .carousel-item .carousel-caption .card-body .btn-success {
    background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
    border-color: var(--saffron);
    color: #1a1a1a !important;
    padding: 16px 32px;
    white-space: inherit;
    font-family: "Red Hat Display",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    transition: all .3s;
    z-index: 1;
}

    #index-page #main-slider .carousel-item .carousel-caption .card-body .btn-success:hover,
    #index-page #main-slider .carousel-item .carousel-caption .card-body .btn-success:focus {
        background: linear-gradient(180deg, #D97217 0%, #F58E32 35.94%, #DD7B24 59.9%, #B15C11 100%);
        box-shadow: 0px 12px 16px -4px rgba(0,0,0,.3);
        color: #fff !important;
    }

#special-cards {
    z-index: 1;
    background: rgb(0 0 0 / 5%);
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
}

    #special-cards .card {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        #special-cards .card picture,
        #special-cards .card .card-body {
            z-index: 1
        }

        #special-cards .card:hover,
        #special-cards .card:focus {
            background-color: var(--white) !important;
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #special-cards .card img {
            border-radius: 6px;
        }

        #special-cards .card:not(.bg-warning) .card-text {
            min-height: 100px;
        }

        #special-cards .card.bg-warning .card-text {
            min-height: 64px;
        }

        #special-cards .card .btn,
        #footer_section .footer-menu .nav-pills li a {
            transition: unset;
        }

        #special-cards .card.bg-danger:hover .card-title,
        #special-cards .card.bg-danger:focus .card-title,
        #special-cards .card.bg-danger:hover .card-text,
        #special-cards .card.bg-danger:focus .card-text {
            color: var(--saffron) !important;
        }

        #special-cards .card.bg-danger:hover .btn,
        #special-cards .card.bg-danger:focus .btn {
            color: var(--white) !important;
            background-color: var(--saffron) !important;
        }

        #special-cards .card.bg-info:hover .card-title,
        #special-cards .card.bg-info:focus .card-title,
        #special-cards .card.bg-info:hover .card-text,
        #special-cards .card.bg-info:focus .card-text {
            color: var(--info) !important;
        }

        #special-cards .card.bg-info:hover .btn,
        #special-cards .card.bg-info:focus .btn {
            color: var(--white) !important;
            background-color: var(--info) !important;
        }


        #special-cards .card.bg-warning:hover .card-title,
        #special-cards .card.bg-warning:focus .card-title,
        #special-cards .card.bg-warning:hover .card-text,
        #special-cards .card.bg-warning:focus .card-text {
            color: var(--warning) !important;
        }

        #special-cards .card.bg-warning:hover .btn,
        #special-cards .card.bg-warning:focus .btn {
            color: var(--white) !important;
            background-color: var(--warning) !important;
        }


        #special-cards .card.bg-success:hover .card-title,
        #special-cards .card.bg-success:focus .card-title,
        #special-cards .card.bg-success:hover .card-text,
        #special-cards .card.bg-success:focus .card-text {
            color: var(--green) !important;
        }

        #special-cards .card.bg-success:hover .btn,
        #special-cards .card.bg-success:focus .btn {
            color: var(--white) !important;
            background-color: var(--green) !important;
        }


        #special-cards .card:before {
            content: '';
            border-radius: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            left: -50%;
            top: -30%;
            z-index: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #special-cards .card:after {
            content: '';
            border-radius: 100%;
            width: 110%;
            height: 50%;
            position: absolute;
            right: -40%;
            bottom: -25%;
            z-index: 0;
            -webkit-transform: rotate(14deg);
            -moz-transform: rotate(14deg);
            -ms-transform: rotate(14deg);
            -o-transform: rotate(14deg);
            transform: rotate(14deg);
        }

        #special-cards .card:hover:before,
        #special-cards .card:focus:before,
        #special-cards .card:hover:after,
        #special-cards .card:focus:after {
            background: rgb(0 0 0 / 3%);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }


#special-cards2 {
    z-index: 1;
    background: var(--light-gray);
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
}

    #special-cards2 .card {
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

        #special-cards2 .card picture,
        #special-cards2 .card .card-body {
            z-index: 1
        }

        #special-cards2 .card:hover,
        #special-cards2 .card:focus {
            background-color: var(--saffron) !important;
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #special-cards2 .card img {
            border-radius: 0;
        }

        #special-cards2 .card:not(.bg-warning) .card-text {
            min-height: 100px;
        }

        #special-cards2 .card.bg-warning .card-text {
            min-height: 64px;
        }

        #special-cards2 .card .btn,
        #footer_section .footer-menu .nav-pills li a {
            transition: unset;
        }

        #special-cards2 .card:hover .card-title,
        #special-cards2 .card:focus .card-title,
        #special-cards2 .card:hover .card-text,
        #special-cards2 .card:focus .card-text {
            color: var(--white) !important;
        }

        #special-cards2 .card.bg-danger:hover .card-title,
        #special-cards2 .card.bg-danger:focus .card-title,
        #special-cards2 .card.bg-danger:hover .card-text,
        #special-cards2 .card.bg-danger:focus .card-text {
            color: var(--white) !important;
        }

        #special-cards2 .card.bg-danger:hover .btn,
        #special-cards2 .card.bg-danger:focus .btn {
            color: var(--white) !important;
            background-color: var(--saffron) !important;
        }

        #special-cards2 .card.bg-info:hover .card-title,
        #special-cards2 .card.bg-info:focus .card-title,
        #special-cards2 .card.bg-info:hover .card-text,
        #special-cards2 .card.bg-info:focus .card-text {
            color: var(--info) !important;
        }

        #special-cards2 .card.bg-info:hover .btn,
        #special-cards2 .card.bg-info:focus .btn {
            color: var(--white) !important;
            background-color: var(--info) !important;
        }


        #special-cards2 .card.bg-warning:hover .card-title,
        #special-cards2 .card.bg-warning:focus .card-title,
        #special-cards2 .card.bg-warning:hover .card-text,
        #special-cards2 .card.bg-warning:focus .card-text {
            color: var(--warning) !important;
        }

        #special-cards2 .card.bg-warning:hover .btn,
        #special-cards2 .card.bg-warning:focus .btn {
            color: var(--white) !important;
            background-color: var(--warning) !important;
        }


        #special-cards2 .card.bg-success:hover .card-title,
        #special-cards2 .card.bg-success:focus .card-title,
        #special-cards2 .card.bg-success:hover .card-text,
        #special-cards2 .card.bg-success:focus .card-text {
            color: var(--green) !important;
        }

        #special-cards2 .card.bg-success:hover .btn,
        #special-cards2 .card.bg-success:focus .btn {
            color: var(--white) !important;
            background-color: var(--green) !important;
        }


        #special-cards2 .card:before {
            content: '';
            border-radius: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            left: -50%;
            top: -30%;
            z-index: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #special-cards2 .card:after {
            content: '';
            border-radius: 100%;
            width: 110%;
            height: 50%;
            position: absolute;
            right: -40%;
            bottom: -25%;
            z-index: 0;
            -webkit-transform: rotate(14deg);
            -moz-transform: rotate(14deg);
            -ms-transform: rotate(14deg);
            -o-transform: rotate(14deg);
            transform: rotate(14deg);
        }

        #special-cards2 .card:hover:before,
        #special-cards2 .card:focus:before,
        #special-cards2 .card:hover:after,
        #special-cards2 .card:focus:after {
            background: rgb(0 0 0 / 8%);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }




#Featured_Procedures {
    z-index: 1;
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
}

#TMJ_Disorder {
    z-index: 1;
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
    background: url(../img/tmj-disorder-treatment-bg.webp) var(--saffron) no-repeat;
    background-position: 50% center;
    background-size: cover;
}



#Key_Points {
    z-index: 1;
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
}

#How_To_Buy {
    z-index: 1;
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
    background-color: var(--saffron);
}

#Financing_Options {
    z-index: 1;
    padding: 70px 0;
    /*content-visibility: auto;
    contain: layout;*/
    background-color: var(--white);
}

    #Financing_Options a {
        color: var(--saffron);
        text-decoration: none;
    }

        #Financing_Options a:hover {
            color: var(--dark);
        }

    #Financing_Options .title-text {
        color: var(--light);
    }

    #Financing_Options .title-desc {
        color: var(--text-color-gray);
    }

    #Financing_Options .text-sub-text {
        color: var(--dark);
    }

        #Financing_Options .text-sub-text a {
            color: var(--dark);
        }

    #Financing_Options .card {
        background-color: #fbfbfb00;
        transform: translateY(0px);
        -webkit-transition: transform 300ms linear 0s;
        -moz-transition: transform 300ms linear 0s;
        -o-transition: transform 300ms linear 0s;
        transition: transform 300ms linear 0s;
        /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18) !important;
        border: 1px solid rgba(179, 179, 179, 0.2) !important;*/
    }

        #Financing_Options .card .btn-danger {
            background-color: var(--saffron);
            border-color: var(--saffron);
            color: var(--white);
        }

        #Financing_Options .card:hover,
        #Financing_Options .card:focus {
            background-color: #fbfbfb00 !important;
            transform: translateY(-10px);
            -webkit-transition: transform 300ms linear 0s;
            -moz-transition: transform 300ms linear 0s;
            -o-transition: transform 300ms linear 0s;
            transition: transform 300ms linear 0s;
        }

            #Financing_Options .card:hover .card-title,
            #Financing_Options .card:focus .card-title,
            #Financing_Options .card:hover .card-text,
            #Financing_Options .card:focus .card-text {
                color: var(--saffron) !important;
            }

        #Financing_Options .card svg,
        #Financing_Options .card svg {
            fill: var(--saffron) !important;
        }

        #Financing_Options .card:hover svg,
        #Financing_Options .card:focus svg {
            fill: var(--saffron) !important;
        }

        #Financing_Options .card:hover .btn-danger,
        #Financing_Options .card:focus .btn-danger {
            background-color: var(--light-blue);
            border-color: var(--light-blue);
            color: var(--text-color-dark-gray);
        }


    #Financing_Options .btn-success {
        background-color: var(--light);
        border-color: var(--light);
        color: var(--text-color-dark-gray) !important;
    }

        #Financing_Options .btn-success:hover,
        #Financing_Options .btn-success:focus {
            background-color: var(--light-green);
            border-color: var(--light-green);
            color: var(--text-color-dark-gray);
        }


    #Financing_Options .call-number-link {
        color: var(--dark) !important;
    }

        #Financing_Options .call-number-link:hover,
        #Financing_Options .call-number-link:focus {
            color: var(--saffron) !important;
        }

    #Financing_Options .card-graphic-arrow-one:after, .card-graphic-arrow-two:after, .card-graphic-arrow-three:after {
        top: 40%;
        position: absolute;
        bottom: 0;
        width: 100%;
        content: "";
        opacity: 0.4;
        background-repeat: no-repeat;
        z-index: -1;
        background-image: url(../img/arrow.svg);
    }

    #Financing_Options .card-graphic-arrow-one:after {
        left: 217px;
    }

    #Financing_Options .card-graphic-arrow-two:after {
        left: 210px;
    }

    #Financing_Options .card-graphic-arrow-three:after {
        left: 240px;
    }



#main-content {
    z-index: 1;
    /*padding: 70px 0;*/
    /*content-visibility: auto;
    contain: layout;*/
}

    #main-content h1 {
        font-size: calc(1rem + 1.8vw);
        font-weight: 400;
        text-align: center;
        /* color: var(--text-color-gray);*/
        font-size: 32px;
        line-height: 1.3;
    }

    #main-content p,
    #main-content ol,
    #main-content ul {
        font-size: 18px;
        /* font-size: 15px;*/
        font-weight: 400;
        text-align: left;
    }

        #main-content p b,
        #main-content ol li b,
        #main-content ul li b {
            font-weight: 600;
        }

    #main-content h2 {
        /*margin: 30px 0 20px;*/
        margin: 30px 0 5px;
    }

    #main-content ul.list-with-icon {
        padding: 0;
        padding-left: 0;
        display: inline-block;
    }

        #main-content ul.list-with-icon li {
            position: relative;
            list-style: none;
            padding: 4px 0;
            padding-left: 30px;
            /* display: inline-block; */
            width: 25%;
            float: left;
            text-align: left;
        }

            #main-content ul.list-with-icon li:before {
                content: '\f00c';
                font-family: fontAwesome;
                left: 0px;
                position: absolute;
                color: var(--saffron);
                font-size: 22px;
                line-height: 1.3;
                font-weight: normal;
            }

    #main-content p a,
    #main-content li a {
        color: var(--saffron);
        font-weight: 500;
        text-decoration: none;
    }

        #main-content p a:hover,
        #main-content p a:focus,
        #main-content li a:hover,
        #main-content li a:focus {
            color: var(--text-color-dark-gray);
        }

        #main-content p a strong,
        #main-content p a b,
        #main-content p strong,
        #main-content li strong,
        #main-content li b {
            /* font-weight: 600 !important;*/
        }


    #main-content .btn-light {
        background-color: var(--light-blue);
        border-color: var(--light-blue);
        color: var(--text-color-dark-gray);
    }

        #main-content .btn-light:hover,
        #main-content .btn-light:focus {
            background-color: var(--saffron);
            border-color: var(--saffron);
            color: var(--white);
        }

    #main-content .btn-danger:hover,
    #main-content .btn-danger:focus {
        background-color: var(--light-blue) !important;
        border-color: var(--light-blue) !important;
        color: var(--text-dark);
    }


#our-office-carousal .carousel-inner {
    border-radius: 12px;
}

#our-office-carousal .carousel-control-next-icon,
#our-office-carousal .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 60% 60%;
    background-color: var(--saffron) !important;
    border-radius: 50%;
}

    #our-office-carousal .carousel-control-next-icon:hover,
    #our-office-carousal .carousel-control-next-icon:focus,
    #our-office-carousal .carousel-control-prev-icon:hover,
    #our-office-carousal .carousel-control-prev-icon:focus {
        background-color: var(--saffron) !important;
    }


#special-offers-slider {
    z-index: 2;
    background: var(--gray-6c6c6c);
    content-visibility: auto;
    contain: layout;
}


    #special-offers-slider .carousel-inner .d-flex {
        height: 500px;
    }

        #special-offers-slider .carousel-inner .d-flex .btn:hover,
        #special-offers-slider .carousel-inner .d-flex .btn:focus {
            background: var(--light-gray);
            border-color: var(--light-gray);
        }

    #special-offers-slider .carousel-inner .carousel-item .carousel-caption {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-position-x: left;
        background-position-y: bottom;
    }

    #special-offers-slider .carousel-control-next-icon,
    #special-offers-slider .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
        background-size: 60% 60%;
    }




#social-ratings {
    z-index: 1;
    /*background: var(--light);*/
    padding: 70px 0;
    content-visibility: auto;
    contain: layout;
}

    #social-ratings.disablePaddingBottom {
        padding-bottom: 70px;
    }

    #social-ratings .card {
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

        #social-ratings .card .card-body {
            z-index: 1
        }

        #social-ratings .card .stars mark {
            color: var(--bs-yellow);
            background: #ffffff !important;
            border: 1px solid rgb(0 0 0 / 5%);
        }

        #social-ratings .card:hover,
        #social-ratings .card:focus {
            box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #social-ratings .card.google:hover,
        #social-ratings .card.google:focus {
            background-color: var(--google) !important;
        }

        #social-ratings .card.facebook:hover,
        #social-ratings .card.facebook:focus {
            background-color: var(--facebook) !important;
        }

        #social-ratings .card.yelp:hover,
        #social-ratings .card.yelp:focus {
            background-color: var(--yelp) !important;
        }

        #social-ratings .card.sharecare:hover,
        #social-ratings .card.sharecare:focus {
            background-color: var(--sharecare) !important;
        }

        #social-ratings .card.healthgrades:hover,
        #social-ratings .card.healthgrades:focus {
            background-color: var(--healthgrades) !important;
        }

        #social-ratings .card:hover .stars mark,
        #social-ratings .card:focus .stars mark {
            background: transparent !important;
            color: var(--white);
        }

        #social-ratings .card:hover .card-text,
        #social-ratings .card:focus .card-text {
            color: var(--white) !important;
        }

        #social-ratings .card:before {
            content: '';
            border-radius: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            left: -70%;
            top: 30%;
            z-index: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #social-ratings .card:after {
            content: '';
            border-radius: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            right: -60%;
            bottom: 50%;
            z-index: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #social-ratings .card:hover:before,
        #social-ratings .card:focus:before,
        #social-ratings .card:hover:after,
        #social-ratings .card:focus:after {
            background: rgb(0 0 0 / 7%);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }



#Tagline_Box {
    z-index: 0;
    padding: 0px 0 0;
    /*    content-visibility: auto;
    contain: layout;*/
    background: var(--white);
    /*    margin-top: -140px;*/
}

    #Tagline_Box .card.what-we-do-card .vr {
        opacity: 0.50;
    }

    #Tagline_Box .card.what-we-do-card {
        min-height: auto;
        margin-top: -110px;
        border-radius: 20px;
        content-visibility: auto;
        contain: layout;
    }


#top-header-blocks {
    z-index: 1;
    padding: 0px 0;
    background: var(--white);
}


    #top-header-blocks .card.what-we-do-card {
        min-height: auto;
        margin-top: -110px;
        margin-bottom: 70px;
        border-radius: 0;
        content-visibility: auto;
        contain: layout;
    }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover {
            background-position: center;
            background-size: cover;
            border-bottom: 5px solid rgba(0,0,0,0) !important;
            transform: translateY(0);
            -webkit-transition: transform 300ms linear 0s;
            -moz-transition: transform 300ms linear 0s;
            -o-transition: transform 300ms linear 0s;
            transition: transform 300ms linear 0s;
        }


            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
                width: 220px;
                height: 220px;
                margin: auto;
            }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
                width: 220px;
                height: 220px;
                margin: auto;
                /*box-shadow: 0 -10px 10px -3px rgb(0 0 0 / 40%);*/
            }

                #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-img {
                }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-title a {
                color: var(--text-color-dark-gray);
            }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-desc {
                color: var(--dark-blue);
                font-weight: 400 !important;
                font-size: 118% !important;
            }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .high-card-1 .card-cover .card-content,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .high-card-3 .card-cover .card-content,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .high-card-5 .card-cover .card-content {
            background: var(--light);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .high-card-2 .card-cover .card-content,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .high-card-4 .card-cover .card-content {
            background: var(--light);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-content {
            background: rgb(0 0 0 / 0);
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus {
            /*background: rgba(0,0,0,0);*/
            border-bottom: 5px solid var(--light) !important;
            border-radius: 0;
            transform: translateY(-10px);
            -webkit-transition: transform 300ms linear 0s;
            -moz-transition: transform 300ms linear 0s;
            -o-transition: transform 300ms linear 0s;
            transition: transform 300ms linear 0s;
        }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-content,
            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-content {
                background: var(--white);
                box-shadow: 0 0 0 10px var(--light);
                -webkit-transition: background 300ms linear 0s;
                -moz-transition: background 300ms linear 0s;
                -o-transition: background 300ms linear 0s;
                transition: background 300ms linear 0s;
            }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-title a,
            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-title a {
                color: var(--saffron) !important;
                -webkit-transition: background 300ms linear 0s;
                -moz-transition: background 300ms linear 0s;
                -o-transition: background 300ms linear 0s;
                transition: background 300ms linear 0s;
            }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-desc,
            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-desc {
                color: var(--text-color-dark-gray) !important;
            }

            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-content .card-img,
            #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-content .card-img {
                fill: var(--text-color-gray);
            }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .btn-danger {
            background-color: var(--saffron);
            border-color: var(--saffron);
            color: var(--white) !important;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-content .btn-danger,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-content .btn-danger {
            background-color: var(--white);
            border-color: var(--white);
            color: var(--saffron) !important;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:hover .card-content h2,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:focus .card-content h2 {
            color: var(--saffron) !important;
            text-shadow: none;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:before,
        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover:after {
            content: none;
        }



        #top-header-blocks .card.what-we-do-card:before,
        #top-header-blocks .card.what-we-do-card:after {
            content: none;
        }

        #top-header-blocks .card.what-we-do-card .card-text {
            color: var(--gray-6c6c6c);
        }

        #top-header-blocks .card.what-we-do-card:hover .card-text,
        #top-header-blocks .card.what-we-do-card:focus .card-text {
            color: var(--gray-6c6c6c) !important;
            /*    box-shadow: 0 0px 0 0 var(--green) !important;
    -webkit-transition: box-shadow 300ms linear 0s;
    -moz-transition: box-shadow 300ms linear 0s;
    -o-transition: box-shadow 300ms linear 0s;
    transition: box-shadow 300ms linear 0s;*/
        }


    #top-header-blocks .our-services-div {
        content-visibility: auto;
        contain: layout;
    }

    #top-header-blocks p.lead {
        color: rgb(255 255 255 / 65%);
    }

    #top-header-blocks .card {
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

        #top-header-blocks .card picture,
        #top-header-blocks .card .card-body {
            z-index: 1
        }


        #top-header-blocks .card .btn {
            transition: unset;
            background-color: var(--green);
            font-size: 90%;
            color: var(--text-dark) !important;
        }

        #top-header-blocks .card .line-clamp {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            white-space: break-spaces;
            color: rgb(255 255 255 / 60%);
        }

        #top-header-blocks .card:hover .card-title,
        #top-header-blocks .card:focus .card-title {
            color: var(--text-dark) !important;
        }

        #top-header-blocks .card:hover .card-text,
        #top-header-blocks .card:focus .card-text {
            color: var(--text-dark) !important;
        }

    #top-header-blocks .our-services-div .card:hover .btn,
    #top-header-blocks .our-services-div .card:focus .btn {
        color: var(--text-dark) !important;
        background-color: var(--white) !important;
    }


    #top-header-blocks .card:before {
        content: '';
        border-radius: 100%;
        width: 140%;
        height: 80%;
        position: absolute;
        right: -60%;
        top: -40%;
        z-index: 0;
        -webkit-transform: rotate(78deg);
        -moz-transform: rotate(78deg);
        -ms-transform: rotate(78deg);
        -o-transform: rotate(78deg);
        transform: rotate(78deg);
    }

    #top-header-blocks .card:after {
        content: '';
        border-radius: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 50%;
        bottom: -60%;
        z-index: 0;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        -o-transform: rotate(140deg);
        transform: rotate(140deg);
    }

    #top-header-blocks .card:hover:before,
    #top-header-blocks .card:focus:before,
    #top-header-blocks .card:hover:after,
    #top-header-blocks .card:focus:after {
        background: rgb(0 0 0 / 10%);
        -webkit-transition: background 300ms linear 0s;
        -moz-transition: background 300ms linear 0s;
        -o-transition: background 300ms linear 0s;
        transition: background 300ms linear 0s;
    }

    #top-header-blocks .our-services-div .card {
        background: var(--saffron) !important;
    }

        #top-header-blocks .our-services-div .card .card-title {
            color: var(--white) !important;
        }

        #top-header-blocks .our-services-div .card:hover .card-title,
        #top-header-blocks .our-services-div .card:focus .card-title {
            color: var(--saffron) !important;
        }

        #top-header-blocks .our-services-div .card:hover,
        #top-header-blocks .our-services-div .card:focus {
            background: var(--green) !important;
            box-shadow: none;
            overflow: hidden;
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

#How_To_Buy .btn-success:hover,
#How_To_Buy .btn-success:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--text-dark);
}

.accreditations .middle-part {
    margin-top: -110px;
    z-index: 1;
    position: relative;
    margin-bottom: -100px;
}


#footer_section {
    z-index: 1;
}

    #footer_section .maps-section {
        /* margin-top: -200px;*/
        margin-bottom: 70px;
        z-index: 1;
        /*position: relative;
    content-visibility: auto;*/
        contain: layout;
    }

    #footer_section .social-nav li a {
        border-radius: 4px !important;
    }


    #footer_section .footer-menu-links a {
        color: var(--dark);
    }

        #footer_section .footer-menu-links a:hover,
        #footer_section .footer-menu-links a:focus {
            color: var(--saffron);
        }


    #footer_section .copyright,
    #footer_section .footer-menu,
    #footer_section .accreditations,
    #footer_section .footer-content,
    {
        content-visibility: auto;
        contain: layout;
    }

    #footer_section .footer-content {
        padding: 0px 0 70px;
        background: var(--white);
    }


        #footer_section .footer-content .address-details .icon-square {
            width: 40px;
            height: 40px;
            background: rgb(255 255 255 / 50%) !important;
            color: var(--saffron) !important;
            margin-right: 15px !important;
        }

        #footer_section .footer-content .text-muted {
            color: var(--text-color-dark-gray) !important;
        }

        #footer_section .footer-content .card {
            background-color: var(--light);
        }


        #footer_section .footer-content .btn-danger {
            background-color: var(--saffron);
            border-color: var(--saffron);
            color: var(--white) !important;
        }

            #footer_section .footer-content .btn-danger:hover,
            #footer_section .footer-content .btn-danger:focus {
                background-color: var(--dark-blue) !important;
                border-color: var(--dark-blue) !important;
                color: var(--light) !important;
            }


        #footer_section .footer-content .btn-info {
            background-color: var(--saffron) !important;
            border-color: var(--saffron) !important;
            color: var(--white) !important;
        }

            #footer_section .footer-content .btn-info:hover,
            #footer_section .footer-content .btn-info:focus {
                background-color: var(--dark-blue) !important;
                border-color: var(--dark-blue) !important;
                color: var(--light) !important;
            }

        #footer_section .footer-content .dropdown-item:hover,
        #footer_section .footer-content .dropdown-item:focus {
            background-color: var(--green);
            color: var(--text-dark) !important;
        }


.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 50px;
}

#footer_section .footer-content .address-details p a {
    color: var(--text-color-dark-gray);
}

    #footer_section .footer-content .address-details p a:hover,
    #footer_section .footer-content .address-details p a:focus {
        color: var(--saffron);
    }

#footer_section .footer-content .c2a-buttons .btn.btn-danger:hover,
#footer_section .footer-content .c2a-buttons .btn.btn-danger:focus {
    background-color: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    color: var(--text-dark) !important;
}

#footer_section .footer-content .c2a-buttons .btn.btn-danger:focus,
#footer_section .footer-content .c2a-buttons .btn.btn-info:focus {
    box-shadow: 0 0 0 0.25rem rgb(138 231 212 / 50%);
}

#footer_section .footer-content .c2a-buttons .btn.btn-info:hover,
#footer_section .footer-content .c2a-buttons .btn.btn-info:focus {
    background-color: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    color: var(--text-dark) !important;
}

#footer_section .footer-content .c2a-buttons .btn.btn-success:hover,
#footer_section .footer-content .c2a-buttons .btn.btn-success:focus {
    background-color: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    color: var(--text-dark) !important;
}

#footer_section .footer-content .dropdown-menu-dark .dropdown-item {
    color: var(--white);
}

    #footer_section .footer-content .dropdown-menu-dark .dropdown-item:hover,
    #footer_section .footer-content .dropdown-menu-dark .dropdown-item:focus {
        background-color: var(--light-green) !important;
        color: var(--text-color-dark-gray);
    }

    #footer_section .footer-content .dropdown-menu-dark .dropdown-item.border-bottom {
        border-color: #3f8cbd !important;
    }

#footer_section .footer-content .card.bg-light {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
}

#patient-info .btn-danger {
    background-color: var(--saffron);
    border-color: var(--saffron);
    color: var(--white) !important;
}

    #patient-info .btn-danger:hover,
    #patient-info .btn-danger:focus {
        background-color: var(--light-blue) !important;
        border-color: var(--light-blue) !important;
        color: var(--text-dark) !important;
    }

#privacy p {
    font-size: 1rem;
    color: var(--text-dark);
    text-align: justify;
}


.access-ramp-icon {
    margin: 10px 0 0px;
    display: inline-block;
    width: 100%;
    padding: 0px;
    text-align: center;
}

    .access-ramp-icon i {
        color: #0047ba;
        float: none;
        font-size: 42px;
        line-height: 50px;
        margin-right: 7px;
        margin-left: 7px;
    }

    .access-ramp-icon span {
        color: #0047ba;
        font-size: 16px;
        text-align: left;
        margin: 0;
        line-height: 1.3;
        display: inline-block;
        font-weight: 300;
    }

        .access-ramp-icon span b {
            font-weight: 600;
        }

#footer_section .footer-menu {
    box-shadow: 0 20px 25px -30px rgb(0 0 0 / 60%);
    background: var(--light);
}

    #footer_section .footer-menu .nav-pills li a {
        color: var(--text-color-gray);
        font-size: 16px;
        border-radius: 0;
        padding: 10px 8px;
    }

        #footer_section .footer-menu .nav-pills li a:hover,
        #footer_section .footer-menu .nav-pills li a:focus {
            color: var(--saffron);
            background: transparent;
        }


    #footer_section .footer-menu .nav-pills .nav-link.active,
    #footer_section .footer-menu .nav-pills .show > .nav-link {
        color: var(--saffron);
        background-color: transparent;
    }

#footer_section .copyright {
    font-size: 14px;
    color: rgba(130, 130, 130, 0.8);
    background: var(--light3);
    letter-spacing: 1px;
}

    #footer_section .copyright a {
        color: rgba(130, 130, 130, 0.8);
    }

        #footer_section .copyright a:hover,
        #footer_section .copyright a:focus {
            color: rgba(130, 130, 130, 5);
        }

.modal-open .modal {
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    backdrop-filter: saturate(180%) blur(15px);
    background-color: rgb(0 0 0 / 20%);
}

.modal-content {
    background-color: var(--white);
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 80px -50px #000;
}

.modal-header {
    border-bottom: 5px solid #f3f3f3;
    padding: 1.2rem 1.5rem;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--saffron);
}

.modal-body {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem;
}

.modal .modal-body a:hover {
    color: var(--green) !important;
}

.modal .modal-body .dr-notes {
    font-size: 18px;
}

    .modal .modal-body .dr-notes ul.list-with-icon {
        padding: 0;
        padding-left: 0;
        display: inline-block;
    }

        .modal .modal-body .dr-notes ul.list-with-icon li {
            position: relative;
            list-style: none;
            padding: 4px 0;
            padding-left: 33px;
            width: 100%;
            float: left;
            text-align: left;
            margin-bottom: 10px;
        }

            .modal .modal-body .dr-notes ul.list-with-icon li:before {
                content: '\f00c';
                font-family: fontAwesome;
                left: 0px;
                position: absolute;
                color: var(--green);
                font-size: 20px;
                line-height: 1.3;
                font-weight: normal;
            }

.modal #safetyRecommendationsVideo {
    border-radius: 6px;
    outline: none;
}

/* Back to top ****/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}

    .back-to-top i {
        background: var(--white);
        color: var(--saffron);
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 20px;
        padding: 0;
        text-shadow: 0 1px 2px rgba(0,0,0,.05);
        border-radius: 4px;
        text-align: center;
    }

.backToTopIsvisible .back-to-top {
    visibility: visible;
    opacity: 1;
}


.back-to-top:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

    .back-to-top:hover i {
        background-color: var(--saffron);
        color: var(--white);
        border-radius: 4px;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }




#share-wrapper {
    z-index: 4;
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);*/
    background-color: rgba(255,255,255,.95);
}

    #share-wrapper li a {
        display: inline-block
    }

        #share-wrapper li a i {
            width: 36px;
            height: 36px;
            background: var(--light);
            color: var(--saffron);
            font-size: 20px;
            line-height: 36px;
            text-align: center;
            border-radius: 4px;
        }

        #share-wrapper li a:focus i,
        #share-wrapper li a:hover i {
            background: var(--saffron);
            color: var(--white);
        }


#expert-advice-widget-bottom-pop-up {
    z-index: 5;
    bottom: 55px;
    right: 10px;
}



#seachBoxCollapseCard {
    /*width: 350px;*/
}

    #seachBoxCollapseCard input.form-control:focus {
        box-shadow: none;
        background: transparent;
        color: var(--text-color-dark-gray);
    }

    #seachBoxCollapseCard:focus-within .card-body {
        background: var(--light-blue) !important;
    }


.bg-danger {
    background-color: var(--saffron) !important;
}

.border-danger {
    border-color: var(--saffron) !important;
}

.text-danger {
    color: var(--saffron) !important;
}

.btn-danger {
    background-color: var(--saffron);
    border-color: var(--saffron);
}


.bg-info {
    background-color: var(--info) !important;
}

.border-info {
    border-color: var(--info) !important;
}

.text-info {
    color: var(--info) !important;
}

.btn-info {
    background-color: var(--info);
    border-color: var(--info);
}


.bg-warning {
    background-color: var(--warning) !important;
}

.border-warning {
    border-color: var(--warning) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.btn-warning {
    background-color: var(--warning);
    border-color: var(--warning);
}


.bg-success {
    background-color: var(--green) !important;
}

.border-success {
    border-color: var(--green) !important;
}

.text-success {
    color: var(--green) !important;
}

.btn-success {
    color: #1a1a1a;
}



.top-c2a-bar .btn-success {
    background: var(--green);
    border-color: var(--green) !important;
    color: var(--text-dark) !important;
    display: none !important;
}

    .top-c2a-bar .btn-success:hover,
    .top-c2a-bar .btn-success:focus {
        background: var(--saffron);
        border-color: var(--saffron) !important;
        color: var(--white) !important;
    }

.top-c2a-bar .btn-danger {
    background: var(--saffron);
    border-color: var(--saffron) !important;
    color: var(--white) !important;
    display: none !important;
}

    .top-c2a-bar .btn-danger:hover,
    .top-c2a-bar .btn-danger:focus {
        background: var(--green) !important;
        border-color: var(--green) !important;
        color: var(--text-dark) !important;
    }


.topbar-bg .social-nav li a {
    background: rgb(255 255 255 / 40%);
    /* color: #fff !important; */
    font-size: 1rem !important;
    padding: 4px !important;
    line-height: 1.8 !important;
}


.topbar-bg .btn-success {
    background: var(--saffron);
    border-color: var(--saffron) !important;
    color: var(--white) !important;
}

    .topbar-bg .btn-success:hover,
    .topbar-bg .btn-success:focus {
        background: var(--light-blue) !important;
        border-color: var(--light-blue) !important;
        color: var(--text-dark) !important;
    }

.topbar-bg .btn-danger {
    background: var(--white);
    border-color: var(--white) !important;
    color: var(--saffron) !important;
}

    .topbar-bg .btn-danger:hover,
    .topbar-bg .btn-danger:focus {
        background: var(--green) !important;
        border-color: var(--green) !important;
        color: var(--text-dark) !important;
    }

.topbar-bg .dropdown-menu {
    min-width: 15rem;
}

    .topbar-bg .dropdown-menu .dropdown-item:hover,
    .topbar-bg .dropdown-menu .dropdown-item:focus {
        background: var(--light-green);
        border-color: var(--light-green);
        color: var(--text-color-dark-gray) !important;
    }

#sub-page #main-slider .carousel-item .carousel-caption {
    margin-top: 60px;
}

#sub-page #main-slider #banner-caption .btn-success:hover,
#sub-page #main-slider #banner-caption .btn-success:focus {
    background: var(--white);
    border-color: var(--white) !important;
    color: var(--text-dark) !important;
}


#sub-page #main-slider #banner-caption .btn-light:hover,
#sub-page #main-slider #banner-caption .btn-light:focus {
    background: var(--green);
    border-color: var(--green) !important;
    color: var(--text-dark) !important;
}

#sub-page #main-slider .carousel-control-next,
#sub-page #main-slider .carousel-control-prev {
    top: 0;
}

#sub-page #main-slider .carousel-inner {
    height: 300px;
    background-color: var(--dark-blue);
}

#sub-page #footer_section {
    box-shadow: none !important;
}

#sub-page #main-slider .carousel-inner .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    backdrop-filter: saturate(180%) blur(15px);
    background-color: rgb(0 0 0 / 20%);
}

#sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a {
    padding: 120px 0 0;
}

    #sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a .h3 {
        color: var(--white);
    }

    #sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a a.btn:hover,
    #sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a a.btn:focus {
        background-color: var(--light-gray);
        border-color: var(--light-gray);
    }

#sub-page #main-content h1 {
    margin-top: 30px;
    text-align: left;
    color: var(--saffron);
}

#main-content .breadcrumb {
    font-size: 16px;
    line-height: 2;
}

    #main-content .breadcrumb .breadcrumb-item a {
        color: var(--saffron);
        text-decoration: none;
    }

        #main-content .breadcrumb .breadcrumb-item a:hover,
        #main-content .breadcrumb .breadcrumb-item a:focus {
            color: var(--text-color-dark-gray);
        }

    #main-content .breadcrumb .breadcrumb-item.active {
        color: var(--text-color-gray);
    }

#main-content .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.7rem;
    padding-left: 0.3rem;
    color: rgb(0 0 0 / 25%);
    content: var(--bs-breadcrumb-divider, "\f105");
    font-family: 'FontAwesome';
}

#sub-page.contact-page #main-content {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

#sub-page.contact-page #footer_section .footer-content {
    padding: 70px 0;
}


#sub-page #main-content .sub-page-image {
    border-radius: 12px;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

    #sub-page #main-content .sub-page-image img {
        border-radius: 0;
        margin: auto;
    }


#main-content #special-offers-slider {
    box-shadow: none !important;
    /*    background: var(--bs-gray-100) !important;*/
    border-radius: 12px;
}

    #main-content #special-offers-slider .carousel-control-next,
    #main-content #special-offers-slider .carousel-control-prev {
        width: 7%;
    }

    #main-content #special-offers-slider .carousel-control-prev {
        left: -20px;
    }

    #main-content #special-offers-slider .carousel-control-prev-icon {
        border-radius: 0 50% 50% 0 !important;
    }

    #main-content #special-offers-slider .carousel-control-next {
        right: -20px;
    }

    #main-content #special-offers-slider .carousel-control-next-icon {
        border-radius: 50% 0 0 50% !important;
    }


.forms-list-with-icon {
}

    .forms-list-with-icon li {
        padding-left: 45px;
    }

        .forms-list-with-icon li:before {
            content: '\f0f6';
            font-family: fontAwesome;
            left: 20px;
            position: absolute;
            color: var(--green);
            font-size: 22px;
            line-height: 1.3;
            font-weight: normal;
            opacity: 0.7;
        }

    .forms-list-with-icon .list-group-item {
        background-color: rgb(0 0 0 / 0.7%);
        border: 1px solid rgb(0 0 0 / 4%);
        margin-bottom: 10px;
        border-radius: 0;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.0);
        -webkit-transition: box-shadow 300ms linear 0s;
        -moz-transition: box-shadow 300ms linear 0s;
        -o-transition: box-shadow 300ms linear 0s;
        transition: box-shadow 300ms linear 0s;
    }

        .forms-list-with-icon .list-group-item .text-blue {
            color: var(--saffron) !important;
        }

        .forms-list-with-icon .list-group-item .text-green {
            color: var(--green) !important;
        }

        .forms-list-with-icon .list-group-item:hover,
        .forms-list-with-icon .list-group-item:focus {
            background-color: rgb(255 255 255 / 1%);
            border: 1px solid rgb(0 0 0 / 5%);
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
            -webkit-transition: box-shadow 300ms linear 0s;
            -moz-transition: box-shadow 300ms linear 0s;
            -o-transition: box-shadow 300ms linear 0s;
            transition: box-shadow 300ms linear 0s;
        }

            .forms-list-with-icon .list-group-item:hover:before,
            .forms-list-with-icon .list-group-item:focus:before {
                opacity: 1;
                color: var(--saffron);
            }

            .forms-list-with-icon .list-group-item:hover .text-secondary,
            .forms-list-with-icon .list-group-item:focus .text-secondary {
                color: var(--text-color-dark-gray) !important;
            }

            .forms-list-with-icon .list-group-item:hover a.btn:hover,
            .forms-list-with-icon .list-group-item:focus a.btn:focus {
                color: var(--text-color-dark-gray) !important;
                background-color: var(--light-green) !important
            }

#main-content #special-offers-slider p,
#main-content #special-offers-slider ol,
#main-content #special-offers-sliderul {
    font-weight: 400;
    text-align: center;
}


#sub-page.contact-page #footer_section {
    box-shadow: none !important;
}

    #sub-page.contact-page #footer_section .maps-section iframe {
        border-radius: 0;
    }

    #sub-page.contact-page #footer_section .access-ramp-icon {
        margin: 40px 0 50px;
        text-align: left;
    }


#sub-page #special-cards {
    padding: 70px 0 210px;
}

    #sub-page #special-cards.disablePaddingBottom {
        padding-bottom: 70px;
    }

#sub-page #expert-advice-widget,
#expert-advice-widget.mobile-mode {
    content-visibility: auto;
    contain: layout;
}

#sub-page.contact-page #footer_section .footer-content {
    content-visibility: visible;
    contain: layout;
}


#sub-page.contact-page #footer_section .copyright,
#sub-page.contact-page #footer_section .footer-menu,
#sub-page.contact-page #footer_section .accreditations,
#sub-page.contact-page #footer_section .maps-section {
    content-visibility: auto;
    contain: layout;
}



/* Contact form styles*/

.contact-form {
    background: var(--white);
    /*border-radius: 0;*/
    border: none;
}

    .contact-form textarea {
        height: 100px
    }

    .contact-form .form-control,
    .contact-form .form-select {
        color: var(--text-dark);
        border-radius: 4px;
    }

    .contact-form .intl-tel-input {
        display: block;
    }

    .contact-form .f-group {
        background: var(--bs-gray-100);
        padding: 10px;
        border-radius: 4px;
    }

    .contact-form label.form-label {
        color: var(--saffron);
    }

    .contact-form #messageTextCounter {
        font-size: 12px;
        opacity: 0.6;
    }

    .contact-form .card-subtitle {
        color: var(--text-color-gray) !important;
        font-weight: 500 !important;
    }




    .contact-form .btn[type=submit]:focus {
        box-shadow: 0 0 0 0.25rem rgb(138 231 212 / 50%);
    }


    .contact-form .f-group .form-control[valid="false"],
    .contact-form .f-group .form-control[aria-invalid="true"],
    .contact-form .f-group .form-select[valid="false"],
    .contact-form .f-group .form-select[aria-invalid="true"] {
        border-color: #dc3545;
        background-repeat: no-repeat;
    }

    .contact-form .f-group .form-control[valid="false"],
    .contact-form .f-group .form-control[aria-invalid="true"] {
        padding-right: calc(1.5em + 0.75rem);
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }

    .contact-form .f-group .form-select[valid="false"],
    .contact-form .f-group .form-select[aria-invalid="true"] {
        padding-right: 4.125rem;
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }

        .contact-form .f-group .form-control[valid="false"]:focus,
        .contact-form .f-group .form-control[aria-invalid="true"]:focus,
        .contact-form .f-group .form-select[valid="false"]:focus,
        .contact-form .f-group .form-select[aria-invalid="true"]:focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
        }

    .contact-form .f-group.has-error .g-recaptcha {
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }


    .contact-form .f-group .form-control[valid="true"],
    .contact-form .f-group .form-control[aria-invalid="false"],
    .contact-form .f-group .form-select[valid="true"],
    .contact-form .f-group .form-select[aria-invalid="false"] {
        border-color: #198754;
        color: #198754;
        background-repeat: no-repeat;
    }

    .contact-form .f-group .form-control[valid="true"],
    .contact-form .f-group .form-control[aria-invalid="false"] {
        padding-right: calc(1.5em + 0.75rem);
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }

    .contact-form .f-group .form-select[valid="true"],
    .contact-form .f-group .form-select[aria-invalid="false"] {
        padding-right: 4.125rem;
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }


    .contact-form .f-group .form-control[valid="true"]:focus,
    .contact-form .f-group .form-control[aria-invalid="false"]:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
    }

    .contact-form .f-group.has-success .g-recaptcha {
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }


.modal-body .contact-form {
    border-radius: 0;
    border: none;
}

.secure-shield {
    margin: 0 0 0 15px;
    display: inline-block;
    width: auto;
}

    .secure-shield .security-shield-icon {
        float: left;
        margin-right: 7px;
        width: 42px;
        height: 42px;
    }

    .secure-shield p {
        color: var(--text-color-gray);
        font-size: 12px !important;
        font-weight: 400;
        text-align: left;
        margin: 0;
        line-height: 1.2;
        display: inline-block;
    }

.contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--text-dark);
}

.contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--text-dark);
}

.contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: var(--text-dark);
}

.contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--text-dark);
}



#complimentary_consultation .contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--text-white);
}

#complimentary_consultation .contact-form .form-select {
    color: var(--text-white) !important;
    border: 1px solid #ffff;
}

.contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--text-white);
}

.contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: var(--text-white);
}

.contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--text-white);
}



/* Contact form styles*/


/*3rd level menu css*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}



.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }


.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.455em;
    vertical-align: -0.045em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.4em solid;
    color: #1f244187;
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 99%;
}

/*3rd menu level css ends*/


.topbar-bg {
    background-color: var(--white-transparent);
}

    .topbar-bg .btn:hover,
    .topbar-bg .btn:focus,
    .topbar-bg .btn-outline-danger.dropdown-toggle.show,
    .topbar-bg .btn-outline-danger:active {
        color: #fff;
        background-color: #f58e32;
    }

    .topbar-bg .btn:focus {
        box-shadow: 0 0 0 0.25rem rgb(138 231 212 / 30%) !important;
    }


    .topbar-bg .dropdown-menu-dark .dropdown-item {
        color: var(--white);
    }

        .topbar-bg .dropdown-menu-dark .dropdown-item.border-bottom {
            border-bottom: 1px solid #3e8abb !important;
        }


    .topbar-bg .hstack .vr {
        background-color: var(--text-color-gray);
        opacity: 0.2;
    }


    .topbar-bg .btns {
        display: flex;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
    }

        .topbar-bg .btns a {
            margin-right: 10px;
            margin-left: 10px;
            display: inline-block;
            font-size: 14px;
            font-family: "Red Hat Display", sans-serif;
            font-weight: 500;
            display: inline-block;
            padding: 2px 8px;
            letter-spacing: 1px;
            transition: all 0.3s;
            text-transform: uppercase;
            color: #1A1A1A;
        }

        .topbar-bg .btns .btn {
            margin-right: 0;
            padding: 15px 30px;
            color: #fff;
        }


#Quick-Contact-switcher {
    position: fixed;
    z-index: 1000;
    top: 180px;
    right: -170px;
    width: 170px;
    background: #fff;
    padding: 20px 0 20px 20px;
    border-left: 4px solid var(--saffron);
    border-right: none;
    box-shadow: -2px 0 4px rgba(0,0,0,.1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#toggle-switcher {
    display: block;
    width: 106px;
    height: auto;
    background: var(--saffron);
    position: absolute;
    left: -110px;
    top: 54px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.3);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right: none;
    padding: 0 0;
    margin: 0 0;
    white-space: pre-line;
    box-shadow: -2px 0 4px rgba(0,0,0,.1);
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -moz-animation-name: epilepsy;
    -webkit-animation-name: epilepsy;
    -o-animation-name: epilepsy;
    animation-name: epilepsy;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate
}

#Quick-Contact-switcher p {
}

#Quick-Contact-switcher .sidePanelDoct {
    color: #595a5c;
    font-size: 19px;
    font-weight: 700;
    margin: 4px 0 10px;
    border-bottom: 2px dotted #ccc;
    padding: 0 0 8px;
    text-align: center;
    line-height: 1.1
}

    #Quick-Contact-switcher .sidePanelDoct b {
        font-weight: 700;
        color: #f1686a
    }

.quick-contact-tab {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

    .quick-contact-tab.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        transition: all .6s
    }

    .quick-contact-tab.is-fade-out {
        opacity: 1
    }

#sub_page #main-content h1 {
    font-size: 32px;
    font-weight: 400;
}

#sub_page #main-content .cover .big {
    font-size: 32px !important;
}

#sub_page #main-content .cover span {
    font-weight: 700;
    font-size: 18px !important;
    padding-top: 15px;
}

#accreditations_section {
    margin-bottom: 180px;
}

.fs-9 {
    font-size: 11px !important;
    text-align: center;
}
/*lightbox css*/

.lightbox .ratio-16x9 {
    background: none !important;
}

.lightbox .ratio img {
    border: 5px solid #f3f2f2;
}

.lightbox .modal-body {
    margin-bottom: 0px !important;
}

.lightbox .modal-xl {
    max-width: 100%;
}

.lightbox .modal-content {
    box-shadow: none;
}

.lightbox .p-3 {
    padding: 10px !important;
}

.lightbox .btn-close {
    width: 1em;
    height: 1em;
    border: 0;
    border-radius: 2.25rem;
    opacity: 1;
    background-color: #b3b3b3 !important;
    right: 62px !important;
    top: -14px !important;
    /*border: 5px solid #043e5e;*/
}

.lightbox .carousel-control-next {
    right: 90px;
}

.lightbox .carousel-control-prev {
    left: 90px;
}

.lightbox .carousel-control-next, .lightbox .carousel-control-prev {
    width: 4.5%;
    /*background-color: #b3b3b3 !important;
    border-radius: 25rem;*/
}

.lightbox .h-75 {
    height: 8.5% !important;
}

#tech hr {
    height: 3px;
    color: #1090d9;
    opacity: 1;
}

#accordion-section .accordion-item {
    border: 2px solid rgba(15, 107, 152, 0.31) !important;
    margin-top: 20px;
}

#accordion-section .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1090d9 !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

#accordion-section .accordion-body p {
    font-size: 16px !important;
}
/*light box css ends*/

#easy_contact .easy-contact-btn {
    background-color: var(--saffron);
    color: var(--white) !important;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

#easy_contact a {
    font-weight: 100 !important;
    color: var(--saffron);
    font-size: 16px !important;
}

#easy_contact .box {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    /*transition: all 1s ease;*/
}

    #easy_contact .box:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2); /* IE 9 */
        -webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
    }


#easy_contact a:hover {
    color: var(--text-color-gray) !important;
}

/*why us*/

#why_us {
    z-index: 1;
}

    #why_us .card-body p {
        font-size: 18px;
        font-weight: 400;
    }

    #why_us .container-fluid {
        background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.85) 100%);
        margin-top: -28%;
        max-width: 100%;
        transform: translate(0px, -30px);
    }

    #why_us p.title {
        /*margin-top:40px;*/
    }

    #why_us .container-fluid::after {
        content: "";
        position: absolute;
        right: 8%;
        top: -52px;
        background: url(../img/logo-pattern.svg);
        background-repeat: no-repeat;
        width: 448px;
        height: 180px;
        transition: all .9s;
    }

    #why_us .container-fluid:hover::after {
        transform: scale(1.05);
    }

    #why_us .card img {
        transition: all .5s linear;
    }

    #why_us .card:hover img {
        transform: scale(1.1);
    }


    #why_us .box {
        padding: 100px 8% 50px 8%;
    }


#Discover_Invisalign {
    position: relative;
    margin-top: -19%;
    z-index: 0;
}


    #Discover_Invisalign:before {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        bottom: 0;
        width: 100%;
    }

    #Discover_Invisalign .bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 60%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all 1s;
        background-image: url('../img/discover-invisalign.jpg');
    }

#Discover_Invisalign {
    position: relative;
    overflow: hidden;
}

    #Discover_Invisalign:hover .bg {
        transform: scale(1.05);
    }

    #Discover_Invisalign .text {
        max-width: 35%;
        padding: 482px 0 350px;
        position: relative;
        /* z-index: 2;*/
        -ms-align-self: center;
        align-self: center;
        /*  background-image: url(../img/logo-pattern-white-2.svg);*/
        background-repeat: no-repeat;
        background-position: center 35%;
        background-size: contain;
    }

    #Discover_Invisalign .logo-pattern {
        position: relative;
    }

        #Discover_Invisalign .logo-pattern:before {
            content: "";
            position: absolute;
            left: 0%;
            top: 410px;
            background: url(../img/logo-pattern.svg);
            background-repeat: no-repeat;
            width: 448px;
            height: 180px;
            transition: all .9s;
            filter: brightness(10) contrast(0) invert(1);
            -o-filter: brightness(10) contrast(0) invert(1);
            -ms-filter: brightness(10) contrast(0) invert(1);
            -moz-filter: brightness(10) contrast(0) invert(1);
            -webkit-filter: brightness(10) contrast(0) invert(1);
            opacity: 0.2;
        }

    #Discover_Invisalign p.title {
    }

/*meet the doctor*/
#meet_the_doctor {
    margin-top: -70px;
    background: rgb(255 255 255 / 0%) url(../img/meet-dr-bg.png) center center no-repeat scroll;
}

    #meet_the_doctor .text-align {
        width: 75%;
    }

    #meet_the_doctor h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #meet_the_doctor p {
        margin-bottom: 25px;
    }

#black_container .container {
    position: relative;
    margin-top: -70px;
    padding-bottom: 65px;
    z-index: 0;
}

    #black_container .container:before {
        background: #262626 none;
        content: "";
        position: absolute;
        margin: 0 auto;
        border-radius: 8px;
        z-index: -1;
        width: 100%;
        /* height: 210vh; */
        min-height: 270vh;
        display: block;
    }

#sub_page #black_container .container-fluid {
    position: relative;
    margin-top: 22px;
    padding-bottom: 15px;
    z-index: 0;
}

    #sub_page #black_container .container-fluid:before {
        background: #262626 none;
        content: "";
        position: absolute;
        margin: auto;
        border-radius: 8px;
        z-index: -1;
        width: 80%;
        height: 700px;
        display: block;
        left: 10%;
    }

#sub_page #black_container:before {
    /*height: 120vh;*/
    min-height: 0vh;
}

#sub_page #black_container {
    /* margin-top:0;
    z-index:0;*/

    margin-top: -70px;
    z-index: 0;
}

#sub-page .slick-carousel {
    margin: 0 auto;
    width: auto;
    margin-top: 70px;
}

.slick-carousel {
    margin: 0 auto;
    width: auto;
}

/* The width of each slide */
.slick-slide {
    /*  width: 350px;*/
}

#black_container .slick-next {
    right: 100px;
}

#black_container .slick-prev {
    left: 120px;
    z-index: 1;
}

#black_container .slick-next, #black_container .slick-prev {
    margin-top: 25px;
    position: absolute;
    top: calc(50% - 44px);
    width: 88px;
    height: 88px;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 400;
    background: rgba(245, 142, 50, 0.7);
    font-size: 0;
    line-height: 0;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}


.slick-next::before, .slick-prev::before {
    color: rgba(245, 142, 50, 0.7);
    font-size: 64px;
    opacity: 1;
}

#black_container .slick-carousel img {
    border-radius: 16px;
    width: 100%;
    padding: 8px;
}

#black_container .slick-carousel .keywords {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    padding: 0 0 50px;
    color: #f58e32;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 2;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#black_container a.box {
    position: relative;
}


#black_container .slick-carousel-stunning-smiles a.box:before,
#black_container .slick-carousel-stunning-smiles-static a.box:before {
    background: none !important;
}



#black_container a.box:hover p.keywords {
    transform: translate(0px, 20px);
    font-weight: bolder;
}


.short_note {
    display: none;
}

#black_container .box_content:hover .box_content {
    transition: all .3s;
}

#black_container .box_content .keywords {
    font-size: 18px;
}

#black_container .box_content:hover p.keywords {
    transform: translate(0px, -80px) !important;
}

#black_container .box_content:hover .short_note {
    transform: translate(0px, -120px);
    display: block;
    position: absolute;
    padding-left: 20px;
    padding-right: 15px;
    color: #fff !important;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 25px;
}


#black_container .slick-carousel-stunning-smiles img,
#black_container .slick-carousel-smile-gallery img,
#black_container .slick-carousel-smile-gallery-thumbnail img,
#black_container .slick-carousel-stunning-smiles-static img {
    border-radius: 16px;
    padding: 8px;
    transition: all .3s;
}

    #black_container .slick-carousel-stunning-smiles img:hover,
    #black_container .slick-carousel-smile-gallery img:hover,
    #black_container .slick-carousel-smile-gallery-thumbnail img:hover,
    #black_container .slick-carousel-stunning-smiles-static img:hover {
        transform: scale(1.1);
    }

#black_container .slick-carousel-stunning-smiles-static img {
    width: 95%;
}

.slick-carousel-smile-gallery img {
    width: 100% !important;
    padding: 5px;
    border-radius: 16px;
}

/*#black_container a.box:before{
    background:none;
}*/

.slick-carousel a {
    position: relative;
}

    .slick-carousel a:before {
        border-radius: 8px;
        margin: 0px 8px 6px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        z-index: 1;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 60%);
        transition: all .3s;
    }
/*slick slider end*/
/*meet the doctor end*/
#Wall_stunning_smiles p.title {
    font-size: 32px !important;
    padding-top: 60px;
}

#Wall_stunning_smiles p {
    z-index: 1;
    position: relative;
}
/*why us ends*/
/*office tour*/
#office_tour {
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
}

    #office_tour .content:before {
        content: "";
        position: absolute;
        right: 5%;
        top: 22%;
        background: url(../img/logo-pattern.svg);
        background-repeat: no-repeat;
        width: 500px;
        height: 180px;
        transition: all .9s;
        filter: brightness(10) contrast(0) invert(1);
        -o-filter: brightness(10) contrast(0) invert(1);
        -ms-filter: brightness(10) contrast(0) invert(1);
        -moz-filter: brightness(10) contrast(0) invert(1);
        -webkit-filter: brightness(10) contrast(0) invert(1);
        opacity: 0.2;
    }


/*office tour ends*/

/*free consultation*/
#Free_Consultation .bg {
    background-image: url('../img/free_consultation.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    /*z-index: -1;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 2s;
    position: relative;
}

#Free_Consultation {
    position: relative;
    overflow: hidden;
}

    #Free_Consultation:hover .bg {
        transform: scale(1.02);
    }

    #Free_Consultation .bg:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        content: "";
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        opacity: .7;
    }

    #Free_Consultation .content {
        z-index: 1;
        position: relative;
    }

/*free consultation ends*/

#map-block #map {
    height: 725px;
    background: var(--lightGrayColor);
    position: relative;
    z-index: 0;
}


.map_contact {
    width: 20%;
    margin-top: 90px;
    z-index: 1;
    padding: 7% 30px 5% 3%;
    border-radius: 8px;
    position: absolute;
    background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.85) 100%);
}

    .map_contact:before {
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
        border-radius: 0px 4px 0px 0px;
        width: 12px;
        height: 80%;
        content: "";
    }

#map-block .map_contact p.title {
    margin-bottom: 30px;
    line-height: 1.2;
}

#map-block p.address {
    margin-bottom: 1rem;
}

#map-block p.phone {
    margin-top: 30px;
    margin-bottom: 40px;
}

#gray-bg .invisalign {
    padding-top: 150px;
}


/*sub page banners*/
#sub_page .topbar-bg {
    position: relative;
    z-index: 2;
}

#complimentary-in-office-consultation {
    background-image: url(../img/sub-page-banner/cfo-hero-consult-new.webp);
    position: relative;
    margin-top: -168px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    height: 1200px;
}

    #complimentary-in-office-consultation:after {
        background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 30%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        content: "";
        width: 100%;
    }

#invisalign,
#bracess,
#orthodontic_treatment,
#early_treatment,
#two_phase_treatment,
#laser_treatment,
#accelerated_ot,
#corrective_jaw_surgery,
#retainers,
#patient_information,
#first_visit,
#common_orthodontic_p,
#costs,
#patient-information,
#smile_rewards,
#life_with_braces,
#orthodontic_faq,
#treatments,
#contact_us_bg,
#dr_narula,
#the_team,
#why_choose_us,
#office_tour_bg,
#practice_events,
#about-us,
#smile-gallery,
#find-us,
#ptc {
    background-size: cover;
}

    #invisalign .btn,
    #bracess .btn,
    #orthodontic_treatment .btn,
    #early_treatment .btn,
    #two_phase_treatment .btn,
    #laser_treatment .btn,
    #accelerated_ot .btn,
    #corrective_jaw_surgery .btn,
    #retainers .btn,
    #patient_information .btn,
    #first_visit .btn,
    #common_orthodontic_p .btn,
    #costs .btn,
    #patient-information .btn,
    #smile_rewards .btn,
    #life_with_braces .btn,
    #orthodontic_faq .btn,
    #treatments .btn,
    #contact_us_bg .btn,
    #dr_narula .btn,
    #the_team .btn,
    #why_choose_us .btn,
    #office_tour_bg .btn,
    #practice_events .btn,
    #about-us .btn,
    #smile-gallery .btn,
    #find-us .btn,
    #ptc .btn {
        color: #fff !important;
    }

#invisalign {
    background-image: url(../img/sub-page-banner/invi-adult-3.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin-top: -167px;
    height: 765px;
    background-position-x: right;
    background-position-y: -50px;
}


#bracess {
    background-image: url('../img/sub-page-banner/bracs-hero_new.jpg');
    background-repeat: no-repeat;
    position: relative;
    margin-top: -167px;
    height: 765px;
    background-position-x: right;
    background-position-y: -50px;
}

#orthodontic_treatment {
    background-image: url('../img/sub-page-banner/adult-treatment1.jpg');
    background-repeat: no-repeat;
    position: relative;
    margin-top: -167px;
    height: 765px;
}

#early_treatment {
    background-image: url('../img/sub-page-banner/early-treatment-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -167px;
    height: 765px;
}

#laser_treatment {
    background-image: url('../img/sub-page-banner/laser-hero-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -167px;
    height: 765px;
}

#two_phase_treatment {
    background-image: url('../img/sub-page-banner/child-treatment-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -167px;
    height: 765px;
}

#accelerated_ot {
    background-image: url('../img/sub-page-banner/accelerated-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#corrective_jaw_surgery {
    background-image: url('../img/sub-page-banner/jaw-treatment-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#retainers {
    background-image: url('../img/sub-page-banner/retainer-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#patient_information {
    background-image: url('../img/sub-page-banner/form-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#first_visit {
    background-image: url('../img/sub-page-banner/location-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#common_orthodontic_p {
    background-image: url('../img/sub-page-banner/common-probs-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#patient-information {
    background-image: url('../img/sub-page-banner/patient-info_09.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 725px;
}

#costs {
    background-image: url('../img/sub-page-banner/cost_9.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#smile_rewards {
    background-image: url('../img/sub-page-banner/patient-reward-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#life_with_braces {
    background-image: url('../img/sub-page-banner/clear-braces-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#orthodontic_faq {
    background-image: url('../img/sub-page-banner/clear-brace-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#treatments {
    background-image: url('../img/sub-page-banner/treatment-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#contact_us_bg {
    background-image: url('../img/sub-page-banner/location-07.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#dr_narula {
    background-image: url('../img/sub-page-banner/team-featured-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    min-height: 1000px;
}

#the_team {
    background-image: url('../img/sub-page-banner/team8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 920px;
}

#why_choose_us {
    background-image: url('../img/sub-page-banner/practice6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#office_tour_bg {
    background-image: url('../img/sub-page-banner/location-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#practice_events {
    background-image: url('../img/sub-page-banner/practice-event-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#about-us {
    background-image: url('../img/sub-page-banner/about-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#smile-gallery {
    background-image: url('../img/sub-page-banner/gallery-hero-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#find-us {
    background-image: url('../img/sub-page-banner/location-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 755px;
}

#ptc {
    background-image: url('../img/sub-page-banner/inset-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -210px;
    height: 600px;
}

    #complimentary-in-office-consultation .cover,
    #invisalign .cover,
    #bracess .cover,
    #orthodontic_treatment .cover,
    #early_treatment .cover,
    #laser_treatment .cover,
    #two_phase_treatment .cover,
    #accelerated_ot .cover,
    #corrective_jaw_surgery .cover,
    #retainers .cover,
    #patient_information .cover,
    #first_visit .cover,
    #common_orthodontic_p .cover,
    #patient-information .cover,
    #costs .cover,
    #smile_rewards .cover,
    #life_with_braces .cover,
    #orthodontic_faq .cover,
    #treatments .cover,
    #contact_us_bg .cover,
    #dr_narula .cover,
    #the_team .cover,
    #why_choose_us .cover,
    #office_tour_bg .cover,
    #practice_events .cover,
    #about-us .cover,
    #smile-gallery .cover,
    #find-us .cover,
    #ptc .cover {
        position: relative;
        z-index: 1;
    }

#complimentary-in-office-consultation:after {
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 30%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
}

#invisalign::before, #bracess::before,
#orthodontic_treatment::before,
#early_treatment::before,
#laser_treatment::before,
#two_phase_treatment::before,
#accelerated_ot::before,
#corrective_jaw_surgery::before,
#retainers::before,
#patient_information::before,
#first_visit::before,
#common_orthodontic_p::before,
#patient-information::before,
#costs::before,
#smile_rewards::before,
#life_with_braces::before,
#orthodontic_faq::before,
#treatments::before,
#contact_us_bg::before,
#dr_narula::before,
#the_team::before,
#why_choose_us::before,
#office_tour_bg::before,
#practice_events::before,
#about-us::before,
#smile-gallery::before,
#find-us::before,
#ptc::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 40%, rgba(0, 0, 0, 0) 60%);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    width: 100%;
    content: "";
    /*z-index: 1;*/
    z-index: 0;
}


#invisalign .container,
#bracess .container,
#orthodontic_treatment .container,
#early_treatment .container,
#laser_treatment .container,
#two_phase_treatment .container,
#accelerated_ot .container,
#corrective_jaw_surgery .container,
#retainers .container,
#patient_information .container,
#first_visit .container,
#common_orthodontic_p .container,
#patient-information .container,
#costs .container,
#smile_rewards .container,
#life_with_braces .container,
#orthodontic_faq .container,
#treatments .container,
#contact_us_bg .container,
#dr_narula .container,
#the_team .container,
#why_choose_us .container,
#office_tour_bg .container,
#practice_events .container,
#about-us .container,
#smile-gallery .container,
#find-us .container,
#ptc .container {
    padding-top: 285px;
}

#complimentary-in-office-consultation .container {
    padding: 230px 0px 0px;
}

/*sub page banners ends*/
/*sub page free consultation section*/
#free_consultation_invisalign .get_to_know,
#free_consultation_bracess .cover,
#free_consultation_orthodontics .cover,
#free_consultation_happy_smiles_start .cover,
#free_consultation_healthy_smile .cover,
#free_consultation_laser_treatment .cover,
#free_consultation_accelerated_treatment .cover,
#free_consultation_custom_quote .cover,
#free_consultation_brand_smile .cover,
#free_consultation_forever_smile .cover,
#complimentary_consultation .cover,
#free_consultation_professional_treatment .cover,
#free_consultation_your_smile .cover,
#free_consultation_start_working .cover,
#free_consultation_brace_care .cover,
#free_consultation_have_questions .cover,
#free_consultation_Narula .cover,
#free_consultation_team .cover,
#free_consultation_see_the_difference .cover,
#free_consultation_office_tour .cover,
#free_consultation_custom_quote .cover,
#get_started .cover,
#types_of_braces .cover,
#benefits_adult_orthodontic .cover,
#early_treatment_why .cover,
#early_treatment_when .cover,
#early_treatment_what .cover,
#early_treatment_invisalign .cover,
#what_is_two_phase_treatment .cover,
#what_is_laser_treatment .cover,
#laser_treatment_who .cover,
#what_is_mop .cover,
#accelerated_treatment_candidate .cover,
#corrective_jaw_surgery_how .cover,
#need_jaw_surgery .cover,
#retainers_types .cover,
#removable_retainers .cover,
#first_visit_consultation .cover,
#afford_orthodontic .cover,
#first_visit_cancel .cover,
#rewards_program .cover,
#finance_options .cover,
#paymentcalculator .cover,
#current_points .cover,
#insurance .cover,
#braces_cleaning .cover {
    position: relative;
    z-index: 1;
}

#free_consultation_invisalign .bg:after {
    background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



#free_consultation_invisalign .bg {
    background-image: url('../img/free-consultation/invi-7.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position: relative;
    background-size: contain;
    transition: all 2s;
}

#free_consultation_invisalign {
    position: relative;
    overflow: hidden;
}

    #free_consultation_invisalign:hover .bg {
        transform: scale(1.02);
    }


#free_consultation_bracess .bg {
    background-image: url('../img/free-consultation/braces-4.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_bracess {
    position: relative;
    overflow: hidden;
}

    #free_consultation_bracess:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_bracess .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_orthodontics .bg {
    background-image: url('../img/free-consultation/adult-02.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_orthodontics {
    position: relative;
    overflow: hidden;
}

    #free_consultation_orthodontics:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_orthodontics .bg:after {
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_happy_smiles_start .bg {
    background-image: url('../img/free-consultation/teen-6.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}


#free_consultation_happy_smiles_start {
    position: relative;
    overflow: hidden;
}

    #free_consultation_happy_smiles_start:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_happy_smiles_start .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#free_consultation_healthy_smile .bg {
    background-image: url('../img/free-consultation/two-phase-treatment-02.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_healthy_smile {
    position: relative;
    overflow: hidden;
}

    #free_consultation_healthy_smile:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_healthy_smile .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_laser_treatment .bg {
    background-image: url('../img/free-consultation/laser-03.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_laser_treatment {
    position: relative;
    overflow: hidden;
}

    #free_consultation_laser_treatment:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_laser_treatment .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_accelerated_treatment .bg {
    background-image: url('../img/free-consultation/accelerated-04.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_accelerated_treatment {
    position: relative;
    overflow: hidden;
}


    #free_consultation_accelerated_treatment:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_accelerated_treatment .bg:after {
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_custom_quote .bg {
    background-image: url('../img/free-consultation/cost-2.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_custom_quote {
    position: relative;
    overflow: hidden;
}


    #free_consultation_custom_quote:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_custom_quote .bg:after {
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#free_consultation_brand_smile .bg {
    background-image: url('../img/free-consultation/jaw-surgery-03.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#free_consultation_brand_smile {
    position: relative;
    overflow: hidden;
}

    #free_consultation_brand_smile:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_brand_smile .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_forever_smile .bg {
    background-image: url('../img/free-consultation/retainers-2.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_forever_smile {
    position: relative;
    overflow: hidden;
}

    #free_consultation_forever_smile:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_forever_smile .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_team .bg {
    background-image: url('../img/free-consultation/team2.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_team {
    position: relative;
    overflow: hidden;
}

    #free_consultation_team:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_team .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#get_started .bg {
    background-image: url('../img/free-consultation/visit-12.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#get_started {
    position: relative;
    overflow: hidden;
}

    #get_started:hover .bg {
        transform: scale(1.02);
    }

    #get_started .bg:after {
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#free_consultation_professional_treatment .bg {
    background-image: url('../img/free-consultation/common-probs-03.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_professional_treatment {
    position: relative;
    overflow: hidden;
}


    #free_consultation_professional_treatment:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_professional_treatment .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#free_consultation_your_smile .bg {
    background-image: url('../img/free-consultation/smile-gallery-2.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_your_smile {
    position: relative;
    overflow: hidden;
}


    #free_consultation_your_smile:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_your_smile .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_start_working .bg {
    background-image: url('../img/free-consultation/smile-10.jpg');
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_start_working {
    position: relative;
    overflow: hidden;
}

    #free_consultation_start_working:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_start_working .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#free_consultation_brace_care .bg {
    background-image: url('../img/free-consultation/lifewith-braces-3.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_brace_care {
    position: relative;
    overflow: hidden;
}

    #free_consultation_brace_care:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_brace_care .bg:after {
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_have_questions .bg {
    background-image: url('../img/free-consultation/faq-3.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_have_questions {
    position: relative;
    overflow: hidden;
}

    #free_consultation_have_questions:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_have_questions .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_Narula .bg {
    background-image: url('../img/free-consultation/dr-mina.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_Narula {
    position: relative;
    overflow: hidden;
}

    #free_consultation_Narula:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_Narula .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_see_the_difference .bg {
    background-image: url('../img/free-consultation/why-3.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_see_the_difference {
    position: relative;
    overflow: hidden;
}

    #free_consultation_see_the_difference:hover .bg {
        transform: scale(1.02);
    }


    #free_consultation_see_the_difference .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#free_consultation_office_tour .bg {
    background-image: url('../img/free-consultation/find-us-4.jpg');
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    transition: all 2s;
    width: 100%;
}

#free_consultation_office_tour {
    position: relative;
    overflow: hidden;
}

    #free_consultation_office_tour:hover .bg {
        transform: scale(1.02);
    }

    #free_consultation_office_tour .bg:after {
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#free_consultation_invisalign .fs-32, #free_consultation_bracess .fs-32 {
    font-size: 32px;
}

#free_consultation_invisalign .btn-success, #free_consultation_bracess .btn-success {
    color: var(--text-dark);
}


#complimentary_consultation {
    background-image: url('../img/consult-hero.jpg');
    height: 1045px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    #complimentary_consultation:after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        content: "";
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        opacity: .7;
    }

#types_of_braces .bg {
    /* background-image: url('../img/services/background/braces_3.jpg');*/
    background-image: url(../img/services/background/braces_3.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#types_of_braces {
    position: relative;
    overflow: hidden;
}

    #types_of_braces:hover .bg {
        transform: scale(1.02);
    }

    #types_of_braces .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#benefits_adult_orthodontic .bg {
    background-image: url(../img/services/background/adult-2.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#benefits_adult_orthodontic {
    position: relative;
    overflow: hidden;
}

    #benefits_adult_orthodontic:hover .bg {
        transform: scale(1.02);
    }

    #benefits_adult_orthodontic .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#early_treatment_why .bg {
    background-image: url(../img/services/background/early-01.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#early_treatment_why {
    position: relative;
    overflow: hidden;
}

    #early_treatment_why:hover .bg {
        transform: scale(1.02);
    }

    #early_treatment_why .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#early_treatment_when .bg {
    background-image: url(../img/services/background/early-1.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#early_treatment_when {
    position: relative;
    overflow: hidden;
}

    #early_treatment_when:hover .bg {
        transform: scale(1.02);
    }


    #early_treatment_when .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#early_treatment_what .bg {
    background-image: url(../img/services/background/early-03.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#early_treatment_what {
    position: relative;
    overflow: hidden;
}

    #early_treatment_what:hover .bg {
        transform: scale(1.02);
    }

    #early_treatment_what .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#early_treatment_invisalign .bg {
    background-image: url(../img/services/background/early-3.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#early_treatment_invisalign {
    position: relative;
    overflow: hidden;
}

    #early_treatment_invisalign:hover .bg {
        transform: scale(1.02);
    }

    #early_treatment_invisalign .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#what_is_two_phase_treatment .bg {
    background-image: url(../img/services/background/two-phase-treatment-01.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#what_is_two_phase_treatment {
    position: relative;
    overflow: hidden;
}

    #what_is_two_phase_treatment:hover .bg {
        transform: scale(1.02);
    }


    #what_is_two_phase_treatment .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#what_is_laser_treatment .bg {
    background-image: url(../img/services/background/laser-8.jpg);
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#what_is_laser_treatment {
    position: relative;
    overflow: hidden;
}

    #what_is_laser_treatment:hover .bg {
        transform: scale(1.02);
    }

    #what_is_laser_treatment .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#laser_treatment_who .bg {
    background-image: url(../img/services/background/laser-14.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#laser_treatment_who {
    position: relative;
    overflow: hidden;
}

    #laser_treatment_who:hover .bg {
        transform: scale(1.02);
    }

    #laser_treatment_who .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#what_is_mop .bg {
    background-image: url(../img/services/background/acc-1.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#what_is_mop {
    position: relative;
    overflow: hidden;
}

    #what_is_mop:hover .bg {
        transform: scale(1.02);
    }

    #what_is_mop .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#accelerated_treatment_candidate .bg {
    background-image: url(../img/services/background/accelerated-2.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#accelerated_treatment_candidate {
    position: relative;
    overflow: hidden;
}

    #accelerated_treatment_candidate:hover .bg {
        transform: scale(1.02);
    }

    #accelerated_treatment_candidate .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#corrective_jaw_surgery_how .bg {
    background-image: url(../img/services/background/jaw-surgery-01.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#corrective_jaw_surgery_how {
    position: relative;
    overflow: hidden;
}

    #corrective_jaw_surgery_how:hover .bg {
        transform: scale(1.02);
    }

    #corrective_jaw_surgery_how .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#need_jaw_surgery .bg {
    background-image: url(../img/services/background/jaw-4.jpg);
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#need_jaw_surgery {
    position: relative;
    overflow: hidden;
}

    #need_jaw_surgery:hover .bg {
        transform: scale(1.02);
    }

    #need_jaw_surgery .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#retainers_types .bg {
    background-image: url(../img/services/background/retainers-01.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#retainers_types {
    position: relative;
    overflow: hidden;
}

    #retainers_types:hover .bg {
        transform: scale(1.02);
    }


    #retainers_types .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#removable_retainers .bg {
    background-image: url(../img/services/background/retainers-02.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#removable_retainers {
    position: relative;
    overflow: hidden;
}

    #removable_retainers:hover .bg {
        transform: scale(1.02);
    }

    #removable_retainers .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#first_visit_consultation .bg {
    background-image: url(../img/services/background/first-3.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#first_visit_consultation {
    position: relative;
    overflow: hidden;
}

    #first_visit_consultation:hover .bg {
        transform: scale(1.02);
    }

    #first_visit_consultation .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#afford_orthodontic .bg {
    background-image: url(../img/services/background/visit11.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#afford_orthodontic {
    position: relative;
    overflow: hidden;
}

    #afford_orthodontic:hover .bg {
        transform: scale(1.02);
    }

    #afford_orthodontic .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#first_visit_cancel .bg {
    background-image: url(../img/services/background/first-2.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#first_visit_cancel {
    position: relative;
    overflow: hidden;
}

    #first_visit_cancel:hover .bg {
        transform: scale(1.02);
    }

    #first_visit_cancel .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#rewards_program .bg {
    background-image: url(../img/services/background/common-probs-8.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#rewards_program {
    position: relative;
    overflow: hidden;
}

    #rewards_program:hover .bg {
        transform: scale(1.02);
    }

    #rewards_program .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#finance_options .bg {
    background-image: url(../img/services/background/cost-14.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#finance_options {
    position: relative;
    overflow: hidden;
}

    #finance_options:hover .bg {
        transform: scale(1.02);
    }

    #finance_options .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#paymentcalculator .bg {
    background-image: url(../img/services/background/cost-13.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#paymentcalculator {
    position: relative;
    overflow: hidden;
}

    #paymentcalculator:hover .bg {
        transform: scale(1.02);
    }

    #paymentcalculator .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#current_points .bg {
    background-image: url(../img/services/background/reward-2.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#current_points {
    position: relative;
    overflow: hidden;
}

    #current_points:hover .bg {
        transform: scale(1.02);
    }

    #current_points .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#insurance .bg {
    background-image: url(../img/services/background/Insurance.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: right;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#insurance {
    position: relative;
    overflow: hidden;
}

    #insurance:hover .bg {
        transform: scale(1.02);
    }

    #insurance .bg:after {
        content: "";
        background: linear-gradient(to right, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



#braces_cleaning .bg {
    background-image: url(../img/services/background/life-with-braces-4.jpg);
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    background-position: left;
    background-size: contain;
    width: 100%;
    transition: all 2s;
}

#braces_cleaning {
    position: relative;
    overflow: hidden;
}

    #braces_cleaning:hover .bg {
        transform: scale(1.02);
    }

    #braces_cleaning .bg:after {
        content: "";
        background: linear-gradient(to left, #000 45%, rgba(255, 255, 255, 0) 75%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

/*sub page free consulationa ends*/
/*sub page css*/



#sub_page .contact-form, #sub_page .contact-form .f-group {
    background: #fff0;
}

#sub_page .form-control, #sub_page .form-select {
    /*  padding: 12px 45px;*/
    background-color: #fff0;
    border: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#sub_page #complimentary-in-office-consultation .form-control, #sub_page .form-select {
    /* padding: 12px 45px;*/
    background-color: #fff0;
    border: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#complimentary_consultation .form-control {
    /* padding: 12px 45px;*/
    background-color: #fff0;
    border: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}






#sub_page .form-text {
    color: var(--text-dark);
}

#sub_page #complimentary_consultation .form-text {
    color: var(--text-white);
    font-size: 16px;
}

#sub_page #complimentary_consultation .form-control-plaintext {
    color: var(--text-white);
    font-size: 16px;
    padding-left: 8px;
}

#sub_page .contact-form .f-group {
    padding: 0px 10px;
}

#black-bg {
    background-color: #000;
    padding: 7% 0;
}

#gray-bg {
    background-color: #262626;
    padding: 7% 0;
}

#subpage_wall_of_stunning_smiles {
    position: relative;
}

    #subpage_wall_of_stunning_smiles:before {
        background: #262626 none;
        content: "";
        position: absolute;
        margin: 0 auto;
        border-radius: 8px;
        z-index: -1;
        width: calc(100% - 400px);
        height: 210vh;
        display: block;
        float: none;
        left: 10%;
    }

.counting-list {
    counter-reset: section;
    list-style-type: none;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    margin-top: 8%;
}


    .counting-list li {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        position: relative;
        padding-left: 30px;
        padding-right: 50px;
        padding-bottom: 60px;
    }

        .counting-list li::before {
            font-weight: 700;
            font-size: 18px;
            line-height: 150%;
            counter-increment: section;
            content: counter(section, decimal-leading-zero);
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(0,0,0,0);
        }

#sub_page .fs-32 {
    font-size: 32px;
    line-height: 1.2;
}




#gray-bg h2.accordion-header {
    margin-bottom: 0px;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    padding: 20px 0px 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    transition: all .3s;
    margin: 0px 0 0px;
    font-size: 18px !important;
}

#gray-bg .accordion-item {
    background-color: #fff0;
    border-bottom: 1px solid rgb(255 255 255);
}

#gray-bg .accordion-button {
    background-color: #fff0;
    color: #fff;
    font-size: 18px;
}

    #gray-bg.accordion-button.collapsed {
        color: white !important;
        background: blue;
    }

#gray-bg .accordion-body {
    padding: 1rem 1.25rem;
    color: #fff;
}


#gray-bg .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

#gray-bg .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#gray-bg .saffron_logo {
    position: relative;
}

    #gray-bg .saffron_logo::after {
        content: "";
        position: absolute;
        right: 2%;
        top: -54px;
        background: url(../img/logo-pattern.svg);
        background-repeat: no-repeat;
        width: 448px;
        height: 180px;
        transition: all .9s;
    }

#gray-bg.common-orthodontic-faq .saffron_logo::after {
    top: -142px;
}

#prize_redemption .table tbody tr td:first-child, #prize_redemption .table tbody tr th:first-child, #prize_redemption .table thead tr td:first-child, #prize_redemption .table thead tr th:first-child {
    border-left: 2px solid #b15c11;
}

#prize_redemption .table tbody tr th, #prize_redemption .table thead tr th {
    font-size: 18px;
    font-weight: 400;
    background: #b15c11;
    color: #fff;
    font-family: "Red Hat Display",sans-serif;
    text-align: center;
}

#prize_redemption .table {
    border: 2px solid #b15c11;
    display: table;
}

    #prize_redemption .table tbody tr td, #prize_redemption .table tbody tr th, #prize_redemption .table thead tr td {
        border: 0;
        border-bottom: 1px solid #e4e4e4;
        padding: 19px 25px;
        font-size: 16px;
        text-align: left;
        background: #fff;
        border-right: 2px solid #b15c11;
        width: 25%;
    }

    #prize_redemption .table thead tr th {
        padding: 19px 25px;
    }

    #prize_redemption .table tr:nth-child(even) td {
        background: #f4f4f4;
    }

.container_cover {
    margin-top: -445px;
    position: relative;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.66) 0%, #1A1A1A 40.63%, rgba(26, 26, 26, 0.9) 100%);
    padding: 80px 80px;
    border-radius: 8px;
}

.p_align {
    padding: 80px 80px;
}

.team img {
    border-radius: 50px;
    margin-bottom: 30px;
    max-width: 100%;
}

.slick-carousel-office-tour img, .slick-carousel-practice-event img, .slick-carousel-practice-event-thumbnail img {
    padding: 10px;
    border-radius: 16px;
}

.slick-carousel-office-tour .slick-prev {
    left: -60px;
    z-index: 1;
}

.slick-carousel-office-tour .slick-next {
    right: -18px;
}

.slick-carousel-smile-gallery-thumbnail img {
    padding: 8px;
    border-radius: 12px;
}

.table tbody tr td:first-child, .table tbody tr th:first-child, .table thead tr td:first-child, .table thead tr th:first-child {
    border-left: 2px solid #b15c11;
}

.table {
    border: 2px solid #b15c11;
    display: table;
}

    .table tbody tr th, .table thead tr th {
        font-size: 18px;
        font-weight: 400;
        background: #b15c11;
        color: #fff;
        font-family: "Red Hat Display",sans-serif;
        text-align: center;
    }

    .table tr:nth-child(even) td {
        background: #f4f4f4;
    }

    .table tbody tr td, .table tbody tr th, .table thead tr td, .table thead tr th {
        border: 0;
        border-bottom: 1px solid #e4e4e4;
        padding: 19px 25px;
        font-size: 16px !important;
        text-align: left;
        border-right: 2px solid #b15c11;
        width: 25%;
    }

/*sub page css ends*/

/*footer*/
.footer .top {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f58e32;
}

.footer .social_icons {
    width: auto;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.footer .flex {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#footer_copyright {
    background-color: #f3f2f2;
}

    #footer_copyright .copyright .light-color {
        color: #c3c3c3 !important;
    }

    #footer_copyright .copyright span {
        font-size: 14px;
        letter-spacing: 1px;
    }

    #footer_copyright .copyright a {
        color: #a6a6a6;
    }

        #footer_copyright .copyright a:hover {
            text-decoration: underline !important;
        }



.flex {
    display: flex;
}

.footer .social_icons li {
    border: 0 !important;
    margin: 0 20px;
}

.footer ul li {
    list-style: none;
}

.footer {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .footer .bot ul li {
        /* font-size: 13px;
        border-right: 1px solid #0e1736;
        padding-left: 8px;
        padding-right: 8px;*/
        font-size: 14px;
        border-right: 1px solid #0e1736;
        padding-left: 15px;
        padding-right: 15px;
    }

        .footer .bot ul li:last-child {
            border-right: 0;
        }

    .footer .bot ul {
        display: flex;
        padding-left: 0px;
    }

        .footer .bot ul a {
            color: inherit;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
        }

            .footer .bot ul a:hover {
                color: #b15c11;
            }

    .footer .logo_footer {
        width: 75%;
    }
/*footer ends*/

/*blog*/
#blog_page h2, #blog_page strong, #blog_page h3 {
    color: var(--saffron);
}

#blog_container .blog_new {
    padding-top: 20px;
}

    #blog_container .blog_new .post {
        margin-bottom: 20px;
        position: relative;
    }

    #blog_container .blog_new .date span {
        display: block;
        font-size: 12px;
    }

    #blog_container .blog_new .date * {
        z-index: 100;
        position: relative;
    }

    #blog_container .blog_new .post:hover .title {
        color: #F58E32;
    }

    #blog_container .blog_new .date {
        position: absolute;
        width: 110px;
        height: 117px;
        top: 0;
        right: 4px;
        color: #fff;
        text-align: right !important;
        font-size: 22px;
        line-height: 1;
        padding-right: 10px;
        padding-top: 10px;
        background-size: cover;
        overflow: hidden;
        background-image: url(../img/cut.svg);
        background-repeat: no-repeat;
    }

#blog_container a {
    color: var(--saffron);
    text-decoration: none;
}

    #blog_container a:hover {
        color: var(--saffron-light);
    }


/*blog ends*/

.hover-hack {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.ratio-16x9 {
    --bs-aspect-ratio: 50%;
}


.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #fff !important;
}

.slick-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
}



.slick-carousel-office-tour .slick-prev {
    left: -13px;
    margin-top: 63px;
    position: absolute;
    top: calc(50% - 44px);
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 400;
    background: rgba(245, 142, 50, 0.7);
    font-size: 0;
    line-height: 0;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.slick-carousel-office-tour .slick-next {
    margin-top: 63px;
    position: absolute;
    top: calc(50% - 44px);
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 400;
    background: rgba(245, 142, 50, 0.7);
    font-size: 0;
    line-height: 0;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

    .slick-carousel-office-tour .slick-next::before, .slick-carousel-office-tour .slick-prev::before {
        font-size: 43px;
    }

.slick-prev:hover, .slick-next:hover {
    background-color: #B15C11 !important;
}


#requestAnAppointmentModal .btn {
    padding: 16px 28px !important;
    background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
    border-color: var(--saffron);
    color: #fff !important;
    white-space: inherit;
    font-family: "Red Hat Display",sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    transition: all .3s;
    z-index: 1;
}

#share-wrapper, .back-to-top {
    visibility: hidden !important;
}


p.small-text {
    font-size: 15px !important;
}

@media only screen and (max-width:1024px) {
    .hover-hack {
        background: rgba(0, 0, 0, 1) !important;
        z-index: 10;
    }
}

@media(max-width:767.98px) {

    #sub-page #main-content {
        padding-top: 138px !important;
    }

    .topbar-bg {
        position: fixed !important;
        width: 100%;
    }

    #default-menu {
        position: fixed !important;
        width: 100%;
        margin-top: 44px;
    }

    #free_consultation_orthodontics .logo-pseudo-gray-left:before {
        left: 0;
        top: -17px;
        width: 100%;
        height: 300px;
        background-size: contain;
    }


    #black_container.complimentary_consultation {
        height: 860px;
    }

    #black_container .slick-carousel-stunning-smiles img {
        width: 95% !important;
    }

    #black_container .slick-carousel-stunning-smiles .slick-prev {
        left: -3px;
    }

    #black_container .slick-carousel-stunning-smiles .slick-next {
        right: -10px;
    }

    #black_container .slick-carousel-stunning-smiles .slick-next, #black_container .slick-carousel-stunning-smiles .slick-prev {
        margin-top: 45px;
    }

    #sub_page #black_container.complimentary_consultation .container-fluid:before {
        height: 390px;
    }


    #sub_page .complimentary_consultation .mt-5 {
        margin-top: 10px !important
    }


    #gray-bg.orthodontic {
        margin-top: 100px !important;
    }

    #common_orthodontic_p::before {
        margin-top: 57px;
        margin-bottom: -98px;
    }

    #sub_page #black_container.practice_event .container-fluid:before {
        height: 760px;
    }

    .blog_new .title {
        font-size: 18px !important;
        font-weight: 600;
        padding-bottom: 15px !important;
        text-align: left !important;
    }


    /*custom css navbar*/

    #defaultNavigationMenu {
        padding-top: 15px;
    }

    .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
        transition: .5s ease-in-out;
    }

        .navbar-toggler,
        .navbar-toggler:focus,
        .navbar-toggler:active,
        .navbar-toggler-icon:focus {
            outline: none;
            box-shadow: none;
            border: 0;
        }

            .navbar-toggler span {
                margin: 0;
                padding: 0;
            }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #d3531a;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    .navbar-toggler .top-bar {
        margin-top: 0px;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        margin-top: -12px;
        width: 50px;
        margin-left: -18px;
    }

    .navbar-toggler .bottom-bar {
        margin-top: 0px;
        transform: rotate(-135deg);
    }


    .navbar-toggler.collapsed .top-bar {
        margin-top: -20px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        margin-top: -4px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .toggler-icon {
        background: #d97217;
    }

    #default-menu .navbar-toggler:focus, #services-menu .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem #e9ecef00;
    }

    .btn-navbar {
        width: 32px;
        margin-top: 6px;
    }

    .dropdown_icon:after {
        font-family: 'FontAwesome';
        content: "\f146";
        color: var(--white);
        position: absolute;
        right: 0;
    }

    .dropdown_icon.collapsed:after {
        content: "\f0fe";
        position: absolute;
        right: 0;
    }

    #default-menu .navbar-brand {
        margin-left: 20px;
    }

    #default-menu button {
        margin-right: 20px;
    }

    .navbar_background {
        background: rgba(26,26,26,.85);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
        top: 100%;
        border-radius: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #default-menu .navbar-nav .nav-link[aria-expanded="true"] {
        color: #ffffff !important;
        background: #fff0;
    }




    #default-menu .navbar-nav .nav-link,
    #services-menu .navbar-nav .nav-link {
        margin: 0px 0;
        padding: 6px 20px;
        font-size: 24px;
    }

    #default-menu .navbar-nav .dropdown-item.border-bottom, #services-menu .navbar-nav .dropdown-item.border-bottom {
        background: #fff0;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #b15c1100 !important;
        transition: all .3s;
        position: relative;
        color: #ffffff;
        font-size: 18px;
        padding: 4px 8px !important;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 18px;
    }

    #default-menu .navbar-nav .nav-link:hover,
    #default-menu .navbar-nav .nav-link:focus {
        color: #fff !important;
    }

    #default-menu .navbar-nav .nav-link.active:first-child {
        color: #ffffff !important;
    }

    #default-menu .navbar-nav .dropdown-item {
        color: #fff;
        font-size: 18px;
        padding: 0px 9px !important;
    }

        #default-menu .navbar-nav .dropdown-item:hover {
            color: #fff
        }

    #default-menu .btns {
        padding-left: 20px;
    }

        #default-menu .btns a {
            font-size: 14px;
        }

    .static_social_icons .social_icons {
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding: 10px 0 30px 50px;
    }

        .static_social_icons .social_icons a {
            font-size: 32px;
            padding: 10px;
        }


    /*custom css for navbar end*/
    #invisalign::before, #bracess::before, #orthodontic_treatment::before, #early_treatment::before,
    #laser_treatment::before, #two_phase_treatment::before, #accelerated_ot::before, #corrective_jaw_surgery::before, #retainers::before, #patient_information::before, #first_visit::before, #common_orthodontic_p::before, #costs::before, #patient-information::before, #smile_rewards::before, #life_with_braces::before, #orthodontic_faq::before, #treatments::before, #contact_us_bg::before, #dr_narula::before, #the_team::before, #why_choose_us::before, #office_tour_bg::before, #practice_events::before, #about-us::before, #smile-gallery::before, #find-us::before, #ptc::before {
        background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 80%);
    }

    #early_treatment::before {
        background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 80%);
    }

    #office_tour .container-fluid {
        padding: 0px 15px;
    }

    #office_tour h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    #black_container .slick-carousel-smile-gallery-thumbnail img {
        display: none;
    }

    #current_points img {
        display: block;
    }

    .container, .container-sm {
        max-width: 94%;
    }

    /*sub page*/

    #footer_copyright .py-3 {
        padding-bottom: 0px !important;
    }

    .counting-list li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    #benefits_adult_orthodontic .bg:after,
    #types_of_braces .bg:after,
    #early_treatment_why .bg:after,
    #early_treatment_when .bg:after,
    #early_treatment_what .bg:after,
    #early_treatment_invisalign .bg:after,
    #what_is_two_phase_treatment .bg:after,
    #what_is_laser_treatment .bg:after,
    #laser_treatment_who .bg:after,
    #what_is_mop .bg:after, #accelerated_treatment_candidate .bg:after, #corrective_jaw_surgery_how .bg:after, #need_jaw_surgery .bg:after, #retainers_types .bg:after, #removable_retainers .bg:after, #first_visit_consultation .bg::after, #afford_orthodontic .bg::after, #first_visit_cancel .bg:after, #rewards_program .bg::after, #finance_options .bg::after, #paymentcalculator .bg::after, #free_consultation_office_tour::after {
        /*margin-bottom: -57px;*/
        /*background: linear-gradient(to top, #000 25%, rgb(255 255 255 / 0%) 75%);*/
        background: linear-gradient(to top, #000 45%, rgba(255, 255, 255, 0) 75%);
    }

    #laser_treatment_who .bg:after {
        margin-bottom: -57px;
    }

    #free_consultation_laser_treatment .bg:after {
        margin-bottom: -170px;
    }

    #free_consultation_brace_care .bg:after {
        margin-bottom: -81px;
    }

    #corrective_jaw_surgery_how .bg:after, #need_jaw_surgery .bg:after {
        margin-bottom: -57px;
    }

    #early_treatment_why .bg {
        height: 100vh;
        background-size: cover;
    }

    #complimentary-in-office-consultation .container {
        padding: 200px 0 0px;
    }

    #free_consultation_orthodontics .align-self-center,
    #benefits_adult_orthodontic .align-self-center,
    #types_of_braces .align-self-center,
    #free_consultation_bracess .align-self-center,
    #early_treatment_why .align-self-center,
    #early_treatment_when .align-self-center,
    #early_treatment_what .align-self-center,
    #early_treatment_invisalign .align-self-center,
    #free_consultation_happy_smiles_start .align-self-center,
    #what_is_two_phase_treatment .align-self-center,
    #free_consultation_healthy_smile .align-self-center,
    #what_is_laser_treatment .align-self-center,
    #laser_treatment_who .align-self-center,
    #free_consultation_laser_treatment .align-self-center, #what_is_mop .align-self-center, #accelerated_treatment_candidate .align-self-center, #free_consultation_accelerated_treatment .align-self-center,
    #free_consultation_custom_quote .align-self-center, #corrective_jaw_surgery_how .align-self-center, #need_jaw_surgery .align-self-center, #free_consultation_brand_smile .align-self-center, #retainers_types .align-self-center, #removable_retainers .align-self-center, #free_consultation_forever_smile .align-self-center, #free_consultation_Narula .align-self-center, #the_team .align-self-center, #free_consultation_team .align-self-center, #free_consultation_see_the_difference .align-self-center, #first_visit_consultation .align-self-center, #afford_orthodontic .align-self-center, #first_visit_cancel .align-self-center, #get_started .align-self-center, #free_consultation_professional_treatment .align-self-center,
    #free_consultation_your_smile .align-self-center, #rewards_program .align-self-center, #finance_options .align-self-center, #current_points .align-self-center, #free_consultation_start_working .align-self-center, #braces_cleaning .align-self-center, #free_consultation_brace_care .align-self-center, #free_consultation_have_questions .align-self-center, #insurance .align-self-center, #paymentcalculator .align-self-center, #free_consultation_office_tour .align-self-center {
        align-self: end !important;
        padding-bottom: 30px;
    }

    #invisalign,
    #bracess,
    #orthodontic_treatment,
    #early_treatment,
    #two_phase_treatment,
    #accelerated_ot,
    #corrective_jaw_surgery,
    #retainers,
    #laser_treatment, #the_team, #why_choose_us, #first_visit {
        /*    margin-top: 0px;
        background-position-x: right;
        background-position-y: 0;
        background-size: contain;
        height: 60vh;*/
        /*margin-top: 0px;
        height: 530px;
        background-size: contain;
        background-position: inherit; */

        margin-top: -91px;
        height: 660px;
        background-size: contain;
        background-position: inherit;
    }

    #bracess {
        height: 580px;
    }


    #why_choose_us {
        height: 600px;
    }

    #early_treatment_why .bg, early_treatment_when .bg, #early_treatment_what .bg, #early_treatment_invisalign .bg, #free_consultation_happy_smiles_start .bg, #accelerated_treatment_candidate .bg, #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg, #what_is_mop .bg, #need_jaw_surgery .bg, #corrective_jaw_surgery_how .bg, #free_consultation_brand_smile .bg, #retainers_types .bg, #removable_retainers .bg, #free_consultation_forever_smile .bg, #treatments, #about-us, #practice_events, #smile-gallery, #contact_us_bg, #free_consultation_Narula .bg, #free_consultation_team .bg, #free_consultation_see_the_difference .bg, #first_visit_consultation .bg, #afford_orthodontic .bg, #first_visit_cancel .bg, #get_started .bg, #free_consultation_professional_treatment .bg, #free_consultation_your_smile #rewards_program .bg, #rewards_program .bg, #current_points .bg, #braces_cleaning .bg, #free_consultation_brace_care .bg, #free_consultation_have_questions .bg, #finance_options .bg, #insurance .bg, #paymentcalculator .bg {
        background-size: contain;
        background-position: inherit;
    }

    #free_consultation_have_questions .bg {
        height: 950px;
    }

    #braces_cleaning .bg {
        height: 950px;
    }

    #free_consultation_brace_care .bg {
        height: 850px;
    }

    #braces_cleaning .logo-pseudo-gray-right::after {
        right: 0;
        top: 48px;
        width: 100%;
    }

    #free_consultation_have_questions .logo-pseudo-gray-left:before {
        left: 0;
        top: -7px;
        width: 100%;
    }

    #free_consultation_professional_treatment .bg, #free_consultation_your_smile #rewards_program .bg {
        height: 610px;
    }


    #free_consultation_team .logo-pseudo-gray-left:before {
        left: 0%;
        top: -72px;
        width: 100%;
    }

    #rewards_program .bg, #current_points .bg, #free_consultation_start_working .bg, #finance_options .bg, #insurance .bg, #paymentcalculator .bg {
        height: 690px;
    }

    #dr_narula {
        margin-top: -180px;
        height: 635px;
        background-size: contain;
        background-position: center;
        min-height: 0;
    }

    .container_cover {
        margin-top: 0px;
        background: none;
        padding: 70px 0px 0px;
    }

    .p_align {
        padding: 0px 0px;
    }

    #treatments, #about-us, #practice_events {
        margin-top: -44px;
        height: 780px;
    }

    #smile-gallery {
        margin-top: -44px;
        height: 700px;
    }

    #contact_us_bg {
        margin-top: -44px;
        height: 600px;
    }

    #corrective_jaw_surgery {
        margin-top: 0px;
    }

    #early_treatment {
        height: 590px;
    }

    #orthodontic_treatment {
        height: 600px;
    }

    #what_is_two_phase_treatment .bg, #what_is_laser_treatment .bg, #laser_treatment_who .bg,
    #free_consultation_laser_treatment .bg {
        background-size: contain;
        background-position: inherit;
        height: 820px;
    }



        #what_is_two_phase_treatment .bg:after {
            margin-top: 200px;
        }

    #what_is_two_phase_treatment .logo-pseudo-gray-right::after {
        top: 10%;
    }

    /*#early_treatment_what {
            min-height: 122vh;
            background-size: contain;
            background-position: center center;
        }*/


    #early_treatment_invisalign, #early_treatment_when,
    #free_consultation_happy_smiles_start {
        /* min-height: 100vh;
    background-size: cover;*/
    }

        #early_treatment_when .bg {
            background-position-x: 80%;
        }

        #free_consultation_invisalign .bg:after,
        #free_consultation_bracess .bg:after,
        #free_consultation_orthodontics .bg:after,
        #free_consultation_happy_smiles_start .bg:after,
        #free_consultation_healthy_smile .bg:after,
        #free_consultation_laser_treatment .bg:after,
        #free_consultation_accelerated_treatment .bg:after,
        #free_consultation_custom_quote .bg:after,
        #free_consultation_brand_smile .bg:after,
        #free_consultation_forever_smile .bg:after,
        #free_consultation_team .bg:after,
        #get_started .bg:after,
        #free_consultation_professional_treatment .bg:after,
        #free_consultation_your_smile .bg:after, #rewards_program .bg:after,
        #free_consultation_start_working .bg:after,
        #free_consultation_brace_care .bg:after,
        #free_consultation_have_questions .bg:after,
        #free_consultation_Narula .bg:after,
        #free_consultation_see_the_difference .bg:after,
        #free_consultation_office_tour .bg:after, #current_points .bg:after, #braces_cleaning .bg:after, #insurance .bg:after {
            background: linear-gradient(to top, #000 45%, rgba(255, 255, 255, 0) 75%);
        }

    #free_consultation_healthy_smile .bg:after {
        margin-bottom: -125px;
    }

    #free_consultation_bracess .bg:after {
        margin-bottom: -150px !important;
    }


    /* #free_consultation_bracess:after {
        margin-top: 340px
    }*/
    #free_consultation_invisalign p {
        text-align: center;
    }

    #sub_page .btn-success {
        margin: auto;
        display: table;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .get_to_know .align-self-center {
        align-self: end !important;
        padding-bottom: 20px;
    }
    /*sub page ends*/
    #index-page #main-slider .carousel-inner {
        /* height: 767px;*/
    }

    .pt-2 {
        padding-top: 0px !important;
    }

    #Free_Consultation .bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0) 80%);
        opacity: 1;
    }

    .map_contact {
        width: 100%;
        position: relative;
        margin-bottom: 55px;
    }

    #why_us .container::after,
    #Discover_Invisalign .logo-pattern:before {
        top: 105px;
        left: 82px;
        background-size: contain;
        width: 76%;
        height: 100%;
    }

    .topbar-bg {
        display: block;
    }

    #Financing_Options .card:after {
        display: none;
    }


    .lightbox .carousel-control-next {
        right: 45px;
    }

    .lightbox .carousel-control-prev {
        left: 45px;
    }

    .lightbox .btn-close {
        width: 0.8em;
        height: 0.8em;
        right: 16px !important;
    }

    .dropend .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    #default-menu .dropdown-menu, #services-menu .dropdown-menu {
        margin-left: 0px;
    }

        #default-menu .dropdown-menu.show .sub-menu {
            margin-left: 15px !important;
        }


    #default-menu .navbar-nav .nav-link.dropdown-toggle.show:focus {
    }

    #sub-page.contact-page #footer_section .social-nav {
        display: block;
    }


    #OurServicesCarousel .carousel-inner {
        /*padding: 1em;*/
    }

    #OurServicesCarousel .card {
        margin: 0 15px;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        border: none;
    }

    #OurServicesCarousel .carousel-control-prev,
    #OurServicesCarousel .carousel-control-next {
        background-color: rgb(16 144 217 / 30%);
        width: 6vh;
        height: 6vh;
        border-radius: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    #OurServicesCarousel .carousel-control-prev {
        left: -70px;
    }


    #OurServicesCarousel .carousel-control-next {
        right: -70px;
    }


    #OurServicesCarousel .card {
        margin: 0 15px;
        /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18) !important;
    border: 1px solid rgba(179, 179, 179, 0.2) !important;*/
    }
}



@media (min-width: 768px) {

    #OurServicesCarousel .carousel-item {
        margin-right: 0;
        /*flex: 0 0 25%;*/
        flex: 0 0 33.333333%;
        display: block;
    }

    #OurServicesCarousel .carousel-inner {
        display: flex;
    }

    #AllServicesCarousel .carousel-item {
        margin: 0 10px;
        /*flex: 0 0 25%;
        flex: 0 0 33.333333%;*/
        display: block;
        width: 30%;
    }

    #AllServicesCarousel .carousel-inner {
        /*display: flex;*/
    }


    #OurServicesCarousel .card .img-wrapper {
        max-width: 100%;
        height: 13em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #OurServicesCarousel .card img {
        max-height: 100%;
    }
}

@media (max-width: 767.98px) {


    #office_tour .content {
        padding-top: 50px;
    }

    #office_tour_bg {
        background-size: contain;
        background-position: initial;
        margin-top: 0;
        height: 525px;
    }

    .slick-carousel-office-tour .slick-next {
        right: 6px;
    }

    .slick-carousel-office-tour .slick-prev {
        left: -15px;
        z-index: 1;
    }

    #free_consultation_office_tour .bg:after {
        margin-bottom: -230px;
    }

    #free_consultation_office_tour .bg {
        background-position: inherit;
    }

    #common_orthodontic_p .container, #costs .container, #patient-information .container {
        padding: 275px 0 0px;
    }


    #common_orthodontic_p, #smile_rewards, #life_with_braces, #orthodontic_faq, #costs, #patient-information {
        background-size: contain;
        margin-top: -41px;
        height: 666px;
    }

    #common_orthodontic_p {
        height: 735px;
    }

    #patient-information {
        height: 730px;
    }

    #find-us {
        background-size: contain;
        margin-top: -76px;
        height: 590px;
    }


    slick-next::before, .slick-prev::before,
    .slick-next::before, .slick-next::before {
        font-size: 45px;
    }

    #black_container .slick-prev {
        left: -8px;
        width: 54px !important;
        height: 54px !important;
    }

    #black_container .slick-next {
        right: -8px;
        width: 54px !important;
        height: 54px !important;
    }


    #OurServicesCarousel .card .img-wrapper {
        height: 17em;
    }

    #AllServicesCarousel .carousel-item {
        margin: 0 10px;
        /*flex: 0 0 25%;
        flex: 0 0 33.333333%;*/
        display: block;
        width: 98%;
    }

    #AllServicesCarousel .carousel-inner {
        /*display: flex;*/
    }




    #our-services-cards {
        z-index: 1;
        padding: 70px 0 300px;
        background: var(--light3);
    }


        #our-services-cards .card.what-we-do-card {
            min-height: auto;
            margin-top: -420px;
            margin-bottom: 70px;
            border-radius: 20px;
            content-visibility: auto;
            contain: layout;
        }

            #our-services-cards .card.what-we-do-card:before,
            #our-services-cards .card.what-we-do-card:after {
                content: none;
            }

            #our-services-cards .card.what-we-do-card .card-text {
                color: var(--gray-6c6c6c);
            }

            #our-services-cards .card.what-we-do-card:hover .card-text,
            #our-services-cards .card.what-we-do-card:focus .card-text {
                color: var(--gray-6c6c6c) !important;
            }



            #our-services-cards .card.what-we-do-card:hover .card-title,
            #our-services-cards .card.what-we-do-card:focus .card-title {
                color: var(--green) !important;
            }


        #our-services-cards p.lead {
            color: rgb(255 255 255 / 65%);
        }

        #our-services-cards .card {
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }

            #our-services-cards .card picture,
            #our-services-cards .card .card-body {
                z-index: 1
            }

            #our-services-cards .card:hover,
            #our-services-cards .card:focus {
                background: var(--white) !important;
                box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
                overflow: hidden;
                -webkit-transition: background 300ms linear 0s;
                -moz-transition: background 300ms linear 0s;
                -o-transition: background 300ms linear 0s;
                transition: background 300ms linear 0s;
            }



            #our-services-cards .card .line-clamp {
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                white-space: break-spaces;
                color: rgb(255 255 255 / 60%);
            }

            #our-services-cards .card:hover .card-title,
            #our-services-cards .card:focus .card-title {
                color: var(--text-dark) !important;
            }

            #our-services-cards .card:hover .card-text,
            #our-services-cards .card:focus .card-text {
                color: var(--text-dark) !important;
            }

            #our-services-cards .card .btn,
            #our-services-cards .card .btn {
                color: var(--white) !important;
                background-color: var(--saffron) !important;
                border-color: var(--saffron) !important;
            }

            #our-services-cards .card:hover .btn,
            #our-services-cards .card:focus .btn {
                color: var(--text-dark) !important;
                background-color: var(--light-blue) !important;
                box-shadow: none;
            }

            #our-services-cards .card.all-services-item:hover .btn,
            #our-services-cards .card.all-services-item:focus .btn {
                color: var(--white) !important;
                background-color: var(--light-blue) !important;
                box-shadow: none;
            }

                #our-services-cards .card.all-services-item:hover .btn p,
                #our-services-cards .card.all-services-item:focus .btn p {
                    color: var(--white) !important;
                }

        #our-services-cards .all,
        #our-services-cards .all {
            color: var(--white) !important;
            background-color: var(--saffron) !important;
            border-color: var(--saffron) !important;
        }

            #our-services-cards .all:hover,
            #our-services-cards .all:focus {
                color: var(--text-dark) !important;
                background-color: var(--light-blue) !important;
                box-shadow: none;
            }


        #our-services-cards .card:before {
            content: '';
            border-radius: 10%;
            width: 130%;
            height: 80%;
            position: absolute;
            right: -70%;
            top: -33%;
            z-index: 0;
            -webkit-transform: rotate(-22deg);
            -moz-transform: rotate(-22deg);
            -ms-transform: rotate(-22deg);
            -o-transform: rotate(-22deg);
            transform: rotate(-22deg);
        }

        #our-services-cards .card:after {
            content: '';
            border-radius: 10%;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 4%;
            bottom: -88%;
            z-index: 0;
            -webkit-transform: rotate(140deg);
            -moz-transform: rotate(140deg);
            -ms-transform: rotate(140deg);
            -o-transform: rotate(140deg);
            transform: rotate(65deg);
        }

        #our-services-cards .card:hover:before,
        #our-services-cards .card:focus:before,
        #our-services-cards .card:hover:after,
        #our-services-cards .card:focus:after {
            background: rgba(0, 162, 255, 0.08);
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

    /* misc */

    #our-misc-cards {
        z-index: 1;
        padding: 10px;
    }

        #our-misc-cards .card.what-we-do-card {
            min-height: auto;
            margin-top: -420px;
            margin-bottom: 70px;
            border-radius: 20px;
            content-visibility: auto;
            contain: layout;
        }

            #our-misc-cards .card.what-we-do-card:before,
            #our-misc-cards .card.what-we-do-card:after {
                content: none;
            }

            #our-misc-cards .card.what-we-do-card .card-text {
                color: var(--gray-6c6c6c);
            }

            #our-misc-cards .card.what-we-do-card:hover .card-text,
            #our-misc-cards .card.what-we-do-card:focus .card-text {
                color: var(--gray-6c6c6c) !important;
            }

    #our-services-cards .card.what-we-do-card:hover .card-title,
    #our-services-cards .card.what-we-do-card:focus .card-title {
        color: var(--green) !important;
    }


    #our-misc-cards .our-services-div {
        /*content-visibility: auto;
    contain: layout;*/
    }

    #our-misc-cards p.lead {
        color: rgb(255 255 255 / 65%);
    }

    #our-misc-cards .card {
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        background: var(--light3);
    }

        #our-misc-cards .card picture,
        #our-misc-cards .card .card-body {
            z-index: 1
        }

        #our-misc-cards .card:hover,
        #our-misc-cards .card:focus {
            background: var(--white) !important;
            box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
            overflow: hidden;
            -webkit-transition: background 300ms linear 0s;
            -moz-transition: background 300ms linear 0s;
            -o-transition: background 300ms linear 0s;
            transition: background 300ms linear 0s;
        }

        #our-misc-cards .card .line-clamp {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            white-space: break-spaces;
            color: rgb(255 255 255 / 60%);
        }

        #our-misc-cards .card:hover .card-title,
        #our-misc-cards .card:focus .card-title {
            color: var(--text-dark) !important;
        }

        #our-misc-cards .card:hover .card-text,
        #our-misc-cards .card:focus .card-text {
            color: var(--text-dark) !important;
        }

        #our-misc-cards .card .btn,
        #our-misc-cards .card .btn {
            color: var(--white) !important;
            background-color: var(--saffron) !important;
            border-color: var(--saffron) !important;
        }

        #our-misc-cards .card:hover .btn,
        #our-misc-cards .card:focus .btn {
            color: var(--text-dark) !important;
            background-color: var(--light-blue) !important;
            box-shadow: none;
        }

        #our-misc-cards .card.all-services-item:hover .btn,
        #our-misc-cards .card.all-services-item:focus .btn {
            color: var(--white) !important;
            background-color: var(--light-blue) !important;
            box-shadow: none;
        }

            #our-misc-cards .card.all-services-item:hover .btn p,
            #our-misc-cards .card.all-services-item:focus .btn p {
                color: var(--white) !important;
            }

    #our-misc-cards .all,
    #our-misc-cards .all {
        color: var(--white) !important;
        background-color: var(--saffron) !important;
        border-color: var(--saffron) !important;
    }

        #our-misc-cards .all:hover,
        #our-misc-cards .all:focus {
            color: var(--text-dark) !important;
            background-color: var(--light-blue) !important;
            box-shadow: none;
        }

    #our-misc-cards .card:before {
        content: '';
        border-radius: 10%;
        width: 130%;
        height: 80%;
        position: absolute;
        right: -70%;
        top: -33%;
        z-index: 0;
        -webkit-transform: rotate(-22deg);
        -moz-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    #our-misc-cards .card:after {
        content: '';
        border-radius: 10%;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 4%;
        bottom: -88%;
        z-index: 0;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        -o-transform: rotate(140deg);
        transform: rotate(65deg);
    }

    #our-misc-cards .card:hover:before,
    #our-misc-cards .card:focus:before,
    #our-misc-cards .card:hover:after,
    #our-misc-cards .card:focus:after {
        background: rgba(0, 162, 255, 0.08);
        -webkit-transition: background 300ms linear 0s;
        -moz-transition: background 300ms linear 0s;
        -o-transition: background 300ms linear 0s;
        transition: background 300ms linear 0s;
    }
}


@media(max-width:767.98px) {
    .footer .top > .flex .col1, .footer .top > .flex .col2 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer .social_icons {
        flex-wrap: wrap;
    }

        .footer .social_icons li {
            margin: 15px 0;
            width: 30%;
            max-width: 30%;
            flex: 0 0 30%;
        }

            .footer .social_icons li img {
                margin: auto;
                display: block;
            }

    .footer .social_icons {
        width: auto;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        @justify-content (space-between):;
    }

    .footer .top > .flex {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer .logo_footer {
        width: auto;
        height: auto;
        max-width: 100%;
        display: block;
        margin: auto;
        padding-bottom: 20px;
    }

    #Free_Consultation .bg {
        height: 500px;
        background-position: 75% center;
    }

    #Free_Consultation .content {
        padding-top: 222px;
        text-align: center;
    }

    #office_tour .content:before {
        right: 17%;
        top: 78%;
        width: 330px;
        background-size: contain !important;
    }

    .horizontal .doctible-review-date-and-stars {
        display: block;
    }

    #review-widget {
        width: 100%;
    }

    #OurServicesCarousel .carousel-control-next {
        right: -10px;
    }

    #OurServicesCarousel .carousel-control-prev {
        left: -10px;
    }

    #top-header-blocks .card.what-we-do-card {
        margin-bottom: 0;
    }

    #main-slider .carousel-item {
        background-position-x: 67%;
        background-position-y: top;
        background-position: 67% top;
    }

    #default-menu .navbar-nav .nav-link.active,
    #default-menu .navbar-nav .nav-link.active:hover,
    #default-menu .navbar-nav .nav-link.active:focus {
        color: var(--saffron) !important;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
        width: 200px;
        height: 200px;
    }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content svg {
            width: 130px;
            height: 130px;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-img {
            width: 90px !important;
            height: 90px !important;
        }

    #default-menu .navbar-brand {
        position: relative;
        top: 0;
        margin-left: 25px;
    }

    #default-menu {
        background: var(--white);
        padding: 0px 0 !important;
    }

        #default-menu .navbar-brand img {
            width: 180px;
            filter: brightness(0.9) contrast(1.4);
            -o-filter: brightness(0.9) contrast(1.4);
            -ms-filter: brightness(0.9) contrast(1.4);
            -moz-filter: brightness(0.9) contrast(1.4);
            -webkit-filter: brightness(0.9) contrast(1.4);
        }

        #default-menu .navbar-nav .nav-link {
            color: var(--white);
        }

    #footer_section .footer-menu .nav-pills li a {
        margin: 3px;
    }

    #default-menu .navbar-nav .dropdown-item,
    #services-menu .navbar-nav .dropdown-item {
        white-space: break-spaces;
    }

    .topbar-bg .gap-3 {
        gap: 0.6rem !important;
    }

    #Tagline_Box .card.what-we-do-card {
        padding: 0 !important
    }


        #Tagline_Box .card.what-we-do-card .card-title {
            margin-bottom: 0.5rem;
            font-size: 30px !important;
            padding-bottom: 15px !important;
        }

        #Tagline_Box .card.what-we-do-card .hstack .card-text {
            font-size: 18px !important;
        }

    #reviews-slider .carousel-control-next {
        right: -50px;
    }

    #reviews-slider .carousel-control-prev {
        left: -50px;
    }


    #slider-c2a .card-body .display-2 {
        font-size: 25px !important;
    }

    #slider-c2a .card-body .fs-2 {
        font-size: 20px !important;
    }

    #reviews-slider .review-box {
        /*  min-height: 500px;*/
    }

    #Get-to-Know .bg-overlay svg {
        width: 80px;
        height: 80px;
    }

    #footer_section .footer-content .card {
        padding: 10px !important;
    }



    #our-services-cards .card.what-we-do-card .card-text .fs-460 {
        font-size: 360%;
    }

    #index-page #main-slider .carousel-inner {
        /* height: 600px;*/

        height: 780px;
    }

    #main-slider .carousel-item .carousel-caption {
        margin-top: 60px;
    }

    #main-slider .carousel-control-next,
    #main-slider .carousel-control-prev {
        top: 25px;
    }


    #index-page #main-slider .carousel-item .carousel-caption {
        background-position: calc(20px) center;
        background-position-x: calc(20px) !important;
        background-position-y: center;
        background-image: none !important;
    }

        #index-page #main-slider .carousel-item .carousel-caption:after {
            background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
            bottom: 0;
            height: 50%;
            top: auto;
            position: absolute;
        }


        #index-page #main-slider .carousel-item .carousel-caption .card-body .display-4 {
            font-size: 24px;
        }

        #index-page #main-slider .carousel-item .carousel-caption .card-body .fs-3 {
            font-size: 22px;
        }

    #index-page #main-slider .carousel-item:nth-child(1) {
        background-image: url(../img/main-slider/slider-item-model-1.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(2) {
        background-image: url(../img/main-slider/slider-item-model-2.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(3) {
        background-image: url(../img/main-slider/slider-item-model-3.webp) !important;
    }



    #main-slider .carousel-item .carousel-caption {
        background-position: center bottom;
        background-position-x: center;
        background-position-y: bottom;
    }

    #expert-advice-widget {
        height: auto;
        padding-bottom: 5rem !important;
    }

        #expert-advice-widget picture {
            bottom: 0;
            position: relative !important;
            padding: 0;
            margin-top: 130px;
            display: block;
        }

        #expert-advice-widget p.title {
            background: var(--white);
            color: #6d757d !important;
            padding: 15px;
            border-radius: 50px;
        }

    #special-offers-slider .carousel-inner .carousel-item .carousel-caption {
        background-position: center bottom;
        background-position-x: center;
        background-position-y: bottom;
    }

    #special-offers-slider .carousel-item:nth-child(1) .carousel-caption {
        background-image: url(../img/special-offers/fixed-implant-dentures-offer-xs.webp);
    }

    #special-offers-slider .carousel-item:nth-child(2) .carousel-caption {
        background-image: url(../img/special-offers/lower-implant-dentures-offer-xs.webp);
    }

    #special-offers-slider .carousel-item .carousel-caption .d-flex {
        background: rgb(108 108 108 / 85%);
        height: 500px;
    }

    #special-offers-slider .carousel-control-next-icon,
    #special-offers-slider .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
        background-size: 65% 65%;
    }

    #seachBoxCollapseCard {
        width: 100%;
        position: relative !important;
        display: block;
    }

        #seachBoxCollapseCard .card {
            margin: 10px 0 0 !important;
            box-shadow: none !important;
        }

    #default-menu .navbar-nav .nav-link,
    #services-menu .navbar-nav .nav-link {
        margin: 0px 0;
        padding: 4px 20px !important;
    }

    #expert-advice-widget-bottom-pop-up .toast {
        width: 260px !important;
    }

        #expert-advice-widget-bottom-pop-up .toast .toast-body img {
            width: 100% !important;
            height: auto;
        }

    #sub-page #main-content p, #sub-page #main-content ol, #sub-page #main-content ul {
        /* font-size: 16px;*/

        font-size: 18px;
    }

    #sub-page #main-content h2, h3 {
        text-align: center;
    }

    #sub-page #main-content h2 {
        font-size: 30px;
    }

    #sub-page #main-content h3 {
        font-size: 28px;
    }

    #sub-page #main-content ol, #sub-page #main-content ul {
        padding-left: 0px;
    }

    #sub-page #main-content p {
        text-align: center;
    }

    #main-content #special-offers-slider .carousel-control-prev {
        left: 0;
    }

    #main-content #special-offers-slider .carousel-control-next {
        right: 0px;
    }

    #main-content #special-offers-slider .container-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #top-header-blocks .card.what-we-do-card .card-text .fs-460 {
        font-size: 360%;
    }

    #Tagline_Box .card.what-we-do-card .card-text .fs-460 {
        font-size: 360%;
    }

    #expert-advice-widget .quotes {
        margin-top: 0px;
    }

    #expert-advice-widget .slogan-text .fs-560 {
        font-size: 400%;
    }

    #main-content h1 {
        font-size: 32px;
    }

    #sub-page.contact-page #footer_section .footer-content {
        content-visibility: auto;
        contain: layout;
    }

    #main-slider .carousel-indicators [data-bs-target] {
        height: 20px;
        width: 20px;
        margin: 0 7px;
    }

    #main-content #special-offers-slider {
        border-radius: 0;
    }
}


@media(min-width:768px) {

    #index-page #main-slider .carousel-item:nth-child(1) {
        background-image: url(../img/main-slider/slider-item-model-1.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(2) {
        background-image: url(../img/main-slider/slider-item-model-2.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(3) {
        background-image: url(../img/main-slider/slider-item-model-3.webp) !important;
    }

    #index-page #main-slider .carousel-item:after {
        content: "";
        position: absolute;
        width: 100%;
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        height: 50%;
        top: auto;
    }


    #special-offers-slider .carousel-item:nth-child(1) .carousel-caption {
        background-image: url(../img/special-offers/fixed-implant-dentures-offer.webp);
    }

    #special-offers-slider .carousel-item:nth-child(2) .carousel-caption {
        background-image: url(../img/special-offers/lower-implant-dentures-offer.webp);
    }
}

@media (max-width: 359.98px) {

    #gray-bg.common-orthodontic-faq .container {
        margin-top: 45px;
        padding-top: 30px;
    }

    #default-menu {
        margin-top: 40px;
    }

    .get_to_know .align-self-center {
        padding-bottom: 40px;
    }

    #sub_page #black_container .slick-carousel-stunning-smiles .slick-next {
        right: -6px;
    }

    #black_container.complimentary_consultation .container-fluid:before {
        height: 417px !important;
    }

    .slick-carousel-stunning-smiles-static.slick-initialized.slick-slider {
        padding-top: 40px;
    }

    #complimentary_consultation {
        padding-top: 0px !important;
        height: 890px;
        background-position: inherit;
        background-position-x: right;
        background-size: auto 50%;
        margin-bottom: 250px;
    }

        #complimentary_consultation .container {
            margin-top: 630px;
        }

        #complimentary_consultation:after {
            width: 100%;
            background: linear-gradient(to top, #000 50%, rgb(0 0 0 / 0%) 80%);
            opacity: 1;
            margin-top: -190px;
            height: 1366px;
        }

    #main-slider .carousel-item {
        /* margin-top: 19px;*/
        background-position: 85% center !important;
        background-size: cover;
        margin-top: 85px;
        height: 800px;
        background-repeat: no-repeat;
        position: initial;
        z-index: 0;
    }

    #index-page #main-slider .carousel-item .carousel-caption::after {
        display: block;
        /* clear: both; */
        content: "";
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        height: 50%;
        top: auto;
        position: absolute;
        width: 100%;
        z-index: 0;
        left: 0px !important;
    }

    #sub_page #black_container.smile-gallery .container-fluid:before {
        height: 528px !important;
    }

    #office_tour_bg {
        background-size: contain;
        background-position: initial;
        margin-top: 0;
        height: 525px;
    }

    #sub-page #main-content p.h6 {
        font-size: 22px !important;
        text-align: left !important;
    }

    #gray-bg {
        /*  margin-top: 200px;*/
        margin-top: 30px;
    }

        #gray-bg.height {
            /*  margin-top: 200px;*/
            margin-top: 280px;
        }

    #accelerated_ot {
        margin-top: 0;
    }

    #what_is_two_phase_treatment .bg:after, #free_consultation_healthy_smile .bg:after {
        margin-top: 0;
    }

    #laser_treatment_who .bg:after {
        margin-bottom: 0;
    }

    #free_consultation_healthy_smile .logo-pseudo-gray-left:before {
        left: 0;
        right: 0;
        top: 125px;
    }

    #laser_treatment_who .bg {
        height: 862px;
    }

    #laser_treatment_who .logo-pseudo-gray-right::after {
        left: 0%;
        right: 0;
        top: 134px;
    }

    #free_consultation_laser_treatment .logo-pseudo-gray-left:before {
        top: 60px;
    }

    #what_is_two_phase_treatment .logo-pseudo-gray-right::after {
        top: 30%;
    }

    #early_treatment_invisalign .bg {
        height: 745px;
    }

    #free_consultation_happy_smiles_start .bg {
        height: 740px;
    }

    #benefits_adult_orthodontic .logo-pseudo-gray-right::after {
        top: 102px;
        width: 100%;
    }

    #early_treatment {
        height: 300px;
        background-size: cover;
        background-position: center right;
        margin-bottom: 269px !important;
    }

    #early_treatment {
        margin-top: 0;
    }

        #early_treatment .container {
            padding: 174px 0;
        }

        #early_treatment::before {
            margin-top: 227px;
            margin-bottom: -81px;
        }


    #free_consultation_orthodontics .bg {
        height: 710px;
        background-position: inherit;
    }


    #sub-page #main-content p, #sub-page #main-content ol, #sub-page #main-content ul {
        font-size: 15px;
    }

    #sub-page .slick-carousel {
        margin-top: -25px;
    }

    #sub-page .container, #sub-page .container-sm {
        max-width: 92%;
        /* padding: 0px;*/
    }



    #sub-page #main-content p {
        padding-top: 15px;
    }

    #index-page #main-slider .carousel-item:nth-child(1) {
        background-image: url(../img/main-slider/slider-item-model-1-mob.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(2) {
        background-image: url(../img/main-slider/slider-item-model-2-mob.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(3) {
        background-image: url(../img/main-slider/slider-item-model-mob.webp) !important;
    }

    #Free_Consultation {
        height: 480px;
    }

        #Free_Consultation .bg {
            position: relative;
            height: 485px;
            background-size: contain;
            background-position: initial;
        }

        #Free_Consultation .content {
            padding-top: 170px;
        }

        #Free_Consultation .btn {
            padding: 16px 14px !important
        }

    #Discover_Invisalign .logo-pattern:before {
        top: 210px;
        left: 0;
        width: 100%;
    }

    #complimentary-in-office-consultation .container {
        padding: 933px 0 40px;
    }

    #complimentary-in-office-consultation {
        background-image: url(../img/sub-page-banner/hero-consult-mob-new.webp);
        position: relative;
        margin-top: -690px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        height: 1925px;
    }

        #complimentary-in-office-consultation .contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--text-white);
        }


        #complimentary-in-office-consultation .contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .form-control, .contact-form .form-select {
            color: #ffffff;
        }

        #complimentary-in-office-consultation:after {
            background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0) 74%);
            margin-top: 500px;
        }

    #black-bg {
        padding: 0px 0;
    }

    #sub_page #complimentary-in-office-consultation h1 {
        color: #fff !important;
    }

    #sub_page #complimentary-in-office-consultation p {
        color: #fff;
    }

    #complimentary-in-office-consultation .container {
        padding: 933px 0 40px;
    }

    #sub_page #complimentary-in-office-consultation .form-control, #sub_page .form-select {
        border: 1px solid #fff;
    }

    /*subpage*/

    #free_consultation_your_smile .bg {
        background-position: inherit;
        height: 665px;
    }

    #free_consultation_office_tour .bg {
        height: 500px;
    }

    #find-us {
        height: 420px;
        margin-top: 0px;
    }

    /*  #complimentary-in-office-consultation .container {
        padding: 150px 0 40px;
    }*/

    #orthodontic_faq {
        height: 530px;
    }

    #free_consultation_have_questions .bg {
        height: 640px;
    }

    #life_with_braces {
        margin-top: -7px;
        height: 470px;
    }

    #free_consultation_brace_care .bg {
        height: 685px;
    }

    #smile_rewards {
        height: 560px;
    }

    #paymentcalculator .bg {
        height: 600px;
    }

    #insurance .bg {
        height: 860px;
    }

    #finance_options .bg {
        height: 666px;
    }

    #current_points .bg {
        height: 795px;
    }

    #free_consultation_start_working .bg {
        height: 720px;
        background-position: inherit;
    }

    #rewards_program .bg {
        height: 815px;
    }

    #costs, #patient-information {
        height: 550px;
    }

    #common_orthodontic_p {
        height: 555px;
        margin-top: 0;
    }

    #first_visit {
        margin-top: -70px;
        height: 600px;
    }

    #first_visit_consultation .bg {
        height: 900px;
    }

    #afford_orthodontic .bg {
        height: 750px;
    }

    #first_visit_cancel .bg, #get_started .bg {
        height: 650px;
    }


    #patient_information {
        background-size: contain;
        margin-top: 0px;
        height: 400px;
    }

        #patient_information .container {
            padding: 237px 0 0px;
        }

    #blog_container .blog_new .date {
        width: 80px;
        right: 0px;
    }

    #ptc {
        margin-top: -40px;
        height: 300px;
        background-position: center right;
    }

        #ptc::before {
            margin-top: 123px;
            margin-bottom: -6px;
        }

    #why_choose_us {
        height: 415px;
        margin-top: 0px;
    }

    #free_consultation_see_the_difference .bg {
        height: 655px;
    }

    #the_team {
        margin-top: 0px;
    }

    #free_consultation_team .bg {
        height: 640px;
    }

    #free_consultation_Narula .bg {
        height: 700px;
    }

    #free_consultation_Narula .bg {
        height: 700px;
    }

    #gray-bg .saffron_logo::after {
        right: 13px;
        top: -100px;
        width: 283px;
        background-size: contain;
    }

    /*  #dr_narula {
        margin-top: 0;
        height: 470px;
        background-position: inherit;
        min-height: 0;
    }*/

    #dr_narula {
        /*  margin-top: 0;
        height: 490px;        
        background-position: inherit;
        min-height: 0;*/

        margin-top: 0;
        height: 300px;
        background-position: center;
        min-height: 0;
        background-size: cover;
        background-position-x: center;
    }

        #dr_narula::before {
            background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 80%);
            opacity: 1;
            margin-bottom: -222px;
            margin-top: 54px;
        }

    #free_consultation_Narula .logo-pseudo-gray-left:before {
        top: 101px;
    }

    #sub_page #black_container .container-fluid:before {
        width: 100%;
        height: 475px;
        left: 0;
    }

    #sub_page #black_container {
        background: #26262600;
    }

        #sub_page #black_container .slick-next {
            right: 30px;
        }

        #sub_page #black_container .slick-prev {
            left: 4px;
        }

    #treatments, #about-us, #practice_events {
        height: 645px;
    }

    #smile-gallery {
        height: 582px;
    }

    #contact_us_bg {
        height: 480px;
    }

    #retainers_types .bg:after, #removable_retainers .bg:after, #free_consultation_forever_smile .bg:after {
        margin-bottom: -57px;
    }

    #retainers_types .bg {
        height: 970px;
    }

    #removable_retainers .bg {
        height: 840px;
    }

    #free_consultation_forever_smile .bg {
        height: 665px;
    }

    #retainers_types .logo-pseudo-gray-right::after, #removable_retainers .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #laser_treatment {
        height: 655px;
    }

    #retainers {
        height: 555px;
    }


        #invisalign .container, #bracess .container, #orthodontic_treatment .container, #early_treatment .container, #laser_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #patient_information .container, #first_visit .container, #common_orthodontic_p .container, #patient-information .container, #costs .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #dr_narula .container, #the_team .container, #why_choose_us .container, #office_tour_bg .container, #practice_events .container, #about-us .container, #smile-gallery .container, #find-us .container, #ptc .container {
            padding-top: 130px;
        }

    #what_is_laser_treatment .bg {
        background-size: contain;
        padding-bottom: 20px;
        background-position: inherit;
        max-width: 100%;
        height: 85vh;
    }

    #laser_treatment_who .bg {
        background-size: contain;
        padding-bottom: 20px;
        background-position: inherit;
        max-width: 100%;
        height: 140vh;
    }


    #free_consultation_laser_treatment .bg {
        background-size: contain;
        background-position: inherit;
        height: 100vh;
    }

    #free_consultation_healthy_smile .bg {
        background-size: contain;
        background-position: inherit;
        height: 693px;
    }




    #benefits_adult_orthodontic .bg,
    #early_treatment_what .bg,
    #early_treatment_when .bg,
    #types_of_braces .bg, #early_treatment_why .bg,
    #early_treatment_invisalign .bg, #free_consultation_happy_smiles_start .bg {
        background-size: contain;
        background-position: inherit;
    }

    #early_treatment_invisalign {
        height: 745px;
    }

    #benefits_adult_orthodontic .bg {
        height: 780px;
    }

    #free_consultation_orthodontics .logo-pseudo-gray-left:before {
        top: 127px;
    }

    #early_treatment_why .bg {
        height: 640px;
    }

    #early_treatment_when .bg {
        height: 800px;
    }

    #early_treatment_when .logo-pseudo-gray-left:before {
        left: 0%;
        right: 0;
        top: 30px;
        width: 100%;
    }

    #early_treatment_what .bg {
        height: 800px;
    }

    #what_is_two_phase_treatment .bg, #what_is_laser_treatment .bg {
        height: 600px;
    }

    #free_consultation_laser_treatment .bg {
        height: 660px;
    }

    #corrective_jaw_surgery {
        height: 560px;
    }

    #need_jaw_surgery .bg {
        height: 580px;
    }

    #free_consultation_brand_smile .bg {
        height: 660px;
    }

    #corrective_jaw_surgery_how .bg {
        height: 800px;
    }

    #what_is_mop .bg {
        height: 750px;
    }

    #accelerated_treatment_candidate .bg {
        height: 660px;
    }

    #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg {
        height: 700px;
    }

    #what_is_two_phase_treatment .bg {
        height: 770px;
    }

    #two_phase_treatment {
        height: 560px;
        margin-top: 0px;
    }

    #types_of_braces .bg {
        height: 970px;
        margin-top: -1px;
        z-index: -1;
    }

    #free_consultation_bracess .bg {
        height: 670px;
    }

    #free_consultation_orthodontics {
        background-position-x: 58%;
        background-size: contain;
        background-position: inherit;
    }

    #invisalign .cover h1, #invisalign .cover span, #invisalign p {
        text-align: center !important;
    }

    #invisalign .btn-success {
        margin: auto;
        display: table;
    }

    #invisalign, #bracess, #orthodontic_treatment {
        margin-top: 0px;
        background-position-x: right;
        background-position-y: 0;
        background-size: contain;
        height: 510px;
    }

    #bracess {
        height: 570px;
    }

    #orthodontic_treatment, #orthodontic_treatment {
        height: 620px;
    }



        #invisalign .container,
        #bracess .container,
        #orthodontic_treatment .container, #early_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #patient_information .container, #first_visit .container, #common_orthodontic_p .container, #patient-information .container, #costs .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #the_team .container, #why_choose_us .container, #office_tour_bg .container, #practice_events .container, #about-us .container, #smile-gallery .container, #find-us .container, #ptc .container {
            padding: 120px 0;
        }

    #dr_narula .container {
        padding: 175px 0 0px;
    }

    #invisalign::before, #bracess::before, #orthodontic_treatment::before, #early_treatment::before, #two_phase_treatment::before, #accelerated_ot::before, #corrective_jaw_surgery::before, #retainers::before, #patient_information::before, #first_visit::before, #common_orthodontic_p::before, #patient-information::before #costs::before, #smile_rewards::before, #life_with_braces::before, #orthodontic_faq::before, #treatments::before, #contact_us_bg::before, #dr_narula::before, #the_team::before, #why_choose_us::before, #office_tour_bg::before, #practice_events::before, #about-us::before, #smile-gallery::before, #find-us::before, #ptc::before {
        background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 80%);
    }

    #free_consultation_invisalign .bg {
        height: 710px;
    }

    .logo-pseudo-gray-right::after {
        left: 0%;
        right: 0;
        top: -1px;
        width: 100%;
        height: 269px;
        background-size: contain;
    }

    .logo-pseudo-gray-left:before {
        left: 0;
        right: 0;
        top: -1px;
        width: 100%;
        height: 283px;
        background-size: contain;
    }

    #gray-bg .invisalign {
        display: flex;
        flex-direction: column-reverse;
    }

    #sub_page .fs-32 {
        font-size: 28px !important;
        text-align: center;
    }

    #complimentary_consultation .container {
        width: 100%;
        padding: 0px;
    }



    /*subpage end*/

    #main-content h1 {
        font-size: 24px;
        text-align: center !important;
    }

    #black_container p.text-start {
        text-align: center !important;
    }

    .topbar-bg a.fs-5 {
        font-size: 13px !important;
    }

    #map-block .logo_pseudo_saffron::after {
        right: -31px;
        top: -62px;
        left: auto;
    }

    #main-slider .carousel-item {
        margin-top: 37px;
        background-position: 70% center !important;
    }

    #why_us .container-fluid {
        margin-top: 29px;
    }

    #main-carousal .card-body {
        color: #fff !important;
        padding: 0px;
    }

    #main-carousal .card {
        position: absolute;
        margin-top: 85px;
        text-align: center !important;
    }

        #main-carousal .card h1 {
            font-size: 32px !important;
        }

    #map-block .map_contact {
        text-align: center;
    }

    #main-slider .carousel-item .carousel-caption {
        padding-top: 360px !important;
        right: 0px;
    }

    #why_us .container-fluid::after {
        right: 21%;
        top: -29px;
        background-size: contain;
        width: 205px;
    }

    #why_us p.fs-2 {
        font-size: 30px;
    }

    #why_us p {
        text-align: center !important;
    }

    #why_us img {
        width: auto;
        height: 70px;
    }

    #why_us .box {
        padding: 80px 0% 50px 0%;
    }

    #Discover_Invisalign {
        margin-top: -46px;
        height: 625px;
    }

        #Discover_Invisalign p.title {
            padding-top: 125px;
            line-height: 34px;
            font-size: 30px;
        }

        #Discover_Invisalign a.btn {
            color: #1a1a1a;
            padding: 16px 32px !important;
        }

        #Discover_Invisalign .container {
            width: 100%;
            padding: 0px;
        }

        #Discover_Invisalign .bg {
            width: 100%;
            background-size: contain;
            height: 320px;
        }

        #Discover_Invisalign:before {
            background: linear-gradient(to top, #000 20%, rgba(255, 255, 255, 0) 35%);
            margin-top: -460px;
        }

        #Discover_Invisalign .text {
            max-width: 100%;
            padding: 0px 0 0px;
        }


        #Discover_Invisalign .logo-pattern {
            position: relative;
            text-align: center;
            transform: translate(0px, 209px);
        }

    #meet_the_doctor .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #meet_the_doctor .text-align {
        text-align: center !important;
        width: 100%;
    }

    #meet_the_doctor {
        margin-top: 0px;
        height: 509px;
        width: 100%;
        background-size: cover;
    }

        #meet_the_doctor .img {
            margin-top: 128px;
        }

    #office_tour .content:before {
        right: 0;
        left: 0;
        top: 72%;
        width: 100%;
        background-size: contain !important;
    }

    #black_container .container {
        position: relative;
        margin-top: 325px;
    }

    #black_container .slick-next {
        right: 9px;
    }

    #black_container .slick-prev {
        left: -8px;
    }

    .slick-next::before, .slick-prev::before, .slick-next::before, .slick-next::before {
        font-size: 36px;
    }

    #black_container {
        background: #262626;
        width: 100%;
    }

    #Wall_stunning_smiles p.title {
        padding-top: 0;
        font-size: 24px !important;
    }

    #why_us p.title {
        margin-top: 5px;
    }

    #why_us .container {
        transform: translate(0px, 50px);
    }

    #Free_Consultation .fs-32 {
        font-size: 28px;
        line-height: 35px;
    }

    .btn {
        padding: 16px 18px !important;
        color: #1a1a1a;
    }

    #black_container .container:before {
        min-height: 0;
    }

    #map-block .map_contact p.title {
        padding-top: 26px;
    }

    .map_contact:before {
        height: 88%;
    }

    .footer .bot ul {
        display: block;
        padding-left: 0px;
        float: none !important;
        margin: auto 25%;
    }

        .footer .bot ul li {
            border-right: none;
            line-height: 25px;
            text-align: center;
        }

    .footer .logo_footer {
        width: 70%;
    }

    .footer .social_icons {
        padding-left: 0px;
    }

    #why_us .container {
        transform: translate(0px, 50px);
    }

    #why_us p.title {
        margin-top: 10px;
        font-size: 30px !important;
    }

    #index-page #main-slider .carousel-item > img {
        position: absolute;
        right: 0px;
        top: 40px;
        height: 100%;
        object-fit: cover;
    }

    #main-carousal .card-body {
        width: auto;
    }

    #sub-page #main-slider .carousel-inner {
        height: 280px;
    }


    #TMJ_Disorder {
        background-position: 66% center;
    }

        #TMJ_Disorder:before {
            content: '';
            background: rgb(5 28 59 / 70%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: -1;
        }

    .topbar-bg .dropdown-menu {
        min-width: 17rem;
        white-space: normal;
    }

    .topbar-bg .btn {
        padding-left: 0 !important;
        padding-right: 0px !important;
        font-size: 0 !important;
    }

        .topbar-bg .btn i {
            font-size: 18px;
            padding: 2px !important;
            margin: 0 !important;
            text-align: center;
            width: 35px;
        }

    #Tagline_Box .card.what-we-do-card .d-flex.bg-dark-blue {
        padding: 20px 0 !important;
    }

    #Tagline_Box .card.what-we-do-card .card-title {
        font-size: 24px !important;
    }

    #Tagline_Box .card.what-we-do-card .hstack {
        flex-direction: column;
        align-items: center;
        align-self: normal;
        gap: 0 !important;
    }

        #Tagline_Box .card.what-we-do-card .hstack .vr {
            width: 20%;
            min-height: 1px !important;
            margin: 15px auto !important;
        }

    #reviews-slider .review-box {
        min-height: 650px;
        padding: 25px 15px !important;
    }

    #reviews-slider .carousel-control-next {
        right: -25px;
    }

    #reviews-slider .carousel-control-prev {
        left: -25px;
    }

    #reviews-slider .carousel-control-next-icon,
    #reviews-slider .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    #reviewsCarousal .carousel-item .carousel-caption svg {
        width: 30px;
        height: 30px;
    }

    #reviewsCarousal .carousel-item .carousel-caption .stars svg {
        width: 15px;
        height: 15px;
    }

    #our-services-cards .what-we-do-div .card .icon-square {
        width: 2rem;
        height: 2rem;
    }

    #footer_section .footer-content .card .address-details .icon-square {
        width: 2rem;
        height: 2rem;
    }



    #sub-page #main-slider .carousel-item .carousel-caption img {
        width: 100%;
    }

    .navbar-brand img {
        width: 210px;
        height: 74px;
    }

    #index-page #main-slider .carousel-item .carousel-caption .card-body .btn-success {
        font-size: 14px !important;
        padding: 16px 32px !important;
    }

    #expert-advice-widget picture {
        width: 280px;
        height: 329px;
        margin-left: auto;
        margin-right: auto;
    }

    #special-cards .card img {
        width: 248px;
        height: 164px;
    }

    #special-cards2 .card img {
        width: 248px;
        height: 164px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 296px;
        height: 182px;
    }

    #main-content ul.list-with-icon li {
        width: 100%;
    }

    #special-offers-slider .carousel-item .carousel-caption .d-flex .btn {
        margin-bottom: 15px;
    }

    #top-header-blocks .card img {
        width: 248px;
        height: 186px;
    }


    #sub-page.contact-page #footer_section .address-details {
        margin-bottom: 0 !important;
    }

    .secure-shield .security-shield-icon {
        margin-right: 6px;
        width: 30px;
        height: 40px;
        margin-top: 6px;
    }

    .secure-shield p {
        font-size: 10px !important;
        width: 70%;
    }

    .contact-form .g-recaptcha > div {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    #sub-page #main-content .sub-page-image img {
        width: 296px !important;
        height: 183px;
    }

    #expert-advice-widget .quotes {
        margin-top: 200px;
    }
}

@media (min-width: 360px) and (max-width: 575.98px) {


    /* #corrective_jaw_surgery::before {
        margin-top: -32px;
        margin-bottom: 51px;
    }*/



    #braces_cleaning .logo-pseudo-gray-right::after {
        top: 105px;
    }

    #braces_cleaning .bg:after {
        margin-top: -183px;
    }

    #free_consultation_brace_care .logo-pseudo-gray-left:before {
        top: 62px;
    }

    #free_consultation_brace_care .bg:after {
        margin-top: -112px;
    }

    #free_consultation_have_questions .logo-pseudo-gray-left:before {
        top: 36px;
    }

    #current_points .logo-pseudo-gray-right::after {
        top: 9%;
    }

    #free_consultation_start_working .logo-pseudo-gray-left:before {
        top: 70px;
    }

    #rewards_program .bg:after {
        margin-top: -175px;
    }

    #common_orthodontic_p::before {
        margin-top: 51px;
        margin-bottom: -156px;
    }

    #afford_orthodontic .bg::after {
        margin-bottom: 0;
        margin-top: -55px;
    }

    #get_started .logo-pseudo-gray-left:before {
        top: 35px;
    }

    #first_visit_cancel .logo-pseudo-gray-right::after {
        top: 30%;
    }

    #afford_orthodontic .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #first_visit_consultation .logo-pseudo-gray-right::after {
        top: 18%;
    }

    #first_visit_consultation .bg::after {
        margin-bottom: 0;
        margin-top: -222px;
    }

    #free_consultation_your_smile .logo-pseudo-gray-left:before {
        top: 58px;
    }

    #free_consultation_your_smile .bg:after {
        margin-top: -74px;
    }

    #blog_container {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

        #blog_container h1 {
            margin-top: 0 !important;
        }

    .breadcrumb {
        display: none;
    }

    #free_consultation_office_tour .logo-pseudo-gray-left:before {
        top: 65px;
    }

    #free_consultation_office_tour .bg:after {
        margin-bottom: 0;
        margin-top: -15px;
    }


    #free_consultation_see_the_difference .bg:after {
        margin-bottom: 0px;
        margin-top: -67px;
    }

    #free_consultation_see_the_difference .logo-pseudo-gray-left:before {
        top: 70px;
    }

    #free_consultation_Narula .logo-pseudo-gray-left:before {
        top: 72px;
    }

    #gray-bg.height .saffron_logo::after {
        right: 0;
        top: -81px;
        width: 300px;
    }

    #gray-bg.height .container_cover {
        padding: 30px 0px 0px;
    }


    #free_consultation_forever_smile .logo-pseudo-gray-left:before {
        top: 70px;
    }

    #corrective_jaw_surgery_how .logo-pseudo-gray-right::after {
        top: 100px;
    }

    #gray-bg.accelerated_treatment .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #what_is_mop .logo-pseudo-gray-right::after {
        top: 18%;
    }

    #accelerated_treatment_candidate .logo-pseudo-gray-right::after {
        top: 30%;
    }

    #free_consultation_accelerated_treatment .logo-pseudo-gray-left:before {
        top: 75px;
    }

    #what_is_mop .bg:after {
        margin-top: -98px;
    }

    #accelerated_ot::before {
        margin-top: -87px;
        margin-bottom: 56px;
    }

    #free_consultation_laser_treatment .logo-pseudo-gray-left:before {
        top: 72px;
    }

    #free_consultation_laser_treatment .bg:after {
        margin-bottom: 0px;
        margin-top: -86px;
    }

    #what_is_laser_treatment .logo-pseudo-gray-right::after {
        top: 50px;
    }

    #free_consultation_healthy_smile .bg:after {
        margin-top: -123px;
        margin-bottom: 0;
    }

    #two_phase_treatment::before {
        margin-top: -58px;
        margin-bottom: 92px;
    }

    #what_is_two_phase_treatment .logo-pseudo-gray-right::after {
        top: 22%;
    }

    #early_treatment_why .logo-pseudo-gray-right::after {
        top: 18%;
    }

    #early_treatment_when .logo-pseudo-gray-left:before {
        top: 120px;
    }

    #bracess {
        background-position: center right !important;
    }

    #free_consultation_bracess .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #types_of_braces .logo-pseudo-gray-right::after {
        right: -12px;
        top: 119%;
        width: 374px;
    }

    #sub_page .fs-28 {
        font-size: 20px !important;
    }

    #sub_page #gray-bg h2 {
        margin: 50px 0 29px !important;
    }

    #complimentary-in-office-consultation .btn {
        margin-top: -29px !important;
        padding: 12px 20px !important;
    }

    #sub_page .btn-success {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    #complimentary_consultation .btn-success {
        margin-bottom: 73px;
        margin-top: 28px;
    }

    #free_consultation_orthodontics .logo-pseudo-gray-left:before {
        left: 0;
        top: 63px;
        width: 100%;
        height: 180px;
    }

    #Free_Consultation .bg {
        height: 500px;
        background-size: contain;
        background-position: inherit;
    }

        #Free_Consultation .bg:before {
            margin-top: -55px;
            /* margin-bottom: -18px;*/
        }

    .topbar-bg .bg_saffron {
        padding: 10px !important;
    }

    .get_to_know .align-self-center {
        padding-bottom: 40px;
    }

    #types_of_braces .bg:after {
        margin-top: -190px;
    }

    #free_consultation_bracess .bg:after {
        margin-bottom: 0 !important;
        margin-top: -22px;
    }

    #types_of_braces .bg:after {
        margin-top: -135px;
    }

    #benefits_adult_orthodontic .bg:after {
        margin-top: -195px;
        margin-bottom: 0;
    }

    #black_container.complimentary_consultation {
        height: 1000px;
    }

    #sub_page #black_container.complimentary_consultation .container-fluid:before {
        height: 470px;
    }

    #sub_page #black_container .slick-carousel-stunning-smiles .slick-next {
        right: -4px;
    }

    .complimentary_consultation a.btn-success {
        margin-top: 30px !important;
    }

    #black_container .slick-carousel-stunning-smiles img {
        width: 95% !important;
    }

    #braces_cleaning .bg {
        height: 990px;
    }

    #office_tour_bg {
        background-image: url(../img/sub-page-banner/location-2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: initial;
        position: relative;
        margin-top: 0;
        height: 540px;
    }

    #gray-bg .invisalign {
        padding-top: 0;
    }

    #early_treatment {
        margin-top: 0;
        height: 300px;
        background-size: cover;
        background-position: center right;
        margin-bottom: 320px !important;
    }

        #early_treatment .container {
            padding: 174px 0;
        }

        #early_treatment::before {
            margin-top: 131px;
            margin-bottom: -125px;
        }

    #Discover_Invisalign .logo-pattern:before {
        top: 300px;
        left: 0;
        width: 100%;
    }

    #invisalign, #two_phase_treatment, #corrective_jaw_surgery, #retainers, #laser_treatment, #the_team, #why_choose_us, #first_visit {
        height: 500px;
    }



        #bracess .cover p, #invisalign .cover p {
            padding-top: 20px !important;
        }

    #sub-page #main-content h1 {
        margin-top: 85px;
    }

    #bracess, #invisalign {
        background-size: cover;
        height: 300px;
        background-position: initial;
        background-position-x: 0;
        margin-top: 0px !important;
    }

        #bracess::before, #invisalign::before {
            margin-bottom: -157px;
            margin-top: 101px;
        }

    #gray-bg {
        margin-top: 330px;
    }

        #gray-bg.invi {
            margin-top: 260px;
        }

    #orthodontic_treatment {
        height: 670px;
    }

    #accelerated_ot {
        height: 730px;
    }

    #black-bg h2 {
        font-size: 32px !important;
        text-align: center;
    }

    #complimentary-in-office-consultation {
        background-image: url(../img/sub-page-banner/hero-consult-mob-new.webp);
        position: relative;
        margin-top: -578px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        height: 1820px;
    }

        #complimentary-in-office-consultation .contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--text-white);
        }


        #complimentary-in-office-consultation .contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .form-control .contact-form .form-select {
            color: #ffffff;
        }

        #complimentary-in-office-consultation .contact-form .form-select {
            color: #fff;
        }

    .contact-form .form-select {
        color: #000;
    }

    #complimentary-in-office-consultation:after {
        background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0) 74%);
        margin-top: 500px;
    }

    #sub_page #complimentary-in-office-consultation h1 {
        color: #fff !important;
    }

    #sub_page #complimentary-in-office-consultation p {
        color: #fff;
    }

    #complimentary-in-office-consultation .container {
        padding: 933px 0 40px;
    }

    #black-bg {
        padding: 0px 0;
    }

    #sub_page #complimentary-in-office-consultation .form-control {
        border: 1px solid #fff !important;
    }

    #sub_page #complimentary-in-office-consultation .form-select {
        /* padding: 12px 45px; */
        background-color: #fff0;
        border: 1px solid #fff !important;
    }


    #default-menu .navbar-brand img {
        width: 195px;
        background: #fff !important;
        margin-left: -30px !important;
    }

    #index-page #main-slider .carousel-item:nth-child(1) {
        background-image: url(../img/main-slider/slider-item-model-1-mob.webp) !important;
    }



    #index-page #main-slider .carousel-item:nth-child(2) {
        background-image: url(../img/main-slider/slider-item-model-2-mob.webp) !important;
    }

    #index-page #main-slider .carousel-item:nth-child(3) {
        background-image: url(../img/main-slider/slider-item-model-mob.webp) !important;
    }

    #free_consultation_your_smile .bg {
        background-position: inherit;
        height: 715px;
    }

    #free_consultation_office_tour .bg {
        height: 660px;
    }

    #find-us {
        height: 515px;
        margin-top: 0;
    }

    #orthodontic_faq {
        height: 530px;
    }

    #free_consultation_have_questions .bg {
        height: 640px;
    }

    #life_with_braces {
        margin-top: 0;
        height: 540px;
    }

    .h6 {
        text-align: left !important;
        font-size: 24px !important;
    }

    #free_consultation_brace_care .bg {
        height: 666px;
    }

    #smile_rewards {
        height: 600px;
        margin-top: 0;
    }

        #smile_rewards::before {
            margin-bottom: 10px
        }

    #rewards_program .logo-pseudo-gray-right::after {
        top: 24%;
    }

    #current_points .bg, #free_consultation_start_working .bg {
        height: 775px;
        background-position: inherit;
    }

    #rewards_program .bg {
        height: 865px;
    }

    #finance_options .bg {
        height: 735px;
    }

        #finance_options .bg::after {
            margin-bottom: 0;
            margin-top: -93px;
        }

    #insurance .bg {
        height: 915px;
    }

    #insurance .logo-pseudo-gray-right::after {
        top: 12%;
    }

    #insurance .bg:after {
        margin-bottom: 0px;
        margin-top: -135px;
    }

    #paymentcalculator .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #free_consultation_custom_quote .logo-pseudo-gray-left:before {
        top: 70px;
    }

    #free_consultation_custom_quote .bg:after {
        margin-top: -45px;
    }

    #paymentcalculator .bg {
        height: 625px;
    }

    #common_orthodontic_p {
        margin-top: 0;
        height: 380px;
    }

    #patient-information {
        height: 620px;
        margin-top: 0;
    }



    #costs {
        height: 570px;
        margin-top: 0;
    }

    #finance_options .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #first_visit {
        margin-top: 0;
        height: 650px;
    }

    #first_visit_consultation .bg {
        height: 960px;
    }

    #afford_orthodontic .bg {
        height: 815px;
    }

    #first_visit_cancel .bg {
        height: 650px;
    }

    #get_started .bg {
        height: 700px;
    }

    #patient_information {
        background-size: contain;
        margin-top: 0;
        height: 440px;
    }

        #patient_information .container {
            padding: 237px 0 0px;
        }

    #blog_container .blog_new .date {
        width: 80px;
        right: 0px;
    }

    #ptc {
        margin-top: 0px;
        height: 400px;
        background-position: center right;
    }

        #ptc .container {
            padding: 160px 0 0px;
        }


    #why_choose_us {
        height: 470px;
        margin-top: 0px;
    }

    #free_consultation_see_the_difference .bg {
        height: 700px;
    }

    #the_team {
        margin-top: 0px;
    }

    #free_consultation_team .bg {
        height: 640px;
    }

    #free_consultation_Narula .bg {
        height: 730px;
    }

    #gray-bg .saffron_logo::after {
        right: 68px;
        top: -118px;
        width: 266px;
        background-size: contain;
    }

    #free_consultation_Narula .bg:after {
        margin-top: -106px;
    }


    #dr_narula {
        /*  margin-top: 0;
        height: 490px;        
        background-position: inherit;
        min-height: 0;*/

        margin-top: 0;
        height: 300px;
        background-position: center;
        min-height: 0;
        background-size: cover;
        background-position-x: center;
    }

        #dr_narula::before {
            background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 80%);
            opacity: 1;
            margin-bottom: -250px;
        }

    #gray-bg.height {
        margin-top: 250px;
    }

    #sub_page #black_container .container-fluid:before {
        width: 100%;
        height: 460px;
        left: 0;
    }

    #sub_page #black_container.smile-gallery .container-fluid:before {
        height: 528px !important;
    }

    #sub_page #black_container.practice_event .container-fluid:before {
        height: 760px;
    }

    #sub-page .slick-carousel {
        margin-top: 0;
    }

    #sub_page #map-block {
        margin-top: -40px;
    }



    #sub_page #black_container {
        background: #26262600;
    }

        #sub_page #black_container .slick-next {
            right: 4px;
        }

        #sub_page #black_container .slick-prev {
            left: 4px;
        }

        #sub_page #black_container .slick-carousel-stunning-smiles .slick-prev {
            left: -6px;
        }

    #smile-gallery {
        margin-top: 0;
        height: 610px;
    }

    #practice_events {
        height: 680px;
        margin-top: 0;
    }



    #treatments, #about-us {
        height: 660px;
        margin-top: 0;
    }

    #contact_us_bg {
        margin-top: 0px;
        height: 500px;
    }

    #free_consultation_forever_smile .bg:after {
        margin-bottom: 0;
        margin-top: -56px;
    }

    #retainers_types .bg:after {
        margin-bottom: 0;
        margin-top: -160px;
    }

    #removable_retainers .bg:after {
        margin-bottom: 0;
        margin-top: -115px;
    }

    #retainers_types .bg {
        height: 1030px;
    }

    #removable_retainers .bg {
        height: 890px;
    }

    #free_consultation_forever_smile .bg {
        height: 700px;
    }

    #removable_retainers .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #retainers_types .logo-pseudo-gray-right::after {
        top: 30%;
    }

    #retainers {
        height: 630px;
    }

    #laser_treatment {
        height: 630px;
    }


    #corrective_jaw_surgery {
        height: 650px;
    }

    #need_jaw_surgery .bg {
        height: 580px;
    }

    #free_consultation_brand_smile .bg {
        height: 660px;
    }

    #corrective_jaw_surgery_how .bg {
        height: 885px;
    }

        #corrective_jaw_surgery_how .bg:after {
            margin-bottom: 0;
            margin-top: -60px;
        }

    #need_jaw_surgery .logo-pseudo-gray-right::after {
        top: 30%;
    }

    #free_consultation_brand_smile .logo-pseudo-gray-left:before {
        left: -6%;
        top: 72px;
    }

    #what_is_mop .bg {
        height: 810px;
    }

    #accelerated_treatment_candidate .bg {
        height: 660px;
    }

    #free_consultation_custom_quote .bg {
        height: 700px;
    }

    #free_consultation_accelerated_treatment .bg {
        height: 725px;
    }

        #free_consultation_accelerated_treatment .bg:after {
            margin-top: -95px;
        }

    #invisalign, #bracess, #orthodontic_treatment, #retainers, #early_treatment_when, #early_treatment_what, #early_treatment_invisalign, #free_consultation_happy_smiles_start {
        margin-top: -22px;
    }

    #two_phase_treatment, #laser_treatment, #accelerated_ot, #corrective_jaw_surgery {
        margin-top: 0px;
    }


    #what_is_laser_treatment .bg {
        background-size: contain;
        padding-bottom: 20px;
        background-position: inherit;
        max-width: 100%;
        height: 70vh;
    }

    #laser_treatment_who .bg {
        background-size: contain;
        padding-bottom: 20px;
        background-position: inherit;
        max-width: 100%;
        height: 950px;
    }

    /* #two_phase_treatment {
        height: 85vh;
    }*/

    #two_phase_treatment {
        height: 680px;
    }

    #what_is_two_phase_treatment .bg:after {
        margin-top: -55px;
    }

    #laser_treatment_who .bg:after {
        margin-bottom: 0px;
        margin-top: -101px;
    }

    #laser_treatment {
        background-size: cover;
        height: 300px;
        background-position: right center;
    }


        #laser_treatment::before {
            margin-top: 144px;
            margin-bottom: -141px;
        }

    #what_is_laser_treatment {
        margin-top: 430px;
    }


    #free_consultation_healthy_smile .logo-pseudo-gray-left:before {
        top: 75px;
    }

    #benefits_adult_orthodontic .bg,
    #types_of_braces .bg, #early_treatment_why .bg,
    #early_treatment_what .bg,
    #early_treatment_when .bg,
    #what_is_two_phase_treatment .bg,
    #early_treatment_invisalign .bg {
        background-size: contain;
        background-position: inherit;
    }



    #benefits_adult_orthodontic .bg {
        height: 840px;
    }

    #what_is_two_phase_treatment .bg, #early_treatment_invisalign .bg {
        height: 785px;
    }

    #early_treatment_when .bg {
        height: 888px;
    }

        #early_treatment_when .bg:after {
            margin-top: -140px;
        }

    #early_treatment_what .logo-pseudo-gray-right::after {
        top: 130px;
    }

    #early_treatment_why .bg {
        height: 645px;
    }

    #early_treatment_what .bg {
        height: 865px
    }

        #early_treatment_what .bg:after {
            margin-top: -70px;
        }


    #early_treatment_invisalign .logo-pseudo-gray-left:before {
        top: 100px;
    }

    #early_treatment_invisalign .bg:after {
        margin-top: -122px;
    }

    #free_consultation_happy_smiles_start .logo-pseudo-gray-right::after {
        right: -10px;
        top: 65px;
        width: 359px;
    }

    #what_is_laser_treatment .bg, #free_consultation_laser_treatment .bg {
        height: 600px;
    }

    #what_is_two_phase_treatment .bg {
        height: 870px;
    }

    #free_consultation_orthodontics .bg, #free_consultation_happy_smiles_start .bg, #free_consultation_healthy_smile .bg, #free_consultation_laser_treatment .bg {
        background-size: contain;
        background-position: inherit;
    }

    #free_consultation_laser_treatment .bg {
        height: 720px;
    }

    #free_consultation_orthodontics .bg {
        height: 750px;
    }

        #free_consultation_orthodontics .bg:after {
            margin-top: -101px;
            margin-bottom: 0px;
        }

    #free_consultation_happy_smiles_start .bg {
        height: 730px;
    }


    #free_consultation_invisalign .bg {
        height: 630px;
    }

    #free_consultation_bracess .bg {
        height: 666px;
    }

    #free_consultation_healthy_smile .bg {
        height: 750px;
    }

    #types_of_braces .bg {
        margin-top: -1px;
        z-index: -1;
        height: 1010px;
    }



    /*subpage*/

    #invisalign .cover h1, #invisalign .cover span, #invisalign p {
        text-align: center !important;
    }

    #invisalign .btn-success {
        margin: auto;
        display: table;
    }



    #invisalign .container, #bracess .container,
    #orthodontic_treatment .container, #early_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #common_orthodontic_p .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #dr_narula .container, #why_choose_us .container, #office_tour_bg .container, #about-us .container, #find-us .container, #laser_treatment .container {
        padding: 120px 0 40px;
    }

    #patient-information .container {
        padding: 91px 0 40px;
    }

    #common_orthodontic_p .container {
        padding: 88px 0 40px;
    }

    #common_orthodontic_p::before {
        margin-top: 51px;
        margin-bottom: -169px;
    }

    #costs .container {
        padding: 90px 0 40px;
    }

    #sub_page #gray-bg .saffron_logo::after {
        right: 0;
        top: -108px;
        width: 338px;
        background-size: contain;
    }

    #free_consultation_professional_treatment .logo-pseudo-gray-left:before {
        top: 71px;
    }

    #practice_events .container {
        padding: 100px 0 40px;
    }

    #free_consultation_professional_treatment .bg {
        height: 640px;
    }


        #free_consultation_professional_treatment .bg:after {
            margin-top: -100px;
        }

    #the_team .container {
        padding: 100px 0 40px;
    }

    #smile-gallery .container {
        padding: 87px 0 40px
    }

    #patient_information .container {
        padding: 110px 0 40px;
    }

    #first_visit .container {
        padding: 100px 0 40px;
    }

    #bracess .container {
        padding: 142px 0 0;
    }


    #ptc::before {
        margin-top: 168px;
        margin-bottom: -5px;
    }



    .logo-pseudo-gray-right::after {
        right: 0;
        top: -9%;
        width: 100%;
        height: 180px;
        background-size: contain;
    }

    #laser_treatment_who .logo-pseudo-gray-right::after {
        top: 22%;
    }

    #benefits_adult_orthodontic .logo-pseudo-gray-right::after {
        top: 80px;
        height: 140px;
    }

    #free_consultation_invisalign .logo-pseudo-gray-right::after {
        right: -7px;
        top: 94px;
        width: 368px;
        height: 180px;
        background-size: contain;
        z-index: -1;
    }



    .logo-pseudo-gray-left:before {
        left: -6%;
        top: -30px;
        width: 385px;
        height: 180px;
        background-size: contain;
    }

    #gray-bg .invisalign {
        display: flex;
        flex-direction: column-reverse;
    }

    #sub_page .fs-32 {
        font-size: 27px !important;
        text-align: center;
    }

    /* #complimentary_consultation .container {
        width: 100%;
        padding: 0px;
    }*/

    #complimentary_consultation {
        padding-top: 0px !important;
        height: 945px;
        background-position: inherit;
        background-position-x: 82%;
        background-size: auto 50%;
        margin-bottom: 250px;
    }

        #complimentary_consultation .container {
            margin-top: 655px;
        }

        #complimentary_consultation:after {
            width: 100%;
            background: linear-gradient(to top, #000 50%, rgb(0 0 0 / 0%) 80%);
            opacity: 1;
            margin-top: -190px;
            height: 1380px;
        }


    /*subpage end*/

    #black_container p.text-start {
        text-align: center !important;
    }

    #main-content h1 {
        font-size: 24px;
        text-align: center !important;
    }

    .topbar-bg a.fs-5 {
        font-size: 16px !important;
    }

    #map-block .logo_pseudo_saffron::after {
        right: -31px;
        top: -62px;
        left: auto;
    }

    #main-slider .carousel-item {
        /* margin-top: 19px;*/
        background-position: 85% center !important;
        background-size: cover;
        margin-top: 85px;
        height: 800px;
        background-repeat: no-repeat;
        position: initial;
        z-index: 0;
    }

    #index-page #main-slider .carousel-item .carousel-caption::after {
        display: block;
        content: "";
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        height: 45%;
        top: auto;
        position: absolute;
        width: 100%;
        z-index: 0;
        left: 0px !important;
        bottom: 84px;
    }

    #main-slider {
        height: 680px;
    }

    #why_us .container-fluid {
        margin-top: 205px;
        transform: translate(0px, 0px);
    }

    #index-page #main-slider .carousel-inner {
        height: 885px;
    }

    #main-carousal .card-body {
        color: #fff !important;
        padding: 0px;
    }

    #main-carousal .card {
        position: absolute;
        text-align: center !important;
        margin-top: 85px;
    }

        #main-carousal .card h1 {
            font-size: 40px !important;
        }

    #map-block .map_contact {
        text-align: center;
    }

    #main-slider .carousel-item .carousel-caption {
        padding-top: 440px !important;
        right: 0px;
    }

    #why_us .container-fluid::after {
        right: 21%;
        top: -29px;
        background-size: contain;
        width: 205px;
    }

    #why_us p.fs-2 {
        font-size: 30px;
    }

    #why_us p {
        text-align: center !important;
        font-size: 18px;
    }

    #why_us .card-body p {
        line-height: initial;
    }

    #why_us img {
        width: auto;
        height: 80px;
    }

    #why_us .box {
        padding: 80px 0% 50px 0%;
    }

    #Discover_Invisalign {
        margin-top: -1px;
    }

        #Discover_Invisalign p.title {
            padding-top: 138px;
            line-height: 34px;
            font-size: 28px;
        }

        #Discover_Invisalign .container {
            width: 100%;
            padding: 0;
        }


        #Discover_Invisalign .bg {
            width: 100%;
            background-size: cover;
            height: 390px;
        }

        #Discover_Invisalign .btn {
            margin-top: 15px;
            margin-bottom: 20px;
        }

    #black_container .slick-carousel-stunning-smiles .slick-next {
        right: -5px;
    }

    #Discover_Invisalign:before {
        background: linear-gradient(to top, #000 20%, rgba(255, 255, 255, 0) 35%);
        margin-top: -738px;
    }

    #Discover_Invisalign .text {
        max-width: 100%;
        padding: 125px 0 130px;
    }


    #Discover_Invisalign .logo-pattern {
        position: relative;
        text-align: center;
        transform: translate(0px, 128px);
        padding-bottom: 0;
    }

    #meet_the_doctor .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #meet_the_doctor .text-align {
        text-align: center !important;
        width: 100%;
    }

    #meet_the_doctor {
        margin-top: 0px;
        height: 570px;
    }

        #meet_the_doctor .img {
            margin-top: 79px;
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding: 30px 0 10px;
        }

    #office_tour .content:before {
        right: 0;
        top: 76%;
        width: 100%;
        background-size: contain !important;
    }

    .bg-dark {
        background: #000 !important;
    }

    #black_container .container {
        position: relative;
        margin-top: 320px;
    }

    #black_container {
        background: #262626;
        border-radius: 8px;
    }

    #Wall_stunning_smiles p.title {
        padding-top: 40px;
        font-size: 25px !important;
    }

    #black_container.main_page_gallery #Wall_stunning_smiles p.title {
        padding-top: 0px;
        margin-top: -40px;
    }

    #why_us p.title {
        margin-top: 5px;
        font-size: 30px !important;
    }

    #why_us .container {
        transform: translate(0px, 50px);
    }

    #Free_Consultation .fs-32 {
        font-size: 28px;
        line-height: 35px;
    }

    .btn {
        padding: 16px 28px !important;
    }

    #map-block .map_contact p.title {
        padding-top: 26px;
    }

    .map_contact:before {
        height: 88%;
    }

    /*.maps-section .container {
        width: 100%;
        padding:8px;
    }*/

    .footer .bot ul {
        display: block;
        padding-left: 0px;
        float: none !important;
        margin: auto 25%;
    }

        .footer .bot ul li {
            border-right: none;
            line-height: 25px;
            text-align: center;
        }

    .footer .logo_footer {
        width: 70%;
    }

    .footer .social_icons {
        padding-left: 0px;
    }

    #index-page #main-slider .carousel-item > img {
        position: absolute;
        right: 0px;
        top: 40px;
        height: 100%;
        object-fit: cover;
    }

    #main-carousal .card-body {
        width: auto;
        margin-top: 25px;
        z-index: 1;
    }

    #sub-page #main-slider .carousel-inner {
        height: 280px;
    }

    #TMJ_Disorder {
        background-position: 68% center;
    }

        #TMJ_Disorder:before {
            content: '';
            background: rgb(5 28 59 / 70%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: -1;
        }


    #our-services-cards .card img {
        /*width: 268px;
        height: 201px;*/
    }

    #sub-page #main-slider .carousel-item .carousel-caption img {
        width: 290px;
        height: 200px;
    }

    .topbar-bg .dropdown-menu {
        min-width: 17rem;
    }

    .topbar-bg .btn {
        /*padding-left: 0 !important;
        padding-right: 0px !important;
        font-size: 0 !important;*/
    }

        .topbar-bg .btn i {
            font-size: 18px;
            padding: 2px !important;
            margin: 0 !important;
            text-align: center;
            width: 35px;
        }

    #Tagline_Box .card.what-we-do-card .d-flex.bg-dark-blue {
        padding: 20px 0 !important;
    }

    #Tagline_Box .card.what-we-do-card .card-title {
        font-size: 24px !important;
    }

    #Tagline_Box .card.what-we-do-card .hstack {
        flex-direction: column;
        align-items: center;
        align-self: normal;
        gap: 0 !important;
    }

        #Tagline_Box .card.what-we-do-card .hstack .vr {
            width: 20%;
            min-height: 1px !important;
            margin: 15px auto !important;
        }

    #reviews-slider .review-box {
        min-height: 600px;
        padding: 25px 15px !important;
    }

    #reviews-slider .carousel-control-next {
        right: -25px;
    }

    #reviews-slider .carousel-control-prev {
        left: -25px;
    }

    #reviews-slider .carousel-control-next-icon,
    #reviews-slider .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    #reviewsCarousal .carousel-item .carousel-caption svg {
        width: 30px;
        height: 30px;
    }

    #reviewsCarousal .carousel-item .carousel-caption .stars svg {
        width: 15px;
        height: 15px;
    }

    #our-services-cards .what-we-do-div .card .icon-square {
        width: 2rem;
        height: 2rem;
    }

    #footer_section .footer-content .card .address-details .icon-square {
        width: 2rem;
        height: 2rem;
    }


    .container {
        /* width: 340px;*/
        width: 94%;
    }

    #footer_copyright .py-3 {
        /*padding-bottom: 185px !important;*/
    }

    .navbar-brand img {
        width: 210px;
        height: 74px;
    }



    #index-page #main-slider .carousel-item .carousel-caption .card-body .btn-success {
        font-size: 16px !important;
    }

    #expert-advice-widget picture {
        width: 300px;
        height: 352px;
        margin-left: auto;
        margin-right: auto;
    }

    #expert-advice-widget .slogan-text {
    }

        #expert-advice-widget .slogan-text span {
            display: inline-block;
        }

    #special-cards .card img {
        width: 268px;
        height: 178px;
    }

    #special-cards2 .card img {
        width: 268px;
        height: 178px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 316px;
        height: 195px;
    }

    #main-content ul.list-with-icon li {
        width: 100%;
    }

    #top-header-blocks .card img {
        width: 268px;
        height: 201px;
    }

    /*#footer_section .accreditations a img {
        width: 316px;
        height: 140px;
    }*/

    #sub-page.contact-page #footer_section .address-details {
        margin-bottom: 0 !important;
    }

    .secure-shield .security-shield-icon {
        margin-right: 6px;
        width: 30px;
        height: 40px;
        margin-top: 5px;
    }

    .secure-shield p {
        font-size: 10px !important;
        width: 75%;
    }

    .contact-form .g-recaptcha > div {
        -webkit-transform: scale(0.818);
        -moz-transform: scale(0.818);
        -ms-transform: scale(0.818);
        -o-transform: scale(0.818);
        transform: scale(0.818);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    #sub-page #main-content .sub-page-image img {
        width: 316px !important;
        height: 195px;
    }

    #special-offers-slider .carousel-item .carousel-caption .d-flex .btn {
        margin-bottom: 15px;
    }

    #expert-advice-widget .quotes {
        margin-top: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    #gray-bg.common-orthodontic-faq {
        margin-top: 100px;
    }

    #common_orthodontic_p {
        height: 670px;
    }

    #insurance .bg {
        height: 750px;
    }

    #insurance .logo-pseudo-gray-right::after {
        right: 0;
        top: 4%;
        width: 100%;
    }

    #paymentcalculator .logo-pseudo-gray-right::after {
        right: 0;
        top: -12%;
        width: 100%;
    }

    #complimentary_consultation {
        padding-top: 0px !important;
        height: 945px;
        background-position: inherit;
        background-position-x: right;
        background-size: auto 50%;
        margin-bottom: 250px;
    }

        #complimentary_consultation .container {
            margin-top: 587px;
        }

        #complimentary_consultation:after {
            width: 100%;
            background: linear-gradient(to top, #000 50%, rgb(0 0 0 / 0%) 80%);
            opacity: 1;
            margin-top: -215px;
            height: 1312px;
        }


    #find-us {
        margin-top: 0;
    }

    #bracess {
        height: 665px;
    }

    #complimentary-in-office-consultation {
        background-image: url(../img/sub-page-banner/hero-consult-mob-new.webp);
        position: relative;
        margin-top: -578px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        height: 1800px;
    }

        #complimentary-in-office-consultation .contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--text-white);
        }


        #complimentary-in-office-consultation .contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
            color: var(--text-white);
        }

        #complimentary-in-office-consultation .contact-form .form-control, .contact-form .form-select {
            color: #ffffff;
        }

        #complimentary-in-office-consultation:after {
            background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0) 74%);
            margin-top: 500px;
        }

    #sub_page #complimentary-in-office-consultation h1 {
        color: #fff !important;
    }

    #sub_page #complimentary-in-office-consultation p {
        color: #fff;
    }

    #complimentary-in-office-consultation .container {
        padding: 933px 0 40px;
    }

    #sub_page #complimentary-in-office-consultation .form-control, #sub_page .form-select {
        border: 1px solid #fff;
    }

    #black-bg {
        padding: 0px 0;
    }

    #orthodontic_faq {
        height: 750px;
    }

    #gray-bg .saffron_logo::after {
        right: 22%;
        top: -120px;
        width: 358px;
        background-size: contain;
    }


    #first_visit_cancel .logo-pseudo-gray-right::after {
        top: -82%;
        right: 22px;
    }

    #afford_orthodontic .bg, #first_visit_cancel .bg, #get_started .bg {
        height: 690px;
    }

    #first_visit_consultation .bg {
        height: 900px;
    }

    #patient_information {
        background-size: contain;
        margin-top: -100px;
        height: 540px;
    }

    .blog_new p {
        text-align: center !important
    }

    #blog_container .blog_new .date {
        display: none;
    }

    #ptc {
        margin-top: -25px;
        height: 365px;
        background-position: center right;
    }

        #ptc .container {
            padding: 200px 0 0px;
        }

    /*subpage*/

    #free_consultation_see_the_difference .bg {
        height: 700px;
    }

    #free_consultation_team .bg {
        height: 700px;
    }

    #the_team {
        height: 770px;
    }

    #free_consultation_Narula .bg {
        height: 880px;
    }

    #retainers_types .bg:after, #removable_retainers .bg:after, #free_consultation_forever_smile .bg:after {
        margin-bottom: -57px;
    }

    #free_consultation_Narula .bg:after {
        margin-bottom: -57px;
    }

    #retainers_types .bg {
        height: 800px;
    }

    #removable_retainers .bg {
        height: 900px;
    }

    #sub_page #black_container .container-fluid:before {
        /* min-height: 76vh;*/
        height: 450px;
        width: 100%;
        left: 0px;
    }

    #sub_page #black_container {
        background: #26262600;
    }

    #free_consultation_forever_smile .bg {
        height: 830px;
    }

    #retainers_types .logo-pseudo-gray-right::after, #removable_retainers .logo-pseudo-gray-right::after {
        top: 20%;
    }


    #retainers {
        margin-top: -44px;
        height: 690px;
    }

    #corrective_jaw_surgery_how .bg {
        height: 900px;
    }

    #need_jaw_surgery .bg {
        height: 690px;
    }

    #need_jaw_surgery .logo-pseudo-gray-right::after {
        right: 94px;
        top: -12%;
        width: 391px;
    }

    #corrective_jaw_surgery_how .logo-pseudo-gray-right::after {
        right: -22px;
        top: 16%;
    }

    #free_consultation_brand_smile .bg {
        height: 700px;
    }

    #early_treatment_when .bg, #early_treatment_why .bg {
        height: 700px;
        background-position: inherit;
    }

    #what_is_mop .bg {
        height: 790px;
    }

    #invisalign .cover h1, #invisalign .cover span, #invisalign p {
        text-align: center !important;
    }

    .cover h1, .cover span, .cover p {
        text-align: center !important;
    }

    #invisalign .btn-success {
        margin: auto;
        display: table;
    }

    #benefits_adult_orthodontic .logo-pseudo-gray-right::after,
    #free_consultation_invisalign .logo-pseudo-gray-right::after, #free_consultation_bracess .logo-pseudo-gray-right::after, #early_treatment_why .logo-pseudo-gray-right::after, #early_treatment_what .logo-pseudo-gray-right::after, #free_consultation_happy_smiles_start .logo-pseudo-gray-right::after {
        right: 0px;
        top: 0%;
        width: 100%;
        height: 285px;
        z-index: -1;
        background-size: cover;
    }

    #types_of_braces .logo-pseudo-gray-right::after {
        right: 0;
        top: 0%;
        z-index: -1;
        width: 100%;
    }

    #benefits_adult_orthodontic .bg {
        height: 855px;
        background-size: contain;
        background-position: inherit;
    }

    #early_treatment {
        height: 700px;
    }

    #early_treatment_what .bg {
        height: 860px;
    }

    #orthodontic_treatment, #accelerated_treatment_candidate .bg {
        height: 740px;
    }



    #early_treatment_invisalign .bg, #accelerated_ot {
        height: 770px;
    }

    #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg {
        height: 700px
    }

    #free_consultation_happy_smiles_start .bg {
        height: 690px;
    }

        #free_consultation_happy_smiles_start .bg:after {
            margin-top: 120px;
        }

    #early_treatment_invisalign .bg:after {
        margin-bottom: -60px;
    }

    #early_treatment_what .bg:after {
        margin-bottom: -145px;
    }

    #what_is_two_phase_treatment .bg, #what_is_laser_treatment .bg, #free_consultation_laser_treatment .bg {
        height: 700px;
    }

    #laser_treatment_who .bg {
        height: 920px;
    }

    #types_of_braces .bg {
        background-size: contain;
        margin-top: 0;
        height: 1065px;
        background-position: initial;
    }

        #types_of_braces .bg:after {
            margin-top: 100px;
        }



    #invisalign .container, #bracess .container, #orthodontic_treatment .container, #early_treatment .container, #laser_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #patient_information .container, #first_visit .container, #common_orthodontic_p .container, #patient-information .container, #costs .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #dr_narula .container, #why_choose_us .container, #office_tour_bg .container, #practice_events .container, #about-us .container, #smile-gallery .container, #find-us .container, #the_team .container {
        padding: 330px 0 0px;
    }



    #patient_information .container {
        padding: 237px 0 0px;
    }

    #treatments .container, #about-us .container, #practice_events .container, #smile-gallery .container, #contact_us_bg .container {
        padding: 280px 0 0px;
    }

    #laser_treatment .container {
        padding: 255px 0 0px;
    }

    #corrective_jaw_surgery .container {
        padding: 260px 0 0px;
    }

    #invisalign::before, #bracess::before, #orthodontic_treatment::before, #early_treatment::before,
    #laser_treatment::before, #two_phase_treatment::before, #accelerated_ot::before, #corrective_jaw_surgery::before, #retainers::before, #patient_information::before, #first_visit::before, #common_orthodontic_p::before, #costs::before, #patient-information::before, #smile_rewards::before, #life_with_braces::before, #orthodontic_faq::before, #treatments::before, #contact_us_bg::before, #dr_narula::before, #the_team::before, #why_choose_us::before, #office_tour_bg::before, #practice_events::before, #about-us::before, #smile-gallery::before, #find-us::before, #ptc::before {
        margin-top: 137px;
        opacity: 1;
    }

    #dr_narula::before {
        margin-top: 217px;
        margin-bottom: 10px;
    }

    .logo-pseudo-gray-right::after {
        right: 85px;
        top: -12%;
        width: 551px;
        height: 269px;
        background-size: contain;
    }

    #laser_treatment_who .logo-pseudo-gray-right::after, #what_is_laser_treatment .logo-pseudo-gray-right::after {
        right: 0px;
        width: 515px;
    }

    .logo-pseudo-gray-left:before {
        left: 0%;
        top: -1px;
        width: 538px;
        height: 283px;
        background-size: contain;
    }

    #laser_treatment_who .logo-pseudo-gray-right::after {
        top: 20%;
    }

    #gray-bg .invisalign {
        display: flex;
        flex-direction: column-reverse;
    }

    #sub_page .fs-32 {
        font-size: 28px !important;
        text-align: center;
    }

    #complimentary_consultation .container {
        width: 100%;
        padding: 0px;
    }

    #complimentary_consultation {
        height: 845px;
    }

    #free_consultation_orthodontics .bg, #free_consultation_bracess .bg, #free_consultation_healthy_smile .bg {
        background-size: contain;
        background-position: inherit;
        height: 900px;
    }

    #free_consultation_healthy_smile .bg {
        height: 780px;
    }



    #free_consultation_bracess:after {
        margin-top: 178px;
    }


    #free_consultation_healthy_smile .logo-pseudo-gray-left:before {
        top: 30px;
    }





    /*subpage end*/
    #map-block .logo_pseudo_saffron::after {
        right: -30px;
        top: -83px;
        left: auto;
    }

    #main-slider .carousel-item {
        margin-top: 19px;
        background-position: 95% center !important;
    }

    #why_us .container-fluid {
        margin-top: 29px;
        /*padding: 0px 150px;*/
        padding: 0px 15px;
    }


    #why_us .card {
        padding: 0px 31px !important;
    }

    #main-carousal .card-body {
        color: #fff !important;
        width: 100%;
        border-radius: 0px;
        padding: 0px 79px;
    }

    #index-page #main-slider .carousel-item .carousel-caption {
        width: 100%;
        position: relative;
    }

    #main-carousal .card {
        text-align: center !important;
    }

        #main-carousal .card h1 {
            font-size: 40px !important;
        }

    #map-block .map_contact {
        text-align: center;
    }

    #main-slider .carousel-item .carousel-caption {
        width: 100%;
        padding-top: 365px !important;
    }

    #why_us .container-fluid::after {
        right: 32%;
        top: -33px;
        background-size: contain;
        width: 215px;
    }

    #why_us p.fs-2 {
        font-size: 30px;
    }

    #why_us p {
        text-align: center !important;
    }

    #why_us img {
        width: auto;
        height: 70px;
    }

    #why_us .box {
        padding: 80px 0% 50px 0%;
    }

    #Discover_Invisalign {
        height: 790px;
        margin-top: -31px;
    }

        #Discover_Invisalign .bg {
            width: 100%;
            background-size: cover;
            height: 718px;
            background-size: contain;
            background-position: inherit;
        }

        #Discover_Invisalign:before {
            background: linear-gradient(to top, #000 45%, rgba(255, 255, 255, 0) 75%)
        }

        #Discover_Invisalign p.title {
            font-size: 30px;
        }

        #Discover_Invisalign .text {
            max-width: 100%;
            padding: 70px 0 261px;
        }


        #Discover_Invisalign .logo-pattern {
            position: relative;
            text-align: center;
            transform: translate(0px, 460px);
        }

    #meet_the_doctor .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #meet_the_doctor .text-align {
        text-align: center !important;
        width: 100%;
    }

    #meet_the_doctor {
        margin-top: 0px;
    }

        #meet_the_doctor .img {
            margin-top: 137px;
        }

    #black_container .container {
        position: relative;
        margin-top: 26px;
    }

    #black_container {
        background: #262626;
    }

    #Wall_stunning_smiles p.title {
        padding-top: 50px;
    }

    #treatments, #about-us, #practice_events {
        height: 700px;
    }

    #sub-page .slick-carousel {
        margin-top: 0;
    }

    #black_container .slick-next {
        right: 30px;
    }

    #black_container .slick-prev {
        left: 9px;
    }


    #index-page #main-slider .carousel-item > img {
        position: absolute;
        right: 0px;
        top: 40px;
        height: 100%;
        object-fit: cover;
    }

    #sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a .h3 {
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }

    #TMJ_Disorder {
        background-position: 62% center;
    }

    #reviews-slider .review-box {
        min-height: 570px;
    }

    #OurServicesCarousel .carousel-control-next {
        right: -20px;
    }

    #OurServicesCarousel .carousel-control-prev {
        left: -20px;
    }

    .topbar-bg .dropdown-menu {
        min-width: 18rem;
    }

    #slider-c2a .card-body .display-2 {
        font-size: 34px !important;
    }


    #our-services-cards .card img {
        width: 100%;
        height: 100%;
    }

    #sub-page #main-slider .carousel-item .carousel-caption img {
        width: 400px;
        height: 275px;
    }



    #expert-advice-widget picture {
        margin-left: auto;
        margin-right: auto;
        width: 350px;
        height: 411px;
    }

        #expert-advice-widget picture img {
            width: 350px;
            height: 411px;
        }

    #special-cards .card.bg-warning .card-text {
        min-height: 67px;
    }

    #special-cards .card img {
        width: 198px;
        height: 131px;
    }

    #special-cards2 .card.bg-warning .card-text {
        min-height: 67px;
    }

    #special-cards2 .card img {
        width: 198px;
        height: 131px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 516px;
        height: 319px;
    }

    #main-content ul.list-with-icon li {
        width: 50%;
    }

    #top-header-blocks .card img {
        width: 198px;
        height: 149px;
    }

    .secure-shield {
        width: auto;
    }

    #sub-page #main-content .sub-page-image img {
        width: 516px !important;
        height: 319px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {



    /* .container, .container-fluid{
        width:100%;
  
    }*/

    /*custom css navbar*/

    #sub-page #main-content {
        padding-top: 138px !important;
    }

    .topbar-bg {
        position: fixed !important;
        width: 100%;
    }

    #default-menu {
        position: fixed !important;
        width: 100%;
        margin-top: 44px;
    }

    #defaultNavigationMenu {
        padding-top: 15px;
    }

    .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
        transition: .5s ease-in-out;
    }

        .navbar-toggler,
        .navbar-toggler:focus,
        .navbar-toggler:active,
        .navbar-toggler-icon:focus {
            outline: none;
            box-shadow: none;
            border: 0;
        }

            .navbar-toggler span {
                margin: 0;
                padding: 0;
            }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #d3531a;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    .navbar-toggler .top-bar {
        margin-top: 0px;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        margin-top: -12px;
        width: 63px;
        margin-left: -23px;
    }

    .navbar-toggler .bottom-bar {
        margin-top: 0px;
        transform: rotate(-135deg);
    }


    .navbar-toggler.collapsed .top-bar {
        margin-top: -20px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        margin-top: -3px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .toggler-icon {
        background: #d97217;
    }

    #default-menu .navbar-toggler:focus, #services-menu .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem #e9ecef00;
    }

    .btn-navbar {
        width: 40px;
        margin-top: 10px;
    }

    .dropdown_icon:after {
        font-family: 'FontAwesome';
        content: "\f146";
        color: var(--white);
        position: absolute;
        right: 0;
    }

    .dropdown_icon.collapsed:after {
        content: "\f0fe";
        position: absolute;
        right: 0;
    }

    #default-menu .navbar-brand {
        margin-left: 20px;
    }

    #default-menu button {
        margin-right: 20px;
    }

    .navbar_background {
        background: rgba(26,26,26,.85);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
        top: 100%;
        border-radius: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #default-menu .navbar-nav .nav-link[aria-expanded="true"] {
        color: #ffffff !important;
        background: #fff0;
    }




    #default-menu .navbar-nav .nav-link,
    #services-menu .navbar-nav .nav-link {
        margin: 0px 0;
        padding: 6px 20px;
        font-size: 24px;
    }

    #default-menu .navbar-nav .dropdown-item.border-bottom, #services-menu .navbar-nav .dropdown-item.border-bottom {
        background: #fff0;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #b15c1100 !important;
        transition: all .3s;
        position: relative;
        color: #ffffff;
        font-size: 18px;
        padding: 10px 8px !important;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 14px;
    }

    #default-menu .navbar-nav .nav-link:hover,
    #default-menu .navbar-nav .nav-link:focus {
        color: #fff !important;
    }

    #default-menu .navbar-nav .nav-link.active:first-child {
        color: #ffffff !important;
    }

    #default-menu .navbar-nav .dropdown-item {
        color: #fff;
        font-size: 14px;
        padding: 0px 9px !important;
    }

        #default-menu .navbar-nav .dropdown-item:hover {
            color: #fff
        }


    #default-menu .btns {
        padding-left: 20px;
    }

        #default-menu .btns a {
            font-size: 13px;
        }

    .static_social_icons .social_icons {
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding: 10px 0 30px 50px;
    }

        .static_social_icons .social_icons a {
            font-size: 32px;
            padding: 10px;
        }

    /*custom css for navbar end*/


    /*subpage*/

    #current_points .bg {
        height: 600px;
    }

    #free_consultation_office_tour .bg {
        height: 690px;
    }

    #complimentary-in-office-consultation {
        margin-top: -45px;
        height: 950px;
        background-position-x: -436px;
    }

    #sub_page p {
        font-size: 15px;
    }

    /* #ptc {       
        background-size: contain;
        background-position:inherit;
        margin-top: -70px;
        height: 660px;
    }*/

    #first_visit {
        margin-top: -210px;
        height: 740px;
    }

    #blog_container .blog_new .date {
        right: 0px;
    }

    #ptc .container {
        padding: 85px 0;
    }

    #sub_page #black_container.complimentary_consultation .container-fluid:before {
        display: none
    }

    #sub_page #black_container.complimentary_consultation {
        margin-top: -24px;
        border-radius: 8px;
    }



    #invisalign, #bracess, #orthodontic_treatment, #early_treatment, #two_phase_treatment, #laser_treatment, #accelerated_ot, #corrective_jaw_surgery, #retainers, #treatments, #about-us, #practice_events, #smile-gallery, #contact_us_bg, #dr_narula, #the_team, #why_choose_us, #common_orthodontic_p, #patient-information, #costs, #smile_rewards, #life_with_braces, #orthodontic_faq, #find-us {
        margin-top: 0px;
        background-position-x: right;
        background-position-y: 0;
        background-size: cover;
        height: auto;
    }

    #ptc {
        margin-top: 0px;
        background-position-x: right;
        background-position-y: 0;
        background-size: cover;
        height: 370px;
        background-position-y: center;
    }

    #the_team h1 {
        font-size: 28px !important;
    }

    #the_team p {
        font-size: 16px !important;
    }

    #dr_narula {
        min-height: 0;
    }

    .container_cover {
        margin-top: 0px;
        background: none;
        padding: 80px 80px 0px;
    }

    .p_align {
        padding: 0px 80px;
    }

    #gray-bg .saffron_logo::after {
        right: 25%;
        top: -92px;
    }

    #gray-bg.common-orthodontic-faq .saffron_logo::after {
        right: -2%;
        top: -140px;
    }

    #sub_page #black_container {
        margin-top: 70px;
    }


    #what_is_laser_treatment .bg {
        margin-top: 0px;
        background-position-x: left;
        background-position-y: 0;
        background-size: contain;
        height: 75vh;
    }

    #laser_treatment_who .bg {
        background-size: auto;
        background-position-x: -30px !important;
        height: 125vh;
    }



    #complimentary-in-office-consultation .container, #invisalign .container, #bracess .container, #orthodontic_treatment .container, #early_treatment .container,
    #laser_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #common_orthodontic_p .container, #patient-information .container, #costs .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #dr_narula .container, #the_team .container, #why_choose_us .container, #office_tour_bg .container, #practice_events .container, #about-us .container, #smile-gallery .container, #find-us .container {
        padding: 56px 0;
    }

    #first_visit .container {
        padding: 270px 0 0px;
    }

    #patient_information .container {
        padding: 250px 0 0px;
    }

    /*left img*/
    #benefits_adult_orthodontic .bg, #free_consultation_bracess .bg, #early_treatment_why .bg, #early_treatment_what .bg, #free_consultation_happy_smiles_start .bg,
    #free_consultation_healthy_smile .bg, #free_consultation_laser_treatment .bg, #what_is_mop .bg, #accelerated_treatment_candidate .bg, #corrective_jaw_surgery_how .bg, #retainers_types .bg, #free_consultation_forever_smile .bg, #free_consultation_team .bg, #first_visit_cancel .bg, #free_consultation_professional_treatment .bg,
    #free_consultation_your_smile .bg, #rewards_program .bg, #rewards_program .bg, #finance_options .bg, #braces_cleaning .bg, #free_consultation_have_questions .bg, #paymentcalculator .bg {
        background-size: cover;
        background-position-x: -75px;
    }

    #braces_cleaning .bg {
        background-position-x: -115px;
    }

    #first_visit_consultation .bg {
        background-size: contain;
        height: 635px;
        background-position-x: -75px;
    }

    #first_visit_consultation p {
        font-size: 15px;
    }

    #free_consultation_Narula .bg {
        background-size: contain;
        background-position-x: -147px;
        height: 670px;
    }

    #retainers_types .bg {
        height: 890px;
    }

    #free_consultation_invisalign .bg {
        height: 600px;
        background-size: contain;
        background-position-x: -80px;
    }

    #free_consultation_brand_smile .bg {
        background-size: contain;
        background-position-x: 0px;
        height: 635px;
    }

    #corrective_jaw_surgery_how .bg {
        height: 770px;
        /*background-position-x: -140px;*/
    }
    /*right img*/
    #free_consultation_orthodontics .bg,
    #early_treatment_when .bg,
    #early_treatment_invisalign .bg, #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg, #need_jaw_surgery .bg, #removable_retainers .bg, #afford_orthodontic .bg, #get_started .bg, #current_points .bg, #free_consultation_brace_care .bg, #insurance .bg {
        background-size: cover;
        background-position-x: 95px;
    }

    #free_consultation_see_the_difference .bg {
        background-size: cover;
    }

    #need_jaw_surgery .bg {
        background-position-x: 195px;
    }

    #removable_retainers .bg {
        height: 690px;
    }

    #types_of_braces .bg, #what_is_two_phase_treatment .bg {
        background-size: cover;
        background-position-x: 95px;
    }

    .logo-pseudo-gray-right::after {
        right: -30px;
        top: -15%;
        width: 723px;
        height: 269px;
        background-size: contain;
    }

    #early_treatment_when .bg, #early_treatment_what .bg {
        height: 120vh;
    }


    #benefits_adult_orthodontic .logo-pseudo-gray-right::after,
    #types_of_braces .logo-pseudo-gray-right::after,
    #free_consultation_invisalign .logo-pseudo-gray-right::after,
    #free_consultation_bracess .logo-pseudo-gray-right::after,
    #early_treatment_why .logo-pseudo-gray-right::after,
    #early_treatment_what .logo-pseudo-gray-right::after,
    #free_consultation_happy_smiles_start .logo-pseudo-gray-right::after, #what_is_two_phase_treatment .logo-pseudo-gray-right::after, #what_is_laser_treatment .logo-pseudo-gray-right::after, #laser_treatment_who .logo-pseudo-gray-right::after, #what_is_mop .logo-pseudo-gray-right::after, #gray-bg .logo-pseudo-gray-right::after, #accelerated_treatment_candidate .logo-pseudo-gray-right::after, #corrective_jaw_surgery_how .logo-pseudo-gray-right::after, #need_jaw_surgery .logo-pseudo-gray-right::after, #retainers_types .logo-pseudo-gray-right::after, #removable_retainers .logo-pseudo-gray-right::after, #first_visit_consultation .logo-pseudo-gray-right::after, #afford_orthodontic .logo-pseudo-gray-right::after, #first_visit_cancel .logo-pseudo-gray-right::after, #rewards_program .logo-pseudo-gray-right::after, #current_points .logo-pseudo-gray-right::after, #braces_cleaning .logo-pseudo-gray-right::after, #finance_options .logo-pseudo-gray-right::after, #insurance .logo-pseudo-gray-right::after, #paymentcalculator .logo-pseudo-gray-right::after {
        right: 19px;
        top: -3%;
        width: 322px;
        height: 177px;
        background-size: contain;
    }

    #free_consultation_orthodontics .logo-pseudo-gray-left:before,
    #early_treatment_when .logo-pseudo-gray-left::before,
    #early_treatment_invisalign .logo-pseudo-gray-left::before,
    #free_consultation_healthy_smile .logo-pseudo-gray-left::before, #free_consultation_laser_treatment .logo-pseudo-gray-left::before,
    #free_consultation_accelerated_treatment .logo-pseudo-gray-left::before,
    #free_consultation_custom_quote .logo-pseudo-gray-left::before, #free_consultation_brand_smile .logo-pseudo-gray-left::before, #free_consultation_forever_smile .logo-pseudo-gray-left::before, #free_consultation_Narula .logo-pseudo-gray-left::before, #free_consultation_team .logo-pseudo-gray-left::before,
    #free_consultation_see_the_difference .logo-pseudo-gray-left::before, #get_started .logo-pseudo-gray-left::before, #free_consultation_professional_treatment .logo-pseudo-gray-left::before,
    #free_consultation_your_smile .logo-pseudo-gray-left::before, #rewards_program .logo-pseudo-gray-left::before, #free_consultation_start_working .logo-pseudo-gray-left::before, #free_consultation_brace_care .logo-pseudo-gray-left::before, #free_consultation_have_questions .logo-pseudo-gray-left::before {
        left: 0%;
        top: -45px;
        width: 100%;
    }

    .logo-pseudo-gray-left:before {
        left: -3%;
        top: -1px;
        width: 725px;
        height: 283px;
        background-size: contain;
    }

    #gray-bg .invisalign {
        display: flex;
        flex-direction: column-reverse;
    }

    .counting-list li {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    #sub_page .fs-32 {
        font-size: 28px;
    }

    #complimentary_consultation .container {
        width: 100%;
        padding: 0px;
    }

    #complimentary_consultation {
        height: 845px;
    }

    /*subpage end*/
    #map-block .logo_pseudo_saffron::after {
        right: -30px;
        top: -83px;
        left: auto;
    }

    #map-block .map_contact {
        text-align: center;
    }

    #office_tour .content:before {
        right: 50px;
        top: 675px;
    }

    #Free_Consultation .bg {
        height: 450px;
    }

    .map_contact:before {
        left: 0;
        top: 51px;
        border-radius: 4px 4px 0px 4px;
        height: 88%;
    }

    .map_contact {
        width: 100%;
        position: relative;
        margin-bottom: 55px;
    }

    #black_container .slick-prev {
        left: 13px;
        width: 54px !important;
        height: 54px !important;
    }

    #black_container .slick-next {
        right: 13px;
        width: 54px !important;
        height: 54px !important;
    }

    .slick-next::before, .slick-prev::before {
        font-size: 40px;
    }

    #black_container .slick-next, #black_container .slick-prev {
        margin-top: 39px;
    }

    #black_container .slick-carousel .keywords {
        font-size: 14px;
    }

    #Wall_stunning_smiles p.title {
        padding-top: 0px;
    }


    #black_container {
        background: #262626;
        z-index: 0;
        position: relative;
    }

    #meet_the_doctor {
        padding-bottom: 70px;
    }

        #meet_the_doctor .text-align {
            width: 100%;
        }

    .pt-2 {
        padding-top: 0px !important;
    }

    #why_us .container-fluid {
        margin-top: 49px;
        transform: translate(0px, 0px);
    }

    #main-carousal .card-body {
        padding: 30px 30px 30px 0px;
    }

        #main-carousal .card-body h1 {
            font-size: 40px !important;
        }

    #why_us .box {
        padding: 50px 8% 50px 8%;
    }

    #why_us .container-fluid::after {
        background-size: contain;
        top: -65px;
        right: 87px;
        width: 400px;
    }

    #why_us .card-body p {
        font-size: 15px;
        margin-left: 15px;
    }

    #why_us .card {
        margin-bottom: 0px !important;
    }

        #why_us .card img {
            width: 60px;
        }

    #Discover_Invisalign {
        margin-top: 0px;
    }

        #Discover_Invisalign .text {
            max-width: 50%;
        }

    .fs-32 {
        font-size: 26px;
    }

    #Discover_Invisalign .logo-pattern:before {
        top: 142px;
        background-size: contain;
        width: 350px;
    }

    #Discover_Invisalign .text {
        padding: 150px 0;
    }

    .topbar-bg .btns a {
        padding: 9px 9px !important;
    }

    .topbar-bg .btns a {
        letter-spacing: 1px;
    }

        .topbar-bg .btns a:not(.btn) {
            font-size: 13px !important;
            margin: 0 !important;
            padding: 0 4px 0 0 !important;
        }

    #Financing_Options .card-graphic-arrow-one:after, #Financing_Options .card-graphic-arrow-three:after {
        left: 260px;
    }

    #Financing_Options .card-graphic-arrow-two:after {
        display: none;
    }



    #index-page #main-slider .carousel-item > img {
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        object-fit: cover;
    }


    #AllServicesCarousel .carousel-item {
        margin: 0 10px;
        /*flex: 0 0 25%;
        flex: 0 0 33.333333%;*/
        display: block;
        width: 47%;
    }

    #AllServicesCarousel .carousel-inner {
        /*display: flex;*/
    }

    #our-services-cards #AllServicesCarousel .card img {
        width: 100% !important;
        height: 100% !important;
    }

    .lightbox .btn-close {
        right: 45px !important;
        top: -16px !important;
    }

    #review-widget {
        width: 100%;
    }

    #sub-page #main-slider .carousel-inner .carousel-item .subpage-slider-c2a .h3 {
        width: 70%;
        margin: auto;
        margin-top: 25px;
    }

    #expert-advice-widget {
        height: 700px;
    }

    #main-slider .carousel-item {
        background-position-x: 70%;
        background-position-y: top;
        background-position: 42% top;
    }

    #default-menu .navbar-nav .nav-link.active,
    #default-menu .navbar-nav .nav-link.active:hover,
    #default-menu .navbar-nav .nav-link.active:focus {
        color: var(--saffron) !important;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
        width: 180px;
        height: 180px;
    }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content svg {
            width: 110px;
            height: 110px;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-img {
            width: 90px !important;
            height: 90px !important;
        }

    #default-menu .navbar-brand {
        position: relative;
        top: 0;
    }

    /*custom menu*/

    /*.btn .menubars {
            opacity: 1;
        }

    .btn .menuclose {
        opacity: 0;
        display: none;
    }

    .btn.open .menubars {
        opacity: 0;
        display: none;
    }

    .btn.close .menuclose {
        opacity: 1;
        display: block;
    }*/



    /*custom menu ends*/


    #default-menu {
        background: var(--white);
        padding: 0px 0 !important;
    }

        #default-menu .navbar-brand img {
            filter: brightness(0.9) contrast(1.4);
            -o-filter: brightness(0.9) contrast(1.4);
            -ms-filter: brightness(0.9) contrast(1.4);
            -moz-filter: brightness(0.9) contrast(1.4);
            -webkit-filter: brightness(0.9) contrast(1.4);
        }

        #default-menu .navbar-nav .nav-link {
            color: var(--white);
        }



    #TMJ_Disorder {
        background-position: 57% center;
    }

    .topbar-bg .dropdown-menu {
        min-width: 16rem;
    }

    .topbar-bg .gap-3 {
        gap: 0.6rem !important;
    }

    #default-menu .navbar-brand img {
        width: 185px;
        height: auto;
    }

    #main-slider .carousel-inner {
        height: 96vh;
        width: 100%;
        top: 50px;
    }



    #main-slider .carousel-item .carousel-caption {
        padding-top: 220px !important;
        padding-bottom: 435px !important;
    }

    #main-slider .carousel-item .carousel-caption {
        margin-top: 50px;
    }

    #Tagline_Box .card.what-we-do-card {
        padding: 0 !important
    }


        #Tagline_Box .card.what-we-do-card .card-title {
            margin-bottom: 0.5rem;
            font-size: 30px !important;
            padding-bottom: 15px !important;
        }

        #Tagline_Box .card.what-we-do-card .hstack .card-text {
            font-size: 18px !important;
        }

    #reviews-slider .carousel-control-next {
        right: -50px;
    }

    #reviews-slider .carousel-control-prev {
        left: -50px;
    }


    #slider-c2a .card-body .display-2 {
        font-size: 40px;
    }

    #slider-c2a .card-body .fs-2 {
        font-size: 24px !important;
    }

    #reviews-slider .review-box {
        min-height: 480px;
    }

    #Get-to-Know .bg-overlay svg {
        width: 80px;
        height: 80px;
    }

    #footer_section .footer-content .card {
        padding: 10px !important;
    }


    #our-services-cards .card img {
        width: 154px;
        height: 116px;
    }

    #our-services-cards .card .card-title {
        font-size: 18px !important;
    }

    #our-services-cards .card .card-text {
        font-size: 16px !important;
    }

    #sub-page #main-slider .carousel-item .carousel-caption {
        background-repeat: no-repeat;
        background-position: calc(180px) center;
        background-position-x: calc(180px);
        background-position-y: center;
    }

    #index-page #main-slider .carousel-item .carousel-caption {
        background-position: calc(180px) center;
        background-position-x: calc(180px) !important;
        background-position-y: center;
    }

        #index-page #main-slider .carousel-item .carousel-caption .card-body .display-4 {
            font-size: 30px;
        }

        #index-page #main-slider .carousel-item .carousel-caption .card-body .fs-3 {
            font-size: 22px;
        }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content h2 {
        font-size: 30px;
    }

    .navbar-brand img {
        width: 225px;
        height: 62px;
    }

    #expert-advice-widget p.title {
        font-size: 46px;
    }

    #expert-advice-widget p.sub-title {
        font-size: 30px;
    }

        #expert-advice-widget p.sub-title span {
            font-size: 32px;
        }

    #expert-advice-widget p.description {
        font-size: 32px;
    }

    #expert-advice-widget picture {
        bottom: -115px;
        right: -200px !important;
    }

    #special-cards .card:not(.bg-warning) .card-text {
        min-height: 75px;
    }

    #special-cards .card.bg-warning .card-text {
        min-height: 41px;
    }

    #special-cards .card img {
        width: 288px;
        height: 191px;
    }


    #special-cards2 .card:not(.bg-warning) .card-text {
        min-height: 75px;
    }

    #special-cards2 .card.bg-warning .card-text {
        min-height: 41px;
    }

    #special-cards2 .card img {
        width: 288px;
        height: 191px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 696px;
        height: 430px;
    }

    #main-content ul.list-with-icon li {
        width: 50%;
    }

    #special-offers-slider .carousel-item .carousel-caption .d-flex {
        background: rgb(108 108 108 / 85%);
    }

    #top-header-blocks .card img {
        width: 168px;
        height: 126px;
    }



    #seachBoxCollapseCard {
        width: 100%;
        position: relative !important;
        display: block;
    }

        #seachBoxCollapseCard .card {
            margin: 10px 0 0 !important;
            box-shadow: none !important;
        }



    /*custom nav bar ends*/



    #sub-page #main-content .sub-page-image img {
        width: 696px !important;
        height: 430px;
    }

    #main-content #special-offers-slider .carousel-control-prev {
        left: -10px;
    }

    #main-content #special-offers-slider .carousel-control-next {
        right: -10px;
    }

    #main-content #special-offers-slider .container-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


    #expert-advice-widget .description {
        font-size: 250%;
    }

    #main-content h1 {
        font-size: 36px;
    }

    #OurServicesCarousel .carousel-inner {
        display: block;
    }

    #OurServicesCarousel .carousel-control-next {
        display: none;
    }

    #OurServicesCarousel .carousel-control-prev {
        display: none;
    }

    #OurServicesCarousel .carousel-item {
        flex: none;
        display: inline !important;
        width: 33.333333%;
        padding-bottom: 35px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media(min-width:992px) {


    #index-page #main-slider .carousel-item .carousel-caption .card-body .display-4 {
        font-size: 40px;
    }

    #index-page #main-slider .carousel-item .carousel-caption .card-body .fs-3 {
        font-size: 24px;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content h2 {
        font-size: 30px;
    }

    #Tagline_Box .card.what-we-do-card .highlighted-cards .card-cover .card-content h2 {
        font-size: 30px;
    }

    #top-header-blocks .our-services-div .display-5 {
        font-size: 40px;
    }

    .windowScrolled.sidebarSocialIconsVisible #default-menu {
        z-index: 10;
        background: #fff;
    }

        .windowScrolled.sidebarSocialIconsVisible #default-menu .social-nav {
            position: fixed;
            left: 0;
            top: 200px;
            background: #fff;
            padding: 10px 6px 10px 4px;
            border-radius: 0;
            box-shadow: -40px 0 60px -10px #000;
            margin: 0 !important;
            padding: 2px 0px !important;
            font-size: 100% !important;
            display: block;
        }


    .windowScrolled.sidebarSocialIconsVisible .top-c2a-bar .btn-danger,
    .windowScrolled.sidebarSocialIconsVisible .top-c2a-bar .btn-success {
        display: block !important;
    }

    .windowScrolled.sidebarSocialIconsVisible #default-menu .social-nav li {
        display: table;
        margin: 5px 5px !important;
    }

        .windowScrolled.sidebarSocialIconsVisible #default-menu .social-nav li a {
            padding: 5px !important;
        }



    .windowScrolled.sidebarNumberButtonVisible {
    }

        .windowScrolled.sidebarNumberButtonVisible #default-menu .header-call-button {
            margin: 0;
            position: fixed;
            right: -10px;
            top: 211px;
            writing-mode: vertical-lr;
            padding: 10px 6px 10px 6px !important;
            box-shadow: 15px 0 60px -10px #000;
            border-radius: 21px 0 0 21px !important;
            font-size: 18px !important;
        }

            .windowScrolled.sidebarNumberButtonVisible #default-menu .header-call-button i {
                font-size: 22px !important;
            }


            .windowScrolled.sidebarNumberButtonVisible #default-menu .header-call-button.extnlSiteBtn {
                top: 260px !important;
                right: 0px !important;
            }

                .windowScrolled.sidebarNumberButtonVisible #default-menu .header-call-button.extnlSiteBtn i {
                    font-size: 18px !important;
                }

            .windowScrolled.sidebarNumberButtonVisible #default-menu .header-call-button i {
                font-size: 26px;
                vertical-align: text-top;
                margin-right: 0;
                margin-bottom: 5px;
            }

    .windowScrolled.stickyHeaderEnabled .top-c2a-bar {
        margin-bottom: 0 !important;
    }

    .windowScrolled.stickyHeaderEnabled .topbar-bg {
        /*-webkit-backdrop-filter: saturate(180%) blur(15px);
        backdrop-filter: saturate(180%) blur(15px);*/
        background-color: var(--white-transparent);
        display: none;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        width: 100%;
        /*z-index:100;*/
    }

        .windowScrolled.stickyHeaderEnabled .topbar-bg#dropdown ul li {
            z-index: 10000;
            position: fixed;
        }

    .windowScrolled.stickyHeaderEnabled #default-menu {
        position: fixed !important;
        top: 0px;
        width: 100%;
        height: 80px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand img {
            transition: width ease-in-out .3s;
            width: 170px !important;
            transform: translate(10px, 60px);
        }


        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand img {
            z-index: 10000;
        }

        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link.active,
        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link.active:hover,
        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link.active:focus {
            color: var(--saffron) !important;
        }

        .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link:not(.active) {
            color: var(--text-color-gray);
        }

            .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link:not(.active):hover,
            .windowScrolled.stickyHeaderEnabled #default-menu .navbar-nav .nav-link:not(.active):focus {
                color: var(--text-color-dark-gray);
            }

    /*.windowScrolled.stickyHeaderEnabled .topbar-bg .hstack .social-nav li a {
        color: var(--text-color-gray) !important;
    }*/

    .windowScrolled.stickyHeaderEnabled .topbar-bg .hstack .social-nav li a:hover,
    .windowScrolled.stickyHeaderEnabled .topbar-bg .hstack .social-nav li a:focus {
        color: var(--white) !important;
    }

    /*.windowScrolled.stickyHeaderEnabled .topbar-bg .hstack a {
        color: var(--text-color-gray) !important;
    }*/

    .windowScrolled.stickyHeaderEnabled .topbar-bg .hstack a:hover,
    .windowScrolled.stickyHeaderEnabled .topbar-bg .hstack a:focus {
        color: var(--text-dark) !important;
    }

    .windowScrolled.stickyHeaderEnabled .topbar-bg .hstack .vr {
        background-color: var(--text-color-gray);
        opacity: 0.2;
    }

    /*.windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand img {
        width: 200px;
        height: auto;
    }*/
    .windowScrolled.stickyHeaderEnabled #main-slider {
        margin-top: 70px;
    }


    .windowScrolled.stickyServiceMenuEnabled {
    }

        .windowScrolled.stickyServiceMenuEnabled #services-menu {
            position: sticky !important;
            top: 54px;
            width: 100%;
            background: var(--white);
            z-index: 9;
            padding: 0;
        }

            .windowScrolled.stickyServiceMenuEnabled #services-menu .navbar-nav {
                margin-right: 0 !important;
            }
}

@media(min-width:1199px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-20%);
        transition: all .5s;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }
}

@media (min-width: 992px) {
    .dropdown-toggle::after {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    #benefits_adult_orthodontic .logo-pseudo-gray-right::after {
        height: 146px;
    }

    #free_consultation_orthodontics .logo-pseudo-gray-left:before {
        top: -50px;
        height: 150px;
    }

    #free_consultation_orthodontics .bg {
        height: 900px;
        background-position-x: 190px;
    }

    .slick-carousel-stunning-smiles .slick-next, .slick-carousel-stunning-smiles .slick-prev {
        width: 54px !important;
        height: 54px !important;
    }

        .slick-carousel-stunning-smiles .slick-next::before, .slick-carousel-stunning-smiles .slick-prev::before {
            font-size: 40px;
        }

    /*sub page*/
    #early_treatment_why .bg {
        height: 890px;
    }

    #complimentary-in-office-consultation {
        height: 950px;
        background-position-x: -245px;
    }

    #sub_page p {
        font-size: 15px;
    }

    #braces_cleaning .bg {
        height: 750px;
        background-size: contain;
        background-position-x: -70px;
    }

    #free_consultation_brace_care .bg {
        background-size: contain;
    }


    #rewards_program .bg, #finance_options .bg, #paymentcalculator .bg {
        height: 788px;
        background-size: contain;
        background-position: -126px;
    }

    #current_points .bg, #insurance .bg {
        background-size: cover;
        background-position: inherit;
        background-position-x: 122px;
    }

    #free_consultation_start_working .bg {
        background-size: contain;
        background-position: inherit;
    }


    #common_orthodontic_p, #smile_rewards, #life_with_braces, #orthodontic_faq, #costs, #find-us, #patient-information {
        margin-top: -155px;
        height: 640px;
    }

    #first_visit_consultation .bg {
        height: 815px;
        background-size: contain;
        background-position-x: -132px;
    }

    #blog_container .blog_new .date {
        right: 24px;
    }

    #ptc {
        margin-top: -150px;
    }

    #the_team {
        margin-top: -150px;
        height: 845px;
        background-size: cover;
        background-position: right center;
    }



    #dr_narula {
        margin-top: -155px;
        height: 834px;
        min-height: 0;
    }

    #gray-bg .container_cover {
        margin-top: -325px;
    }

    .maps-section .container {
        width: 100%;
        padding: 0px;
    }

    #retainers {
        margin-top: -154px;
        height: 750px;
    }

    #treatments, #about-us, #practice_events, #smile-gallery, #contact_us_bg {
        margin-top: -150px;
        height: 707px;
    }


    #accelerated_ot {
        margin-top: -168px;
        height: 800px;
        background-position-x: 97%;
    }

    #corrective_jaw_surgery {
        margin-top: -150px;
        height: 700px;
        background-position-x: 97%;
    }

    .logo-pseudo-gray-right::after {
        right: 4%;
        top: -20%;
        width: 354px;
        height: 155px;
        background-size: contain;
    }

    .logo-pseudo-gray-left:before {
        left: 0%;
        top: -48px;
        width: 354px;
        height: 155px;
        background-size: contain;
    }

    #laser_treatment_who .logo-pseudo-gray-right::after {
        top: 0%;
    }

    #bracess {
        background-position-y: 0px;
    }

    #benefits_adult_orthodontic .bg,
    #early_treatment_why .bg,
    #early_treatment_when .bg,
    #early_treatment_what .bg,
    #early_treatment_invisalign .bg,
    #what_is_two_phase_treatment .bg,
    #corrective_jaw_surgery_how .bg, #need_jaw_surgery .bg, #free_consultation_brand_smile .bg, #retainers_types .bg, #removable_retainers .bg, #free_consultation_forever_smile .bg, #free_consultation_Narula .bg, #free_consultation_team .bg {
        background-size: contain;
    }

    #types_of_braces .bg {
        background-size: cover;
        background-position-x: 100px;
    }

    #free_consultation_Narula .bg {
        background-position-x: -10%;
    }

    #removable_retainers .bg {
        height: 700px;
    }

    #removable_retainers .logo-pseudo-gray-right::after {
        right: 4%;
        top: -10%;
    }


    #retainers_types .bg {
        height: 850px;
        background-position-x: -100px;
    }

    #retainers_types .logo-pseudo-gray-right::after {
        right: 4%;
        top: -13%;
    }

    #corrective_jaw_surgery_how .bg {
        height: 800px;
    }

    #early_treatment_when .bg,
    #early_treatment_what .bg,
    #early_treatment_invisalign .bg {
        height: 120vh;
    }



    #free_consultation_orthodontics .bg, #free_consultation_bracess .bg,
    #free_consultation_happy_smiles_start .bg,
    #free_consultation_healthy_smile .bg, #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg {
        background-size: contain;
    }

    #free_consultation_accelerated_treatment .bg, #free_consultation_custom_quote .bg {
        height: 800px;
    }

    #complimentary-in-office-consultation .container, #invisalign .container, #bracess .container, #orthodontic_treatment .container, #early_treatment .container, #two_phase_treatment .container, #accelerated_ot .container, #corrective_jaw_surgery .container, #retainers .container, #patient_information .container, #first_visit .container, #common_orthodontic_p .container, #patient-information .container, #costs .container, #smile_rewards .container, #life_with_braces .container, #orthodontic_faq .container, #treatments .container, #contact_us_bg .container, #dr_narula .container, #why_choose_us .container, #office_tour_bg .container, #practice_events .container, #about-us .container, #smile-gallery .container, #find-us .container, #ptc .container {
        padding-top: 250px;
    }

    #the_team .container {
        padding-top: 195px;
    }

    /*sub page ends*/
    .topbar-bg .btns a {
        margin-right: 0px;
        margin-left: 0px;
        padding: 2px 4px;
    }


    #black_container .slick-prev {
        left: 23px;
    }


    #black_container .slick-next {
        right: 23px;
    }

    #black_container .container:before {
        margin-left: -12px;
    }

    #black_container .slick-next, #black_container .slick-prev {
        margin-top: 40px;
    }

    #Discover_Invisalign .text {
        padding: 150px 0;
        padding-top: 250px;
    }

    #Discover_Invisalign .logo-pattern:before {
        left: 0%;
        top: 188px;
        background-size: contain;
        width: 351px;
        height: 180px;
    }

    #why_us .container-fluid {
        margin-top: -35%;
    }

    #why_us .box {
        padding: 65px 6% 41px 6%;
    }

    #why_us .card-body p {
        font-size: 14px;
    }

    #why_us .card {
        margin-bottom: -40px !important
    }

    #why_us img {
        width: 50px;
    }

    #why_us .card-body p {
        font-size: 16px;
    }

    .windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand img {
        width: 180px !important;
        transform: translate(10px, 22px);
    }

    #Financing_Options .card-graphic-arrow-one:after {
        left: 135px;
    }

    #Financing_Options .card-graphic-arrow-two:after {
        left: 135px;
    }

    #Financing_Options .card-graphic-arrow-three:after {
        left: 135px;
    }

    #index-page #main-slider .carousel-item > img {
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        object-fit: cover;
    }

    #review-widget {
        width: 80%;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-title {
        font-size: 20px !important;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-desc {
        font-size: 100% !important;
    }

    #Financing_Options .card .card-title {
        font-size: 150% !important;
    }

    #OurServicesCarousel .carousel-inner {
        display: block;
    }

    #OurServicesCarousel .carousel-control-next {
        display: none;
    }

    #OurServicesCarousel .carousel-control-prev {
        display: none;
    }

    #OurServicesCarousel .carousel-item {
        flex: none;
        display: inline !important;
        width: 33.333333%;
        padding-bottom: 35px;
        margin-right: auto;
        margin-left: auto;
    }




    #main-slider .carousel-item {
        background-position-x: 60%;
        background-position-y: top;
        background-position: 60% top;
    }

    #TMJ_Disorder {
        background-position: 60% center;
    }

    .topbar-bg .dropdown-menu {
        min-width: 18rem;
    }

    .topbar-bg .gap-3 {
        gap: 0.6rem !important;
    }

    #default-menu .navbar-brand {
        top: -31px;
    }


        #default-menu .navbar-brand img {
            width: 210px;
            height: 74px;
        }


    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
        width: 150px;
        height: 150px;
    }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content svg {
            width: 110px;
            height: 110px;
        }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-img {
            width: 70px !important;
            height: 70px !important;
        }

    .windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand {
        margin-top: 15px;
    }


    #slider-c2a .card-body .display-2 {
        font-size: 54px;
    }

    #slider-c2a .card-body .fs-2 {
        font-size: 28px !important;
    }

    #reviews-slider .review-box {
        min-height: 450px;
    }

    #Get-to-Know .bg-overlay svg {
        width: 80px;
        height: 80px;
    }

    #footer_section .footer-content .card {
        padding: 10px !important;
    }


    #our-services-cards .card img {
        width: 234px;
        height: 176px;
    }

    #index-page #main-slider .carousel-item .carousel-caption {
        background-position: 130% center;
        background-position-x: 130%;
        background-position-y: center;
    }






    #expert-advice-widget picture {
        right: -30px !important;
    }

    #expert-advice-widget p.title {
        font-size: 48px;
    }

    #expert-advice-widget p.sub-title {
        font-size: 26px;
    }

        #expert-advice-widget p.sub-title span {
            font-size: 34px;
        }

    #expert-advice-widget picture {
        bottom: -106px;
    }

    #special-cards .card p.card-title {
        font-size: 22px !important;
    }

    #special-cards .card:not(.bg-warning) .card-text {
        min-height: 145px;
    }

    #special-cards .card.bg-warning .card-text {
        min-height: 79px;
    }

    #special-cards .card img {
        width: 168px;
        height: 115px;
    }


    #special-cards2 .card p.card-title {
        font-size: 22px !important;
    }

    #special-cards2 .card:not(.bg-warning) .card-text {
        min-height: 145px;
    }

    #special-cards2 .card.bg-warning .card-text {
        min-height: 79px;
    }

    #special-cards2 .card img {
        width: 248px;
        height: 164px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 468px;
        height: 289px;
    }

    #main-content ul.list-with-icon li {
        width: 33.333333%;
    }

    #top-header-blocks .card img {
        width: 160px;
        height: 190px;
        padding: 15px;
    }


    #services-menu .navbar-nav .nav-link,
    #default-menu .navbar-nav .nav-link {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }

    .windowScrolled.stickyServiceMenuEnabled #services-menu .navbar-nav {
        width: 72%;
    }

    .windowScrolled.stickyHeaderEnabled #default-menu .navbar-brand {
        padding: 0;
    }

    .windowScrolled.stickyServiceMenuEnabled #services-menu .navbar-nav .nav-link {
        padding-left: 0.7rem !important;
        white-space: normal;
        text-align: center;
    }

    #sub-page #main-content .sub-page-image img {
        width: 468px !important;
        height: 289px;
    }


    #special-offers-slider .carousel-inner .carousel-item .carousel-caption p.title {
        font-size: 24px !important;
    }

        #special-offers-slider .carousel-inner .carousel-item .carousel-caption p.title .offer-name {
            font-size: 30px !important;
        }

    #expert-advice-widget .description {
        font-size: 270%;
    }

    #main-content h1 {
        font-size: 36px;
    }
}

@media (min-width:1199px) and (max-width:1299.98px) {
    #why_us .card-body p {
        font-size: 15px;
    }

    #why_us .card {
        margin-bottom: 0px !important
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {



    #Financing_Options .card-graphic-arrow-one:after {
        left: 175px;
    }

    #Financing_Options .card-graphic-arrow-two:after {
        left: 175px;
    }

    #Financing_Options .card-graphic-arrow-three:after {
        left: 185px;
    }


    #expert-advice-widget {
        height: 700px;
    }



    #main-slider .carousel-item {
        background-position-x: 60%;
        background-position-y: top;
        background-position: 60% top;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content .card-img {
        width: 80px !important;
        height: 80px !important;
    }

    #footer_section .footer-content .card {
        padding: 10px !important;
    }

    #default-menu .navbar-brand img {
        width: 260px;
        height: 91px;
        margin-top: 6px;
    }

    #default-menu .navbar-nav .nav-link,
    #services-menu .navbar-nav .nav-link {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }

    #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content {
        width: 180px;
        height: 180px;
    }

        #top-header-blocks .card.what-we-do-card .highlighted-cards .card-cover .card-content svg {
            width: 110px;
            height: 110px;
        }

    #slider-c2a .card-body .display-2 {
        font-size: 60px;
    }

    #slider-c2a .card-body .fs-2 {
        font-size: 30px !important;
    }

    #reviews-slider .review-box {
        min-height: 480px;
    }

    #our-services-cards .card img {
        width: 213px;
        height: 160px;
    }

    #special-cards .card img {
        width: 213px;
        height: 141px;
    }

    #special-cards2 .card img {
        width: 308px;
        height: 204px;
    }

    #our-office-carousal .carousel-inner picture img {
        width: 558px;
        height: 344px;
    }

    #top-header-blocks .card img {
        height: 100px;
    }


    .windowScrolled.stickyServiceMenuEnabled #services-menu .navbar-nav .nav-link {
        padding-left: 0.7rem !important;
    }

    #sub-page #main-content .sub-page-image img {
        width: 558px !important;
        height: 344px;
    }

    #special-offers-slider .carousel-inner .carousel-item .carousel-caption p.title {
        font-size: 24px !important;
    }

        #special-offers-slider .carousel-inner .carousel-item .carousel-caption p.title .offer-name {
            font-size: 30px !important;
        }

    #expert-advice-widget .description {
        font-size: 300%;
    }

    #expert-advice-widget picture {
        bottom: -87px;
    }

    #main-content h1 {
        font-size: 42px;
    }
}

@media (min-width:1299px) and (max-width:1399.98px) {
    #why_us .card-body p {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .doc-credential {
        display: inline !important;
    }
}

.map-sec {
    width: 100%;
    height: 725px;
    background: var(--lightGrayColor);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media (min-width:992px) and (max-width:1024.98px) {
    .map_contact {
        width: 35%;
        margin-top: 170px;
        z-index: 1;
        padding: 7% 30px 5% 3%;
        border-radius: 8px;
        position: absolute;
        background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.85) 100%);
    }
}

@media (min-width:1026px) and (max-width:1600px) {
    .map_contact {
        width: 30%;
        margin-top: 155px;
        z-index: 1;
        padding: 7% 30px 5% 3%;
        border-radius: 8px;
        position: absolute;
        background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.85) 100%);
    }
}


@media (min-width:2000px) {
    .map_contact {
        margin-top: 45px;
    }
}
