

/*# sourceMappingURL=style.custom.css.map */
/*** Contact page Style Start ***/
.contact__wrapper {
    max-width: 1000px;
    margin: 40px auto 0;
}
.content__col {
    margin-bottom: 22px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.content__col label { font-weight: 600; }
.content__col label span { color: #D8000C !important; }
.content__col label.error {
    padding: 0;
    margin: 5px 0 0;
    color: #D8000C;
}
.contact__wrapper .form-control {
    padding: 6px 20px 12px;
    height: 44px;
    border-radius: 40px;
    line-height: normal;
    background: rgba(97, 97, 97, 0.1);
    border: 0;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    color: #14171A;
    border-radius: 5px;
}
.contact__wrapper textarea.form-control { 
    padding: 12px 20px;
    height: 100px; 
    border-radius: 5px;
    resize: none;
}
.contact__wrapper .form-control::-moz-placeholder {
    font-size: 16px;
    color: #14171A;
    opacity: .7;
}
.contact__wrapper .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #14171A;
    opacity: .7;
}
.contact__wrapper .form-control::-ms-input-placeholder {
    font-size: 16px;
    color: #14171A;
    opacity: .7;
}
.btn-green {
    display: inline-block;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #01E2C0;
    border: solid 1px #01E2C0;
    border-radius: 40px;
}
.btn-green:hover, 
.btn-green:focus {
    color: #01E2C0;
    background-color: transparent;
    border-color: #01E2C0;
    box-shadow: none !important;
}
.status-msg { display: none; }
.status-msg.error {
    display: block;
    color: #D8000C !important;
	background-color: #FFBABA;
    padding: 7px 15px;
    width: 100%;
    font-weight: 400;
    float: left;
    text-align: left;
    margin: 0 0 20px;
}
.status-msg.success {
    display: block;
    color: #4F8A10 !important;
    background-color: #DFF2BF;
    padding: 7px 15px;
    width: 100%;
    font-weight: 400;
    float: left;
    text-align: left;
    margin: 0 0 20px;
}
/*** Contact page Style End ***/