 /* `xs` returns only a ruleset and no media query */

/* Sky Mega Menu Customize */

menu {
    margin-top: 0;
}

#site-navigation{
    /* margin-top: -6px; */
    padding-top: 8px;
}

.sky-mega-menu li{
    line-height: 28px;
}

/* .sky-mega-menu li:first-child a {
    padding-left: 0;
} */

.sky-mega-menu li a {
    padding: 0 10px;
    /* font-weight: bold; */
}

.sky-mega-menu .right a{
    color: #000!important;
    text-transform:none;
    font-size: 1.1rem; 
    /* width: 115px; */
    text-align: center;
    font-weight: bold;
}

.sky-mega-menu li a{
    text-transform: capitalize;
    /* font-size: 16px;  */
    font-size: 1.1rem; 
}

.sky-mega-menu li.current a.menu, .sky-mega-menu li a.menu:hover{
    color: #E81B29 !important;
    /* font-weight: bold; */
}

.sky-mega-menu li li a{
    font-size: 1rem!important; 
    padding-top: 8px;
    padding-bottom: 8px;
}

.sky-mega-menu li li a:hover{
    /* color: #ffcc00!important; */
    color: #E81B29 !important;
}

.sky-mega-menu li li:last-child{
    border-bottom: 0;
}

.sky-mega-menu .grid-container3{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main_mobile, .main_mobile_s{
    display: none;
}

/* Menu */

.sky-mega-menu li.all-services{
    display: none;
}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
/* @media (min-width: 360px) { */
@media all and (min-width: 360px) and (max-width: 575.98px) {

    .sky-mega-menu li.hide-for-mobile,
    #site-navigation{
        display: none!important;
    }

    #menu i {
        margin-top: 10px!important;
    }

    .slide-text-container .title {
        line-height: normal;
    }

    .special-tabs {
        min-height: inherit;
        margin-top: 0;
    }

    .shadow-bottom::after {
        background-size: 130%;
    }

    #header .top-nav {
        height: inherit;
        text-align: left;
        margin: 0 20px;
    }

    #header .top-nav .social{
        float: none;
    }

    #header .main .phone{
        display: none;
    }

    #header .main {
        height: 110px;
        margin: 0 10px;
    }

    #header .main .logo img {
        height: 75px;
        margin-top: 14px;
        margin-left: -10px;
    }

    #header .menu-nav{
        display: none;
    }

    .stats-counter .stat-panel {
        padding-left: 10px;
        padding-right: 20px;
    }
    

    .main-section .stats-counter{
        margin: 0 25px;
        margin-top: -30px;
        padding: 18px 27px;
    }
    
    .main-section .content-section,
    .main-section .services,
    .main-section .online-shop,
    .main-section .partners {
        margin: 10px 25px;
    }

    .main-section .testimonials{
        padding: 50px 25px;
    }

    .main-section .action-banner{
        height: inherit;
    }


    #footer .main,
    #footer .disclaimer {
        margin: 0 25px;
    }

    #footer .main .logo img {
        margin-top: 37px!important;
    }

    #footer .main .title {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    #footer .disclaimer {
        text-align: center;
        margin-bottom: 23px;
    }

    #footer .disclaimer-links {
        float: none;
        display: none;
    }

    .testimonials .local-btn {
        display: none;
    }

    .testimonials .dark {
        text-align: center;
    }

    .cars-categories {
        justify-content: flex-start;
    }

    .section-header-social-page{
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #header {
        /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11); */
        z-index: 999 !important;
        position: relative;
    }

    .main-pic {
        float: none;
        /* margin-bottom: 28px; */
    }

    .main-pic::after {
        content: "";
        display: block;
        height: 40px;
        /* border: 1px solid #ccc; */
        background-image: url(../../assets/images/shadow_bottom.png);
        background-repeat: no-repeat;
        background-position: top center;
        opacity: 0.25;
    }

    .call-us-now, .office-days-hours {
        display: block;
        border: 0!important;
        text-align: center;
    }

    #header .top-nav .staff-mail a,
    #header .top-nav .social{
        float: none !important;
        display: none !important;
    }

    .why-choose-us-list{
        max-width: 100%;
    }

    .main-section .action-banner-red,
    .main-section .action-banner{
        display: none;
    }

    .book-item.current{
        grid-template-rows: auto auto;
        grid-template-columns: auto;
    }

    .book-item.current .cover {
        display: none;
    }


    #recent-additions-title{
        margin-top: 30px;
    }

    .main-section .content-section .main-pic{
        margin-top: 0;
    }

    .testimonial-item{
        height: 420px;
    }

    .contact {
        margin-bottom: 25px;
    }


    .main_desktop, .main_desktop_s{
        display: none;
    }

    .main_mobile{
        display: block;
    }

    .main_mobile_s{
        display: inline-block;
    }

    .service-item{
        border: 0;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
/* @media (min-width: 576px) { */
@media all and (min-width: 576px) and (max-width: 767.98px) {

    .sky-mega-menu li.hide-for-mobile,
    #site-navigation{
        display: none!important;
    }

    #header .menu-nav,
    .mobile-menu{
        display: none;
    }

    .testimonial-item {
        max-width: 380px;
    }

    .special-tabs {
        min-height: inherit;
        margin-top: 0;
    }

    .shadow-bottom::after {
        background-size: 130%;
    }

    #footer .main .logo img {
        margin-top: 37px!important;
    }

    #footer .main .title {
        margin-top: 30px;
    }

    .main-section .content-section,
    .main-section .services,
    .main-section .online-shop,
    .main-section .partners {
        margin: 10px 40px;
    }

    .main-section .testimonials{
        padding: 50px 40px;
    }
    .main-section .action-banner {
        height: 129px;
    }

    .main-section .action-banner img {
        margin-top: 11px;
        height: 134px;
    }

    .main-section .action-banner .line1,
    .main-section .action-banner .line2 {
        font-size: 26px;
    }

    #header {
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
        z-index: 999 !important;
        position: relative;
    }

    #menu{
        display: none!important;
    }

    #recent-additions-title{
        margin-top: 30px;
    }

    .call-us-now, .office-days-hours {
        display: block;
        border: 0;
        text-align: center;
    }

    #header .top-nav .staff-mail a,
    #header .top-nav .social{
        float: none !important;
    }

    .main_desktop, 
    .main_desktop_s{
        display: none;
    }

    .main_mobile{
        display: block;
    }

    .main_mobile_s{
        display: inline-block;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
/* @media (min-width: 768px) { */
@media all and (min-width: 768px) and (max-width: 991.98px) {

    .sky-mega-menu li.hide-for-mobile,
    #site-navigation{
        display: none!important;
    }

    #header .menu-nav,
    .mobile-menu{
        display: none;
    }

    .testimonial-item {
        max-width: 380px;
    }

    .main-section .content-section,
    .main-section .services,
    .main-section .online-shop,
    .main-section .partners {
        margin: 10px 40px;
    }

    .main-section .testimonials{
        padding: 50px 40px;
    }

    .special-tabs {
        min-height: inherit;
        margin-top: 0;
    }

    .shadow-bottom::after {
        background-size: 130%;
    }

    #footer .main .logo img {
        margin-top: 56px;
    }

    .main-section .action-banner{
        height: auto;
    }

    .support-staff {
        margin-top: -84px !important;
        margin-bottom: -32px;
    }

    .main-section .action-banner-red{
        height: 175px;
    }

    .colorful-tablet {
        display: none;
    }
    

    .main-section .action-banner .line1{
        font-size: 29px;
    }

    /* .main-section .action-banner .line2{
        margin-left: 22px;
        text-align: left;
        margin-top: 0;
    } */

    .testimonial-item{
        height: 432px;
    }

    .main-section .action-banner .line2 {
        margin-left: 22px;
        text-align: left;
        margin-top: 0;
        display: none;
    }

    #footer .main .logo {
        margin: 0 auto;
        text-align: center;
    }

    #footer .main .logo img {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    #recent-additions-title{
        margin-top: 30px;
    }

    #menu{
        display: none!important;
    }

    .main_desktop, 
    .main_desktop_s{
        display: none;
    }

    .main_mobile{
        display: block;
    }

    .main_mobile_s{
        display: inline-block;
    }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1199.98px) {
/* @media (min-width: 992px) { */
    .side-menu, #navSidebar, #menu{
        display: none;
    }

    /* Menu */
    .sky-mega-menu li.single-service{
        display: none;
    } 

    .sky-mega-menu li.all-services{
        display: inline-block;
    }

    .sky-mega-menu li{
        padding-left: 0;
    }

    .mobile-menu{
        display: none;
    }

    #menu_main{
        margin-top: 22px;
    }

    .main-section .content-section .main-pic {
        width: 280px;
        margin-top: 45px;
    }

    .special-tabs .item-content {
        display: none;
        padding: 15px;
    }

    .title .main{
        font-size: 1.68rem;
    }

    .why-choose-us-list {
        margin-top: 63px;
    }

    .why-choose-us-list .tab-list li{
        margin-bottom: 14px;
        font-weight: 500;
        color: #707070;
        margin-left: 32px;
    }

    .main-section .content-section,
    .main-section .services,
    .main-section .online-shop,
    .main-section .partners {
        margin: 10px 40px;
    }

    .main-section .testimonials{
        padding: 50px 40px;
    }

    .special-tabs .tab-item {
        padding: 0 13px;
    }

    .main-section .action-banner .line1 {
        font-size: 25px;
    }
    .main-section .action-banner .line2 {
        font-size: 27px;
    }

    #footer .main .logo img {
        height: 190px;
    }

    .stats-counter .stat-panel {
        padding-left: 10px;
        padding-right: 25px;
    }

    #footer .main .logo img {
        margin-top: 56px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media all and (min-width: 1200px) {
/* @media (min-width: 1200px) { */
    .side-menu, #navSidebar, #menu{
        display: none;
    }

    .bottom-news-view-btn{
        display: none;
    }

    .mobile-menu{
        display: none;
    }

    #footer .main .logo img {
        margin-top: 56px;
    }
}



/* ---------------------- */

.slick-slide {
    margin: 0 15px; /* Adjust the margin as needed */
  }

  .slick-list {
    margin: 0 -1px; /* Adjust to match the margin of .slick-slide */
  }

  @media (max-width: 1024px) {
    .slick-slide {
      margin: 0 8px;
    }

    .slick-list {
      margin: 0 -8px;
    }
  }

  @media (max-width: 600px) {
    .slick-slide {
      margin: 0 6px;
    }

    .slick-list {
      margin: 0 -6px;
    }
  }

  @media (max-width: 480px) {
    .slick-slide {
      margin: 0 4px;
    }

    .slick-list {
      margin: 0 -4px;
    }
  }