
.text-black {
    color: #000;
}

.content {
    padding: 7rem 0;

    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.heading {
    font-size: 2.5rem;
    font-weight: 900;

    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #c7c7c72b;
    opacity: 1;
    border-radius: 5px;

}

.form-select:disabled {
    background-color: #c7c7c72b;
}
.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;

    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background-color: rgba(246, 245, 245, 0.61);
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.col-form-label {
    color: #000;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: rgba(246, 245, 245, 0.61);
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
    padding: 5px;
}

.custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px;
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-wrap .form {
    background: #fff;
}

.contact-wrap .form h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

@media (max-width: 1199.98px) {
    .contact-wrap .contact-info {
        height: 400px !important;
    }

}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}
.col-form-label-danger {
    color: #ff0000;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}
