@media screen and (max-width:768px){
#consultation-form .form-outer .form-three-rows{
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
}
#consultation-form .form-outer .form-two-rows{
    position: relative;
    float: right;
    width: 49%;
    margin-left: 1%;
}

#consultation-form .form-outer .form-three-rows input,
#consultation-form .form-outer .form-two-rows textarea{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px
}

#consultation-form .form-outer .form-two-rows textarea{
    height: 125px;
}
#consultation-form .form-outer .form-three-rows input{
     height: 55px;
}
#consultation-form .submit-btn{
    background: #14111c;
    color: #fff; 
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 13px 10px;
}



.button-right i{
   display: none;
}}