/*@import url('flaticons/flaticons.css');*/
/*: p #0e90b8, #077e4e and #835863*/
@import url('default.css');
small{
  font-size: 85%;
  color: var(--gray)
}
ul li, ol li{
  line-height: 1.6;
  padding-left: 10px
}
ul li+li, ol li+li{
  margin-top: 8px;
}
/* start */
.top-bar{
  padding: 4px 0 5px;
  transition: ease-in-out 0.15s;
  background: var(--tertiary);
  color: #fff;
  font-size: 15px;
}
.top-bar a{
  color: #fff;
  padding: 4px 0;
}
.top-bar a:hover{
  text-decoration: underline;
  color: #fff
}
header{
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  background: #fff;
  position: sticky;
  top: 0; z-index: 99
}
header .btn+.btn{
  margin-left: 5px;
}
.logo{
  display: block;
  max-width: 120px;
  transition: ease-in-out 0.2s
}
.fixed .logo{
  max-width: 100px;
}
header.fixed{background: #f7f7f7; z-index: 9999}

/*search*/
.search-icon-input-wrap{max-width: 250px; position: relative; margin: 0 0 0 auto}
.search-icon-input-wrap .form-control{
  padding-left: 35px
}
.search-icon-input-wrap .form-control:focus{
  /*box-shadow: 0 1px 8px 0 rgba(0,0,0,.1)*/
}
.search-icon-input-wrap i{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777;
  width: 38px;
  font-size: 20px
}
.search-main-wrap{
  position: absolute;
  width: 100%;
  max-width: 600px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  transition: all ease-in-out 0.2s;
  background: #fff;
}
.search-main-wrap.focused{
  position: absolute;
  width: 100%;
  max-width: 600px;
  min-width: 500px;
  z-index: 1030;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: var(--rad);
  box-shadow: 0px 15px 12px 0px rgb(0 0 0 / 30%)
}
/*.search-main-wrap.focused:before{
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: -1; content: '';
}*/
.search-main-wrap.focused .search-criteria-box{
  height: auto;
  max-height: 75vh;
  overflow-y: auto;
  opacity: 1;
  padding-top: 15px;

}
.search-criteria-box{
  height: 0;
  opacity: 0;
  transition: ease-in-out 0.2s;
  text-align: left;
  overflow: hidden
}

body.open-search{
  overflow: hidden
}
.checkbox-inline, .radio-inline{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.owl-mini .item{
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
  color: var(--font-color);
  padding: 5px;
  position: relative;
  background: #fff
}
.trending{
  display: inline-block;
  padding: 2px 4px;
  border-radius: 0;
  font-size: 8px;
  font-weight: 400;
  background: linear-gradient(45deg, var(--secondary) 80%, var(--primary) 20%);
  color: #fff;
}
.owl-mini .item .trending{
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

.owl-mini .item img{
  opacity: 0.70;
  transition: ease-in-out 0.15s
}
.owl-mini .item:hover img{
  opacity: 1
}
.owl-mini .item img{
  display: block;
  margin: 0 auto 5px;
  max-width: 35px;
}
.fixed .owl-mini .item img{
  max-width: 30px
}
.owl-mini .item:hover{
  border: 1px solid var(--secondary)
}
.owl-carousel img{
  border-radius: 0;
}
.owl-carousel a.item{
  display: block;
  width: 100%
}
.owl-sm a.item{
  position: relative;
  z-index: 0
}
.owl-sm a.item:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0);
  z-index: 1;
  border-radius: var(--rad)
}
.owl-sm a.item:hover:before{
  background: rgba(0,0,0,0.5);
  transition: ease-in-out 0.15s
}
.owl-sm a.item p{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: ease-in-out 0.15s;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap
}
.owl-sm a.item:hover p{
  opacity: 1;
}
.owl-sm.owl-theme .owl-dots{
  bottom: 0;
}
.owl-sm.owl-theme{
  padding-bottom: 35px
}

.owl-sm.owl-theme .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  background: #999;
  margin: 0 3px
}
.owl-sm.owl-theme .owl-dots .owl-dot.active span{
  background: var(--tertiary)
}

.owl-lg.owl-theme .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  background: #999;
  margin: 0 5px
}
.owl-lg.owl-theme .owl-dots .owl-dot.active span{
  background: var(--secondary)
}


