﻿@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

@media all and (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        background-color: #fff !important;
    }
    .breadcrumbs {
        margin-top: 56px;
    }
    .header-vrg .navbar-vrg {
        height: 100%;
    }
    .header-vrg .navbar2 {
        background: #fff;
        box-shadow: 0 -2px 5px #8a8a8a;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        margin-left: 0;
    }
    .btn-reg {
        text-align: center;
    }
    .cal-number {
        font-size: 26px;
    }
    html:lang(ar) .mobile-offcanvas {
        transform: translateX(100%);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .nav-cont {
        display: block !important;
        padding-right: auto !important;
        padding-left: auto !important;
    }
    .dropdown-menu {
        border: none;
    }
    .nav-item {
        border-bottom: 1px solid #eaeaea;
    }
}

@media (max-width: 1368px) {
    .statistics {
        margin-bottom: 14px;
    }
    .table-vr th,
    .table-vr td {
        padding: 10px;
        border: 2px solid #0000001a;
    }
    .section {
        padding: 30px 0;
    }
    .section-testimonial .thumb {
        padding-top: 76%;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .table-data {
        overflow: scroll;
    }
    .table-vr {
        margin: 1px;
    }
    .logo-img {
        max-width: 99px;
    }
}

@media (max-width: 479px) {
    .home_blog_carousel .owl-stage,
    .home_testimonial_carousel .owl-stage {
        margin-left: -30px;
    }
    .products-slider .owl-stage {
        margin-left: -30px;
    }
    .section-wcu {
        background-size: contain;
        background-position: bottom center;
    }
    .section-wcu .title {
        margin-bottom: 36px;
    }
    .section-products .container {
        /* display: flex; */
    }
    .section-products .p-col .title {
        font-size: 22px;
    }
    .box-cal-temp {
        border-radius: 16px;
    }
    .col1 .box-cal-temp,
    .col2 .box-cal-temp {
        display: none;
    }
    .table-vr th,
    .table-vr td {
        padding: 8px;
    }
    .table-vr .row {
        min-width: 720px;
    }
    .table-vr .row > div {
        display: inline-block;
        width: auto;
    }
    .table-vr .row > div:nth-child(2) {
        padding: 0 15px 0 0 !important;
    }
    .section-download .col-md-6:nth-child(2) {
        position: absolute;
        height: 100%;
    }
    .section-download .content {
        position: relative;
        z-index: 2;
        padding: 15px 25px;
        height: 100%;
        padding-top: 50%;
    }
    .section-download .col-md-6:nth-child(2):before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0.85;
        z-index: 1;
    }
    .statistics .cover {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .statistics .cover img {
        width: 20px;
    }
    .section-page-content {
        padding: 20px 0;
    }
    .blog-page .item .excerpt {
        overflow: unset;
        display: block;
    }
    .blog-page .title {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .blog-page .item {
        margin-bottom: 20px;
        border-bottom: 12px solid #f5f5f5;
        padding-bottom: 20px;
    }
    .section-auth .inner {
        padding: 20px;
        border-radius: 15px;
    }
    .auth_info_slide {
        padding: 30px 0;
    }
    .auth_info_slide .info {
        padding: 0 15px;
    }
    .auth_info_slide .info p {
        text-align: justify;
    }
}
