.search-dropdown-title svg {
    height: 2vw;
}

#request {
    margin-top: 160px;
    overflow: hidden;
}

.request-header {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.header-btn svg {
    margin-left: 10px;
}
.header-btn button {
    padding: 10px;
}

.request-form-btn button {
    background-color: #022148;
    color: white;
}

.request-form-btn button:hover {
    background-color: #fec90f;
    border-color: #fec90f;
    color: #022148;
}

.request-header h2 {
    margin-bottom: 40px;
}

.request-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.request-header hr {
    border: 1px solid #022148;
    width: 70px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.request-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.request-banner {
    position: relative;
    width: 100%;
    height: 36rem;
    padding: 0px;
}

.request-banner::before {
    content: '';
    background-color: #4c3e2280;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-text {
    position: absolute;
    right: 50%;
    top: 6vw;
    transform: translate(50%, 0px);
    color: white;
    letter-spacing: 1px;
}

.banner-text h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-right: 24vw;
    border-left: 5px solid #d3ab60;
    padding-left: 30px;
    margin-bottom: 25px;
}

.request-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

#request .container {
    max-width: 1300px;
}

#request .alert {
    margin-bottom: 75px;
}

.request-form-container {
    max-width: 992px;
    margin-bottom: 40px;
}

.request-paragraph {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-background-color {
    background-color: #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.request-blocks-heading {
    text-align: center;
    margin-bottom: 40px;
}

.request-blocks-heading h4 {
    margin-bottom: 23px;
    color: #022148;
}

.request-blocks-heading hr {
    border: 1px solid #022148;
    width: 49vw;
    margin: auto;
    opacity: 0.7;
    color: #022148;
    border-color: #fec90f;
    background-color: #022148;
}

.block-paragraph h4 {
    color: #022148;
    border-left: 5px solid #022148;
    padding-left: 30px;
    margin-bottom: 25px;
}

.request-block-text {
    padding: 20px;
    text-align: justify;
}

.request-form-btn {
    margin: auto;
    display: flex;
    justify-content: center;
}

.request-form-btn button {
    padding: 10px;
}

.request-form-btn svg {
    margin-left: 10px;
}

.offcanvas-container {
    max-width: 800px !important;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    overflow: auto;
}

.request-offcanvas {
    height: 100% !important;
    background: url('/img/site/job-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.cv-text {
    display: flex;
    align-items: center;
}

#request-form {
    display: flex;
    flex-wrap: wrap;
}

.request-offcanvas .logo {
    width: 10vw;
}

.request-offcanvas hr {
    margin: 5px;
}

.request-field {
    margin-right: 20px;
    margin-bottom: 10px;
}

span.select2.select2-container.select2-container--krajee-bs5 {
    margin-bottom: 20px;
}

.request-offcanvas .request-submit-btn {
    float: right;
}

.request-offcanvas .btn-close {
    position: absolute;
    padding: 13px;
    margin: 45px;
    font-size: 1.8rem;
    background-color: white;
    border-radius: 60px;
    right: 0px;
}

.g-recaptcha {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1921px) {
    .request-form-container {
        max-width: 992px;
    }
}

@media only screen and (max-width: 1921px) {
    .request-form-container {
        max-width: 992px !important;
    }
}

@media screen and (max-width: 1680px) {
    .banner-text h2 {
        margin-right: 16vw;
    }
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .banner-text h2 {
        margin-right: 8vw;
    }

    .request-offcanvas .btn-close {
        background-color: #c5c5c5;
        right: 0px;
        z-index: 9999;
    }
}

@media only screen and (max-width: 992px) {
    #request {
        margin-top: 120px;
    }

    .banner-text h2 {
        margin-right: 0vw;
    }

    .request-step-info {
        margin-right: 7vw;
        margin-left: 7vw;
    }

    #offcanvasrequestForm {
        overflow-y: scroll;
    }

    .request-tabs-container {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .request-header p {
        margin-right: 60px;
    }

    .banner-text {
        right: 24%;
        top: 13vw;
        transform: translate(16%, 0px);
    }
}

@media only screen and (max-width: 576px) {
    .request-form-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .request-banner {
        height: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .request-header p {
        margin-right: 10px;
    }

    .banner-text {
        right: 11%;
        transform: translate(11%, 0px);
    }

    .request-offcanvas .btn-close {
        padding: 20px;
        font-size: 1rem;
        top: -25px;
    }

    .request-step-info {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .banner-text {
        right: 5%;
        top: 27vw;
        transform: translate(6%, 0px);
    }

    .banner-text h2 {
        font-size: 2.5rem;
    }

    #request-form {
        padding: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-text {
        right: 13%;
        top: 17vw;
    }
}

@media only screen and (max-width: 320px) {}