/* MEDIA :: 1400px */
@media only screen and (max-width: 1399px) {
  .cart-offcanvas.offcanvas.offcanvas-end {
    width: 40%;
  }
  .site-header {
    padding: 20px 12px;
  }

  .header-left-wrapper {
    gap: 20px;
  }

  .site-footer {
    padding: 52px 12px;
  }
}

/* MEDIA :: 1200px */
@media only screen and (max-width: 1199px) {
  :root {
    cursor: auto;
  }
  .cursor-box {
    display: none;
  }
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  h1,
  .heading-one {
    font-size: 50px;
    line-height: 62px;
  }
  .p-30 {
    padding: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-24 {
    margin-bottom: 20px;
  }
  .py-100 {
    padding: 80px 0;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
  .mt-100 {
    margin-top: 80px;
  }
  .my-100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .header-left-wrapper {
    gap: 10px;
  }
  .site-header .navbar-nav .nav-link {
    padding: 10px 2px;
    font-size: 14px;
  }
  .site-logo img {
    max-width: 120px;
  }
  .site-header .select2-container .select2-selection--single .select2-selection__rendered,
  .currency-dropdown .select2-results__option {
    font-size: 14px;
  }
  .site-header .navbar {
    gap: 8px;
  }
  .site-content {
    margin-top: 83px;
    min-height: calc(100vh - 488px);
  }
  .site-header .solid-btn {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 17px;
  }
   .cart-offcanvas.offcanvas.offcanvas-end {
    width: 45%;
  }

   /* Steps Section */
  .checkout-form .progress-bar-wrapper {
    max-width: 550px;
  }
  .checkout-form .progress-bar-wrapper ul.active::before {
    max-width: 246px;
  }
  .checkout-form .progress-bar-wrapper ul::after {
    max-width: 215px;
  }
  .checkout-form .progress-bar-wrapper {
    max-width: 350px;
  }
  .checkout-form .progress-bar-wrapper ul.active::before {
    max-width: 166px;
  }
  .checkout-form .progress-bar-wrapper ul::after {
    max-width: 115px;
  }
  /* Steps Section End */
}

/* MEDIA :: 991px */
@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 42px;
    line-height: 54px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 48px;
  }
  .py-100 {
    padding: 60px 0;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .my-100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .site-header .navbar {
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 90%;
    max-width: 360px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 0;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
  }
  .site-header .navbar.shownav {
    left: 0;
    box-shadow: 0 0 10rem rgba(0 0 0 / 50%);
    transition: all 0.4s ease-in-out;
  }
  .sidebar-body {
    width: 100%;
    height: calc(100vh - 135px);
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .site-header .navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-top: 20px;
  }
  .site-header .navbar-nav .nav-link {
    padding: 14px 26px 14px 14px;
    position: relative;
  }
  .sidebar-body .solid-btn {
    margin: 0 12px;
  }
  .site-header .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #919191;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .site-logo img {
    max-width: 138px;
    height: auto;
  }
  .menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-right: 12px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 24px;
    height: 24px;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .header-info {
    width: 100%;
    padding: 0;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #919191;
    gap: 0;
  }
  .site-header .header-info .select-wrap {
    width: 50%;
  }
  .site-header .header-info .select-wrap:nth-child(2) {
    border-right: 1px solid #919191;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    box-shadow: none;
  }
  .backdrop {
    overflow: hidden;
    position: relative;
  }
  .backdrop::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(23, 23, 23, 0.7);
  }
  .dropdown-toggle.show,
  .navbar-nav .dropdown-menu {
    border-radius: 0;
  }
  /*.navbar-nav .dropdown-menu {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 54px;
  }*/
  .dropdown-item {
    padding: 10px 14px;
    margin-bottom: 2px;
  }

  .destination-sub-menu .dropdown-item {
    padding: 10px 13px 10px 26px;
  }

  .destination-main-menu {
    background: #f3edf7;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .dropdown-menu-destination.dropdown-menu li:not(:last-child) .dropdown-item {
    margin-bottom: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .destination-sub-menu {
    position: static;
    max-height: 193px;
    min-width: 100%;
    background: #ffffff;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #d9d9d9;
  }

  .dropdown-menu-destination .dropdown-item .icon-chevron-right::before {
    transform: rotate(0);
  }

  .dropdown-menu-destination.dropdown-menu
    .destination-sub-menu
    li
    .dropdown-item {
    border-bottom: 0;
  }
  /*.site-header .select2-container {
    width: 100% !important;
  }*/
  /*.site-header
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 20px;
  }*/
 /* .site-header
    .select-wrap:nth-child(2)
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 20px 20px 20px 50px;
  }*/
  /*.site-header .select-wrap:nth-child(2) i {
    position: absolute;
    z-index: 10000;
    left: 20px;
  }*/
  .currency-dropdown .select2-results__option {
    font-size: 16px;
    line-height: 21px;
  }
  /*.select2-container--open .currency-dropdown.select2-dropdown {
    margin-top: 0;
    border-radius: 16px 16px 0px 0px;
  }*/
  /*.backdrop .select2-dropdown {
    margin-top: 0;
    border-bottom: 1px solid #919191;
  }*/
  /*.site-header .select2-container--default .select2-selection--single::before {
    right: 20px;
  }*/
  /* Header finish */
  .solid-btn,
  .line-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .searchbar input[type="search"],
  .titlebar-box .searchbar input[type="search"] {
    padding: 0 8px;
  }
  .searchbar input[type="search"]::placeholder {
    font-size: 18px;
  }
  .searchbar .solid-btn {
    width: 36px;
    height: 36px;
    padding: 8px 17px;
  }
  .titlebar-box {
    padding: 24px;
  }
  .breadcrumb-box {
    border-radius: 20px;
  }
  .site-footer {
    padding: 52px 40px;
  }
  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span,
  .dropzone .dz-preview .dz-details .dz-filename:hover span {
    max-width: 150px;
  }

  .site-content {
    margin-top: 72px;
    min-height: calc(100vh - 488px);
  }
  .cart-offcanvas.offcanvas.offcanvas-end {
    width: 48%;
  }
  .cart-btn span {
    top: -8px;
    right: -6px;
  }
}

