@media screen and (max-width: 767px) {

    #header .logo img {
        max-height: 54px;
    }
      .get-started-btn .mov {
            display: none;
        }
        p, a, span, li, div{
                font-size: 16px !important;
        }
    .top_header .social-links.contact-details {
        padding: 0 !IMPORTANT;
    }
    .top_header .social-links.contact-details a{
        display: block;
        text-align: center;
    }
    .mobile-nav-toggle {
        color: #fff;
    }
    #hero {
        height: auto;
    }
    .ticker_section .tickers {
        display: block;
    }
    .tickers .ticker_item {
        width: 46%;
        margin: 5px;
        display: inline-block;
    }
    #counts {
        padding-bottom: 0;
    }
    .counts .featur-icon .count-box {
        margin-bottom: 40px;
    }
    .news-image {
        display: none;
    }
    .pay_premium_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .pay_premium_row .pay_item img {
        min-height: 60px;
        height: 90px;
        width: 100%;
    }
    .download-section #formTab .nav-item {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 5px;
    }
    .contact .php-email-form {
        margin-top: 25px;
    }
    .tabs .nav-link h4 {
        top: 30%;
    }

}