@media only screen and (min-width:1201px) and (max-width:1300px) {

    .main-menu ul li:nth-of-type(4) {
        margin-right: 200px;
    }

    .main-menu ul li {
        margin: 0 0px;
        position: relative;
        padding: 0px 16px;
    }

        .main-menu ul li.submenu:before {
            position: absolute;
            content: "\f078";
            right: 4px;
            top: 12px;
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 12px;
        }

    .hero-slider-layout .hero-slide {
        min-height: 628px;
        display: flex;
    }


    .hero-video .hero-bg-video {
        height: 80vh;
    }




}
