h1, h2, h3, h4, h5, h6 {
  color: var(--highlight-color);
}
.no-padding {
  padding: 0;
}
.main-navigation ul ul {
  width: 270px;
}
/* nav bar */

.banner-content-wrap .container .banner-content.text-center {
  min-height: 256px;
}

@media screen and (max-width: 991px) {
  .banner-content-wrap .container .banner-content.text-center {
    min-height: 174px;
  }
}

.top-header {
  background-color: var(--primary-bg-color);
}

.bottom-header {
  background-color: var(--white-bg-color);
  position: relative;
}

.bottom-header .container, .top-header .container {
  max-width: 1440px;
}

@media screen and (min-width: 992px) {
  .bottom-header {
    background-color: var(--white-bg-color);
  }
}

.main-navigation .navigation>ul>li>a {
  color: var(--text-color);
}

@media screen and (min-width: 992px) {
  .fixed-header .bottom-header {
    background-color: var(--white-bg-color);
    /* -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); */
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }

  .fixed-header .bottom-header .white-logo {
    display: none;
  }

  .fixed-header .bottom-header .black-logo {
    display: block;
  }
}

.fixed-header .main-navigation .navigation>ul>li>a {
  color: var(--text-color);
}

.main-navigation ul li.menu-item-has-children li:hover>a,
.main-navigation ul li.menu-item-has-children li:focus>a {
  background-color: var(--primary-bg-color);
  color: #ffffff;
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current-menu-parent>a {
  color: #f68c1f;
}

/* testimonials */

.testimonial-section .slick-track {
  padding-top: 70px;
}

.start-wrap {
  display: inline-block;
}

.testimonial-section .testimonial-item {
  background-color: #F8F8F8;
  padding: 80px 40px 32px 40px;
  margin: 0 15px;
  position: relative;
  z-index: 1;
}

.testimonial-section .testimonial-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: -1;
}

.testimonial-section .testimonial-item .testimonial-content p {
  /* font-size: 15px;
  font-style: normal;
  height: 200px; */
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(80, 80, 80, 1);
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

.testimonial-section .testimonial-item .testimonial-img {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}

.rating-start span {
  top: -1px;
}

/* our approach */

.our-approach-section {
  padding-bottom: 60px;
}

.our-approach-section .circle {
  width: 190px;
  height: 190px;
  clip-path: circle(50% at 25%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--white-bg-color);
  padding: 0 60px 0 16px;
  font-size: 18px;
  transform: translateX(32px);
}

.our-approach-section .approach-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}

.our-approach-section .approach-top {
  display: flex;
  align-items: center;
}

.our-approach-section .approach-number {
  font-size: 170px;
  margin-right: -56px;
  margin-left: -12px;
}

.our-approach-section .approach-description {
  width: 100%;
  font-size: 14px;
  padding: 0 4px;
}