/* MEDIA :: 767px */
@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 42px;
  }
  h3,
  .heading-three {
    font-size: 26px;
    line-height: 32px;
  }

  .mb-30,
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-30,
  .mt-40 {
    margin-top: 20px;
  }
  .pb-40,
  .pb-30,
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-30,
  .pt-40,
  .pt-50 {
    padding-top: 20px;
  }
  .py-60,
  .py-100 {
    padding: 40px 0;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .mb-100,
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-100,
  .mt-60 {
    margin-top: 40px;
  }
  .my-100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .searchbar {
    margin: 0 auto 20px;
  }
  .titlebar-box .searchbar input[type="search"],
  .searchbar input[type="search"] {
    font-size: 19px;
    line-height: 21px;
  }
  .white-tab-list {
    padding: 4px;
  }
  .accordion-flush .accordion-item {
    padding: 16px;
  }
  .nav-pills .nav-link {
    padding: 8px;
  }
  .searchbar-wrap .destination-list-group {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cart-offcanvas.offcanvas.offcanvas-end {
    width: 60%;
  }
  iframe#launcher {
    transform: scale(0.7);
    transform-origin: bottom right;
    right: 10px !important;
    bottom: 10px !important;
  }
}

/* MEDIA :: 640px */
@media only screen and (max-width: 640px) { 
  /* Steps Section */
  .progress-bar-wrapper {
    max-width: 550px;
  }
  .progress-bar-wrapper ul.active::before {
    max-width: 236px;
  }
  .progress-bar-wrapper ul::after {
    max-width: 205px;
  }
  /* Steps Section End */
}

