.get-banner {
    background-image: url("..orbit-images/general/get-a-quote/get-a-quote-banner.svg")
}

.get-banner .content {
    margin-top: 120px
}

.logos-parent .section-gap {
    margin: 0
}

.bg-img-none {
    background-image: none !important
}

.form-box .preferred {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-family: "friends-semi-bold";
    color: #200ce9
}

.form-box .radio-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.form-box .radio-btns .r-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0
}

.form-box .radio-btns .r-btn input[type=radio] {
    height: 25px;
    width: 25px
}

.form-box .radio-btns .r-btn label {
    text-align: center;
    margin: 5px 0;
    font-size: 18px;
    font-family: "friends-semi-bold";
    color: #200ce9
}

.form-box {
    background: url("../images/get-form-background-box.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 50px
}

.form-box form .input-field {
    border: 0;
    border-bottom: 2px solid #B2B0B0;
    font-size: 15px;
    color: #e47928;
    background-color: transparent
}

.form-box form .input-field:focus-visible {
    border: 0 !important;
    border-bottom: 2px solid #e47928 !important;
    outline: 0;
    border-radius: 0
}

.form-box form .input-field::placeholder {
    color: #e47928;
    opacity: 1;
    font-family: "friends-semi-bold"
}

.form-box form .my-btn {
    border: 2px solid #e47928;
    padding: 6px 20px
}

.form-box form .my-btn:hover {
    background-color: #e47928
}

.form-box form input[type=radio] {
    accent-color: #e47928
}

.get-section {
    background: linear-gradient(0deg, rgba(83, 140, 53, .1) 50%, rgba(255, 255, 255, 1) 50%)
}

.form-box form .input-field::placeholder {
    opacity: .5
}

.form-box form .one-line {
    position: relative
}

.label_text {
    font-size: 14px;
}

.with_label {
    width: 50%;
}

.with_label_full_width {
    width: 100%;
}

@media(max-width:576px) {
    .get-banner .content {
        margin-top: 80px
    }

    .form-box {
        padding: 20px;
        box-shadow: none;
        border: 3px solid #bababa;
        background: none;
        background-color: #f1f1f1
    }

    .form-box form .one-line {
        flex-direction: column
    }
}

.banner {
    height: 450px;
    background-color: #ffffff;
    align-items: start
}

.banner .content h1 {
    font-size: 50px;
    color: #e47928 !important;
    text-shadow: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-transform: capitalize;
    font-family: "FredokaOne" !important
}

@media (max-width:1366px) {
    .banner {
        height: 380px
    }

    .banner .content h1 {
        font-size: 40px;
        margin-top: 40px
    }
}

@media (max-width:1024px) {
    .banner .content h1 {
        font-size: 30px
    }
}

@media (max-width:576px) {
    .banner .content h1 {
        font-size: 25px;
        padding: 0 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 9%;
        margin-top: 0
    }

    .banner {
        height: 210px;
        background-color: #fff;
        background-image: none !important;
        flex-direction: column;
        justify-content: start
    }

    .get-banner .why-image {
        height: 210px
    }

    .get-banner .why-image img {
        height: 200px;
        object-fit: cover !important
    }

    .get-banner .why-image {
        position: relative;
        width: 100%;
        background-image: linear-gradient(90deg, #0c42e9 10%, #e47928 60%);
        padding-bottom: 10px
    }
}

@media (max-width:430px) {
    .banner .content h1 {
        font-size: 20px
    }
}