/*
Theme Name: Neo-Tec
Theme URI: 
Author: 
*/

#contactForm .btn-group.mt-3 input {
    padding: 15px 50px;
    background-color:#1c95d6;
    border: 1px solid #1c95d6;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
#contactForm .btn-group.mt-3 input:hover {
    background-color: #133e6b;
    color: #fff;
}

.home-slider .hero-slider .slide-inner .meta {
    padding: 0 16px;
}
.cnt-btn a {
    display: inline-block;
    background: #1c95d6;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
}
.cnt-btn a:hover {
    background-color: #133e6b;
}

@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
    
    .service-section-two .service-list-item .meta-content h5, .products-page .products-list-item .meta-content h5 {
        font-size: 22px;
    }
    
    .footer .footer-bottom {
        padding: 30px 0;
        gap: 15px
    }
}

@media (max-width: 467px) {
    h2 {
        font-size: 20px;
    }
    
    .service-section-two .service-list-item .meta-content h5, .products-page .products-list-item .meta-content h5 {
        font-size: 18px;
    }
    
    .documents-page-content .downloads-box .downloads-links .text-block h4 {
        font-size: 15px;
    }
}