.form-control:focus {
  /* border-color: transparent !important; */
  box-shadow: none !important;
}

.search-list {
  background-color: #f6f6f6;
  overflow: hidden;
  box-shadow: 0px 3px 15px -13px #000;
  margin: 40px 0px;
}

.search-list>div {
  display: table-cell;
  vertical-align: middle;
}

.ser-info h4 a {
  color: #01572e;
  font-size: 30px;
  font-family: Oswald, sans-serif;
}

.ser-img {
  width: 20%;
}

.ser-img img {
  width: 100%;
  max-height: 230px;
}

.ser-info {
  width: 60%;
  padding: 5px 20px 20px;
}

.ser-how {
  width: 20%;
}

.ser-num>div {
  display: inline-block;
}

.adult {
  font-size: 20px;
  background-color: #bb7e18;
  color: #fff;
  padding: 8px 15px 8px 37px;
  background-image: url(/img/adult.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: 600;
}

.mealb {
  font-size: 20px;
  background-color: #bb7e18;
  color: #fff;
  padding: 8px 15px 8px 37px;
  background-image: url(/img/meals.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: 600;
}

.child {
  font-size: 20px;
  background-color: #815308;
  color: #fff;
  padding: 8px 15px 8px 37px;
  background-image: url(/img/child.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: 600;
  margin-left: -5px;
}

.ser-num {
  background-image: url(/img/src-trngl.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 83px 4px;
  padding-top: 14px;
  margin-bottom: 14px;
}

.ser-book a {
  background-color: #784d07;
  color: #fff;
  border: none;
  padding: 8px 22px;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.ser-how {
  padding: 20px 15px;
}

.ser-how span {
  background-color: #1b1919;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 34px;
  font-family: Oswald, sans-serif;
  float: left;
  margin-top: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.clear {
  clear: both;
}

.adult select {
  background-color: #bb7e18;
  border: none;
}

.mealb select {
  background-color: #bb7e18;
  border: none;
}

.child select {
  background-color: #815308;
  border: none;
}

@media (max-width: 480px) {
  .search-list>div {
    display: block;
    width: 100%;
  }

  .ser-img img {
    max-height: 100%;
  }

  .search-list>div {
    text-align: center;
  }

  .ser-num {
    background-position: center 3px;
  }

  .ser-info {
    padding: 5px 20px 0px;
  }
}

.exp {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.exp label {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
}

/* label span {
  display: inline-block;
  position: relative;
  background-color: #815308;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 0px solid #fff;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms,
    transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
} */

/* label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
} */

label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.ser-checkbox {
  display: none;
}

.ser-checkbox:checked+label span {
  background-color: #bb7e18;
  transform: scale(1.25);
}

.ser-checkbox:checked+label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.ser-checkbox:checked+label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.ser-checkbox:checked+label:hover span {
  background-color: #bb7e18;
  transform: scale(1.25);
}

.ser-checkbox:checked+label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.ser-checkbox:checked+label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.booking-summery {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  font-size: 12px;
  margin-top: 40px;
}

.booking-summery {
  position: sticky;
  top: 50px;
  margin-bottom: 40px;
}

.booking-title h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.accom-title h3 {
  color: #303030;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.34px;
  margin-bottom: 5px;
}

.accm-booking-title h3 {
  color: #000;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 32px; */
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

.right-pane-accm {
  text-align: right;
}

.booking-summery .btn {
  color: #fff;
  border-radius: 0;
  background-color: #bb7e18;
  border: 0;
  font-size: 20px;
  font-weight: 600;
}

.ser-checking-out {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.ser-checking-out li {
  list-style: none;
  display: block;
}

.ser-guest-form {
  padding-top: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 50px;
}



.ser-guest-form .btn {
  color: #fff;
  border-radius: 0;
  background-color: #bb7e18;
  border: 0;
  font-size: 20px;
  font-weight: 600;
}

/* .list-search {
  position: relative;
  display: block;
  background-color: #FFF;
  margin: 40px 0;
  overflow: hidden;
} */

.list-search:before {
  transform: translateX(-100%) !important;
  position: absolute !important;
  content: "" !important;
  display: block !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  background: #ffffff94 !important;
  z-index: 1 !important;
  backdrop-filter: blur(3px) !important;
  transition: 0.5s !important;
}

.list-search.active:before {
  transform: translateX(0px) !important;
}

/* div#ebb-1:before {
  transform: translateX(-100%);
} */

.active .occupant-details {
  z-index: 9 !important;
  opacity: 1;
  transform: translateX(0px) !important;
}

.ser-list-search {
  background-color: #fff;
  /* height: 270px; */
  margin: 40px 0;
  position: relative;
  display: block;
}

.img-ser img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.list-title h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.42px;
}

p.list-para {
  margin-bottom: 2rem;
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.list-para {
  margin-top: 30px;
}

/* .list-grp {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 270px;
  max-width: 100%;
  padding-right: 30px;
} */

.breake-line {
  width: 44px;
  height: 1px;
  background-color: #000;
}

.room-amen h3 {
  margin-bottom: 5px;
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.room-amen img {
  margin-right: 14px;
}

.room-amen {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.occupant-details {
  transform: translateX(300px);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #efefef;
  width: 310px;
  padding: 24px 18px;
  height: 280px;
  transition: 0.5s;
}

.ser-starting {
  position: absolute;
  margin-left: 30px;
  top: 50px;
}

.service-occ-details {
  transform: translateX(260px);
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0;
  background: #efefef;
  width: 270px;
  padding: 24px 18px;
  height: -webkit-fill-available;
  transition: 0.5s;
}

.active .occupant-details {
  opacity: 1;
  transform: translateX(0px);
  padding-top: 10px;
}

.occ-details {
  transform: translateX(231px);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #efefef;
  width: 230px;
  height: 100%;
  transition: 0.5s;
}

.active .occ-details {
  opacity: 1;
  transform: translateX(0px);
}

/* .active .list-grp {
  filter: blur(1px); 
} */

.occupant-details h4 {
  text-align: center;
  color: #5d5d5d;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.occupant-details h5 {
  color: #5d5d5d;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}

.occ-detail-label {
  padding: 0 10px;
}

/* */

.occupant-details .form-control {
  width: 83px !important;
  background: transparent;
  border: 0 !important;
  color: #363636;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  padding-left: 0;
}

.customer-count label {
  padding-left: 0;
}

input#number_adults {
  padding-right: 10px !important;
  padding-top: 22px;
  border-right: 1px solid #cbc9c9 !important;
  padding-right: 0;
  padding-left: 16px;
  color: #000;
  font-weight: 500;
}

.accom-wrap {
  position: relative;
  display: block;
}

.accom-wrap h4 {
  margin-bottom: 10px !important;
  color: #000 !important;
  font-family: DM Sans !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: -0.34px !important;
}

.accom-wrap h5 {
  margin-bottom: 10px;
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 153.333% */
}

.extra-wrap {
  margin-top: 20px;
  position: relative;
  display: block;
}

.right-pane-accm h5 {
  color: #212121;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
}

.Accommodations-details-sum h3 {
  color: #000;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.accm-title h3 {
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.occupants h5 {
  color: #4a4949;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.occupants h4 {
  margin-bottom: 0 !important;
  color: #4a4949 !important;
  font-family: DM Sans !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.meal-board h5 {
  color: #4a4949;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.tot-amount h3 {
  color: #000 !important;
  font-family: DM Sans !important;
  font-size: 25px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  /* 123.077% */
  letter-spacing: -0.52px !important;
}

.booking-summery .custom-continue {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  /* height: 45px; */
  /* flex-shrink: 0; */
  border-radius: 30px;
  background: #090808;
}

a.custom-continue {
  color: #fff !important;
  font-family: DM Sans;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.img-ser-accomm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 9/11.1;
}

/* .img-ser-accomm-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 9/9.6;
} */

.img-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 7/8.3;
}

.img-ser-ser img {
  height: 300px !important;
  object-fit: cover !important;
}

.ser-starting h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.34px;
}

.ser-starting h4 {
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}

.ser-book-now {
  position: relative;
  top: 50px;
  left: 60px;
}

.active .service-occ-details {
  height: 295px;
}