﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: "SansitaSwashed";
    src: url('../fonts/SansitaSwashed/SansitaSwashed-Regular.eot') format('eot');
    src: url('../fonts/SansitaSwashed/SansitaSwashed-Regular.woff2') format('woff2'), url('../fonts/SansitaSwashed/SansitaSwashed-Regular.woff') format('woff'), url('../fonts/SansitaSwashed/SansitaSwashed-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons/linecons.eot') format('embedded-opentype'), url('../fonts/linecons/linecons.ttf') format('truetype'), url('../fonts/linecons/linecons.woff') format('woff'), url('../fonts/linecons/linecons.svg') format('svg'), url('../fonts/linecons/linecons.dev.svg') format('svg');
}

@font-face {
    font-family: 'm_plus';
    src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1c/RoundedMplus1c-Medium.woff') format('woff'),url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.eot') format('eot'), url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'm_plus_xtrabold';
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-ExtraBold.eot');
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-ExtraBold.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-ExtraBold.woff') format('woff'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'm_plus_reg';
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.eot');
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.woff') format('woff'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'm_plus_reg';
    src: url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.eot') format('embedded-opentype');
    src: url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.woff2') format('woff2'), url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.woff') format('woff'), url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Monserrat_Medium';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monserrat_Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Balsamiq-Regular';
    src: url('../fonts/Balsamiq_Sans/BalsamiqSans-Regular.ttf');
    font-weight: normal;
    font-display: swap;
}
.height90 {
    height: 90px;
    width: 100%;
}

.partner-header {
    font-size: 14px;
    font-family: m_plus_reg;
}

.news-button {
    display: flex;
}

.news-social-wrap {
    width: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}


.shadow-hover {
    box-shadow: 0px 0 0 0 rgba(0,0,0,0.0);
}


    .shadow-hover:hover {
        box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
        cursor: pointer;
    }

.main-item {
    background-color: white;
    display: flex;
    min-height: 250px;
}

.main-bg {
    width: 100%;
}

.main-bg-1 {
    background: url(../images/banner/banner-1.jpg) left 18% center no-repeat;
    background-size: cover;
}

.main-bg-2 {
    background: url(../images/banner/banner-2.jpg) top right no-repeat;
    background-size: cover;
}

.main-bg-3 {
    background: url(../images/banner/banner-3.jpg) top center no-repeat;
    background-size: cover;
}



.main-img-placeholder {
    opacity: 0;
    width: 100%;
}

.main-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #9bb6d5c2;
}


