/** tours-section **/

.tours-section {
  position: relative;
  background: #F6FBFF;
}

.tours-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tours-section .upper-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tours-block {
  margin-bottom: 10px;
}

.tours-block-one {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);

}

.tours-block-one .inner-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tours-block-one .inner-box .image-box {
  position: relative;
  display: block;
}

.tours-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.tours-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
  min-height: 160px;
  max-height: 160px;
  object-fit: cover;
}

.tours-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.tours-block-one .inner-box .image-box .rating {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 21px;
  line-height: 21px;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  z-index: 1;
  font-size: 14px;
  color: var(--title-color);
}

.tours-block-one .inner-box .image-box .rating img {
  position: relative;
  top: -3px;
}

.tours-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 18px 10px 18px 14px;
}

.tours-block-one .inner-box .lower-content h6 {
  display: block;
  font-size: 13px;
  font-weight: bolder;
  line-height: 20px;
  /* color: #AAAAAA; */
  /* text-transform: uppercase; */
  margin-bottom: 6px;
  max-height: 40px;
}

.tours-block-one .inner-box .lower-content .times {
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 4px;
  max-height: 90px;
  color: #000;
  font-weight: 500;
}

.tours-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: var(--title-color);
}

.tours-block-one .inner-box .lower-content h4 a:hover {}

.tours-block-one .inner-box .lower-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.tours-block-one .inner-box .lower-content h5 span {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 400;
  color: var(--title-color);
}

.tours-block-one .inner-box .lower-content .day-time {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 21px;
  margin-bottom: 15px;
}

.tours-block-one .inner-box .lower-content .day-time i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 16px;
}

.tours-block-one .inner-box .link {
  padding: 0 10px 10px 14px;
}

.tours-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 25px;
}

.tours-block-one .inner-box .link a i {
  position: absolute;
  top: 5px;
  right: 0px;
}

.tours-block-one .inner-box .link a:hover {}

.tours-section .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
}

.tours-section .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 20px;
  margin-right: 10px;
  transition: all 500ms ease;
}

.tours-section .tab-btns li:last-child {
  margin: 0px !important;
}

.tours-section .tab-btns li.active-btn,
.tours-section .tab-btns li:hover {
  color: #fff;
}

.tours-section.alternat-2 {
  background: #fff;
}

.tours-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.tours-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}

.tours-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.tours-section .owl-nav {
  position: absolute;
  top: -127px;
  right: 0px;
}

.tours-section .owl-nav .owl-prev {
  margin-right: 15px;
}

.tours-block-one .inner-box .lower-content .rating {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 21px;
  line-height: 21px;
  background: #F3F3F3;
  text-align: center;
  border-radius: 50px;
  z-index: 1;
  font-size: 14px;
  color: var(--title-color);
}

.tours-block-one .inner-box .lower-content .rating img {
  position: relative;
  display: inline-block;
  top: -3px;
}

.tours-section .three-item-carousel {
  padding-bottom: 90px;
  border-bottom: 1px solid #D9D9D9;
}

.tour-list-content {
  position: relative;
  display: block;
}

.item-shorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.item-shorting .text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
}

.item-shorting .nice-select {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding: 4px 60px 4px 20px;
  border-radius: 3px;
  border: 1px solid rgba(229, 229, 229, 1);
}

.item-shorting .nice-select:before {
  display: none;
}

.item-shorting .nice-select:after {
  position: absolute;
  content: '\e90b';
  font-family: 'icomoon';
  font-size: 10px;
  top: 5px;
  right: 20px;
}

.item-shorting .right-column {
  position: relative;
  display: flex;
  align-items: center;
}

.tours-block-one .inner-box .image-box .offer-box {
  position: absolute;
  top: 20px;
  right: 88px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  padding: 1px 10px;
}

.tours-section.alternat-2 .tours-block-one .inner-box .image-box .offer-box {
  right: 20px;
}

.tours-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 400px;
  width: 285px;
  height: 323px;
  background-repeat: no-repeat;
}

.tours-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 570px;
  width: 192px;
  height: 349px;
  opacity: 0.05;
  background-repeat: no-repeat;
}

.tour-page-five-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 400px;
  width: 285px;
  height: 323px;
  background-repeat: no-repeat;
}

.tour-page-five-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 570px;
  width: 192px;
  height: 349px;
  opacity: 0.05;
  background-repeat: no-repeat;
}

