.contact-feedback-block .form-group input {
    margin-bottom: 0px;
}

label.error{
    color: red;
}

.cotizar {
    width: 15%;
    border-radius: 0;
    z-index: 9;
    margin-left: 5px;
    background-color: #3fa9f5;
    border-color: #3fa9f5;
    padding-top: 12px;
}

.tp-caption.top-label{
    color: #3fa9f5;
}
@media (max-width: 575px) {
    #header {
        height: 160px !important;
    }
    
    .contact-header{
        padding-top:12px !important;
        padding-left: 5px !important;
    }
    
    .contact-header i {
    float: left !important;
    font-size: 15px !important;
    padding-right: 8px !important;
    margin-top: 11px !important;
    padding-bottom: 20px !important;
}

.contact-header h4 {
    font-size: 10px !important;
    font-weight: 600;
}

.contact-header p {
    padding-top: 12px !important;
    font-size: 9px !important;
    margin: 0 !important;
}
}