.main-text {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.main-inner-text {
    display: table-cell;
    vertical-align: middle;
}

.main-header {
    font-family: m_plus_xtrabold;
    font-size: 3.8vw;
}

.main-subtext {
    font-family: m_plus;
    font-size: 3.8vw;
    padding-top: 8px;
    padding-bottom: 10px;
}

.contact-btn {
    font-family: m_plus;
    border-radius: 50px;
    padding: 10px 0px;
    font-size: 3.8vw;
    width: 59vw;
    background-color: #3ab3ff;
    color: white;
    margin: 0 auto;
}

.main-textbox {
    padding: 14px;
}


.about-row {
    padding-top: 24px;
}


.strait-header {
    font-family: m_plus_xtrabold;
    font-size: 20px;
    padding-top: 16px;
    text-align: left;
}

.about-summary {
    font-family: m_plus;
    font-size: 18px;
}



.strait-group {
}

.logo-inner-wrapper {
    margin: 12px 0;
}

.logo {
    padding: 12px 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo-wrapper {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: middle;
}

    .logo-wrapper img {
        width: 210px;
    }

.about-summary {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}

.strait-header {
    width: 80%;
    margin: 0 auto;
}



.about-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
}

.about-stats {
    box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
    background-color: #b5ceeb;
    width: 100%;
}


.about-stats-wrapper {
    display: table;
    margin: 0 auto;
}

    .about-stats-wrapper > div {
        display: block;
        /*width: 33.3%;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

.stats-number {
    font-size: 64px;
    font-family: m_plus;
    border-bottom: 1px solid black;
    line-height: 74px;
}

.stats-desc {
    font-size: 16px;
    padding-top: 12px;
    font-family: 'm_plus';
}

.stats-slogan {
    font-size: 12px;
    font-family: m_plus_reg;
}

.partner-carousel-wrapper {
    width: 100%;
}

#partner-carousel {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

    #partner-carousel .owl-stage {
        margin-top: 6px;
    }



.owl-theme .owl-nav [class*='owl-'] {
    background: none;
}

#partner-carousel.arrow-back {
    display: none;
}

#partner-carousel .arrow-back, #partner-carousel .arrow-next {
    position: absolute;
    top: 0;
    margin-top: 23px;
}

#stats-carousel .arrow-back, #stats-carousel .arrow-next {
    position: absolute;
    top: 0;
    margin-top: 46px;
}



#partner-carousel .arrow-next {
    right: 1vw;
}

#partner-carousel .arrow-back {
    left: 1vw;
    z-index: -1;
}

#stats-carousel .arrow-next {
    right: 9vw;
}

#stats-carousel .arrow-back {
    left: 9vw;
    z-index: -1;
}

#stats-carousel .owl-nav {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}



#partner-carousel .arrow-back img, #partner-carousel .arrow-next img, #stats-carousel .arrow-next img, #stats-carousel .arrow-back img {
    width: 30px;
}

#partner-carousel img {
    width: 64px;
    margin: 0 auto;
}


.dental-image {
    background: url(../images/DentalPlace.jpeg) top 24% center no-repeat;
    background-size: cover;
    width: 100%;
    height: 458px;
}

/*.parallax {
    background-image: url(../images/DentalPlace.jpeg);
    min-height: 340px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.section {
    background: url(../images/text-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
}

.section-header {
    font-family: m_plus;
    font-size: 40px;
    margin-left: 7%;
    letter-spacing: 3px;
    padding: 36px 0;
    margin-right: auto;
}


.service-1 {
    background: url(../images/service-1.jpg) center 36% no-repeat;
    background-size: cover;
}

.service-2 {
    background: url(../images/service-2.jpg) center 36% no-repeat;
    background-size: cover;
}

.service-3 {
    background: url(../images/service-3.jpg) center 36% no-repeat;
    background-size: cover;
}

.service-4 {
    background: url(../images/service-4.jpg) center 36% no-repeat;
    background-size: cover;
}

.service-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.service-cotainer {
    width: 100%;
}

.service-text-wrapper {
    margin-left: 7%;
    padding: 30px 0;
}

.service-title {
    font-family: m_plus;
    color: white;
    font-size: 28px;
    margin-bottom: 24px;
    display:block;
}

    .service-title:hover {
        color: #3ab3ff;
        cursor: pointer;
    }

    .service-item {
        display: inline-block;
        font-family: m_plus_reg;
        font-weight: 600;
        color: white;
        font-size: 16px;
        margin-bottom: 6px;
    }

.center {
    margin: 0;
    text-align: center;
}

.staff-section {
    background: url(../images/staff-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 14px;
}

#staff-carousel {
    width: 76%;
    margin: 0 auto;
    padding-bottom: 32px;
}


.staff-wrapper {
    text-align: center;
}

.staff-img-vaibhav {
    background: url(../images/doctors/vaibhav.jpg) top center no-repeat;
}

.staff-img-casey {
    background: url(../images/doctors/casey.jpg) top center no-repeat;
}

.staff-img-kath {
    background: url(../images/doctors/Katherine.jpg) top center no-repeat;
}

.staff-img-kritika {
    background: url(../images/doctors/kritika.jpg) top center no-repeat;
}

.staff-img-amin {
    background: url(../images/doctors/amin.jpg) top center no-repeat;
}
.staff-img-gareth {
    background: url(../images/doctors/gareth.jpg) top center no-repeat;
}
.staff-img-Thira {
    background: url(../images/doctors/Thira-Wong.jpeg) top center no-repeat;
}
.staff-img-Gan {
    background: url(../images/doctors/DrGan.jpeg) top center no-repeat;
}


.staff-img {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 16px 4px rgba(0,0,0,0.22);
    background-size: cover;
}


.staff-img-placeholder {
    opacity: 0;
    width: 100% !important;
}


.staff-name {
    text-align: center;
    font-family: m_plus;
    color: black;
    font-size: 24px;
    padding-top: 14px;
}

.staff-pos {
    text-align: center;
    font-family: m_plus_reg;
    color: black;
    font-size: 14px;
    margin: -2px;
}



#staff-carousel .owl-prev {
    position: absolute;
    top: 31%;
    left: -35px;
}


#staff-carousel .owl-next {
    position: absolute;
    top: 31%;
    right: -35px;
}



#staff-carousel .owl-nav img {
    width: 30px;
}

.review-section {
    background-color: #b5ceeb;
    text-align: center;
}


#review-carousel {
    padding-top: 24px;
}

    #review-carousel .owl-stage-outer {
        overflow: initial;
    }

    #review-carousel.owl-theme .owl-dots {
        margin-top: 0;
        padding: 30px 0;
    }

        #review-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #3ab3ff;
        }

.review-container {
    width: 82%;
    max-width: 910px;
    margin: 0 auto;
    display: table;
}

.review-text {
    font-family: m_plus_reg;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding: 0 6%;
    padding-bottom: 20px;
    text-align: left;
}

.open-close {
    font-family: SansitaSwashed;
    font-size: 46px;
    position: absolute;
}

.oc-1 {
    top: -20px;
    left: -4px;
    transform: rotateY(180deg);
}

.oc-2 {
    bottom: 0;
    right: 0;
    transform: skewX(-5deg);
}

.review-name {
    font-family: m_plus;
    font-size: 24px;
}

.see-more-review {
    font-family: m_plus_reg;
    font-size: 16px;
}

.social-review-wrapper {
    max-width: 500px;
    padding: 40px 0;
    margin: 0 auto;
    white-space: nowrap;
}


.review-social {
    margin: 0px 30px;
    height: 28px;
    width: 65px;
    padding: 10px 0;
    border-radius: 16px;
    box-sizing: content-box;
    display: inline-block;
    background-color: white;
}

    .review-social img {
        height: 100%;
        vertical-align: initial;
    }

.right-m10 {
    text-align: center;
}

#news-carousel {
    width: 87%;
    margin: 0 auto;
    position: relative;
}

    #news-carousel.owl-theme .owl-dots .owl-dot.active span, #news-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: #1680ec;
    }

.news-wrapper {
    position: relative;
    text-align: center;
}

.news-img {
    /*background: url(../images/news-1.png) center center no-repeat;*/
    background-size: cover;
    display: inline-block;
    border-radius: 30px;
}

.news-img-placeholder {
    opacity: 0;
    width: 75% !important;
}

.news-section {
    padding-bottom: 36px;
}

.news-textbox {
    max-width: 550px;
    padding: 20px;
    margin: 0 auto;
    background-color: white;
    text-align: left;
}

.news-title {
    font-family: m_plus;
    font-size: 18px;
}

.news-date {
    color: #fd5a73;
    padding: 16px 0px;
    font-size: 14px;
    font-family: Monserrat_Regular;
}

.news-description {
    font-family: m_plus_reg;
    min-height: 104px;
    font-size: 16px;
    line-height: 26px;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;*/
}

.news-button {
    white-space: nowrap;
    padding-top: 28px;
    font-family: Monserrat_Medium;
}

.news-more {
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #3ab3ff;
    display: inline-block;
    vertical-align: bottom;
}

    .news-more a {
        color: white;
        font-size: 14px;
    }

.news-share {
    display: inline-block;
    text-align: center;
    float: right;
    font-family: Monserrat_Medium;
}

    .news-share img {
        width: 24px !important;
        margin: 0 auto;
    }

.share-text {
    font-size: 14px;
    color: black;
}


#news-carousel .owl-dots span {
    width: 100px;
    height: 5px;
}