.tour-page-five-section .item-shorting .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.tour-page-five-section .item-shorting .left-column .select-box {
  margin-right: 30px;
}

.tour-page-five-section .item-shorting .left-column .select-box:last-child {
  margin: 0px !important;
}

.item-shorting .select-box {
  min-height: 40px;
}

.item-shorting .nice-select .list {
  min-width: 180px;
  left: inherit !important;
}

.tours-section.testimonial-page-two .inner-container {
  padding-top: 120px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.tours-section.testimonial-page-two .three-item-carousel {
  padding-bottom: 0px;
  border-bottom: none;
}



/** rtl-css **/

.rtl .tours-section .tab-btns li {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .tours-block-one .inner-box .lower-content .day-time {
  padding-left: 0px;
  padding-right: 21px;
}

.rtl .tours-block-one .inner-box .lower-content .day-time i {
  left: inherit;
  right: 0px;
}

.rtl .tour-page-five-section .item-shorting .left-column .select-box {
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .tour-page-five-section .item-shorting .text {
  margin-right: 0px;
  margin-left: 30px;
}

.cus-pc {
  display: block;
}

.cus-mobile {
  display: none;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }

  .tours-section .upper-box {
    display: block;
    text-align: center;
  }

  .tours-section .upper-box .sec-title {
    margin-bottom: 30px;
  }

  .tours-section .tab-btns {
    justify-content: center;
  }

  .tour-page-five-section .item-shorting {
    display: block;
  }

  .tour-page-five-section .item-shorting .left-column {
    justify-content: center;
    margin-bottom: 30px;
  }

  .tour-page-five-section .item-shorting .right-column {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }

  .tours-section .tab-btns {
    display: block;
  }

  .tours-section .tab-btns li {
    float: left;
    margin-bottom: 10px;
  }

  .rtl .tours-section .tab-btns li {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
  }

  .tours-section .upper-box {
    text-align: left;
  }

  .rtl .tours-section .upper-box {
    text-align: right;
  }

  .tours-section {
    padding: 10px 0px 40px 0px;
  }

  .tours-section .three-item-carousel {
    padding-bottom: 40px;
  }

  .tour-page-five-section .item-shorting .left-column {
    display: block;
  }

  .tour-page-five-section .item-shorting .left-column .select-box {
    margin: 0px 0px 30px 0px !important;
  }

  .tour-page-five-section {
    padding: 70px 0px;
  }

  .tours-section .owl-nav {
    display: none;
  }

  .tours-section.testimonial-page-two .inner-container {
    padding-top: 70px;
  }

}

@media only screen and (max-width: 599px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }
}

@media only screen and (max-width: 365px) {

  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }
}

.cus-mobile .cus-flooer {}

.cus-mobile .cus-flooer-1 {}

.cus-mobile .cus-flooer-box {
  /* margin: 10px 12px; */
  padding: 10px 8px;
  border-radius: 7px;
}

.cus-mobile .cus-yellow {
  background-color: #fed03c;
}

.cus-mobile .cus-red {
  background-color: #fe993b;
}


.cus-mobile .cus-green {
  background-color: #00ada7;
}

.cus-mobile .cus-flooer-box-header {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;

}

.cus-mobile .cus-flooer-box-header .cus-header {
  display: flex;
}

.cus-mobile .cus-flooer-box-header .cus-header .cus-fg-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 4px;
}

.cus-mobile .cus-flooer-box-header .cus-header .cus-fg {
  border-left: 3px solid #fff;
  height: 15px;
}

.cus-mobile .cus-flooer-box-header .cus-header .cus-title {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.cus-mobile .cus-flooer-1 .cus-flooer-content {}

.cus-mobile .cus-flooer-1 .cus-flooer-content .cus-flooer-content-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.cus-mobile .cus-flooer-1 .cus-flooer-content .cus-flooer-content-row .cus-flooer-content-col {
  width: 50%;
  padding: 5px 5px;
}

.cus-mobile .cus-flooer-1 .cus-flooer-content .cus-flooer-content-row a {
  text-decoration: none;
  width: 100%;
}

.cus-mobile .cus-flooer-1 .cus-flooer-content .cus-flooer-content-row .cus-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  width: 100%;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cus-mobile .cus-flooer-1 .cus-flooer-content .cus-flooer-content-row .cus-name {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  background: rgba(66, 66, 66, 0.6);
  padding: 6px 0 4px 11px;
  width: 100%;
  line-height: 20px;
  height: 50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}