/* hack to center background video on any screen */
@media screen and (max-aspect-ratio: 1920/1080) {
    .video-wrap > video {
        height: 100%;
    }
}
@media screen and (min-aspect-ratio: 1920/1080) {
    .video-wrap > video {
        width: 100%;
    }
}
@media (min-width:1760px){
    .wrapper{
        width: 1200px; /* 1400 */
    }
    .text-top {
        margin-bottom: 82px;
    }
}

/*scrolled*/
@media (min-width: 992px) {
    .scrolled .header__nav{
        padding-top: 10px;
    }
    .scrolled .header .logo img{
        width: 140px;
    }
    /*@media only screen and (min-width: 992px) { line 1312 style*/
    .nav-handle {
        display: none;
    }
    /*@media only screen and (min-width: 992px) { line 1334 style*/
    .nav-main-item:hover > .nav-sub-list {
        display: block;
    }
    /*@media (min-width: 992px){ line 1358 style*/
    .nav-main-list {
        max-width: 100%;
        display: flex;
        background: transparent;
        justify-content: flex-end;
        padding-top: 17px;
        min-height: 40px;

    }
    .scrolled .nav-main-list {
        padding-top: 0;
    }
    /* full screen top menu items*/
    .nav-main-item > a {
        color: #fff;
        text-transform: uppercase;
        margin-right: 25px;
    }
    .nav-main-item {
        color: purple; 
        display: block;
        width: auto;
        border-bottom: 0;
        position: relative;
    }
    .nav-main-item:first-child {
        border-top: 0;
    }
    .nav-sub-item, .dl-back {
        border-bottom: 0;
    }
    .nav-sub-item{
        position: relative;
    }
    .nav-sub-sub {
        display: block;
        position: absolute;
        background: rgba(44,86,151,1); /*#fff;*/
        top: 0;
        right: 100%;
        width: 250px;
        display: none;
        padding: 10px;
    }
    .nav-sub-item:hover .nav-sub-sub {
        display:  block;
    }

    .nav-main-item  a{
        white-space: nowrap;
    }

    .nav-main-item>.has-submenu:after{
        content: "\e64a";
        font-family: "themify";
        font-size: 12px;
        margin-right: 8px;
        margin-left: 5px;
        display: inline-block;
        transform: rotate(-90deg);
    }
    .nav-sub-item{
        padding-left: 10px;
        color: black;
    }
    .nav-sub-item>.has-submenu:before{
        content: "\e64a";
        font-family: "themify";
        font-size: 12px;
        margin-right: 8px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 12px;
    }
    /*@media (min-width: 992px){ line 2191 style*/
    img.mfp-img{
        height: 100vh!important;
    }
    /*@media (min-width: 900px){ line 2137 style*/
    .popup{
        left: 50%;
    }
}

@media only screen and (min-width: 801px) { /* line 1245 style*/
    .dl-back {
        display: none;
    }
    .nav-sub-sub {
        display: none;
    }
    .mobile-main-item {
        display: none;
    }
    /* #3: CSS added for override at widths above mobile menu  */
    /*@media only screen and (min-width: 801px) { line 1231 style*/
    .dl-menuwrapper .dl-menu {
        opacity: 1;
        pointer-events: initial;
    }
    .dl-menuwrapper li > a:not(:only-child):after {
        display: none;
    }
}
@media (min-width: 600px){ /*line 2019 style */
    .figure__btn ul li {
        padding: 0 25px;
        flex: 0 0 100px;
    }
}


/****************************************
*           MIN MAX @Media
/****************************************/

