.header-mobile {
    display: none;
}

@media screen and (max-width: 1400px) {
    .hover-box-12 .elementor-widget-container p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.5;
    }

    .elementor-329 .list-111 ul.elementor-icon-list-items li.elementor-icon-list-item {
        font-size: 14px;
    }
    .my-header .menu-item>a {
        color: white;
        font-size: 16px;
        padding: 10px 25px;
        cursor: pointer;
        margin: 0 15px;
        position: relative;
    }
    .my-header .sub-menu-item>a{
        font-size: 14px;
        padding: 12px 8px;
    }
    .my-header .web-logo{
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container {
        overflow: unset;
    }

    .swiper-slide {
        overflow: unset !important;
        height: auto;
        width: 100%;
        top: unset;
        left: unset;
    }

    .swiper-wrapper {
        width: 100%;
        height: auto !important;
        display: block !important;
    }

    .header-mobile {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #00000061;
        z-index: 99;

    }

    .header {
        display: none;
    }

    .header-mobile>.row {
        height: 75px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .web-icon {
        width: 100px;
    }

    .web-icon img {
        width: 100%;
    }

    .mobile-left-mas {
        position: fixed;
        width: 0;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 99;
        transition: width 0.3s;
        background: #000000bd;
        overflow: hidden;
    }

    .mobile-left-mas.show {
        width: 300px;
    }

    ul.menus-m {
        padding: 60px 20px;
    }

    li.menu-item-m a {
        color: white;
    }

    li.menu-item-m {
        margin: 15px 0;
        font-size: 18px;
    }

    ul.sub-menus {
        padding-left: 14px;
        font-size: 16px;
    }

    li.sub-menu-item {
        margin: 6px 0;
    }
}