.contactus_main_div{
    width: 100%;
}
.contactus_div{
    width: 50%;
    margin:  0 auto;
    text-align: center;
    transform: none;
    box-shadow: rgb(150 151 180 / 50%) 0px 2px 14px;
    border: 0px solid rgb(239, 51, 64);
    padding-bottom: 80px;
    border-radius: 10px;
}
.contactus_div_title{
    height: 35px;
    line-height: 16px;
    margin-top: 30px;
    font-weight: bold;
}
.contactus_div_subt{
    width: 85%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #765bb7;
    border-radius: 50px;
    font-size: 18px;
    color: #FFF;
    margin: 0 auto;
}
.contactus_div1 input{
 width: 80%;
    border: 1px solid #d5d2d2;
    margin: 10px;
    height: 45px;
    border-radius: 10px;
    color: #666666;
    padding: 0 10px;
}
.contactus_div1 textarea{
    width: 80%;
    border: 1px solid #d5d2d2;
    margin: 10px;
    height: 100px;
    border-radius: 10px;
    color: #666666;
    padding: 10px;
}