.new_aj_fn .nnrst{
    height: 0px;
    overflow: hidden;
}

.new_aj_fn label{
    display: block;
}

.new_aj_fn .col-sm-12{
    margin-bottom: 10px;
}
#snd_mse{font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    background-color: #2C58B3;
    text-align: center;
cursor: pointer;
}
#snd_mse.no_active{background: #CDE6F7;
    color: #9b9a9a;
cursor: default;}
.qust_aj_fn .col-sm-12{
padding-bottom: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.qust_aj_btm{
	line-height: 1.3333333;
    padding: 10px 16px;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    background-color: #2C58B3;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    display: block;
    color: white;
font-weight: 600;
}
.qust_aj_btm:hover{
    color: white;
background-color: #315684;
}

#send_form.no_active {
    background: #6a1b1b;
    color: #e91e63;
    cursor: default;
}

#send_form {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #3559b2;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}