@media(min-width: 1200px) and (max-width: 1520px){
    .launch_wrapper_2{
        max-width: calc(100% - 140px);
    }
}

@media(min-width: 1200px) and (max-width: 1380px){
    .swiper-button-next {
        right: -26px;
        width: 35px;
    }

    .swiper-button-prev {
        left: -26px;
        width: 35px;
    }
    /* .brand_wrapper{
        padding: 60px 0 0px;
    } */
}
@media (min-width: 992px) and (max-width: 1199px) {
    .category-title {
        position: absolute;
        top: 150px;
        left: 56px;
        z-index: 100;
        /* font-size: 10px; */
    }
    .category-title h3{
     
        font-size: 23px;
    }
    .mt_lg_50 {
        margin-top: 50px;
    }

    .mt_lg_70 {
        margin-top: 70px;
    }

    .swiper-button-next {
        right: -10px;
        width: 40px;
    }

    .swiper-button-prev {
        left: -10px;
        width: 40px;
    }
}

@media (max-width: 1199px) {
    .launch_wrapper br{
        display: none;
    }
}

@media (min-width: 992px){
    .swiper-wrapper.recenter{
        margin-left: -95px !important;
    }
}

@media (max-width: 991px) {
    header{
        height: 70px;
    }
    #menu{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        left: -100%;
        right: 0;
        top: 0;
        padding-top: 120px;
        z-index: -1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #menu li{
        text-align: center;
        display: block;
        margin-top: 15px;
    }

    #menu li a {
        padding: 0 15px;
        border-left: none;
    }

    #menu li:last-child a{
        padding-right: 15px;
    }

    #menu.current{
        left: 0;
    }
    .hamburger-menu{
        display: block;
    }

    .landing_wrapper p {
        max-width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .brand_wrapper{
        padding-bottom: 70px;
    }

    .brand_wrapper ul li p br{
        display: none;
    }
    

    .title{
        text-align: center;
    }


    h2.title {
        font-size: 40px;
        margin: 0 auto;
    }

    .mt_md_40 {
        /* margin-top: 40px; */
        margin-top: 0px;
    }

    .mt_md_0 {
        margin-top: 0px;
    }

    .landing_wrapper {
        min-height: auto;
        max-height: 100%;
        padding: 100px 0;
    }

    .launch_wrapper{
        padding: 60px 0;
    }

    .launch_wrapper p{
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer_top{
        text-align: center;
    }

    .footer_top .media{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    footer h4{
        margin-top: 40px;
    }


    .swiper-wrapper{
        margin-left: -95px !important;
    }

    .swiper-slide{
        width: 120px;
        opacity: 0.6;
    }

    .swiper-slide img{
        width: 100%;
    }

    .swiper-slide.swiper-slide-active{
        opacity: 1;
        width: 210px;
    }


    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-prev{
        width: 169px;
    }
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
    .category-title {
        position: absolute;
        top: 150px;
        left: 50px;
        z-index: 100;
     
    }
    .category-title h3{
        font-size: 23px;
    }
    .section_pad {
        padding: 90px 0;
    }

    .landing_wrapper {
        text-align: center;
    }


    .landing_wrapper {
        /* padding: 120px 0 60px; */
        padding: 65px 0 60px;
    }

    .landing_wrapper h1{
        font-size: 47px;
    }


    .status_box{
        min-width: 100%;
        position: relative;
        top: auto;
        padding: 5px 10px;
        margin-bottom: 20px;
    }

    .status_box ul li {
        margin: 10px 11px;
    }

    .brand_wrapper ul li p{
        font-size: 18px;
    }

    .title{
        font-size: 30px;
    }

    .brand_wrapper{
        padding: 30px 0;
    }
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
    .category-title {
        top: 155px;
        left: 60px;
     
    }
    .category-title h3{
        font-size: 22px;
    }

    h2.title,
    .title {
        font-size: 30px;
        line-height: 40px;
    }
    .title img {
        width:100px;
    } 
    .sub_title {
        font-size: 17px;
        line-height: 27px;
    }

    .landing_wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .landing_wrapper p {
        font-size: 17px;
        line-height: 22px;
        margin-top: 20px;
    }


    .footer_bottom{
        text-align: center;
    }

    footer .media .media-body br{
        display: none;
    }

    .launch_wrapper p {
        font-size: 18px;
        line-height: 32px;
    }

    .launch_wrapper h3 {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 28px;
    }

    .status_box ul li, 
    .status_box ul li a{
        font-size: 14px;
    }

    .status_box ul li img{
        width: 15px;
    }

    .status_box ul li {
        margin: 6px 5px;
    }

    .status_box ul li a span{
        margin-left: 5px;
    }
}
@media (max-width: 575px) {
    .category-title {
        top: 140px;
        left: 55px;
     
    }
    .category-title h3{
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .category-title {
        top: 130px;
        left: 50px;
     
    }
    .category-title h3{
        font-size: 20px;
    }
}


@media (max-width: 470px) {
    .category-title {
        top: 125px;
        left: 50px;
     
    }
    .category-title h3{
        font-size: 19px;
    }
}

@media (max-width: 450px) {
    .category-title {
        top: 113px;
        left: 45px;
     
    }
    .category-title h3{
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .category-title {
        top: 100px;
        left: 40px;
     
    }
    .category-title h3{
        font-size: 17px;
    }
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 368px) {
    .category-title {
        top: 95px;
        left: 41px;
     
    }
    .category-title h3{
        font-size: 16px;
    }
}