.footer.-type-1 .footer__mainContent {
    margin-top: 20px;
}

.footer .footer__main {
    margin-top: 20px;
}

.footer.-type-1 .footer__bottom {
    margin-top: 20px;
}

.footer.-type-1 .footer__main {
    margin-top: 20px;
}

.requestForm__form {
    margin-top: 10px;
}

.button.-md {
    padding: 8px 10px;
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
    padding-bottom: 0px;
}

.custom-popup__content {
    font-size: 16px;
}

.invalid-feedback {
    font-size: 14px;
    margin-top: 0px;
    color: #e53935;
    padding: 0px 5px;
}

.location-info ol {
    padding: 10px 20px;
}

.location-info ol li {
    list-style: decimal;
    /* overflow: hidden; */
    /* This forces the LI to contain the floated span */
    clear: both;
    /* Ensures no overlap from previous floats */
}

.location-info ol li span {
    float: right;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    font-weight: 600;
}

.header__number a {
    font-weight: 700;
}

.header__number a:hover {
    font-weight: 700;
    color: white;
}

.faq-section .accordion__item .accordion__button .button {
    text-align: left;
}

@media (max-width: 991px) {
    .hero.-type-8 {
        padding-bottom: 0px;
    }
}

form input,
form textarea {
    color: #495057;
}

.header__logo img {
    width: 250px;
}

@media (max-width: 576px) {
    .header__logo img {
        width: 180px !important;
    }
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.otp-inputs input {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #ccc;
    /* Default grey underscore */
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.otp-inputs input:focus {
    border-bottom: 2px solid #b59978;
    /* Theme tan color on focus */
}

#brochure_form .phone-field {
    padding: 12px 0px;
}

#quote_form .phone-field {
    padding: 7px 0px;
}

form .required::after {
    content: " *";
    color: #e53935;
}