@media screen and (min-width: 1500px) {
    body {
        zoom: 118%;
    }
}

@media screen and (max-width: 1420px) {
    .main-nav a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1220px) {

    .main-nav a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .NodalofficerDetails {
        text-align: left;
    }

    .headerNav {
        padding: 8px 0;
    }

    #logos {
        display: block !important;background: yellow;
    }

    .container {
        max-width: 100%;
    }

    .navbar-brand {
        display: block !important;
    }

    .searchFrm .btn {
        width: 100%;
        margin-top: 14px;
        margin-right: 20px;
        color: var(--white-color);
    }

    .searchFrm {
        width: 92%;
        margin-right: 10px;
    }

    .headerToprght ul {
        float: none;
    }

    .headerToprght, .headerrightbtm ul {
        float: none;
    }

    .header-lefTop p {
        text-align: center;
    }

    .headerrightbtm {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contSec p {
        font-size: 16px;
        line-height: 30px;
    }

    .contSec {
        padding-bottom: 20px;
    }

    .sectionHeading h2 {
        font-size: 30px;
    }

    .bidesBox h3 {
        font-size: 20px;
    }

    .sectionheading h2 span {
        font-size: 30px;
    }

    .welcomepart .carousel-item, .welcomepart .carousel-item img {
        height: 200px;
    }

    .headerTop .logodiv, .headerToprght, .headerrightbtm, .copyright, .devlop {
        text-align: center;
    }

    .welcomepart .carousel-control-next-icon, .welcomepart .carousel-control-prev-icon {
        background-size: 16px;
        width: 28px;
        height: 28px;
    }
}
