/* Large devices */
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 120px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0 !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small nav .sidebar.show {
    left: 0;
  }


  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 21px;
  }


  p br {
    display: none;
  }


  section {
    padding: 50px 0;
  }

  .banner_sec .hd_info {
    justify-content: center;
  }

  .home_sec_1 {
    background-position-x: 100% !important;
  }

  .home_sec_2 .top_header img {
    width: 30px;
  }

  .home_sec_3,
  .home_sec_4 {
    text-align: center;
  }

  .home_sec_3 .hd_info,
  .home_sec_4 .hd-info {
    justify-content: center;
  }

  .home_sec_4 {
    background-position-x: 0% !important;
  }

  .home_sec_4 .content-box {
    border: 3px solid #f4f4f4;
    display: flex;
    gap: 20px;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home_sec_9 {
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_sec_9 .container {
    position: relative;
    z-index: 11;
  }

  .home_sec_9::before {
    content: "";
    display: block;
    background-color: #1e1e1e7c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home_sec_1 form ::placeholder {
    color: #fff;
  }

  .home_sec_1 form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 1px;
  }

  .home_sec_1 .custom-font-box {
    background-color: rgb(0 0 0 / 48%);
  }

  .home_sec_3 {
    position: relative;
  }

  .home_sec_3 .container {
    position: relative;
    z-index: 11;
  }

  .home_sec_3::before {
    content: "";
    background-color: rgb(0 0 0 / 68%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .banner_sec {
    padding: 40px 0 250px;
    background: url(../image/mobile-banner.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
  }
.area_sec{
 padding: 40px 0 250px;
    background: url(../image/mobile-area.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
#grad-sec {
    background-position: bottom !important;
    position: relative;
}
#grad-sec::before {
  content: "";
  background: #EDF2F5;
  background: linear-gradient(300deg, rgba(237, 242, 245, 0) 0%, rgba(0, 0, 0, 1) 76%);
  display: none!important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about_banner{
   padding: 40px 0 250px;
    background: url(../image/mobile-about-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
.blog_banner {
   padding: 40px 0 250px;
    background: url(../image/mobile-blog.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
.contact_banner {
   padding: 40px 0 250px;
    background: url(../image/mobile-contact.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
.fleet_banner {
    padding: 40px 0 250px;
    background: url(../image/mobile-fleet.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
.location_banner {
    padding: 40px 0 250px;
    background: url(../image/mobile-location.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;
}
.service_banner {
  
    padding: 40px 0 250px;
    background: url(../image/mobile-service.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;

}
.wedding_banner  {
  
    padding: 40px 0 250px;
    background: url(../image/mobile-wedding.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    text-align: center;

}
.our_luxuries_fleet .custom-tabs {
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 20px;
}
}


/* Small tablets */
@media (max-width: 768px) {}

/* Mobile */
@media (max-width: 576px) {

  .about_psec_1 .counter-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

}

/* Small mobile */
@media (max-width: 480px) {}

/* Very small */
@media (max-width: 360px) {}