@media only screen and (max-width: 767px) {
  .page-title {
    padding: 80px 0px;
  }

  .page-title .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }

}

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .video-section .inner-box .big-text {
    font-size: 100px;
    line-height: 100px;
  }

  .contact-section {
    padding: 70px 0px;
  }

  .terms-section h2 {
    position: relative;
    right: 4px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .video-section .inner-box .big-text {
    font-size: 60px;
    line-height: 60px;
  }
}


@media only screen and (max-width: 767px) {
  .contact-info-section {
    padding: 70px 0px 40px 0px;
  }

  .header-upper figure a img {
    display: inline-block;
    max-width: 55%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
  }

  .header-upper .upper-inner .logo-box {
    position: relative;
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 1366px) {
  .mobile-menu .navigation li>a>i {
    display: none;
  }
}


@media only screen and (min-width: 768x) and (max-width: 1080px) {

  .privacy-section .image_block_one .image-box .image-box .image-3 img {
    position: relative;
    margin-top: 20px;
    ;
  }
}

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .abt-airlines {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cart-sidebar {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-section {
    padding: 65px 0px 70px 0px;
  }

  .cart-section .content-box .lower-content {
    display: block;
  }

  .cart-section .content-box .coupon-box .form-group {
    width: 100%;
    margin-bottom: 30px;
  }

  .cart-section .content-box .amount-list li {
    text-align: left;
  }

  .cart-section .content-box .amount-list li span {
    width: auto;
    float: right;
  }
}

@media only screen and (max-width: 599px) {
  .cart-section .content-box .single-product-box .inner-box .price {
    position: relative;
    top: 0px;
  }

  .cart-section .content-box .single-product-box .inner-box {
    padding-left: 0px;
  }

  .rtl .cart-section .content-box .single-product-box .inner-box {
    padding-right: 0px;
  }

  .cart-section .content-box .single-product-box .inner-box .image-box {
    position: relative;
    margin-bottom: 30px;
  }
}



@media only screen and (max-width: 767px) {
  .about-section {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .place-section {
    padding: 40px 0px 40px 0px;
  }
}


/* mobile popup css start */
@media only screen and (min-width: 768px) {
  a.close-all {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  a.close-all {
    display: block;
    background-color: #ff6b00;
    padding: 10px;
    z-index: 9999;
    position: fixed;
    width: 100%;
  }

  .outer-box {
    display: none;
  }

  .mobile-popup {
    display: flex;
    justify-content: space-evenly;
  }

  .call-now p {
    color: #fff;
    padding-bottom: 10px;
  }

  .call-now span {
    color: #fff;
    font-size: 30px;
  }

  .call-icon i {
    font-size: 30px;
    color: #ff6b00;
    background-color: #fff;
    border-radius: 30px;
    padding: 16px;
    position: relative;
    top: 5px;
  }

  .call-now span {
    animation: blinker 1s step-start infinite;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .footer-bottom {
    position: relative;
    background: #191919;
    width: 100%;
    padding: 1px 0px;
  }

  a.close-all.close-all-2 {
    bottom: 0 !important;
    top: unset;
  }
}

/* mobile popup css end */

/* mobile popup before banner css start */

@media only screen and (min-width: 768px) {
  .banner-view {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-view {
    text-align: center;
    overflow-x: hidden;
  }

  .col-md-4.bg_dark_box {
    margin: 5vh 0px 10vh 0px;
    padding: 0 15px;
  }

  .banner-view .logo-img {
    height: auto;
    width: 50%;
  }

  .banner-view img {
    height: auto;
    margin-bottom: 10px;
  }

  .banner-view .f_hing2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 7px;
  }

  .banner-view .plane-image {
    width: 100% !important;
  }

  .toll_booking {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    color: #000;
    /* margin: 2vh 0; */
    font-size: 13px;
  }

  ul.toll_booking li {
    list-style-type: none;
  }

  .list_ii h4 {
    color: #ff6b00;
    font-size: 31px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-top: 1px solid #605d5d;
    padding-top: 10px;
  }

  .banner_number.mt-3 {
    text-align: center;
  }

  .banner_number p {
    background-color: #ff6b00;
    color: #fff;
    font-size: 6vw;
    padding: 3vw;
    border-radius: 2vw;
    font-weight: 500;
    margin: 0;
  }

  .toll_booking li i {
    padding-right: 5px;
  }
  .header-upper .upper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-upper .upper-inner .logo-box {
 
  text-align: left;
}
}

/* mobile popup before banner css end */