/*product item within carousel*/
.item.product-card{
}
.product-card-image{
  position: relative
}
.product-card-image a{
  display: block
}
.product-card-image a img{
  width: 100%
}
.product-discount-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 6px 12px;
  background: var(--secondary);
  color: #fff;
  font-size: 12px;
  border-radius: 0;
}

.product-card-content{
  display: block;
  width: 100%;
  padding: 15px 0;
}
.product-card-content h6{
  font-weight: normal;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
}
.product-card-content h5{
  font-weight: 500;
  color: var(--black);
  font-size: 20px
}
.product-card-content h5 span{
  font-weight: 400;
  color: var(--gray);
  font-size: 85%;
  padding-left: 10px
}
.product-card-content p{
  font-weight: normal;
  color: var(--gray);
  font-size: 14px
}
.product-card-content p small{
  font-weight: normal;
  color: var(--gray);
  font-size: 12px
}
.small-desc-rating{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gray)
}
.small-desc-rating span{
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 5px
}
.small-desc-rating span i{
  font-size: 20px
}
.item-action-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px
}
.item-action-buttons .btn{
  padding: 9px 12px;
  min-width: 48%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  border-radius: 0
}
.item-action-buttons .btn i{
  font-size: 20px;
  padding: 0;
}
footer{
  background: #37475a;
  margin-top: 150px;
  font-size: 14px;
  color: rgba(255,255,255,0.5)
}
.footer-content{
  margin-top: -120px;
  background: #fff;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
  font-size: 16px;
}

.copyright{
  background: #232f3e;
  font-size: 14px;
}
.footer-logo{
  max-width: 150px;
}
footer h5{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative
}
footer h5:before{
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ccc;
  z-index: 5;
  bottom: 0;
}
.footer-links{
  padding: 0;
  margin: 0
}
.footer-links li{
  display: block;
  padding: 0;
  line-height: 1.4;
  margin: 0
}
.footer-links li a{
  font-size: 14px;
  display: block;
  padding: 6px 2px;
  color: #000;
  text-decoration: none;
  transition: ease-in-out 0.1s;
}
.footer-links li a:hover{
  color: var(--secondary);
}

.footer-social{
  padding: 0;
  margin: 0
}
.footer-social li{
  display: inline-block;
  padding: 0;
  margin: 0
}
.footer-social li a{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: var(--c555);
  border: 1px solid #aaa;
  border-radius: 50%;
  text-decoration: none;
  transition: ease-in-out 0.1s;
}
.footer-social li a:hover{
  color: var(--white);
  border-color: var(--secondary);
  background: var(--secondary);
}
.footer-social li a svg{
  fill: #555555;
  transition: ease-in-out 0.1s
}
.footer-social li a:hover svg{
  fill: #fff;
}

footer p{
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ccc
}
footer h6{
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
  margin-top: 30px
}
footer h6:last-child{
  margin-top: 0
}
footer p a{
  font-size:12px;
  display: inline-block;
  padding: 1px 8px 1px 12px;
  color: #ccc;
  transition: ease-in-out 0.15s;
  position: relative
}
footer p a:before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ccc);
  content: ''
}
footer p a:hover:before{
  background: var(--secondary);
  transition: ease-in-out 0.15s;
}
footer p a:hover{
  color: var(--secondary);
}

