@media(max-width:1200px) {}

/* desktop view */



@media(max-width:992px) {

    .custom h2 {
    font-size: 33px;
}

.custom ul {
        padding-left: 0px;
    }

    .enterprise {
    margin: 60px 0px;
}
.custom-arrow {
    width: 35px;
    height: 35px;
    right: 0px;
}
/* index page end */


.story h2 {
    font-size: 40px;
}
.numbers h2 {
    font-size: 40px;
}
.numbers h1 {
    font-size: 75px;
}



}

/* laptop view */


@media(max-width:768px) {

    .head-btn {
    margin-top: 10px;
    margin-left: -5px;
}

    .banner h1 {
        margin-top: 0px;
    }


    .custom ul {
        padding-left: 0px;
    }

    .custom-img {
        text-align: left;
    }
    .enterprise {
    margin: 100px 0px;
}
.slider-nav {
    top: 235px;
}
.enterprise h1 {
    font-size: 34px;
    
}
.blog h2 {
    font-size: 35px;
}
.hero h1 {
    font-size: 40px;
}
/* index page end */
.story h2 {
    font-size: 30px;
    line-height: normal;
}
.numbers h2 {
    font-size: 30px;
    line-height: normal;
}
.numbers h1 {
    font-size: 70px;
}

}

/* tablet view */



@media(max-width:576px) {
    .btn-banner {
        margin-bottom: 20px;
    }

    .btn-explore {
        margin-top: -15px;
        margin-left: 0px;
    }

    .banner h1 {
        margin-top: 0px;
    }

    .head-btn {
        margin-top: 10px;
        margin-left: -5px;
    }

    .services h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .slider-nav {
        top: 300px;
    }

    .custom-arrow {
        width: 30px;
        height: 30px;
        right: 0px;
        top: 50%;
    }

    .accordion-button {
        font-size: 18px;
    }

    .blog h2 {
        font-size: 26px;
    }

    .hero h1 {
        font-size: 33px;
    }

    .hero-btn {
        padding: 16px 15px;
        font-size: 15px;
        border-radius: 25px;
    }

    .hero input {
        padding: 16px 30px;
        margin-right: 0px;
    }

    .custom ul {
        padding-left: 0px;
    }

    .custom-img {
        text-align: left;
    }

    .enterprise {
        margin: 80px 0px;
    }
    /* index page end */


    .story h2 {
    font-size: 20px;
    line-height: normal;

}
.numbers h2 {
    font-size: 20px;
    line-height: normal;
}
.numbers h1 {
    font-size: 65px;
}
.team h2 {
    font-size: 35px;
}
}

/* mobile view */