.contact_us {
    /* background: linear-gradient(79.76deg, rgba(47, 124, 167, 0.8) 24.7%, rgba(1, 56, 89, 0.8) 56.98%); */
    background: url("/Assets/images/request_info_background_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding: 140px 100px 120px 100px !important;
    font-size: 20px;
}

.feel_free {

    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    /* text-align: left; */

}

.iframe {
    height: 2665px;
}


.feel_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.request {
    font-size: 48px;
    font-weight: 600;
    text-align: center;

}

.side_contact {
    background: var(--primary_color);
    padding: 0.6rem 1rem;
    width: 340px;
}


@media (max-width:576px) {
    .feel_free {
        font-size: 35px;
        line-height: 45px;
    }

    .contact_us {
        font-size: 16px;
        padding: 50px 20px 20px 20px !important;
    }

    .request {
        font-size: 24px;
    }

    .feel_image img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
    }

    .iframe {
        height: 2705px;
    }
}


@media (max-width:496px) {
    .iframe {
        height: 2765px;
    }
}

@media (max-width:436px) {
    .iframe {
        height: 2800px;
    }
}
@media (max-width:412px) {
    .iframe {
        height: 2850px;
    }
}
@media (max-width:391px) {
    .iframe {
        height: 2880px;
    }
}
@media (max-width:381px) {
    .iframe {
        height: 2930px;
    }
}


@media (min-width:576px) and (max-width:1096px) {
    .contact_us {
        /* padding: 80px 100px 80px 100px; */
    }

    .feel_free {
        font-size: 24px;
    }

    .request {
        font-size: 40px;

    }


}