.mt-7px {
    margin-top: 7px;
}

.partner-header {
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
}

#review-carousel .owl-prev {
    position: absolute;
    top: 31%;
    left: 1vw;
}

#review-carousel .owl-next {
    position: absolute;
    top: 31%;
    right: 1vw;
}

#review-carousel .owl-nav img {
    width: 30px;
}

@media screen and (min-width:550px) {


    .stats-number {
        width: 250px;
    }

    /*.main-item {
        height: 350px;
    }*/

    .main-text {
        width: 85%;
    }

    .section-header {
        font-size: 48px;
    }

    #partner-carousel .arrow-next {
        right: -19%;
    }

    #partner-carousel .arrow-back {
        left: -25%;
    }

    #partner-carousel img {
        margin: 0 auto;
        width: 78px;
    }

    #partner-carousel.owl-theme .owl-nav {
        display: block;
    }

    /*#partner-carousel {
        max-width: 300px;
    }*/

        #partner-carousel .arrow-back img, #partner-carousel .arrow-next img {
            width: 44px;
        }

        #partner-carousel .arrow-back, #partner-carousel .arrow-next {
            margin-top: 16px;
        }


    .service-title {
        font-size: 40px;
    }


    #staff-carousel {
        padding-bottom: 37px;
    }

        #staff-carousel .owl-next {
            right: 0;
        }

        #staff-carousel .owl-prev {
            left: 0;
        }

    #staff-carousel {
        width: 65%;
    }


    /*REVIEW section*/
    .main-header {
        font-size: 20px;
    }

    .main-subtext {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .contact-btn {
        padding: 12px 0px;
        font-size: 14px;
        width: 230px;
    }
}


