/*  above 1200px screen resolution */
@media (min-width: 992px) {
    .tender {
        margin-right: 3px;
        /* width: 20%; */
    }
    .col-news {
        width: 33.1%;
    }
}

/* above 992px screen resolution */

@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* Jobs Page */
    .card-container {
        max-width: 40rem !important;
    }
    /* Index Page */
    /* .service-card {
        width: 478px;
    } */
    .tender {
        flex: 0 0 auto;
        width: 47.666667%;
        margin-left: 12px;
        margin-right: 12px;
    }
    .latest-newsApply {
        flex: 0 0 auto;
        width: 47.666667%;
        margin-left: 0px;
    }
    .tender-latestNews {
        column-gap: 12px;
    }
}

/*  @media screen and (max-width: 991px) {

}
*/

/*  above 768px screen resolution */

@media (min-width: 768px) {
    .logo-img {
        width: 35px;
        height: auto;
        margin-left: 5px;
    }
    .cell {
        justify-content: flex-end;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .ik-sm {
        display: flex;
        justify-content: center;
    }

    .project-images {
        display: flex;
        justify-content: center;
    }
    .img-p {
        width: 98%;
    }
    p {
        text-align: justify;
    }
    /* Reverse columns */
    .cols1 {
        display: flex;
        flex-direction: column-reverse;
    }
    .service-card {
        padding: 0px 11px 5px 11px;
        border-radius: 16px !important;
        margin-bottom: 12px;
    }
    /* Jobs Page */
    .card-container {
        justify-items: center;
        /* justify-content: end; */
        margin-left: 30px;
        margin-right: 30px;
        display: flex;
        max-width: fit-content;
    }
    /* Index page */
    .service-card {
        /* max-width: 100%; */
    }
    .event-list-i {
        width: 100%;
    }
    .carousel-caption {
        position: absolute;
        right: 62%;
        bottom: 10.25rem;
        left: 6%;
        text-align: left;
        width: 80%;
    }
}
@media (min-width: 992px) {
    .third-col {
        flex: 0 0 auto;
        width: 40.666667%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .social {
        width: 50%;
    }
    .sty-card {
        margin-top: 56rem;
        position: absolute;
        margin-left: 49vw;
        width: 44%;
    }
    .latest-news,
    .latest-tenders {
        width: 48%;
    }
}
@media (max-width: 768px) and (min-width: 200px) {
    .latest-news,
    .latest-tenders {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
