@media screen and (max-width: 1200px) {
    .banner_text_content {
        width: 80%;
    }

    .gred_mob {
        display: none;
    }

    .gred_desk {
        display: block;
    }
}

@media screen and (max-width: 900px) {

    .banner_text_content {
        width: 90%;
    }

    .banner_heading img {
        width: 27px;
        height: 27px;
        top: -10px;
        right: -10px;
    }

    .features_desc,
    .client_container.max_width,
    .companies img {
        width: 100%;
    }

    .companies-slider .slick-track,
    .companies-slider .slick-list {
        display: flex !important;
    }

    .companies img {
        height: 30px;
    }

    .companies {
        flex-wrap: nowrap !important;
    }

    .dashboard {
        width: 90vw;
    }

    .advance_anylatics {
        flex-direction: column;
    }

    .custom_anylatics_box {
        flex-direction: column;
    }

    .smarter_card {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
        padding: 0 20px;
    }

    .faq_content {
        flex-direction: column;
        gap: 30px;
    }

    .faq_left {
        width: 100%;
        text-align: center;
    }

    .smarter_content {
        flex-direction: column;
        gap: 60px;
    }

    .smarter_card_img {
        margin: 0 auto;
    }

    .smarter_left {
        text-align: center;
    }

    .only_mob {
        display: block;
    }

    .only_desk {
        display: none;
    }

    .navbar {
        display: none;
    }

    .gred_mob {
        display: none;
    }

    .gred_desk {
        display: block;
    }

    .advance_anylatics {
        padding: 30px 15px;
        border-radius: 32px;
        margin-top: 30px;
        gap: 0px;
        text-align: center;
    }

    .graph_img.inView .grp_circle2 {
        opacity: 1;
        transition: all 0.5s;
    }

    .graph_img.inView .circle1 {
        opacity: 0;
        transition: all 0.5s;
    }

    .graph_img.inView .grp_ttlbox {
        color: #fff;
        transform: translate(80px, -25px);
        transition: all 0.5s;
    }

    .graph_img.inView .grp_ttlTxt {
        opacity: 0;
        transition: all 0.5s;
    }

    .graph_img.inView .grp_ttl2 {
        opacity: 1;
        transform: translate(-79px, 27px);
        transition: transform ease 0.3s;
        transition: opacity ease 0.7s;
    }

    .custom_anylatics2.inView .api1 {
        rotate: 0deg;
        transition: all 0.3s;
    }

    .offer_div p {
        font-size: 14px;
    }

    .offer_Start {
        font-size: 12px;
        white-space: nowrap;
        padding: 8px 12px
    }

    .grow_box .grow:first-child {
        padding-left: 5px !important;
    }

    .custom_anylatics2.inView .api2 {
        rotate: 0deg;
        transition: all 0.3s;
        margin-top: 10px;
    }

    .custom_anylatics1.inView #tor1 {
        transform: translate(-30px, 0px);
        transition: 0.5s ease;
    }

    .custom_anylatics1.inView #tor2 {
        transform: translateY(-15px);
        transition: 0.5s ease;
    }

    .custom_anylatics1.inView #blue_circle {
        transform: translateY(-15px);
        transition: 0.5s ease;
    }

    .custom_anylatics1.inView #sec_four {
        rotate: -8deg;
        transform: translate(-38px, 52px);
        /* transform: rotate(-2deg); */
        transition: 0.5s ease;

    }

    .custom_anylatics1.inView #first_four {
        rotate: 9deg;
        transform: translate(41px, -18px);
        transition: 0.5s ease;
    }


}

@media screen and (max-width: 768px) {
    .gred_mob {
        display: block;
    }

    .gred_desk {
        display: none;
    }

    .heading1 {
        font-weight: 800;
        color: #FFFFFF;
    }

    .heading2 {
        font-weight: 700;
    }

    .heading3 {
        font-weight: 600;
    }

    .heading4 {
        font-weight: 600;
    }

    .banner_bg img {
        width: 100%;
    }

    .heading_back_img {
        width: 5vw;
        position: absolute;
        right: -25px;
        top: -13px;
    }

    .banner_bg {
        top: -25vw;
    }

    .dashboard {
        width: 100%;
        padding-left: 20px;
    }

    .demo_btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    .learn_btn {
        padding: 16px 32px;
    }

    .sorternUrl {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .faq,
    .analytic {
        border-radius: 5.6vw 5.6vw 0 0;
        padding: 30px 20px;
    }

    .features {
        font-size: 16px;
        margin-top: 20px;
    }


    .custom_anylatics {
        padding: 20px;
    }

    .custom_anylatics.custom_anylatics2 {
        padding-bottom: 40px;
    }

    .smarter {
        padding: 30px 15px;
    }

    .smarter_features {
        text-align: center
    }


    .faq_heading {
        margin-top: 50px;
    }

    .footer_text {
        padding: 15px;
        text-align: center;
    }

    .footer_bottom {
        flex-direction: column;
        gap: 10px;
    }

    .footer_content {
        z-index: 1;
    }

    /* start formsec css */

    .frm-contentbx-col {
        width: 100%;
    }

    /* end formsec css */
}

@media screen and (max-width: 600px) {
    .banner_text_content {
        width: 90%;
    }

    .banner_bg {
        top: 0;
    }

    .footer_gredient {
        top: 0;
        left: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 450px) {
    .heading_back_img {
        width: 5vw;
        position: absolute;
        right: -15px;
        top: -5px;
    }
}