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

html, body {
    overflow-x: hidden;
}

.logo {
    height: 40px;
}

img.img-fluid.phone-icon {
    height: 40px;
}

.btn-info {
    background-color: #129580 !important;
    border-color: #129580 !important;
    color: white !important;
}

.banner {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.number.active {
    background-color: white;
}

.text-info {
    color: #129580 !important;
}

.title,
.title span {
    font-size: 48px;
    line-height: 1;
}

.title span,
.before {
    position: relative;
    display: inline-block;
}

.title span::after,
.before::after {
    content: '';
    background-color: #12957f44;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.form-purple {
    border: 1px solid #9f679f !important;
}

input.btn.btn-info.block.w-100.py-2 {
    font-size: 22px;
    font-weight: bold;
}

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

.icon-img {
    height: 150px;
    object-fit: contain;
    width: auto;
}

.bg-info {
    background-color: #129580 !important;
}

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

.italic {
    font-style: italic;
}

img.img-fluid.phone-icon-2 {
    height: 65px;
}

.faq-card {
    background: linear-gradient(45deg, #c9d5fb, #bce7df);
    border-radius: 30px;
    padding: 60px 100px;
}

.footer p {
    color: #666666;
}

.text-muted {
    color: #666;
}

.accordion-item {
    border-radius: 30px !important;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-item * {
    background-color: white !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
}

.accordion-body {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.top-btn {
    background-color: #e2e4ef;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    text-decoration: none;
}




/* page 2 */
.fs-46 {
    font-size: 46px;
}

.border-info {
    border-color: #129580 !important;
}



/* page 3 */
.calculator {
    background-color: #e8f6f4;
    border-radius: 30px !important;
}

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

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

.btn-info-light {
    background-color: #c4e0e0 !important;
    border-color: #c4e0e0 !important;
    color: #000 !important;
}

.border-info-light {
    border-color: #c4e0e0 !important;
}

body,
html {
    overflow-x: hidden;
}

.banner-img {
    display: none;
}

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

    .faq-card {
        background: linear-gradient(45deg, #c9d5fb, #bce7df);
        border-radius: 30px;
        padding: 20px;
    }

    .fs-46 {
        font-size: 30px;
    }

    .cta .fs-48 {
        font-size: 20px;
    }

    img.img-fluid.phone-icon-2 {
        height: 48px;
    }

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

    .fs-36 {
        font-size: 26px;
    }

    .calculator .d-flex.mt-3.justify-content-center.align-items-center.gap-3 {
        flex-direction: column;
    }

    .calculator .d-flex.mt-3.justify-content-center.align-items-center.gap-3 * {
        width: 100%;
    }

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

    .calculator.mt-4.p-5.rounded-3 {
        padding: 20px 15px !important;
    }

    .calculator .d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    div#accordionExample1 {
        margin-top: 0 !important;
    }

    .faq .col-lg-6:nth-child(2) {
        margin-top: 0;
    }

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

    .title,
    .title span {
        font-size: 36px;
        line-height: 1;
    }

    .banner {
        background-image: unset;
        background-color: #B2E0E0;
        padding-bottom: 0 !important;
    }

    .banner-img {
        display: block;
        margin-top: 24px;
    }
}

.items p {
    font-size: 20px;
}

.items h4 {
    font-size: 26px !important;
}

a[href^="tel"] {
    color: white;
    text-decoration: none !important;
}

#thank-you-card-bg {
    background-color: white;
}

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