@media (min-width:1601px) and (max-width: 1759px){ /* line 206 style */
    .wrapper{
        width: 1200px; /* 1560 */
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .wrapper{
        width: 940px;
    }
}

@media (min-width: 576px) and (max-width: 991px) { /* line 11 style */
    .nav-handle:after {
        top: 16px;
        transform: scale(1.28);
    }
    .mail {
        padding-right: 45px;
    }
    /* Tablet desktop :768px. */
    /*@media (min-width: 768px) and (max-width: 991px) {*/
    .wrapper{
        width: 100%; /*768px;*/
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/****************************************
*           MAX @Media
/****************************************/
@media (max-width: 1200px) {
    .slick-list{
        background-color: transparent;
    }
    .slick-slider.slider-nav{
        top: -5px;
        background-color: #7C878E;
        padding: 5px 0 0 0;
        max-height: 48px;
    }

    .slider-nav .sl-item{
        height: auto;
    }
}

/*max 991*/
@media (max-width: 991px) {
    .lilbigger figure{
        width: 125%;
        margin-left: -40px;
    }

    .slick-list{
        background-color: transparent;
    }
    .slick-slider.slider-nav{
        top: -5px;
        background-color: #7C878E;
        padding: 7px 0 0 0;
        max-height: initial;
    }

    .slider-nav .sl-item{
    }

    .product-nav ul li a {
        font-size: 12px;
    }
    .header__nav ul li {
        margin-left: 0px;
    }
    .mobilemenu {
        display: block;
        cursor: pointer;
        font-size: 34px;
        transition: .3s;
        line-height: 1;
        margin-left: 12px;
        position: relative;
        top: -1px;
    }

    .header__nav {
        position: fixed;
        width: 250px;
        background: #fff;
        right: 0;
        top: 72px;
        z-index: 9999999999999999999999999999999999;
        padding: 18px;
        box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
        display: none;
    }
    .header__nav .parentul{
        display: block;
    }
    .header__nav .parentul ul{
        display: none;
    }
    .header__nav .parentul li{
        display: block;
        margin-left: 0;
    }

    .header__nav ul li a{
        display: block;
        color: #333;
        line-height: 2;
        white-space: normal;
    }
    .header__nav ul{
        padding-left: 15px;
    }

    .header__nav  button{
        background: transparent;
        color: #333;
        border: 0;
        text-transform: uppercase;
        margin-top: 20px;
        font-size: 14px;
        cursor: pointer;
    }
    button:focus{
        outline: none;
    }
    .header__nav  button i {
        margin-left: 4px;
        position: relative;
        top: 0px;
        font-size: 10px;
    }
    .has-stycky-top {
        padding-top: 125px!important;
    }

.u-m-l-25.ul-list-2,
    .intro-content,
    .product-slider {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumb-area {
        top: 114px;
    }
    .wrapper{
        align-items: center;
    }
    .header .logo img {
        width: 90px;
    }

    .has-stycky-top-title{
        padding-top: 85px !important;
    }

    .nsn-table *,
    .nsn-table{
        display: block;
    }
    .breadcrumb-area {
        top: 59px!important;
    }

    /*@media (max-width: 991px) { line 1436 style*/
    ul.dl-menu.nav-main-list {
        opacity: 0;
        pointer-events: none;
    }
    .dl-menuwrapper li a{
        text-transform: capitalize;

    }
    .nav-sub-item{
        padding-left: 10px;
    }
    .nav-main-item{
        padding-left: 10px;
    }
    .nav-main-item>.has-submenu{
        position: static;
        color: #fff; /*var(--main-foreground-color);*/
    }
    /*.dl-menuwrapper li a{position: relative;}*/
    .nav-main-item .has-submenu:before
    /*.dl-menuwrapper li a:before*/
    {
        content: "\e64a";
        font-family: "themify";
        font-size: 12px;
        margin-right: 8px;
        display: inline-block;
        position: absolute;
        left: -8px;
        top: 12px;
        color: #fff; /*var(--main-foreground-color);*/
    }
    .dl-menu{
        width: 100%;
    }
    .dl-menu:not(.dl-subview){
        padding: 10px 25px!important;
    }

    .dl-menuwrapper li .dl-submenu{
        padding: 10px 20px!important;
    }

    .dl-subviewopen li:first-child a:before{
        display: none;
    }
    .dl-subviewopen li:first-child{
        padding-left: 0px;
    }
    .mail {
        padding-right: 36px;
    }
}



@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1.25rem
    }
    h4 {
        font-size: 1.125rem
    }
    .wrapper{
        width: 100%;
    }
    .product-intro {
        margin-bottom: -50px;
    }
    .scrolled .mobilemenu{}
    .featured {
        display: block;
        padding: 30px 0;
        padding-top: 50px;
    }
    .featured .box {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
        background: #e9ecef;
        opacity: 1;
    }

    .footer-widgets .wgt-block{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row{
        flex-wrap: wrap;
        justify-content: center;

    }
    .col-md-9.left-align-p.m-top.img-med-thumb{
        margin-top: 15px;
    }
    .home-body .content-left, .home-body .content-right,
    .home-body .content-mid {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .home-body {
        padding-top: 0;
    }
    .home-body .content-left {
        padding: 15px 15px 20px!important;
    }
    .home-intro {
        position: relative;
        z-index: 9999;
        height: auto;
        align-items: flex-start;
        padding-bottom: 0;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .home-ct-top .content-mid,
    .home-ct-top .content-left, .home-ct-top .content-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 15px!important;
    }
    .home-ct-top {
        padding: 2px 0 20px;
    }
    .xs-col1{
        flex: 0 0 100%!important;
        max-width: 100%;
    }
    .footer-act ul {
        justify-content: center;
        margin-bottom: 8px;
    }

    .text-top {
        flex-wrap: wrap;
        padding-top: 74px;
        margin-bottom: 0px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-top button {
        padding: 5px 15px;
    }
    .text-top h1 {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .text-top h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .content-left-alt ,
    .content-right-alt {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .slider-nav {
        padding: 0 20px;
    }
    .product-slider .slick-arrow {
        left: 0;
    }
    .slick-arrow .ti-angle-right {
        right: 0;
        left: auto
    }
    .text-top-h1{
        font-size: 30px;
    }
    .text-top-h2{
        font-size: 22px;
    }

.wrapper-c {
    margin-bottom: 60px;
    margin-top: 55px;
}
#WeAreBetter *{
    display: block!important;
    width: 100%!important;
}
    .has-stycky-top-title {
        padding-top: 75px!important;
    }

    .table-wrap.btn-table * {
        display: block;
        width: 100%!important;
        padding-left: 0;
        padding-right: 0;
    }

    .table-wrap.btn-table #btnReq {
        margin-bottom: 0!important;
        margin-top: 0!important;
    }

    .table-wrap .c-tr.c-align{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .table-wrap .c-tr.c-align .c-td2{
        width: auto !important;
    }
} /* 767px */

/* small mobile :320px. */
@media (max-width: 575px) {
    .header .content-right form button {
        height: 24px;
    }
    .header .content-right form input {
        height: 24px;
        width: 143px;
    }
    .header .content-right .mail span {
        font-size: 28px;
    }
    #features-benefits.row {
        flex-wrap: wrap;
    }
    #features-benefits .col2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mobilemenu {
        font-size: 27px;
    }
    .breadcrumb-area {
        top: 51px!important;
    }



}
@media (max-width: 480px){
    .header .content-right form button i{
        display: inline-block;
    }
    .header .content-right form button span{
        display: none
    }
    .header .content-right form button{
        position: absolute;
        right: 0;
        top: 0;
    }
    .header .content-right form {
        margin-right: 15px;
    }
    .header .content-right form button{
        line-height: 28px
    }
    .video-play{
        padding: 0;
    }
    .figure__btn ul li:nth-child(3) {
        flex: 0 0 100px;
    }
    .figure__btn ul li {
        flex: 0 0 50px;
        height: 40px;
    }
    .uses {
        width: 100%;
    }
    #btnReq{
        height: auto;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    .slick-arrow.ti-angle-right {
        left: auto!important;
        right: -5px;
    }
}

@media (max-width: 370px){
    .header .content-right form input {
        width: 120px;
    }
}



@media (min-width: 991px){
    .header{
        height: 96px;
    }
}