﻿

/*@font-face {
    font-family: 'm_plus';
    src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf');
}*/


/*@font-face {
    font-family: 'm_plus_reg';
    src: url('../fonts/RoundedMplus1c-Regular.eot');
    src: url('../fonts/RoundedMplus1c-Regular.woff2') format('woff2'), url('../fonts/RoundedMplus1c-Regular.woff') format('woff'), url('../fonts/MPLUSRounded1c-Regular.ttf') format('truetype');
}*/

.arrow-back, .arrow-next {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4));
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}


/* Spinner 2 */
.spinner-2:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: coral;
    border-bottom-color: coral;
    animation: spinner 0.7s ease infinite;
}

.sweet-alert h2 {
    font-family: m_plus !important;
    font-size: 30px;
}

.sweet-alert p {
    font-family: m_plus_reg !important;
    font-size: 16px ;
}

.sweet-alert button {
    font-family: m_plus !important;
    font-size: 17px;
    background-color: #3ab3ff !important;
}

.faq-question {
    width: 85%;
    letter-spacing: 0.5px;
}

.clear-nav {
    padding-top: 78px;
}

/*APPOINT ---------- FORM*/
.appointment-form-wrapper {
    width: 80%;
    margin: 0 auto;
}

.pusha-panel--right {
    width: 100%;
}

/* width */
.pusha-panel__content::-webkit-scrollbar, .service-faq-section .faq-text::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.pusha-panel__content::-webkit-scrollbar-track, .service-faq-section .faq-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.service-faq-section .faq-text::-webkit-scrollbar-thumb {
    background-color: #555555
}

/* Handle */
.pusha-panel__content::-webkit-scrollbar-thumb {
    background: #dad6da;
}

    /* Handle on hover */
    .pusha-panel__content::-webkit-scrollbar-thumb:hover, .service-faq-section .faq-text::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.pt-48 {
    padding-top: 48px !important;
}

.form-title {
    font-size: 28px;
    font-family: m_plus
}

.form-subtext {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 12px;
    font-family: m_plus_reg;
    font-weight:600;
}

.form-subsubtext {
    font-size: 14px;
    padding-bottom: 30px;
    font-family: m_plus_reg;
    font-weight: 600;
}

.appointment-form label {
    font-weight: bold;
    font-size: 16px;
}

.each-row {
    padding-bottom: 12px;
}

.txtbox, select, textarea, .nice-select {
    width: 100%;
    height: 40px;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #dad6da !important;
    background: #f9f9f9;
    display: inline-block;
    box-sizing: border-box;
    font-family: m_plus_reg;
    resize: none;
}

label{
    font-family:m_plus;
}


