/*=== 05# Tour Grid Page CSS ===*/
.tour-sidebar-area .sidebar-title button {
  background-color: var(--secondary-color);
  font-size: 16px;
  color: var(--white-color);
  padding: 7px 15px;
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  float: right;
}
.tour-sidebar-area .tour-sidebar-widget {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 25px 30px 20px;
}
.tour-sidebar-area .tour-sidebar-widget .widget-title {
  margin-bottom: 12px;
}
.tour-sidebar-area .tour-sidebar-widget .widget-title i {
  float: right;
}
.tour-sidebar-area .tour-sidebar-widget .widget-content .form-check {
  margin-bottom: 10px;
}
.tour-sidebar-area .tour-sidebar-widget .widget-content .form-check span {
  margin-left: auto;
}
.tour-sidebar-area .tour-sidebar-widget .widget-content .form-check a {
  margin-left: auto;
}
.tour-sidebar-area .tour-range-filter-widget .widget-title {
  margin-bottom: 25px;
}
.tour-sidebar-area .tour-range-filter-widget .widget-content .range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.tour-sidebar-area .tour-range-filter-widget .widget-content .ui-widget.ui-widget-content {
  border: none;
  background-color: var(--secondary-color);
  height: 3px;
  border-radius: 2.5px;
}
.tour-sidebar-area .tour-range-filter-widget .widget-content .ui-widget-header {
  background-color: var(--secondary-color);
}
.tour-sidebar-area .tour-range-filter-widget .widget-content .ui-slider .ui-slider-handle {
  top: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--secondary-color);
  margin-left: 0;
  color: transparent;
  border: none;
  outline: none;
}

