/* Start Main Rules */



.btn{
    transition: all .3s !important;
}


.form-group label{
    color:#E7492B;
}

.form-group .desc{
    margin-top:0px;
    font-family: tahoma !important;
    font-size:12px;
    color:#7a7c8a;
}


#enquiry{
    padding:5px;
}

#enquiry textarea{
    font-size:18px !important;
    line-height: 30px;
    min-height: 120px;
}


#nice_alert.modal .btn-close{
    left:auto;
    right:15px;
}

