.Ratiscommnet input {
    color: #292929 !important;
    margin-bottom: 5px;
    height: 30px;
    width: 350px;

    padding-left: 5px;
    font-size: 20px;
    background: no-repeat;
    border: 0px;
    border-bottom: 2px solid #e6e6e6;
}

.quickContact .Ratiscommnet input
{
     width: 230px !important;
}


.Ratiscommnet textarea {

    color: gray;
    font-size: 14px;
    background: none;
    border: 0px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
}


.btn-default {
    color: #fff !important;
    background-color: #636060 !important;
    border-radius: 12px !important;
    border-color: #ccc !important;
    width: 100%;
    padding: 11px !important;
}

#loading{
    font-size: 50px !important;
    position: absolute;
    
    color: #5cb85d;
    display:none;
}

input.author {
    width: 49%;
    float: left;
}

input.email {
    width: 50%;
    float: right;
}

.comment_message {
    font-size: 20px;
}

.red {
    color: #F44336;
}

.green {
    color: #8ada2c;
}

.tab-pane .Post_comment {
    background: #428bca !important;
}