.stats-1, .stats-2, .stats-3 {
    display: table;
    margin: 0 auto;
}

.service-list {
    list-style: none;
    padding-left: 18px;
}

    .service-list li::before {
        content: '';
        display: inline-block;
        height: 10px;
        background-image: url(../images/dots.png);
        background-repeat: no-repeat;
        width: 10px;
        background-size: contain;
        margin-left: -1em;
        margin-right: 1em;
    }

/*@media screen and (max-width:720px){

}*/
@media screen and (min-width:720px) {
    .about-stats-wrapper {
        width: 75%;
    }

    .strait-header {
        font-size: 36px;
    }
}

@media screen and (min-width:880px) {

    /*.main-bg-2 {
        background: url(../images/banner/main_4.png) top right no-repeat;
        background-size: cover;
    }*/


    #main-banner {
        background: url(../images/banner/main_layer.png) center center no-repeat;
        background-size: cover;
    }

        #main-banner:before {
            /*background: linear-gradient(90deg, rgba(213,228,244,1) 43%, rgba(213,228,244,0) 100%);*/
            content: '';
            background-size: cover;
            position: absolute;
            height: 100%;
            width: 32%;
            top: 0;
            left: 0;
            z-index: 1;
        }

        #main-banner:after {
            /*background: linear-gradient(90deg, rgba(213,228,244,0) 0%, rgba(213,228,244,1) 57%);*/
            content: '';
            background-size: cover;
            position: absolute;
            height: 100%;
            width: 32%;
            top: 0;
            right: 0;
            z-index: 1;
        }

    .main-bg-1 {
        /*background: url(../images/banner/main_1.jpg) top 23% center no-repeat;*/
        background-position:top 23% center;
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .main-bg-2 {
        /*background: url(../images/banner/main_2.png) top center no-repeat;*/
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 84%;
    }

    .main-bg-3 {
        /*background: url(../images/bannerM/bg_3.jpg) top 12% center no-repeat;*/
        background-position: top 12% center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .about-summary {
        max-width: 800px;
        text-align: center;
    }

    .strait-header {
        text-align: center;
    }

    .mobile-show {
        display: none;
    }

    .main-bg-fill {
        width: 30%;
    }

    /*.main-bg-1 {
        background-position: top center;
    }*/


    .main-item {
        height: 485px;
    }

    /*.main-item, .main-wrapper {
        height: 485px;
    }

    .main-wrapper {
        background: url(../images/banner/main_layer.png) center center no-repeat;
        background-size: cover;
        position: absolute;
    }*/

    .main-bg {
        width: 100%;
    }

    /*.main-bg {
        width: 70%;
    }*/

    .main-bg-fill {
        display: none;
    }

    .main-text {
        /*width: 51%;
        height: 100%;
        margin: initial;
        margin-left: auto;
        text-align: right;
        padding-right: 50px;*/
    }

    .main-header {
        /*font-size: 46px;*/
        font-size: 32px;
        line-height: 54px;
    }

    .main-subtext {
        padding-top: 20px;
        padding-bottom: 26px;
        /*padding-bottom: 36px;*/
        font-size: 20px;
    }

    .contact-btn {
        /*margin: initial;
        margin:0 auto;*/
        margin-bottom: 25px;
        /*margin-left: auto;*/
        text-align: center;
        width: 285px;
    }

    .main-textbox {
        background-color: transparent;
        padding: 0;
        margin-top: 16px;
    }


    /*STAFF SECTION*/

    .staff-img-placeholder {
        opacity: 0;
        width: 280px !important;
    }

    #staff-carousel .owl-prev {
        top: 30%;
        left: -17%;
    }

    #staff-carousel .owl-next {
        top: 30%;
        right: -17%;
    }

    #staff-carousel .owl-nav img {
        width: 50px;
    }


    #review-carousel .owl-prev {
        top: 30%;
        left: 6.5%;
    }

    #review-carousel .owl-next {
        top: 30%;
        right: 6.5%;
    }

    #review-carousel .owl-nav img {
        width: 50px;
    }

    /*REVIEW SECTION*/
    .review-text {
        text-align: center;
    }
}

