.contact img {
    max-width: 100%;
}

.contact .title {
    text-align: center;
    margin-bottom: 20px;
}

.contact .form__message {
    align-items: flex-start;
}

.contact .icon-success {
    margin-top: 2px;
}

.contact .field {
    margin-bottom: 15px;
}

.contact .field__info {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .contact .field {
        margin-bottom: 20px;
    }

    .contact .field__info {
        margin-bottom: 30px;
    }
}

.contact__button {
    margin-top: 30px;
    text-align: center;
}

.contact__button .button {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (min-width: 960px) {
    .contact__button {
        margin-top: 40px;
    }
}

@media screen and (min-width: 960px) {
    .contact__fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
}

@media screen and (min-width: 960px) {
    .contact .title {
        margin-bottom: 30px;
    }
}

/* custom css ========================== */
.custom-contact-page.contact .title {
    font-size: var(--heading-font-desk);
    font-family: 'GT America Bold' !important;
    text-transform: capitalize;
}

.custom-contact-page .contact-description {
    font-size: 18px;
    color: #000000;
    text-align: center;
    max-width: 929px;
    width: 100%;
    margin: 0 0 30px 0;
}

.custom-contact-page {
    max-width: 980px !important;
    padding: 0 20px;
}

.custom-contact-page .contact__fields {
    grid-template-columns: 1fr;
}

.custom-contact-page .contact-form {
    max-width: 910px;
    width: 100%;
}

.custom-contact-page .field:after {
    content: unset;
}

.custom-contact-page .field {
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
}

.custom-contact-page .field__input {
    padding: 16px 0 0 14px;
    height: 65px;
}

.custom-contact-page .custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-contact-page .selected {
    padding: 21px 0 21px 14px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    color: #8A8A8A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.custom-contact-page .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 10;
}

.custom-contact-page .options.show {
    display: block;
}

.custom-contact-page .option {
    padding: 10px 12px;
    cursor: pointer;
}

.custom-contact-page .option:hover {
    background: #f2f2f2;
}

.custom-contact-page .field__input::placeholder,
.custom-contact-page .text-area::placeholder {
    font-size: 16px;
    color: #8A8A8A;
    opacity: 1;
    font-family: 'GT America-Regular';
    font-weight: 400;
    text-transform: capitalize;
}

.custom-contact-page .custom-comment {
    border-bottom: 0;
    border: 1px solid #86868B;
    border-radius: 4px;
    margin-top: 28px;
}

.custom-contact-page .contact__button {
    margin-top: 29px;
}

.custom-contact-page .text-area {
    resize: vertical;
}

.custom-contact-page .button {
    font-size: 16px;
    border-radius: 2px;
    height: 52px;
    padding: 16px;
    max-width: 402px;
    width: 100%;
    background: #A43D03;
    font-family: 'GT America Bold';
}

.custom-contact-page .text-area {
    display: block;
    height: 100%;
}

@media (max-width: 768px) {
    .custom-contact-page.contact .title {
        font-size: var(--heading-font-mob);
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .custom-contact-page .contact-description {
        font-size: 14px;
        line-height: 1.572;
        margin-bottom: 10px;
    }

    .custom-contact-page .contact-description br {
        display: none;
    }

    .custom-contact-page .field__input {
        padding: 20px 0 20px 14px;
        height: 60px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #000000;
    }

    .custom-contact-page .field__input::placeholder {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #8A8A8A;
    }

    .custom-contact-page .field {
        margin-bottom: 8px;
    }

    .custom-contact-page textarea.field__input {
        padding: 14px;
        min-height: 203px;
        font-size: 16px;
    }

    .custom-contact-page .contact__button {
        margin-top: 19px;
    }

    .custom-contact-page .button {
        height: 52px;
        padding: 5px;
        max-width: 400px;
    }

}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */