.top_part{
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bottom_part{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.right_side{
    text-align: right;
    padding-right: 0px;
}
.contact_head{
    font-size: 30px;
    color: #007bb7;
    font-family: SegoeBold;
}

.contact_text{
    font-size: 30px;
    color: #dd4000;
    font-family: SegoeLight;
    
}
@media(min-width: 1200px){
.contact_head{
    font-size: 36px;
    color: #007bb7;
    font-family: SegoeBold;
}

.contact_text{
    font-size: 36px;
    color: #dd4000;
    font-family: SegoeLight;
    
}
}
.contact_left{
    margin-bottom: 20px;
    text-align: center;
}
@media(min-width: 992px){
.contact_left{
    border-right: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
}
.first_row{
    font-size: 34px;
    color: #007bb7;
}
.second_row{
    font-size: 24px;
    color: #007bb7;
    font-family: SegoeBold;
}
.third_row{
    font-size: 17px;
    color: #007bb7;
}
.map_holder{
    margin-top: 20px;
}
 .map_holder img{
    width: 100%;
}
.mapp{
    width: 100%;
    border: none;
}
@media(min-width: 440px){
    .map_holder img{
    width: auto;
}
.mapp{
    width:353px;
    height:278px; 
    border: none;    
}
}
.name{
    width: 100px;
    font-size: 18px;
    color: #007bb7;
    font-family: Segoe;
}
@media(min-width: 992px){
    .name{
    width: 140px;
    font-size: 18px;
    color: #007bb7;
    font-family: Segoe;
}
}
.name1{
    width: 140px;
    font-size: 18px;
    color: #007bb7;
    font-family: Segoe;
    height: 30px;
    text-align: left;
}
@media(min-width: 768px){
    .name1{
    width: 140px;
    font-size: 18px;
    color: #007bb7;
    font-family: Segoe;
    height: 30px;
    text-align: right;
    padding-right: 5px;
}
}
@media(min-width: 992px){
    .name1{
    width: 140px;
    font-size: 18px;
    color: #007bb7;
    font-family: Segoe;
    height: 30px;
    text-align: left;
}
}
.message{
    font-size: 18px;
    color: #007bb7;
}
.information{
    width: 285px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
@media(min-width: 768px){
    .information1{
    width: 223px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.information{
    width: 277px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
}
@media(min-width: 992px){
    .information1{
    width: 285px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.information{
    width: 285px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
}

@media(min-width: 768px){
.contact_right{
    display: flex;
}
}
@media(min-width: 992px){
.contact_right{
    display: block;
}
}
.contact_right input{
    width: 285px;
    height: 35px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
    font-size: 20px;
}
@media(min-width: 768px){
.contact_right input{
    width: 277px;
    height: 35px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
    font-size: 20px;
}
}
@media(min-width: 992px){
.contact_right input{
    width: 285px;
    height: 35px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
    font-size: 20px;
}
}

.contact_right input:focus{
    border: 1px solid #007bb7;
    background-color: white;
}
textarea:focus{
    border: 1px solid #007bb7;
    background-color: white;
}
.contact_right inputinput:not([value]){
    border: 1px solid #007bb7;
    background-color: white;
}
.send_message{
    height: 222px;
    width: 285px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
}
@media(min-width: 768px){
.send_message{
    height: 222px;
    width: 223px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
}
}
@media(min-width: 992px){
.send_message{
    height: 222px;
    width: 285px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
}
}
td .name .move_up{
    padding-top: 0px;
}

@media(min-width: 768px){
    .contact_form{
    /*float: right;*/
    display: flex;
    min-height: 290px;
}
}
@media(min-width: 992px){
    .contact_form{
    /*float: right;*/
    display: block;
    height: 500px;
}
}
textarea { 
    resize: none; 
    font-size: 17px;
}

.input_image{
    position: absolute;
    right: 8px;
    top: 17px;
}
.input_image1{
    position: absolute;
    right: 12px;
    top: 40px;
}
.new_input{
    border: 1px solid #007bb7;
    background-color: white;
}
.submit{
    width: 150px;
    height: 45px;
    background-color: #007bb7;
    color: white;
    border: none;
    /*float: right;*/
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    right: 4px;
}
@media(min-width: 768px){
    .submit{
    width: 150px;
    height: 45px;
    background-color: #007bb7;
    color: white;
    border: none;
    /*float: right;*/
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    right: -5px;
}
}
@media(min-width: 992px){
    .submit{
    width: 150px;
    height: 45px;
    background-color: #007bb7;
    color: white;
    border: none;
    /*float: right;*/
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    right: 15px;
}
}
.succes{
    position: absolute;
    top: 14px;
    display: none;
}
.error{
    position: absolute;
    top: 14px;
    display: none;
}
.succes1{
    position: absolute;
    top: 14px;
    display: none;
}
.error1{
    position: absolute;
    top: 14px;
    display: none;
}
.succes2{
    position: absolute;
    top: 14px;
    display: none;
}
.error2{
    position: absolute;
    top: 14px;
    display: none;
}
.succes3{
    position: absolute;
    top: 14px;
    display: none;
}
.error3{
    position: absolute;
    top: 14px;
    display: none;
}
.succes4{
    position: absolute;
    top: 14px;
    display: none;
}
.error4{
    position: absolute;
    top: 14px;
    display: none;
}
.error_message{
    width: 285px;
    height: 27px;
    background-color: #fcece5;
    color: #dd4000;
    font-size: 16px;
    padding-left: 5px;
    display: none;
}
@media(min-width: 768px){
    .error_message{
    width: 277px;
    height: 27px;
    background-color: #fcece5;
    color: #dd4000;
    font-size: 16px;
    padding-left: 5px;
    display: none;
}
}
@media(min-width: 992px){
    .error_message{
    width: 285px;
    height: 27px;
    background-color: #fcece5;
    color: #dd4000;
    font-size: 16px;
    padding-left: 5px;
    display: none;
}
}

.modal-header{
    border: none;
}
.modal-content{
    border: 1px solid #007bb7;
}
.modal{
    background:rgba(255,255,255, 0.5);
}
.modal-body{
    text-align: center;
    font-size: 18px;
}
.modal-body img{
    margin-bottom: 20px;
}
.small_img{
    text-align: center
}
.left_side{
    text-align: center;
}
@media(min-width: 768px){
    .left_side{
    text-align: left;
}
.right_side img{
    width: 100%;
}
}

@media(min-width: 768px){
    .contact_left{
        display: flex;
        text-align: left;
    }
    .map_holder{
        margin-top: 0px;
        /*margin-left: 70px;*/
    }
}
@media(min-width: 992px){
    .contact_left{
        display: block;
    }
    .map_holder{
        margin-top: 20px;
        margin-left: 0px;
    }
}
.message_box{
    width: 290px;
    height: 232px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}



@media(min-width: 768px){
    table{
    }
    .message_box{
        width: 400px;
        display: flex;
    }
}
@media(min-width: 992px){
    table{
        float: right;
    }
    .message_box{
        float: right;
        width: 425px;
    }
}
.info_holder{
    width: 300px;
    margin: 0 auto;
}
@media(min-width: 768px){
    .info_holder{
        width: 360px;
        margin: 0px;
    }
}
@media(min-width: 992px){
    .info_holder{
        width: 100%;
    }
}


.small_form input{
    width: 100%;
    height: 35px;
    border: 1px solid #bfbfbf;
    background-color: #edeeee;
    font-size: 20px;
}
.small_form input:focus{
    border: 1px solid #007bb7;
    background-color: white;
}
.contact_info{
    width: 290px;
    margin: 00 auto;
}
.small_form{
    min-height: 657px;
    width: 290px;
    margin: 0 auto;
    position: relative;
}
.small_head_img{
    width: 100%;
}

.footer ul li .active_contact{
    color: white;
}
