/* ---------------MOBILE START-------------- */





/* contact-hero start */


.contact-hero__img {
    height: 230px;
}

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

.contact-hero__inner {
    background-color: var(--primary-color);
}

.contact-hero__content-top h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    color: var(--secondry-color);
    margin-bottom: 15px;
}

.contact-hero__content-top h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--tertiary-color);
    margin-bottom: 15px;
}

.contact-hero__number p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--tertiary-color);
}

.contact-hero__number a {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--tertiary-color);
}

.contact-hero__number {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 5px;
}

.contact-hero__email p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--tertiary-color);
}

.contact-hero__email a {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--tertiary-color);
}

.contact-hero__email {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.contact-hero__content-address h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--tertiary-color);
    margin-bottom: 2px;
}

.contact-hero__content-address p {
    font-size: 16px;
    line-height: 140%;
    color: var(--tertiary-color);
}

.contact-hero__content-address {
    border-top: 1px solid #ffffff3b;
    padding-top: 25px;
    margin-top: 25px;
}

.contact-hero__content {
    padding: 35px 0 80px;
}

/* contact-hero end */









/* contact-form start */


.contact-form__inner {
    background-color: #F7F5F2;
    padding: 40px 0 117px;
}

.contact-form__left h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 12px;
}

.contact-form__left p {
    font-size: 16px;
    line-height: 140%;
}

.contact-form__left {
    margin-bottom: 45px;
}

.contact-form__select select {
    font-family: 'Basis Grotesque';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: var(--primary-color);
    width: 100%;
    padding: 18px 20px;
    border-radius: 5px;
    background-color: #F7F5F2;
    border: 1px solid var(--primary-color);
    cursor: pointer;
}
.selectric-items{border-radius: 5px;}
.selectric-items ul, .selectric-items li{font-family: 'Basis Grotesque';
    font-size: 16px;color: var(--primary-color);}

.contact-form__select {
    margin-bottom: 15px;
    position: relative;
}

.contact-form__select::after, .selectric .button:after {
    content: '';
    background-image: url(../img/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 6px;
    position: absolute; top: 0; right: 0;
    width: 100%; height: 100%;
    line-height: 0;
}

.selectric .button{width: 50px; height: 100%;}
.selectric .button:after{border: 0;}

.selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover{background-color: var(--secondry-color);color: var(--primary-color)}

 .gform_wrapper.gravity-theme{width: 100%;}
 .gform_wrapper.gravity-theme .gform_fields{gap: 15px !important;}

 .gform_wrapper.gravity-theme input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
 .gform_wrapper.gravity-theme .gfield textarea,  .gform_wrapper.gravity-theme .selectric{
    font-family: 'Basis Grotesque';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    padding: 17px 20px;
    border-radius: 5px;
    background-color: #F7F5F2;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 15px; margin-bottom: 0;
}

.selectric .label{line-height: 1; font-size: 16px; color: var(--primary-color); font-family: 'Basis Grotesque'; height: auto; margin-left: 0;}

.contact-form__right input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: var(--primary-color);
}

.contact-form__right textarea {
    font-family: 'Basis Grotesque';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #F7F5F2;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    resize: none;
}

.contact-form__right textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: var(--primary-color);
}

.contact-form .gform_wrapper.gravity-theme .gform_footer, .contact-form .gform_wrapper.gravity-theme .gform_page_footer{padding: 0; margin: 15px 0 0;}
.contact-form .gform_wrapper.gravity-theme .gform_footer{justify-content: center;}

.contact-form-btn-submit, .gform_wrapper.gravity-theme input[type="submit"]{
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    cursor: pointer;
}

.contact-form__btn {
    margin-top: 15px;
}

.gform_wrapper.gravity-theme input[type="submit"]{    letter-spacing: 1.12px;
    color: var(--tertiary-color);
    background-color: var(--secondry-color);
    padding: 16px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;}


/* contact-form end */







/* ---------------MOBILE END-------------- */













/* ---------------DESKTOP START-------------- */




@media(min-width: 1024px) {







    /* contact-hero start */


    .contact-hero__img {
        width: 50.2083%;
        height: 100%;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .contact-hero__content {
        padding: 174px 0 140px;
        width: 39.2829%;
    }

    .contact-hero__content-top h3 {
        font-size: 60px;
        font-weight: 400;
    }

    .contact-hero__content-top h6 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 22px;
    }

    .contact-hero__content-address h5 {
        margin-bottom: 4px;
    }

    .contact-hero__inner {
        position: relative;
    }

    .contact-hero__content-address {
        max-width: 409px;
    }



    /* contact-hero end */




    /* contact-form start */


    .contact-form__inner {
        padding: 104px 0 98px;
    }


    .contact-form__left h3 {
        font-size: 45px;
    }

    .contact-form__left {
        margin-bottom: 0;
        width: 36.24318%;
        margin-top: -10px;
    }

    .contact-form__wrap {
        display: flex;
        gap: 0 172px;
    }

    .contact-form__right {
        width: 45.752%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .contact-form__select {
        flex: 1 0 100%;
        margin-bottom: 0;
    }

    .contact-form__right input {
        /* flex: 1 0 40%; */
        margin-bottom: 0;
    }

    .contact-form__right textarea {
        flex: 1 0 100%;
    }

    .contact-form__btn {
        margin-top: 0;
    }






    /* contact-form end */





}











/* ---------------DESKTOP END-------------- */