.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 80px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #008de7;
    height: calc(100vh - 130px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
    display:none;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: transparent;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 10px;
    text-align: center;
    line-height: 32px;
    font-size: 30px;
    border-radius: 3px;
    display: none;
    z-index: 9;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #0081dd;
}

.toolhip a img{
    height: 75px !important;
    object-fit: cover;
}

.lastest-news a img {
    height: 75px !important;
    object-fit: cover;
}

.owl-carousel .owl-item .item a img {
    height: 98px;
    object-fit: cover;
}

.ab-gird-box .ab-gird-item figcaption p{
    word-break: break-word;
}

.video-other a img {
    background-color: #ccc
}

@media (max-width: 768px) {
    .menu_topbar {
        display: none;
    }
    .menu-collapser {
        display: none !important;
    }

    .mobile-menu-toggle-btn {
        display: block;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    ul.slimmenu,
    .open-menu .mobile-menu-wrap .menu-collapser{
        display: none !important;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu{
        display: block !important;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu li .sub-collapser > i{
        font-style: normal;
    }
    #header .logo {
        width: auto;
        text-align: center;
    }
    .title_banner {
        width: calc(50% + 42px);
        left: 0;
    }
    .room a{
        font-size: 18px;
    }
    .school{
        font-size: 26px;
    }
    .third-nav .margin-top-lg{
        margin-top: 0;
    }
    .third-nav .margin-bottom{
        margin-bottom: 0;
    }
    .panel-primary > .panel-heading span, .panel-primary > .panel-heading h3 span, .sub-list-icon > li:first-child{
        display: block;
    }
    .ui-tabs{
        margin-left: -10px;
        margin-right: -10px;
    }
    .ui-tabs .ui-tabs-nav{
        display: flex !important;
        flex-wrap: wrap;
    }
    .ui-tabs .ui-tabs-nav li{
        flex: 50%;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
    .ui-tabs .ui-tabs-nav li a,
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a span,
    .ui-tabs .ui-tabs-nav li a span{
        width: 100%;
    }
    #footer .vinades-copyright{
        text-align: center;
        margin-top: 10px;
    }
    .social-icons, .contactDefault, .personalArea {
        margin-right: 0px !important;
    }
}
@media (max-width: 460px) {
    .personalArea {
        display: none;
    }
    .menu_topbar {
        margin-left: 5px;
    }
    .social-icons {
        width: 300px
    }
}
@media (max-width: 371px) {
    .title_banner {
        display: none;
    }
    #header .logo{
        width: 100%;
    }
}
@media (max-width: 360px) {
    .mobile-menu-toggle-btn {
        width: 35px;
        height: 28px;
        font-size: 20px;
        left: 15px;
        line-height: 28px;
        top: 4px;
    }
}
@media (min-width: 769px) and (max-width:980px){
    .ui-tabs .ui-tabs-nav li a span {
        padding: 13px !important;
    }
    .owl-carousel .owl-item .item a img {
        height: 110px;
        object-fit: cover;
        width: 100%
    }
    #owl-demo .item {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 769px) {
    .sliderwrapper .contentdiv img {
        height: 240px !important;
        object-fit: cover;
    }
}

.mobile-menu-toggle-btn:hover i{
    color: #fff;
}

#menusite ul.slimmenu li ul li a:hover {
    background-color: #0a93dd !important;
}

.footer-info .info-title {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.footer-info p {
    margin: 0;
    font-size: 12px;
}

.footer-info em {
    text-align: center;
    width: 1em;
}
