@media screen and (max-width:1400px) {
    .newsBox {
        height: 320px;
    }
}

@media screen and (max-width:1200px) {
    h2 {
        font-size: 35px;
    }

    .newsBox {
        height: 330px;
    }

    .location_boxes h5 {
        font-size: 17px;
    }

    .location_boxes span {
        font-size: 15px;
    }

    .location_boxes iframe {
        height: 280px !important;
    }

    .basket_sec {
        height: 550px;
    }

}


@media screen and (max-width:992px) {

    /* HOME */
    .topLeft {
        display: none;
    }

    .visitStore img {
        width: 182px;
    }

    .heroSection {
        height: 550px;
    }

    .navbar .navbar-brand img {
        width: 170px;
    }

    .navbar .collapse>ul {
        display: block;
        background-color: #fff;
        padding: 20px;
        width: 250px;
        float: right;
    }

    .navbar .nav-item {
        margin-bottom: 10px;
    }

    .ab_img>img {
        margin-top: 1rem;
    }

    .way_to_shopping video {
        height: 500px;
    }

    .gallery_box {
        width: 99%;
        height: 250px;
    }

    .way_shop_content {
        width: 80%;
    }

    .sub_footer>div>div {
        flex-direction: column;
    }

    .sub_footer p {
        justify-content: center;
        margin-top: 10px;
    }


    /* ABOUT US */
    .grow_cont {
        text-align: center;
        width: 85%;
    }

    .growth_row {
        padding-block: 7rem;
    }

    .values_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .our_values {
        margin-bottom: 0;
    }

    /* Carrer */
    .career img {
        margin-top: 1rem;
    }

    /* Contact Us */
    .contact_form_outer {
        width: 100%;
        padding-left: unset;
        padding: 30px;
    }

    .contact_details {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 1rem;
        height: 100%;
        padding: 30px;
    }

    .contact_details h2 {
        margin-top: 0;
    }



    .directionReverse {
        flex-direction: column-reverse;
    }


}

@media screen and (max-width:767px) {

    /* HOME */
    .heroSection {
        height: 450px;
    }

    .vision2030 h2,
    .vis_mis_boxes,
    .way_shop_content {
        width: 100%;
    }

    .count .num {
        margin-bottom: 10px;
    }

    .count ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .basket_content {
        width: 70%;
    }

    /* ABOUT US */
    .vis_box {
        height: auto;
        margin-top: 1rem;
    }

    .grow_cont {
        width: 100%;
    }

    .growth_row {
        padding-block: 3rem;
    }

    .appreciation p{
        width: 100%;
    }
}

@media screen and (max-width:600px) {

    .navbar .collapse>ul {
        width: 300px;
    }

    nav .dropdown-menu {
        width: 200px;
        text-align: right;
    }

    /* HOME */

    h2 {
        font-size: 30px;
    }

    .way_to_shopping video {
        height: 500px;
    }

    .count ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_footer {
        padding: 10px 0;
    }

    .sub_footer p {
        margin: 0;
    }

    .sub_footer>div>div {
        gap: 10px;
    }

    .basket_sec {
        height: auto;
        padding-block: 3rem;
    }

    .basket_content {
        width: 100%;
    }

    /* ABOUT US */
    .tagline p {
        width: 100%;
    }

    .visitStore {
        justify-content: space-between;
    }
}