
											@media screen and (max-width:1199px){.main input {
width: 32.1%;
display: inline-block;
border-radius: 33px;
margin: 0px 6px;
border-color: transparent;
box-shadow: rgb(211 221 253 / 30%) 1px 0px 59px 0px;
padding: 20px 0 20px 20px;
}
.text-area-box {
    border-radius: 30px;
    padding-top: 24px;
    padding-left: 25px;
    margin: 0;
    height: 190px;
    width: 99%;
    box-shadow: rgb(211 221 253 / 30%) 1px 0px 59px 0px;
    border-color: transparent;
}
.submit {
    width: 16% !important;
background-image:linear-gradient(to right, #a965e4 , #7bbded);
color: #fff!important;
cursor: pointer!important;
font-size:18px !important;
font-weight: 500 !important;
 padding: 16px 30px !important;
 font-family: 'DM Sans', sans-serif !important;

}
.submit-btn {
    text-align: center;
}}