/*================================ 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(min-width:992px){
    .packages-sec .swiper-pagination {
        display: none;
    }
}
@media(max-width:992px)
{
    .about-sec .text_box {
        margin-top: 25px;
    }
    .packages-sec .pkg_card {
        margin-bottom: 40px;
    }
    .about-cards .inner::before, 
    .about-cards .inner::after {
        display: none;
    }
    .feedback-sec .pattern {
        width: 65%;
        top: 23%;
        bottom: unset;
    }
    .footer .copyright_p {
        font-size: 11px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .table-responsive th, 
    .table-responsive td {
        min-width: 160px;
        padding: 1rem 0.5rem;
    }
    .profile-pg .tab_wrapper.notifications_tab .noti_card {
        flex-direction: column;
    }
    .profile-pg .tab_wrapper.notifications_tab .noti_card .noti_icon {
        margin-inline-end: 0;
    }
    .profile-pg .tab_wrapper.notifications_tab .noti_card .content {
        width: 100%;
        margin-top: 15px;
    }
    .profile-pg .tab_wrapper.notifications_tab .noti_card .title {
        font-size: 0.9rem;
    }
    .profile-pg .tab_wrapper.notifications_tab .noti_card .p {
        font-size: 12px;
        line-height: 1.6;
    } 
    .profile-pg .tab_wrapper.notifications_tab .noti_card .date {
        font-size: 10px;
    }
    .about-cards .br_100 {
        padding: 3rem 1rem !important;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .navs-container .navbar .nav_end .butn {
        font-size: 12px;
        padding: 0.8rem 1rem;
    }
    .menu-pg .pg_inner .tab_wrapper .categ_nav {
        flex-direction: row !important;
    }
    .menu-pg .pg_inner .days_nav {
        padding: 0 0.2rem 
    }
    .menu-pg .pg_inner .days_nav .nav-link {
        font-size: 12px;
        width: fit-content;
        padding: 0.5rem 0.6rem;
    }
    .menu-pg .pg_inner .tab_wrapper .categ_nav .nav-link {
        width: fit-content;
        margin-inline-end: 5px;
        font-size: 10px;
        padding: 0.7rem 0.6rem;
    }
    .menu-pg .pg_inner .tab_wrapper .categ_nav .nav-link .icon {
        width: 20px;
        height: 20px;
    }
}
@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)
{

}