.item.advertisement{
  position: relative;
}
.ad-content{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  padding: 20px;
  border-radius: var(--rad)
}
.ad-content h3{
  color: #fff;
  margin: 0;
  line-height: 1
}
.ad-content p{
  color: #fff;
  margin: 0;
  line-height: 1.2
}
.ad-content hr{
  margin: 2px 0;
  border-color: rgba(255,255,255,0.8)
}
.divider-h{
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background: linear-gradient(270deg,hsla(0,0%,100%,.05) -.13%,hsla(0,0%,88%,.05) 0,#f3a374  49.17%,hsla(0,0%,88%,.05))
}


/*chat css*/
.floating-chat {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.chat-box {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 350px;
  min-height: 200px;
  border-radius: var(--rad);
  box-shadow: 0 0 20px #00000029;
}
.chat-content {
  padding: 10px;
}

.chat_icon i{
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer
}
.chat_icon i.la-comment{
  background: var(--secondary);
  animation: pulse2 linear 1000ms infinite
}
.chat_icon i.la-times{
  background: var(--primary);
}

.inner-banner{
  padding: 0;
  position: relative;
  height: 120px;
  background-color: #f1dfe394;
  background-color: linear-gradient(0deg, #f1dfe394 0%, #ffffff 100%);
}
.inner-banner h1{
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  letter-spacing: 1px;
  color: var(--gray);
  text-align:center;
  min-width: 90%
}

header.sticky-top{
  background: #fff;
}
.modal.modal-no-header-footer img{
  border-radius: 0!important;
}
.modal-form-wrap{
  padding: 20px 20px 20px 0
}
.line{
  width: 35px;
  height: 3px;
  display: block;
  margin: 0 auto 20px;
  background: var(--primary)
}

/*.row-fixed-fluid{gap: 20px}
.col-fixed-250{
  flex: 0 0 250px;
  width: 250px;
}
.col-fluid{
  flex: 1
}
*/

.customer-nav{
  background: #f9f9f9;
  border: 1px solid var(--primary);
  border-radius: 0;
  position: sticky;
  top: 90px;
  z-index: 99
}
.customer-nav ul{
  width: 100%;
  border: 0;
  padding: 0
}
.customer-nav ul .nav-item{
  width: 100%;
  padding: 0;
  margin: 0
}
.customer-nav ul .nav-item .nav-link{
  width: 100%;
  border: 0;
  border-top: 1px solid var(--primary);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 0;
  transition: ease-in-out 0.2s
}
.customer-nav ul .nav-item .nav-link i{
  font-size: 18px
}
.customer-nav ul .nav-item .nav-link:hover{
  background: #4ec2e5;
  color: #fff;
  padding-left: 22px
}
.customer-nav ul .nav-item .nav-link.active{
  background: var(--primary);
  color: #fff;
}
.login-image-wrap{
}
.login-image-wrap img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center
}
.customer-info-block{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  flex-direction: column;
  text-align: center;
  border-radius: var(--rad) var(--rad) 0 0
}
.profile-image{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 5px 5px 15px #ccc;
}
.profile-image label.btn{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  opacity: 0;
  transition: ease-in-out 0.2s
}
.profile-image:hover label.btn{
  display: flex;
  opacity: 1
}

.profile-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-page-heading{
  border: 1px solid var(--brdre);
  padding: 16px 10px 12px 70px;
  border-radius: 0;
  background: #fbfbfb;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative
}
.customer-page-heading img {
  width: 50px;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid var(--brdre);
  background: #fff;
  padding: 5px
}
.dropdown-toggle{
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dropdown-toggle img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden
}
/*customer booking list*/
.booking-card {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.booking-header {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.booking-details {
  font-size: 0.9rem;
  color: #555;
}
.booking-details p{
  margin-bottom: 5px;
}
.booking-actions {
  margin-top: 16px;
}
.modal p{
  margin-bottom: 10px
}


/*ppayment page*/
.payment-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.payment-header {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.summary-box {
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}

/*my review*/
.trip-card {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}

.trip-header {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.trip-details {
  color: #555;
  margin-bottom: 15px;
}

.star-rating {
  font-size: 1.2rem;
  color: #f5c518;
  margin-bottom: 10px;
}

.table-review tr td:last-child{
  white-space: nowrap
}
.table-review .btn.btn-sm{
  font-size: 16px;
  padding: 0;
  min-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.table-review .rating-star{
  white-space: nowrap;
  font-size: 20px;
  color: #aaa
}
.table-review .rating-star.one i.las{
  color: #ff4545
}
.table-review .rating-star.two i.las{
  color: #ffa534
}
.table-review .rating-star.three i.las{
  color: #ffe234
}
.table-review .rating-star.four i.las{
  color: #83bc15
}
.table-review .rating-star.five i.las{
  color: #289a05
}

/*wish list*/
.wishlist-header {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.wishlist-item {
  margin-bottom: 25px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wishlist-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.wishlist-price {
  font-size: 1.3rem;
  font-weight: 500;
  color: #007bff;
  margin-bottom: 10px;
}

.wishlist-description {
  color: #555;
  margin-bottom: 20px;
}

.wishlist-actions {
  display: flex;
  justify-content: flex-start;
}

.wishlist-actions button {
  margin-right: 10px;
}

/*notifications*/

.notifications-header {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.notification-item {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0;
  background-color: #f8f9fa;
  border-left: 5px solid #007bff;
}

.notification-item:nth-child(even) {
  border-left-color: #28a745;
}

.notification-item:nth-child(odd) {
  border-left-color: #dc3545;
}

.notification-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.notification-description {
  color: #555;
  margin-bottom: 10px;
}

.notification-timestamp {
  font-size: 0.9rem;
  color: #888;
}

.notification-actions {
  margin-top: 10px;
}

.notification-actions button {
  margin-right: 10px;
}
















/*details page*/
.details-gallery{
}
.details-gallery .gallery-item+.gallery-item{
  margin-top: 12px
}
.gallery-item{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #000;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  border-radius: var(--rad);
}
.gallery-item img{
  opacity: 1;
  transform: scale(1);
  transition: ease-in-out 0.2s;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
}
.gallery-item:hover img{
  opacity: 0.65;
  transform: scale(1.05);
}
.gallery-item .image-hover{
  position: absolute;
  opacity: 0;
  left: 20px;
  right: 20px;
  bottom: -50px;
  transition: ease-in-out 0.2s;
  margin: 0;
  text-align: center
}
.gallery-item:hover .image-hover{
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1
}
.gallery-item .image-hover p{
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px
}
.gallery-item .image-hover i{
  text-align: center;
  font-size: 30px;
  color: #fff
}

.modal.full-screen{
}
.modal.full-screen .modal-dialog{
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.modal.full-screen .modal-content{
  min-height: 100vh;
  position: relative;
  border: 0;
  border-radius: 0;
}
.modal.full-screen .modal-body{
  padding: 0
}
.modal.full-screen .modal-content .btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5
}
.mb-gx3{
  margin-bottom: 12px;
}
.mb-gx4{
  margin-bottom: 24px;
}
.tab-underlined{
}
.tab-underlined .nav-item{
  margin: 0
}
.tab-underlined .nav-item+.nav-item{
  margin-left: 20px
}

.tab-underlined.nav-tabs .nav-link{
  padding: 10px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: var(--secondary);
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
}
.tab-underlined.nav-tabs .nav-link.active,
.tab-underlined.nav-tabs .nav-link:hover{
  color: var(--primary);
  border-bottom-color: var(--primary)
}
.modal .gallery-item .image-hover p{
  font-size: 14px;
  margin-bottom: 5px
}
.modal .gallery-item .image-hover i{
  font-size: 24px;
}
/*.fancybox-thumbs__list{width: 100% !important; display: flex; align-items: center; gap: 10px; justify-content: center; overflow-x: auto}
.fancybox-thumbs__list a{display: inline-flex; width: 100px}*/


.tour-length *{
  line-height: 1.2
}

.tour-included i{
  margin-right: 5px;
  font-size: 20px
}

.tour-duration-thumb{
  position: relative;
  width: 145px;
}
.tour-duration-thumb img{
  margin-bottom: 6px;
  border: 2px solid transparent;
  padding: 2px;
}
.tour-duration-thumb.active img{
  border: 2px solid var(--tertiary)
}
.tour-duration-thumb p{
  margin: 0;
  line-height: 1.2;
  text-align: center;
  color: var(--tertiary)
}
.tour-duration-thumb p small{
  color: var(--font-color);
}

.tour-route{
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: var(--rad);
  color: var(--font-color)
}
.tour-route .item-check{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: var(--tertiary);
  color: #fff;
  padding: 5px 6px;
  border-radius: 0 5px 0 15px;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center
}
.tour-route.active .item-check{
  display: inline-flex
}
.tour-route.active, .tour-route:hover{
  border: 1px solid var(--tertiary);
  color: var(--tertiary)
}


.tour-staycat{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 8px 30px;
  border-radius: var(--rad);
  color: var(--font-color);
  margin: 0 10px 10px 0;
}
.tour-staycat .item-check{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: var(--tertiary);
  color: #fff;
  padding: 5px 6px;
  border-radius: 0 5px 0 15px;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center
}
.tour-staycat.active .item-check{
  display: inline-flex
}
.tour-staycat.active, .tour-staycat:hover{
  border: 1px solid var(--tertiary);
  color: var(--tertiary)
}


.tour-detail-tabs{
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}
.nav-pills .nav-item{
  padding: 0
}
.nav-pills .nav-item+.nav-item{
  margin:0 0 0 10px;
}
.nav-pills .nav-item .nav-link{
  border: 1px solid #ddd;
  background: #fbfbfb;
  padding: 8px 20px;
  margin: 0;
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
}
.nav-pills .nav-item .nav-link.active,.nav-pills .nav-item .nav-link:hover{
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.stickytop-rightsidebar{
  position: sticky;
  top: 5px;
  z-index: 10
}

.sidebar-widget{
  border: 1px solid var(--brdre);
  border-radius: var(--rad);
  padding: 15px 20px;
}
.sidebar-widget+.sidebar-widget{
  margin-top: 15px;
}
.sidebar-widget .trending{
  padding: 4px 12px;
  font-size: 11px;
  border-radius: 20px;
}
.tour-detail-tabs .tab-pane{
  border: 1px solid var(--brdre);
  padding: 15px;
  border-radius: var(--rad)
}
.itinerary-day-wrap{
}
.itinerary-day-slider{
}
.owl-itinerary-day{
}

.itinerary-day-content{
}

.itinerary-button{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
  background: #fbfbfb;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid var(--brdre);
  transition: border-bottom 0.2s;
  text-align: left;
  padding: 10px 40px 10px 12px
}
.itinerary-button span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.itinerary-button.collapsed span{
  background: var(--tertiary)
}

.itinerary-button.collapsed{
  border-bottom: 0;
  border-radius: 6px;
}
.itinerary-button:focus,.itinerary-button:active{
  box-shadow: none;
}
.itinerary-button:focus-visible{
  border-bottom: 0
}
.itinerary-button:hover{
  background: #fff
}
.itinerary-button:not(.collapsed){
  background: #fff;

  box-shadow: none
}
.itinerary-item:first-of-type>.itinerary-header .itinerary-button{
  border-radius: 0;
  border-top: 0;
}
.itinerary-item{
  border-radius: 6px;
  border: 1px solid var(--brdre);
}
.itinerary-item+.itinerary-item{
  margin-top: 15px;
}
.itinerary-body{
  padding: 15px;
}
.itinerary-body small{
  font-size: 90%
}
.itinerary-button::after,.itinerary-button:not(.collapsed)::after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../images/icon-plus.png);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 4;
  background-size: 100%
}
.itinerary-button:not(.collapsed)::after {
  background-image: url(../images/icon-minus.png);
}
.itinerary-button:after {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 4
}

.day-event{
  display: flex;
  gap: 10px;
  margin-bottom: 15px
}
.day-event i{
  flex: 0 0 30px;
  width: 30px;
  font-size: 20px;
}
.day-event-content{
  flex: 1
}
.day-event ul{
  padding-left: 20px
}
.day-event ul li{
  padding-left: 0;
  line-height: 1.2;
}
.day-event ul li+li{
  margin-top: 5px;
}

i.fi{
  line-height: 1
}
.summary-day+.summary-day{
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid var(--brdre)
}

#sticky_top.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 10px 0;
  box-shadow: 0 0 15px #2929294f
}

.fixed-on-scroll .container{
  padding: 0;
}

.list-unstyled li{
  padding-left: 0
}
.list-unstyled li i{
  margin-right: 5px;
  font-size: 110%
}

.banner-ad{
  background: url(../images/banner-ad.png) fixed center no-repeat;
  background-size: cover;
}

.why-choose-us img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--tertiary);
  padding: 10px;
}
.why-choose-us p{
  margin: 0;
  width: 90%;
  margin: 0 auto
}

.more-tour-btns .btn{
  margin: 0 15px 10px 0
}

.rating-main{
  display: flex;
  max-width: 700px;
  gap: 20px
}
.rating-main-star{
  width: 30%;
  flex: 0 0 auto;
  border-right: 1px solid var(--brdre)
}
.rating-main-star i{
  font-size: 40px
}
.rating-main-star h1{
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5
}
.rating-main-count{
  width: 70%;
  flex: 0 0 auto;
  font-size: 16px
}
.rating-progress {
  display: flex;
  gap: 10px;
  align-items: center;
}
.rating-progress+.rating-progress {
  margin-top: 10px;
}
.rating-progress .progress{
  width: 80%;
  height: 10px;
}
.customer-review-box{
  border: 1px solid var(--brdre);
  border-radius: var(--rad);
  padding: 20px;
  position: relative
}
.customer-review-box+.customer-review-box{
  margin-top: 40px;
}
.customer-rating{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  font-size: 16px;
}
.customer-dtls{
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center
}
.customer-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.customer-img img{
  width: 100%;
  height: 100%;
  object-fit: cover
}
.customer-name{
  flex: 1
}
.customer-name h6{
  margin-bottom: 2px
}
.customer-name p{
  margin: 0;
  font-size: 14px;
  color: var(--gray)
}

/*search result page*/
.leftbar-widget{
  border: 1px solid var(--brdre);
  border-radius: var(--rad);
  background: #fbfbfb;
}
.leftbar-widget+.leftbar-widget{
  margin-top: 20px;
}
.widget-title{
  padding: 12px 15px;
  border-bottom: 1px solid var(--brdre);
  margin: 0;
  font-size: 18px;
}
.widget-content{
  padding: 15px
}
.widget-content .form-check{
  display: block;
  margin: 0;
  padding-left: 24px
}
.widget-content .form-check .form-check-input{
  margin-left: -24px
}
.widget-content .form-check+.form-check{
  margin-top: 6px;
}
.form-check label{
  display: block;
  position: relative
}
.form-check label span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--gray)
}
.widget-content .form-check:hover{
  color: var(--primary)
}

.leftbar-widget{
}

.btn.btn-sm.btn-toggle-filter{
  font-size: 20px;
  padding: 9px 11px;
  min-height: 40px;
}

.searched-item{
  border: 1px solid var(--brdre);
  border-radius: var(--rad);
  background: #fff;
  padding: 15px;
  transition: ease-in-out 0.2s
}
.searched-item:hover{
  border: 1px solid var(--brdrd);
  background: #fbfbfb
}

.row-search-list{
}
.searched-grid-item{
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: 40px
}

.searched-grid-item.list-view{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.searched-grid-item.list-view .product-card-image{
  width: 200px;
}
.searched-grid-item.list-view .product-card-content{
  flex: 1
}
.searched-grid-item.list-view .item-action-buttons{
  width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.list-grid{
}
.list-grid li{
  display: inline-flex;
}
.list-grid li a{
  opacity: 0.5
}
.list-grid li a.active{
  opacity: 1
}

/*list trains in search result page*/
.owl-date-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  transition: ease-in-out 0.1s
}
.owl-date-nav a.active{
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.product-card-content h6.search-page{
  height: auto;
  -webkit-line-clamp: 1
}

.item-flight{
  border: 1px solid var(--brdre);
  border-radius: var(--rad);
  padding: 15px;
  transition: ease-in-out 0.2s;
  margin-bottom: 20px;
  position: relative
}
.item-flight-ad{
  margin-bottom: 20px
}
.item-flight:hover{
  box-shadow: 0 8px 15px 0 #ebe8e8
}
.item-flight [class^="col-lg-"]{
  align-self: center
}
.flight-logo-name{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600
}
.flight-logo{
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden
}
.flight-logo img{
  width: 100%;
  height: 100%;
  object-fit: cover
}
.flight-name{
}
.flight-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-align: center;
  flex-wrap: wrap;
  color: var(--gray)
}
.flight-time h5{
  margin: 0
}
.flight-time-start{
  width: 120px
}
.flight-time-end{
  width: 120px
}
.flight-time-duration{
}
.flight-time-duration div{
  height: 2px;
  background: var(--secondary);
  position: relative;
  margin: 5px 10px;
}
.flight-time-duration div:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  background: var(--primary);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flight-price h4{
  margin-bottom: 10px;
  line-height: 1;
}
.flight-price h4 small{
  font-size: 13px
}
.flight-price .btn {
  padding: 9px 20px;
  min-height: 30px;
  font-size: 13px;
  align-items: center
}
.item-flight .badge{
}
.item-flight .offer{
}

.flight-price-modal{
  border: 1px solid var(--brdrd);
  border-radius: var(--rad);
  transition: ease-in-out 0.2s
}

.flight-price-modal:hover{
  border: 1px solid var(--primary);
}
.flight-price-modal-header{
  padding: 15px;
  border-bottom: 1px solid var(--brdrd);
}
.flight-price-modal-header h6{
  margin-bottom: 5px
}
.flight-price-modal-header p{
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: var(--gray)
}
.flight-price-modal-body ul{
  padding: 0;
  margin: 0 0 15px 0
}
.flight-price-modal-body ul li{
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: block;
  list-style: none;
}
.flight-price-modal-body ul li i{
  margin-right: 3px;
  font-size: 16px
}
.flight-price-modal-body ul li+li{
  margin-top: 4px;
}
.flight-price-modal-body p{
  font-size: 15px;
}

.flight-price-modal-body{
  padding: 15px;
  font-size: 14px;
}

.bg-contact-page{
  background: linear-gradient(-90deg, #f5f5f5 50%, #fff 50%);
}
.contact-map iframe{
  border:1px solid #ddd!important;
  padding: 2px;
  border-right: 5px;
  width: 100%;
  max-width: calc(100% - 6px)
}

.inner-banner.banner-contact{
  background-size: cover;
  background-attachment: fixed;
  background-position: top
}

.inner-banner.banner-about{
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom
}

.modify-search{
  padding: 20px;
  border-radius: var(--rad);
  position: relative;
}
.toggleModyfySearchMobile{
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.dropdown-menu-end{
  right: 0;
  left: auto;
  padding: 18px;
  width: 250px!important;
}
.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.counter span {
  width: 30px;
  text-align: center;
}
.counter button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #e9ecef;
  font-size: 20px;
  line-height: 1;
  color: #333;
  transition: ease-in-out 0.2s
}
.counter button:hover {
  background-color: var(--primary);
  color: #fff
}
.counter .form-control{
  flex: 1;
  font-size: 15px;
  text-align: center
}
.btn-search-circle{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  transition: ease-in-out 0.2s
}
.btn-search-circle:hover{
  background: var(--secondary);
  color: #fff;
}
.passenger-count label{
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.flight-trip-type-radios{
  display: flex;
  align-items: center;
  gap: 20px
}
.flight-trip-type-radios .form-check{
  margin: 0
}
.search-result-title{font-weight: 300}
.search-result-title strong{color: var(--tertiary); font-weight: 500}
.anim-icon-plane{width: 35px;}
.anim-icon-hotel{width: 30px;}
.anim-icon-itineraries{width: 34px;}













/*responsive*/

@media all and (min-width: 992px) {
  .fixed-300-992{
    flex: 0 0 310px;
    width: 310px
  }
  .fluid-992{
    flex: 1
  }
  .flex_nowrap_992{
    flex-wrap: nowrap
  }
  .leftsidebar-wrap{
    position: sticky;
    top: 5px;
    z-index: 5
  }
}
@media all and (min-width: 800px) {
  /*  .dropdown:hover > .dropdown-menu{
      display: block;
      top: 100%;
      right: 0;
      left: auto
    }*/
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

@media screen and (min-width: 767px){
  .navbar-expand-md .navbar_toggler{
    display: none;
  }
}
@media screen and (min-width: 768px){
  .search-backdrop{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.5);
    z-index: 1025
  }
  body.open-search .search-backdrop{
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1350px){
  .container-xl{
    max-width: 1280px
  }
}




@media screen and (max-width: 1700px){
  .searched-grid-item{
    width: 33.333%;
  }
}

@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1400px){
  .item-action-buttons .btn{
    min-width: 40%
  }
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1199px){
  .searched-grid-item{
    width: 50%;
  }
}
@media screen and (max-width: 1024px){
}
@media screen and (min-width: 992px){
  .navbar-expand-lg .navbar_toggler{
    display: none;
    background: transparent
  }
  .modal-dialog.modal-lg{
    --bs-modal-width: 900px
  }  
}

@media screen and (max-width: 991px){
  .navbar-collapse.collapse{
    position: fixed;
    top: 80px;
    z-index: 100;
    background: #f9f9f9;
    padding: 15px 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    display: block;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: ease-in-out 0.2s
  }
  .navbar-collapse.collapse.open{
    transform: translateX(0)
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 30px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .top-bar,.top-bar.fixed{
    padding: 14px 0
  }
  .modal-form-wrap{
    padding: 20px
  }
  .modal-dialog.modal-lg{
    width: 100%;
    --bs-modal-width: 100%
  }
  .hide-below-md{display: none}
}
@media screen and (max-width: 860px){
  .tour-duration-thumb{
    position: relative;
    width: 140px;
  }
}
@media screen and (max-width: 768px){
  .tour-duration-thumb{
    position: relative;
    width: 131px;
  }
}

@media screen and (max-width: 767px){
  
  header .btn span{
    display: none;
  }
  .mobile-btn-sm .btn{
    font-size: 20px;
    padding: 9px 11px;
    min-height: 40px
  }
  header .btn i{
    padding: 0
  }
  .search-main-wrap.focused{
    width: 100%;
    min-width: 300px
  }
  .search-main-wrap{
    top: 0;
    width: calc(100% - 30px)
  }
  .search-main-wrap.focused .search-criteria-box{
    height: 65vh
  }
  .search-main-wrap.focused{
    padding: 15px;
  }
  .searched-grid-item{
    width: 100%;
  }

  .searched-grid-item.list-view{
    flex-direction: column;
    gap: 0;
  }
  .searched-grid-item.list-view .product-card-image{
    width: 100%;
  }
  .searched-grid-item.list-view .product-card-image img{
    width: 100%
  }
  .searched-grid-item.list-view .product-card-content{
    flex: 1
  }
  .searched-grid-item.list-view .item-action-buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-direction: row
  }
  .flight-logo-name{
    justify-content: center
  }
  .bg-contact-page{
    background: linear-gradient(0deg, #fff 50%, #fff 50%);
  }
  .bg-contact-page .col-lg-6{
    background: #f5f5f5;
    padding: 30px 20px
  }
}

@media screen and (max-width: 600px){
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tour-duration-thumb{
    width: 128px;
  }
}
@media screen and (max-width: 575px){
  .owl-mini .item{
    padding: 0;
    font-size: 12px;
  }
  .owl-mini .item img{
    max-width: 25px;
    margin-bottom: 5px;
  }
  .btn.btn-sm{
    padding-left: 12px;
    padding-right: 12px;
  }
  .item-action-buttons .btn{
    min-width: 30%
  }
  .tour-duration-thumb{
    width: 122px;
  }
  .rating-main{
    gap: 10px
  }
  .rating-progress{
    gap: 5px;
  }
  .rating-main-star i{
    font-size: 30px
  }
  .rating-main-star h1{
    font-size: 36px;
  }
  .rating-progress+.rating-progress{
    margin-top: 5px;
  }
  .rating-progress .progress{
    width: 60%
  }
  .nav-pills .nav-item+.nav-item{
    margin-left: 5px;
  }
  .nav-pills .nav-item .nav-link{
    font-size: 14px;
    padding: 8px 10px
  }
  .itinerary-button span{
    white-space: nowrap;
    font-size: 12px;
  }
  .itinerary-button{
    padding-right: 30px;
    font-size: 14px;
  }
  .itinerary-button::after,.itinerary-button:not(.collapsed)::after {
    width: 24px;
    height: 24px;
    right: 6px;
  }
  .customer-review-box{
    padding: 15px;
  }
  .customer-review-box+.customer-review-box{
    margin-top: 30px;
  }

  .item-flight{
    padding: 15px 0;
  }
  .flight-time{
    padding: 12px;
    background: #f9f9f9;
    justify-content: space-around
  }
  .flight-time-start, .flight-time-end{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center
  }
  .flight-time-duration{
    display: none
  }
  .tab-search-result.tab-underlined .nav-item+.nav-item{
    margin-left: 10px
  }
  .flight-time h5{
    font-size: 17px;
  }
  .flight-time h4{
    font-size: 20px;
  }
  .modify-search{
    padding: 15px
  }
}

@media screen and (max-width: 430px){
  .tour-duration-thumb{
    width: 116px;
  }
  .bg-contact-page .col-lg-6{
    padding: 30px 15px
  }
}
@media screen and (max-width: 375px){
  .tour-duration-thumb{
    width: 102px;
  }
}



@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes pulse2{
  0% {
    -webkit-box-shadow: 0 0 0 0 #94475a;
    box-shadow: 0 0 0 0 #94475a;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 15px rgba(94, 223, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
} 