.tripex-tour-filter {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .tripex-tour-filter .show-text {
    text-align: center;
    margin-bottom: 10px;
  }
}
.tripex-tour-filter .show-text p span {
  font: 600 16px var(--heading-font);
  color: var(--primary-color);
}
.tripex-tour-filter .show-text p span:nth-child(2) {
  color: var(--heading-color);
}
.tripex-tour-filter .product-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
  font: 600 16px var(--heading-font);
}
@media (max-width: 767.98px) {
  .tripex-tour-filter .product-sorting {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tripex-tour-filter .product-sorting span {
  margin-right: 10px;
}
.tripex-tour-filter .product-sorting .nice-select {
  width: 150px;
  color: var(--heading-color);
  border: none;
  font-weight: 600;
  font-family: var(--heading-font);
}
.tripex-tour-filter .product-filtering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .tripex-tour-filter .product-filtering {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tripex-tour-filter .product-filtering .product-style {
  margin-left: 20px;
}
.tripex-tour-filter .product-filtering .product-style:before {
  margin-right: 20px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 25px;
  background-color: var(--heading-color);
}
.tripex-tour-filter .product-filtering .product-style a {
  font-size: 30px;
  color: var(--heading-color);
}
.tripex-tour-filter .product-filtering .product-style a:not(:last-child) {
  margin-right: 15px;
}
.tripex-tour-filter .product-filtering .product-style a.active, .tripex-tour-filter .product-filtering .product-style a:hover {
  color: var(--primary-color);
}

.tripex-tour-grid-item {
  padding: 10px;
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.1);
          box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.1);
  border: 1px solid var(--border-color);
}
.tripex-tour-grid-item .thumbnail {
  position: relative;
}
.tripex-tour-grid-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.tripex-tour-grid-item .thumbnail .features-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.tripex-tour-grid-item .thumbnail .offer, .tripex-tour-grid-item .thumbnail .tag-text {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 10px;
}
.tripex-tour-grid-item .thumbnail .offer {
  background-color: var(--primary-color);
}
.tripex-tour-grid-item .thumbnail .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 1;
  background-color: var(--white-color);
  color: var(--heading-color);
  border-radius: 30px;
}
.tripex-tour-grid-item .content-wrap .content {
  padding: 25px 35px 28px;
}
@media (max-width: 1650px) {
  .tripex-tour-grid-item .content-wrap .content {
    padding: 25px 30px 28px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-grid-item .content-wrap .content {
    padding: 25px 10px 28px;
  }
}
.tripex-tour-grid-item .content-wrap .content .ratings {
  margin-bottom: 5px;
}
.tripex-tour-grid-item .content-wrap .content h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-grid-item .content-wrap .content h4 {
    font-size: 20px;
  }
}
.tripex-tour-grid-item .content-wrap .content span {
  margin-bottom: 20px;
}
.tripex-tour-grid-item .content-wrap .content span i {
  margin-right: 10px;
}
.tripex-tour-grid-item .content-wrap .tour-meta {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tripex-tour-grid-item .content-wrap .tour-meta .meta-item {
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
}
.tripex-tour-grid-item .content-wrap .tour-meta .meta-item:nth-child(2) {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.tripex-tour-grid-item .content-wrap .tour-meta .meta-item .meta-title {
  color: var(--text-color);
  display: block;
}
.tripex-tour-grid-item .content-wrap .tour-meta .meta-item .meta-title i {
  margin-right: 5px;
  color: var(--secondary-color);
}
.tripex-tour-grid-item .content-wrap .tour-meta .meta-item .meta-value {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 20px;
}
.tripex-tour-grid-item .content-wrap .tour-footer {
  padding: 0 35px 10px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-grid-item .content-wrap .tour-footer {
    padding: 0 10px 10px;
  }
}
.tripex-tour-grid-item .content-wrap .tour-footer .theme-btn.style-one {
  padding: 5px 5px 5px 25px;
  background-color: var(--gray-color);
  color: var(--heading-color);
}
.tripex-tour-grid-item .content-wrap .tour-footer .theme-btn.style-one i {
  color: var(--primary-color);
}
.tripex-tour-grid-item .content-wrap .tour-footer .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/*=== 06# Tour List Page CSS ===*/
.tripex-tour-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.1);
          box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.1);
  background-color: var(--white-color);
}
@media (max-width: 767.98px) {
  .tripex-tour-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-tour-list-item .thumbnail {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.tripex-tour-list-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tripex-tour-list-item .thumbnail .features-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.tripex-tour-list-item .thumbnail .offer, .tripex-tour-list-item .thumbnail .tag-text {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 10px;
}
.tripex-tour-list-item .thumbnail .offer {
  background-color: var(--primary-color);
}
.tripex-tour-list-item .content-wrap {
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 575.98px) {
  .tripex-tour-list-item .content-wrap {
    padding: 20px 15px;
  }
}
.tripex-tour-list-item .content-wrap .tour-meta {
  margin-bottom: 15px;
}
.tripex-tour-list-item .content-wrap .tour-meta span {
  display: block;
}
.tripex-tour-list-item .content-wrap .tour-meta span i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.tripex-tour-list-item .content-wrap .ratings {
  margin-bottom: 9px;
}
.tripex-tour-list-item .content-wrap h4 {
  letter-spacing: -0.0275em;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: var(--heading-font) !important;
  font-size: 20px !important;
}
.widget-title {
     font-family: var(--heading-font) !important;
      font-size: 20px !important;
}
.tripex-tour-list-item .content-wrap p {
  max-width: 330px;
  color: var(--heading-color);
  line-height: 28px;
  margin-bottom: 23px;
}
.tripex-tour-list-item .content-wrap .tour-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tripex-tour-list-item .content-wrap .tour-footer .tour-button .theme-btn.style-one {
  background-color: var(--gray-color);
  color: var(--heading-color);
}
.tripex-tour-list-item .content-wrap .tour-footer .tour-button .theme-btn.style-one i {
  color: var(--primary-color);
}
.tripex-tour-list-item .content-wrap .tour-footer .tour-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.tripex-tour-list-item .content-wrap .tour-footer .offer-price span {
  font-size: 14px;
}
.tripex-tour-list-item .content-wrap .tour-footer .offer-price span span.off {
  font-weight: 600;
  font-size: 10px;
  background-color: var(--secondary-color);
  padding: 5px 7px;
  color: var(--white-color);
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}

/*=== 07# Tour Details Page CSS ===*/
.tripex-feature-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-feature-item-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: var(--secondary-color);
  margin-right: 20px;
}
.tripex-feature-item-two .content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.tripex-tour-details-sec .tour-gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-details-sec .tour-gallery-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.tripex-tour-details-sec .tour-gallery-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-details-sec .tour-gallery-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.tripex-tour-details-sec .tour-gallery-slider .tripex-image img {
  border-radius: 15px;
}

.tour-details-wrapper .tour-title-meta-wrap {
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tour-title-meta-wrap {
    margin-bottom: 30px;
  }
}
.tour-details-wrapper .tour-title-meta-wrap .tour-title-wrap .ratings {
  margin-bottom: 5px;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span {
  display: block;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span:not(:last-child) {
  margin-bottom: 6px;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box h4 {
  margin-bottom: 17px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a:not(:last-child) {
  margin-right: 5px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content {
  margin-top: -8px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content h4 {
  margin-bottom: 15px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content p {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content .check-list.style-one li:not(:last-child) {
  margin-bottom: 25px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content .tripex-image img {
  border-radius: 15px;
}
.tour-details-wrapper .tripex-details-tabs li:first-child .nav-link {
  padding: 0;
  padding-bottom: 15px;
  padding-right: 8px;
}
.tour-details-wrapper .tripex-details-tabs .nav-link {
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0 40px 15px;
  font-weight: 600;
  font-size: 18px;
  color: var(--text-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link i {
  margin-right: 7px;
}
.tour-details-wrapper .tripex-details-tabs .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary-black-color);
  visibility: hidden;
  opacity: 0;
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active {
  color: var(--heading-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active i {
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-details-tabs .nav-link {
    padding: 0 20px 15px;
  }
}
@media (max-width: 575.98px) {
  .tour-details-wrapper .tripex-details-tabs .nav-link {
    padding: 0 0 15px;
    margin-right: 15px;
  }
  .tour-details-wrapper .tripex-details-tabs .nav-link:after {
    display: none;
  }
}
.tour-details-wrapper .tripex-features-box {
  padding: 30px 40px 10px;
  background-color: var(--gray-color);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-features-box h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(17, 34, 28, 0.1);
}
.tour-details-wrapper .tripex-include-excluded-box {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box {
  width: 50%;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box h4, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box h4 {
  border-bottom: 1px solid var(--border-color);
  padding: 25px 40px;
  font-size: 24px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box .content {
  padding: 40px 40px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content ul.check-list.style-one li:not(:last-child), .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box .content ul.check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box {
    width: 100%;
  }
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box {
  border-left: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content {
  padding-left: 40px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content ul.check-list.style-one li i {
  color: var(--secondary-color);
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box {
    border-left: none;
  }
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box p {
  margin-bottom: 40px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box h5 {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box .check-list.style-one li:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
  border: 1px solid var(--border-color);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 40px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .title-wrap h4 i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .accordion {
  padding: 40px 40px 20px;
}
.tour-details-wrapper .tripex-details-summary .faq-content-wrapper .accordion {
  padding: 35px 40px;
}
.tour-details-wrapper .tripex-details-summary .map-box iframe {
  height: 500px;
  border-radius: 15px;
}
.tour-details-wrapper .tripex-rating-box {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tour-details-wrapper .tripex-rating-box .rating-wrap {
  max-width: 300px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 70px 70px 60px;
  text-align: center;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box .rating-wrap {
    padding: 40px 30px 30px;
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}
.tour-details-wrapper .tripex-rating-box .rating-wrap h2 {
  font-size: 100px;
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-rating-box .rating-wrap h4 {
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-rating-box .rating-check-list {
  width: 100%;
  padding: 40px 50px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box .rating-check-list {
    padding: 40px 30px 30px;
  }
}
.tour-details-wrapper .tripex-rating-box .rating-check-list .form-check {
  margin-bottom: 10px;
}
.tour-details-wrapper .tripex-rating-box .rating-check-list .form-check a {
  margin-left: auto;
}
.tour-details-wrapper .tripex-review-area h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-thumb {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content .date:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-right: 10px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content a {
  color: var(--secondary-color);
  font-weight: 700;
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content a i {
  margin-left: 8px;
}
.tour-details-wrapper .tripex-review-form-area h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-review-form-area .rating-box {
  margin-bottom: 20px;
}
.tour-details-wrapper .tripex-review-form-area .rating-box h5 {
  margin-bottom: 5px;
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating {
  background-color: var(--secondary-color);
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  padding: 15px;
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating h2 {
  color: var(--white-color);
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating span {
  color: var(--white-color);
}
.tour-details-wrapper .tripex-review-form-area p {
  margin-bottom: 20px;
}
.tour-details-wrapper .tripex-review-form-area .form_control {
  padding: 15px 25px;
  background-color: var(--gray-color);
  border: 1px solid transparent;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tour-details-wrapper .tripex-review-form-area .form_control:focus {
  border-color: var(--heading-color);
  background-color: var(--white-color);
}
.tour-details-wrapper .tripex-tour-pricing-box {
  padding: 30px 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 30px rgba(205, 205, 205, 0.25);
          box-shadow: 10px 4px 30px rgba(205, 205, 205, 0.25);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-tour-pricing-box h4 {
  margin-bottom: 18px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list {
  margin-bottom: 32px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item:first-child {
  border-top: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item .title {
  vertical-align: middle;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item .title .off {
  background-color: var(--secondary-color);
  border-radius: 7px;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0225em;
  color: var(--white-color);
  text-transform: uppercase;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item h3 span {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-extra {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-extra h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .theme-btn.style-one {
  width: 100%;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box {
  padding-top: 20px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box p {
  font-size: 14px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box p a {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}