﻿.index-quote-avatar img {
    width: 68px;
    height: 59px;
}


.hero-proof-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.4;
}

.hero-proof-points span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-proof-points i {
    color: #48af4b;
}

.sector-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

@media (min-width: 992px) {
    .sector-list div {
        width: 20%;
    }
}

.font-size-revert {
    font-size: revert;
}

.home-hero-title {
    font-size: 3rem;
    line-height: 1.16;
    margin-bottom: 20px;
}

.home-hero-copy p {
    line-height: 1.65;
    max-width: 560px;
    text-align: left;
}

.home-hero-copy .hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero-copy .hero-btns .btn {
    margin-right: 0;
}

.home-hero-copy .hero-proof-points {
    margin-top: 18px;
}

.lead-form-section .section-title {
    margin-bottom: 34px;
}

.contact-box h5 i {
    margin-right: 8px;
    width: 18px;
    text-align: center;
}

.lead-form-card {
    background-color: #fff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(35, 45, 85, .08);
    padding: 44px 38px 34px;
}

.lead-form-card h2,
.lead-form-card h3 {
    margin-bottom: 12px;
}

.lead-form-card p.p-md {
    margin-bottom: 28px;
}

.lead-form .form-control,
.lead-form .custom-select {
    border: 1px solid #dfe6ef;
    border-radius: 6px;
    color: #333;
    font-size: 15px;
    height: 52px;
    margin-bottom: 16px;
    padding: 12px 16px;
}

.lead-form textarea.form-control {
    height: auto;
    min-height: 138px;
}

.lead-form .form-control:focus,
.lead-form .custom-select:focus {
    border-color: #5ed16f;
    box-shadow: 0 0 0 3px rgba(94, 209, 111, .16);
}

.lead-form label {
    color: #455064;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}

.price-form-card .h4-md {
    margin-bottom: 18px;
    margin-top: 14px;
}

.lead-form-card .small {
    color: #677286;
    line-height: 1.5;
}

.lead-form-card .form-btn {
    margin-top: 4px;
}

.lead-form-card .btn {
    min-width: 160px;
}

.price-sidebar-note {
    border-top: 1px solid #e8edf3;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .home-hero-title {
        font-size: 2.45rem;
    }

    .home-hero-copy p {
        max-width: none;
        text-align: center;
    }

    .home-hero-copy .hero-btns,
    .hero-proof-points {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .home-hero-title {
        font-size: 2.25rem;
    }

    .home-hero-copy .hero-btns .btn {
        width: 100%;
    }

    .hero-proof-points {
        align-items: flex-start;
        flex-direction: column;
    }

    .lead-form-card {
        padding: 34px 20px 28px;
    }

    .lead-form-card .form-btn,
    .lead-form-card .text-right {
        text-align: left !important;
    }

    .lead-form-card .btn {
        width: 100%;
    }
}
