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

@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/m-plus-rounded-1c-v10-latin-500.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.woff') format('woff'),url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.eot') format('eot'), url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@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-ExtraBoldwoff') format('woff'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-ExtraBold.ttf') format('truetype');
    font-weight: normal;
}

@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');
    font-weight: normal;
}


.target-container {
    position: relative;
}

.target-item {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -70px;
}

.service-desc-section {
    text-align: center;
    padding: 20px 0;
}

.service-desc-wrapper {
    max-width: 770px;
    width: 90%;
    margin: 0 auto;
}

.service-header {
    font-size: 20px;
    padding: 8px 0;
    font-family: m_plus_xtrabold;
    position: relative;
    letter-spacing: 1px;
}

    .service-header::after {
        content: '';
        position: absolute;
        width: 150px;
        height: 2px;
        background: #054690;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.service-subheader {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .service-subheader::after {
        width: 200px;
    }

.service-neg-mt {
    margin-top: -50px;
}

.service-question {
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 12px;
    font-family: m_plus;
}

.service-answer {
    font-family: m_plus_reg;
    font-weight:600;
    color:dimgrey;
    font-size: 14px;
    padding-bottom: 36px;
}

/*.service-faq-section {
    width: 100%;
    background: url(../images/service/implant.png), url(../images/service/service-faq-bg.png);
    background: url(../images/service/implant.png) right center no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
}*/

.service-faq-section {
    width: 100%;
    background: url(../images/service/service-faq-bg.png);
    /* background: url(../images/service/implant.png) right center no-repeat; */
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    background-position: center;
}

.service-faq {
    padding: 40px 0;
    width: 100%;
    overflow: auto;
    /*background: url(../images/service/service_1.png) center center no-repeat;
    background-size: cover;*/
}

.service-img {
    width: 0%;
}

/*background: url(../images/faq-border.png) center center no-repeat;
background-size: cover;*/


.service-gradient-blue {
    height: 100%;
    background: linear-gradient(90deg, rgba(160, 198, 237, 1) 0%, rgba(160, 198, 237, 0) 50%);
}

.service-gradient-blue-flip {
    height: 100%;
    background: linear-gradient(-90deg, rgba(160, 198, 237, 1) 0%, rgba(160, 198, 237, 0) 50%);
}

.service-gradient-white {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 50%);
}