.nice-select {
    padding: 7px 16px;
}

    .nice-select.open:after {
        transform-origin: center center;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nice-select:after {
        content: "";
        width: 18px;
        content: '';
        position: absolute;
        top: 46%;
        right: 4%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 13px solid #3ab3ff;
        border-bottom: 0;
        transform: none;
        transform-origin: center;
    }

.ui-datepicker {
    padding: 0;
}

    .ui-datepicker .ui-datepicker-title {
        font-size: 16px;
    }

.ui-state-default {
    font-size: 16px;
}

.ui-datepicker th {
    font-size: 14px;
}

.ui-widget-header {
    padding: 14px !important;
    border: none;
    background: #3ab3ff;
    color: white;
    font-weight: bold;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 12px;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    filter: brightness(0) invert(1);
    background: url('../images/left-arrow.png') center center no-repeat;
    background-size: cover;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    filter: brightness(0) invert(1);
    background: url('../images/right-arrow.png') center center no-repeat;
    background-size: cover;
}

.ui-datepicker td a, .ui-datepicker td span {
    border-radius: 30px;
    height: 36px;
    width: 100%;
    padding-top: 7px;
    margin: 0 auto;
    text-align: center;
}

.ui-datepicker td {
    width: 14.28%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
}

.ui-state-default {
    background: none;
}

.pdpa {
    font-size: 16px;
}

    .pdpa input {
        margin-right: 1%;
        width: 13px;
        height: 13px;
    }

.submit-btn-row {
    padding-top: 20px;
    text-align: center;
    font-family: m_plus_reg;
}

.submitbtn {
    font-size: 16px;
    border-radius: 50px;
    padding: 15px 56px;
    margin: 0 auto;
    color: white;
    background-color: #3ab3ff;
    text-align: center;
    border: none;
}


/*BANNER SECTION OF PAGE*/

.banner-section {
    position: relative;
}

.banner-wrapper {
    display: flex;
    min-height: 180px;
    position: relative;
}


.banner-text-wrapper {
    width: 100%;
    height: 100%;
}

.banner-inner-text-wrapper {
    margin: 0 auto;
    display: table;
    height: 100%;
    position: relative;
    z-index: 10;
}

.banner-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-image {
    min-height: 180px;
    width: 100%;
    background-size: cover;
}

    .banner-image.service-1 {
        background: url(../images/banner/service_1_banner.jpg) center center no-repeat;
        background-size: 100%;
    }

/*.banner-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ffffff 5%, transparent);
}*/

.banner-header {
    font-family: m_plus_reg;
    font-size: 8vw;
    letter-spacing: 0.5px;
    padding: 20px;
    text-shadow: 0px 0px 10px #00000022;
    white-space: nowrap;
}

.banner-services {
    font-family: m_plus_reg;
    font-size: 16px;
    border-top: 3px solid #054690;
    display: inline-block;
    padding: 10px 20px;
}


.banner-services.lesserpadding {
    padding: 10px 20px;
}

/*FAQ DESIGN*/
.faq-item {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.faq-toggle {
    width: 90%;
    margin: 0 auto;
}

.faq-header {
    background-color: #ffffffBB;
    background-color: #cadff4;
    font-family: m_plus;
    font-size: 16px;
    font-weight:bold;
    padding: 12px 24px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.service-faq-wrapper .faq-header{
    background-color:#ffffffc2;
}


.faq-toggle-box {
    position: absolute;
    right: 26px;
    top: 11px;
    height: 30px;
    width: 30px;
    z-index: 10;
}

.faq-toggle-box-border {
    position: absolute;
    top: 0;
    border-radius: 20%;
    height: 30px;
    width: 30px;
    background: url(../images/faq-border.png) center center no-repeat;
    background-size: cover;
    transform: rotate(160deg);
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.faq-toggle-barh {
    position: absolute;
    height: 3px;
    width: 15px;
    left: 7px;
    top: 45%;
    border-radius: 30px;
    background-color: black;
}

.faq-togglebarv {
    position: absolute;
    height: 3px;
    width: 15px;
    left: 7px;
    top: 45%;
    border-radius: 30px;
    background-color: black;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    transform: rotate(90deg);
}

.open .faq-togglebarv {
    transform: rotate(0deg);
}

.open .faq-toggle-box-border {
    transform: rotate(-20deg);
}

.faq-text {
    margin: 16px auto;
    font-size: 14px;
    line-height: 22px;
    text-align:justify;
    font-family: m_plus_reg;
    display: none;
}


.background-none {
    background: none !important;
}

.background-transparent {
    background-color: transparent !important;
}

.morePaddingHorz{
    padding-left:110px !important;
    padding-right:110px !important;
}

.p-0{
    padding:0 !important;
}

.py-20 {
    padding: 20px 0 !important;
    width: 94%;
    margin: 0 auto;
}

.m-auto {
    margin: 0 auto !important;
}

.m-0{
    margin:0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.error-div {
    color: red;
    font-size: 16px;
    position: relative;
}

.error.overlap {
    position: absolute;
    left: 0;
}

.shadow-bottom {
    box-shadow: 0px 15px 20px 1px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

 .article-icon.px28 img {
    width: 28px !important;
}

.article-icon img {
    display: inline-block !important;
    width: 24px !important;
    margin: 0 10px;
    filter: brightness(0);
}

.inset-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #9abadd;
    margin: 10px;
}

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


.banner-image.doctors {
    background: url(../images/subbannerM/ourteamBanner.avif) top 49% center no-repeat;
    background-size: cover;
}

.banner-image.article {
    background: url(../images/subbannerM/article.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.contact {
    background: url(../images/subbannerM/contact.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.faq {
    background: url(../images/subbannerM/faq.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.service-general {
    background: url(../images/subbannerM/general-dentistry.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.service-aesthetics {
    background: url(../images/subbannerM/aesthetic-dentistry.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.service-restorative {
    background: url(../images/subbannerM/service_1_banner.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.service-children {
    background: url(../images/subbannerM/children-dentistry.jpg) center center no-repeat;
    background-size: cover;
}

.banner-image.aboutus {
    background: url(../images/subbannerM/aboutus.jpg) left  top 28% no-repeat;
    background-size: cover;
}

.banner-image.facial-aesthetics {
    background: url(../images/subbannerM/facial_aesthetics.jpg) left 25% center no-repeat;
    background-size: cover;
}

.banner-image.privacy {
    background: url(../images/subbannerM/privacy.png) left 25% center no-repeat;
    background-size: cover;
}

.aboutus-line {
    width: 23.636vw;
}

.doctors-line {
    width: 36.364vw;
}

.general-line {
    width: 50.909vw;
}

.aesthetics-line {
    width: 63.636vw;
}

.restorative-line {
    width: 66.364vw;
}

.children-line {
    width: 59.091vw;
}

.facial-line {
    width: 49.091vw;
}

.article-line {
    width: 17.273vw;
}

.contact-line {
    width: 11.818vw;
}

.whitespace{
    height:150px;
}

.pr-64 {
    padding-right: 11.5vw;
}

.btn-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    .btn-shadow.pointer:hover{
        cursor:pointer
    }

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

.btn-shadow-deep:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.6);
}

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

    .appointment-form-wrapper {
        width: 75%;
        margin: 0 auto;
    }

    .aboutus-line {
        width: 130px;
    }

    .doctors-line {
        width: 200px;
    }

    .general-line {
        width: 280px;
    }

    .aesthetics-line {
        width: 350px;
    }

    .restorative-line {
        width: 365px;
    }

    .children-line {
        width: 325px;
    }

    .facial-line {
        width: 270px;
    }

    .article-line {
        width: 95px;
    }

    .contact-line {
        width: 65px;
    }

    .banner-image {
        min-height: 30vw;
    }

    .pusha-panel--right {
        width: 550px;
    }

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

    /*.faq-header {
        font-size: 24px;
    }*/

    .faq-toggle-box {
        top: 9px;
    }

    .ui-datepicker td a, .ui-datepicker td span {
        border-radius: 30px;
        height: 45px;
        width: 45px;
        padding-top: 10px;
    }

    .ui-datepicker th {
        font-size: 16px;
    }

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

    .blue-btn:hover {
        background-color: #025aa5;
    }

    .arrow-back:hover, .arrow-next:hover {
        filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.2));
        -webkit-filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.2));
        cursor: pointer;
    }
}

@media screen and (min-width:880px) {
    .pr-64 {
        padding-right: 4.5vw !important;
    }

    .banner-wrapper {
        height: 300px;
        position:relative
    }

        .banner-wrapper:before {
            background: linear-gradient(90deg, rgba(255,255,255,1) 38%, rgba(255,255,255,0) 54%);
            content: '';
            background-size: cover;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1;
        }

    .banner-services {
        padding: 20px;
    }

    .banner-text-wrapper {
        width: 37%;
    }

    .banner-text-wrapper {
        position: initial;
    }

    .banner-inner-text-wrapper {
        margin-top: 20px;
        margin-left: 4%;
    }

    .banner-image {
        width: 63%;
        min-height: 180px;
    }

    .faq-toggle-box:hover .faq-togglebarv {
        transform: rotate(0deg);
    }

    .faq-toggle-box:hover .faq-toggle-box-border {
        transform: rotate(-20deg);
    }

    .banner-image.doctors {
        /*background: url(../images/doctors/OurDoctor.png) top 23% center no-repeat;*/
        /*background-size:cover;*/
    }

    .banner-image.article {
        background: url(../images/subbannerM/article.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.contact {
        background: url(../images/subbannerM/contact.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.faq {
        background: url(../images/subbannerM/faq.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.service-general {
        background: url(../images/subbannerM/general-dentistry.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.service-aesthetics {
        background: url(../images/subbannerM/aesthetic-dentistry.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.service-restorative {
        background: url(../images/subbannerM/service_1_banner.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.service-children {
        background: url(../images/subbannerM/children-dentistry.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-image.aboutus {
        background: url(../images/subbannerM/aboutus.jpg) left center no-repeat;
        background-size: cover;
    }


    .banner-image.facial-aesthetics {
        background: url(../images/subbannerM/facial_aesthetics.jpg) left 25% center no-repeat;
        background-size: cover;
    }

    .banner-image.privacy {
        background: url(../images/subbannerM/privacy.png) left 25% center no-repeat;
        background-size: cover;
    }

}

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

    .service-faq-section .faq-text {
        max-height: 210px;
        overflow-y: auto;
        padding-right:20px;
    }

    .clear-nav {
        padding-top: 6.8%;
    }

    .faq-header {
        background-color: #ffffff66;
    }

    .faq-item {
        margin: initial;
        margin-bottom: 20px;
    }
}

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

    .banner-wrapper {
        min-height: 320px;
    }

    .banner-wrapper {
        height: 315px;
    }

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

    .banner-services {
        font-size: 24px;
    }
}

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

    .sweet-alert h2 {
        font-size: 2.206vw !important;
    }

    .sweet-alert p {
        font-size: 1.176vw !important;
    }

    .sweet-alert button {
        font-size: 1.250vw !important;
    }

    .arrow-back:hover, .arrow-next:hover {
        filter: drop-shadow(0.368vw 0.588vw 0.368vw rgba(0, 0, 0, 0.4));
        -webkit-filter: drop-shadow(0.368vw 0.588vw 0.368vw rgba(0, 0, 0, 0.4));
        cursor: pointer;
    }

    .faq-question {
        letter-spacing: 0.037vw;
    }

    .btn-shadow {
        box-shadow: 0 0.147vw 0.368vw 0 rgba(0,0,0,.16), 0 0.147vw 0.735vw 0 rgba(0,0,0,.12);
    }

        .btn-shadow:hover {
            transform: scale(0.9);
            box-shadow: 0 0 1.103vw 0 rgba(0,0,0,.4);
        }

    .btn-shadow-deep:hover {
        box-shadow: 0 0 1.103vw 0 rgba(0,0,0,.6);
    }

    .whitespace {
        height: 11.029vw;
    }

    .mt-10 {
        margin-top: 0.735vw;
    }

    .aboutus-line {
        width: 9.559vw;
    }

    .doctors-line {
        width: 14.706vw;
    }

    .general-line {
        width: 20.588vw;
    }

    .aesthetics-line {
        width: 25.735vw;
    }

    .restorative-line {
        width: 26.838vw;
    }

    .children-line {
        width: 23.897vw;
    }

    .facial-line {
        width: 19.853vw;
    }

    .article-line {
        width: 6.985vw;
    }

    .contact-line {
        width: 4.779vw;
    }

    .banner-services.lesserpadding {
        padding: 0.735vw 1.471vw;
    }

    .inset-border:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: solid 0.147vw #9abadd;
        margin: 0.735vw;
    }

    .service-faq-section .faq-text {
        max-height: 15.441vw;
        padding-right: 1.471vw;
        overflow-y: auto;
    }


    .morePaddingHorz {
        padding-left: 8.088vw !important;
        padding-right: 8.088vw !important;
    }

    .py-20 {
        padding: 1.471vw 0 !important;
        margin:initial;
    }


    .article-icon.px28 img {
        width: 2.059vw !important;
    }

    .article-icon img {
        margin: 0 0.735vw;
        width: 1.765vw !important;
    }


    .shadow-bottom {
        box-shadow: 0vw 1.103vw 1.471vw 0.074vw rgba(0, 0, 0, .1);
    }

    .error-div {
        font-size: 1.176vw;
    }

    /*APPOINTMENT--- FORM*/
    /* width */


    .ui-widget-header {
        padding: 1.029vw !important;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 1.176vw;
    }

    .ui-state-default {
        font-size: 1.176vw;
    }

    .ui-datepicker th {
        font-size: 1.176vw;
    }

    /*.ui-corner-all{
        width:20px;
        height:20px;
    }*/


    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 30%;
        width: 1.471vw;
        height: 1.471vw;
    }

    .ui-datepicker .ui-datepicker-next{
        right:5%;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 5%;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            margin-left: -0.735vw;
            margin-top: -0.735vw;
        }

    .ui-datepicker .ui-icon {
        width: 1.471vw;
        height: 1.471vw;
    }


    .pusha-panel--right {
        width: 40.441vw;
    }

    .ui-datepicker td a, .ui-datepicker td span {
        border-radius: 2.206vw;
        height: 3.309vw;
        width: 3.309vw;
        padding-top: 0.809vw;
    }

    .pusha-panel__content::-webkit-scrollbar, .service-faq-section .service-faq-section .faq-text::-webkit-scrollbar {
        width: 0.221vw;
    }

    .pusha-panel .burger-section {
        padding: 1.471vw 1.471vw 0 0;
    }

    .hamburger-border {
        height: 0.294vw;
        width: 2.206vw;
    }

    .pusha-panel .hamburger-border.top {
        top: 0.735vw;
    }

    .hamburger-border.center {
        margin: 0.735vw 0;
    }

    .pusha-panel .hamburger-border.bottom {
        bottom: 0.735vw;
        width: 2.206vw;
    }

    .form-title {
        font-size: 2.059vw;
    }


    .form-subtext {
        font-size: 1.176vw;
        padding-top: 1.471vw;
        padding-bottom: 1.029vw;
    }

    .form-subsubtext {
        font-size: 1.029vw;
        padding-bottom: 2.206vw;
    }

    .appointment-form label {
        font-size: 1.176vw;
    }

    .each-row {
        padding-bottom: 0.882vw;
    }

    .txtbox, select, textarea, .nice-select {
        height: 2.941vw;
        padding: 1.176vw;
        border-radius: 0.735vw;
        font-size: 1.176vw;
        border: 0.074vw solid #dad6da !important;
    }

    .pt-48 {
        padding-top: 3.529vw !important;
    }

    .form-title {
        font-size: 2.059vw;
    }


    .txtbox, select, textarea, .nice-select {
        height: 2.941vw;
        padding: 1.176vw;
        border-radius: 0.735vw;
        font-size: 1.176vw;
        border: 0.074vw solid #dad6da !important;
    }

    .nice-select {
        padding: 0.515vw 1.176vw;
    }


        .nice-select:after {
            width: 1.324vw;
            border-left: 0.735vw solid transparent;
            border-right: 0.735vw solid transparent;
            border-top: 0.956vw solid #3ab3ff;
        }

    .pdpa {
        font-size: 1.176vw;
    }

        .pdpa input {
            width: 0.956vw;
            height: 0.956vw;
        }

    .submit-btn-row {
        padding-top: 1.471vw;
    }

    .submitbtn {
        font-size: 1.176vw;
        border-radius: 3.676vw;
        padding: 1.103vw 4.118vw;
    }



    .pt-48 {
        padding-top: 3.529vw !important;
    }

    /*MAIN BANNER DESIGN*/
    .banner-wrapper {
        min-height: 23.529vw;
    }

    .banner-inner-text-wrapper {
        margin-top: 1.471vw;
    }

    .banner-header {
        font-size: 3.529vw;
        letter-spacing: 0.037vw;
        padding: 1.471vw;
        text-shadow: 0vw 0vw 0.735vw #00000022;
    }

    .banner-services {
        font-size: 1.765vw;
        border-top: 0.221vw solid #054690;
        padding: 1.471vw;
    }

    /*FAQ DESIGN*/
    .faq-item {
        margin-bottom: 1.471vw;
    }


    .faq-header {
        font-size: 1.176vw;
        padding: 0.882vw 1.765vw;
        border-radius: 0.882vw;
    }

    .faq-text {
        font-size: 1.029vw;
        margin: 1.176vw auto;
        line-height: 1.618vw;
    }

    .faq-toggle-box {
        right: 1.912vw;
        top: 0.662vw;
        height: 2.206vw;
        width: 2.206vw;
    }

    .faq-toggle-box-border {
        height: 2.206vw;
        width: 2.206vw;
    }

    .faq-toggle-barh {
        border-radius: 2.206vw;
        height: 0.221vw;
        width: 1.103vw;
        left: 24.5%;
    }

    .faq-togglebarv {
        border-radius: 2.206vw;
        height: 0.221vw;
        width: 1.103vw;
        left: 0.515vw;
    }
}


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

    .banner-gradient {
        display: none;
    }

    .banner-wrapper {
        min-height: 180px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner-text-wrapper {
        background-color: #9bb6d5c2;
    }


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