/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@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(max-width:992px)
{
    .form-group {
        margin-bottom: .8rem;
    }
    .header .text_box .title {
        font-size: 35px;
    }
    .header .sec-img {
        height: 350px;
        margin-top: 40px;
    }
    .navs-container .navbar .links.me-4 {
        display: none;
    }
    .restaurants_sec .swiper-pagination {
        display: flex !important;
    }
    .restaurants_sec .tab_wrapper .tab_head .icon_box {
        width: 100px;
        height: 150px;
        top: 120px;
    }
    .restaurants_sec .tab_wrapper::before {
        width: 100%;
    }
    .restaurants_sec .tab_wrapper.tab_ltr .tab_head .tab_title {
        margin-left: unset;
    }
    .footer {
        border-radius: 0 150px 0 0;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .progress-wrap {
        bottom: 60px;
    }
    .footer p {
        font-size: 12px;
    }
    .footer .links {
        flex-wrap: wrap;
    }
    .footer .links a {
        font-size: 10px;
        margin: 0 5px;
    }
}
@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)
{

}
