.contact-index-index .page-title-wrapper .page-title {
    margin: 0;
    padding: 0;
}

.contact-index-index .page-title-wrapper .page-title span {
    margin: 0;
    padding: 0;
}

.contact-index-index .page-title-wrapper .page-title {
    text-align: center;
    margin: 0 0 70px 0;
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}

.contact-index-index .page-title-wrapper .page-title:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -30px;
    background-color: #f4d26e;
    content: "";
}

.contact-container {
    margin-bottom: 30px;
}

.contact-form-wrap .form {
    /* background: #f8f8f8 !important; */
    background: linear-gradient(135deg, #fef9f5, #e8f9ff) !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 25px !important;
    margin: 0 !important;
}

.contact-form-wrap .form .legend {
    font-family: "Fredoka", sans-serif !important;
    font-size: 24px;
    color: #242424;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.contact-form-wrap .form .field {
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    line-height: 20px;
    color: #242424;
}

.contact-form-wrap .form input {
    background: #fff !important;
    padding: 10px;
    border-radius: 0 !important;
}

.contact-form-wrap .form textarea {
    background: #fff !important;
    padding: 10px;
    height: 120px;
}

.contact-map-wrap.col-sm-12 {
    display: none;
}