.form-content {border-radius: 20px;padding: 94px 0;} 
.form-head {color: var(--sof-white);max-width: 684px;line-height: 1.5;}
.form-head h3 {font-size: 30px;color: var(--sof-white);margin-bottom: 27px;}
.form-body {margin-top: 36px;}

.form-body .input-group-append{display: none;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .form-content {border-radius: 0;padding: 46px 15px;width: calc(100% + 30px);margin-left: -15px;}
   
    .form-head h3 {margin-bottom: 16px;}    
    
    
     
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){ 
}