/* MEDIA :: 575px */
@media only screen and (max-width: 575px) {
  h1,
  .heading-one {
    font-size: 41px;
    line-height: 48px;
  }
  h2,
  .heading-two {
    font-size: 30px;
    line-height: 35px;
  }
  h3,
  .heading-three {
    font-size: 23px;
    line-height: 28px;
  }
  h4,
  .heading-four {
    font-size: 22px;
  }
  h5,
  .heading-five {
    font-size: 19px;
    line-height: 21px;
  }
  h6,
  .heading-six {
    font-size: 18px;
  }
  p,
  a {
    font-size: 14px;
    line-height: 17px;
  }
  .py-60,
  .py-100 {
    padding: 35px 0;
  }
  .pt-100 {
    padding-top: 35px;
  }
  .pb-100 {
    padding-bottom: 35px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .mb-100 {
    margin-bottom: 35px;
  }
  .mt-100 {
    margin-top: 35px;
  }
  .my-100 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .modal-content {
    padding: 0;
  }
  .modal-dialog {
    max-width: 94%;
  }
  .solid-btn,
  .line-btn {
    font-size: 14px;
    line-height: 17px;
    padding: 16px 20px;
  }
  .site-content {
    min-height: calc(100vh - 362px);
  }
  .site-header {
    padding: 15px 12px;
  }
  .banner-sec .link-wrap {
    padding-bottom: 24px;
  }
  .searchbar {
    padding: 4px;
    gap: 5px;
    width: 310px;
    margin: 0 auto 10px;
  }
  .titlebar-box .searchbar input[type="search"],
  .searchbar input[type="search"] {
    padding: 2px 0 2px 6px;
    font-size: 15px;
    line-height: 19px;
  }
  .searchbar .solid-btn {
    width: 26px;
    height: 26px;
    padding: 6px 12px;
  }
  .searchbar .solid-btn i::before {
    width: 12px;
    height: 12px;
  }
  .nav-pills.white-tab-list {
    padding: 4px 3px;
    gap: 0;
    justify-content: center;
  }
  .nav-pills.white-tab-list .nav-link {
    font-size: 15px;
    padding: 4px 5px;
    border-radius: 40px;
  }
  .accordion-flush .accordion-item {
    padding: 12px;
    border-radius: 9px;
    margin-bottom: 12px;
  }
  .accordion-body {
    padding: 10px 0 0;
  }
  .nav-pills {
    gap: 2px;
  }
  .nav-pills .nav-link {
    padding: 3px 7px;
    border-radius: 6px;
  }
  .site-footer {
    padding: 32px 24px;
  }
  .site-footer .site-logo img {
    max-width: 117px;
    height: auto;
    margin-bottom: 15px;
  }
  .site-footer .mb-20,
  .site-footer ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .site-footer a,
  .site-footer p {
    font-size: 12px;
    line-height: 13px;
  }
  .site-footer h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .titlebar-sec {
    padding-top: 35px;
    /* padding-bottom: 70px; */
  }
  /* .titlebar-box {
    padding: 35px 20px;
  } */
  .breadcrumb-item a {
    font-size: 16px;
    line-height: 19px;
  }
  .site-table {
    table-layout: fixed;
  }
  .site-table td {
    padding: 16px;
  }
  .site-table td,
  .site-table td p {
    word-break: break-all;
  }
  .offcanvas-header {
    padding: 15px 20px;
  }
  .offcanvas-header .btn-close {
    left: 20px;
  }
  .offcanvas-footer,
  .cart-list .list-item {
    padding: 30px 20px;
  }
  .offcanvas-footer .solid-btn,
  .offcanvas-footer .line-btn {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 17px;
  }
  .payment-fail-sec h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.03em;
  }
  .payment-fail-sec img {
    max-width: 220px;
    height: auto;
  }
  .payment-fail-sec .solid-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 17px;
  }
  .mobile-inherit-btn {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
  }
  .site-content {
    margin-top: 62px;
  }
  .cart-btn span {
    top: -8px;
    right: -4px;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
  }
  .swiper-button-next .icon-arrow-right::before,
  .swiper-button-prev .icon-arrow-right::before {
    width: 22px;
    height: 22px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .swiper-nav {
    gap: 10px;
  }
  .searchbar-wrap .destination-list-group {
/*    top: 40px;*/
    width: auto;
  }
  .searchbar-wrap.fixed-search-bar .destination-list-group {
    left: 0;
    max-width: 100%;

  }
  .cart-offcanvas.offcanvas.offcanvas-end {
    width: 100%;
  }
  .searchbar-is-here.backdrop .searchbar-wrap {
    display: none;
  }
  /* Steps Section */
  .progress-bar-wrapper {
    max-width: 480px;
  }
  .progress-bar-wrapper ul.active::before {
    max-width: 196px;
  }
  .progress-bar-wrapper ul::after {
    max-width: 165px;
  }
  .checkout-form .progress-bar-wrapper ul.active::before {
    max-width: 138px;
  }
  .checkout-form .progress-bar-wrapper ul::after {
    max-width: 114px;
  }
  /* Steps Section End */
}

/* MEDIA :: 480px */
@media only screen and (max-width: 480px) {
  .p-40 {
    padding: 25px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .text-link {
    font-size: 12px;
    line-height: 18px;
  }
  .text-link i::before {
    width: 15px;
    height: 15px;
  }
    .site-logo img {
    max-width: 110px;
  }
  
  .site-header .icon-globe {
    display: none;
  }
 /* .site-header
    .select2-container
    .select2-selection--single
    .select2-selection__rendered,
  .currency-dropdown .select2-results__option {
    padding: 4px;
    border: 1px solid #919191;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }*/
  /*.select2-dropdown.header-select {
    width: 40px !important;
  }*/
  .menu-toggle {
    margin-right: 6px;
  }
  /* Steps Section */
  .progress-bar-wrapper {
    max-width: 300px;
  }
  .progress-bar-wrapper ul.active::before {
    max-width: 106px;
    left: 41px;
  }
  .progress-bar-wrapper ul::after {
    max-width: 105px;
    right: 30px;
  }
  .progress-bar-wrapper ul li {
    max-width: 70px;
  }
  .progress-bar-wrapper ul li .radio-text { 
    min-height: 40px;
  }
  .checkout-form .progress-bar-wrapper ul.active::before {
    max-width: 150px;
    left: 26px;
  }
  .checkout-form .progress-bar-wrapper ul::after {
    max-width: 130px;
    right: 25px;
  }
  /* Steps Section End */
}
