.btn-outline-primary:hover {
    background-color: #4600cc;
    border-color: #4600cc;
}

.atf-hero-section-top-widget {
    min-height: 80px;
    transition: 150ms ease-in-out;
}

.atf-hero-section-top-widget:hover {
    background-color: #3B1E72 !important;
    transition: 150ms ease-in-out;
}

.atf-hero-section-top-widget p {
    font-size: 18px;
}

.demo-test-input button {
    height: auto;
}

.demo-test-input input {
    height: 48px;   
}

.atf-svg-drop-shadow {
    filter: drop-shadow(1px 2px 6px #7666954d);
}

@media (min-width: 576px) and (max-width: 991.98px) { 

    .hero {
        font-size: 52px !important;
        line-height: 68px;
    }
    
}

@media (min-width: 768px) {

    .demo-test-input input {
        width: 33rem !important;
    }

    .demo-test-input button {
        width: 9rem !important;
    }

}

@media (max-width: 767.98px) {

    .demo-test-input input {
        padding-right: 13rem !important;
    }

    .demo-test-input button {
        width: 10rem !important;
    }

    .form-control {
        font-size: 14px;
    }

}