@media only screen and (min-width: 1454px) and (max-width: 1580px) {
    .menuSec ul {
        gap: 30px;
    }

    .banr-text h1 {
        width: 100%;
    }

    .banr-text p {
        width: 90%;
    }

    .socialmdiabanr {
        top: 84px;
    }

    .about-imagebox:after {
        right: -110px;
    }

    .about-imagebox img {
        width: 560px;
        height: 540px;
    }

    .customgraph-head h2 {
        font-size: 55px;
    }

    .customgraph-text:after {
        bottom: 16.5%;
    }

    .serv-inr-img-dsgn:after {
        right: -19px;
        height: 140px;
        transform: rotate(27deg);
        bottom: -31px;
    }

    .serv-inr-img-dsgn:before {
        left: 18%;
    }
}

@media only screen and (min-width: 1777px) and (max-width: 1900px) {

    .socialmdiabanr {
        top: 167px;
    }

    .banr-text h1 {
        width: 84%;
    }

    .banr-text p {
        width: 77%;
    }

    .about-imagebox:after {
        right: 20px;
        height: 150px;
    }

    .customgraph-text {
        height: 329px;
    }

    .customgraph-text:after {
        width: 6%;
    }

    .serv-inr-img-dsgn:before {
        left: 24%;
    }

    .serv-inr-img-dsgn:after {
        right: 51px;
        height: 140px;
        transform: rotate(26deg);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}