/*================================ 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;
    }
}
@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)
{

}
