.input_form{
    
    width: 80%;
    height: 45px;
    margin-top: 10px;
    background-color: #ffffff;
    border-color: rgb(229,157,3) !important;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 15px;
}
.text_area_form{
    width: 80%;
    margin-top: 10px;
    height: 120px;
    background-color: #ffffff;
    border-color: rgb(229,157,3) !important;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 15px;
}
.button_send_email{
    width: 198px;
    height: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 60%;
    background-color: rgba(63, 96, 113, 0.17);
}
.select_form{
    color: #ADADAD;
}
.content_form{
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}
.content_right{
    width: 60%;
    display: inline-block;
}
.content_left{
    width: 38%;
    display: inline-block; 
    vertical-align: top
}
.text_data_contant_me{
    display: inline-block !important;
}
.class_red{
    width: 80%;
    height: 45px;
    margin-top: 10px;
    background-color: #ffffff;
    border-color: rgb(204, 0, 0) !important;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 15px;
}
.class_red_text_area{
    width: 80%;
    height: 45px;
    margin-top: 10px;
    background-color: #ffffff;
    border-color: rgb(204, 0, 0) !important;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 15px;
    height: 120px;
}
.labelError{
    text-align: center;
    color: #D52021;
    width: 95%;
    font-size: 16px;
    padding: 1%;
    margin-bottom: 0;
    cursor: auto;
    font-weight: 300;
}
.msj_send_email{
    color: #00790B;
    width: 80%;
    margin: 0 auto;
    background-color: rgba(1, 121, 12, 0.22);
    margin-bottom: 20px;
    border-radius: 5px;
}
@media(max-width:1180px){
    .button_send_email{
        margin-left: 44%;
    }
}
@media(max-width:890px){
    .content_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .button_send_email{
        margin-left: 60%;
    }
    .content_left{
        width: 100%;
    }
}
@media(max-width:600px){
    .button_send_email {
        margin-left: 37%;
    }   
}
@media(max-width:400px){
    .button_send_email {
        margin-left: 13%;
    }  
}
/*.container_contac_me{
    background-color: #133F54
}
.container_contac_me_bussines{
    text-align: center; 
    width: 100%; 
    padding-bottom: 30px;
}
.container_contac_me_person{
    text-align: center; 
    width: 49%; 
    display: inline-block;
    padding-bottom: 30px;
}
.send_email_name{
    display: inline-block; 
    color: #333333;
    width: 15%; 
    text-align: end;
}
.text_data_contant_me{
    display: inline-block !important;
}
.margin_modal{
     margin-bottom: 13px;
}
.input_modal{
    width: 55%
}
@media(max-width:700px){
    .container_contac_me_person{
        width: 100%;
    }
}
@media(max-width:600px){
    .label_hide_modal{
        display: none !important;
        margin-bottom: 0px !important;
    }
    .margin_modal{
        margin-bottom: 0px;
    }
    .input_modal{
        margin: 10px;
        width: 70%
    }
    .container_modal_input{
        text-align: center;
    }
}
@media(max-width:500px){
    .text_data_contant_me{
        font-size: 14px;
    }
    .send_email_name{
        width: 22%;
    }
}*/