@media (max-width: 991px) {
    #rs-header.header-style1 .btn_quote {
        display: block;
    }
}
@media (max-width: 768px) {
    .e-n-tabs .e-n-tab-content {
        display: none;
    }
    .e-n-tabs .e-n-tab-content.e-active {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .services-item-custom-s .services-inner .services-content .services-txt {
        bottom: -38px;
    }
    .nb_progress .rs-skill-bar.style1 .skillbar .skillbar-title {
        top: -40px;
        line-height: 1;
        width: 85%;
    }
}

