

/* \contact-form-section */

.contact-form-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form-section .head-text h1 {
    color: #9e8562;
    font-size: 48px;
    font-weight: 400;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;

}

.contact-form-section .head-text h3 {
    color: #9e8562;
    text-align: center;
    font-size: 40px;
}

.contact-form-section .head-text p {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    font-weight: 400;
    line-height: 25.73px;
    text-align: center;
}

.contact-form-section .head-text h5 {
    font-size: 20px;
    color: #9e8562;
    font-weight: 600;
    line-height: 30.2px;
    text-align: center;
}

.contact-form-section form .form-control::placeholder,
.contact-form-section form .form-control {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
}

.contact-form-section form .form-control {
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    padding: 0 16px;
    border-radius: 0;
}

.contact-form-section form input.form-control {
    height: 59px;
}

.contact-form-section form textarea.form-control {
    padding: 22px 16px;
    height: 249px;
}

.contact-form-section form .btn-send {
    max-width: 370px;
    width: 100%;
    height: 62px;
    background-color: #e3b604;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}
.text-italic {
    font-style: italic;
}

@media (max-width:1199.98px) {
    .contact-form-section .head-text h3 {
        font-size: 36px;
    }

    .contact-form-section .head-text h1 {
        font-size: 43px;
    }
}

@media (max-width:767.98px) {
    .contact-form-section .head-text h3 {
        font-size: 24px;
    }

    .contact-form-section .head-text h1 {
        font-size: 30px;
        line-height: 52px;
    }

    .contact-form-section .head-text p {
        font-size: 12px;
        line-height: 24px;
    }

    .contact-form-section .head-text h5 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .contact-form-section form input.form-control {
        padding: 0 14px;
        height: 46px;
    }

    .contact-form-section form textarea.form-control {
        padding: 16px 14px;
        height: 200px;
    }

    .contact-form-section form .form-control::placeholder,
    .contact-form-section form .form-control {
        font-size: 12px;
    }

    .contact-form-section form .btn-send {
        max-width: 100%;
        height: 48px;
        font-size: 16px;
        font-weight: 400;
    }
}
