.contact__form .form_row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.contact__form .col__lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.contact__form .form_-group {
    margin-bottom: 30px;
}
.contact__form input, 
.contact__form textarea,
.contact__form select {
    width: 100%;
    color: #000 !important;
}
.contact__form textarea {
    height: 200px;
}
.contact__form input::placeholder, 
.contact__form textarea::placeholder {
    color: #000 !important;
}
.contact__form input:focus, 
.contact__form textarea:focus {
    border-color: #F2BF40;
    box-shadow: none;
}
.contact__form .form__btn {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #F2BF40;
    font-size: 16px;
}
.contact__form .form__btn:hover {
    background-color: #000000!important;
    color: #fff !important;
}
.cur-contact_sidebar .elementor-button-text {
    text-align: left;
}
.cur-contact_sidebar i {
    color: #F2BF40;
    font-size: 22px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .entry-hero.page-hero-section .entry-header {
        min-height: 200px;
    }
    .entry-hero.page-hero-section .entry-header .entry-title {
        font-size: 40px;
    }
    .contact__form .col__lg-4 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}