.sign_up_form{
max-width: 1000px;
    margin: 0px auto;}

.sign_up_img {text-align: center;}

.sign_up_img img{    max-width: 280px;}

.sign_up_head_main h3{
    text-align: center;
    font-size: 23px;
    color: #000;}


.sign_up_form input{
background: transparent;
    border: 0px;
    border-bottom: 1px solid #c80006;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;}

.wpcf7-not-valid-tip {
    font-size: 12px;}

.sign_up_form input:focus-visible{   outline: none; border: 0px !important;    border-bottom: 1px solid #000000 !important;  }

.evcf7-verify-btn input{
background: #c90002;
    max-width: 200px;
    padding: 5px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 5px;
    border-bottom: 0px !important;
    cursor: pointer;}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}


 .sign_up_form input[type=checkbox] {  
float: left;
    width: 17px;
    height: 20px;
    margin-right: 10px;}

.wpcf7-list-item-label{
color: #000;
    font-size: 14px;}

.sign_up_head_otp h4{
    font-size: 20px;
    color: #c90002;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;}

.wpcf7-submit{   
 background: #c90002 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;}

.wpcf7-submit:hover{    background: #000000  !important;}