@media only screen and (min-width: 320px) and (max-width: 600px) {
  .packages-slider swiper-slide p {
    line-height: inherit !important;
    font-size: 14px;
  }
  .packages-content{
    padding: 40px 10px;
  }
  .qodef-button{
    font-size: 14px;
  }
  .packages-slider .qodef-m-title {
    font-size: 25px !important;
    margin-bottom: 20px;
  }
  .about-us-sec .qodef-m-title{
    font-size: 25px !important;
  }
   .amenities-outer .single-pack-sub-title, 
  .box-single-package .entry-title,
  .packages-content h6,
  .blog-content h3,
  .contact-us-left h4{
    font-size: 20px !important;
  }
  .footer-sec-left p,
  .foot-links ul li a,
  .foot-links ul li
  {
    font-size: 14px;
  }
  .carousel-item {
    height: 200px;
  }
  .carousel-item img {
    height: 200px;
    object-fit: cover;
  }
  .about-us-sec p,
  .contact-us-left p{
    font-size: 14px !important;
  }
  .inner-bann-image,
  .inner-bann-image img{
    height: 300px;
  }
  .your-reservation-form .qodef-button{
    width: 50%;
    max-width: 200px;
  }

   
  
  
}
 
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-caption {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s ease, transform 1s ease;
    bottom: 0%;
  }
  .carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0%);
  }
  .carousel-caption h5 {
    font-size: 20px;
  }
  .blog-content{
    padding: 0;
    margin-top: 25px;
  }
  .blog-image{
    max-height: 300px;
  }
  .blog-image img{
    max-height: 300px;
  }
  .second-blog .blog-content-outer{
    order: 2;
  }
  .second-blog  .blog-img-outer{
    order: 1;
  }
  .single-package-left .qodef-e-title{
    font-size: 25px !important;
  }
  .your-reservation-form{
    padding: 0;
  }
  .your-reservation-form form{
      padding: 25px 15px 37px 15px;
    }
  .footer-sec-left {
    margin-bottom: 30px;
  }
 
  .ride-heading-title{
    font-size: 20px !important;
  }
  #filters li span{
    padding: 5px 20px !important;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .gallery-item{
    width: 100%;
  }
  .contact-us-right{
    margin-top: 40px;
  }
  #payNowDiv .close {
    top: -4px;
    right: -4px;
    box-shadow: 1px 1px 1px 1px #979595;
  }
  #frmBooking .input-group-text i {
    font-size: 13px;
  }
    
  #payNowDiv {
    padding-right: 0 !important;
  }
  #payNowDiv .row .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #payNowDiv .row .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .contact-us{
    padding-top: 30px;
  }
  .coupon-code #txtCoupon{
      width: 100% !important;
        padding-right: 150px;
  }
  .packages-slider .qodef-m-title{
      font-size: 30px !important;
  }
  .about-logo-sec img{
      width: 60%;
  }
  .footer-top{
      padding: 40px 0;
  }
  .footer-top .foot-links{
      padding-bottom: 30px; 
  }
  .footer-top .foot-links:last-child{
      padding-bottom: 0; 
  }
  .box-single-img{
      margin-bottom: 15px;
  }
  .box-single-package{
    margin-bottom: 20px;
  }
  .packages-sec .box-single-package:last-child,
  .packages-sec .box-single-package:last-child .qodef-button{
      margin-bottom: 0;
  }
  .contact-us-left .address-sec p {
      position: relative;
      padding-left: 24px;
   } 
   .contact-us-left .address-sec i {
      position: absolute;
      left: 0;
      top: 4px;
    }
    .contact-us .social-media-links{
        margin-top: 40px;
    }
    #frmContact{
      padding: 25px !important;
    }
    
    
    
    /* Mobile menu starts*/
     .menu-mobile-content-wrap .nav-item .nav-link{
       position: relative;
       display: inline-block;
    }
    .menu-mobile-content-wrap .nav-item {
      text-align: left;
    }
    .menu-mobile-content-wrap .nav-item .nav-link:after{
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right,currentColor 50%,transparent 50%);
      background-position: bottom;
        background-position-x: center;
      background-position-x: center;
      background-repeat: repeat-x;
      background-size: 6px 1px;
      background-position-x: 0;
      animation: qode-marching-ants-button 1.1s linear infinite;
        animation-play-state: running;
      animation-play-state: running;
      animation-play-state: paused;
      transition: opacity .5s;
      opacity: 0;
    }
    .menu-mobile-content-wrap .nav-item.active .nav-link::after, 
    .menu-mobile-content-wrap .nav-item .nav-link:hover::after{
          opacity: 1;
    }
    .about-us-sec .qodef-m-title{
        font-size: 25px !important;
    }
    .your-reser-heading{
      padding: 10px 15px;
    }
    .your-reser-heading h4{
      font-size: 18px;
    }
}
/* 320px-480px Ends */


