#action-btn:hover{
    background-color: black;
    
}

.think-left {
    float: right;
}

@media (max-width: 991px) {
    .think-left {
        float: none;
    }
}

.footer-menu li a:hover {
    color: #ef3a25;
}

@media (min-width: 1px) and (max-width: 575px) {
    .footer-center-mobile {
        text-align: center;
    }
}