﻿.contact-section .content-container {
    background-color: white;
    border-radius: 16px;
    padding: 40px 30px;
    font-family: sf-display-light;
}
.contact-section .header-title {
    display: flex;
    margin-bottom: 80px;
    /*height: 8.2%;
    min-height: 118px;*/
    background: linear-gradient(to right, #2772fa, #020483);
}

    .contact-section .header-title h1 {
        margin: auto 0;
        text-align: justify;
        /*line-height: 78px;
        font-size: 56.3448px;*/
        font-weight: 700;
        color: #ffffff;
    }

    .contact-section .header-title img {
        margin-left: 20px;
        height: 100px;
        padding: 20px 10px;
    }


.faq-detail {
    background: #ffffff;
    padding: 152px 0 100px;
}

.back-button a {
    color: #272e4e;
    font-weight: 700;
}

.faq-detail .arrow-btn {
    display: inline-block;
    transform: rotate(45deg);
}

.text-start {
    margin: 40px 0 0;
    font-weight: 700;
}

.qa-start h2 {
    font-weight: 700;
    margin: 80px 0 40px;
    color: #272e4e;
}

.qa-item-dt .answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 67px 0 87px;
    /*line-height: 28px;*/
    text-align: justify;
    color: #272e4e;
    border-bottom: 1.5px solid #d1d1d1;
    transition: max-height 0.8s ease, padding 0.3s ease;
}
/*.qa-item-dt .answer p{
    margin-bottom: 0;
}*/
.qa-item-dt .answer ul{
    margin-left: 40px;
}

.qa-item-dt.active .answer {
    padding: 0 67px 30px 87px;
    /*max-height: 500px !important;*/
}

.qa-item-dt.active .question {
    background: white;
    border-bottom: none;
}
.message-ft {
    background: linear-gradient(to right, #2772fa, #020483);
}
.header-title-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*min-height: 118px;*/
    /*background: linear-gradient(to right, #2772fa, #020483);*/
}

    .header-title-ft img {
        height: 100px;
        padding: 20px 10px;
    }

    .header-title-ft h1 {
        margin: auto 0;
        text-align: justify;
        /*line-height: 78px;
        font-size: 56.3448px;*/
        font-weight: 700;
        color: #ffffff;
    }
.btn-overlay-ms {
    /*position: absolute;
    bottom: 0.5%;
    right: 5.5%;*/
    width: 400px;
    text-align: center;
    padding: 15px 0;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    /*font-size: 27px;
    margin-right: 30px;*/
    /*line-height: 37px;*/
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-overlay-ms .btn-arrow {
    width: 100px;
    font-weight: 700;
    margin-left: 10px;
    /*font-size: 27px;*/
    position: relative;
    /*top: 5px;*/
}

.btn-overlay-ms:hover {
    background-color: #ffffff;
    color: #272e4e;
    text-decoration: none;
}

.btn-container-qa {
    display: flex;
    justify-content: center;
}

.btn-more-info-qa {
    text-align: center;
    width: 400px;
    padding: 15px 0;
    border-radius: 100px;
    /*font-size: 26.6667px;
    line-height: 37px;*/
    font-weight: 700;
    background-color: transparent;
    color: #272e4e;
    border: 2px solid #272e4e;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin: 80px 0 100px;
}

    .btn-more-info-qa .btn-arrow {
        width: 100px;
        transform: scaleX(1.5);
        font-weight: 700;
        margin-left: 10px;
        /*margin-right: 44px;*/
        /*font-size: 24px;
        top: 5px;*/
        position: relative;
    }

    .btn-more-info-qa:hover {
        background-color: #ffffff;
        text-decoration: none;
        color: #0c41be;
    }

.qa-item {
    /*padding: 0 120px*/
}

.question {
    /*height: 155px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #eee;
    padding: 30px 67px;
    font-weight: 700;
    border-bottom: 1.5px solid #d1d1d1;
    /*line-height: 37px;
    font-size: 26.6667px;*/
    text-align: justify;
    color: #272e4e;
}
.question span::first-letter {
    color: #0c41be;
    font-weight: bold;
}

/*.qa-item.active .question {
    background: white;
    border-bottom: none;
}*/

.toggle-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #d1d1d1;
    cursor: pointer;
}