.service-mobile-bg {
    height: 45vw;
}

    .service-mobile-bg.scaleAndPolish {
        background: url(../images/serviceM/scaling.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.invisalign {
        background: url(../images/serviceM/invisalign.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.veneer {
        background: url(../images/serviceM/veneer.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.braces {
        background: url(../images/serviceM/braces.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.teethwhitening {
        background: url(../images/serviceM/smile.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


    .service-mobile-bg.toothfilling {
        background: url(../images/serviceM/toothfilling.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.extraction {
        background: url(../images/serviceM/extraction.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.rootcanal {
        background: url(../images/serviceM/root.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.mouthguard {
        background: url(../images/serviceM/mouthguard.jpg);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.crowns {
        background: url(../images/serviceM/crownbridge.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.dentures {
        background: url(../images/serviceM/dentures.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.implant {
        background: url(../images/serviceM/implants.jpg);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.paediatric {
        background: url(../images/serviceM/paediatric.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .service-mobile-bg.fissure {
        background: url(../images/serviceM/fissure.jpg);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }


@media screen and (min-width:550px) {
    .service-question {
        font-size: 32px;
    }
}

@media screen and (min-width:880px) {
    .service-mobile-bg {
        height: 35vw;
    }
}

@media screen and (min-width:1124px) {
    /*GENERAL SERVICES*/
    /*GENERAL SERVICES*/
    /*GENERAL SERVICES*/

    .service-mobile-bg {
        display:none;
    }

    .dental-scaling-sect {
        background: url(../images/service/scaling.png), url(../images/service/service-faq-bg.png);
        background-size: 825px, cover;
        background-position: left -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-filling-sect {
        background: url(../images/service/tooth_filling.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-extraction-sect {
        background: url(../images/service/extraction.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: left -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-root-sect {
        background: url(../images/service/root.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-mouthguard-sect {
        background: url(../images/service/mouthguard.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: left -18% top, center;
        background-repeat: no-repeat;
    }

    /*AESTHETIC SERVICES*/
    /*AESTHETIC SERVICES*/
    /*AESTHETIC SERVICES*/
    .dental-veneers-sect {
        background: url(../images/service/veneers.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: left -4% top, center;
        background-repeat: no-repeat;
    }


    .dental-invisalign-sect {
        background: url(../images/service/invisalign.png), url(../images/service/service-faq-bg.png);
        background-size: auto 515px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-braces-sect {
        background: url(../images/service/braces.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: left -4% top, center;
        background-repeat: no-repeat;
    }

    .dental-smile-sect {
        background: url(../images/service/smile.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }

    /*RESTORATIVE SERVICE*/
    /*RESTORATIVE SERVICE*/

    .dental-crowns-sect {
        background: url(../images/service/service_2.png), url(../images/service/service-faq-bg.png);
        background-size: auto 650px, cover;
        background-position: right -36% top, center;
        background-repeat: no-repeat;
    }

    .dental-dentures-sect {
        background: url(../images/service/dentures.png), url(../images/service/service-faq-bg.png);
        background-size: auto 494px, cover;
        background-position: left -5% top, center;
        background-repeat: no-repeat;
    }

    .dental-implant-sect {
        background: url(../images/service/implant.png), url(../images/service/service-faq-bg.png);
        background-size: auto 492px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }

    /*CHILDREN SERVICE*/
    /*CHILDREN SERVICE*/

    .dental-paediatric-sect {
        background: url(../images/service/paediatric.png), url(../images/service/service-faq-bg.png);
        background-size: auto 526px, cover;
        background-position: left -10% top, center;
        background-repeat: no-repeat;
    }

    .dental-fissure-sect {
        background: url(../images/service/fissure.png), url(../images/service/service-faq-bg.png);
        background-size: auto 430px, cover;
        background-position: right -4% top, center;
        background-repeat: no-repeat;
    }




    .service-faq {
        position: relative;
        overflow: visible;
    }


    .service-faq-right {
        right: -14%;
        margin-left: 14%;
    }

    .service-faq-left {
        left: -5%;
        margin-left: -3%;
    }

    .service-faq-wrapper {
        width: 100%;
    }

    .service-header {
        font-size: 20px;
    }

    .service-subheader {
        margin-left: 4%;
        margin-bottom: 20px;
        width: initial;
        text-align: initial;
    }

    .service-question {
        font-size: 32px;
        padding-top: 38px;
        padding-bottom: 16px;
    }

    .service-answer {
        font-size: 16px;
    }

    .service-img {
        width: 50%;
    }

    .faq-fill {
        display: none;
        width: 50%;
    }

    .service-faq {
        width: 50%;
        min-height: 430px;
        background: none;
    }


    .service-faq-large {
        min-height: 530px;
    }
}

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

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

    .target-item {
        width: 2.206vw;
        height: 2.206vw;
        top: -5.147vw;
    }

    .dental-scaling-sect {
        background-size: 60.662vw, cover;
    }

    .dental-filling-sect, .dental-extraction-sect, .dental-root-sect, .dental-mouthguard-sect {
        background-size: auto 38.676vw, cover;
    }

    .dental-veneers-sect, .dental-braces-sect, .dental-smile-sect {
        background-size: auto 38.676vw, cover;
    }

    .dental-invisalign-sect {
        background-size: auto 37.868vw, cover;
    }

    .dental-crowns-sect {
        background-size: auto 47.794vw, cover;
    }

    .dental-dentures-sect {
        background-size: auto 36.324vw, cover;
    }

    .dental-implant-sect {
        background-size: auto 36.176vw, cover;
    }

    .dental-paediatric-sect {
        background-size: auto 38.676vw, cover;
    }

    .dental-fissure-sect {
        background-size: auto 31.618vw, cover;
    }



    .service-faq {
        min-height: 31.618vw;
        padding: 2.941vw 0;
    }

    .service-faq-large {
        min-height: 38.971vw;
    }

    .service-desc-section {
        padding: 1.471vw 0;
    }

    .service-desc-wrapper {
        max-width: 56.618vw;
    }

    .service-header {
        font-size: 1.471vw;
        padding: 0.588vw 0;
        letter-spacing: 0.074vw;
    }


        .service-header::after {
            width: 11.029vw;
            height: 0.147vw;
        }

    .service-subheader {
        margin-bottom: 1.471vw;
    }

        .service-subheader::after {
            width: 14.706vw;
        }

    .service-neg-mt {
        margin-top: -3.676vw;
    }

    .service-question {
        font-size: 2.353vw;
        padding-top: 2.794vw;
        padding-bottom: 1.176vw;
    }

    .service-answer {
        font-size: 1.176vw;
        padding-bottom: 2.647vw;
    }
}


@media screen and (max-width:550px) {
    .service-answer {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }
}
