﻿.div_error {
    display: none;
}

.error_box {
    color: #691715;
    background: #feded9;
    border: 1px solid #fc8675;
    width: 100%;
    margin: 0px auto;
    display: block;
    padding: 10px 15px;
}

.success_box {
    color: #1b601c;
    background: #b2e7d3;
    border: 1px solid #65cea7;
    width: 100%;
    margin: 10px auto;
    display: block;
    padding: 10px 15px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.contact-form {
    background-color: #2297f3;
   /* padding: 50px 110px 50px 110px;*/
}

    .contact-form .contact-form-style input, .contact-form .contact-form-style textarea {
        background: #f1f1f1;
        border: 1px solid #c1c1c1;
        height: 40px;
        padding: 2px 14px;
        margin-bottom: 30px;
        color: #000;
        width: 100%;
        outline: none;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nice-select .option.selected {
    font-weight: 400;
    color: #7cc000;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    min-height: 25px;
    outline: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #253237;
    padding: 7px;
}
