/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 320px) {
    .home-slider{
        /*height: 200px !important;*/
        /*min-height: 200px !important;*/
    }

    .home-slider .home-slider-box-inner .section-offset.flexVertical{
        padding-top: 50px;
    }
    .menu_items{
        padding: 0;
        text-align: center;
    }
    .menu_logo{
        border-bottom: 2px solid lightgray;
        width: 100%;
        padding: 10px 0;
    }
    .menu_content {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background: linear-gradient(0deg, rgb(87, 7, 148) 0%, rgb(95, 6, 112) 100%);
        width: 300px;
        align-items: flex-start;
        transition: all 0.5s;
        right: -300px;
    }
    .menu_items{
        flex-direction: column;
        align-items: flex-start;
    }
    .nav_toggler{
        display: block;
    }
    .nav_close{
        display: block;
    }
    .contact_us_button{
        display: none;
    }
    .menu_index ul{
        width: 100%;
    }
    .overlay_slider{
        right: 30px;
        left: unset;
    }
    .home-slider .home-slider-box-inner .content-offset .title.m{
        font-size: 25px;
    }
    .title.n{
        font-size: 16px;
    }
}
@media (min-width: 576px) {
    .home-slider{
        /*height: 300px !important;*/
        /*min-height: 300px !important;*/
    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*.home-slider {*/
    /*    height: 70vh !important;*/
    /*    min-height: 70vh !important;*/
    /*}*/
    .menu_index {
        width: 100%;
        height: 70px;
        align-items: center;
        display: flex;
        position: fixed;
        z-index: 999999;
    }
    .menu_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: unset;
        width: 100%;
        background: transparent;
    }
    .menu_items{
        flex-direction: row;
    }
    .nav_toggler{
        display: none;
    }
    .nav_close{
        display: none;
    }
    .contact_us_button{
        display: block;
    }
    .menu_logo{
        border: unset;
        width: unset;
        padding: unset;
    }
    .overlay_slider{
        right: 250px;
        left: unset;
    }
    .home-slider .home-slider-box-inner .content-offset .title.m{
        font-size: 35px;
    }
    .title.n{
        font-size: 20px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*.home-slider {*/
    /*    height: 70vh !important;*/
    /*    min-height: 70vh !important;*/
    /*}*/
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    /*.home-slider {*/
    /*    height:90vh !important;*/
    /*    min-height: 90vh !important;*/
    /*}*/
    .home-slider .home-slider-box-inner .section-offset.flexVertical{
        padding-top: 150px;
    }

    .menu_index {
        width: 100%;
        height: 70px;
        align-items: center;
        display: flex;
        position: fixed;
        z-index: 999999;
    }
    .menu_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: unset;
        width: 100%;
        background: transparent;
    }
    .menu_items{
        flex-direction: row;
    }

    .nav_toggler{
        display: none;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    /*.home-slider{*/
    /*    height: 70vh !important;*/
    /*    min-height: 70vh !important;*/
    /*}*/
}

