
/* contact formular */

.es_wrap_contact_formular .es_c1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.es_c1 .es_item_flex_info {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: 45px 24px;
}
.es_item_flex_info .es_item_image_info {
    width: 60px;
    height: auto;
    display: inline-block;
}
.es_item_flex_info:nth-child(2) {
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    transition: all 0.5s linear;
}
.es_item_image_info i:before {
    margin-left: 0;
    font-size: 60px;
    color: #0171bd;
}
.es_item_flex_info .es_title_info{
    text-align: center;
}
.es_title_info h4 {
    /* font-family: "poppins"; */
    font-size: 20px;
    line-height: 24px;
    color: #203334;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.es_wrap_field.full_line >div {
    width: 100%;
}
.es_title_info h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

/* container 2 */

.es_wrap_c2{
    padding: 80px 0 60px;
}
.es_c2 {
    display: flex;
}
.es_content_image_contact {
    width: 45%;
    display: flex;
    justify-content: center;
}
.es_content_image_contact img{
    max-width: 100%;
}
.es_content_formular_contact {
    width: 55%;
    padding: 0 40px;
}
.es_wrap_formular_client {
    display: flex;
    flex-direction: column;
}
.es_text_top_formular .es_t1{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 -10px 0px;
    padding: 0;
    /* font-family: "poppins"; */
    line-height: 2.4;
}
.es_text_top_formular .es_t2 {
    max-width: 80%;
    margin: 15px auto -5px;
    line-height: 1.6;
}

.es_text_top_formular .es_t3 {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 42px;
    margin-top: -10px;
    position: relative;
    font-family: "poppins";
}

/* input style */

.es_message_error_formular {
    color: #ff0000ea;
    padding: 6px 0 6px;
    display: none;
}
.es_wrap_field{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.mt2 {
    margin-top: 2em;
}
.es_field_contact{
    position: relative;
    width: 49%;
    margin-bottom: 17px;
}
.es_field_contact_textarea {
    width: 100%;
}
.es_field_contact_textarea .es_textarea {
    height: 100px;
} 

/* ***************************************************** */

.es_field_input_design {
    height: 50px;
    /* border: 1px solid #dbdbdb; */
}
.es_field_input_design label {
    position: absolute;
    top: 0;
    font-size: 14px;
    left: 0;
    margin: 10px;
    padding: 0 10px;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
    color: #000;
}
.es_field_input_design label.active {
    position: absolute;
    top: -22px;
    font-size: 11px;
    text-transform: lowercase;
    background: #fff;
    z-index: 9999;

}
input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dbdbdb;
    font-size: 20px;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}

textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-size: 20px;
    color: #000;
    height: 100%;
    padding: 3px;
    border-radius: 5px;
    font-size: 14px;
}

.es_wrap_field_button button{
    height: auto;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 30px;
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 25px;
    border: none;
    font-weight: 600;
    color: #fff;
}

.wrap-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.wrap-top-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.es_item_flex_info {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: 45px 24px;
   
}

.es_item_image_info {
    display: flex;
    justify-content: center;
    width: 60px;
}

.es_item_flex_info .es_title_info {
    text-align: center;
}
.wrap-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.wrap-top-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.es_item_flex_info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-wrap: wrap;
}

.es_item_image_info {
    display: flex;
    justify-content: center;
    width: 45px;
}

.wrapper-contact {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.wrap-bottom-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    padding-top: 40px;
}