@media screen and (min-width:1124px) {

    .partner-carousel-wrapper {
        position: relative;
    }

    .partner-header {
        font-size: 14px;
        font-family: m_plus_reg;
        font-weight: 600;
        /*position: absolute;
        padding-bottom: initial;*/
        padding-bottom: 20px;
        /*top: -108%;
        left: 30%;*/
    }

    .logo {
        padding: 12px;
        display: block;
    }

    .logo-wrapper {
        width: 30%;
        display: inline-block;
    }

        .logo-wrapper img {
            margin: 0 40% 0 20%;
        }

    .main-header {
        /*font-size: 58px;
        line-height: 64px;*/
    }

    .about-row {
        padding-top: 60px;
    }

    #partner-carousel {
        margin-left: 5%;
        margin-right: auto;
        /*margin-top: -28px;*/
    }

    .about-bottom-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: initial;
    }

    /*.about-stats-wrapper > div {
        display: block;
        width: 33.3%;
        padding-top: 18px;
        padding-bottom: 30px;
    }*/

    .partner-carousel-wrapper {
        width: 70%;
        margin: auto;
    }

    .stats-number {
        width: 16vw;
    }

    .about-stats-wrapper {
        width: 90%;
    }

    .about-stats {
        width: 67%;
    }

    .service-cotainer {
        width: 50%;
    }

    .service-text-wrapper {
        padding-top: 80px;
        padding-bottom: 100px;
        margin-left: 14%;
    }


    #partner-carousel .arrow-back {
        display: none;
    }

    #partner-carousel img {
        width: 64px;
    }

    /*.dental-image, .parallax {
        margin-top: -55px;
    }*/


    /*STAFF SECTION*/





    /*NEWS SECTION*/

    .news-img {
        width: 50%;
    }

    .news-img-placeholder {
        width: 41.103vw !important;
    }

    .news-wrapper {
        text-align: initial;
        padding-bottom: 125px;
    }



    .news-textbox {
        width: 45%;
        max-width: 745px;
        padding: 42px 35px 44px 35px;
        box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
        top: 0%;
        right: 2%;
        position: absolute;
        background-color: white;
    }

    .news-date {
        /*padding: 30px 0px;*/
        padding-top: 16px;
        padding-bottom: 32px;
        font-size: 1.246vw;
    }

    .news-more a {
        font-size: 1.029vw;
    }

    #news-carousel .owl-dots {
        position: absolute;
        top: -2px;
        left: -20px;
        display: flex;
        flex-direction: column;
    }


        #news-carousel .owl-dots span {
            width: 3px;
            height: 201px;
            /* margin: 0.781vw 0.684vw; */
            margin: 0 auto;
            position:relative;
        }

            #news-carousel .owl-dots span::after {
                content: '';
                position: absolute;
                width: 40px;
                transform: translateX(-50%);
                height: 100%;
                top: 0;
            }

    .shadow-hover:hover {
        box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
    }

    .shadow-filter-hover-blue:hover {
        -webkit-filter: drop-shadow(5px 5px 5px rgb(181, 206, 235, 0.8));
        filter: drop-shadow(5px 5px 5px rgb(181, 206, 235, 0.8));
    }

    .shadow-filter-hover:hover {
        -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    }

    .service-item:hover {
        color: #3ab3ff;
        cursor: pointer;
    }

    .about-stats-wrapper > div {
        padding-top: 18px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width:1280px) {
    .about-stats {
        width: 70%;
    }
}

