   .main-contect-us-box {
    border-radius: 29px;
    background: #fff;
    box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
    /* width: 50%; */
    margin: 0 auto;
    padding: 30px;
}

.main-contect-us-box textarea.form-control.main-form-input {
    border-radius: 8px;
    border: 1px solid #000;
    background: #f3f3f5;
    height: 100px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 30px;
}

.contact-box h3 {
    color: #f00;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* text-align: center; */
    padding-bottom: 20px;
    width: 78%;
}

.contact-box p{
    
    padding-bottom: 10px;
    width: 95%;
}

li.contact-box-inner {
    padding: 10px 20px 10px 20px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #ff0000;
    border-radius: 100px 100px 100px 100px;
    margin: 10px 0px;
    width: 78%;
}