/*================================ 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)
{
    .navs-container .navbar {
        padding: 0.5rem 0;
    }
    .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 ,
    .header .vector {
        width: 24%;
        top: 43%;
        bottom: unset;
    }
    .footer .copyright_p {
        font-size: 10px;
    }
    .footer .foot .foot_imgs  {
        justify-content: center !important;
    }
}
/*============================== 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;
    }
    .register-pg  .br_100 ,
    .content-pg  .br_100 {
        padding: 1rem .1rem !important;
    }
    .register-pg .inner,
    .content-pg  .inner {
        padding: 3vw 0vw;
    }
    .newsletter-sec .inner {
        padding: 50px 0vw;
        padding-inline-start: 0;
    }
}
@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 .accordion-body {
        padding: 1rem 0rem;
    }
    .menu-pg .pg_inner .tab_wrapper .categ_nav .nav-link {
        width: 90px;
        margin-inline-end: 5px;
        font-size: 10px;
        padding: 0.7rem 0.6rem;
        margin-bottom: 5px;
    }
    .menu-pg .pg_inner .tab_wrapper .categ_nav .nav-link .icon {
        width: 20px;
        height: 20px;
    }
    .input_datepicker .ui-widget.ui-widget-content {
        overflow-x: auto;
    }
    .progress-wrap {
        bottom: 85px;
    }
    .profile-pg .tab_wrapper .butn {
        padding: 0.8rem;
        font-size: 13px;
    }
    .header .text-box .title {
        font-size: calc( 0vw + 30px);
    }
    .subscription_alert .subscription_link {
        font-size: 11px;
    }
    .subscription_alert .num {
        font-size: 13px;
        margin-top: 10px;
    }
    .subscription_alert .timer  {
        justify-content: center;
        width: 100%;
    }
}
@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)
{

}
