@media (min-width: 300px) and (max-width: 409px) {

    html,
    body{
        overflow-x: hidden;
    }

    header{
        height: 100px;
        position: relative;
        width: 100%;
    }

    header .container{
        padding: 0;
    }
    header.desktop{
        display: none !important;
    }
    header.mobile{
        display: block !important;
    }
    .header-ctn{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0.4rem;
        height: 100%;
    }
    .logo-ctn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-b{
        padding: 0 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .show-menu{
        display: block;
        font-size: 1.2rem;
        color: #000;
        font-family: 'Khand-Medium';
        background-color: #fff;
        padding: 0.3rem;
    }
    #home{
        height: 350px;
    }
    #home .slide{
        height: 100%;
    }

    #home .slide img{
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .hidden{
        display: none !important;
    }


    .logo{
        width: 90px;
        height: 90px;
    }

    .logo a{
        display: block;
    }

    .logo img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider-box-content.box-up{
        margin-top: 0;
    }
    .menu-mobile-ctn{
        display: none;
        position: fixed;
         flex-direction: column;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: 9999;
    }
    .menu-mobile ul li a{
         color: #fff;
        font-family: 'Khand-Light';
        font-size: 1.5rem;
        text-transform: uppercase;
        transition: 0.5s;
        margin-top: 2rem;
    }
    .top{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #E9E9E9;
        width: 100%;
        padding: 1.5rem 1rem;
    }
    .close{
        font-size: 1.5rem;
        color: #fff;
    }
    .nav{
        display: none;
    }
    .title h1{
        font-size: 5rem;
        line-height: 5rem;
    }
    .title-2 h1{
        font-size: 5rem;
        line-height: 5rem;
        padding: 2rem 0 2rem 2rem;
    }
    .title-bg-page{
        font-size: 3rem;
        line-height: 4rem;
    }
    .page-header-title{
        padding: 0;
    }
    .page-header-titlte-ctn span{
        text-align: center;
    }
    .desc ul li{
        display: block;
        float: none;
    }
    .desc ul li:after{
        display: none;
    }
    .desc ul li:before{
        content: '';
        position: absolute;
        left: 0;
        top:45%;
        width: 5px;
        height: 5px;
        background-color: #141414;
    }



}

@media (min-width: 411px) and (max-width: 750px) {

    html,
    body{
        overflow-x: hidden;
    }

    header{
        height: 100px;
        position: relative;
        width: 100%;
    }

    header .container{
        padding: 0;
    }
    header.desktop{
        display: none !important;
    }
    header.mobile{
        display: block !important;
    }
    .header-ctn{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0.4rem;
        height: 100%;
    }
    .logo-ctn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-b{
        padding: 0 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .show-menu{
        display: block;
        font-size: 1.2rem;
        color: #000;
        font-family: 'Khand-Medium';
        background-color: #fff;
        padding: 0.3rem;
    }
    #home{
        height: 350px;
    }
    #home .slide{
        height: 100%;
    }

    #home .slide img{
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .hidden{
        display: none !important;
    }


    .logo{
        width: 90px;
        height: 90px;
    }

    .logo a{
        display: block;
    }

    .logo img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider-box-content.box-up{
        margin-top: 0;
    }
    .menu-mobile-ctn{
        display: none;
        position: fixed;
         flex-direction: column;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: 9999;
    }
    .menu-mobile ul li a{
         color: #fff;
        font-family: 'Khand-Light';
        font-size: 1.5rem;
        text-transform: uppercase;
        transition: 0.5s;
        margin-top: 2rem;
    }
    .top{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #E9E9E9;
        width: 100%;
        padding: 1.5rem 1rem;
    }
    .close{
        font-size: 1.5rem;
        color: #fff;
    }
    .nav{
        display: none;
    }
    .title h1{
        font-size: 5rem;
        line-height: 5rem;
    }
    .title-2 h1{
        font-size: 5rem;
        line-height: 5rem;
        padding: 2rem 0 2rem 2rem;
    }
    .title-bg-page{
        font-size: 3rem;
        line-height: 4rem;
    }
    .page-header-title{
        padding: 0;
    }
    .page-header-titlte-ctn span{
        text-align: center;
    }
    .desc ul li{
        display: block;
        float: none;
    }
    .desc ul li:after{
        display: none;
    }
    .desc ul li:before{
        content: '';
        position: absolute;
        left: 0;
        top:45%;
        width: 5px;
        height: 5px;
        background-color: #141414;
    }

}