/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */
    .product-tab-bar {
        position: relative;
        top: 15px;
    }

    .owl-carousel .owl-stage-outer #show-img {
        margin-left: 90px !important;
    }

    /* position fixed side bar */

    .left-side-bar {
        position: sticky;
        top: 50px;
        padding: 5px;
    }

    .product-slider-container {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .left-side-bar .filters ul.filter-list li a {
        padding: 20px 0 0px 0px !important;
    }

    .banner-carousel .owl-nav {
        top: 57% !important;
    }

    .values-scetion .card {
        margin-right: 20px;
    }

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .product-tab-bar {
        position: relative;
        top: -25px;
    }

    .owl-carousel .owl-stage-outer #show-img {
        margin-left: 120px !important;
    }

    /* position fixed side bar */

    .left-side-bar {
        position: sticky;
        top: 90px;
        padding: 13px 10px 0px 15px;

    }

    .product-slider-container {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .left-side-bar .filters ul.filter-list li a {
        padding: 15px 0 0px 0px !important;
    }

    .mission-page-sec:after {
        position: absolute;
        content: '';
        opacity: 1;
        left: 4px;
        top: -11px;
        width: 87%;
        height: 88%;
        border-radius: 10px;
        border: 1px solid #154fd2;
    }

    .values-scetion .card {
        margin-right: 15px;
    }

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .product-tab-bar {
        padding-top: 50px;
    }

    /* position sticky side bar */

    .left-side-bar {
        position: sticky;
        top: 40px;
        padding-top: 5px;
    }

    .left-side-bar .filters ul.filter-list li a {
        padding: 5px 0 0px 0px !important;
    }

    .banner-carousel .slide-item {
        margin-top: 165px;
    }

    .banner-carousel .owl-nav {
        top: 57%;
    }

    .mission-page-sec:after {
        display: none;
    }

    .mission-page-sec img {
        margin-top: 40px;
        /* padding-top: 40px; */
        border-radius: 10px !important;
    }

    .submenus img {
        margin-bottom: 10px !important;
    }

    .submenus {
        display: flex;
        align-items: start;
        padding: 20px 10px;
        flex-wrap: wrap;
    }

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .product-tab-bar {
        padding-top: 50px;
    }

    .left-side-bar .filters ul li {
        padding: 0px 10px 0px 2px !important;
        font-size: 20px;
    }

    .left-side-bar .filters ul.filter-list li a {
        padding: 5px 0 0px 0px !important;
    }

    .mission-page-sec:after {
        display: none;
    }



}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .product-tab-bar {
        padding-top: 35px;
    }

    .left-side-bar .filters ul li {
        padding: 0px 15px 0px 20px !important;
        font-size: 20px;
    }

    .ft-col-contact {
        padding-top: 50px;
    }

    .product-slider-container {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .categories-sidebar .filter-title {
        text-align: center;
    }

    .services-sidebar .filter-title {
        text-align: center;
    }

    .divider-line.text-center.text-sm-left {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .left-side-bar h3.filter-title {
        text-align: center;
    }

    .bg-shape2-right {
        background-image: none !important;
    }

    .left-side-bar {
        margin-left: 0px !important;
        padding: 5px 5px;
    }

    .product-image-gallry {
        padding-top: 45px;
    }

    .sm-m-b40 {
        padding-bottom: 20px;
    }

    .mission-page-sec:after {
        display: none;
    }

    .mission-page-sec img {
        margin-top: 40px;
        /* padding-top: 40px; */
        border-radius: 10px !important;
    }

    .cx-pt-md-50 {
        padding-top: 50px !important;
    }

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .product-image-gallry {
        padding-top: 45px;
    }

    .product-tab-bar {
        padding-top: 35px;
    }

    .left-side-bar .filters ul li {
        padding: 0px 15px 0px 20px !important;
        font-size: 20px;
    }

    .services-sidebar .filter-title {
        text-align: center;
    }

    .left-side-bar h3.filter-title {
        text-align: center;
    }

    .left-side-bar {
        margin-left: 0px !important;
        padding: 5px 5px;
    }

    .sm-m-b40 {
        padding-bottom: 20px;
    }

    .course {
        padding: 50px !important;
    }

    .mission-page-sec:after {
        display: none;
    }

    .mission-page-sec img {
        margin-top: 40px;
        /* padding-top: 40px; */
        border-radius: 10px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }
}