section img {
    width: 100%;
    height: 100%;
}

.section-one {
    min-height: calc(100vh - var(--header-height));
}

.section-one .section-one-wrapper {
    position: relative;
    padding-top: 75px;
}

.section-one .left-side {
    position: relative;
}

.section-one .left-side .contact-location {
    padding: 120px 30px;
    row-gap: 30px;
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 100%;
    margin: auto;
}

.section-one .left-side .contact-location svg {
    width: 48px;
}

.section-one .left-side .contact-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.section-one .left-side h1 {
    color: #E8E8E6;
}

.section-one .left-side a,
.section-one .left-side p {
    color: #E8E8E6;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

.section-one .contact-row {
    column-gap: 20px;
}

.section-one .section-one-wrapper {
    column-gap: 75px;
}

.section-one .form-row {
    column-gap: 15px;
}

.section-one .form-group {
    position: relative;
}

.section-one .form-row .form-group {
    width: 50%;
}

.section-one .form-group input,
.section-one .form-group select,
.section-one .form-group textarea,
.section-one .source-button,
.section-one .service-button {
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    background: transparent;
    color: #000000;
    overflow: hidden;
    height: 40px;
    opacity: 1;
}

.section-one .dropdown-menu input {
    height: auto;
}

.section-one .form-group input::placeholder,
/* .section-one .form-group select, */
.section-one .form-group textarea::placeholder,
.section-one .source-button,
.section-one .service-button {
    color: rgba(0, 0, 0, 0.2);
    text-align: left;
}

.section-one .form-group input:hover,
.section-one .form-group input:focus,
.section-one .form-group select:hover,
.section-one .form-group select:focus,
.section-one .form-group .service-button:hover,
.section-one .form-group .service-button:focus,
.section-one .form-group .source-button:hover,
.section-one .form-group .source-button:focus .section-one .form-group textarea:hover,
.section-one .form-group textarea:focus {
    background-color: transparent;
    box-shadow: 0px 0px 4px 2px #F0684F;
}

#submitBtn   {
    margin-top: 20px;
}

.section-one .source-button::before,
.section-one .service-button::before,
.section-one .source-button::after,
.section-one .service-button::after {
    display: none;
}

.section-one .dropdown-menu {
    background-color: #E8E8E6;
    padding: 10px;
    width: 100%;
}

.section-one .dropdown-menu label,
.section-one .dropdown-menu-services label {
    font-family: 'Poppins-Light';
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.others-field,
.friends-field {
    display: none;
}

@media screen and (max-width: 989px) {

    .section-one .flex-1,
    .section-one-wrapper>.flex-1 {
        width: 100%;
        flex: auto;
    }

    .section-one .section-one-wrapper {
        row-gap: 15px;
    }

    .section-one-wrapper {
        row-gap: 15px;
    }

    .section-one .right-side {
        position: relative;
        margin-top: 15px;
    }

    .section-one .right-side img {
        left: 50%;
        transform: translateX(-50%);
    }

    .section-one .left-side .contact-location {
        padding: 50px;
    }

    .section-one .left-side a,
    .section-one .left-side p {
        font-size: 14px;
    }

    .section-one .left-side .contact-location svg {
        width: 20px;
    }

    .section-one .form-row .form-group {
        width: 100%;
    }
}