@media screen and (max-width: 1024px) {
    .counter-section .count-left-border {
        border-left: none !important;
    }
    .counter-section ul {
        justify-content: start !important;
    }
}

@media screen and (max-width: 375px) {
    .hero-section h1 {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 768px) {

    .sidebar.close {
        left: 0 !important;
        width: 100% !important;
    }
    .sidebar.close .text {
        opacity: 1 !important;
    }
    .close.sidebar {
        display: block !important;
    }

    .sidebar {
        display: none !important;
        width: 100% !important;
        background: #FFF !important;
    }

    .sidebar header .toggle {
        right: -64px !important;
    }

    .sidebar.close~.page-wrapper,
    .page-wrapper {
        margin-left: 0 !important;
    }
}


@media screen and (max-width: 768px) {
    .product-home h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .product-home img {
        margin-top: 1rem;
    }
    .about-us .about-hero .about-bg img:nth-child(1) {
        display: none;
    }
    #header .navbar .navbar-nav .nav-item .dropdown-menu .sub-menu .tab-content p {
        display: none;
    }
    .app-top-bar i{
        display: block !important;
    }
    .developer-portal .code-wrapper{
        display: none;
    }
    .developer-portal .dev-btn{
        display: block;
    }
    

}
@media screen and (max-width: 425px){
    .developer-portal .dev-btn .btn-1, .btn-2 {
       display: block !important;
       margin-right: 0 !important;
       text-align: center;
    }
    .hero-section h1{
        font-size: 2rem;
    }
}