.our-approach-section .approach-description p{
  display: none;
}

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {

  .our-approach-section .approach-top{
    /*padding: 0;*/
    justify-content: center;
  }

  .our-approach-section .circle {
    display: none;
  }

  .our-approach-section .approach-number {
    font-size: 80px;
    margin-right: initial;
    margin-left: initial;
    font-weight: bold;
  }

  .our-approach-section .approach-description {
    width: initial;
    /*flex: 1;*/
    /*display: flex;*/
    display: block;
    align-items: center;
  }

  .our-approach-section .approach-description p{
    color: #007d8b;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }

  .our-approach-section .approach-container {
    /*flex-direction: column;*/
    align-items: center;
    padding-bottom: 30px;
  }
}


/* tour manager */

.tour-manager-section {
  padding-bottom: 60px;
}

.tour-manager-section .tour-desc {
  margin-top: 10px;
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.tour-manager-section .tour-desc.full-desc {
  /* full description */
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  overflow: auto;
  text-overflow: initial;
}

.tour-manager-section .tour-oneline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.tour-manager-section .tour-manager-btnwrap {
  margin-top: 18px;
  text-align: center;
}

.tour-manager-section .tour-manager-btn {
  color: var(--primary-bg-color);
  border: solid 1px;
  border-radius: 14px;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
}

.tour-manager-section .tour-manager-btn:focus,
.tour-manager-section .tour-manager-btn:active,
.tour-manager-section .tour-manager-btn:hover {
  color: var(--highlight-color);
}

/* footer */
.site-footer .top-footer {
  padding-bottom: 0;
}

.site-footer {
  background-color: var(--footer-bg-color);
  padding-top: 26px;
}

.footer-logo-wrap {
  padding-bottom: 23px;
}

.footer-logo-wrap .footer-logo {
  display: inline-block;
  font-size: 0;
}

.footer-logo-pic {
  width: 288px;
  height: 78px;
}

.footer-context {
  display: flex;
  flex-wrap: wrap;
}

.footer-context-left {
  width: 290px;
}

.footer-context-left .context-left-title {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}

.footer-context-left .context-left-text {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-style: italic;
  font-weight:bold;
}

.footer-context-right {
  flex: 1;
  margin-left: 80px;
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-width: 575px) {
  .footer-context-left {
    margin-bottom: 20px;
  }
  .footer-context-right{
    margin-left: 0;
    flex-direction: column;
  }
  .context-right-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.context-right-item{
  flex: 2;
}

.context-right-item.long-item {
  flex: 3;
}

.context-right-item .context-right-title {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}

.context-right-item .context-right-links {
  margin-top: 16px;
}

.context-right-item .footer-link-item {
  display: block;
}

.context-right-item .footer-link-item a {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  transition: color 0.27s;
}

.context-right-item .footer-link-item a:hover {
  color: var(--highlight-color);
}

.context-right-item .footer-link-item .icon {
  transition: color 0.27s;
  color: #fff;
  margin-right: 13px;
}

.context-right-item .footer-link-item:hover,
.context-right-item .footer-link-item:hover .icon,
.bottom-footer-links .bottom-footer-link:hover {
  color: var(--highlight-color);
}

.context-right-item .footer-link-item+.footer-link-item {
  margin-top: 4px;
}

.bottom-footer-links {
  text-align: right;
  color: #fff;
  margin-bottom: 6px;
}

.bottom-footer-links .bottom-footer-link {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  font-size: 14px;
  line-height: 150%;
}

.site-footer .bottom-footer {
  padding: 32px 0 20px;
}

.site-footer .top-footer {
  background-color: var(--footer-bg-color);
}

.site-footer .bottom-footer {
  background-color: var(--footer-bg-color);
}

.footer-context-left .context-left-text.tag-line{
  color: var(--highlight-color);
  position: relative;
  padding-left: 35px;
}
.tag-line:before {
  color: var(--highlight-color);
  border-top: 2px solid var(--highlight-color);
  display: block;
  position: absolute;
  top: 10px;
  margin: 0 auto;
  width: 25px;
  content: "";
  left: 0;
}

/* to top icon */
.to-top-icon {
  left: 15px;
  right: auto;
}

/* whatsapp icon */
#whatsapp_icon {
  width:48px;
  position:fixed;
  right:140px;
  bottom:12px;
  opacity: 1;
  z-index: 998;

}
@media (max-width: 767px) {
  #whatsapp_icon {
    width:51px;
    right:20px;
    bottom:70px;
    opacity: .8;
  }
}

/* home  */
/*--------------------------------------------------------------
>>> Home slider section  
----------------------------------------------------------------*/
.home-slider-section {
  position: relative;
}

.home-slider-wrap {
  position: relative;
  padding-top: 120px;
}

.home-banner-nav-slider {
  position: absolute;
  top: 650px;
  z-index: 10;
  left: 50%;
  width: 1200px;
  margin-left: -600px
}

.home-banner-nav-slider.slick-slider .slick-prev:before, 
.home-banner-nav-slider.slick-slider .slick-next:before{
  background-color: var(--highlight-color);
  color:#fff;
  opacity: 1;
}

.home-banner-nav-slider.slick-slider .slick-prev:hover:before,
.home-banner-nav-slider.slick-slider  .slick-next:hover:before {
  background-color: var(--highlight-color-hover);
  opacity: 1;
}

.home-banner-nav-slider.slick-slider .slick-prev{
  left: -55px
}
.home-banner-nav-slider.slick-slider .slick-next{
  right: -55px
}
.home-banner-big-inner{
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
  padding-top: 400px;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .slicknav_btn .slicknav_icon span,
  .slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after{
    background-color: rgba(153, 153, 153, 1);
    width: 25px;
  }
  .mobile-menu-container .slicknav_menu .slicknav_menutxt{
    font-size: 0;
  }
  .mobile-menu-container {
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: transparent !important;
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    display: flex;
    justify-content: flex-start;
  }
  .slicknav_menu .slicknav_nav{
    width: 100vw;
    padding-left: 10px;
  }
  .home-banner-nav-slider {
    display: none;
  }

  .home-slider-wrap .home-banner-big-slider .home-banner-big-item {
    height: 56.25vw!important;
  }

  .shape-search-section {
    background-color: rgba(255, 255, 255, 1) !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trip-search-section .trip-search-inner {
    padding: 16px 19px!important;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 6px 6px 25px 12px rgba(0, 0, 0, 0.08)!important;
  }

  .home-banner-big-inner {
    text-align: center;
    margin: 0 35px;
  }

  .home-big-banner-title {
    font-size: 32px;
    line-height: 150%;
    font-weight: bold;
  }
  .home-slider-wrap,
  .group-tour-details {
    padding-top: 100px !important;
  }
  .bottom-header .container, 
  .top-header .container,
  .container {
    min-width: auto;
  }
}

.home-slider-wrap .home-banner-nav-slider .slick-track {
  display: flex;
  /* align-items: center;
  align-content: flex-start;
  justify-content: space-evenly; */
}

.home-slider-wrap .home-banner-big-slider .home-banner-item,
.home-banner-nav-slider .home-banner-nav-inner .home-banner-nav-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider-wrap .home-banner-big-slider .home-banner-big-item {
  height: 600px;
}

.home-banner-nav-slider .home-banner-nav-inner {
  height: 140px;
  transition: all 0.3s;
}

.home-banner-nav-slider .home-banner-nav-inner .home-banner-nav-item {
  height: 100%;
  width: 190px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  margin: auto;
  cursor: pointer;
}

.home-banner-nav-slider .home-banner-nav-inner .home-banner-nav-item:hover {
  box-shadow: 0 0px 2px 3px rgba(10, 10, 10, 0.26);
}

.home-banner-nav-slider .home-banner-nav-inner.slick-current {
  padding: 0;
}

.home-banner-nav-slider .home-banner-nav-inner.slick-current .home-banner-nav-item {
  width: 245px;
  max-width: 100%;
}

.home-banner-nav-slider .home-banner-nav-inner {
  padding: 15px 17px;
}

.home-big-banner-title {
  color: #fff;
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
}

.home-big-banner-link {
  display: inline-block;
  background-color: var(--highlight-color);
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  color: #Fff;
}

.home-big-banner-link:hover {
  color: #Fff;
  background-color: rgba(255, 158, 27, 0.86);
}


/*--------------------------------------------------------------
>>> Home travel search section  
----------------------------------------------------------------*/
.shape-search-section {
  padding-top: 52px;
  padding-bottom: 0px;
  background-color: #0ca7b8;
  position: relative;
}

.mobile-menu-container {
  background-color: var(--primary-bg-color);
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
  padding:10px 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .shape-search-section {
    padding-top: 200px;
  }
  .shape-search-section .container{
    padding-left: 0;
    padding-right: 0;
  }
  .trip-search-section .trip-search-inner .input-group{
    padding-top: 5px;
  }
}


.shape-search-section .slider-shape {
  /*background-image: url(../images/slider-pattern.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 144px;
  width: 100%;
}
.trip-search-section .trip-search-inner{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.home-banner-section .trip-search-section .trip-search-inner {
  color: #ffffff;
  padding: 30px;

}

.home-banner-section .trip-search-section .trip-search-inner input[type=submit] {
  margin-top: 10px;
}

.trip-search-section .trip-search-inner .input-group {
  position: relative;
  padding-left: 1px;
}

.trip-search-section .trip-search-inner .input-group:last-child {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .trip-search-section .trip-search-inner .input-group:nth-child(1),
  .trip-search-section .trip-search-inner .input-group:nth-child(2) {
    width: 34%;
  }

  .trip-search-section .trip-search-inner .input-group:nth-child(3) {
    width: 22%;
  }

  .trip-search-section .trip-search-inner .input-group:nth-child(4) {
    width: 10%;
  }
}

.trip-search-section .trip-search-inner .input-group .icon-end {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(166, 166, 166, 1);
}

/* Removes the default dropdown arrow for Chrome and IE 10+ */
.trip-search-section .trip-search-inner .input-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  /* this is to remove any other browser-specific default arrows */
}

/* For Firefox, we'll need to adjust padding to hide the arrow, because it doesn't fully support the appearance property */
.trip-search-section .trip-search-inner .input-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.trip-search-section input[type=submit] {
  background-color: var(--highlight-color);
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: auto;
}
.trip-search-section input[type=submit]:hover, .trip-search-section input[type=submit]:focus {
  background-color: var(--highlight-color-hover);
}

.container {
  max-width: 1280px;
}
/*--------------------------------------------------------------
>>> Home travel packages section  
----------------------------------------------------------------*/

.package-section .feature-image {
  position: relative;
}

.home .feature-image .package-badge{
  position: absolute;
    width: 78px;
    height: 80px;
    top: -18px;
    left: -18px;
}
.home .feature-image .package-badge img{
  max-height: 100%;
  max-width: 100%;
}
.package-section .feature-image .package-flag {
  position: absolute;
  right: -8px;
  top: 20px;
  background-color: var(--highlight-color);
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  min-width: 132px;
  padding: 0 10px;
  font-weight: bold;
}

.package-section .feature-image .package-flag::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid var(--highlight-color);
  border-left: 4px solid var(--highlight-color);
  border-right: 4px solid transparent;
  position: absolute;
  top: 28px;
  right: 0px;
}

h2.home-section-title {
  padding: 20px 0;
  text-align: center;
  color: var(--highlight-color);
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.section-heading .dash-style.tm {
  width: 350px;
  text-align: right;
  margin: 0 auto;
  padding: 0 6px;
  padding-left: 0;
}

h2.home-section-title.tm {
  width: 350px;
  text-align: right;
  margin: 0 auto;
  padding: 0 6px;
}

@media screen and (max-width: 575px) {
  .section-heading .dash-style.tm {
    width: 100%;
  }
  
  h2.home-section-title.tm {
    width: 100%;
  }
}

.no-bar.home-section-title:before {
  display: none;
}

.home-section-title:before {
  display: block;
  content: '';
  width: 120px;
  height: 5px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(166, 166, 166, 1);
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 0;
}

.package-wrap .package-content {
  padding: 0 26px;
}

.gird-product-name {
  color: rgba(38, 44, 80, 1);
  font-size: 16px;
  line-height: 150%;
  height: 3em;
  margin-top: 12px;
  margin-bottom: 0;
}

.package-wrap .package-price {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  padding: 2px 0 2px;
}

.package-wrap .package-price-num {
  color: var(--highlight-color);
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}

.package-wrap .package-tag-wrap,
.tour-details-overview-wrap .package-tag-wrap {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  height: 72px;
  overflow: hidden;
}

.package-wrap .package-tag-item,
.tour-details-overview-wrap .package-tag-item {
  color: rgba(38, 44, 80, 1);
  border-radius: 5px;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  padding: 0 10px;
  margin: 5px 6px 2px 0;
  white-space: nowrap;
  height: 25px;
}

.package-wrap .package-tag-item.red,
.tour-details-overview-wrap .package-tag-item.red {
  color: rgba(240, 85, 45, 1);
}
@media screen and (max-width: 768px) {
  .package-wrap .package-content {
    padding: 0 10px;
  }
  .gird-product-name{
    min-height: 50px!important;
  }
  .package-wrap .package-content .btn-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }
}
@media screen and (max-width: 575px){

}

.rating-start {
  display: block;
  position: relative;
  font-size: 15px;
}

.rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  /* font-family: "Font Awesome 5 Pro"; */
  font-weight: 900;
}

.rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rating-start span:before {
  color: rgba(238, 94, 128, 1);
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}


.package-inner .row {
  margin: 0 -12px;
  justify-content: space-evenly;
}

.package-inner .row [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.package-inner .no-result-fount-container img{
  display: block;
  margin: auto;
  width: 110px;
  padding-bottom: 20px;
}
.package-inner .no-result-fount-container p:nth-child(2){
  text-align: center;
  font-size: 28px;
}
.package-inner .no-result-fount-container p:nth-child(3){
  text-align: center;
  font-size: 14px;
}

.package-wrap {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.home-package .package-wrap .feature-image img{
  border-radius: 10px 10px 0px 0px;
}
.group-tour-wrap .package-wrap .feature-image img{
  border-radius: 0px 0px 0px 0px;
}
.package-wrap .package-content .btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid rgba(175, 175, 175, 0.1);
  text-align: center;
  margin-top: 0px;
}

.package-wrap .package-content .btn-wrap a {
  color: #383838;
  display: block;
  margin-top: 0;
  padding: 16px 0;
  width: 100%;
}

.package-meta {
  margin-bottom: 25px;
  margin-top: -25px;
  padding: 0 0 10px 0;
  position: relative;
}


.home-advertisement-section {
  margin: 36px auto 0;
}

.home-advertisement-section .advertisement-link {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.home-advertisement-section .advertisement-link img {
  width: 100%;
}

/*--------------------------------------------------------------
>>> Home travel  section  
----------------------------------------------------------------*/


.destination-section .col{
  max-width: 50%;
}

.desti-item {
  padding: 15px;
  position: relative;
}

.desti-item .desti-image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.desti-item .desti-image:before {
  background-color: #101F46;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.desti-item .desti-image .rating-start {
  position: absolute;
  top: 10px;
  right: 14px;
}

.desti-item .meta-cat a {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.desti-item .meta-cat a:hover,
.desti-item .meta-cat a:focus {
  color: var(--highlight-color);
}

.desti-item .bg-meta-cat {
  margin-top: 10px;
}

.desti-item .bg-meta-cat a {
  display: block;
  color: rgba(56, 56, 56, 1);
  font-size: 13px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.desti-item .bg-meta-cat a:hover,
.desti-item .bg-meta-cat a:focus {
  color: var(--highlight-color);
}

.desti-item .rating-start span:before {
  color: #ffffff;
}

.desti-item .desti-image img {
  border-radius: 42px;
}

@media screen and (max-width: 991px) {
  .desti-item .desti-image img {
    width: 100%;
  }
}

.desti-content {
  padding: 20px;
}

.desti-content h3 {
  margin-bottom: 4px;
}

.desti-content h3 a:hover {
  color: #f68c1f;
}

.btn-wrap a {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .btn-wrap a {
    margin-top: 20px;
  }
}


/*--------------------------------------------------------------
>>> Home travel testimonial section  
----------------------------------------------------------------*/
.testimonial-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.testimonial-section .section-heading,
.testimonial-section .home-section-title {
  margin-bottom: 0;
}

.testimonial-section:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.testimonial-section .slick-dots {
  position: static;
  margin-top: 23px;
}

.testimonial-item .testimonial-img {
  border: 2px solid #f68c1f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.testimonial-item .testimonial-img img {
  width: 100%;
}

.testimonial-item .testimonial-content cite {
  color: #292663;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}

.testimonial-item .testimonial-content cite .company {
  color: #787878;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.start-wrap-name {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  text-align: center;
}


.section-heading .dash-style,
.blog-section .blog-sub-title {
  padding-left: 80px;
  position: relative;
  color: var(--primary-bg-color);
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}

.section-heading .dash-style:before,
.blog-section .blog-sub-title:before {
  background-color: var(--primary-bg-color);
  ;
  content: "";
  height: 2px;
  width: 70px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}


/*--------------------------------------------------------------
>>> Tour Guide Pages
----------------------------------------------------------------*/
.guide-page-section {
  padding-bottom: 60px;
}

.guide-content-wrap .guide-image img {
  border-radius: 10px 10px 0 0;
}

.guide-content-wrap .guide-image {
  width: 100%;     /* fill the width of its parent container */
  padding-bottom: 100%; /* this gives it a 1:1 aspect ratio */
  position: relative;   /* set to relative so the image will be positioned inside this */
  overflow: hidden;     /* hides any part of the image that doesn't fit */
}

.guide-content-wrap .guide-image img {
  position: absolute;   /* absolute position the image inside the container */
  top: 0;
  left: 0;
  width: 100%;     /* cover the entire width of the container */
  height: 100%;    /* cover the entire height of the container */
  object-fit: cover;   /* scale the image to cover the container */
  object-position: center; /* center the image */
}

.guide-content-wrap .guide-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -80px;
  position: relative;
}

.guide-content-wrap .guide-name {
  color: var(--primary-bg-color);
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
}

.guide-content-wrap .guide-content h5 {
  color: #0791BE;
  font-weight: 700;
}

.guide-content-wrap .guide-social li {
  margin: 0 5px;
}

.guide-content-wrap .guide-social a {
  background-color: #f68c1f;
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 34px;
  height: 34px;
  width: 34px;
}

@media screen and (max-width: 575px) {
  .guide-content-wrap .guide-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .guide-content-wrap .guide-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.secondary-overlay {
  position: relative;
}

.secondary-overlay:before {
  background-color: #101F46;
  opacity: 0.65;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.override-callback {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 195px 0 80px;
  margin-top: -100px;
}

.override-callback .section-heading {
  color: #ffffff;
  margin-bottom: 0;
}

.override-callback .section-heading h2,
.override-callback .section-heading h5 {
  color: #ffffff;
}

.override-callback .section-heading h5:before {
  background-color: #ffffff;
}



/*--------------------------------------------------------------
>>> Home travel blog section  
----------------------------------------------------------------*/
.blog-section .blog-sub-title {
  padding-left: 0;
  text-align: left;
}

.blog-section .blog-title {
  color: var(--highlight-color);
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
}

.blog-section .blog-desc {
  color: rgba(80, 80, 80, 1);
  font-size: 13px;
  line-height: 150%;
}

.blog-section .feature-image {
  max-height: 260px;
  overflow: hidden;
}

.blog-section .post {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}

.blog-section .entry-content {
  padding: 25px 20px;
}

.blog-section .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.blog-section .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.blog-section .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-section .entry-meta span:last-child:before {
  display: none;
}

.blog-section .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.blog-section .entry-meta a:hover,
.blog-section .entry-meta a:focus {
  color: #2C75BA;
}

@media screen and (max-width: 991px) {
  .blog-section {
    padding: 100px 0 70px;
  }

  .blog-section .post {
    margin-bottom: 30px;
  }

  .blog-section .feature-image img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .blog-section {
    padding: 60px 0;
  }
}

/* home-subscribe */
.home-subscribe {
  height: 268px;
  /* background-image: url(../../images/home-subscribe.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 268px;
  padding-top: 15px;
}
.home-subscribe-main{
    max-width: 750px;
    height: 239px;
    color: rgba(80, 80, 80, 1);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin:0 auto;
    padding-top: 24px;
}
.home-subscribe-tips{
  height: 60px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  margin: auto;
  padding: 6px 12px;
}

.home-subscribe-tips {
  height: 60px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

.home-subscribe .home-subscribe-form-wrap {
  margin-top: 56px;
  padding: 6px 12px;
}

.home-subscribe .home-subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-subscribe .home-subscribe-form-item{
  flex: 1;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.home-subscribe .home-subscribe-form-item.hide {
  display: none;
}

.home-subscribe .home-subscribe-form-submit{
  flex: 1;
  background-color: rgba(255, 158, 27, 1);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: none;
} 
.home-subscribe .home-subscribe-form-submit:hover{
  background-color: rgba(255, 158, 27, 0.86);
}

.home-subscribe .home-subscribe-form-submit .icon {
  margin-right: 8px;
}


/* tour details */
.group-tour-details {
  padding-top: 123px;
}

.home-big-banner-title, .home-big-banner-link {
  position: relative;
  z-index: 2;
}

.home-banner-big-slider .home-banner-item::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.group-tour-banner .slick-track::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.group-tour-banner .group-tour-banner-item {
  position: relative;
  z-index: 2;
}

.group-tour-details .inner-banner-wrap {
  height: 475px;
  padding-top: 140px;
  background-image: url(../../images/group_tour_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 475px;
  text-align: center;
  position: relative;
}

.group-tour-details .inner-banner-title {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  line-height: 150%;
  font-weight: bold;
  position: relative;
}

.group-tour-details .inner-banner-subtitle {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 150%;
  margin-top: 7px;
  position: relative;
}

.group-tour-details .inner-banner-money {
  color: var(--highlight-color);
  background-color: rgba(255, 240, 219, 1);
  border-radius: 5px;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 13px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.group-tour-details .tab-container {
  color: rgba(80, 80, 80, 1);
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 150%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2642857142857143);
  padding: 20px 17px 0;
  margin: 0;
}

.group-tour-details .nav-tabs {
  border: none
}

.group-tour-details .nav-tabs .nav-link {
  color: rgba(166, 166, 166, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 16px;
  height: 28px;
  border: none;
}

.group-tour-details .nav-tabs .nav-link:hover {
  color: var(--primary-bg-color);
}

.group-tour-details .nav-tabs .nav-link.active {
  color: var(--primary-bg-color);
  position: relative;
}

.group-tour-details .nav-tabs .nav-link.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--highlight-color)
}

.group-tour-details .inner-banner-wrap:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.tour-details-overview-wrap {
  margin-top: 30px;
}

.tour-details-overview-infos {
  display: flex;
}

.tour-details-overview-infos .icon {
  font-size: 23px;
  color: var(--primary-bg-color);
}

.tour-details-overview-location,
.tour-details-overview-days {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.tour-details-overview-location {
  margin-left: 60px;
}

.tour-details-overview-text {
  margin-left: 7px;
}

.tour-details-overview-wrap .package-tag-wrap {
  margin-top: 18px;
}

.tour-details-overview-map {
  margin-top: 27px;
}

.tour-details-overview-wrap .overview-map-title {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}

.tour-details-overview-wrap .overview-map-controller {
  width: 418px;
  height: 418px;
  margin-top: 7px;
}

.tour-details-overview-wrap .overview-map-controller .pic {
  width: 100%;
  height: 100%;
}

.tour-details-overview-place {
  margin-top: 10px;
  margin-bottom: 24px;
}

.tour-details-overview-place .overview-place-name,
.tour-details-overview-wrap .rich_text b {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 30px;
  display: block;
}

.tour-details-overview-place .overview-place-name.red,
.important-notes-title {
  color: rgba(227, 60, 100, 1);
  padding-top: 9px;
  border-top: 1px solid rgba(229, 229, 229, 1);
  margin-top: 20px;
  font-weight: bold;
}
.tour-details-overview-place .overview-place-attractions+.overview-place-attractions {}
.tour-details-overview-wrap .rich_text ul {
  margin-top: 10px;
}
.tour-details-overview-wrap .important-notes-content {
  margin-top: 20px;
}

.tour-details-overview-place .overview-place-attraction,
.tour-details-overview-wrap .rich_text ul>li,
.tour-details-overview-wrap .important-notes-content>p {
  color: rgba(56, 56, 56, 1);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  position: relative;
  padding-left: 14px;
}

.tour-details-overview-place .overview-place-attraction::before,
.tour-details-overview-wrap .rich_text ul>li::before,
.tour-details-overview-wrap .important-notes-content>p::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(17, 163, 179, 1)
}

.tour-details-overview-wrap .important-notes {}

.tour-details-overview-language {
  border-top: 1px solid rgba(229, 229, 229, 1);
  margin: 10px 0 0 0 !important;
  margin-top: 10px;
  padding-top: 13px !important;
  display: flex;
}

.overview-language-item {
  color: var(--highlight-color) !important;
  background-color: rgba(255, 217, 166, 1) !important;
  font-size: 12px !important;
  line-height: 27px !important;
  text-align: center;
  font-weight: bold;
  padding: 0 20px !important;
  cursor: pointer;
  border-radius: 0 !important;
}

.overview-language-item:hover {
  color: var(--highlight-color) !important;
  background-color: rgba(255, 217, 166, 0.86) !important;
}

.overview-language-item.active {
  background-color: var(--highlight-color) !important;
  color: #fff !important;
}

.tour-details-itineary-wrap .tour-details-overview-language+.tab-content {
  margin-top: 28px;
}

.itineary-day-info {
  display: flex;
  align-items: center;
}

.itineary-day-tag {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
}

.itineary-day-content {
  margin: 10px 0 10px 17px;
  border-left: 1px solid var(--highlight-color);
  padding: 2px 0 20px 47px;
}

.tour-details-itineary-wrap .itineary-day-order {
  margin-left: 3px;
}

.itineary-day-title {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
}

.tour-details-itineary-wrap .itineary-day-tag,
.tour-details-itineary-wrap .itineary-day-order {
  color: var(--primary-bg-color) !important;
}

.tour-details-itineary-wrap .our-details__plans .tour-details__plan:last-child .itineary-day-content {
  border-color: transparent;
}

.tour-detail-pics-wrap {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-details-itineary-wrap .tour-detail-pics-big {
  width: 300px;
  height: 225px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: 300px 225px;
  background-repeat: no-repeat;
}

.tour-detail-pics {
  flex: 1;
  margin-left: 26px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 32px;
}

.tour-detail-pics-item.active .tour-detail-pics-title {
  display: block;
}

.tour-detail-pics-title {
  display: none;
  position: absolute;
  color: var(--primary-bg-color);
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  top: 0;
  left: 10px;
}

.tour-detail-pics-title::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--highlight-color);
  vertical-align: middle;
  margin-right: 10px;
}

.tour-detail-pics-item {
  width: 30%;
  height: 70px;
  border-radius: 5px;
  background-position: center;
  background-size: 100% 70px;
  background-repeat: no-repeat;
  margin: 5px;
  opacity: 0.6;
  cursor: pointer;
}

.tour-detail-pics-item.active {
  opacity: 1;
}

.tour-detail-pics-item:hover {
  opacity: 1;
}


.group-tour-details .tour-sidebar__sorter-single .side-opera-wrap{
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 12px;
}

.group-tour-details .tour-sidebar__sorter-single .group-tour-download{
  margin-top: 7px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 0 18px 32px;
}

.group-tour-details .tour-sidebar__sorter-single .group-tour-download{

}


.group-tour-details .tour-sidebar__sorter-content {
  margin-top: 10px;
  border-radius: 5px 5px 0 0;
}

.group-tour-details .tour-sidebar__sorter-content .side-top {
  color: rgba(80, 80, 80, 1);
  background-color: var(--primary-bg-color);
  border-radius: 5px;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px
}

.group-tour-details .tour-sidebar__sorter-content .side-top-left {
  text-align: center;

}

.group-tour-details .tour-sidebar__sorter-content .side-top-right {}

.group-tour-details .tour-sidebar__sorter-content .side-tour-code {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}

.group-tour-details .tour-sidebar__sorter-content .start-wrap {
  font-size: 26px;
  margin-top: 5px;
}

.group-tour-details .tour-sidebar__sorter-content .rating-start {}

.group-tour-details .tour-sidebar__sorter-content .rating-start:before,
.group-tour-details .tour-sidebar__sorter-content .rating-start span:before {
  color: var(--highlight-color);
}

.side-top-current-icon {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  vertical-align: middle;
}

.side-top-current-price {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.side-top-contact {
  width: 235px;
  text-align: left;
  margin: 12px auto;
}

.side-top-contact-url {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  display: block;
}

.side-top-contact-url+.side-top-contact-url {
  margin-top: 7px;
}

.side-top-contact-url .fa-phone-volume,
.side-top-contact-url .fa-whatsapp {
  font-size: 23px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}

.side-top-contact-url .fa-phone-volume {
  color: var(--primary-bg-color);
}

.side-top-contact-url .fa-whatsapp {
  color: rgba(16, 177, 54, 1)
}

.sidebar .form-group.submit-btn {
  width: 235px;
  height: 34px;
  color: rgba(255, 255, 255, 1);
  background-color: var(--highlight-color);
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 17px auto 0;
}

.sidebar .form-group.submit-btn #book_now {
  padding: 0;
  background: none;
  line-height: 34px;
}

.side-module-title {
  color: var(--primary-bg-color);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  display: block;
  padding-top: 14px;
}

.side-module-title::after {
  content: '';
  width: 113px;
  height: 3px;
  color: rgba(80, 80, 80, 1);
  background-color: var(--highlight-color);
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 7px auto 0;
}

.sidebar .widget-bg.tour-sidebar__sorter-single {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
}

.side-download-files {
  padding: 16px 0px 0;
}
.side-product-wrap{
  margin-top: 7px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 22px;
}
.side-download-file {
  display: block;
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  background-image: url(../../images/pdf.svg);
  background-repeat: no-repeat;
  padding-left: 36px;
  background-size: 24px;
  background-position: left center;
}

.side-download-file+.side-download-file {
  margin-top: 12px;
}

.side-tour-products {
  margin-top: 26px;
}

.side-tour-product .side-tour-product-img {
  width: 100%;
  height: 225px;
  border-radius: 10px;
  background-color: #e1e1e1;
  margin: auto;
  overflow: hidden;
  display: block;
}
.side-tour-product + .side-tour-product{
  padding-top: 14px;
  border-top: 1px solid rgba(229, 229, 229, 1);
  margin-top: 12px;
}
.side-tour-product .side-tour-product-name {
  color: var(--primary-bg-color);
  font-size: 13px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 8px;
}

.side-tour-product .side-tour-product-price {
  color: var(--highlight-color);
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 4px;
}


.tour-detail-price-wrap .tour-detail-price-search .input-group {
  display: block;
  width: 33.33%;
}

.tour-detail-price-wrap .tour-detail-price-search .input-group i {
  position: absolute;
  bottom: 10px;
  right: 25px;
  color: inherit;
}

.tour-detail-price-wrap .tour-detail-price-search .input-group>label {
  display: block;
}

.tour-detail-price-wrap .tour-detail-price-search .input-group+.input-group {
  margin-left: 13px;
}

.tour-detail-price-wrap .tour-detail-price-search .input-group>input,
.tour-detail-price-wrap .tour-detail-price-search .input-group>select {
  border: 1px solid rgba(204, 204, 204, 1);
  color: #383838;
  height: 32px;
  padding: 0 15px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  line-height: 1.6;
}

.tour-detail-price-during {
  padding-top: 20px;
  color: rgba(56, 56, 56, 1);
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
  margin-left: 28px;
  height: 61px;
  overflow: hidden;
  line-height: 46px;
}

.tour-detail-price-during .unit {
  color: rgba(166, 166, 166, 1);
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin-top: -6px;
}






.tour-package-tax-wrap {
  flex-wrap: wrap;
  display: none;
  justify-content: space-between;
  padding-right: 10px;
}

.tour-package-tax-wrap.show {
  display: flex;
  justify-content: flex-start;
}



.tour-package-airline-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.tour-package-airline-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tour-package-airline-logo .airline-logo-pic {
  width:66px
}

.tour-package-airline-logo .fas {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 18px;
  color: rgba(166, 166, 166, 1);
}

.tour-package-airline-logo.show .fas {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tour-package-airline-price.show .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tour-package-airline-price .tour-package-tag {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
}

.tour-operation-btns.landtour .fulltour-btn,
.tour-operation-btns .landtour-btn {
  display: none;
}

.tour-operation-btns.landtour .landtour-btn,
.tour-operation-btns .fulltour-btn {
  display: block;
}

.tour-package-flight-during {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
}



.tour-package-flight-during .flight-addr {
  color: var(--primary-bg-color);
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}


.tour-package-flight-code {
  width: 95px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 150%;
}

.tour-detail-package-operation .tour-detail-package-flag {
  height: 28px;
  color: rgba(255, 255, 255, 1);
  background-color: var(--primary-bg-color);
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 28px;
}

.tour-detail-package-operation .tour-detail-package-flag:before {
  content: '';
  position: absolute;
  background-color: var(--primary-bg-color);
  width: 6px;
  height: 100%;
  right: -6px;
  top: 0;
}

.tour-detail-package-operation .tour-detail-package-flag:after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--primary-bg-color);
  border-left: 3px solid var(--primary-bg-color);
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 100%;
}


.group-tour-wrap .shape-search-section {
    padding-top: 0;
    background-color: unset;
    position: relative;
    height: 100px;
}
.group-tour-wrap .shape-search-section .trip-search-inner{
    padding: 25px;
    background-color: #0ca7b8;
    position: absolute;
    left: 0;
    /*top: -20px;*/
    width: 100%;
}

.group-tour-wrap .package-section {
  padding-top: 20px;
  background-color: #fff;
}

.group-tour-wrap .group-tour-search-wrap {
  background: transparent;
  max-width: 1280px;
  margin: -20px auto 0;
  padding: 0 10px;
}

.group-tour-wrap .group-tour-search-wrap .shape-search-section{
    background-color: rgba(0, 125, 139, 1);
    padding: 26px 20px;
}
@media only screen and (max-width: 580px){
.group-tour-wrap .group-tour-search-wrap .shape-search-section{
  background-color: transparent!important;
  padding: 230px 0 30px;
}
}
.group-tour-wrap .group-tour-search-wrap .trip-search-inner{
  padding: 0;
}

.com-filter-wrap {
  color: rgba(80, 80, 80, 1);
  background-color: rgba(246, 246, 246, 1);
  font-size: 14px;
  padding: 15px;
}

.com-filter-wrap .input-group {
  position: relative;
}

.com-filter-wrap .input-group+.input-group {
  margin-top: 8px;
}

.com-filter-wrap .input-group .icon {
  position: absolute;
  right: 16px;
  top: 16px;
}

.com-filter-wrap .input-group input,
.com-filter-wrap .input-group select {
  width: 100%;
  border: none;
}

.com-button {
  height: 40px;
  color: rgba(255, 255, 255, 1);
  background-color: var(--highlight-color);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: none;
  display: block;
  width: 100%;
  outline: none;
}

.com-button:hover {
  background-color: rgba(255, 158, 27, 0.86);
}

.com-filter-wrap .com-button {
  margin-top: 8px;
}

.group-tour-wrap .package-wrap {
  display: flex;
  box-shadow: 0px 2px 3px rgba(100, 100, 100,0.23);
}

.group-tour-wrap .feature-image {
  width: 300px;
  height: 225px;
  position: relative;
}

.group-tour-wrap .feature-image .package-badge {
  width: 48px;
  height: 48px;
  /* border-radius: 50%; */
  overflow: hidden;
  top: -10px;
  position: absolute;
  left: 97%;
  margin-left: -24px;
}

.group-tour-wrap .feature-image .feature-image-link {
  display: block;
  height: 100%;
  width: 100%
}

.group-tour-wrap .package-wrap+.package-wrap {}

.group-tour-wrap .package-wrap .package-header {
  display: flex;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

@media screen and (max-width: 575px) {
  .group-tour-wrap .package-wrap .package-header {
    flex-direction: column;
  }
  .group-tour-wrap .package-wrap {
    flex-direction: column;
  }
  .group-tour-wrap .feature-image .feature-image-link {
    width: 100%;
    height: auto;
  }
  .group-tour-wrap .feature-image {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}

.group-tour-wrap .package-wrap .package-header-left {
  padding-right: 16px;
}

.group-tour-wrap .package-wrap .package-header-right {
  flex: 1;
}

.group-tour-wrap .package-wrap .product-name {
  color: var(--primary-bg-color);
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  word-break: break-word;
}

.group-tour-wrap .package-wrap .gird-product-desc {
  color: rgba(56, 56, 56, 1);
  font-size: 14px;
  line-height: 150%;
}

.package-header-right .package-status {
  color: var(--highlight-color);
  background-color: rgba(255, 240, 219, 1);
  border-radius: 5px;
  font-size: 12px;
  line-height: 21px;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.package-header-right .package-collect {
  width: 23px;
  height: 23px;
  font-size: 23px;
  color: rgba(153, 153, 153, 1);
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.package-header-right .package-collect.fas {
  color: rgba(227, 60, 100, 1)
}

.group-tour-wrap .package-wrap .package-content-wrap {
  flex: 1;
  height: 225px;
}

.group-tour-wrap .package-wrap .package-status-info {
  text-align: right;
}

.group-tour-wrap .package-wrap .package-price {
  text-align: right;
  border-bottom: none;
  color: rgba(56, 56, 56, 1);
  font-size: 14px;
}

.group-tour-wrap .package-wrap .package-price .package-price-num {
  color: var(--highlight-color);
  font-size: 36px;
  font-weight: bold;
}

.group-tour-wrap .package-wrap .package-operation {
  display: flex;
  padding: 12px 0
}

.group-tour-wrap .package-wrap .package-tag {
  flex: 1;
  padding-right: 20px;
}

.group-tour-wrap .package-wrap .package-button-wrap {
  color: var(--highlight-color);
  font-size: 36px;
  font-weight: bold;
  width: 130px;
}

.group-tour-wrap .package-wrap .package-content .btn-wrap {
  border-top: none;
  margin-bottom: 0;
}

.group-tour-wrap .home-slider-wrap {
  display: none;
}

.group-tour-wrap .trip-search-section input[type=submit] {
  background-color: var(--highlight-color);
}

.group-tour-wrap .trip-search-section input[type=submit]:hover {
  background-color: #f68c00;
}

.group-tour-banner {
  /*height: 470px;*/
  width: 100%;
}

.group-tour-banner .group-tour-banner-item {
  height: 600px;
  /* width:100vw !important; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  /*margin-left: -9px;*/
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 100px 100px 0;
}

.group-tour-banner .slick-list,
.group-tour-banner .slick-track {
  height: 100%;
}

.group-tour-wrap {
  padding-top: 120px;
}

.group-tour-details .tour-detail-pictures {
  margin-top: 37px;
  padding: 0 16px;
}

.group-tour-details .tour-detail-pictures .tour-pictures-title {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
}

.group-tour-details .tour-detail-pictures .tour-pictures-banner-wrap {
  margin-top: 10px;
  display: flex;
}

.group-tour-details .tour-detail-pictures .tour-pictures-banner-item {
  height: 100%;
  width: 100% !important;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tour-pictures-date {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.tour-pictures-banner-items {
  width: 450px;
  height: 336px;
  display: none;
  overflow: hidden;
}

.tour-pictures-banner-items:first-child {
  display: block;
}

.tour-pictures-date .date-item {
  flex-basis: calc(33.33% - 10px);
  margin: 5px;
  height: 48px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(207, 202, 202, 1);
  border-radius: 5px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.tour-pictures-date .date-item.active {
  color: rgba(255, 255, 255, 1);
  background-color: var(--primary-bg-color);
}

.tour-pictures-date .date-item:hover {
  background-color: rgba(0, 125, 139, 0.86);
}

.tour-pictures-banner .slick-list,
.tour-pictures-banner .slick-track {
  height: 100% !important;
  min-width: 100%;
}
@media screen and (max-width: 575px) {
  .group-tour-wrap{
    padding-top: 100px;
  }
  .group-tour-banner .group-tour-banner-item {
    height: 56.25vw;
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
>>> booking section  
----------------------------------------------------------------*/
.booking-wrap {
  padding-bottom: 40px;
  padding-top: 120px;
}

.booking-wrap .bs-wizard {
  margin: 0;
  height: 160px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(229, 229, 229, 1);
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  padding-top: 45px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: rgba(128, 128, 128, 1);
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}

.bs-wizard>.bs-wizard-step.active .bs-wizard-stepnum {
  color: rgba(56, 56, 56, 1);
  line-height: 150%;
  font-weight: bold;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -5px;
  margin-left: -18px;
  color: rgba(80, 80, 80, 1);
  background-color: var(--primary-bg-color);
  border: rgba(255, 255, 255, 1) solid 2px;
  border-radius: 18px;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: '';
  width: 18px;
  height: 18px;
  color: rgba(80, 80, 80, 1);
  background-color: var(--highlight-color);
  border-radius: 9px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  height: 2px;
  margin: 27px 0;
  height: 3px;
  background-color: #fff;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.booking-content {
  margin-top: 20px;
}

.booking-section-title {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-radius: 5px;
  font-size: 14px;
  line-height: 150%;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}

.product-name-h3 {
  margin-top: 16px;
  color: rgba(56, 56, 56, 1);
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
}

.booking-wrap .booking-tour-during {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
}

.booking-wrap .booking-tour-during:before {
  content: "";
  display: block;
  background-image: url(../../images/fly-icon.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center;
  background-size: 27px;
  transform: rotate(90deg);
  margin-top: -13px;
  margin-left: -13px;
}

.booking-wrap .booking-tour-during-item {
  display: flex;
  align-items: center;
}

.booking-wrap .booking-tour-during .booking-tour-during-item+.booking-tour-during-item {
  margin-left: 30px;
}

.booking-wrap .during-item-title {
  color: rgba(128, 128, 128, 1);
  font-size: 12px;
  font-weight: bold;
  width: 110px;
}

.booking-tour-info-title,
.room-info-wrap {
  margin-top: 50px;
}

.booking-wrap .during-item-val {
  color: rgba(56, 56, 56, 1);
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.booking-tour-code {
  margin-top: 10px;
}

.booking-wrap .book-note-text {
  color: rgba(56, 56, 56, 1);
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}

.booking-wrap .book-note-text+.book-note-text {
  margin-top: 30px;
}

.booking-wrap #room_items {
  margin-top: 50px;
}

.booking-wrap .box_detail {
  padding: 14px 16px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(245, 244, 244, 1);
  border-radius: 5px;
  line-height: 150%;
}

.booking-wrap .sidebar-title {
  color: var(--primary-bg-color);
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
}

.booking-wrap .nunujx {
  color: var(--primary-bg-color);
  font-size: 48px;
  line-height: 150%;
  text-align: right;
  font-weight: bold;
}

.com-error-tip{
  text-align: right;
  width: 100%;
  font-size: 12px;
  color: red; 
  display: none;
}

.main-navigation .navigation>ul>li>a.menu-item-link.active{
  color: rgba(255, 158, 27, 1)
}