.navbar-brand img {
    height: 45px;
    /* height: 55px; */
}

.footer-area img {
    height: 45px;
    /* height: 55px; */
}

.list-grp {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
}

.list-grp span.chk-item {
    font-size: 24px;
    font-weight: 600;
}

.list-grp-ftr {
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
}

.list-grp-ftr span.ftr-nav-item {
    font-size: 1rem;
    font-weight: 500;
}

span.ftr-icon {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 10px;
}

.hero-list i {
    color: #fff;
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 8px;
}

.phone-icon {
    background-color: #1F9492;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
}

#get-quote {
    scroll-margin-top: 150px;
}

#about {
    scroll-margin-top: 150px;
}

#services {
    scroll-margin-top: 150px;
}

#reviews {
    scroll-margin-top: 150px;
}

#how-it-works {
    scroll-margin-top: 150px;
}

#team {
    scroll-margin-top: 150px;
}

#quote-form {
    /* top: -120px; */
    scroll-margin-top: 150px;
    /* position: relative;
    z-index: 5; */
}

.service-icons {
    background-color: #1F9492;
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 70px;
}

.hiw-icons {
    background-color: #1F9492;
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 70px;
}

#hero-bg {
    --fill-layer-image-opacity: 0.4;
    --bg-gradient: linear-gradient(45deg, #09404F 55.46875%, #4FAF4D 100%);
    --bg-overlay-color: transparent;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

.hero-bg {
    position: sticky;
    height: max(100lvh, calc(100% - 200lvh));
    width: 100%;
    top: 0;
    margin-bottom: calc(100lvh - max(100lvh, var(--hero-height, 100%)));
}

#_builder-form .fields-container {
    padding: 0 !important;
}

.quote-header {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
}

.form-group {
    margin-bottom: 1rem;
}

.required {
    color: #ff1a1a;
    margin-left: .25rem !important;
}

.optin-terms {
    content: '\A';
    white-space: pre;
}

@media screen and (max-width: 479px) {
    .navbar-brand img {
        height: 48px;
    }
}