@media (max-width: 767px) {
  /* Home Page Starts */
  .header-sec-outer {
    display: none !important;
  }
  .mobile-menu-icon {
    position: relative;
  }
  .mobile-menu-icon .feather-x {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
  }
  .mobile-menu-icon i {
    font-size: 25px;
  }
  .mobile-menu-icon.open .feather-menu {
    visibility: hidden;
  }
  .mobile-menu-icon.open .feather-x {
    visibility: visible;
  }
  .menu-mobile-content-wrap {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    will-change: height;
    -webkit-transition: height .45s cubic-bezier(.5,1,.89,1);
    -ms-transition: height .45s cubic-bezier(.5,1,.89,1);
    transition: height .45s cubic-bezier(.5,1,.89,1);
  } 
  .menu-mobile-content-wrap {
    z-index: 99;
  }
  .menu-mobile-content-wrap-inner {
    position: absolute;
    z-index: 99;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    background-color: #5C0632;
  }
  .menu-mobile-content-wrap.opened{
    height: 100%;
  }
  .menu-mobile-content-wrap .nav-link {
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 10px 0;
  }
  .menu-mobile-content-wrap-inner .navbar-nav{
    padding-top: 10px;
  }
  .header-contact {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f8f8f8;
  }
  .contact-text ul{
    text-align: left;
  }
  .contact-text ul li a i {
    color: #fff;
  }
  .menu-open {
    overflow: hidden;
  }
  .desk-map-img{
    display: none;
  }
  .second-blog .blog-content-outer {
    order: 2;
  }
  .map-sec-starts .mob-map-img {
    height: 400px;
    object-fit: contain;
    width: 100%;
  }
  
  .map-sec-starts {
    height: 400px;
    background: #580d2e;
  }

}
@media (min-width: 768px) {
  .mob-header-sec,
  .menu-mobile-content-wrap,
  .mob-overlay{
    display: none;
  }
  .mob-map-img{
    display: none;
  }
  #payNowDiv .modal-dialog{
    max-width: 440px;
  }
  .blog-single .col-xl-6{
      -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }         
  

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    height: 48px;
  }
  .header-sec-outer .navbar-collapse {
    flex: inherit !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header-sec-outer  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header-sec-outer .nav-link {
    font-size: 14px;
  }
  .contact-text ul li i {
    font-size: 14px;
  }
  .box-single-package{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  #filters li span{
    padding: 5px 20px !important;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .gallery-item{
    width: 50%;
  }
  .contact-us-left,
  .contact-us-right{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .second-blog .blog-content-outer {
    order: 2;
  }
  .blog-content {
    padding: 0;
    margin-top: 20px;
  }
  .blog-img-outer, .blog-content-outer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .second-blog .blog-content-outer {
    order: 1;
  }
  .second-blog .blog-img-outer{
    order: 2;
  }
  .about-logo-sec img{
      width: 60%;
  }
 .single-package-left .qodef-e-title,
 .about-us-sec .qodef-m-title{
    font-size: 25px !important;
  }
  .packages-slider p{
    line-height: 20px;
   }

 .footer-sec-left,
.footer-top .foot-links{
    margin-bottom: 30px;
  }
 .footer-top .foot-links:last-child{
    padding-bottom: 0;
     margin-bottom: 0;
  }
}
/* 768px 991px Ends */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .box-single-package{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .contact-us-left,
  .contact-us-right{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-img-outer, .blog-content-outer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .second-blog .blog-content-outer {
    order: 1;
  }
  .second-blog .blog-img-outer{
    order: 2;
  }
  .packages-slider p{
    line-height: 20px;
   }
  .packages-slider .qodef-m-title,
  .single-package-left .qodef-e-title,
  .about-us-sec .qodef-m-title{
    font-size: 30px !important;
  }
  .footer-sec-left,
.footer-top .foot-links{
    margin-bottom: 30px;
  }
 .footer-top .foot-links:last-child{
    padding-bottom: 0;
     margin-bottom: 0;
  }
  
  
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
  .gallery-item{
    width: 50%;
  }
  
}
/* 481px 767px Ends */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption h5{
    font-size: 30px;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-item.active .carousel-caption {
    transform: translateY(-10%);
  }
  .contact-text ul li{
      padding: 0 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption h5{
    font-size: 35px;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-item.active .carousel-caption {
    transform: translateY(-10%);
  }

}
/* 992px 1024px Ends */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .carousel-caption h5{
    font-size: 35px;
  }
  .box-single-package{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .contact-us-left,
  .contact-us-right{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-img-outer, .blog-content-outer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .second-blog .blog-content-outer {
    order: 1;
  }
  .second-blog .blog-img-outer{
    order: 2;
  }
  
  .footer-top .footer-sec-left{
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .footer-top .foot-links{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer-top .foot-links:last-child{
      -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .single-package-left {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .single-package-right {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .single-package-left .qodef-e-title{
      font-size: 30px !important;
  }
  .your-reservation-form{
      padding: 0;
  }
  .your-reservation-form form{
    padding: 25px 15px 37px 15px;
  }
  .your-reser-heading{
    padding: 10px 15px;
  }
  .your-reser-heading h4{
    font-size: 18px;
  }

}
@media only screen and (min-width: 1200px) and (max-width: 1445px) {
  .carousel-caption h5{
    font-size: 38px;
  }
    .your-reservation-form{
        padding: 0;
    }
    .your-reservation-form form{
      padding: 25px 30px 37px 30px;
    }
    .your-reser-heading{
      padding: 11px 30px;
    }
}


/* 1025px 1199px Ends */

@media only screen and (min-width: 1446px) and (max-width: 1919px) {
  .your-reservation-form{
    padding: 0;
    }
    .your-reservation-form form{
      padding: 25px 30px 37px 30px;
    }
    .your-reser-heading{
      padding: 11px 30px;
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
 
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1920px) {
  /* html {
    max-width: 1920px;
    margin: 0 auto;
  } */
  .container {
    max-width: 1440px;
  }
}