.contact_us{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.contact_us_tools{
    width: 44%;
    display: flex;
    flex-direction: column;
  
}
.contact_us_tool{
    margin-top: 10px;
    width: 100%;
    height:66px ;
  align-items: center;
    border-radius: 14px;
    position: relative;
background: #013565;
overflow: hidden;
display: flex;
    padding: 0 10px;


}
.backlay{
   height:max-content ;
   width: 117px;
    position: absolute;
    display: flex;
    right: 0%;
    top: 0;
}
[dir='ltr'] .backlay{
    right: unset;
    left: 0;
    transform: rotate(180deg);
}
.tool {z-index: 1;}
.tool span{
    display: flex;
width: 42px;
height: 42px;
justify-content: center;
align-items: center;
border-radius: 12px;
background: #FFF;
z-index: 1;
}
.contact_us_tool p{
    color: #FFF;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 100%;
margin: 0%;

}
.contact_us_tool h6{color: #FFF;
margin: 0%;
font-size: 15px;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
white-space: nowrap;
}
.second_tool{
    margin: 0 20%;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sochiyals_title{
    z-index: 1;
}
.sochiyals_title h6{
color: #FFF;

font-size: 12px;
font-style: normal;
font-weight: 300;

}
.sochiyals_title p{

font-size: 12px;
font-style: normal;
font-weight: 300;
letter-spacing: 1.8px;
background: linear-gradient(0deg, #FFF 0%, #182042 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.socialmedias{
    margin: 0 20px;
    display: flex;
}
.socialmedias a{
    margin: 0 10px;
width: 42px;
height: 42px;
background-color: #1D2552;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
}


.contact_us_form{
    width: 55%;
    min-height: 200px;
    border-radius: 27px;
background: #EFF8FF;
padding: 40px;

}
.contact_us_form form{
    display: flex;
    flex-direction: column;
}
.contact_us_form form label{
    color: #081035;


font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 100%;
}
.contact_us_form form input,.input-shal{
    margin-top: 10px !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 16px !important;
background: #FFF ;
padding: 0 10px !important;
border: none !important;
outline-color: var(--blue) !important;
}
.form_submit{
    position: relative;
}
.form_submit button{
    position: absolute !important;
    display: flex !important;
width: 125px !important;
height: 40px !important;
color: white !important;
justify-content: center !important;
align-items: center !important;
border-radius: 14px !important;
background-color: #013565 !important;
border: none !important;
bottom: 15px !important;
left: 15px !important;
z-index: 1 !important;
transition: .3s !important;
}
.gform-theme--foundation .gfield textarea.large{
    min-block-size: 8rem !important;
    margin-top: 0rem !important;
    padding: 0rem !important;
}
.form_submit button:hover{
    background-color: var(--light-blue);
}
[dir="ltr"] .form_submit button{
left: unset;
right: 15px;
}
textarea,.area{
    resize: none !important;
    height: 150px  !important;
    border: none !important;
    border-radius: 16px !important;
margin-top: 10px !important;
position: relative !important;
}


@media (max-width:1200px) {
.contact_us_tools{
    width: 40%;
}
.contact_us_form{
  width:   59%;
}
}
@media (max-width:992px) {
    .contact_us {
        flex-direction: column-reverse;
    }
    .contact_us_tools{
    width: 100%;
    margin-top: 40px;
}
.contact_us_form{
  width:   100%;

}
}
@media (max-width:576px) {
    .contact_us_form{
        padding: 20px;
        border-radius: 17px;
    }
    .contact_us_form input ,textarea{
border-radius: 10px;
    }
    .form_header{
        flex-direction: column;
    }
    .form_header div{
        width: 100% !important;
        margin-top: 15px;
        padding: 0% !important;
    }
    .form_submit button{
        position:relative;
        bottom:unset;
        left:  unset;
        right: unset;
        margin-top: 35px;
    }
    .second_tool{
        margin: 15px;
    }
    .sochiyal{
        flex-direction: column;
        height: fit-content;
        padding: 20px;
    }

    .sochiyal .backlay{
display: none;    }
    .socialmedias{
        margin-top: 30px;
    }
}