/*.answer {
    display: none;
    padding: 0 67px 48px 87px;*/
    /*line-height: 28px;
    font-size: 20.0002px;*/
    /*text-align: justify;
    color: #272e4e;
}*/

/*.qa-item.active .answer {
    display: block;
}*/

.qa-item .answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 67px 0 87px;
    /*line-height: 28px;*/
    text-align: justify;
    color: #272e4e;
    /*border-bottom: 1.5px solid #d1d1d1;*/
    transition: max-height 0.8s ease, padding 0.3s ease;
}

    .qa-item .answer ul {
        margin-left: 40px;
    }

.qa-item.active .answer {
    padding: 0 67px 30px 87px;
    /*max-height: 500px !important;*/
}

.qa-item.active .question {
    background: white;
    border-bottom: none;
}
#faq-detail .question {
    border-bottom: none;
}

.btn-overlay-ft {
    position: absolute;
    bottom: 5%;
    left: 19%;
    padding: 15px 0;
    width: 350px;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    /*font-size: 28px;*/
    /*line-height: 37px;*/
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    /*.answer {
        padding: 0 87px 48px 87px;
    }
    .qa-item-dt .answer {
        padding: 0 87px 48px 87px;
    }*/
    .btn-overlay-ms {
        /*position: absolute;*/
        /*bottom: 1%;
        right: 5.5%;*/
        padding: 1% 3.35%;
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 100px;
        font-size: 18px;
        /*line-height: 24px;*/
    }
        .btn-overlay-ms .btn-arrow {
            font-size: 24px;
            margin-left: 20px;
        }

    .btn-overlay-ft {
        padding: 10px 0;
        width: 280px;
        /*font-size: 21px;
        line-height: 24px;*/
    }
        .btn-overlay-ft .btn-arrow {
            /*font-size: 24px;
            margin-left: 20px;
            top: 4px;*/
        }
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    p, li {
        font-size: 0.875rem;
    }
    .toggle-btn {
        padding-left: 10px;
    }
    .faq-detail {
        padding: 90px 0 50px;
    }
    .text-start {
        margin: 20px 0 0;
        
    }
    .qa-start h2 {
        margin: 40px 0 20px;
    }
    .contact-section .header-title h1 {
        /*font-size: 26px;*/
        /*margin-bottom: 20px;*/
    }
    .contact-section .header-title img {
        margin-left: 0;
        padding: 10px 5px;
    }
    .header-title-ft {
        min-height: auto;
        padding-left: 0;
    }
    .header-title-ft h1 {
        font-size: 20px;
    }
    .header-title-ft img {
        max-height: 70px !important;
        margin: auto 0;
        padding: 10px 5px;
    }
    .btn-more-info-qa {
        width: 100%;
        margin: 40px 0 50px;
    }

    .btn-more-info-qa .btn-arrow {
        
    }
    .contact-section .header-title {
        margin-bottom: 40px !important;
    }
    .qa-item {
        padding: 0 !important;
    }
    .question {
        padding: 30px 25px !important;
    }
    .qa-item .answer {
        padding: 0 25px 0 30px;
    }
    .qa-item.active .answer {
        padding: 0 25px 30px 30px;
    }

    .qa-item-dt .answer {
        padding: 0 25px 0 30px;
    }

    .qa-item-dt.active .answer {
        padding: 0 25px 30px 30px;
        /* max-height: 500px !important; */
    }
    /*.answer {
        padding: 15px 30px !important;
        font-size: 16px;
    }*/
    /*.toggle-btn {
        font-size: 30px;
    }*/

    .btn-overlay-ms {
        padding: 0 10px;
        font-size: 13px;
        line-height: 24px;
        right: 3.5%;
        width: 150px;
    }

        .btn-overlay-ms .btn-arrow {
            font-size: 13px;
            top: 0;
            margin-left: 5px;
        }
    .btn-overlay-ft {
        padding: 0;
        font-size: 10px;
        width: 120px;
        line-height: 1.5;
        border: 1px solid #ffffff;
    }

        .btn-overlay-ft .btn-arrow {
            /*font-size: 16px;*/
            margin-left: 5px;
            /*top: 2px;*/
        }
    .btn-overlay-ms {
        /*margin-right: 15px;*/
    }
}

    @media (max-width: 1100px) {
        .contact-section .row {
            margin-left: 0;
            margin-right: 0;
            padding: 0 40px 40px 40px;
            border-radius: 0;
        }
    }

    .contact-section .text-center {
        text-transform: uppercase;
        margin: 40px 0;
    }

    .qa-title {
        color: #2a3d75;
        font-weight: 700;
        padding-bottom: 0.625rem;
    }

    .contact-section .form-input {
        display: block;
        width: 100%;
        padding: 3px 20px;
        color: #000;
        outline-color: #0b3265;
        border: 1px solid #DAE2EE;
        border-radius: 5px;
        font-size: 16px;
    }

    ::placeholder {
        color: #999;
        font-size: 15px;
    }

    .form-text-area {
        padding: 15px;
        overflow: hidden;
    }

        .form-text-area:hover {
            overflow-y: scroll;
        }

    .submit-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #SubmitQAForm .btn-submit {
        width: 40%;
        background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
        color: #fff;
        font-weight: bold;
        height: 40px;
        font-size: 18px;
        border-radius: 5px;
        margin-top: 20px;
        border: none;
        text-transform: uppercase;
    }

    #SubmitQAForm .input-label {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #SubmitQAForm .btn-submit:hover {
        background: #fff;
        color: #0835D6;
        border: 1px solid #0835D6;
    }

    .form-confirm {
        display: block;
        width: 100%;
        height: auto;
        padding: 2rem;
        font-size: 16px;
        background-clip: padding-box;
        border-radius: 8px;
        border: 1px solid #0873D6;
        word-break: break-word;
        line-height: 2rem;
        font-family: sf-display-light;
        color: #222;
    }

        .form-confirm .form-title {
            color: #666;
        }

        .form-confirm .form-content {
        }

        .form-confirm .row {
            padding: 0 20px;
        }

    #map-section {
        height: 360px;
        width: 100%;
        margin-top: 0.625rem;
        border-radius: 16px;
    }

    #confirmModal .modal-dialog {
        margin: 215px auto;
        max-width: 750px;
    }

        #confirmModal .modal-dialog .modal-content .modal-body {
            padding: 0 40px;
        }

    #confirmModal .modal-content {
        max-width: 750px;
        border: none;
        border-radius: 1rem;
    }

    .header-modal {
        text-align: center;
        margin-bottom: 20px;
        font-size: 21px;
        color: #005BA2;
        font-weight: 500;
    }

    #confirmModal .modal-header {
        padding: 0;
    }

    #confirmModal .modal-body .title-header {
        text-align: center;
    }

    .title-header {
        font-size: 24px;
        color: #272E4E;
        text-transform: uppercase;
    }

    .content-modal {
        background-color: #ebebeb;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .body-modal {
        width: 80%;
    }

    #confirmModal .modal-footer button {
        min-width: 180px;
        height: 42px;
        text-transform: uppercase;
        font-family: sf-display-bold;
        border-radius: 8px;
        font-size: 16px;
    }

    #confirmModal .modal-button {
        background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
        color: #fff;
        border: unset;
    }

    #confirmModal .modal-button-inverse {
        background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: 1px solid #0873D6;
    }

    .close-btn {
        width: 5%;
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .md-ft {
        border-top: none !important;
        justify-content: center !important;
        padding: 20px 0;
    }

    .success {
        color: #2a3d75;
        font-size: 18px;
    }

    .bg-lb {
        background-color: #5a90ca;
    }

    #message-modal {
        overflow: hidden;
        padding: 0;
    }

    /*
*  STYLE SCROLLBAR
*/
    .qa-custom-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .qa-custom-scrollbar::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    .qa-custom-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
        background-color: #777;
    }

    .mg-bottom-25 {
        margin-bottom: 0.9375rem !important;
    }

    #SubmitQAForm label.error {
        color: red !important;
        margin-top: 0.3rem;
        margin-bottom: 0;
        font-size: 16px;
    }

    ::-webkit-input-placeholder {
        font-style: inherit;
    }

    .contact-section .row .col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    #close-btn:hover, #sb-button:hover {
        background-color: #f6d55c;
    }

    @media (min-width: 1025px) {
        .header-destop {
            display: inherit;
        }

        .header-mobile {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        .header-destop {
            display: none;
        }

        .header-mobile {
            display: block;
        }

        .contact-section .header-mobile h1 {
            text-align: center;
            padding-top: 20px;
        }

        .contact-section .mg-bottom-25 {
            margin-bottom: 0 !important;
            width: 100%;
        }

        #confirmModal .form-content p {
            text-align: start;
        }

        .qa-mobile {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .map-mobile {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .form-confirm .col-2 {
            flex: 0 0 25%;
            max-width: 25%;
            padding-right: 0px;
        }

        .form-confirm .col-10 {
            flex: 0 0 75%;
            max-width: 75%;
        }

        .modal-dialog .modal-body {
            padding: 0;
        }

        .qa-mobile, .map-mobile {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        #map-section {
            margin-top: 1rem;
        }

        #SubmitQAForm .btn-submit {
            margin-bottom: 1rem;
        }

            #SubmitQAForm .btn-submit:hover {
                background: #fff;
                color: #0835D6;
                border: 1px solid #0835D6;
            }

        #close-btn:hover, #sb-button:hover {
            background-color: #005BA2;
        }
    }

    @media (max-width: 1024px) and (min-width: 728px) {
        .qa-mobile h2.qa-title {
            font-size: 5vw;
        }

        #confirmModal .modal-dialog {
            max-width: 650px;
        }
    }

    @media (max-width: 727px) {
        #SubmitQAForm .form-input:not(:first-child) {
            margin-top: 12px;
        }

        #confirmModal .modal-dialog {
            margin: 150px auto;
        }

        .form-confirm .row {
            padding: 0;
        }

        #confirmModal .modal-footer button {
            min-width: 100px;
            height: 42px;
        }
    }

    @media (max-width: 727px) and (min-width: 551px) {
        #confirmModal .modal-dialog {
            max-width: 80%;
        }

        .form-confirm .col-2 {
            flex: 0 0 30%;
            max-width: 30%;
        }

        .form-confirm .col-10 {
            flex: 0 0 70%;
            max-width: 70%;
        }

        .form-confirm {
            font-size: 16px;
            padding: 20px;
        }
    }

    @media (max-width: 550px) {

        .form-confirm {
            font-size: 16px;
        }

        .success {
            font-size: 4vw;
        }

        #confirmModal .modal-dialog {
            max-width: 90%;
        }

        #confirmModal .modal-content {
            padding-left: 20px;
            padding-right: 20px;
        }

        .form-confirm {
            padding: 1em;
        }

        #SubmitQAForm .btn-submit {
            width: 140px;
            height: 35px;
            padding-top: 1vw;
            padding-bottom: 1vw;
            font-size: 16px;
        }

        /*#SubmitQAForm .form-input:not(:first-child) {
         margin-top: 0; 
    }*/
        .close-btn {
            width: 6%;
            top: 16px;
            right: 16px;
        }

        #map-section {
            height: 260px;
        }

        .map-marker-title {
            font-size: 22px !important;
        }
    }

    @media (max-width: 420px) {
        .contact-section .row.content-container {
            padding: 0 10px 20px 10px;
        }
    }

    .readonly {
        pointer-events: none;
    }

    #SubmitQAForm .form-input:focus {
        outline: none;
    }

    #SubmitQAForm .input-label {
        color: #222;
    }

    #error-capcha {
        color: red !important;
    }

    .g-recaptcha {
        margin-top: 12px;
        text-align: -webkit-center;
    }

    .map-marker-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        font-family: 'sf-display-medium';
        margin-bottom: 0;
    }

    .info-header {
        margin: 5px;
        background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
