.trips-full-container {
  padding: 40px 120px;
}

.trips-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.filter-card {
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(104, 104, 104, 0.08);
  border: solid 1px #eaeaea;
  background-color: #ffffff;
}
.filter-card-title {
  font-weight: bold;
  margin: 30px 0px 15px 0px;
}
.stars-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.form-container {
  margin-top: 60px;
}

.subscribe-card {
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(104, 104, 104, 0.08);
  border: solid 1px #eaeaea;
  background-color: #f1f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.subscribe-card .subscribe-title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0px;
}

.subscribe-card input {
  padding: 8px 15px;
  border-radius: 30px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  outline: none;
  margin-top: 30px;
}

.subscribe-btn {
  text-align: center;
  border-radius: 30px;
  padding: 8px;
  border: solid 1px #cecece;
  background-color: #0970ce;
  color: #fff;
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}

.star-card {
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.star-card.active {
  background-color: #0970ce;
  color: #fff;
}

.star-card:hover {
  background-color: #0970ce;
  color: #fff;
}

.star-card .star-amount {
  font-weight: bold;
  margin-top: 5px;
}

.trip-card {
  display: grid;
  grid-template-columns: 1.5fr 3fr 1fr;
  gap: 10px;
  height: 215px;
  margin-bottom: 15px;
  cursor: pointer;
}

.trips .trip-card {
  border-radius: 16px;
  box-shadow: 0 2px 18px 0 rgba(104, 104, 104, 0.23);
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}

.trips .trip-card .trip-img {
  height: 100%;
}

.trips .trip-card .trip-img img {
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.trips .trip-card .trip-content {
  padding: 15px 10px;
  font-size: 13px;
  line-height: 1.4rem;
}
.trips .trip-card .trip-title {
  font-weight: bold;
  font-size: 16px;
}

.trip-rate ul {
  display: flex;
  margin-top: 15px;
}

.trip-price {
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 30px 20px;
  border-radius: 0px 0px 8px 8px;
  background-color: #80bd00;
  color: #fff;
  text-align: center;
}

.trip-price .price {
  font-size: 18px;
  margin: 25px auto 10px;
}

.trip-price .price-info {
  font-size: 14px;
}

.trip-price-mobile {
  display: none;
}

/* breadcrumb  */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 30px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "|";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Slider */
#slider-range {
  margin-bottom: 30px;
  margin-top: 40px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /* border: 1px solid #c3c3c3; */
  border-radius: 13px;
  background-color: #6cbd46;
}
.ui-widget-content {
  height: 10px !important;
  border: 0;
  background: #dedede;
}

.ui-widget.ui-widget-content {
  border: 0px;
}

.ui-widget-header {
  background-color: #0970ce;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  cursor: pointer;
}
.ui-slider-handle {
  outline: none;
}
.ui-slider-handle .amount {
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
  width: 130px;
  padding: 10px 0;
  text-align: center;
  margin-left: -55px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border: 1px solid #53b147;
  background: #53b147;
}
.ui-slider-handle .amount:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-bottom: 5px solid #53b147;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  background-color: #fff;
}

.value {
  position: absolute;
  top: -22px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;

  /* optional */

  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none;
}

.value i {
  font-style: normal;
}

/* accordion Style */
.accordion-container {
  position: relative;
  height: auto;
  margin: 60px auto;
}

.accordion-content-packages {
  border-radius: 16px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
}

.accordion-container > h2 {
  text-align: center;
  border-radius: 16px 16px 0px 0px;
  background-color: #0970ce;
  width: 350px;
  padding: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0px auto;
}
.set {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: solid 1px #ccc;
}

.set:last-child {
  border-bottom: 0px;
}
.set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.4rem;
}
.set > a img {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
.set > a.active img{
  transform: rotate(90deg);
}
.content {
  background-color: #fff;
  display: none;
  line-height: 1.5rem;
  text-align: justify;
  color: #606060;
}
.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
