/*================================ Satrt large screens =========================*/
@media (min-width:1600px ) 
{
    .about-sec .img_l {
        width: 45%;
    }
    .footer .bg {
        object-position: center;
    }
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 90%;
        justify-content: space-evenly;
    }
}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .about-sec .delivery_data .delivery_logo {
        width: 150px;
    }
    .about-sec .img_l {
        bottom: -22%;
    }
    .footer {
        background-color: #75E3E3;
        padding: 90px 0 70px 0;
    }
    .footer .links_row {
        flex-wrap: wrap;
        text-align: center;
    }
    .footer .links_row .links {
        flex-wrap: wrap;
    }
    .footer .links_row .links a {
        margin: 5px 10px;
        font-size: 15px;
    }
    .footer .links_row .foot_links a {
        margin: 5px 10px;
    }
    .copyright_p ,
    .footer .socialLinks  {
        width: 100%;
        text-align: center !important;
        justify-content: center;
        margin-top: 15px;
    }
    .about-sec .text-box ,
    .contact-pg .map_box iframe {
        margin-top: 20px;
    }
    
    .navs-container .navbar .nav-link {
        margin: 10px 0px;
    }
    
    button:active, button:active:focus, button:active:hover, button:focus, button:hover, button:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled):active {
        outline: none;
    }
    
    .header .home_item .row .col-3  ,
    .header .home_item .row .col-6  ,
    .header .home_item .row .col-4 {
        padding: 0;
    }
    .header .home_item .txt_box {
        height: 350px;
    }
    
    .header .home_item .img_box {
        height: 350px;
    }
    .header .home_item .txt_box .title {
        font-size: 18px;
    }
    .pg_header .img_box {
        height: 300px;
    }
    .pg_header .txt {
        width: 65%;
        font-size: 20px;
        height: 150px;
    }
    
    .about-pg .vision_box::before {
        height: 100%;
    }
    .about-pg .vision_box .sec-img {
        height: auto;
    }
    .story_pg .logo {
        height: auto;
        margin: 0 auto 25px auto;
    }
    
    .about-pg .vision_box .txt_box .li {
        font-size: 16px;
    }
    .about-pg .vision_box .txt_box .li::before {
        width: 15px;
        height: 15px;
        top: 4px;
    }
    .story_pg2::before {
        height: 100%;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@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)
{

}
