/*================================ Satrt large screens =========================*/
@media (min-width:2600px )
{
    .navs-container .navbar::before {
        width: 68%;
    }
}
@media (min-width:2200px ) and (max-width: 2600px)
{
    .navs-container .navbar::before {
        width: 70%;
    }
}
@media (min-width:1850px ) and (max-width: 2200px)
{
    .navs-container .navbar::before {
        width: 74%;
    }
}
@media (min-width:1199px ) and (max-width: 1441px)
{
   .navs-container .navbar::before {
        width: 83%;
   }
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 992px) and (max-width: 1199px)
{
    .navs-container .navbar .has_dropdown .drop_down {
        inset-inline-start: -40px;
    }
    .navs-container .navbar .nav-link {
        padding: 2rem 1rem;
        font-size: 12px;
    }
    .navs-container .navbar .has_dropdown::after {
        inset-inline-end: 6px;
    }
    .navs-container .navbar::before {
        width: 79%;
    }
    .navs-container .navbar .butn {
        padding: 0.7rem 1rem !important;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .navs-container .top_nav .social_links {
        justify-content: center !important;
        margin-top: 10px;
    }
    .header .header_swiper {
        padding-bottom: 50px;
    }
    .header .swiper-pagination {
        bottom: 0;
    }
    .navs-container .navbar::before {
        opacity: 0;
    }
    .navs-container .navbar .nav-link {
        background-color: var(--purple);
        padding: 1rem 1.5rem;
    }
    .navs-container .navbar .has_dropdown::after {
        top: 20px;
    }
    /*.navs-container .navbar .has_dropdown .drop_down {*/
    /*    z-index: 9;*/
    /*    inset-inline-start: 10%;*/
    /*}*/
    .about-sec .img_box {
        height: 350px;
        margin-top: 35px;
    }
    .header .item .text_box .title ,
    .about-sec .text_box .main_title {
        font-size: calc(.5vw + 35px);
    }
    .locations-sec .text_box {
        margin-bottom: 20px;
    }
    .header .item .img_box {
        height: 350px;
        margin-bottom: 20px;
    }
    .geographical-sec .region_card {
        height: 350px;
    }
    .contact-sec .text_box {
        margin-bottom: 25px !important;
        padding-bottom: 0 !important;
    }
    .downloading-sec {
        margin-bottom: -20px;
        padding-top: 70px !important;
    }
    .downloading-sec::before {
        height: calc(100% - 100px);
        top: 0;
    }
    .downloading-sec .sec-img {
        height: 350px;
        object-fit: contain;
    }
    .footer .content {
        padding: 50px 3vw 0px 3vw;
    }
    .footer .content .w-fit {
        width: 100%;
    }
    .stations-det .img_box .swiper_box .lg-slide-swiper .img-box {
        height: 350px;
    }
    .stations-det .img_box .swiper_box .sm-slide-swiper {
        height: 65px;
    }
    .stations-det .services_box .services_nav .nav-link {
        font-size: 12px;
        min-width: auto;
        width: 95px;
        padding: 0.5rem;
    }
    .stations-det .sm_box {
        margin: 15px 0;
    }
    .jobs-sec .job_card {
        flex-wrap: wrap;
    }
    .jobs-sec .job_card .butn {
        margin-top: 15px;
    }
    .navs-container .navbar .has_dropdown .drop_down{
        position: relative;
        width: 100%;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: none;
        inset-inline-start: 0px;
        z-index: 9;
    }
    .footer .foot {
        font-size: 12px;
    }
    .progress-wrap {
        bottom: 44px;
    }
    .services-pg .serv_card {
        padding: 5px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{


}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .navs-container .top_nav .links a {
        margin-inline-end: 5px;
        font-size: 10px;
    }
    .navs-container .top_nav .links a .icon {
        margin-inline-end: 2px !important;
    }
    .geographical-sec .nav-link {
        width: fit-content;
        font-size: 10px;
        padding: 0 0.2rem;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
