@media (max-width: 992px) {
    .banner {
        /*padding: 10px 0px;*/
    }

    .banner h1 {
        font-size: 40px;
    }

    .banner h1 span {
        font-size: 50px;
    }

    .slective-std .shape-img {
        display: none;
    }

    .banner:before {
        display: none;
    }

    .why-sec .why-sec-content ul li {
        font-size: 16px;
    }

    .dashboard-download h2 {
        font-size: 35px;
    }

    .slective-std {
        padding-top: 50px;
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .banner h1 {
            font-size: 30px;
        }

        .banner h1 span {
            font-size: 40px;
        }

        .thm-btn {
            font-size: 15px;
            padding: 10px 10px;
        }

        .counter-section .counter-section-content h4 {
            text-align: center;
        }

        .counter-section .counter-section-content h3 {
            text-align: center;
        }

        .title {
            font-size: 25px;
        }

        .why-sec .why-sec-content ul li {
            font-size: 12px;
        }

        .banner-inner h1 {
            font-size: 50px;
        }
    }

    @media(max-width: 767px) {}

    @media(max-width: 479px) {
        .banner {
            text-align: center;
        }

        .banner-right img {
            display: none;
        }

        .banner h1 {
            font-size: 30px;
        }

        .banner h1 span {
            font-size: 40px;
            margin-top: 10px;
        }

        .thm-btn {
            font-size: 15px;
            padding: 10px 8px;
        }

        .title {
            font-size: 30px;
            margin-bottom: 5px;
        }

        .sb-title {
            font-size: 16px;
        }

        .feature-cnt {
            text-align: center;
        }

        .slective-std-inner li:nth-child(even) {
            background-color: #FF9000;
            margin-left: 0px;
        }

        .dashboard-download h2 {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .dashboard-download p {
            font-size: 20px;
        }

        .dashboard-download {
            text-align: center;
        }

        .cta-section .title {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .cta-section h5 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .cta-section ul li {
            margin-top: 10px;
        }

        .custom-footer h3 {
            font-size: 20px;
        }

        .counter-section-content {
            text-align: center;
        }

        .counter-section .counter-inner {
            margin-left: 15px;
        }

        .banner-inner h1 {
            font-size: 30px;
        }
        .why-sec .why-sec-content ul li:after{
            display: none;
        }
    }