
/*============ Very large Device ===========*/
@media (min-width:1440px) and (max-width:1919px){
}
/*============ Desktop Device ===========*/
@media (min-width:1366px) and (max-width:1439px){
}
/*============ Laptop Device ===========*/
@media (min-width:1024px) and (max-width:1365px){
    .ycalender_inner th {
        padding: 10px 11px;
        font-size: 14px;
    }
    .ycalender_inner td {
        padding: 10px 10px;
        font-size: 12px;
    }
}

/*============= Tablet Large device ===============*/
@media (min-width:992px) and (max-width:1023px){
    .ycalender_inner th {
        padding: 10px 11px;
        font-size: 14px;
    }
    .ycalender_inner td {
        padding: 10px 10px;
        font-size: 12px;
    }
}

/*============= Tablet device ===============*/
@media (min-width:768px) and (max-width:991px){
    .ycalender_inner th {
        padding: 10px 11px;
        font-size: 14px;
    }
    .ycalender_inner td {
        padding: 10px 10px;
        font-size: 13px;
    }
}

/*============= mobile large device ===============*/
@media (max-width:767px){
    .ycalender_inner th {
        padding: 10px 11px;
        font-size: 14px;
    }
    .ycalender_inner td {
        padding: 10px 10px;
        font-size: 12px;
    }
    .select_items {
        font-size: 12px;
    }
}

/*============= mobile device ===============*/
@media (min-width:320px) and (max-width:480px){
    #scrollUp {
        bottom: 20px;
        right: 5px;
    }
}

/*============= footer mobile responsive ===============*/
@media (max-width: 768px) {
    .footer_area {
        padding: 50px 0 30px !important;
    }
    .footer_widget {
        margin-bottom: 30px !important;
    }
    .footer_widget h2 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    .footer_nav ul li {
        margin-bottom: 8px !important;
    }
    .footer_nav ul li a {
        font-size: 14px !important;
    }
    .footer_main_add {
        margin-bottom: 15px !important;
    }
    .footer_add_cont a {
        font-size: 15px !important;
    }
    .footer_add_cont span {
        font-size: 13px !important;
    }
    .footer_social_icons a {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 16px !important;
    }
    .copy_right_area {
        padding: 15px 0 !important;
    }
    .copy_right_area p {
        font-size: 12px !important;
    }
    .footer-dropdown-menu {
        padding-left: 16px !important;
    }
    .footer-dropdown-menu li a {
        font-size: 13px !important;
        text-indent: 16px !important;
    }
}