@media only screen and (min-width: 320px) and (max-width: 768px) {
.fpcp-footer-box p {
    float: left;
}   
  .form-info .col-lg-2:nth-child(5) {
  width:100% !important;
  }
  .travel-det-banner-content {
      flex-direction: column;
  }
  .travel-det-banner{
      margin-top:65px;
  }
  .overview-tags{
      flex-wrap: wrap;
  }
  .section-title{
      font-size:18px;
      text-align: left;
  }
  .faq-list-btn{
      padding: 8px 10px;
  }
  .sticky-nav{
      top: 63px;
  }
  .faq-wrapper{
      padding:16px;
  }
  .ov-tag{
      min-width:150px;
  }
  .itinerary-grid{
      grid-template-columns: 1fr;
  }
  .travel-det-includes{
      gap:0px;
      width:350px;
  }
  .travel-det-include-item{
      gap:4px;
      padding: 8px 7px;
  }
  .header.page-header #main_nav .navbar-nav {
    padding-right:0px;
  }
  .navbar.fixed-top #main_nav .navbar-nav {
  padding-right:0px;
  }
  .footer-part-wid {
    float: left;
  }
  .nav-pills {
  display:flex;
  }
.fpcp-footer-box {
    margin-top: 10px;
    padding-top: 10px;
}    
.fpcp-tab-text-box h4 {
    position: relative;
    font-size: 15px;
    margin-bottom: 0px;
}   
  .pickDropTakenTime {
    flex-direction: row;
    gap: 0;
    align-items: start !important;
    padding: 0px 20px;
  }
  .detail-box strong {
  font-size: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {

  .pickDropTakenTime {
    padding: 0 10px;
  }
  .page-bus-listing .btn-booking-proceed-bus {
    position:relative;
    bottom:0px;
  }
  .page-bus-listing .btn-booking-proceed-bus.active-btn {
    bottom:0px;
  }

  /* Single row — teen columns side by side */
  .pickDropTakenTime.row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0;
  }

  /* Left — departure */
  .pickDropTakenTime .col-lg-5:first-child,
  .pickDropTakenTime .col-md-5:first-child {
    flex: 1 !important;
    width: auto !important;
    min-width: 0;
    padding-right: 4px;
  }

  /* Middle — connector */
  .pickDropTakenTime .col-lg-2,
  .pickDropTakenTime .col-md-2 {
    flex: 0 0 70px !important;
    width: 70px !important;
    margin: 0 !important;
    padding: 0 4px;
  }
  .review_body{
    height:50vh !important;
  }

  /* Right — arrival */
  .pickDropTakenTime .col-lg-5:last-child,
  .pickDropTakenTime .col-md-5:last-child {
    flex: 1 !important;
    width: auto !important;
    min-width: 0;
    padding-left: 4px;
  }

  /* Departure left align */
  .boarding-points-details {
    text-align: left !important;
  }

  /* Arrival right align */
  .dropping-points-details {
    text-align: right !important;
  }
  .dropping-points-details h4 {
    justify-content: flex-end !important;
    display: flex;
    align-items: center;
  }
  .dropping-points-details h4 i {
    order: 1;
    margin-left: 5px;
    margin-right: 0 !important;
  }

  /* Timing */
  .timing-head {
    font-size: 15px !important;
  }

  /* Location */
  .location-text {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px !important;
  }

  /* Boarding/dropping sub text */
  .boarding-points-details p,
  .dropping-points-details p {
    font-size: 10px !important;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
  }

  /* Middle connector */
  .bus-itinerary-connector {
    text-align: center;
  }
  .bus-itinerary-connector p {
    font-size: 10px !important;
    margin-bottom: 4px !important;
    text-align: center !important;
    white-space: nowrap;
  }

}
  .flight-back{
      flex-direction: column;
  }


  .location-text {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Boarding/dropping point text */
  .boarding-points-details p,
  .dropping-points-details p {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
  }
.fpcp-body-box h3 {
    position: relative;
    font-size: 15px;
}  
.page-bus-listing .bus-grid-v {
    overflow-x: scroll;
}
.fpcp-tab-type-box {
    margin: 5px 0px;
}
.btn-close-fpcp {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
}  

  .success-banner.success-type {
    margin-top: 115px;
    padding: 16px;
  }

  .img-booking-confirm {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    opacity: 1 !important;
    width: 100%;
  }
  

  .img-booking-confirm img {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover;
    border-radius: 10px;
  }

  /* Row stack */
  .success-banner .row {
    flex-direction: column;
  }

  .success-banner .col-md-8,
  .success-banner .col-md-4 {
    width: 100%;
  }

  /* Flex column + center */
  .success-banner .d-flex.gap-5 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    text-align: center;
  }

  .check-circle {
    margin: 0 auto;
  }

  .success-title {
    font-size: 17px;
    text-align: center;
  }

  .success-sub {
    font-size: 12px;
    text-align: center;
  }

  .pnr-box {
    width: 80%;
    margin: 0 auto;
  }

  .safe-box {
    margin-top: 16px;
  }
    .res-grid {
    flex-direction: column;
    border-radius: 10px;
  }

  .res-item {
    flex: unset;
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .res-item:last-child {
    border-bottom: none;
  }

  /* Label left side */
  .res-label {
    font-size: 10px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    min-width: 110px;
  }

  /* Value right side */
  .res-val {
    font-size: 13px;
    text-align: right;
  }

  .res-sub {
    font-size: 11px;
    text-align: right;
    margin-top: 1px;
  }

  /* Label + sub wrap */
  .res-item > div:not(.res-label) {
    text-align: right;
  }
.trust-bar {
    display: none;
}

.hotel-name-block h3 {
    font-size:16px;
}
.success-banner.success-type {
    margin-top: 115px;
}
    .FlightPriceComparePopup {
        position: fixed;
        width: 100%;
        padding:15px;
        transform: inherit !important;
        top: 50px;
        left: 0;
    }  
.bus-checkout-area {
    margin-top: 0px;
}    
.passenger-card-seat{
    margin-bottom: 15px;
}    
.gender-type .col-md-3{
    width: 100%;
} 
.gender-type .col-md-1 {
    width: 100%;
}
.title-area-fixed-with-top h5 {
    font-size: 18px;
    float:left;
}    
.pickDropTakenTime .col-lg-5.col-md-5{

    padding: 0px 5px;
}
.pickDropTakenTime .col-lg-2.col-md-2{
 
    padding: 0px;
}
.ticket-card-title {
    font-size: 13px;
    width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pickDropTakenTime hr{
    display: none;
}
.success-banner {
    margin-top:70px;
    padding: 8px;
    margin-bottom:0px;
}
.info-bar {
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 8px;
    padding: 5px 6px;
    font-size: 10px;
    color: #1565c0;
}
.thank-box {
    background: #fff8e1;
    border-radius: 6px;
    padding: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.thank-title {
    font-size: 12px;
}
.page-wrap {
    padding:0px 0px;
}


.title-area-fixed-with-top {
    position: sticky;
    top: 0px;
    padding: 10px 25px;
}    
.holiday-package-popular-tour-location-section {
    position: relative;
    width: 100%;
    padding: 0px 0px 25px;
}   
.page-bus-listing .bus-pickup-dropup-wrape .bus-pickup-drop-points-area {
    height: auto;
}
.explore-holidays-aresec {
    padding: 50px 0px 0px;
}    
.explore-holidays-package-image-box img {
    position: relative;
    width: 100%;
    height: 120px!important;
}    
.explore-holidays-slider .owl-nav{
    display: none;
}    
.destination-item a{
    position: relative;
    display: inline-block;
    width:100%;
}  
.explore-holidays-package-box a{
    position: relative;
    display: inline-block;
    width:100%;    
}
.explore-holidays-aresec .explore-holidays-package-box .explore-holidays-package-image-box img {
    position: relative;
    width: 100%;
    min-height: 120px !important;
}
.destination-item a img{
    width:100%;
}   
.flight-list-inner-page .search-btn {
    height: 60px;
}    
.bus-ticket-page .title-area .view-all-bus-services {
    right: 0;
    font-size: 14px;
}
.bus-ticket-page .title-area h5 {
    width: 70%;
}
.flight-booking-item .theme-btn{
    position: relative;
    right: inherit;
    top:inherit;
}       
.flight-booking-item .theme-btn i {
    display: none;
}    
    .flight-booking-item .flight-booking-price .theme-btn {
        padding: 2px 25px;
        width: auto;
        font-size: 14px;
        font-weight: 600;
        background: #fc9e25 !important;
        margin-top: 5px;
    }   
.RowMulticityTrip .flight-booking-item .flight-booking-price p {
    position: relative;
    font-size: 14px;
    float: left;
    line-height: 20px;
    top: 7px;
}  
.RowRoundTrip .flight-booking-item .flight-booking-time{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.wrap-booking-time-duration{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.flight-booking-duration{
    width:20%;
    text-align: end;
}
.flight-stop{
    margin-bottom: 18px;
}
.ReturnTripDetail4Flight .wrapper-footer{
    margin-right:0px;
}

.flight-booking-item .price-info .price-amount {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}    
.RowMulticityTrip .flight-booking-item .flight-booking-price {
    position: relative;
    width: 100%;
    float: inherit;
    display: inline-block;
    padding-left: 0;
    text-align: left;
    height: 100%;
    margin-left: 0%;
    margin-top: 0;
}    
.RowMulticityTrip .flight-booking-item .fbw-couple {
    position: relative;
    width: 100%;
    float: inherit;
    display: inline-block;
}    
    .flight-booking-item .start-time-icon {
        font-size: 20px;
        display: none;
    }    
.RowRoundTrip .flight-booking-wrapper .flight-booking-airline .flight-airline-img {
    position: relative;
    width: 100%;
    display: inline-block;
    float: inherit;
} 
.RowRoundTrip .flight-booking-wrapper .flight-booking-airline .flight-airline-img img{
    position: relative;
    width:30px;
    float: left;
    display: inline-block;
}
.RowRoundTrip .flight-booking-wrapper .flight-booking-airline .flight-airline-img .flight-airline-name {
    position: relative;
    top: 4px;
    float: left;
    margin-left: 10px;
}
.RowRoundTrip .flight-booking-wrapper .flight-booking-airline .flight-booking-price {
    position: relative;
    width: 85%;
    display: inline-block;
    float: inherit;
    text-align: left;
    padding-right: 0;
    margin-top: 0;
}
.authentication-card .card-header {
    padding: 5px 40px;
    margin-top: 60px;
    text-align: center;
}    
.authentication-card-text-box h1 {
    position: relative;
    font-size: 20px;
}    
.authentication-card-text-box {
    position: relative;
    width: 100%;
    padding: 0px 15px 20px 15px;
    text-align: center;
}
.authentication-card-text-box p {
    position: relative;
    font-size: 13px;
}
.authentication-wrapper {
    padding: 125px 0px 50px 0px;
}    
.flight-booking-item .flight-booking-time .start-time, .flight-booking-item .flight-booking-time .end-time {
    display: flex;
    gap: 5px;
}
.flight-checkout-area .mmtspecial h5 {
    font-size: 15px;
    position: relative;
    top: 9px;
}    
.flight-checkout-area .flight-booking-page-top1 p {
    font-size: 14px;
    padding: 0px 5px;
    display: inline-block;
    line-height: 18px;
    float: left;
}    
.flight-checkout-area .flight-booking-page-top1 h3 {
    font-size: 13px;
    background: #faceff;
    padding: 2px 4px;
    float: left;
}    
.flight-checkout-area .flight-booking-page-top1 {
    display: inline-block;
    justify-content: space-between;
}    
.flight-checkout-area .flight-booking-page-top h2 {
    font-size: 15px;
    font-weight: 700;
}   
.flight-checkout-area .flight-booking-page-top p {
    background: gray;
    padding: 2px 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.journey-grid {
        grid-template-columns: repeat(2, 1fr);
}
.baggage-grid {
    grid-template-columns: repeat(1, 1fr);
}
.booking-widget {
    background: var(--color-white);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
}    
 
.flight-booking-nav-right {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    gap: 10px;
    justify-content: start;
    margin-top:10px;
}  
.fpcp-tab-type-box {
    margin-top: 14px !important;
}
.fpcp-tab-type-box ul li span {
    font-size:13px;
}
.FlightGroupPictureBox{
    overflow-x: scroll;
}
.SingleFlightPictureBox{
    min-width: 300px;
}
.review_bottom{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.flight-checkout-area .baggage-system {
    flex-direction: column;
    gap: 0px;
}
.text-muteds{
        width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.flight-booking-link {
   background: #f9f9f9;
   padding: 5px 10px;
   color: #111;
   border-radius: 6px;
  margin-top: 10px;
}
.title-area-fixed-with-top {
    display: inline-block !important;
}    
   
.flight-booking-item .flight-booking-airline {
    display: flex !important;
    gap: 5px;
    margin-bottom: 10px;
}
.bus-upper-seats .steering-wheel-wrap {
    display: none;
}   
.flight-search .search-form-swap {
    left: 0;
    top: -30px;
    transform:inherit; 
    right: 0;
}    
.flight-list-inner-page .flight-search-item.active-round-trip .col-lg-3:first-child {
    width: 100%;
}
.flight-list-inner-page .flight-search-item.active-round-trip .col-lg-3:nth-child(2) {
    width: 100%;
}
.flight-list-inner-page .flight-search-item.active-round-trip .col-lg-3:nth-child(3) {
    width: 100%;
}
.subscribe_form {
    float: left;
}    
.bus-checkout-area h3 {
    font-size: 18px;
}   
.bus-checkout-area h4 {
    font-size: 18px;
}
#busCheckoutForm .form-check {
    display: inline-block;
}
#busCheckoutForm .btn.btn-primary{
    margin-bottom: 15px;
}
.bus-checkout-area .d-flex {
    position: relative;
    width: 100%;
    max-width: 100%;
    gap: 12px;
} 
.flight-book-head{
    display: flex;
    flex-direction: column;
}

.p-4 {
    padding: 10px !important;
}    
.title-area-fixed-with-top h5 {
    float: left;
}    
.page-bus-listing .bus-seat-availablity-wrape {
    width: 100%;
    float: inherit;
}    
.page-bus-listing .bus-pickup-dropup-wrape {
    width: 100%;
    float: inherit;
}
.page-bus-listing .bus-lower-seat-wrape, .bus-upper-seat-wrape {
    margin-bottom: 15px;
}
.page-bus-listing .bus-list-item {
    position: relative;
    width: 100%;
    padding: 20px 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e0e0;
    box-shadow: 0 0 10px #ccccccb5;
    background: #fff;
}    
.page-bus-listing .bus-aminities-wrape .btn4bus-aminities {
    margin-right: 5px;
}    
.bus-seat-availablity-wrape .col-lg-6{
    width: 100%;
}    
.page-bus-listing .bus-seats-wrape {
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: left;
}   
  .day-desc-top{
  flex-direction:column;
  }
  .day-desc-img{
  width:100%;
    height:220px;
    
  }
    .page-bus-listing .bus-aminities-area {
        width: 100%;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #f77919;
        font-size: 13px;
        margin-bottom: 15px;
    } 
.page-bus-listing .bus-aminities-wrape {
    width: 100%;
    position: relative;
    float: inherit;
    display: inline-block;
}    
.page-bus-listing .bus-tags-area .bus4tag {
    width: auto;
    border: 1px solid #f77919;
    border-radius: 4px;
    margin-right: 2.5px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}    
.page-bus-listing .bus-list-item .place-content .title-area .bus-timing-wrape .departure-time {
    position: relative;
    width: 40%;
}  
.page-bus-listing .bus-list-item .place-content .title-area .bus-timing-wrape .journey-time {
    position: relative;
    width: 60%;
}
.page-bus-listing .bus-list-item .place-content .title-area .bus-price-wrape {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    display: inline-block;
}
.filteredListBox2u.booking-item label {
    color: #999;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    top: -2px;
}    
.page-bus-listing .bus-list-item .place-content .title-area .bus-title-wrape {
    position: relative;
    width: 100%;
    float: inherit;
    display: inline-block;
}
.page-bus-listing .bus-list-item .place-content .title-area .bus-timing-wrape {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
}
    .bus-ticket-page .bus-ticket-item-list .bus-ticket-img {
        width: 100%;
        float: inherit;
        max-height: inherit;
    }  
.bus-ticket-page .bus-ticket-content {
    position: relative;
    width: 100%;
    float: inherit;
    height: 100%;
    display: inline-block;
    padding: 15px 0px;
}
    
    
    
    .flight-booking-item .flight-airline-img {
        width: 40px;
    }    
.col-lg-8.col-xl-9 .col-lg-12.flight-card-container{
   padding-left: 0;
   padding-right: 0;
}    
    
.footer-widget .footer-menu.active {
    display: block;
    margin-left: 7px;
}    
.nav-link .fa-solid, .fas {
    font-weight: 900;
    color: #f87918;
} 
  .search-nav {
  max-width:94%;
  }
.rating-pill{
    display: none;
}
.tabsticky {
    top: 62px;
    padding: 8px 10px ;
}
.mviewLoginSignUp{
    display: block;
}    
    .navbar .nav-item .nav-link {
        font-size: 14px;
        border: 1px solid #ccc;
        padding: 10px 12px;
        margin: auto;
        max-width:90%;
        margin-bottom: 10px;
        border-radius: 15px;
    }    
.flight-search .search-form .flight-type .form-check-input {
    position: relative;
    top: -4px;
}    
.flight-page-section .flight-item-list {
    margin-bottom: 15px;
}    
.flight-page-section .flight-item-list .flight-img {
    position: relative;
    width: 100%;
}
.flight-page-section .flight-content {
    position: relative;
    width: 100%;
}
.footer-widget .footer-menu {
    display: none;
}
.fpcp-tab-price-box {
    position: relative;
    min-width: 300px;
    width:95%;
    display: inline-block;
    border: 2px solid #33333357;
    text-align: left;
    border-radius: 8px;
    margin: 5px auto;
}    
#main_nav .navbar-nav {
    display: inline-block;
    position: absolute;
    background: #fff;
    left: 0;
    width: 60%;
    height: 100%;
    padding-top: 25px;
}  
.fpcp-tab-text-box {
    position: relative;
    width: 100%;
    display: none;
    overflow: auto;
    height:auto;
}
.SlideSideFilter{
    display: inline-block;
}    
.booking-sort .nice-select{
    display: none;
}    
.sideFilter{
    display: none;
}    
.hotel-list.hotel-list-page .booking-sort{
    display: none;
}
.filteredListBox2u.active {
    display: block;
}
.hotel-room-only {
    padding: 0px 15px;
    font-size: 14px;
}    
.hotel-srandard-room {
    padding: 0px 10px;
    font-size: 14px;
}    
.hotel-list-inner-page .col-lg-2 {
    width: 100%;
}    
.hotel-list-inner-page .col-lg-3 {
    width: 100%;
}    
.widget .recent-post-bio h6 {
    font-size: 16px;
}    
.faq-area.page-faq{
    padding: 30px 0px;
}    
.page-privacy-policy {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}    
.page-breadcrumb img {
    position: relative;
    width: 100%;
    height: 100%;
}    
.page-breadcrumb .page-breadcrumb-title-area {
    padding-top: 60px;
}    
.page-breadcrumb .breadcrumb-title {
    font-size: 24px;
    margin-bottom: 5px;
}  
.page-breadcrumb {
    position: relative;
    width: 100%;
    margin-top: 60px;
    height:160px;
    overflow: hidden;
}
.blog-area.blog-list-page {
    padding: 30px 0px;
}    
.hotle-detail-page .hotel-rooms-type-area .hrda-box {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}    
.hotel-description-section-text-area {
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
}    
.hotle-detail-page .listing-slider img {
    height: 286px;
    margin-bottom: 15px;
    
}    
.search-area.search-common.hotel-detail-page .col-lg-3{
    width: 100%;
}  
.hotel-detail-page .col-lg-2 {
    width: 100%;
}  
    .tour-package-day-plan-list-box.tppdsticky ul li:last-child:after {
        display: none;
    }
  .pkg-row{
    flex-direction:column;
  }


.tour-package-day-plan-group-list-box .tour-package-day-plan-view-box.tpdpvbsticky {
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-left: 0;
    border-left: 0;
    float: inherit;
    margin-top: 25px;
}    
.tour-package-day-plan-list-box.tppdsticky ul li{
    width: 100%!important;
}    
.tour-package-including-point-list321-box {
    height: auto;
    top: 63px;
    padding: 10px 0px;
}
  .tour-package-including-point-list321-box ul{
    display:flex;
    gap:10px;
    align-items:center;
    overflow-x:scroll;
  }
.flight-booking-item .flight-booking-content {
    flex-direction: column;
    align-items: start;
    gap: 0px;
}
.flight-booking-detail {
    margin-top: 9px;
    padding-top: 3px;
}
.fpcp-tab-price-group-box {
    overflow-x: scroll;
    display: flex;
    gap: 12px;
}

.guest-detail-area {
    padding: 0px;
}
.booking-container {
    padding: 0px;
    background: transparent;
}
.mine-book-complete{
    flex-direction: column;
}
.bus-booking-text{
    font-size: 12px;
}
.tour-package-including-point-list321-box ul li {
    position: relative;
    width: 100%;
    white-space:nowrap;
    float: left;
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}    
.listing-feature-content span {
    color: #0d151e;
    font-size: 12px;
}    
.listing-feature {
    display: flex;
    gap: 5px;
    width: 100%;
}    
.listing-feature-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f77a18;
    border-radius: 50px 50px 50px 0;
    font-size: 12px;
    text-align: center;
    color: var(--color-white);
}    
.listing-feature-row .col-md-6.col-lg-3{
    width: 50%;
}    
.tpdp-tab .tablinks {
    position: relative;
    display: inline-block;
    border: none;
    background: #f8f9f6;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}    
.tour-package-thumb-images-slider .tour-image-gallery img{
    width: 100%;
    border-radius: 4px;
}    
.tour-detail-image-box{
    display: none;
}    
.tour-package-gallery-images{
    display: none;
}    
.tour-package-gallery-images-slider{
  display: inline-block;
}      
.tour-detail-header-info h4{
    font-size: 20px;
}  
.tour-detail-header-info p{
    font-size: 13px;
}    
.tour-list-inner-page .flight-search-item .col-lg-2 {
    width: 100%;
}    
.search-form-swap {
    position: absolute;
    left: 0px;
    top: -30px;
    transform: inherit;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    width: 40px;
}    
.tour-list-inner-page .flight-search-item .col-lg-3 {
    width: 100%;
}    
.triplodge-offers-coupon-text-box p {
    position: relative;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}    
.triplodge-offers-coupon-text-box h3 {
    position: relative;
    font-size: 15px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}    
.triplodge-offers-coupon-image-box {
    position: relative;
    width: 100%;
    margin-right: 0;
    float: inherit;
}    
.triplodge-offers-coupon-text-box {
    position: relative;
    width: 100%;
    float: inherit;
    height: 100%;
    padding: 15px;
}
.triplodge-offers-coupon-area .tab h2 {
    position: relative;
    font-size: 24px;
    float: inherit;
    display: inline-block;
    margin: 0px 50px 0px 0px;
    width: 100%;
}    
.holiday-package-explore-holidays-section .owl-nav {
    display: none;
}    
.explore-holidays-package-box .explore-holidays-package-image-box img {
    position: relative;
    width: 100%;
    min-height: 110px;
}    
.popular-tour-places-slider .owl-nav {
    display: none;
}    
.popular-tour-places-slider .destination-item .destination-img img {
    position: relative;
    width: 100%;
    height: 120px !important;
}    
.holiday-package-offer-slider .owl-nav {
    position: absolute;
    top: 32%;
    width: 100%;
    z-index: 2;
}    
.holiday-package-offer-slider-img img{
    height: 140px!important;
}    
.holiday-package-list-page .flight-search-item .col-lg-3 {
    width: 100%;
}  
.holiday-package-list-page .flight-search-item .col-lg-2 {
    width: 100%;
}  
.search-area.flight-search.flight-list-inner-page {
    margin-top: 140px !important;
    position: relative;
    width: 100%;
    background: #fff;
}    
.flight-list-inner-page .flight-search-item .col-lg-3 {
    width: 100%;
}
.flight-list-inner-page .flight-search-item .col-lg-2 {
    width: 100%;
}
.subscribe_form input::placeholder {
    position: relative;
    font-size: 12px;
}     
    .subscribe_form input {
        position: relative;
        width: 70%;
        height: 42px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 4px 0px 0px 4px;
        padding: 0px 15px;
    }    
    .subscribe_form button {
        position: absolute;
        top: 0;
        right: 0px;
        width: 30%;
        background: #F87919;
        color: #fff;
        height: 42px;
        border-radius: 0px 4px 4px 0px;
        border: 1px solid #F87919;
        font-size: 12px;
    }    
.choose-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f77a18;
    border-radius: 50px;
}  
.flight-search .search-form .flight-type .form-check-label {
    font-weight: 500;
    color: #0d151e;
    font-size: 13px;
}
.form-check-inline {
    display: inline-block;
    margin-right: 5px;
}  
.choose-item p {
    font-size: 13px;
    line-height: 18px;
}
.choose-area .row.align-items-center .col-lg-6:last-child{
    display: none;
}
.choose-item {
    display: flex;
    gap: 5px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    position: relative;
    padding: 5px 15px;
    border-radius: 100px 100px 100px 0;
    margin-bottom: 15px;
    transition: var(--transition);
}
.choose-item .icon img {
    width: 32px;
    filter: brightness(0) invert(1);
}
.choose-item .content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}    
.site-heading h2{
    font-size: 24px;
}    
.site-heading p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.img-qr-code4you {
    height: 90px !important;

}    
    .btn-apple-store {
        width: 115px;
        display: block;
    }
    .btn-google-play{
        width: 115px;
        display: block;        
    }
.img-apple-store {
    display: block;
    height: auto;
}        
    .img-google-play {
        display: inline-block;
        height: auto;
    }    
.app-store-textarea p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}    
    .app-downloader-area {
        position: relative;
        width: 100%;
        display: inline-block;
    }   
.app-store-textarea {
    position: relative;
    width: 100%;
    float: inherit;
}  
.app-store-textarea h1 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px 5px 0px;
}  
.app-download-area {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
}     
.unique-place-area {
    position: relative;
    width: 100%;
    padding: 30px 0px 0px 0px;
}    
.unique-place-area .unique-place-box .unique-place-image-box {
    position: relative;
    height: 80px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}    
.tlu-section-title {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}
.tlu-section-title h2 {
    position: relative;
    font-size: 20px;
    margin: 0px;
}    
.unique-place-dview{
    position: relative;
    display: none;
}
.unique-place-mview{
    position: relative;
    display:inline;
}
.search-form .passenger-total {
    border-radius: 12px;
    padding: 2.4px 0px;
    color: #0d151e;
    font-size: 16px;
    font-weight: 700;
}    
.hotel-search-wrapper label {
    color: #999;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}    
.search-form .form-control {
    border-radius: 12px;
    padding: 5px 0px;
    box-shadow: none;
    color: #0d151e;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
}    
.search-form .form-group {
    position: relative;
    padding: 15px;
    border-radius: 6px;
    background: rgb(247 122 24 / 8%);
    min-height: auto;
}    
.search-wrapper .tab-content {
    background: var(--color-white);
    padding: 15px!important;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
}    
.home-3 .main {
    margin-top: -60px;
}    
    .search-nav {
        border-radius: 6px;
        padding: 4px 0px;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }  
    .search-nav .nav-link {
        background: rgb(247 122 24 / 8%);
        border-radius: 6px;
        padding: 6px 5px;
        font-weight: 500;
        color: #0d151e;
        position: relative;
        transition: none;
        width: 100%;
        text-align: center;
        font-size: 12px;
        min-height:70px;
    }  
.tlu-package-type{
    display: none;
}    
.search-nav .nav-link i {
    color: #f77a18;
    display: block;
    font-size: 18px;
}    
    .hero-section .container {
        max-width: 97%;
        padding: 0px;
    }
    .search-nav .nav-item {
        margin: 5px;
        width: 29%;
 
.search-nav .nav-link {
    background: rgb(247 122 24 / 8%);
    border-radius: 6px;
    padding: 6px 16px;
    font-weight: 500;
    color: #0d151e;
    position: relative;
    transition: none;
    width: 100%;
}       
    .search-nav {
        border-radius: 6px;
        width: 100%;
    }
.home-3 .search-header {
    /* justify-content: center; */
    /* flex-direction: unset; */
    margin: unset;
    position: relative;
    width: 100%;
    display: inline-block;
}        
    .search-nav .nav {
        justify-content: center;
        position: relative;
        width: 100%;
        display: inline-block;
    }    
    .search-nav {
        border-radius: 6px;
    }    
    .navbar-collapse {
        max-height: inherit;
        border-radius: 6px;
        margin-top: 5px;
    }    
.hotel-srandard-room {
    position: relative;
    display: inline-block;
    background: #f8791a4a;
    border-radius: 4px;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 14px;
    color: #000;
}
.hotel-room-only {
    position: relative;
    display: inline-block;
    background: #ffa90347;
    border-radius: 4px;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}    
.booking-sidebar .booking-item {
    margin-bottom: 15px;
}    
.hotel-list-page {
    margin-top: 26px;
}    
    .search-form .form-group {
        margin-bottom: 13px;
    }    
.hotel-list-inner-page .search-wrapper .search-box {
    background: transparent;
    padding: 10px 0px 10px 0px;
    border-radius: 20px;
    box-shadow: none;
    position: relative;
    width: 100%;
    padding: 15px;
}
.hotel-list-inner-page .col-lg-2 {
    width: 100%;
}
.hotel-list-inner-page .col-lg-3 {
    width: 100%;
}    
.search-area.search-common.hotel-list-inner-page {
    margin-top: 10px !important;
}    
.btn-google-play {
    width: 115px;
    display: block;
}
    .img-qr-code4you {
        height: auto;
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: 24px;
        right: 0;
        height: 86px !important;
    }
.btn-apple-store {
    width: 115px;
    display: block;
}    
.home-3 .hero-single {
    padding-bottom: 75px;
}    
.unique-place-area .col-lg-2 {
    width: 25%;
}
.unique-place-area .unique-place-box .unique-place-image-box img {
    position: relative;
    height: 60px;
    transition: all .5s ease-out;
    width: 100%;
}
.unique-place-area .unique-place-box {
    margin-bottom: 10px;
}
.unique-place-area .unique-place-box .unique-place-name-box a {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    top: -5px;
}
.unique-place-area {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}
.tlu-section-title h2 {
    position: relative;
    font-size: 20px;
    margin: 0px;
}
.search-area {
    top: 40px;
}
    .search-area .container {
        max-width: 100%;
        padding: 0;
    }

.app-store-textarea {
    position: relative;
    width: 100%;
    float: left;
}
.img-google-play {
    display: inline-block;
    height: auto;
}
.img-apple-store {
    display: inline-block;
    height: auto;
}
.app-store-textarea h1 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px 5px 0px;
}
.app-store-textarea p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
}
.choose-area h2 {
    font-size: 20px;
} 
.choose-img {
    text-align: right;
    position: relative;
    display: none;
}
.subscribe_form input::placeholder {
    position: relative;
    font-size: 12px;
}  
.subscribe_form input {
    position: relative;
    width: 70%;
    height: 42px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
    padding: 0px 15px;
}
.subscribe_form button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 30%;
    background: #F87919;
    color: #fff;
    height: 42px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #F87919;
    font-size: 12px;
}
    .footer-menu-button {
        position: relative;
        background: #f77a1830;
        border: none;
        color: #0D151E;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        padding: 0px 15px;
        height: 40px;
    }
.footer-menu-button i {
    position: absolute;
    font-size: 14px;
    right: 15px;
    top: 12px;
}
.choose-item .content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.choose-item p {
    font-size: 12px;
    line-height: 18px;
} 
}
