* {
    font-family: "Open Sans", sans-serif;
}

/* .container {
    max-width: 95% !important;
    width: 100%;
} */
.logo {
    height: 60px;
}

.btn-blue {
    background-color: #163887;
}

/* hero */
.hero {
    background: url("/assets/images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
}

.text-blue {
    color: #163887;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.border-gray {
    border: 1px solid #cccccc;
}

.btn-green {
    background-color: #2e673e !important;
    border-color: #2e673e !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

/* features */
.features {
    background-color: #eeeeee;
}

.text-green {
    color: #2e673e;
}

/* why */
.fs-48 {
    font-size: 48px;
}

.fs-24 {
    font-size: 24px;
}

.ic {
    width: 40px;
}

/* faq */
.faq {
    background: url("/assets/images/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.accordion * {
    border: unset;
    box-shadow: unset;
    background-color: transparent;
}

.accordion-button {
    font-size: 20px;
    background-color: transparent !important;
    box-shadow: unset !important;
    background-image: url("/assets/images/minus.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
    padding-left: 30px;
}

.accordion-button.collapsed {
    background-image: url("/assets/images/plus.png");
}

.accordion-collapse.show {
    background: white;
}

.accordion-button::after {
    display: none;
}

/* testimonial */
.fs-34 {
    font-size: 34px;

}

.italic {
    font-style: italic;
}

.text-4c {
    color: #4c4c4c;
}

.comma {
    background: url("/assets/images/comma.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left;
}

.fs-28 {
    font-size: 28px;
    line-height: 1.4;
}

/* footer */
.footer {
    background-color: #14398c;
}

img.img-fluid.icon {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

/* form-section */
.form-section {
    background: url("/assets/images/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #03398c;
    transform: translateY(-50%);
}

/*.form-control {*/
/*    padding-left: 55px;*/
/*}*/

.rounded-corners {
    border-radius: 15px;
}

.input-lg {
    padding-left: 55px;
}


.info {
    background-color: #d3e6d9;
}

.form-section .card {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .topbar .d-flex {
        flex-direction: column;
        gap: 20px;
    }

    #email-info {
        flex-direction: column;
        text-align: center;
    }

    #email-info p {
        width: 100%;
    }

    .fs-50 {
        font-size: 40px;
    }

    .fs-60 {
        font-size: 50px;
    }

    form.mt-5.px-5.mb-4 {
        padding: 0 20px !important;
    }

    .features .d-flex.justify-content-end.align-items-center.gap-3 {
        justify-content: flex-start !important;
    }

    .features .d-flex.justify-content-center.align-items-center.gap-3 {
        justify-content: flex-start !important;
    }

    .fs-48 {
        font-size: 34px;
    }

    .footer .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        gap: 10px;
    }

    .fs-34 {
        font-size: 24px;
    }

    .form-section .card-body.p-5 {
        padding: 20px !important;
    }

    .border-end {
        border: unset !important;
    }

    .form-section .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .testimonial .img-fluid {
        width: 10rem;
        height: auto;
    }

    .testimonial .fs-28 {
        font-size: 18px;
    }

    .testimonial h4 {
        font-size: 16px;
        line-height: 1.2;
    }

    .testimonial h3 {
        font-size: 16px;
    }

    .testimonial .mt-4 {
        margin-top: 1rem;
    }

    .testimonial .py-5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #nav-value {
        width: 6.5rem !important;
    }

    #logo {
        width: 16rem;
    }

    #button-value {
        width: 18.5rem !important;
    }

    .topbar-content {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }


}

.form-error-large {
    color: red;
    font-size: 1.5rem;
    text-align: center;
    width: 100%
}

.form-error {
    color: darkred;
    font-size: 1rem;
}

.topbar-content {
    display: flex ;
    align-items: center ;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 5px;
}

#button-value {
    width: 25rem;
}

#nav-value {
    width: 10rem;
}
