.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;
    }
}

/* 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 */






.request-free-quote-clearfix {
    padding: 60px 80px;
}

.request-free-quote h2.title {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    /* font-family: 'Poppin SemiBold'; */
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.request-free-quote p.title-paragraph {
    max-width: 1000px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 20px;
}

.request-free-quote .page-width {
    padding-left: 0;
    padding-right: 0;
    width: 94%;
}

.request-free-quote .field:after {
    display: none;
}

.request-free-quote .field .field__label {
    display: none;
}

.request-free-quote .contact__fields .field .field__input {
    padding: 10px 25px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    border: none;
    outline: none;
    height: 46px;
    line-height: 26px;
    color: #888888;
    font-size: 14px;
    font-family: unset;  
}

.request-free-quote .field .field__input::placeholder {
    line-height: 26px;
    color: #888888;
    font-size: 14px;
    opacity: 1;
}

.request-free-quote .field {
    background: transparent;
    margin-bottom: 15px;
}

.request-free-quote .field textarea.field__input {
    padding: 10px 25px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    border: none;
    outline: none;
    line-height: 26px;
    color: #888888;
    font-size: 14px;
    height: 125px;
    font-family: unset;
}

.request-free-quote .contact__button {
    margin-top: 0;
    text-align: left;
}

.request-free-quote .contact__button .button {
    padding: 10px 25px;
    margin-top: 5px;
    text-transform: uppercase;
    /* font-family: 'Poppins'; */
    font-weight: 500;
    line-height: 1.5;
    height: fit-content;
    min-height: fit-content;
    font-size: 14px;
}

.request-free-quote .contact__fields {
    padding-top: 10px;
    grid-column-gap: 22px;
}

@media screen and (max-width: 1024px) {
    .request-free-quote-clearfix {
        padding: 50px;
    }
}

@media screen and (max-width: 429px) {
    .request-free-quote h2.title {
        text-align: center !important; 
    }
}