@media screen and (min-width:1360px) {

    .service-list {
        padding-left: 1.324vw;
    }

        .service-list li::before {
            height: 0.735vw;
            width: 0.735vw;
        }

    #review-carousel .owl-nav img {
        width: 3.676vw;
    }

    .partner-header {
        font-size: 1.029vw;
    }

    .shadow-filter-hover-blue:hover {
        -webkit-filter: drop-shadow(0.368vw 0.368vw 0.368vw rgb(181, 206, 235, 0.8));
        filter: drop-shadow(0.368vw 0.368vw 0.368vw rgb(181, 206, 235, 0.8));
    }

    .mt-7px {
        margin-top: 0.515vw;
    }

    #partner-carousel .arrow-back, #partner-carousel .arrow-next {
        margin-top: 1.176vw;
    }

    .open-close {
        font-size: 3.382vw;
    }

    .shadow-hover:hover {
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
    }

    .section-header {
        font-size: 3.529vw;
        padding: 2.647vw 0;
        letter-spacing: 0.221vw;
    }


    /*BANNER SECTION*/

    .main-item {
        height: 35.662vw;
    }

    /*.main-item, .main-wrapper {
        height: 35.662vw;
    }*/

    /*.main-text {
        padding-right: 3.676vw;
    }

    .main-textbox {
        margin-top: 1.176vw;
    }

    .main-subtext {
        padding-top: 1.471vw;
        padding-bottom: 2.647vw;
        font-size: 1.176vw;
    }

    .main-header {
        font-size: 4.265vw;
        line-height: 4.706vw;
    }*/

    .main-textbox {
        margin-top: 1.176vw;
    }

    .main-header {
        font-size: 2.353vw;
        line-height: 3.971vw;
    }

    .main-subtext {
        padding-top: 1.471vw;
        padding-bottom: 1.912vw;
        font-size: 1.471vw;
    }

    .contact-btn {
        margin-bottom: 1.838vw;
    }

    .contact-btn {
        width: 20.956vw;
        border-radius: 3.676vw;
        padding: 1.029vw 0vw;
        font-size: 1.176vw;
    }

    /*ABOUT US SECTION*/

    .about-row {
        padding-top: 4.412vw 0;
    }

    .about-summary {
        max-width: 58.824vw;
    }

    .strait-header {
        font-size: 2.647vw;
        padding-top: 1.176vw;
    }

    .about-stats {
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
    }

    .about-stats-wrapper > div {
        display: block;
        /* width: 33.3%; */
        padding-top: 1.324vw;
        padding-bottom: 2.206vw;
    }

    .stats-number {
        font-size: 4.706vw;
        border-bottom: 0.074vw solid black;
        line-height: 5.441vw;
    }

    .stats-desc {
        font-size: 1.176vw;
        padding-top: 0.882vw;
    }

    .stats-slogan {
        font-size: 0.882vw;
    }

    .dental-image, .parallax {
        height: 33.676vw;
        /*margin-top: -4.044vw;*/
    }

    .logo-inner-wrapper {
        margin: 0.882vw 0;
    }

    .logo {
        padding: 0.882vw;
    }

    .logo-wrapper img {
        width: 15.441vw;
    }

    .about-summary {
        font-size: 1.324vw;
    }

    #partner-carousel {
        /*margin-top: -2.059vw;*/
        max-width: 100%;
    }

        #partner-carousel img {
            width: 4.706vw;
        }

        #partner-carousel .arrow-next img {
            width: 3.235vw;
        }



    /*STAFF SECITON*/

    .staff-section {
        padding-bottom: 1.029vw;
    }

    /*NEWS-SECTION*/
    .news-section {
        padding-bottom: 1.2vw;
    }

    .right-m10 {
        letter-spacing: 0.074vw;
        padding-top: 3.676vw;
        margin: 0;
        margin-right: 26%;
        text-align: right;
    }

    .news-wrapper {
        padding-bottom: 8.088vw;
    }

    #news-carousel {
        margin-top: -8.088vw;
    }

    .news-img {
        width: initial;
        border-radius: 2.206vw;
    }

    .news-title {
        font-size: 1.765vw;
    }


    .news-textbox {
        /*width: initial;*/
        max-width: 54.779vw;
        top:22%;
        padding: 3.088vw 2.574vw 3.235vw 2.574vw;
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
    }

    .news-date {
        /*padding: 2.206vw 0vw;*/
        padding-top: 1.176vw;
        padding-bottom: 2.353vw;
    }

    .news-description {
        font-size: 1.176vw;
        line-height: 1.912vw;
        min-height: 7.647vw;
    }

    .news-button {
        padding-top: 2.059vw;
    }

    .share-text {
        font-size: 1.029vw;
    }

    .news-more {
        border-radius: 3.676vw;
        padding: 0.735vw 2.206vw;
    }

    .news-share img {
        width: 1.765vw !important;
    }


    #news-carousel .owl-dots {
        top: -0.147vw;
        left: -1.471vw;
    }

        #news-carousel .owl-dots span {
            width: 0.221vw;
            height: 14.779vw;
        }

            #news-carousel .owl-dots span::after {
                width: 2.941vw;
            }

    /*SERVICE SECTION*/

    .service-text-wrapper {
        padding-top: 5.882vw;
        padding-bottom: 7.353vw;
        margin-left: 14%;
    }

    .service-title {
        font-size: 2.941vw;
        margin-bottom: 1.765vw;
    }

    .service-item {
        font-size: 1.176vw;
        margin-bottom: 0.441vw;
    }

    /*STAFF SECTION*/

    #staff-carousel {
        padding-bottom: 2.721vw;
    }

    .staff-img {
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
        background-size: cover;
    }


    .staff-name {
        font-size: 1.765vw;
        padding-top: 1.029vw;
    }

    .staff-pos {
        font-size: 1.029vw;
        margin: -0.147vw;
    }

    #staff-carousel .owl-nav img {
        width: 3.676vw;
    }

    .staff-img-placeholder {
        width: 20.588vw !important;
    }


    /*REVIEW SECTION*/

    .review-container {
        max-width: 66.912vw;
    }

    .review-text {
        font-size: 1.176vw;
        line-height: 1.838vw;
        padding-bottom: 1.471vw;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 0.735vw;
        height: 0.735vw;
        margin: 0.368vw 0.515vw;
        border-radius: 2.206vw;
    }

    .oc-1 {
        top: -1.471vw;
        left: -0.294vw;
    }

    .open-close {
        font-size: 3.824vw;
    }

    .review-name {
        font-size: 1.765vw;
    }

    .see-more-review {
        font-size: 1.176vw;
    }

    .social-review-wrapper {
        max-width: 36.765vw;
        padding: 2.941vw 0;
    }

    .review-social {
        margin: 0vw 2.206vw;
        height: 2.353vw;
        width: 5.147vw;
        padding: 0.735vw 0;
        border-radius: 1.471vw;
    }
}





@media screen and (max-width:1124px) {
    #partner-carousel {
        padding-bottom: 20px;
    }

    /*.about-bottom {
        padding-bottom: 48px;
    }*/

    .dental-image, .parallax {
        display: none;
    }

    .review-container {
        height: 256px;
    }

    .review-tcell {
        display: table-cell;
        vertical-align: middle;
    }

    .news-img-placeholder {
        width: 95% !important;
    }
    .height90 {
        height: 10px;
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    #partner-carousel {
        padding-bottom: 48px;
        /*margin-top: -13px;*/
    }

    .section-header {
        font-size: 24px;
        margin: 0;
        margin: 0 auto;
        text-align: center;
    }

    .stats-number {
        font-size: 32px;
        line-height: 46px;
    }

    .stats-desc {
        font-size: 16px;
        padding-top: 6px;
    }

    .stats-slogan {
        font-size: 12px;
    }
   
}
