/* .smart-heading {
  text-align: center;
}
.smart-heading .title {
  font-size: 25px;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 10px;
}
.smart-heading .sub-title {
  font-size: var(--font-m);
  font-weight: 400;
  margin-bottom: 25px;
} */

.sec-wrap {
  background-color: var(--white);
  padding: 22px 18px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 35px;
}
.smart-nav {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 2px var(--white);
  z-index: 10;
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 11px;
}
.smart-nav.prev {
  background-image: url(../images/b2c/home/nav-arr-left.svg);
}
.smart-nav.next {
  background-image: url(../images/b2c/home/nav-arr-right.svg);
}

.ta-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.ta-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
.ta-card .cont-sec {
  padding-top: 10px;
}
.ta-card .title {
  font-size: 16px;
  font-family: var(--pf-medium);
  margin-bottom: 5px;
}

.ta-card .price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 8px;
}
.ta-card .price {
  font-size: 17px;
  font-family: var(--pf-medium);
  color: var(--hm-blue);
}
.btn-md,
.btn-md:hover,
.btn-md:focus {
  font-size: var(--font-13);
  text-transform: capitalize;
  border: 1px solid #dbe5ef;
  background: white !important;
  color: var(--black);
  font-family: var(--pf-light);
  padding: 4px 8px;
  border-radius: 8px;
}
.btn-md.rounded,
.btn-md.rounded:hover,
.btn-md.rounded:focus {
  padding: 4px 16px;
  border-radius: 16px;
}
.sea-img {
  width: 150px;
}
.sea-title {
  font-size: 25px;
  font-family: var(--font-heading);
  font-weight: 600;
}
.sea-wrap .ta-card {
  padding: 12px 12px 12px 12px;
  background: var(--smart-primary-lite);
  border-radius: 6px;
}
.sea-wrap .ta-img {
  height: 180px;
}
.sea-wrap .btn-md,
.sea-wrap .btn-md:hover,
.sea-wrap .btn-md:focus {
  background: var(--smart-primary-lite) !important;
  border-color: var(--hm-blue) !important;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--font-l);
  font-family: var(--font-light);
}
.indi {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}
.indi > li::after {
  /* --size: 10px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--text-gray); */
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: var(--font-s);
  color: var(--text-gray);
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 0;
}
.indi > li.active::after {
  --prime: #f6e205;
  color: var(--prime);
}
.rating-row .review {
  color: var(--text-gray);
}
.review-card {
  box-shadow: none;
  border: 1px solid var(--gray);
}
.review-card .title {
  font-size: 15px;
  margin-bottom: 10px;
}
.review-card .sub-title {
  margin-bottom: 15px;
}
.review-card .review {
  font-size: var(--font-m);
  color: var(--text-gray);
  font-family: var(--pf-light);
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.review.expanded {
  -webkit-line-clamp: unset; /* remove clamp */
}
.read-toggle {
  color: var(--smart-blue);
  cursor: pointer;
  font-size: var(--font-s);
  font-weight: 500;
  display: inline-block;
}
.searcharea {
  display: flex;
  justify-content: center;
  float: none;
  margin-top: 15px;
}
.secndblak {
  background: var(--white) !important;
  padding: 20px 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.attractions .banner .cont {
  transform: none !important;
  width: 100% !important;
  left: 0 !important;
}
.banner .top-search-box .inspad .secndblak {
  padding: 0;
  background: transparent !important;
}
.banner .top-search-box .ak-box {
  padding: 0;
  background-color: var(--white);
  height: auto;
  border-radius: 14px;
}
.banner .top-search-box .ak-search-form .form-label {
  display: none;
}
.banner .top-search-box .sightseeing-form.ak-search-form .searchsbmt {
  height: 45px !important;
}
.banner .top-search-box .totlall.traveller-holder {
  background: white !important;
}
.banner .top-search-box .ak-search-form .normalinput,
.banner .top-search-box .ak-search-form .outsideserach .forminput,
.banner .top-search-box .ak-search-form .totlall,
.banner .top-search-box .ak-search-form .outsideserach .forminput,
.banner .top-search-box
  .ss-select-container
  .select2-container--default
  .select2-selection--single {
  padding-left: 10px !important;
  color: var(--text-gray)!important;
}
.banner .top-search-box .ak-search-form .traveller-holder .remngwd {
  transform: translateY(-8px);
  color: var(--text-gray);
}
.banner .top-search-box .ak-search-form .normalinput::placeholder {
  color: var(--text-gray) !important;
}
@media (max-width: 576px) {
  .banner .cont {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .top-search-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  .review-card {
    padding: 25px;
  }
  .ta-img {
    height: 400px;
  }
  .srchinarea {
    width: 850px;
  }
  .srchinarea .des-sec {
    width: 35%;
  }
  .srchinarea .dep-sec {
    width: 25%;
  }
  .srchinarea .tou-tra-sec {
    width: 20%;
  }
}
