@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

* {
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: "Playfair", serif;
}

.container {
  max-width: 1440px !important;

  width: 100%;
}

.home-rooms {
  padding: 66px 0px 0px 0;
}

.home-side-section {
  /* border:1px solid red; */

  /* padding: 20px; */

  padding: 30px 24px;

  background: #ffffff;

  border-radius: 24px;

  border: 1px solid #dedede;

  margin: 0px 0 0;
}

.home-side-section .section-title {
  font-weight: 700;
}

.home-main-boxDiv {
  /* border: 1px solid red; */

  /* padding: 10px; */
}

.home-title-row {
  /* margin-bottom: 50px; */

  padding: 20px 0px;
}

.home-top-filter {
  width: 100%;

  /* border: 1px solid green; */

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 30px;
}

.top1 {
  width: 100%;

  background-color: #f6f6f6;
}

.top2 {
  width: 100%;

  background-color: #f6f7ff;

  padding-top: 18px;

  padding-bottom: 60px;
}

.home-top-filter > p {
  font-size: 20px;

  font-weight: 500;

  display: inline-block;

  float: left;

  margin: 0;
}

.filter1 {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 12px;
}

.filter1 span {
  font-size: 18px;

  font-weight: 500;
}

.home-top-filter a {
  text-decoration: none;

  color: rgb(41 119 163);

  font-size: 18px;

  font-weight: 500;

  border: 1px solid #dadada;

  border-radius: 4px;

  padding: 4px 12px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.home-filter-box {
  /* border:1px solid blue; */

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 38px;

  gap: 25px;
}

/* .home-filter-box a {



    border: 1px solid #dadada;

    border-radius: 4px;

    padding: 4px 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    color: rgb(41 119 163);

    gap: 5px;

    font-size: 18px;





} */

.home-filter-box-sub {
  width: auto;

  display: flex;

  align-items: center;

  gap: 34px;
}

.home-filter-box p {
  font-size: 20px;

  font-weight: 600;

  margin: 0;
}

.home-search {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;
}

.home-search span {
  font-size: 18px;

  color: #000;

  font-weight: 500;
}

.home-search select {
  border: 1px solid #dadada;

  padding: 7px 15px;

  -webkit-appearance: none;

  appearance: none;

  background: url(../images/downicon.svg) no-repeat right 7px center;

  width: 200px;

  border-radius: 4px;

  background-size: 20px;

  font-size: 18px;
}

.home-result {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;
}

.home-result span {
  font-size: 18px;

  color: #000;

  font-weight: 500;
}

.home-result select {
  border: 1px solid #dadada;

  padding: 7px 15px;

  -webkit-appearance: none;

  appearance: none;

  background: url(../images/downicon.svg) no-repeat right 7px center;

  width: 64px;

  border-radius: 4px;

  background-size: 20px;

  font-size: 18px;
}

.home-resort-cards {
  margin: 0 0 20px;
}

.home-room1 {
  /* border:1px solid blue; */

  border-radius: 10px;

  display: flex;

  margin-bottom: 0;
}

.home-side-section .stars {
  width: fit-content;

  cursor: pointer;
}

.roomDiv {
  position: relative;

  width: 30%;

  /* height: 243px;  */

  height: auto !important;
}

.resort-dest .resort-card1 img {
  height: 392px !important;
}

.resort-dest.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
  width: 100%;

  max-width: 95%;
}

.day {
  max-width: 40px;

  max-height: 40px;

  line-height: 1.15;

  padding-top: 6px !important;
}

.resort-box1-drope1 {
  border: 0;
}

.roomDiv > img {
  width: 100%;

  height: auto;

  border-radius: 25px 0 0 25px;

  height: 100%;

  object-fit: cover;

  /* max-height: 293px; */
}

.roomDiv > span {
  position: absolute;

  top: 10px;

  right: 10px;

  /* border:1px solid #fff; */

  padding: 10px;

  border-radius: 50%;

  display: flex;

  /* width:30px;

    height:30px; */

  /* background: #fff; */
}

.room-cont-rateDiv {
  border: 1px solid #dadada;

  width: 100%;

  height: auto;

  display: flex;

  flex-wrap: wrap;

  width: 70%;

  border-radius: 0 18px 18px 0;

  justify-content: space-between;

  background: #ffffff;
}

.room-contentDiv {
  width: 50%;

  display: flex;

  flex-direction: column;

  gap: 10px;

  padding: 15px 10px 10px 19px;
}

.room-content-a1 {
  display: flex;

  align-items: baseline;

  justify-content: flex-start;

  width: 100%;

  gap: 5px;

  flex-direction: column;
}

.room-content-a1 > span {
  font-size: 20px;

  font-weight: 500;

  line-height: normal;

  width: 100%;
}

.room-contentDiv > span {
  font-size: 18px;

  color: rgb(112 129 141);

  font-weight: 600;
}

.room-contentDiv > p {
  display: flex;

  align-items: center;

  justify-items: flex-start;

  gap: 10px;

  font-weight: 400;

  font-size: 16px;

  align-items: flex-start;

  flex-wrap: wrap;

  position: relative;

  padding-left: 28px;
}

.room-contentDiv > p img {
  position: absolute;

  left: -2px;

  top: 0;
}

.room-contentDiv > p > a {
  font-weight: 400;

  font-size: 16px;

  text-decoration: none;

  color: #2c79a4;

  width: 100%;

  display: block;
}

.room-contentDiv > a {
  font-weight: 500;

  font-size: 18px;

  text-decoration: none;

  color: #2c79a4;

  text-align: end;

  width: 100%;

  padding-right: 50px;
}

.room-rateDiv {
  width: 30%;

  border-left: 1px solid #c7c7c7;

  margin: 15px;

  padding-left: 15px;
}

.room-rateDiv > p {
  font-size: 18px;

  font-weight: 600;

  color: #2c79a4;

  text-align: right;

  margin: 0;
}

.room-rateDiv > span {
  font-size: 20px;

  font-weight: 600;

  color: #000;

  text-align: end;

  display: flex;

  width: 100%;

  text-transform: uppercase;

  justify-content: flex-end;
}

.room-rateDiv h6 {
  position: relative;

  color: #c7c7c7;

  font-size: 15px;

  padding-left: 15px;

  text-align: end;

  margin-bottom: 30px;

  margin-top: 20px;

  width: fit-content;

  margin-left: auto;
}

.room-rateDiv h6::before {
  content: "\2714";

  position: absolute;

  top: 0px;

  color: black;

  font-family: Arial, sans-serif;

  /* Or another common font */

  font-weight: 500;

  left: 0;
}

.room-amt {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 10px;

  margin-top: 10px;

  margin-bottom: 5px;
}

.room-amt > span {
  font-size: 20px;

  color: #000;

  font-weight: 600;
}

.room-rateDiv a {
  text-decoration: none;

  color: #fff;

  /* background: #f4a251; */

  background: #085e6e;

  padding: 8px 15px 8px 20px;

  border-radius: 4px;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;
}

.room-rateDiv a:hover {
  color: #fff;

  background: #f4a251;
}

/* till here admin side css are same................................................. */

.children-number .child-age-wrapper {
  margin-bottom: 12px;
}

.view-btn1 {
  cursor: pointer;

  position: relative;
}

.view-btn1:after {
  content: "";

  background: url(../images/white-arrow.svg) no-repeat 100%;

  background-size: 24px;

  position: relative;

  width: 21px;

  height: 9px;

  margin: 0 0 0 4px;

  transition: all 0.25s ease-in;

  transform: rotate(269deg);

  top: -1px;
}

.view-btn1.active:after {
  transform: rotate(180deg);

  top: 1px;
}

.home-resort-cards .roomopt {
  width: 96%;

  display: none;

  margin: 0 auto 0;

  background: #ffffff;

  padding: 50px 40px;

  border-radius: 0 0 18px 18px;
}

.home-resort-cards .roomopt.active {
  display: block;
}

.home-resort-cards .roomopt .roomexp-btn {
  float: right;

  font-weight: 500;

  font-size: 14px;

  text-decoration: none;

  color: #2c79a4;

  padding: 0 14px 0 0;

  position: relative;
}

.home-resort-cards .roomopt .roomexp-btn:after {
  content: "";

  position: absolute;

  width: 12px;

  height: 4px;

  background: url(../images/blue-arrow.svg) no-repeat 100%;

  background-size: 12px;

  right: 0;

  top: 9px;
}

.home-resort-cards .roomopt h3 {
  font-size: 18px;

  font-weight: 600;

  color: #f4a251;

  margin: 0 0 28px;

  width: fit-content;

  display: inline-block;
}

.home-resort-cards .roomopt .room-row1 {
  width: 100%;

  display: block;

  margin: 0 0 20px;

  padding: 0 0 20px;

  border-bottom: 1px solid #e6e6e6;
}

.home-resort-cards .roomopt .room-row1 .room-cnt {
  width: 100%;

  display: block;
}

.home-resort-cards .roomopt .room-row1 .room-col1 {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  margin: 0 0 30px;
}

.home-resort-cards .roomopt h4 {
  font-size: 15px;

  font-weight: 500;

  color: #000000;

  margin: 0 0 28px;
}

.home-resort-cards .roomopt h6 {
  position: relative;

  color: #c7c7c7;

  font-size: 14px;

  padding-left: 30px;
}

.home-resort-cards .roomopt h6:before {
  content: "\2714";

  position: absolute;

  top: 0px;

  color: black;

  font-family: Arial, sans-serif;

  font-weight: 500;

  left: 12px;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col3 {
  width: auto;

  margin-right: auto;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col2 {
  width: 22%;

  margin: 0 1% 0 0;

  padding: 0 10px 0 0;

  border-right: 1px solid #e6e6e6;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 {
  text-align: right;

  margin: 0 0 0 1.5%;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 p {
  position: relative;

  color: #c7c7c7;

  font-size: 13px;

  margin: 5px 0 0;

  padding: 5px 0 0;

  border-top: 1px dotted #c7c7c7;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 h4 {
  margin: 0;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 img {
  margin: -3px 0 0 4px;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-container {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  padding: 8px 0 0;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-container .room-value {
  color: #000000;

  font-size: 12px;

  margin: 0 8px 0;

  line-height: normal;
}

.home-resort-cards .roomopt .room-row1 .room-col1 .room-container .room-button {
  color: #f4a251;

  border: 1px solid #f4a251;

  border-radius: 50%;

  line-height: 1;

  font-size: 14px;

  padding: 1px 3px;

  cursor: pointer;
}

#searchFormContainer .resort-content-div {
  left: 0;

  transform: translate(-9%, -50%);

  margin: 8px 0 0;
}

#searchFormContainer .resort-content-div .resorrt-booking {
  margin: 0;

  gap: 15px;

  background-color: transparent;

  padding-inline: 0;

  padding-top: 10px;
}

#searchFormContainer .resort-content-div .resort-box1 {
  background: #ffffff;
}

#searchFormContainer .resort-content-div .resort-box1 .resort-box1-drope1 {
  /* top: 90%; */

  /* top: 127%;



    top: 86%;

    transform: translateX(-68%); */

  top: 74px;

  transform: translateX(-50%);
}

.resort-dest .e-child .elementor-widget-container {
  position: relative;
}

.resort-dest .e-child .elementor-widget-container .wp-caption {
  position: relative;

  overflow: hidden;

  border-radius: 22px;
}

.resort-dest .e-child .elementor-widget-container .wp-caption:before {
  content: "";

  position: absolute;

  width: 100%;

  height: 80%;

  bottom: 0;

  right: 0;

  left: 0;

  background: linear-gradient(0deg, rgba(0 0 0 / 0.75), transparent);
}

/* .resorrt-booking .resort-box1 .error-msg {

    font-size: 12px !important;

    position: absolute;

    bottom: -9px;

    margin: 0 !important;

    padding: 0;

} */

.resorrt-booking > div:nth-child(1) {
  position: relative;
}

.resort-box1.resort-box1-a1 {
  position: relative;
}

/* .resort-box1.resort-box1-a2 {

    position: relative;

} */

.resorrt-booking > div:nth-child(1) .error-msg {
  position: absolute;

  bottom: -22px;
}

.resort-box1.resort-box1-a2 .error-msg {
  position: absolute;

  bottom: 3px;
}

.resort-box1.resort-box1-a3 .error-msg {
  position: absolute;
  bottom: -22px;
  z-index: 555;
}

/* .resort-box1-drope2+#error-travelers {

    padding-left: 22px;

} */

.add-cart {
  position: fixed;

  right: -380px;

  width: 100%;

  max-width: 380px !important;

  top: 0;

  background: #fff;

  height: fit-content;

  padding: 80px 20px 30px;

  /* display: none;  */

  box-shadow: -2px 0px 1px 0px rgba(0 0 0 / 0.1);

  transition: all 0.7s ease-in;

  z-index: 9999;
}

/*.add-cart .cart-icon:before {

    content: "";

    position: absolute;

    border-left: 22px solid #ff7254;

    border-right: 22px solid transparent;

    border-bottom: 22px solid transparent;

    left: -10px;

    top: 34%;

    transform: translateY(-50%) rotate(-45deg);

    transition: all 0.25s ease-in;

}



.add-cart.active .cart-icon:before {

    transform: translateY(-50%) rotate(132deg);

    left: 12px;

    top: 64%;

}*/

.add-cart h2 {
  font-size: 26px;

  line-height: normal;

  margin: 0 0 16px;
}

.add-cart h3 {
  font-size: 20px;

  line-height: 1.45;

  margin: 0 0 10px;
}

.add-cart .cart-date {
  width: 100%;

  margin: 0 0 12px;

  border-bottom: 1px solid #d4d4d4;

  padding: 14px 0;
}

.add-cart .cart-date span {
  font-size: 16px;

  font-weight: 500;
}

.add-cart .cart-date img {
  margin: 0 8px 0 0;
}

.add-cart .cart-count {
  width: 100%;

  margin: 0 0 12px;
}

.add-cart .cart-count span {
  font-size: 16px;

  font-weight: 500;

  margin: 0 0 0 8px;
}

.add-cart .cart-detail {
  background: #ffffff;

  padding: 0 !important;

  border-radius: 0;

  box-shadow: none;

  position: relative;

  margin: 0 !important;

  /* overflow-y: auto !important;

    max-height: 324px !important; */

  height: calc(100vh - 229px) !important;
}

div#checkout-warning {
  font-size: 15px;
}

.add-cart .cart-detail .cartdiv {
  background: transparent !important;

  border-radius: 12px !important;

  padding: 30px 18px 12px !important;

  position: relative;

  margin-top: 0 !important;

  overflow-y: auto;

  /*    max-height: 324px;*/
}

.add-cart .cart-date-manual {
  width: 100%;

  display: block;

  margin: 0 0 15px;
}

.add-cart .cart-date-manual label {
  width: 48%;

  display: inline-block;

  color: #000;
}

.add-cart .cart-date-manual .save-date-btn {
  font-weight: 500;

  font-size: 14px;

  color: #fff;

  background-color: #ff7254;

  border: 1px solid #ff7254;

  padding: 7px 14px;

  border-radius: 4px;

  text-decoration: none;

  transition: all 0.25s ease-in;

  margin: 12px 0 0;

  line-height: normal;
}

.add-cart .cart-date-manual .save-date-btn:hover {
  color: #ff7254;

  background-color: transparent;
}

.add-cart .cart-date-manual input[type="date"] {
  border-radius: 8px;

  padding: 5px 10px;

  width: 100%;

  box-shadow: none;

  outline: none;

  border: 1px solid #dfdfdf;

  margin: 6px 0 0;
}

.add-cart .cart-date-manual label:nth-child(2) {
  float: right;
}

.add-cart h4 {
  font-size: 16px;

  font-weight: 600;

  color: #f4a251;

  margin: 0 0 14px;
}

.add-cart ul {
  width: 100%;

  padding: 0;

  margin: 0 0 12px;
}

.add-cart ul li {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  /* border-bottom: 1px solid #d4d4d4; */

  padding: 14px 0;

  font-size: 15px;

  font-weight: 500;

  color: #000000;
}

.add-cart ul li:first-child {
  padding-top: 0px;
}

.add-cart ul li:last-child {
  border-bottom: none;
}

.add-cart ul li .count {
  width: 8%;

  margin: 0 2% 0 10px;

  text-align: center;
}

.value {
  margin-left: auto;
}

.add-cart .cart-btn1 {
  text-decoration: none;

  color: #fff;

  background: #f4a251;

  border: 1px solid #f4a251;

  padding: 8px 15px;

  border-radius: 4px;

  width: 100%;

  margin: 12px 0 0;

  display: inline-block;

  text-align: center;
}

.add-cart .cart-btn1:hover {
  background: #ff7254;

  border: 1px solid #ff7254;
}

.add-cart .cart-btn1 .total-value {
  font-weight: 600;

  margin: 0 0 0 4px;
}

.add-cart .cart-icon {
  position: absolute;

  width: 150px;

  height: 48px;

  background: linear-gradient(to right, #ff7254, transparent);

  top: 71px;

  left: -55px;

  border-radius: 30px 0 0 30px;

  z-index: -1;

  transition: all 0.25s ease-in;

  cursor: pointer;
}

.add-cart .cart-icon:after {
  content: "";

  position: absolute;

  left: -1px;

  width: 48px;

  height: 100%;

  background: url(../images/cart-icon.svg) no-repeat 100%;

  background-size: 100%;

  transition: all 0.7s ease-in;

  /*border: 2px solid #f1f1f1;

    border-radius: 50%;*/
}

.add-cart.active {
  right: 0;
}

.add-cart.active .cart-icon:after {
  transform: rotate(360deg);
}

.add-cart .delete-item {
  -webkit-appearance: none;

  position: relative;

  background: none;

  font-size: 0;

  width: 20px;

  height: 21px;

  padding: 0;

  border-radius: 50%;

  border: 1px solid #f4a251;

  margin: 0 0 0 5px;
}

.add-cart .delete-item:after {
  content: "\2715";

  position: absolute;

  font-size: 11px;

  top: 5px;

  left: 4px;

  line-height: 1;

  font-weight: 600;

  color: #f4a251;
}

.add-cart .delete-hotel {
  font-size: 0;

  width: 28px;

  height: 28px;

  padding: 0;

  position: absolute;

  top: 4px;

  right: 6px;

  border: 0;

  background: none;
}

.add-cart .delete-hotel:after {
  content: "\2715";

  position: absolute;

  font-size: 18px;

  top: 2px;

  left: 0;

  line-height: 1.5;

  font-weight: 500;

  color: #ffffff;

  background: #f4a251;

  border-radius: 50%;

  width: 100%;

  height: 100%;

  padding: 1px 7px;

  transition: all 0.25s ease-in;
}

.add-cart .delete-hotel:hover:after {
  background: #ff7254;
}

.calendar-wrapper .calendar-block {
  width: 49%;

  display: inline-block;

  float: left;
}

.calendar-wrapper .calendar-block:nth-child(2) {
  float: right;
}

.date-home-row .close-calendar {
  -webkit-appearance: none;

  border: none;

  padding: 0;

  position: absolute;

  right: 1%;

  background: none;

  top: -3px;

  font-size: 24px;
}

/*check-out*/

.checkout-wrapp {
  width: 100%;

  display: block;

  padding: 66px 0 0;
}

    .admin-bar .checkout-wrapp {
        padding: 0px 0 0;
    }


.checkout-wrapp h1 {
  width: 100%;

  display: block;

  background: #e1e1e1;

  text-align: center;

  padding: 20px 0;

  line-height: normal;

  font-family: "Inter", sans-serif;

  font-weight: 500;

  font-size: 24px;

  margin: 0px 0 30px;
}

.checkout-wrapp p {
  font-size: 20px;

  color: #ffffff;

  line-height: 1.35;

  margin: 0 0 18px;
}

.checkout-wrapp p span {
  display: block;
}

.checkout-wrapp .conten-row {
  padding: 50px 0 0;
}

.checkout-wrapp .check-col1 {
  width: 100%;

  display: block;
}

.checkout-wrapp .check-brief {
  width: 100%;

  text-align: center;

  background: #000000;

  padding: 40px 30px 20px;

  border-radius: 10px 10px 0 0;

  margin: 0 0 0;
}

.checkout-wrapp .check-brief + .login-checking.check-brief {
  border-radius: 0 0 10px 10px;
  padding-top: 0;
  margin-bottom: 50px;
}

.checkout-wrapp .check-brief a {
  text-decoration: none;
  color: #0e8196;
}

.checkout-wrapp .check-brief a:hover {
  color: #ffffff;
}

.checkout-wrapp h3 {
  font-size: 24px;

  line-height: 1.45;

  margin: 0 0 20px;
}

.checkout-wrapp .check-col1 .check-form {
  width: 100%;
  display: block;
  margin: 16px 0 0;
}

.checkout-wrapp .check-col1 .check-form .form-field {
  width: 49%;

  display: inline-block;

  float: left;

  margin: 0 0 22px 0;
}

.checkout-wrapp .check-form .form-field label {
  font-size: 18px;

  line-height: 1.45;

  margin: 0 0 10px;
}

.checkout-wrapp .check-form .form-field .form-control {
  width: 100%;

  height: 58px;

  border-radius: 5px;

  border: 1px solid #dfdfdf;

  padding: 8px 14px;

  font-size: 16px;

  color: #000000;

  line-height: normal;
}

.checkout-wrapp .check-col1 .check-form .row {
  margin-bottom: 34px;

  justify-content: space-between;
}

.checkout-wrapp .check-col1 .check-form .checkbox1 {
  width: 100%;

  margin: 0 0 30px;

  position: relative;
}

.checkout-wrapp .check-col1 .check-form .checkbox1 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 26px;

  height: 26px;

  border: 1px solid #dfdfdf;

  outline: none;

  border-radius: 0;

  top: 2px;

  margin: 0 10px 0 0;

  -webkit-appearance: none;

  cursor: pointer;

  position: absolute;
}

.checkout-wrapp
  .check-col1
  .check-form
  .checkbox1
  input[type="checkbox"]:checked:after {
  content: "\2714";

  left: 6px;

  top: 0;

  font-size: 14px;

  position: relative;
}

.checkout-wrapp .check-col1 .check-form .checkbox1 label {
  font-size: 20px;

  color: #000000;

  padding-left: 40px;
}

.checkout-wrapp .check-col1 .check-form .pay-field {
  width: 31.33%;

  margin: 0 0 30px;
}

.checkout-wrapp .check-col1 .check-form .pay-field label {
  font-size: 20px;

  line-height: 1.45;

  margin: 0 0 35px;
}

.checkout-wrapp .check-col1 .check-form .pay-field .form-control {
  width: 100%;

  height: 58px;

  border-radius: 5px;

  border: 1px solid #dfdfdf;

  padding: 8px 14px;

  font-size: 16px;

  color: #000000;

  line-height: normal;
}

.checkout-wrapp .check-col1 .check-form .cart-btn1 {
  font-size: 18px;

  text-decoration: none;

  color: #fff;

  background: #f4a251;

  border: 1px solid #f4a251;

  padding: 12px 35px;

  border-radius: 4px;

  margin: 0 0 25px;

  display: inline-block;

  text-align: center;

  transition: all 0.25s ease-in;

  width: calc(100% - 24px);

  position: relative;

  margin-inline: auto;
}

.cart-btn1.worldpaybtn .spinner-border {
  position: absolute;

  top: 10px;

  right: 20px;
}

.checkout-wrapp .check-col1 .check-form .cart-btn1 .total-value {
  font-weight: 500;
}

.checkout-wrapp .check-col1 .check-form .cart-btn1:hover {
  background: #fff;

  color: #f4a251;

  border-color: #f4a251;
}

.checkout-wrapp .check-col1 .check-form .checkbox1 label a {
  color: #000000;

  transition: all 0.25s ease-in;
}

.checkout-wrapp .check-col1 .check-form .checkbox1 label a:hover {
  text-decoration: none;
}

.checkout-wrapp .check-col1 .check-form .pay-field .form-control.card1 {
  padding-left: 32px;

  background: url(../images/card-icon.svg) no-repeat 100%;

  background-size: 20px;

  background-position-x: 5px;
}

.checkout-wrapp .conten-row .check-col2 {
  width: 100%;

  display: block;

  padding: 0 0 0 20px;
  position: relative;
  height: 100%;
}

.checkout-wrapp .conten-row .check-col2 .add-cart {
  width: 100%;

  max-width: 100%;

  position: relative;

  right: 0;

  box-shadow: none;

  border: 1px solid #dadada;

  background: none;

  border-radius: 5px;

  padding: 30px;

  display: block;

  z-index: 9;

  transition: none;
}

.checkout-wrapp .conten-row .check-col2 .add-cart .cart-detail {
  background: none;

  height: 100% !important;

  padding: 18px 14px;
}

.checkout-wrapp .conten-row .check-col2 .add-cart h2 {
  font-size: 24px;

  color: #f4a251;
}

.checkout-wrapp .conten-row .check-col2 .add-cart ul li {
  border-color: #dadada;

  font-size: 13px;

  padding-top: 0;
}

.checkout-wrapp .conten-row .check-col2 .add-cart .cart-date {
  border-color: #dadada;
}

.checkout-wrapp .conten-row .check-col2 .add-cart h3 {
  font-weight: 500;

  font-size: 22px;

  line-height: 1.25;

  margin: 0 0 15px;
}

.checkout-wrapp .conten-row .check-col2 .add-cart h4 {
  font-size: 17px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-wrapp .conten-row .check-col2 .add-cart .cart-btn1 {
  padding: 12px 15px;

  font-size: 20px;
}

.checkout-wrapp .conten-row .check-col2 .add-cart .cart-btn1 .total-value {
  font-weight: normal;
}

.checkout-wrapp .check-col1 .check-form .form-field.discounts {
  width: 100%;
  margin: 0;
}

.checkout-wrapp .check-col1 .check-form .form-field.discounts h2 {
  font-size: 24px;
  /* margin: 0 0 10px; */
  margin: 0 0 19px;
  padding-top: 11px;
}

.checkout-wrapp .check-col1 .check-form .form-field.discounts input.couponcode {
  width: 49%;
  display: inline-block;
}

.checkout-wrapp
  .check-col1
  .check-form
  .form-field.discounts
  .apply_couponcode {
  text-decoration: none;
  color: #fff;
  border: 1px solid #085e6e;
  background: #085e6e;
  padding: 17px 20px;
  border-radius: 6px;
  transition: all 0.25s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  line-height: normal;
}

.checkout-wrapp
  .check-col1
  .check-form
  .form-field.discounts
  .apply_couponcode:hover {
  background: #ff7254;
  border-color: #ff7254;
}

.checkout-wrapp .worldpayfrm h5 {
  font-size: 17px;
  width: 100%;
  font-weight: 600;
  color: #f4a251;
  margin: 0 0 14px;
}

.checkout-wrapp .worldpayfrm h6 {
  margin: 0 0 14px;
}

/*room-description*/

.room-inner {
  width: 100%;
  display: block;
  padding: 100px 0 0;
  background: #f6f7ff;
  z-index: 99999;
  position: relative;
}

.room-inner .room-gal {
  width: 100%;

  display: block;

  margin: 0 0 60px;
}

.room-inner .room-gal img {
  width: 100%;

  display: block;

  border-radius: 16px;
}

.room-inner .room-gal .room-col1 {
  width: 100%;

  display: block;

  height: 100%;
}

.room-inner .room-gal .room-col2 {
  width: 100%;

  display: block;
}

.room-inner .room-col2 .room-img {
  width: 100%;

  display: block;

  margin: 0 0 10px;
}

.room-inner .room-gal .room-row {
  width: 100%;

  max-width: 1250px;

  margin-inline: auto;
}

.room-inner .room-col2 .room-img img {
  height: calc(100% - 20px);

  cursor: pointer;

  transition: all 0.25s ease-in;

  max-height: 175px;
}

/*.room-inner .room-gal .room-col1 img {

    height: calc(100% - 20px);

    max-height: 504px;

}*/

.room-inner .room-gal .room-col1 .slick-slider {
  height: inherit;
}

.room-inner .room-gal .room-col1 .slick-slider .slick-list {
  height: inherit;
}

.room-inner .room-gal .room-col1 .slick-slider .slick-track {
  display: flex;

  flex-wrap: wrap;

  height: inherit;
}

.room-inner .room-gal .room-col1 .slick-slider .slick-track img {
  height: calc(100% - 10px);
}

.room-inner .room-gal .room-col2 .slick-prev {
  width: 30px;

  height: 30px;

  position: absolute;

  top: -15px;

  right: 0;

  left: 0;

  transform: none;

  margin: 0 auto 0;

  background: #ff7254;

  z-index: 9;

  border-radius: 50%;
}

.room-inner .room-gal .room-col2 .slick-prev:before {
  content: "";

  border-bottom: 20px solid #ffffff;

  border-right: 15px solid transparent;

  border-left: 15px solid transparent;

  opacity: 1;

  visibility: visible !important;

  height: auto;

  display: block;

  width: auto;

  transform: scale(0.5);

  margin: 0 0 3px;
}

.room-inner .room-gal .room-col2 .slick-next {
  width: 30px;

  height: 30px;

  position: absolute;

  bottom: -3px;

  right: 0;

  left: 0;

  top: inherit;

  transform: none;

  margin: 0 auto 0;

  background: #ff7254;

  z-index: 9;

  border-radius: 50%;
}

.room-inner .room-gal .room-col2 .slick-next:before {
  content: "";

  border-top: 20px solid #ffffff;

  border-right: 15px solid transparent;

  border-left: 15px solid transparent;

  opacity: 1;

  visibility: visible !important;

  height: auto;

  display: block;

  width: auto;

  transform: scale(0.5);

  margin: 3px 0 0;
}

.room-inner .room-tab {
  width: 100%;

  display: block;

  background: #ffffff;
}

.room-inner .room-tab .tab-menu {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: start;

  padding: 0;

  max-width: 1250px;

  margin: 0;

  margin-inline: auto;
}

.room-inner .room-tab ul li {
  list-style: none;

  width: auto;

  display: inline-block;

  margin: 0 18px 0;
}

.room-inner .room-tab ul li a {
  text-decoration: none;

  padding-block: 25px;

  display: block;

  font-size: 20px;

  color: #000000;

  font-weight: 600;
}

.room-inner .room-tab .room-content {
  width: 100%;

  background: #f6f7ff;

  padding: 12px 0 40px;
}

.room-inner .room-tab .room-content .container {
  max-width: 1250px !important;

  margin-inline: auto;
}

.room-inner .room-tab h2 {
  font-size: 32px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 20px;
}

.room-inner .room-tab h3 {
  font-size: 20px;

  color: #000000;

  margin: 0 0 20px;
}

.room-inner .room-tab ul li.tab-item a {
  position: relative;

  transition: all 0.4s ease-in;

  cursor: pointer;
}

.room-inner .room-tab ul li.tab-item a:after {
  content: "";

  width: 0;

  height: 2px;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background: transparent;

  transition: background 0.6s ease-in;
}

.room-inner .room-tab ul li.tab-item a:hover:after {
  background: #f4a251;

  width: 100%;
}

.room-inner .room-tab ul li.tab-item a:hover {
  color: #f4a251;
}

.room-inner .room-tab ul li.tab-item a.active:after {
  background: #f4a251;

  width: 100%;
}

.room-inner .room-tab ul li.tab-item a.active {
  color: #f4a251;
}

.room-inner .room-tab .room-content .room-dscrp {
  width: 100%;

  margin: 0 auto 30px;

  background: #ffffff;

  box-shadow: 0 0 1px 0px rgba(0 0 0 / 0.5);

  padding: 28px 44px;

  border-radius: 4px;
}

.room-inner .room-tab .room-content ul {
  width: 100%;

  padding: 0;

  margin: 0 0 1px;
}

.room-inner .room-tab .room-content ul li {
  margin: 0 40px 0 0;

  position: relative;

  padding: 0 0 0 34px;

  font-size: 18px;

  color: #454545;

  line-height: normal;
}

.room-inner .room-tab .room-content ul li:last-child {
  margin-right: 0;
}

.room-inner .room-tab .room-content ul li:nth-child(3) {
  padding: 0;
}

.room-inner .room-tab .room-content ul li img {
  position: absolute;

  left: 0;

  width: 20px;

  /* height: 100%; */
}

.room-inner .room-tab .room-content ul li.not-avail img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(0%) saturate(0%)
    hue-rotate(0deg);
}

.room-inner .room-tab .room-row .col-md-8 p {
  padding-right: 15px;

  position: relative;
}

.room-view.item.thistab3 > p {
  color: #000000;
  background: #f6cdc5;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 0.5rem;
  font-weight: 500;
  margin-inline: 40px;
}

.room-inner .room-tab p {
  color: #686868;

  font-size: 18px;
}

.room-inner .room-tab .read-btn {
  color: #f4a251;

  font-size: 16px;

  text-decoration: none;

  margin: 12px 0 12px;

  display: inline-block;

  position: relative;
}

.room-inner .room-tab .read-btn:after {
  content: "";

  background: url(../images/arrow-bottom.svg) no-repeat 100%;

  background-size: 10px;

  position: absolute;

  width: 14px;

  height: 6px;

  margin: 0 0 0 9px;

  transition: all 0.25s ease-in;

  top: 9px;
}

/*.room-inner .room-tab .room-row .col-md-8 p:after {

    content: "";

    position: absolute;

    border-right: 1px solid #C4C4C4;

    height: 100%;

    width: 1px;

    right: -12px;

    top: 0;

}*/

.room-inner .room-tab .room-content .room-prf {
  width: 100%;

  margin: 0 auto 30px;

  background: #ffffff;

  box-shadow: 0 0 1px 0px rgba(0 0 0 / 0.5);

  padding: 28px 44px;

  border-radius: 4px;
}

.room-inner .room-tab .room-content .room-prf ul li {
  width: 100%;

  margin: 15px 0;

  padding: 0 0 0 34px;
}

.room-inner .room-tab .room-content ul li.not-avail {
  color: #454545;
}

.room-inner .room-tab .room-content .room-prf .room-opt {
  width: 100%;

  display: block;

  margin: 30px 0 0;
}

.room-inner .room-tab .room-content .room-prf .room-opt ul li {
  width: auto;

  margin: 0 40px 0 0;
}

.room-inner .room-tab .room-content .room-prf .room-opt ul li:last-child {
  padding: 0;
}

.room-inner .room-tab .room-content .room-prf .room-opt ul {
  margin: 0 0 0px;
}

/*.room-inner .room-tab .room-content .room-prf .col-md-3:nth-child(4) li {

    text-align: right;

    padding-right: 32px;

}*/

.room-inner .room-tab .room-content .room-view {
  width: 100%;

  margin: 0 auto 30px;

  /* background: #ffffff;

    box-shadow: 0 0 1px 0px rgba(0 0 0 / 0.5);

    padding: 28px 44px; */

  background: #fff;

  box-shadow: 0 0 1px 0px rgba(0 0 0 / 0.5);

  padding: 28px 0px;

  border-radius: 8px;

  /* position: relative; */
}

.room-inner .room-tab h4 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 20px;
}

.room-inner .room-tab .exp-btn {
  float: right;

  font-weight: 500;

  font-size: 14px;

  text-decoration: none;

  color: #2c79a4;

  padding: 0 14px 0 0;

  position: relative;

  margin-right: 20px;
}

.room-inner .room-tab .room-row h4 {
  width: fit-content;

  display: inline-block;
}

.room-inner .room-tab .room-row > h4 {
  color: #085e6e;

  padding-left: 20px;
}

.room-inner .room-tab .exp-btn:after {
  content: "";

  position: absolute;

  width: 12px;

  height: 4px;

  background: url(../images/blue-arrow.svg) no-repeat 100%;

  background-size: 12px;

  right: 0;

  top: 7px;
}

.room-inner .room-tab .room-view .room-list-col .room-list-col1 {
  width: 22%;

  margin: 0 1% 0 0;

  padding: 0 10px 0 0;

  /* border-right: 1px solid #C4C4C4; */
}

/* .room-inner .room-tab .room-view .room-list {

    width: 100%;

    display: block;

} */

/* .room-inner .room-tab .room-view .room-list-col {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    margin: 0 0 38px;

} */

.thistab3 .room-row {
  /* border: 1px solid blue; */

  margin-bottom: 0px;

  padding: 28px 44px;
}

.thistab3 .room-row .room-list {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;
}

.thistab3 .room-row .room-list .room-list-col {
  width: calc(24% - 12px);

  display: flex;

  border: 1px solid #d9d9d9;

  border-radius: 25px;

  flex-wrap: wrap;

  padding: 17px;
}

.thistab3 .room-row .room-list .room-list-col .room-list-col1 {
  width: 100%;

  margin: 0 0 5px 0;

  padding: 0 10px 0 0;

  /* border: 1px solid #C4C4C4; */
}

.thistab3 .room-row .room-list h4 {
  font-size: 14px;

  width: fit-content;
}

.room-list-col2 small {
  font-weight: 600 !important;
}

.room-inner
  .room-tab
  .room-view
  .room-list-col
  .room-list-col3:nth-child(3)
  span:nth-of-type(1) {
  float: left;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 600;
}

.room-inner
  .room-tab
  .room-view
  .room-list-col
  .room-list-col3:nth-child(3)
  span:nth-of-type(2)
  img {
  width: 20px;
  display: inline-block;
}

.room-dscrp.item.thistab1 > h3 {
  color: #f4a251;
}

.room-prf.item.thistab2 > h3 {
  color: #f4a251;
}

.room-view.item.thistab3 > h3 {
  color: #f4a251;

  padding: 1px 44px;

  padding-bottom: 0;
}

.room-loctn.item.thistab4 > h3 {
  color: #f4a251;

  padding: 6px 44px 9px;

  padding-left: 0;
}

.room-dscrp.item.thistab1 ul {
  padding-bottom: 10px;
}

section.banner-section-new.searchbar
  .resorrt-booking
  .resort-box1.resort-box1-a2
  .error-msg {
  position: absolute;

  bottom: 0px;
}

#searchFormContainer
  section.banner-section-new.searchbar
  .resorrt-booking
  .resort-box1.resort-box1-a2
  .error-msg {
  position: absolute;

  bottom: -9px;
}

.room-inner .room-tab .room-view .room-list-col .room-list-col2 {
  width: 100%;

  margin-right: auto;
}

.room-inner .room-tab .room-view .room-list h4 {
  font-size: 18px;

  color: #000000;

  margin: 0;

  padding-bottom: 12px;
}

.room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
  text-align: right;

  /* margin: 0 0 0 1.5%; */

  margin: 21px 0 0 0;

  width: calc(49% - 1px);

  margin-right: auto;
}

.room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(4) {
  text-align: right;

  /* margin: 0 0 0 1.5%; */

  margin: 21px 0 0 0;

  width: calc(50% - 10px);
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}

.room-inner .room-tab .room-view .room-list h6 {
  position: relative;

  color: #c7c7c7;

  font-size: 14px;

  padding-left: 30px;

  font-weight: 400;
}

.room-inner
  .room-tab
  .room-view
  .room-list-col
  .room-list-col3:nth-child(4)
  h4 {
  font-weight: 600 !important;

  font-size: 16px;

  text-align: left;

  width: 100%;

  padding-left: 8px;

  padding-bottom: 0px;
}

.room-inner .room-tab .room-view .room-list h6:before {
  content: "\2714";

  position: absolute;

  top: 0px;

  color: #08951a;

  font-family: Arial, sans-serif;

  font-weight: 500;

  left: 12px;
}

.room-inner .room-tab .room-view .room-list-col .room-list-col3 p {
  position: relative;

  color: #c7c7c7;

  font-size: 13px;

  margin: 5px 0 0;

  padding: 5px 0 0;

  border-top: 1px dotted #c7c7c7;

  text-align: left;
}

.room-inner .room-tab .room-view .room-container {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-start;

  align-items: center;

  padding: 8px 0 0;

  padding-left: 8px;
}

.room-inner .room-tab .room-view .room-container .room-button {
  color: #f4a251;

  border: 1px solid #f4a251;

  border-radius: 50%;

  line-height: 1;

  font-size: 18px;

  padding: 1px 3px;

  cursor: pointer;

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.room-inner .room-tab .room-view .room-container .room-value {
  color: #000000;

  font-size: 15px;

  margin: 0 8px 0;

  line-height: normal;
}

.room-inner .room-tab .room-content .room-loctn {
  width: 100%;

  margin: 0 auto 30px;

  background: #ffffff;

  box-shadow: 0 0 1px 0px rgba(0 0 0 / 0.5);

  padding: 28px 44px;

  border-radius: 10px;
}

.room-inner .room-tab .room-content .room-loctn p img {
  width: 22px;

  height: 100%;

  position: relative;

  top: -1px;
}

.room-inner .room-tab .room-content .room-loctn .room-map {
  width: 100%;

  display: block;
}

.room-inner .room-tab .room-map img {
  width: 100%;

  border-radius: 14px;
}

.home-rooms #pagination {
  width: 100%;

  display: block;

  padding: 15px 0 0;
}

.home-rooms #pagination button {
  background: transparent;

  border: 1px solid transparent;

  padding: 7px 0;

  line-height: normal;

  border-radius: 50%;

  color: #000000;

  min-width: 36px;

  margin: 0 3px 0;

  transition: all 0.25s ease-in;
}

.home-rooms #pagination button:hover,
.home-rooms #pagination button.active {
  background: #ff7254;

  color: #ffffff;
}

/* next -admin side css start from here...................................................................... */

.footer-ft {
  background-color: #07272d;

  padding: 50px 0 0px 0;
}

.footer-div {
  /* border: 1px solid red; */

  width: 100%;

  height: auto;
  padding: 20px 20px 50px 20px;
}

.footer-line1 {
  position: relative;

  width: 100%;

  /* border-bottom: 0.5px solid #a3a3a3; */

  /* margin-top: 0 auto; */

  margin: 0 0 45px;
}

.footer-line1 img {
  /* position: absolute;

    top: 50%;

    transform: translate(-50%, -50%);

    left: 50%; */

  position: none;

  /* top: 0; */

  transform: none;

  filter: invert(1);

  z-index: 9999;

  /* background: #f1f1f1; */

  /* padding-left: 20px;

    padding-right: 20px; */
}

.footer-cols {
  /* border-top: 1px solid #a3a3a3; */

  width: 100%;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  padding-top: 20px;
}

.foot-c1 h5 {
  font-size: 22px;

  color: #000000;

  padding-bottom: 10px;

  text-align: left;

  /* font-family: "Playfair", serif; */
  font-family: "Inter", sans-serif;
}

/* .footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
    width: 26%;
} */

.row.footer-sub-col {
  width: 80%;
  margin: 0 auto;
}

.foot-c1 ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer-sub-col .col-lg-3.foot-c1:nth-child(2),
.footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
  width: 20%;
}

.footer-sub-col .col-lg-3.foot-c1:nth-child(4) {
  margin-left: auto;

  margin-right: 2%;
}

.footer-ft .row {
  width: 95%;
  margin: 0 auto;
}

.footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
  width: 25%;
}

.resort-header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999900;

  background: #ffffff;

  /* padding: 10px 0; */

  border-bottom: 1px solid #ededed;
}

.resort-header-wrap {
  width: 100%;

  height: 65px;

  /* border:1px solid #c7c7c7; */

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.resort-menus {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  justify-content: space-between;

  /* width: 60%; */
}

.resort-menus ul {
  padding: 0;

  margin: 0;

  list-style: none;

  display: flex;

  justify-content: space-between;

  align-items: center;

  /* width: calc(100% - 200px); */

  /* background: #fafafa; */
}

.resort-menus ul li {
  margin-right: 54px;
}

.resort-menus ul li a {
  transition: all 0.25s ease-in;

  text-decoration: none;

  color: #000;

  font-size: 16px;
}

.resort-menus ul li a:hover {
  color: #ff7254;
}

/*.resort-logo img {

    filter: invert(1);

}*/

.resort-hamberg {
  display: none;
}

.resort-menus > a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 25px;
  background-color: #ff7254;
  border: 2px solid #ff7254;
  margin-right: 0.5rem !important;
  margin-left: 0.25rem !important;
  width: fit-content;
}

.resort-menus > a:hover {
  color: #ff7254;

  border: 2px solid #ff7254;

  background: #fff;
}

.resort-menus > a:nth-of-type(2) {
  border: 2px solid #085e6e;

  color: #fff;

  background: #085e6e;
}

.resort-menus > a:nth-of-type(3) {
  border: 2px solid #085e6e;

  color: #fff;

  background: #085e6e;
}

.resort-menus > a:nth-of-type(2):hover {
  border: 2px solid #085e6e;

  color: #085e6e;

  background: #fff;
}

.resort-menus > a:nth-of-type(3):hover {
  border: 2px solid #085e6e;

  color: #085e6e;

  background: #fff;
}

/* banner css start.. */

.banner-section {
  width: 100%;

  height: 40vw;

  background: url(../images/luxury.jpg) no-repeat center;

  background-size: cover;

  position: relative;
}

/* .banner-section::after {



    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background-color: #00000027;

} */

.banner-section .container {
  position: relative;

  height: 100%;
}

.resort-content-div {
  /* border: 1px solid #fff; */

  width: 80%;

  /* position: absolute;

    top: 59%;

    left: 50%;

    transform: translate(-50%, -50%); */

  z-index: 999;
}

.resort-content-div h1 {
  font-size: 65px;

  text-align: center;

  color: #fff;

  margin: 0;

  line-height: 63px;

  font-weight: 400;
}

.banner-section-new.banner-section-book-new .resorrt-booking {
  /* background-color: #fff !important; */
}

.resorrt-booking {
  display: flex;

  align-items: center;

  background-color: #f2f2f2;

  padding: 25px 25px;

  /* padding: 28px 44px;  */

  border-radius: 10px;

  gap: 0px;

  justify-content: space-between;

  margin-top: 0px;
}

.room-view.item.thistab3 .resorrt-booking {
  padding: 28px 44px;

  /* border-radius: 0 !important; */
}

.resort-box1 {
  border: 1px solid grey;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  padding: 5px 10px;

  gap: 10px;

  border-radius: 15px;

  width: 29%;

  /* position: relative; */

  background: #fff;
}

.resorrt-booking > a {
  font-weight: 500;

  font-size: 16px;

  color: #fff;

  background-color: #ff7254;

  padding: 18px 30px;

  border-radius: 32px;

  text-decoration: none;
}

.resort-sub p {
  margin: 0;

  /* color: darkgrey; */

  font-size: 14px;
}

.resort-sub p {
  padding-bottom: 2px;

  color: #000;
}

/* .resort-sub { 

    width: 90%;

    cursor: pointer;

} */

.resort-sub {
  width: fit-content;

  cursor: pointer;

  position: relative;
}

.resort-sub select {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  color: darkgrey;
  width: 220px;
  position: absolute;
  left: -29%;
  transform: translate(24%, 0%);
  padding-block: 10px;
  top: 55px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

/* .resort-sub select.mac-os {
    opacity: 0;
    transition: none;
    left: inherit;
    width: 100%;
    top: 30px;
    opacity: 0;
} */

.resort-sub select option {
  border-bottom: 1px solid #c8c8c8;

  padding-block: 10px;

  padding-inline: 15px;

  color: black;
}

.resort-sub select option:hover {
  background-color: #ff5722;

  color: #ffffff;
}

.resort-sub select option:last-child {
  border-bottom: none;
}

.resort-sub select:focus {
  outline: none;
}

.resort-sub input {
  cursor: pointer;

  border: none;

  color: darkgray;

  appearance: none;

  width: 100%;

  outline: 0;
}

.resorrt-booking > input[type="submit"] {
  font-weight: 500;

  font-size: 16px;

  color: #fff;

  background-color: #ff7254;

  padding: 18px 30px;

  border-radius: 32px;

  text-decoration: none;

  border: none;
}

.home-side-section .search-box button {
  border: 1px solid #e3e3e3;

  border-radius: 5px;

  height: 40px;

  padding-inline: 5px;

  background: #fff;

  position: relative;

  top: -1px;
}

.home-side-section .search-box input {
  border: 1px solid #e3e3e3;

  border-radius: 5px;

  height: 40px;

  padding-left: 10px;

  width: calc(100% - 44px);
}

.resort-sub input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;

  /* Hide the date picker icon */
}

.resort-sub input[type="date"] {
  -webkit-appearance: none;

  /* Remove WebKit-specific styles */

  -moz-appearance: none;

  /* Remove Firefox-specific styles */

  appearance: none;

  /* General appearance reset */
}

.resort-sub input[type="date"]:focus {
  outline: none;
}

.resort-box1.resort-box1-a2 {
  /* position: relative; */
}

.resort-box1-drope1 {
  position: absolute;

  max-width: 700px;

  width: 100%;

  height: auto;

  border: 1px solid #b3b3b3;

  border-radius: 12px;

  top: 50%;

  left: 50%;

  width: 100%;

  transform: translate(-50%, -50%);

  z-index: 999;

  display: none;
}

.date-home-row {
  /* border:1px solid orange; */

  width: 100%;

  height: 100%;

  margin: 0 auto;
}

.resort-box1-drope1 .container {
  width: 100%;

  padding-left: 0;

  padding-right: 0;

  margin-left: 0;

  margin-right: 0;
}

/* .row.date-home-row{



    padding-left: 0 !important;

    padding-right: 0 !important;

} */

.date-home-row .col-12.col-sm-12.col-md-12.col-lg-12 {
  padding-left: 0;

  padding-right: 0;
}

.resort-tabDiv {
  width: 100%;

  border-bottom: 1px solid #b3b3b3;

  height: fit-content;

  background-color: #f8f3e7;

  display: flex;

  align-items: baseline;

  justify-content: space-between;

  border-radius: 10px 10px 0 0;

  /* padding-top: 10px; */
}

.resort-tabDiv > p:nth-child(1) {
  font-size: 16px;

  font-weight: 600;

  color: #000000;

  text-align: center;

  /* width: 48%; */

  width: 100%;

  border-bottom: 0;

  margin: 0 auto;

  padding-block: 14px;

  position: relative;

  /* background-color: #c7c7c7; */
}

.resort-tabDiv > p:nth-child(2) {
  font-size: 16px;

  font-weight: 600;

  color: #000000;

  text-align: center;

  width: 48%;

  border-bottom: 0;

  margin: 0 auto;

  padding-block: 14px;

  position: relative;
}

.resort-tabDiv > p:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  /* Initially invisible */
  width: 0;
  /* Start with 0 width */
  background-color: black;
  transition: width 0.3s ease-in-out;
  /* Smooth expansion */
}

.resort-tabDiv > p:nth-child(1):hover::after {
  width: 100%;
}

.resort-tabDiv > p:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  transition: width 0.3s ease-in-out;
}

.resort-tabDiv > p:nth-child(2):hover::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}

.resort-tabDiv > p:nth-child(2):hover:not(.active)::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}

.resort-tabDiv > p.active:hover::after {
  width: 0;

  /* Ensure no hover effect on active tabs */
}

.resort-tabDiv > p:nth-child(1):hover:not(.active)::after {
  width: 100%;

  transition: width 0.3s ease-in-out;
}

.flexible-date-div {
  width: 100%;

  height: auto;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.flexible-date-div > h6 {
  font-size: 18px;

  font-weight: 600;

  text-align: center;
}

.flex-date-add {
  display: flex;

  align-items: center;

  justify-content: center;

  width: fit-content;

  gap: 20px;

  margin-top: 15px;
}

.flex-date-add .flex-date-boxes {
  border: 1px solid grey;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 8px 18px;
}

.flex-date-check {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

  margin-top: 30px;

  position: relative;
}

.flex-date-check input[type="checkbox"] {
  display: none;

  /* Hide the default checkbox */
}

.flex-date-check label {
  display: inline-flex;

  align-items: center;

  /* Ensure label text aligns with the checkbox */

  cursor: pointer;

  font-size: 16px;

  /* font-weight: 600; */

  color: #000;
}

.flex-date-check label::before {
  content: "";

  display: inline-block;

  width: 17px;

  height: 17px;

  border: 2px solid grey;

  /* Grey border */

  border-radius: 3px;

  /* Rounded corners (optional) */

  margin-right: 8px;

  /* Spacing between the checkbox and text */

  background-color: transparent;

  /* Initially empty inner state */

  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.flex-date-check input[type="checkbox"]:checked + label::before {
  background-color: rgb(255 129 102);

  /* Blue background when checked */

  position: relative;
}

.flex-date-check input[type="checkbox"]:checked + label::after {
  content: "\2713";

  color: white;

  font-size: 13px;

  font-weight: bold;

  position: absolute;

  top: 12px;

  left: 8px;

  transform: translate(-50%, -50%);

  /* Center the tick icon */
}

/* TAB STYLE */

.resort-tabDiv {
  width: 100%;

  border-bottom: 1px solid #d9d9d9;

  height: fit-content;

  background-color: #f8f3e7;

  display: flex;

  justify-content: space-between;

  border-radius: 10px 10px 0 0;
}

.resort-tabDiv p {
  font-size: 16px;

  font-weight: 600;

  color: #000000;

  text-align: center;

  width: 48%;

  margin: 0;

  padding: 14px 0;

  cursor: pointer;

  transition: border-color 0.3s ease;
}

.resort-tabDiv p.active {
  border-bottom: 4px solid #ff7254;

  /* Highlight active tab */
}

.day {
  transition: all 0.25s ease-in;

  border-radius: 50%;

  color: #ff7254;
}

.day:hover {
  background: #ff7254 !important;

  color: #ffffff;
}

.day.past:hover {
  background: none !important;

  color: #999;
}

.tab-content {
  padding: 20px;

  background: #ffffff;

  /* border: 1px solid #b3b3b3; */

  border-top: none;

  border-radius: 0 0 10px 10px;

  display: flex;

  justify-content: center;
}

.tab-pane {
  display: none;

  /* Hide all content by default */

  width: 100%;
}

.tab-pane.active {
  display: block;

  /* Show only active tab content */
}

.tab-1-hr {
  width: 98%;

  height: 2px;

  color: grey;

  margin-top: 37px;
}

.flexible-data-months {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 16px;

  flex-wrap: wrap;

  /* flex-direction: column; */
}

.flexible-data-months > h6 {
  width: 100%;

  text-align: center;
}

.flexible-data-months > p {
  width: 100%;

  text-align: center;
}

.flexible-data-months .flexible-months {
  border: 1px solid grey;

  border-radius: 9px;

  width: 96px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  padding: 13px 2px;

  /* margin-right: 20px; */
}

.flexible-data-months .flexible-months:last-child {
  margin-right: 0;
}

.flexible-months img {
  width: 24px;

  margin-bottom: 4px;
}

.flexible-months span {
  font-size: 13px;

  color: #191e3b;

  text-align: center;

  line-height: normal;
}

.flexible-months span:nth-of-type(1) {
  font-weight: 600;
}

.flexible-months span:nth-of-type(2) {
  font-size: 12px;
}

.flexible-submit {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  width: 100%;

  margin-top: 40px;
}

.flexible-submit a {
  text-decoration: none;

  width: fit-content;

  border-radius: 24px;

  padding: 11px 27px;

  background-color: #191e3b;

  color: #fff;

  font-size: 16px;

  display: flex;

  align-items: center;

  margin: 0;

  justify-content: center;
}

/* .resort-box1.resort-box1-a2 {



    position: relative;



} */

.resort-box1.resort-box1-a3 {
  position: relative;
}

.resort-box1-drope2 {
  position: absolute;

  left: 50%;

  bottom: 0;

  width: 105%;

  min-width: 300px;

  max-width: 300px;

  bottom: -4px;

  /* border: 1px solid orange; */

  transform: translate(-50%, 100%);

  background-color: #fff;

  padding-left: 25px;

  border-radius: 9px 9px 9px 9px;

  padding: 15px 35px;

  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding-top: 25px;
}

.resort-rooms {
  width: 100%;

  height: auto;

  display: flex;

  flex-direction: column;

  align-items: baseline;

  justify-content: center;
}

.resort-rooms h6 {
  font-weight: 600;

  margin-top: 12px;

  width: 100%;

  text-align: left;

  color: #000;

  position: relative;
}

.close-icon1 {
  /* position: absolute; */

  width: 23px;

  height: 23px;

  top: -25px;

  right: -26px;

  color: #000;

  border: 1px solid #000;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-weight: 400;

  font-size: 11px;

  cursor: pointer;

  margin-left: auto;
}

.close-icon1:hover {
  color: #ffffff;

  border: 1px solid #000000;

  background-color: #000;
}

.resort-rooms-box1 {
  display: flex;

  align-items: center;

  justify-content: space-between;

  /* border:1px solid green; */

  width: 100%;

  margin-top: 8px;

  margin-bottom: 6px;
}

/* .children-number {

    display: flex !important;

    align-items: center;

    justify-content: space-between;

} */

.resort-room-count {
  width: fit-content;

  display: flex;

  justify-content: center;

  align-items: center;
}

.resort-rooms-box1 p {
  margin: 0;

  color: #000;
}

.resort-room-count span:nth-child(1) {
  border: 1px solid #4d4d4d;

  border-radius: 50%;

  padding: 5px;

  margin-right: 17px;

  width: 30px;

  height: 30px;

  color: #4d4d4d;

  cursor: pointer;

  background: #fff;

  display: flex;

  background: #fff;

  align-items: center;

  justify-content: center;

  font-size: 13px;
}

.resort-room-count span:nth-child(3) {
  border: 1px solid #4d4d4d;

  border-radius: 50%;

  padding: 5px;

  margin-left: 17px;

  width: 30px;

  height: 30px;

  color: #4d4d4d;

  cursor: pointer;

  background: #fff;

  display: flex;

  background: #fff;

  align-items: center;

  justify-content: center;

  font-size: 13px;
}

.resort-room-count span:nth-child(2) {
  font-size: 17px;

  min-width: 11px;
}

.children {
  display: flex;

  flex-direction: column;

  position: relative;
}

.child-age-wrapper label {
  position: relative;
}

.child-age-wrapper label::after {
  position: absolute;

  content: "*";

  top: -4px;

  right: -5px;

  font-size: 14px;

  color: red;
}

.children p {
  margin: 0;

  padding-bottom: 0px;

  color: #000;
}

.children span {
  color: #000;

  font-size: 12px;

  display: flex;
}

.resort-toggle-btn {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 10px;

  /* border:1px solid blue; */

  margin-top: 20px;

  cursor: pointer;
}

.resort-toggle-btn a:nth-child(1) {
  /* background-color: #abdcf8; */

  width: fit-content;

  padding: 7px 10px;

  font-size: 14px;

  border-radius: 20px;

  text-decoration: none;

  font-weight: 600;

  color: #ff360b;

  border: 1px solid #ffe2dc;

  /* color: #1668e3; */
}

.resort-toggle-btn a:nth-child(1):hover {
  background-color: #ffe6e1;

  /* background-color: #ddf1fd; */

  /* color:#fff; */
}

.resort-toggle-btn a:nth-child(2) {
  /* background-color: #abdcf8; */

  width: fit-content;

  padding: 7px 14px;

  font-size: 14px;

  border-radius: 20px;

  text-decoration: none;

  font-weight: 600;

  color: #07272d;

  border: 1px solid #04374130;

  display: none;

  cursor: pointer;
}

.resort-toggle-btn a:nth-child(2):hover {
  /* background-color: #ffe6e1; */

  background-color: #e9f7ff;

  /* color:#fff; */
}

.resort-last-content p {
  font-weight: 600;

  color: #1668e3;

  margin: 0;
}

.resort-last-content a {
  text-decoration: none;

  width: fit-content;

  border-radius: 24px;

  padding: 11px 27px;

  background-color: #1668e3;

  color: #fff;

  font-size: 16px;

  display: flex;

  align-items: center;

  margin: 0;

  justify-content: center;
}

.resort-last-content {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 32px;
}

.children-number {
  /* border:1px solid red; */

  width: 100%;

  height: auto;

  margin-top: 10px;

  display: none;
}

/* .children-number {

    display: flex !important;

    align-items: center;

    justify-content: space-between;

} */

.children-number select span {
  color: red !important;
}

.children-number label {
  width: fit-content;

  display: inline-block;

  height: 34px;

  vertical-align: middle;

  line-height: 31px;
}

/* .children-number label {

    border: 1px solid grey;

    width: fit-content;

    display: inline-block;

    height: 34px;

    vertical-align: middle;

} */

.children-number select {
  /* display: inline-block;

    width: 40%;

    float: right;

    height: 34px;

    padding: 4px 9px; */
}

.children-number select {
  /* width: 100%; */

  height: 45px;

  border-radius: 10px;

  padding-inline: 10px;

  -webkit-appearance: none;

  appearance: none;

  background: url(../images/downicon.svg) no-repeat right 11px center;

  background-size: 20px;

  display: inline-block;

  width: 105px;

  float: right;

  height: 34px;

  padding: 4px 9px;
}

/* admin side css end here .......................................... ////////////////////////////*/

.home-blog {
  /* border:1px solid blue; */

  padding: 20px;

  margin-block: 50px;
}

.home-blog-cards {
  /* border:1px solid orange; */

  padding: 10px;
}

.home-blog-box {
  /* border:1px solid orange; */

  display: flex;

  flex-direction: column;

  padding: 10px;
}

.home-blog-box h6 {
  color: black;

  padding-top: 25px;

  text-align: left;

  font-size: 18px;

  text-align: left;

  word-wrap: break-word;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  line-height: 25px;

  /* max-height: 2.8em;  */
}

.home-blog-box p {
  color: grey;

  text-align: left;

  padding-top: 12px;
}

.home-blog h3 {
  text-align: center;

  font-size: 40px;

  color: black;
}

.blog-btn {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 50px;
}

.blog-btn a {
  border: 1px solid black;

  border-radius: 29px;

  padding: 15px 30px;

  text-decoration: none;

  color: black;

  font-size: 18px;

  font-weight: 500;

  display: flex;

  align-items: center;

  justify-content: center;
  transition: all 0.4s ease-in-out;
  gap: 9px;
}

.blog-btn a:hover {
  background-color: #ff7254;
  color: #fff;

  border: 1px solid #ff7254;
}

.blog-btn img {
  width: 19px;

  /* padding-left: 5px; */
}

.blog-btn a:hover img {
  filter: invert(1);

  transform: translateX(10px);

  transition: transform 0.3s ease-in-out;
}

/* banner css end.................. */

/* home hotel room ......................................... */

.home-hotel-room .row.gy-4.gx-3 {
  /* align-items: center; */

  justify-content: center;
}

.home-hotel-room {
  /* border:1px solid green; */

  padding: 20px 0 70px 0;
}

.home-blog-box img {
  height: 246px !important;
  object-fit: cover;
  width: 100%;
  border-radius: 15px !important;
  overflow: hidden;
}

/* .home-room-cards{



    border: 1px solid orange;

} */

.home-room-box {
  height: 100%;
}

.home-room-img {
  height: 100%;
  border: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ededed;
  overflow: hidden;
  border-radius: 15px;
}

.home-inter {
  /* border:1px solid maroon; */

  width: 100%;

  position: relative;

  /* max-height: 220px; */

  max-height: 175px;

  height: 180px;

  overflow: hidden;
}

.home-inter > img {
  width: 100%;

  height: 100% !important;

  object-fit: cover;

  border-radius: 16px 16px 0 0;

  transition: all 0.25s ease-in;
}

.home-inter span {
  position: absolute;

  top: 12px;

  right: 15px;
}

.home-hotel-room .home-room-box.clickable-card {
  cursor: pointer;

  display: flex;

  flex-wrap: wrap;
}

.home-hotel-room .home-room-box.clickable-card:hover .home-inter > img {
  transform: scale(1.05);
}

.home-room-data {
  /* border: 1px solid #dadada; */

  width: 100%;

  height: auto;

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  /* border-radius: 0 18px 18px 0; */

  justify-content: space-between;
}

.home-room-data-box {
  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 10px;

  padding: 15px 10px 10px 10px;

  padding-bottom: 20px;
}

.home-room-data .room-content-a1 {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 25px;
}

.home-room-data-box > a {
  border: 1px solid #e39524;

  text-decoration: none;

  padding: 10px 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 25px;

  color: black;

  margin-top: 10px;

  margin-bottom: 10px;
}

.home-room-data-box > a:hover {
  color: #fff;

  background: #ff7254;

  border: 1px solid #ff7254;
}

.home-room-data .room-content-a1 > span {
  font-size: 18px;

  font-weight: 500;

  line-height: normal;
}

.home-room-data p a {
  text-decoration: none;

  color: #7d7d7d;
}

.home-room-data p {
  color: #7d7d7d;

  display: flex;

  align-items: flex-start;

  margin-block: 3px;

  margin-left: -2px !important;
}

.home-room-data-box > span {
  display: flex;

  align-items: center;

  font-size: 18px;

  font-weight: 500;
}

.home-room-data-box > span p {
  margin: 0;

  font-size: 15px;

  color: black;

  font-weight: 300;
}

.footer-sub-col {
  /* border:1px solid black; */

  margin: 0;

  margin-top: 82px;

  margin-bottom: 50px;

  justify-content: space-between;
}

.foot-c1 ul a {
  color: #fff;

  font-size: 15px;

  text-decoration: none;
}

.foot-c1.foot-icon ul {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 10px;
}

.foot-c1.foot-icon ul li a {
  border: 1px solid #fff;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.foot-c1.foot-icon ul li a img {
  filter: invert(1);
}

.foot-c1.foot-icon ul li:hover a {
  background: #ff7254;

  border: 1px solid #ff7254;
}

.foot-c1.foot-icon ul li:hover img {
  filter: invert(1);
}

.foot-c1 ul li {
  padding-bottom: 7px;
}

.foot-c1 p {
  color: #fff;
}

.foot-coppy p {
  margin: 0;

  color: #fff;
}

.foot-c1 input {
  height: 45px;

  padding: 10px;

  margin-bottom: 10px;

  width: 100%;

  border: 1px solid #fff;

  background: transparent;

  color: #fff;
}

.foot-c1 input::placeholder {
  color: #fff;
}

.footer-email {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  /* flex-direction: column; */

  position: relative;
}

/* .footer-email::after {



    position: absolute;

    content: "";

    width: 20px;

    height: 20px;

    right: 0;

    top: 0;

    background-size: 20px;

    background: url(../images/right-ar.svg) no-repeat;

} */

.footer-email input[type="submit"] {
  /* text-align: center; */

  /* background: #085e6e; */

  /* border: 1px solid #085e6e;

    background-size: 20px;

    background: #085e6e url(../images/right-ar.svg) no-repeat;

    background-position-x: 68%;

    background-position-y: 50%; */

  /* transition: all .3s ease-in-out; */
}

/* .footer-email input[type="submit"]:hover {



    background: #ff7254;

    border: 1px solid #ff7254;

 

} */

.footer-email a {
  border: 1px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 45px;

  padding: 10px;

  text-decoration: none;

  text-transform: uppercase;

  color: #000;

  margin-bottom: 10px;
}

.footer-check {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 10px;

  display: none;
}

.foot-c1 .mc4wp-form-fields > input {
  display: none;
}

.footer-check label a {
  text-decoration: none;

  color: #fff;
}

.foot-c1 input[type="checkbox"] {
  width: 16px;

  height: 16px;

  margin: 0;

  -webkit-appearance: none;

  background: none;

  border-radius: 0;

  padding: 0;

  cursor: pointer;

  position: relative;

  border: 1px solid #fff;
}

.foot-c1 input[type="checkbox"]:checked:after {
  text-align: center;

  content: "\2714";

  left: 0;

  top: 0;

  position: absolute;

  width: 100%;

  height: 100%;

  line-height: 1.5;

  font-size: 12px;
}

/* .foot-c1:not(.foot-icon) ul li{



  

    transition: transform .3s ease-in-out;

   

} */

.foot-c1:not(.foot-icon) ul li a {
  position: relative;

  height: 1.5px;

  transition: width 0.3s ease-in-out;

  width: fit-content;

  padding-bottom: 2px;
}

.foot-c1:not(.foot-icon) ul li a::after {
  content: "";

  position: absolute;

  bottom: -2px;

  left: 0;

  width: 0;

  height: 2px;

  background-color: #ff7254;

  transition: width 0.3s ease-in-out;

  padding-bottom: 2px;
}

.foot-c1:not(.foot-icon) ul li:hover a::after {
  width: 100%;
}

#searchFormContainer {
  display: none;
}

#evf-form-438 .evf-field-container {
  padding: 0;
}

#evf-form-438 .evf-field-container .input-text {
  width: 100%;

  height: 58px;

  border-radius: 5px;

  border: 1px solid #dfdfdf;

  padding: 8px 14px;

  font-size: 16px;

  color: #000000;

  line-height: normal;
}

#evf-form-438 .evf-field-container textarea.input-text {
  min-height: 100px;

  padding-top: 14px;
}

#evf-form-438 .evf-submit-container {
  width: 100%;

  padding: 0;
}

#evf-form-438 .evf-submit {
  font-size: 18px;

  text-decoration: none;

  color: #fff;

  background: #085e6e !important;

  border: 1px solid #085e6e !important;

  padding: 12px 35px;

  border-radius: 4px;

  margin: 0 0 0;

  display: inline-block;

  text-align: center;

  transition: all 0.25s ease-in;

  width: 100%;
}

#evf-form-438 .evf-submit:hover {
  background: #ff7254 !important;

  border-color: #ff7254 !important;
}

.htl-cont h2 {
  text-align: center;

  font-size: 35px;
}

.htl-cont .elementor-widget-container > p {
  text-align: center;

  max-width: 600px;

  width: 100%;

  margin: 0 auto;

  padding-bottom: 20px;
}

.faq-cont.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
  width: 66%;

  margin: 0 auto;
}

.foot-c1 h5 {
  font-size: 26px;

  color: #fff;

  padding-bottom: 10px;

  text-align: left;

  font-family: "Inter", sans-serif;

  /* font-family: "Playfair", serif; */
}

.day {
  width: 36px;

  height: 36px;

  max-width: 36px;

  max-height: 36px;

  line-height: 1;

  padding-top: 0px !important;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0 !important;

  padding: 3px !important;
}

button#prev-month {
  position: relative;

  padding-left: 0px;

  display: flex;
  color: black;
}

button#prev-month::before {
  content: "";

  background: url(../images/white-arrow.svg) no-repeat 100%;

  background-size: 24px;

  position: relative;

  width: 23px;

  height: 9px;

  margin: 0 0 0 4px;

  transition: all 0.25s ease-in;

  transform: rotate(90deg);

  top: 9px;

  display: flex;

  filter: invert(1);

  left: -0px;

  background-size: 23px;
}

button#next-month {
  position: relative;

  padding-right: 0px;
  color: black;
  display: flex;
}

button#next-month::after {
  content: "";

  background: url(../images/white-arrow.svg) no-repeat 100%;

  background-size: 24px;

  position: relative;

  width: 22px;

  height: 9px;

  margin: 0 0 0 4px;

  transition: all 0.25s ease-in;

  transform: rotate(269deg);

  top: 9px;

  filter: invert(1);

  display: flex;

  right: 4px;

  background-size: 23px;
}

.banner-section-new .container {
  position: absolute;

  height: inherit;

  width: 100% !important;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 999;
}

.resort-content-div {
  position: relative !important;

  transform: none;
}

.resort-first h1 span {
  display: block;

  font-family: "Playfair", serif;
}

/* .resort-dest.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded >.e-con-inner {

    width: 100%;

    max-width: 95%;

} */

/* responsive........................................................ */

/* newly added admin side css//.....................for faq and resort.................. */

#menu-item ul {
  padding: 0;

  margin: 14px 0 0;

  display: inline-block;

  float: right;
}

#menu-item ul li {
  display: inline-block;

  margin: 0 50px 0 0;
}

#menu-item ul li a {
  text-decoration: none;

  color: #fff;

  font-size: 16px;

  transition: all 0.25s ease-in;
}

#menu-item ul li a:hover {
  color: #ff7254;
}

/* Faq css start ........ */

.faq-cont {
  background: #07272d;
}

.faq-accord details summary .e-n-accordion-item-title-text {
  color: #fff;

  position: relative;

  width: 100% !important;

  /* 	background:yellow; */

  display: flex;

  font-weight: 400;
}

.faq-accord details summary .e-n-accordion-item-title-header {
  width: 100% !important;

  /* background:#fafa; */
}

.faq-accord details summary .e-n-accordion-item-title-text::after {
  position: absolute;

  content: "";

  width: 25px;

  height: 25px;

  background: url(https://demo.dotwibe.com/hotelbeds/wp-content/uploads/2025/05/navarow.svg);

  right: 0;

  top: -7px;

  background-size: 24px;

  filter: invert(0);
}

.faq-accord .faq-list {
  border: none;

  border-bottom: 1px solid #000000 !important;
}

.faq-accord summary.e-n-accordion-item-title {
  border-bottom: 1px solid #000000 !important;
}

.faq-accord.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border: none !important;
}

.faq-accord.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-text::after {
  transform: rotate(180deg);
}

.faq-cont {
  background: #f1f1f1 !important;
}

.faq-accord details summary .e-n-accordion-item-title-icon {
  color: #fff !important;

  background: #ffffff;

  display: none;
}

.faq-accord summary.e-n-accordion-item-title {
  padding: 30px 0px;

  border: none;

  border-bottom: 1px solid #fff;
}

.faq-accord .faq-list {
  border: none;

  border-bottom: 1px solid #ffffff;

  padding-left: 0;

  padding-top: 0;

  /* 	font-weight:700 */
}

.faq-accord .faq-list p {
  color: #fff;

  font-weight: 300;
}

.faq-accord.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border: none;
}

.faq-accord.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-text::after {
  transform: rotate(180deg);

  /* Adjust the rotation angle */
}

#customModal > div {
  border: 3px solid transparent;

  /* border-image: linear-gradient(to right, #fd5734, #fff3ce, #f56546);

    border-image-slice: 1; */

  border: 2px solid #f56546;

  padding: 27px !important;
}

#customModal h3 {
  font-size: 24px;

  margin-top: 0px;

  font-weight: 600;

  padding-bottom: 4px;

  color: #f56546;
}

ul#modalPriceDetails {
  list-style: none;

  padding: 0 !important;

  margin: 0;
}

ul#modalPriceDetails > li {
  margin-bottom: 5px;

  font-size: 15px;
}

ul#modalPriceDetails > li:last-child {
  margin-top: 9px !important;
}

#customModal > div > span {
  position: absolute !important;

  top: 32px !important;

  right: 26px !important;

  cursor: pointer;

  font-weight: bold;

  border: 1px solid #e6674c;

  width: 18px;

  height: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  padding-bottom: 2px;

  background: #e6674c;

  color: #fff;

  padding-left: 1px;
}

#customModal > div > span:hover {
  background-color: #000;

  color: #fff;

  border-color: #0000;
}

/* Faq css end ........ */

/* tourist destinations .....*/

.resort-card1 .elementor-widget-container {
  position: relative;
}

.resort-card1 .elementor-widget-container .wp-caption-text {
  position: absolute;

  left: 20px;

  bottom: 20px;

  font-size: 25px;

  background: none !important;

  color: #fff;

  font-weight: 400;
}

.resort-card1 .elementor-widget-container img {
  border-radius: 25px;
}

.resort-card2 .elementor-widget-container {
  position: relative;
}

.resort-card2 .elementor-widget-container .wp-caption-text {
  position: absolute;

  left: 20px;

  bottom: 20px;

  font-size: 25px;

  background: none !important;

  color: #fff;

  font-weight: 400;
}

.resort-card2 .elementor-widget-container img {
  border-radius: 25px;
}

.resort-card3 .elementor-widget-container {
  position: relative;
}

.resort-card3 .elementor-widget-container .wp-caption-text {
  position: absolute;

  left: 20px;

  bottom: 20px;

  font-size: 25px;

  background: none !important;

  color: #fff;

  font-weight: 400;
}

.resort-card3 .elementor-widget-container img {
  border-radius: 25px;
}

.resort-title h2 {
  font-size: 35px;

  margin: 0;

  font-weight: 500;
}

.resort-title p {
  font-size: 18px;

  color: grey;
}

.resort-title {
  padding-left: 18px;
}

/* end newly added css  for the admin side .......................................................... */

.resort-first + div > .elementor-widget-container {
  padding-top: 0 !important;
}

.resort-first h1 {
  font-family: "Playfair", Sans-serif;

  font-size: 65px;

  font-weight: 600 !important;

  color: #ffffff;

  padding-top: 70px;
}

.resort-first h1 span {
  font-family: "Playfair", Sans-serif;
}

.banner-section-new {
  min-height: 10vw;

  /* border: 1px solid red; */

  margin-bottom: 50px;

  margin-top: 50px;
}

.resorts-t1 {
  max-width: 1140px !important;

  width: 100%;

  margin: 0 auto;

  padding-inline: 10px;

  /* border: 1px solid; */
}

.empty-cart-message {
  text-align: center;
}

.hotel-reviews p {
  font-size: 14px;
}

/* blog page css start................................. */

.resort-header.header-blog {
  position: relative;

  top: 0;

  border-bottom: 1px solid #e4e4e4;
}

.blog-lists {
  padding-top: 50px;
}

.resort-header.header-blog .resort-logo img {
  filter: invert(0);
}

.resort-header.header-blog .resort-menus li a {
  color: black;
}

.blog-banner {
  /* border:1px solid green; */

  width: 100%;

  height: 100%;

  /* background: url(../images/blog-banner.png) no-repeat center center !important; */

  background-size: 100%;

  /* height: 14vw; */

  background-size: cover !important;

  /* height: 100%;

max-height: 26vw; */

  /* padding-block: 148px; */
  margin-top:34px;
  min-height: 300px;
  max-height: 450px;
  position: relative;
}

.blog-banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-lists .row:nth-child(1) {
  margin-bottom: 40px;
}

.blog-banner .container-fluid {
  padding: 0 !important;

  margin: 0 !important;

  height: inherit;
}

.blog-banner .container-fluid .row {
  height: 100%;

  flex-wrap: wrap;
}

.blog-banner-img {
  width: 100%;

  height: 100%;

  text-align: center;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;
}

.blog-banner-img h1 {
}

.blog-left {
  border-right: 1px solid #dcdcdc;
}

.blog-left-full .blog-left-img1 {
  width: 100%;

  /* height:100%; */
}

/* .blog-left-full img{

    width: 100%;

    height: 28vw;

    object-fit: cover;

    max-height: 443px;

} */

.blog-full-desc {
  /* border:1px solid red; */

  width: 100%;

  position: relative;

  padding-top: 12px;

  padding-bottom: 33px;
}

.blog-full-desc::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  bottom: -20px;
  right: 0;
}

.blog-texts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-texts p {
  display: flex;

  font-size: 15px;

  display: inline-block;

  width: fit-content;

  margin: 0;

  color: grey;
}

.blog-texts span {
  margin: 0;

  font-size: 15px;

  display: inline-block;

  width: fit-content;

  color: grey;
}

.blog-full-desc > span {
  font-size: 15px;

  color: #ff7254;

  text-transform: uppercase;

  display: flex;

  padding-bottom: 10px;
}

.blog-full-desc > span a {
  text-decoration: none;

  font-size: 15px;

  color: #ff7254;

  text-transform: uppercase;
}

.blog-full-desc > h5 {
  font-size: 20px;

  padding-bottom: 40px;

  text-align: left;
}

.blog-full-desc > h5 a {
  text-decoration: none;

  color: #000;

  word-wrap: break-word;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  line-height: 28px;
}

.blog-left-full img {
  width: 100%;

  height: auto;

  object-fit: cover;

  max-height: 400px;

  border-radius: 18px;
}

.notvalid {
  border: 2px solid red !important;
}

.blog-left-row1 {
  margin-bottom: 20px;
}

.blog-two-img {
  width: 100%;

  height: 121px;
}

.blog-two-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 13px;
}

.blog-title-bottom > span {
  display: flex;

  font-size: 14px;

  text-align: left;

  color: #ff7254;
}

.blog-title-bottom > span a {
  text-decoration: none;

  color: #ff7254;
}

.blog-title-bottom > h5 a {
  text-decoration: none;

  word-wrap: break-word;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  color: black;
}

.blog-title-bottom > h5 {
  font-size: 15px;

  text-align: left;

  padding-bottom: 20px;

  line-height: 23px;

  padding-top: 5px;
}

.blog-two-card-texts {
  display: flex;

  justify-content: space-between;

  align-items: center;
    flex-wrap: wrap;
  padding-top: 17px;
  /* display: inline-block; */
  width: 100%;
  /* float: none; */
}

.blog-two-card-texts p {
  margin: 0;

  font-size: 14px;

  width: fit-content;

  color: grey;

  display: inline-block;
  float: left;
  margin-right: 8px;
  /* margin-top: 1px; */
}

.blog-two-card-texts span {
  /* display: flex; */
  color: grey;
  width: fit-content;
  font-size: 14px;
  display: inline;
  float: none;
}

.blog-title-bottom {
  padding-top: 10px;

  padding-bottom: 20px;
}

.blog-left-row2 {
  position: relative;

  margin-bottom: 20px;
}

.blog-left-row2:last-child {
  margin-bottom: 0;
}

.blog-left-row2:last-child::after {
  display: none;
}

.blog-left-row2:last-child .blog-title-bottom {
  padding-bottom: 0;
}

.blog-left-row2::after {
  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  width: calc(100% - 24px);

  border-bottom: 1px solid #dddddd;

  margin: 0 auto;
}

.blog-button-div {
  width: 100%;

  /* border:1px solid green; */

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 60px;

  margin-top: 20px;
}

.blog-button-div a {
  text-decoration: none;

  color: black;

  padding: 15px 25px;

  border: 1px solid black;

  border-radius: 30px;
}

.container-custom {
  max-width: 1320px !important;

  width: 100%;

  margin: 0 auto;
}

/* blog page css end................................ */

.blog-det {
  padding-top: 115px;

  padding-bottom: 65px;
}

.blog-det .row {
  justify-content: space-evenly;
}

.blog-det .col-md-7 {
  /* border: 1px solid blue; */

  width: 58%;
}

.blog-det .col-md-4 {
  /* border: 1px solid rgb(255, 0, 55); */

  /* height: 200px; */

  width: 30%;
}

.blog-det-date {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 20px;

  margin-top: 20px;
}

.blog-det-date > p {
  margin: 0;

  color: grey;

  font-size: 16px;

  width: fit-content;
}

.blog-det-date > span {
  margin: 0;

  color: grey;

  font-size: 15px;

  width: fit-content;

  display: flex;
}

.blog-det .col-md-7 > h5 {
  font-size: 25px;

  line-height: 34px;
}

.blog-det-imgDiv {
  width: 100%;
}

.blog-det-imgDiv img {
  width: 100%;

  object-fit: cover;

  border-radius: 19px;
}

.blog-det .col-md-7 > p:nth-of-type(1) {
  margin-top: 22px;
}

.blog-det .col-md-7 > p:last-of-type {
  margin-bottom: 0;
}

.blog-det .col-md-7 > p {
  color: #585858;

  margin-bottom: 30px;
}

.blog-form .everest-forms .evf-field-container {
  padding-left: 0 !important;

  padding-right: 0 !important;
}

.col-12.col-sm-12.col-md-12.col-lg-12.blog-left-bisur {
  padding-inline: 0;
}

.blog-form .everest-forms form .evf-submit-container {
  padding-left: 0 !important;

  padding-right: 0 !important;
}

.resort-box1
/* blog detail page css start................................. */





.blog-det .col-md-4>h5 {
  font-size: 22px;

  color: #000;

  padding-bottom: 20px;
}

.blog-det .col-md-4 ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.blog-det .col-md-4 ul li {
  border-bottom: 1px solid #d5d5d5;

  padding-block: 10px;

  margin-bottom: 15px;

  padding-right: 7px;
  transition: all 0.3s ease-in-out;
}

.blog-det .col-md-4 ul li a {
  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #202020;

  font-size: 20px;

  text-decoration: none;

  font-weight: 400;
}

.blog-det .col-md-4 ul li a span {
  position: relative;

  /* transition: transform 0.3s ease-in-out; */

  transform: translate(0px);

  width: 35px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.blog-det .col-md-4 ul li a span img {
  position: absolute;
}

.blog-det .col-md-4 ul li a span img:first-child {
  opacity: 0;
}

.blog-det .col-md-4 ul li a span img:last-child {
  opacity: 1;
}

.blog-det .col-md-4 ul li:hover {
  /* background: #ff7254; */
  padding-inline: 10px;
}

.blog-det .col-md-4 ul li:hover a {
  color: #ff7254;
}

.blog-det .col-md-4 ul li:hover span img:first-child {
  opacity: 0;
}

.blog-det .col-md-4 ul li:hover span img:last-child {
  opacity: 1;
}

.blog-det .col-md-4 ul li:hover span img {
  transform: translate(-5px);

  filter: invert(1);
}

.blog-form {
  /* border: 1px solid red; */

  margin-top: 59px;
}

.blog-form label {
  width: 100%;

  font-size: 20px;

  text-align: left;

  margin-bottom: 8px;
}

.blog-form input {
  width: 100%;

  font-size: 16px;

  height: 50px;

  border: 1px solid #d5d5d5;

  margin-bottom: 20px;

  border-radius: 4px;

  padding: 10px;
}

.saleefflst li {
  font-family: "ReadexPro";

  font-weight: 400;

  font-size: 16px;

  line-height: normal;

  color: #6a6a6a;

  padding-bottom: 15px;

  display: flex;

  align-items: baseline;
}

.blog-form a {
  text-decoration: none;

  width: 100%;

  padding: 20px 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #f4a251;

  color: #fff;

  margin-top: 15px;

  font-size: 18px;

  gap: 23px;
}

.blog-form a span img {
  filter: invert(1);
}

.blog-form a:hover {
  background: #ff7254;
}

.blog-side-cardDiv {
  /* border:1px solid red; */

  margin-top: 100px;

  display: flex;

  /* flex-direction: column; */

  flex-wrap: wrap;
}

.row.blog-right-detail-row {
  gap: 30px;

  width: 100%;

  margin: 0 auto;

  margin-top: 100px;
}

.blog-right-detail-row .blog-title-bottom > span {
  display: flex;

  font-size: 16px;

  text-align: left;

  color: #ff7254;

  padding-top: 5px;

  text-transform: uppercase;
}

.blog-right-detail-row .blog-title-bottom > h5 {
  font-size: 20px;

  text-align: left;

  padding-bottom: 0px;

  line-height: 30px;

  padding-top: 5px;

  /* display: -webkit-box;

    -webkit-line-clamp: 2;

    overflow: hidden;

    word-wrap: break-word;

    -webkit-box-orient: vertical; */

  word-wrap: break-word;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  /* max-height: calc(2 * 30px);

    padding-bottom: 57px !important; */

  line-height: 1.4em;
  /* Adjust based on your font size */

  max-height: 2.8em;
  /* Ensures two lines only */
}

.blog-right-detail-row .blog-two-card-texts span {
  margin: 0;

  font-size: 17px;

  width: fit-content;

  color: grey;
}


.blog-right-detail-row .blog-two-card-texts{
  padding-top: 5px;
      display: flex;
}

.blog-right-detail-row .blog-two-card-texts p {
  margin: 0;

  font-size: 18px;

  width: fit-content;

  color: grey;
}

.blog-right-detail-row .blog-title-bottom h5 {
  padding-right: 15px;

  position: relative;
}

.blog-right-detail-row .blog-title-bottom h5::after {
  position: absolute;

  content: "";

  right: 0;

  top: 11px;

  width: 20px;

  height: 20px;

  background: url(../images/arrow.svg) no-repeat;

  background-size: 100%;
}

/* blog details page end ............................ */

/* dashboard css ...................................................... */

section.dash-container {
  padding: 0px 0 0px;
  overflow-x: hidden;
}

.dash-container .container {
  margin-left: 0;

  width: 100%;

  max-width: 100% !important;

  margin-right: 0;

  padding-right: 0;

  /* padding-left: 0; */
}

.dash-container .container-fluid {
  padding-right: 0 !important;

  width: 100%;
}

.dash-container .container-fluid > .row {
  /* width: 100%; */

  margin: 0 !important;
}

.dash-side-col.col-md-3 {
  /* border: 1px solid red; */

  border-right: 1px solid #ededed;

  flex: 0 0 auto;

  width: 20%;

  padding-inline: 35px;
}

.dash-main-cont.col-md-9 {
  /* border: 1px solid blue; */

  flex: 0 0 auto;

  width: 80%;

  padding-right: 0;
}

/* .col-md-2 {



} */

.dash-side {
  width: 100%;

  height: auto;

  padding-bottom: 100px;
}

.dash-side h4 {
  font-size: 22px;

  color: #151d48;

  text-align: center;

  margin-bottom: 65px;

  padding-top: 30px;
}

.dash-side ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.dash-side ul li {
  /* border:1px solid orange; */
  /* padding: 15px 15px;
  border-radius: 10px; */
      border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out;
}

.dash-side-col ul li:hover span img:nth-child(1) {
  opacity: 1;
  filter: invert(0) !important;
}
.dash-side ul li:nth-child(2) {
  display: none;
}

.dash-side ul li:hover {
  background: #f4a251;
  /* border: 1px solid #f4a251 !important; */
}

.dash-side ul li:hover a {
  color: #fff !important;
}

.dash-side ul li.active {
  background: #f4a251;
}

.dash-side ul li.active a {
  color: #fff;
}

.dash-side ul li.active a span img:nth-child(1) {
  opacity: 1 !important;
}

.dash-side ul li.active a span img:nth-child(2) {
  opacity: 0;
}

span#oldpass-error,
span#reg1pass-error,
span#reg1passconfirm-error {
  color: red;

  font-size: 11px;

  line-height: 16px !important;

  display: flex;
}

.dash-side ul li a {
  font-size: 16px;

  color: #737791;

  text-decoration: none;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

padding: 15px 15px;

width: 100%;

border-radius: 10px;

}

.dash-side ul li a span {
  /* border: 1px solid red; */

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.dash-side ul li a span > img {
}

.dash-side ul li a span img:nth-child(1) {
  position: absolute;

  opacity: 0;
}

.dash-side ul li a span img:nth-child(2) {
  position: absolute;

  opacity: 1;
}

.dash-side ul li:last-child {
  /* margin-top: 70%; */
}

.dash-side ul li:hover a span img:nth-child(1) {
  opacity: 1;
}

.dash-side ul li:hover a span img:nth-child(2) {
  opacity: 0;
}

.row.dash-header-row {
  width: 100%;

  height: 100px;

  /* background: #ececec; */

  border-bottom: 1px solid #ededed;
}

.dash-header-row {
  /* border:1px solid black; */

  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 30px;
}

.dash-header-search.col-md-4 {
  /* border: 1px solid red; */

  padding: 0;
}

.dash-header-dp.col-md-4 {
  /* border: 1px solid green; */

  padding: 0;

  flex-wrap: wrap;

  /* width: auto; */

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0px;

  height: 50px;

  width: fit-content;

  margin-right: 25px;
}

.dash-header-dp .header-drope .dropdown-toggle1 {
  padding-bottom: 0;
}

.header-search-box {
  position: relative;

  width: 80%;

  margin-right: auto;

  /* border: 1px solid maroon; */
}

.header-search-box input {
  width: 100%;

  height: 50px;

  border: 1px solid #e3e3e3;

  border-radius: 5px;

  padding: 10px;

  padding-left: 56px;

  color: #737791;

  outline: 0;
}

.header-search-box button.search-submit {
  position: absolute;

  left: 0;

  height: 100%;

  border-radius: 4px 0 0 4px;

  border: 0;

  padding-inline: 13px;
}

.header-drope .dropdown-menu {
  background: #085e6e;

  border-radius: 4px;

  padding-bottom: 0;

  padding-top: 0;
}

.header-drope .dropdown-menu ul li {
  border-bottom: 1px solid #ededed;
}

.header-drope .dropdown-menu ul li:hover {
  background-color: #fff;
}

.header-drope .dropdown-menu ul li:hover a {
  color: #000;
}

.header-drope .dropdown-menu ul li:last-child {
  border-bottom: 0;
}

.header-drope .dropdown-menu ul li:last-child:hover {
  border-radius: 0 0 3px 3px;
}

.header-drope .dropdown-menu ul a {
  color: #fff;

  text-decoration: none;
}

strong#selectedName {
  margin-right: 5px;
}

.header-search-box img {
  /* position: absolute; */

  top: 16px;

  left: 24px;

  width: 19px;

  height: auto;
}

.header-bell {
  /* border:1px solid black; */

  width: 50px;

  height: inherit;

  position: relative;

  padding: 5px;

  background: #fff5e4;

  display: flex;

  align-items: center;

  justify-content: center;

display: none;

}

.header-bell::after {
  position: absolute;

  content: "";

  top: -7px;

  right: 3px;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: red;
}

.header-pic {
  height: inherit;
}

.header-pic img {
  height: inherit;

  width: auto;
}

.header-drope {
  /* border:1px solid orange; */

  /* width: 40%; */

  height: 40px;

  max-width: 120px;
}

.resort-logo {
  width: 200px;

  /* width: 100%;

    max-width: 100%; */
}

.resort-logo a {
  width: 100%;
}

.resort-logo a img {
  width: 100%;
}

.header-drope {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  margin-left: 8px;
  align-items: center;
}

.resort-menus > a:last-of-type {
  margin-right: 0 !important;
}

.dropdown-toggle1 {
  cursor: pointer;
  padding: 8px 8px 8px 0;
  user-select: none;
  position: relative;
  padding-right: 18px;
  padding-top: 0;
  width: fit-content;
  max-width: 138px;
  padding-bottom: 0;

}

/* .dropdown-toggle1 {

 

    width: auto;

    display: flex;

  } */

.dropdown-toggle1::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 5px;

  right: 0;

  background: url(../images/p-drope-down.svg) no-repeat right center;

  background-size: 12px;

  z-index: 9099;
}

.role {
  font-size: 14px;

  color: #888;
}

.arrow {
  font-size: 16px;

  margin-left: 5px;
}

#forgotPasswordLink {
  text-decoration: underline;
}

.resort-menus > a:focus {
  box-shadow: none !important;
}

.dropdown-menu {
  position: absolute;

  /* top: 100%; */

  top: 34px;

  left: -21px;

  background: #fff;

  border: 1px solid #ccc;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  border-radius: 4px;

  display: none;

  padding: 10px;

  width: auto;

  z-index: 1000;
}

.dropdown-menu ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.dropdown-menu li {
  padding: 10px 14px;

  font-size: 14px;

  color: #333;

  border-bottom: 1px solid #eee;

  cursor: pointer;

  border-radius: 3px 3px 0 0;
}

.dropdown-menu li:hover {
  color: #ff7254;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dash-profile-row {
  /* border: 1px solid red; */

  margin: 20px;

  padding: 40px 12px;
}

.profile-imgDiv {
  width: 100%;
  padding: 22px 40px;
  border: 1px solid #ededed;
  border-radius: 10px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
}

.profile-imgDiv img {
  width: 100%;

  height: 100%;
}

.profile-imgDiv h5 {
  text-align: center;

  padding-top: 20px;

  line-height: normal;

  margin: 0;

  word-break: break-word;
}

.profile-dataDiv {
  border: 1px solid #ededed;

  min-height: 400px;

  border-radius: 10px;
}

.profile-headings {
  border-bottom: 1px solid #ededed;

  padding: 10px 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-left: 31px;
  min-height: 62px;
}

.profile-headings h5 {
  color: black;

  font-size: 20px;

  text-align: left;

  margin: 0;
}

.profile-headings a {
  display: flex;

  text-decoration: none;

  border: 1px solid #f4a251;

  padding: 7px 21px;

  background: #f4a251;

  color: #fff;

  gap: 20px;

  align-items: center;

  border-radius: 6px;
}

.profile-headings a:hover {
  background: #ff7254;

  border-color: #ff7254;

  color: #fff;
}

.header-drope.sitewide-header-drope .dropdown-menu ul {
  display: flex;

  flex-direction: column;
}

.header-drope.sitewide-header-drope .dropdown-menu ul li {
  display: flex;

  flex-direction: column;

  width: 100%;

  margin: 0;
}

span.succ_msg.signup-succ_msg {
  color: green;
}

.profile-headings a span {
  width: 13px;
}

.profile-ips-box {
  /* border:1px solid orange; */

  margin-bottom: 35px;
  word-break: break-all;
}

.profile-ips-box label {
  width: 100%;

  margin-bottom: 7px;

  color: #929292;
}

.profile-ips-box input {
  width: 100%;

  height: 30px;

  margin-bottom: 0px;

  color: black;

  border: none;

  outline: 0;

  padding-right: 17px;

  font-size: 14px;
}

.row.input-row {
  width: 100%;

  padding: 35px 20px;

  margin: 0 auto;

  max-width: 100%;
}

.req {
  color: red;
}

.input-row.input-row-profile label {
  width: 100%;

  margin-bottom: 7px;

  color: #070707;
}

.input-row.input-row-profile input {
  width: 97%;

  margin-bottom: 7px;

  color: #929292;

  border: 1px solid #ededed;

  border-radius: 5px;

  height: 45px;

  font-size: 15px;

  padding: 10px;
}

.profile-ips-box input[type="file"] {
    height: 100%;
}
.input-row.input-row-profile select {
  border: 1px solid #ededed;

  height: 45px;

  color: #929292;
}

.input-row.input-row-profile .profie-save button {
  border: 1px solid #f4a251;

  background: #f4a251;

  padding: 5px 27px;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  width: fit-content;

  text-decoration: none;

  border-radius: 5px;

  margin-left: 0px;

  display: black;
}

.input-row.input-row-profile .profie-save button:hover {
  background: #ff7254;

  border-color: #ff7254;
}

.dash-main-cont.dash-main-cont-profile-tab .dash-header-search {
  display: none;
}

.profile-headings.profile-tab-headings {
  display: flex;

  justify-content: flex-start;
align-items: stretch;
  /* align-items: center; */

  width: fit-content;

  padding: 0;
}

.profile-headings.profile-tab-headings a {
  border-radius: 0;

  border: 1px solid #ededed;

  border-bottom: 0;

  background-color: #fff;

  color: black;

  padding: 10px 24px;

  font-weight: 500;

  gap: 8px;
  height: 100%;
}

.profile-headings.profile-tab-headings li:first-child a {
  border-radius: 7px 0 0 0;
}

.profile-headings.profile-tab-headings li:last-child a {
  border-radius: 0px 7px 0 0;
}

.profile-headings.profile-tab-headings a:not(:last-child) {
  border-right: 0;
}

.profile-headings.profile-tab-headings a:hover {
  border: 1px solid #f4a251;

  border-bottom: 0;

  background-color: #f4a251;

  font-weight: 500;

  color: #fff;
}

.profile-headings.profile-tab-headings .tab-select {
  background-color: #f4a251;

  color: #fff;

  font-weight: 400;
}

.profile-tab-b a:hover {
  background: #ff7254;

  border-color: #ff7254;

  color: #fff;
}

.dash-profile-tab-row .profile-dataDiv {
  border: none;
}

.row.input-row.profile-row-tab {
  border: 1px solid #ededed;

  border-radius: 4px;
}

.profile-tab-a {
  /* border: 1px solid red; */

  width: 30%;
}

.profile-tab-b {
  /* border: 1px solid rgb(0, 128, 17); */

  width: fit-content;

  display: flex;

  flex-direction: column;

  align-items: end;
}

.profile-tab-b a {
  font-size: 15px;

  text-decoration: none;

  background-color: #f4a251;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px 12px;

  width: fit-content;

  border-radius: 5px;
}

.profile-tab-b p {
  margin-bottom: 8px;
}

.profile-tab-box {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-block: 20px;

  padding-inline: 38px;

  border-bottom: 1px solid #ededed;

  /* margin-bottom: 10px; */
}

.row.input-row.profile-row-tab .col-md-12:last-child .profile-tab-box {
  border-bottom: 0;
}

.row.input-row.profile-row-tab {
  padding: 0;
}

.row.input-row.profile-row-tab .col-md-12 {
  padding-inline: 0 !important;
}

.profile-headings.profile-page-tab-headings {
  display: flex;

  justify-content: flex-start;

  border-bottom: 1px solid #ededed;

  margin-bottom: 20px;
  /* border: 1px solid red; */
  margin-left: 0px;
  padding-left: 32px;
}

a.backbtn {
  /* border: 1px solid green; */
  background: transparent;
  color: black;
  padding-block: 0;
  font-size: 0;
  position: relative;
  font-size: 0px;
  border: none;
  width: fit-content;
  padding: 0;
  padding-left: 12px;
  margin-right: 2px;
  top: 0;
  position: relative;
  width: auto;
  height: 17px;
  padding: 0;
  padding-left: 0px;
  margin-left: 12px;
  margin-right: 7px;
}

a.backbtn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0px;
  background: url(../images/p-drope-down.svg) no-repeat right center;
  width: 15px;
  height: 15px;
  background-size: 15px;
  transform: rotate(90deg);
}

.profile-headings.profile-page-tab-headings h5 {
  text-align: left;

  color: black;

  font-weight: 400;

  font-size: 20px;
}

.row.input-row.profile-row-tab-full-page {
  /* border: 1px solid green; */
  padding: 0 20px;
}

.profile-row-tab-full-page .profile-tab-box {
  border: none;

  padding: 10px 10px;
}

.row.input-row.profile-row-tab-full-page {
  /* padding: 0; */
}

.col-md-12:first-child .profile-tab-box-page {
  margin-top: 20px;
}

.profile-tab-box-page {
    /* border: 1px solid orange; */
    padding-inline: 0px;
  /* padding-inline: 12px; */

  margin-bottom: 30px;
}

.profile-tab-box-page .profile-tab-b {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  width: 100%;

  gap: 10px;

  /* flex-direction: row; */
}

.profile-tab-box-page .profile-tab-b p:first-child {
  color: grey;

  width: 100%;
}

.profile-tab-box-page .profile-tab-b p {
  display: inline;

  margin: 0;

  color: black;
}

.profile-tab-box-page .profile-tab-b p:last-child {
  width: 100%;

  width: 100%;
}

.profile-tab-b.family p {
  color: #f4a251 !important;
}

.input-row.profile-row-tab-full-page > p {
  color: #808080;

  padding-inline: 12px;

  padding-bottom: 10px;
}

.input-row.profile-row-tab-full-page > a {
  padding: 10px 0px;

  margin-bottom: 35px;

  border-radius: 4px;

    color: #ff7254;
    font-weight: 600;
    background-color: #f4a25100;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  width: fit-content;

  text-decoration: none;

  margin-inline: 24px;
  cursor: pointer;
}

.input-row.profile-row-tab-full-page > a:hover {
  /* background-color: #ff7254; */
  /* border: 1px solid #ff7254; */
      color: #f4a556;
}

.profile-tab-box-page.tab-box-page-2card .profile-tab-b {
  display: flex;

  flex-direction: row;

  justify-content: space-between;

  gap: 50px;
}

.profile-tab-box-page.tab-box-page-2card .profile-tab-b p {
  width: 50%;

  /* border:1px solid red; */
}

.profile-tab-box-page.tab-box-page-2card .profile-tab-b p:last-child {
  width: 50%;
}

.profile-tab-box-setting {
  /* border: 1px solid red; */

  margin-bottom: 20px;
}

.profile-tab-set {
  position: relative;

  width: 100%;
}

.profile-tab-box-setting label {
  font-weight: 400;

  color: black;

  margin-bottom: 6px;

  width: 100%;

  text-align: left;
}

.profile-tab-box-setting input {
  width: 100%;

  border: 1px solid #ededed;

  border-radius: 5px;

  padding: 10px;

  height: 55px;

  padding-inline: 15px;

  outline: 0;

  background: #fff;

  padding-right: 40px;
}

.profile-tab-box-setting input:focus {
  background-color: #fff;
}

.change-pass-save input {
  border: 1px solid #f4a251;

  background: #f4a251;

  padding: 10px 27px;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  width: fit-content;

  text-decoration: none;

  border-radius: 5px;

  margin-left: 0;
}

.change-pass-save input:hover {
  background: #ff7254;

  border-color: #ff7254;
}

.dash-side h4 a {
  width: 100%;

  display: flex;
}

.dash-side h4 a img {
  width: 100%;

  object-fit: cover;
}

.profile-tab-box-setting input:-webkit-autofill {
  background-color: white !important;

  /* Ensures autofill background stays white */

  box-shadow: 0 0 0px 1000px white inset;

  /* Forces background color */

  -webkit-text-fill-color: black !important;

  /* Ensures text remains visible */
}

.profile-tab-set {
  position: relative;
}

.profile-tab-set img {
  position: absolute;

  top: 18px;

  right: 10px;

  /* width:20px;

    height: 20px; */

  transform: rotate(0deg);

  transition: opacity 0.2s ease;
}

.profile-tab-set img:nth-last-of-type(1) {
  opacity: 0;

  cursor: pointer;
}

.profile-tab-set img:nth-last-of-type(2) {
  opacity: 1;

  cursor: pointer;
}

.profile-row-setting-page > a {
  text-decoration: none;

  color: #fff;

  background: #f4a251;

  padding: 10px 25px;

  width: fit-content;

  margin-left: 12px;

  margin-top: 20px;

  border-radius: 5px;
}

/* login signup Pages css start. .............................. */

.sign-cont .container-fluid {
  padding: 0;

  margin: 0;
}

.row.signup-row {
  margin: 0 auto;

  /* border: 1px solid blue; */
}

.login-row {
  margin: 0 auto;

  /* border: 1px solid blue; */
}

.signup-row .col-md-6 {
  padding: 0;
}

.login-row .col-md-6 {
  padding: 0;
}

.login-row .col-md-6:nth-child(2) {
  background-color: #fff3e3;
}

.signup-row .col-md-6:nth-child(2) {
  background-color: #fff3e3;
}

.sign-cont {
  padding: 66px 0 0px 0;
}

/* .row.login-row {

    width: auto;

    max-width: 100%;

    margin: 0;

} */
.row.login-row {
  width: 100%;
  margin: 0;
  /* display: flex
;
    flex-wrap: wrap;
    height: auto; */
}

.sign-imgDiv {
  /* height: 40vw; */

  width: 100%;

  height: 100%;

  position: relative;
}

.sign-imgDiv > span {
  position: absolute;

  left: 26px;

  top: 68px;

  width: 50px;

  width: 200px;

  display: none;
}

.sign-imgDiv > span img {
  filter: invert(1);

  width: 100%;

  height: auto;
}

.sign-imgDiv img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sign-form {
  /* border: 1px solid red; */

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.form-fields {
  /* background: bisque; */

  width: auto;

  height: auto;

  display: flex;

  justify-content: flex-start;

  align-items: center;

  flex-direction: column;
}

.form-fields label {
  width: 100%;

  margin-bottom: 6px;

  font-size: 15px;

  font-weight: 500;
}

.form-fields input {
  width: 100%;

  height: 55px;

  border-radius: 5px;

  border: 1px solid #ededed;

  padding-inline: 10px;

  font-size: 15px;
}

.form-fields > input[type="submit"] {
  border: 1px solid #ff9700;

  border-radius: 23px;

  background: #ff9700;

  color: #fff !important;

  font-size: 16px;

  font-weight: 500;

  width: 100%;

  margin-top: 0px;

  margin-bottom: 12px;

  padding: 10px 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  height: auto;
}

.form-fields > input[type="submit"]:hover {
  background: #ff7254;

  border: 1px solid #ff7254;
}

.form-fields > div {
  margin-bottom: 25px;

  width: 100%;
}

.sign-form form {
  padding-block: 50px;

  width: 100%;

  max-width: 400px;
}

.sign-form h3 {
  padding-bottom: 15px;

  font-size: 25px;

  font-weight: 600;
}

.sign-form a {
  color: black;

  font-size: 15px;

  text-decoration: none;
}

.sign-form a:hover {
  color: #ff7254;
}

.pass {
  position: relative;
}

.con-pass,
.pass {
  position: relative;
}

.pass i,
.con-pass i {
  position: absolute;

  right: 20px;

  top: 20px;

  cursor: pointer;
}

.name-second label {
  display: none;
}

.sign-form .form-fields > input[type="button"] {
  border: 1px solid #ff9700;

  border-radius: 23px;

  background: #ff9700;

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  width: 100%;

  margin-top: 0px;

  margin-bottom: 10px;

  padding: 10px 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  height: auto;
}

.sign-form .form-fields > input[type="button"]:hover {
  background: #ff7254;

  border: 1px solid #ff7254;
}

.form-fields > input[type="button"] {
}

.name-first input,
.name-second input,
.email input,
.pass input,
.con-pass input {
  background-color: #fff !important;

  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;

  -webkit-text-fill-color: #b9b9b9 !important;
}

/* .form-fields input:not(input[type="submit"]){



    -webkit-text-fill-color: #b9b9b9 !important;

    font-weight: 300;

 

} */

/* .form-fields input:not(input[type="button"]) {

    -webkit-text-fill-color: #b9b9b9 !important;

    font-weight: 300;

  



} */

.form-fields input:not([type="submit"]):not([type="button"]) {
  background-color: #fff !important;

  -webkit-text-fill-color: #2d2d2d !important;

  color: #2d2d2d !important;

  font-weight: 300;
}

#regpass-error {
  font-size: 13px;

  line-height: 15px;

  color: red;

  display: inline-block;
}

.pass input {
  padding-right: 40px;
}

.form-fields > div > div {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  position: relative;

  width: fit-content;

  display: none;
}

.form-fields > div > div span {
  color: red;

  position: absolute;

  right: -9px;

  top: -4px;
}

.form-fields > div > div label {
  width: fit-content;
}

.log-a-divs {
  display: flex;

  align-items: center;

  justify-content: space-between;

  /* border:1px solid red; */
}

.log-a-divs a {
  text-decoration: none;

  color: black;

  font-size: 15px;

  width: fit-content;
}

.login-row .log-a-divs > div {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 2px;

  width: fit-content;
}

.login-row .log-a-divs > div input[type="checkbox"] {
  display: inline;

  width: 20px;

  height: auto;

  cursor: pointer;
}

.login-row .log-a-divs > div label {
  display: inline;

  margin: 0;
}

.login-row .form-fields input[type="submit"] {
  margin-bottom: 12px;
  margin-top: 0;
}

.form-fields input:focus:not(input[type="submit"]) {
  outline: 1px solid #ff97003d;
}

.modal-overlay {
  position: fixed;

  top: 0;

  left: 0;

  display: none;

  /* Hidden initially */

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  justify-content: center;

  align-items: center;

  z-index: 9999;
}

.modal-box {
  position: relative;

  background: #fff;

  padding: 30px;

  border-radius: 8px;

  max-width: 400px;

  width: 90%;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal-box input {
  width: 100%;

  margin: 10px 0;

  padding: 10px;

  box-sizing: border-box;
}

.modal-outer h3 {
  font-size: 22px;
}

.modal-outer input {
  border: 1px solid #ededed;

  border-radius: 4px;
}

.modal-outer button {
  border: 1px solid #ff9700;

  background: #ff9700;

  color: #fff;

  padding: 6px 15px;

  border-radius: 5px;

  margin-top: 10px;
}

.modal-outer button:hover {
  border: 1px solid #ff7254;

  background: #ff7254;
}

.modal-outer input:focus {
  outline: 1px solid #ff97003d;
}

.close-icon {
  position: absolute;

  top: 20px;

  right: 15px;

  font-size: 24px;

  cursor: pointer;

  color: #333;
}

.sign-cont + .footer-ft .footer-line1 {
  display: none;
}

.sign-cont + .footer-ft .row.footer-sub-col {
  display: none;
}

.sign-cont + .footer-ft {
  padding: 0px 0 0px 0;
}

.sign-cont + .footer-ft .footer-div {
  padding: 0;

  border: 0;
}

.sign-cont + .footer-ft .footer-div .footer-cols {
  border: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  padding-block: 20px;
}

.sign-cont.login-cont + .footer-ft .footer-line1 {
  display: none !important;
}

.sign-cont.login-cont + .footer-ft .row.footer-sub-col {
  display: none !important;
}

/* #ff9700;#ff7254 */

/* login signup pages css end here............................................... */

.hotel-reviews p {
  margin: 0;
}

/* #searchFormContainer .banner-section-new {

    margin: 75px;

    padding: 0;

    position: relative;

    display: block;

}



#searchFormContainer .banner-section-new{



    height: auto;

    margin: 0;

    border:1px solid blue;

} */

#searchFormContainer .banner-section-new {
  height: auto !important;

  margin: 0 !important;

  /* border: 1px solid blue; */

  position: relative !important;

  padding: 40px 0px !important;

  min-height: 85px;
}

#searchFormContainer .banner-section-new {
  padding: 10px 10px 10px 0 !important;
}

#searchFormContainer .banner-section-new .row {
  height: inherit;
}

#searchFormContainer .banner-section-new .container {
  position: absolute;

  height: 100%;

  top: 0;

  transform: translate(0px, 0px);

  left: 0;
}

#searchFormContainer .resort-content-div {
  transform: none !important;
}

/* .about-cont {

    width: 93%;

    margin: 0 auto;

} */

.about-cont .e-con-inner {
  max-width: 1440px !important;

  width: 100% !important;
}

.contact-cont .e-con-inner {
  max-width: 1440px !important;
  padding-bottom: 40px !important;
  width: 100% !important;
}

.about-last-text p br {
  margin-bottom: 8px;
}

.about-last-text div > span {
  display: block;

  margin-bottom: 10px;
}

.about-last-text div > a:hover {
  color: #ff7254;
}

.contact-cont {
  padding-top: 118px;
}

.contact-form .input-text {
  height: 50px !important;

  border-radius: 0 !important;

  color: #000000 !important;
}

.contact-form .input-text::placeholder {
  color: #000 !important;
}

.contact-form .evf-submit {
  background: #000000 !important;

  border: 1px solid #000000 !important;

  position: relative !important;

  width: 200px !important;

  padding-left: 10px !important;

  padding-right: 33px !important;
}

.contact-form .evf-submit:hover {
  background: #ff7254 !important;

  border: 1px solid #ff7254 !important;

  color: #fff !important;
}

.contact-form .evf-submit::after {
  position: absolute;

  content: "";

  top: 50%;

  background: url(../images/right-ar.svg) no-repeat center center;

  background-size: 100%;

  width: 20px;

  height: 20px;

  transform: translateY(-50%);

  right: 22px;
}

/* .contact-h2 h2{

    padding-left: 15px;

    padding-right: 15px;

} */

.contact-form .evf-submit-container {
  width: 100%;

  padding: 0;

  /* padding-inline: 15px !important;; */
}

.room-row.row {
  justify-content: space-between;
}

.room-row .col-md-3 {
  width: 33%;
}

.room-view.item.thistab3 > form {
  margin-bottom: 40px;
  padding-inline: 40px;
}

.room-view.item.thistab3 > form .resorrt-booking {
  /* border:1px solid black; */

  justify-content: flex-start;
  padding-inline: 12px;
  gap: 15px;
  border-radius: 12px;
  padding-block: 12px;
  /* padding-left: 0; */
}

.room-view.item.thistab3 > form .resorrt-booking > div {
  /* width: 30%; */

  width: fit-content;

  background: #fff;
}

.room-view.item.thistab3 > form .resorrt-booking input[type="submit"] {
  padding: 18px 44px;
}

.room-view.item.thistab3
  > form
  .resorrt-booking
  .resort-box1.resort-box1-a2
  .resort-box1-drope1 {
  z-index: 99999999 !important;
}

.room-view.item.thistab3
  > form
  .resorrt-booking
  .resort-box1.resort-box1-a3
  .resort-box1-drope2 {
  z-index: 99;

  border: 1px solid #ededed;

  bottom: -1px !important;
}

.room-inner .room-tab .room-view .room-list h6:before {
  left: 0;

  /* border:1px solid red; */
}

.room-inner .room-tab .room-view .room-list h6 {
  padding-left: 20px;
}

.room-inner .room-tab .room-view .room-list h6:has(.no-cancel-fee)::before {
  display: none;
}

.room-inner .room-tab .room-view .room-list h6:has(.no-cancel-fee)::after {
  content: "\2715";
  position: absolute;
  top: 0px;
  color: #d60e0e;
  font-family: Arial, sans-serif;
  font-weight: 600;
  left: 1px;
  font-size: 13px;
  line-height: 17px;
}

/* .room-inner .room-tab .room-view .room-list-col:last-child {

    margin-bottom: 60px;

    margin-bottom: 37px;



} */

.resort-box1.resort-box1-a2 .resort-box1-drope1 .container {
  height: auto !important;

  /* border: 1px solid #e7e7e7; */

  border-radius: 10px;

  /* height: inherit;

    border: 1px solid #2937e2;

    border-radius: 10px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center; */
}

.resort-box1-a2.resort-box1 .resort-box1-drope1 {
  border: none;
}

.resort-box1-a2.resort-box1 .resort-box1-drope1 .row.date-home-row {
  margin: 0;

  height: auto;

  border: 1px solid #e6e6e6;

  border-radius: 10px;
}

/* .resort-box1.resort-box1-a2 .resort-box1-drope1{



    left: 34%;

    top: 16%;

} */

.room-view.item.thistab3 .resort-box1.resort-box1-a2 {
  position: relative;

  background: #fff;
}

.room-view .resort-box1.resort-box1-a2 .resort-box1-drope1 {
  left: inherit;

  top: inherit;

  width: auto;

  transform: none;

  /* transform: translateY(229px); */

  transform: translate(-19px, 262px);
}

/* #searchFormContaine section.banner-section-new.banner-section-book-new{

    min-height: 85px;

} */

#searchFormContainer .resort-content-div .resorrt-booking {
  /* margin: 0;

    gap: 15px;

    background-color: transparent;

    padding-inline: 0; */

  padding: 0;
}

#searchFormContainer .banner-section-new form {
  height: 100%;

  align-items: center;

  display: flex;

  flex-wrap: wrap;
}

#searchFormContainer .resort-content-div {
  padding-left: 0;

  margin-top: 0;
}

.faq-cont h2.elementor-heading-title.elementor-size-default {
  color: #000 !important;
}

.faq-cont .faq-accord details summary .e-n-accordion-item-title-text {
  color: #000 !important;
}

.faq-accord .faq-list p {
  color: #000 !important;
}

.blog-lists .navigation.pagination {
  /* border:1px solid red; */

  margin-top: 40px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.blog-lists .navigation.pagination .nav-links {
  display: flex;
}

.blog-lists .navigation.pagination .nav-links > span {
  border: 1px solid #d7d7d7;

  font-size: 15px;

  color: #141414;

  padding: 4px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 25px;
}

.blog-lists .navigation.pagination .nav-links > *:not(:last-child) {
  border-right: 0;
}

.blog-lists .navigation.pagination .nav-links > a {
  border: 1px solid #d7d7d7;

  font-size: 15px;

  color: #141414;

  padding: 4px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 25px;

  text-decoration: none;
}

.blog-lists .navigation.pagination .nav-links > *:hover {
  /* border:1px solid #000; */

  color: #ff4d27;
}

.page-numbers.current {
  color: #ff4d27 !important;
}

.blog-form .everest-forms form .evf-field-container label {
  width: 100%;

  font-size: 20px;

  text-align: left;

  margin-bottom: 8px;

  font-weight: 400;
}

.blog-form .everest-forms form .evf-field-container input {
  width: 100%;

  font-size: 16px;

  height: 50px;

  border: 1px solid #d5d5d5;

  margin-bottom: 20px;

  border-radius: 4px;

  padding: 10px;
}

.blog-form .everest-forms form .evf-submit-container button {
  width: 100%;

  padding: 20px 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #f4a251;

  border: 1px solid #f4a251;

  color: #fff;

  margin-top: 15px;

  font-size: 18px;

  gap: 23px;

  position: relative;

  height: 50px;
}

.blog-form .everest-forms form .evf-submit-container button:hover {
  background: #ff7254;

  border: 1px solid #ff7254;

  color: #fff;
}

.blog-form .everest-forms form .evf-submit-container button::after {
  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  background: url(../images/) no-repeat center center;

  background-size: 20px;
}

.room-inner .room-tab .tab-menu li:first-child {
  margin-left: 2px;
}

.dash-side-col .resort-logo {
  width: 100%;

  padding-top: 10px;
}

.change-pass-save {
  padding-left: 0;
}

.profile-headings.profile-tab-headings.profiletab-section
  .nav-tabs
  .nav-link.active {
  background-color: #f4a251;

  color: #fff;

  font-weight: 400;
}

.listsort {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

span#resultsInfo {
  border: 1px solid #dfdfdf;

  padding: 8px 13px;

  border-radius: 5px;
}

.calendar-block h4 {
  font-size: 21px;
}

/* .home-blog-box h6{



        font-size: 17px;

    line-height: 30px;

    word-wrap: break-word;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    -webkit-line-clamp: 2;

    text-overflow: ellipsis;

    line-height: 1.4em; 

    max-height: 2.8em; 

} */

.elementor-element.elementor-element-d9a14d8.elementor-widget.elementor-widget-shortcode {
  margin: 0 auto;
}

/* thank you page design */

.row.row-thankyou .logo {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.thankyou-banner {
  /* border: 1px solid green; */

  height: 9vw;

  width: 100%;
}

.thankyou-banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.thank-banner-cont p {
  text-align: center;

  font-size: 20px;
}

.thankyou-info {
  /* border: 1px solid #e2e2e2; */

  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  /* align-items: center; */

  width: 100%;

  margin: 0 auto;

  max-width: 472px;

  padding: 25px;

  border-radius: 10px;

  margin-bottom: 28px;
}

.info-head {
  font-weight: 600;

  padding-bottom: 20px;

  color: #085e6e;

  font-size: 24px;
}

.info-title {
  margin-bottom: 8px;
}

.info-data {
  margin-bottom: 8px;
}

.cart-detail.thank-cart-detail ul li {
  margin-bottom: 8px;
}

.cart-detail.thank-cart-detail h3:nth-of-type(1) {
  color: #085e6e;

  font-size: 22px;
}

.info-row.row-black {
  display: flex;

  gap: 30px;
}

.info-row.row-gray {
  display: flex;

  gap: 5px;
}

#roomModal {
  background: rgba(0 0 0 / 0.75);
  z-index: 9999 !important;
}

#roomModal > div {
  padding: 0 !important;
  border: 2px solid #f4a251;
  background: #f1f1f1 !important;
}

#roomModal #roomModalTitle {
  font-size: 20px;
  color: #fff;
  padding: 15px 2%;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  background: #f4a251;
  padding-right: 50px;
}

#roomModal > div span {
  line-height: normal;
  padding: 2px 7px 4px;
  border-radius: 50%;
  background: #085e6e;
  color: #fff;
}

#roomModal #roomImagesWrapper {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 450px;
  width: 90% !important;
  margin: 15px auto 0;
}

#roomModal #roomThumbnails {
  width: 92.5% !important;
  margin: 0 auto 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px !important;
}

#roomModal #roomThumbnails img {
  border: none !important;
  transition: all 0.25s ease-in;
}

#roomModal #roomThumbnails img:hover {
  filter: grayscale(1);
  transform: scale(1.02);
}

#roomModal h4 {
  width: 90%;
  margin: 0 auto 18px;
}

#roomModal #roomFacilitiesList {
  width: 90%;
  margin: 0 auto 24px;
}

#roomModal #roomImagesWrapper #roomMainImage {
  /* height: 100% !important; */
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}

.contact-cont .contact-img {
  width: 90%;
  margin-left: 5%;
}

.contact-cont .contact-img .elementor-widget-container img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.elementor-widget-google_maps {
  margin: 0 0 28px !important;
}

.elementor-widget-google_maps iframe {
  border-radius: 12px;
}

.elementor-widget-text-editor .elementor-widget-container p a {
  color: #ff7254;
}

.elementor-widget-text-editor .elementor-widget-container p a:hover {
  color: #000;
}

.error {
  color: #d10000;
  margin: 8px 0 0;
  display: block;
}

p#successMessage {
  width: fit-content;
  border: none;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background: #dcffdc;
  color: black;
  border-top: 4px solid green;
  position: relative;
  padding-block: 25px;
  padding-left: 40px;
}

p#successMessage::after {
  /* \2718 cross */
  content: "\2714";
  position: absolute;
  top: 48%;
  left: -18px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid green;
  background: #008000;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  line-height: 35px;
  z-index: 2;
}

p#successMessage::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -21px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid #a7f1c3;
  background: #30cd6a;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  line-height: 35px;
  z-index: 1;
}

.total-priced-onsumm .room-card2 h6 {
  display: flex;
  justify-content: space-between;
}

.total-priced-onsumm .room-card2 h6:last-child {
  margin-bottom: 20px;
}

.total-priced-onsumm h4 {
  /* border:1px solid black; */
}

span.oldprice.striked {
  font-weight: 400;
  text-decoration: line-through;
  color: #817f7e;
  margin-right: -57px;
}

.stickyclass span.oldprice.striked {
  margin: 0;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stickyclass .cart-item {
  margin-bottom: 50px;
}

span.total-label {
  display: flex;
  gap: 7px;
}

span.total-label strong {
  font-weight: 500;
}

span.total-label span {
  border: 1px solid #085e6e;
  font-size: 13px;
  line-height: 1;
  padding: 3px;
  border-radius: 2px;
  background: #085e6e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.newprice {
  font-weight: 600;
}

.stages-coupon {
  color: #085e6e;
  font-size: 15px;
  padding-top: 5px;
}

#errorMessage {
  font-size: 14px;
  color: red;
  padding-top: 5px;
}

#warningModal > div {
  border-top: 2px solid #f3a151;
  border-right: 1px solid #f3a151;
  border-left: 1px solid #f3a151;
  border-bottom: 1px solid #f3a151;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 350px !important;
  height: 170px !important;
}

/* #warningModal>div:hover{

  
    border-top: 6px solid #ff7254;
    border-right: 1px solid #ff7254;
    border-left: 1px solid #ff7254;
    border-bottom: 1px solid #ff7254; 
} */

#warningModal > div p {
  margin-bottom: 3px;
}

#warningModal > div button {
  border: none;
  background: #f4a251;
  border-radius: 5px;
  padding: 6px 25px !important;
  color: #ffff;
  font-size: 15px;
}

#warningModal > div button:hover {
  background-color: #ff7254;

  color: #fff;
}

#warningModal > div span {
  top: 7px !important;
  right: 7px !important;
  color: #f4a251;
  font-size: 20px;
  /* border: 1px solid #f4a251; */
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  padding-bottom: 5px;
}

#warningModal > div span:hover {
  background-color: #ff7254;
  border: 1px solid #ff7254;
  color: #fff;
}

/* -------------------------------------------- */

#deleteModal > div {
  border: 1px solid #838383;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 350px !important;
  height: auto !important;
  padding-top: 52px !important;
  padding-bottom: 23px !important;
}

/* #deleteModal>div:hover{

  
    border-top: 6px solid #ff7254;
    border-right: 1px solid #ff7254;
    border-left: 1px solid #ff7254;
    border-bottom: 1px solid #ff7254; 
} */

#deleteModal > div p {
  margin-bottom: 3px;
}

#deleteModal > div button:nth-of-type(1) {
  border: none;
  background: #f4a251;
  border-radius: 5px;
  padding: 10px 25px !important;
  color: #ffff;
  font-size: 15px;
}

#deleteModal > div button:nth-of-type(2) {
  border: none;
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 25px !important;
  color: #000000;
  font-size: 15px;
}

#deleteModal > div button:nth-of-type(1):hover {
  background: #ff7254;
  color: #ffff;
}

#deleteModal > div button:nth-of-type(2):hover {
  background: #ff7254;
  color: #ffff;
}

/* #deleteModal>div button:hover{

       background-color: #ff7254;
    
    color:#fff;
} */

#deleteModal > div span {
  color: #f4a251 !important;
  top: 7px !important;
  right: 7px !important;
  color: #f4a251;
  font-size: 20px;
  /* border: 1px solid #f4a251; */
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  padding-bottom: 5px;
}

#deleteModal > div span:hover {
  background-color: #ff7254;
  border: 1px solid #ff7254;
  color: #fff !important;
}

#cartModal > div {
  border: 1px solid grey;
}

#cartModal > div > span {
  font-size: 32px !important;
  color: #085e6e;
}

#cartModal > div > span:hover {
  color: #ff7254;
}

#cartModal > div > h3 {
  color: #085e6e;
  cursor: default;
}

#cartModal #modalCartContent {
}

.delete-hotel {
  border: 1px solid #085e6e;
  background: #085e6e;
  color: #fff;
  border-radius: 23px;
  padding: 7px 17px;
  margin-bottom: 20px;
}

.delete-hotel:hover {
  /* 
        background-color: #ff7254;
    border:1px solid #ff7254; */
}

.cartdiv {
  padding: 20px !important;
  cursor: default !important;
  /* cursor: default; */
}

.cart-date {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: default;
}

.cart-count {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: default;
}

.cartdiv h3 {
  color: #085e6e;
  margin-bottom: 10px;
  cursor: default;
}

.cartdiv h4 {
  /* color: #085e6e; */
  margin-bottom: 10px;
  cursor: default;
}

.cartdiv ul {
  cursor: default;
}

.roundoff {
  text-decoration: line-through;
  color: grey;
  /* float: right; */
}

.amtcls {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
}

div#cartModal {
  z-index: 99999 !important;
}

.cartdiv.cartclass {
  cursor: pointer !important;
}

.cartdiv.cartclass .cart-date {
  cursor: pointer !important;
}

.cartdiv.cartclass .cart-count {
  cursor: pointer !important;
}

.cartdiv.cartclass h3 {
  cursor: pointer !important;
}

.cartdiv.cartclass h4 {
  cursor: pointer !important;
}

.cartdiv.cartclass ul {
  cursor: pointer !important;
}

/* resort pages responsive ........................................ */

/* mobile....................................... */

.resort-hamberg {
  cursor: pointer;
  width: auto;
  height: auto;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(252 255 255 / 47%);
  /* backdrop-filter: blur(1px); */
  z-index: 9999110;
  display: none;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  height: 100vh;
  background: #07272d;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999110;
  transition: left 0.5s ease;
  padding: 25px;
  overflow-y: auto;
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-menu-overlay.active {
  display: block;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
      color: #fff;
}

.mobile-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
        margin-top: 24px;
}


.mobile-a>a {
    padding-inline: 0.75rem;
    padding-block: 0.75rem;
    text-align: center;
    border-radius: 50px;
        border-width: 2px;
}

.mobile-a>a:nth-child(1) {
    border-color: #ff7254;
    color: #fff;
    background: #ff7254;
    text-decoration: none;
    border-radius: 50px;
        border: 2px solid #ff7254;
}
.mobile-a>a:nth-child(2){
    border-color: #3a747f;
    color: #fff;
    background: #3a747f;
}

.mobile-a>a:nth-child(3){
    border-color: #3a747f;
    color: #fff;
    background: #3a747f;
}

/* .mobile-a>a:first-child {
    border-color: #3a747f;
    color: #3a747f;
      background: #fff;
} */


.mobile-a>a:nth-child(1):hover {
    background: transparent;
    color: #ff7254;
}


.mobile-a>a:nth-child(2):hover{
    border-color: #ff7254;
    color: #ff7254;
      background: #ffffff00;
}


.mobile-a>a:nth-child(3):hover{
    border-color: #ff7254;
    color: #fff;
      background: #ff7254;
}




.close-btn {
  font-size: 30px;
  cursor: pointer;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.sidebar-menu li {
  margin-bottom: 4px;
}

.submenu li a {
  font-size: 15px;
}

.submenu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.has-submenu.open .submenu {
  display: block;
}

.has-submenu.open > a span {
  padding-left: 15px;
}

.angle {
  transition: transform 0.3s ease;
}

.has-submenu.open .angle {
  display: inline-block;
  transform: rotate(180deg);
}

.sidebar-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.angle {
  pointer-events: auto;
}

.has-submenu.open .submenu {
  list-style: none;
}

.submenu li {
  margin-bottom: 0;
  position: relative;
}



.mob-ic {
  max-width: 184px;
}

.mob-ic img {
  width: 100%;
  filter:invert(1)
}

.close-btn:hover {
  color: #ff7254;
}

.sidebar-menu > li {
  position: relative;
}

.sidebar-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  transition: all .3s 
ease-in-out;
}
.sidebar-menu > li> a:hover  {
  color: #ff7254;
}

.sidebar-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ff7254;
  transition: width 0.3s ease-in-out;
  /* transform: scaleX(0);
  transform-origin: left; */
  /* transition: transform 0.3s ease-in-out; */
}

/* .sidebar-menu > li:not(.has-submenu):hover > a::after {
  transform: scaleX(1);
  width: 100%;
} */

.sidebar-menu > li a:hover::after {
  /* transform: scaleX(1); */
  width: 100%;
}

.has-submenu.open .submenu li:hover a {
  color: #ff7254;
}

.has-submenu.open .submenu li {
  position: relative;
  width: fit-content;
}

.has-submenu.open .submenu li a {
  position: relative;
}

.has-submenu.open .submenu li a::after {
  position: absolute;
  content: "";
  transform: scaleX(0);
  transform-origin: (left);
  transition: transform 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ff7254;
}

.has-submenu.open .submenu li:hover a::after {
  transform: scaleX(1);
}

.adultname input {
  height: 58px;
}

.adultname label {
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.adultname > div div {
  width: 49%;
  display: inline-block;
  float: left;
  margin: 0 0 22px 0;
}

.adultname > div div:nth-child(1) {
  padding-right: 12px;
}

.adultname > div div:nth-child(2) {
  padding-left: 12px;
}

.resort-box1-drope2 .apply_rooms_btn {
  border: 1px solid #ff7254 !important;
  background: #ff7254 !important;
  font-size: 14px;
  border-radius: 20px !important;
  padding: 9px 16px !important;
  line-height: 1;
}

.resort-box1-drope2 .apply_rooms_btn:hover {
  background: none !important;
  color: #ff7254 !important;
}

.cart-detail.thank-cart-detail ul li:last-of-type {
  /* border: 1px solid red; */
  display: flex;
}

.cart-detail.thank-cart-detail ul li:last-of-type span {
  padding-left: 27.5%;
  font-weight: 600;
  color: #14cb8a;
}

.cart-detail.thank-cart-detail ul {
  padding-left: 0;
}

.cart-detail.thank-cart-detail span.value {
  min-width: 90px;
  border: 1px solid red;
  padding-left: 0 !important;
  margin-left: auto;
  text-align: right;
}

.cart-detail.thank-cart-detail .pur {
  width: auto;
  border: 1px solid green;
  display: flex;
  white-space: nowrap;
  padding-left: 0;
  margin-left: 0;
  justify-content: flex-start;
}

.cart-detail.thank-cart-detail .pur span:first-child {
  padding: 0 !important;
  margin: 0 !important;
}

/* .cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
    display: none !important;
} */

/* custom drope field./............................... */

.hotel-drope {
  position: relative;
  width: 250px;
  font-family: sans-serif;
}

.hotel-drope input {
  border: none;
  color: darkgray;
  appearance: none;
  width: 90%;
  border: none;
  outline: none;
}

.dropdown-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  display: none;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin-top: 7px;
  padding: 12px;
  border-radius: 9px;
  width: 110%;
  transform: translateX(-10%);
      z-index: 2222;
}


/* .dropdown-list li {

  cursor: pointer;
  position: relative;
      padding-block: 6px;
    font-size: 15px;
}

.dropdown-list li::after{

    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
background-color: #ff7254;
  transform: scaleX(0);
  transform-origin: left; 
   transition: transform 0.5s ease-in;


}

.dropdown-list li:hover::after {
transform:scaleX(1);
background-color: #ff72541a;

} */

.dropdown-list li {
  position: relative;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #333;
  border-radius: 4px;
}

.dropdown-list li::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #ff7254;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.dropdown-list li:hover {
  background-color: #f9f9f9;
  color: #ff7254;
}

.dropdown-list li:hover::after {
  transform: scaleX(1);
  background-color: #ff7254;
  width: 80%;
}

div#warningModal {
  z-index: 9999 !important;
}

div#deleteModal {
  z-index: 9999 !important;
}

.col-12.col-sm-12.col-md-10.profile-data.profile-tab-data {
  width: 83%;
}

p#failureMessage {
  color: red;
  font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
}

span#regemail-error,
span#confirmpass-error {
  color: red;
  font-size: 15px;
}

.cart-detail.thank-cart-detail ul:not(:last-of-type) li {
  border: 1px solid blue;
  gap: 2px;
}

.cart-detail.thank-cart-detail ul:not(:last-of-type) li .value {
  padding-left: 20px !important;
}

.profile-headings.profile-tab-headings.profiletab-section
  .nav-tabs
  .nav-link
  span {
  width: auto;
}

#calendar-close-btn {
  color: black;
}

.hotel-reference {
  margin-bottom: 30px;
}

.hotel-reference strong {
  width: 100%;
  display: flex;
  color: grey;
  margin-bottom: 10px;
  font-weight: 400;
}

.cardinfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 25px;
}

.cardinfo > .label {
  width: 100%;
}

.cardinfo > section {
  width: 100%;
  display: inline-block;
}
.cardinfo > section.col-2 {
  display: block;
}

.cardinfo > section.col-2 > section {
  display: inline-block;
  width: 49%;
}

.cardinfo > section.col-2 > section:nth-child(even) {
  float: right;
}
.cardinfo > section iframe {
  height: 55px !important;
  font-size: 22px !important;
  color: #212529;
  border: 1px solid #dfdfdf !important;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 5px;
}
.cardinfo .label {
  font-size: 19px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 8px;
}

button#clear {
  position: relative;
  inset: 0 !important;
  transform: none;
  margin: 0;
  margin-top: 15px;
  height: 55px;
  display: flex;
  background: #065d6d;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding-inline: 42px;
  width: fit-content;
}
button#clear:hover {
  background: #ff7558;
}
#faq {
  margin-inline: 0;
}

.home-room-data-box > div:last-child {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
.home-room-data-box img {
  margin-top: 2px;
  width: 17px;
      margin-right: 4px; 
}

.footer-c {
  padding-block: 10px;
  background: #fff;
}

.footer-c p {
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.foot-menu {
  /* border: 1px solid #fff; */
}

.foot-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
}

.footer-div .foot-menu ul a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.footer-div .foot-menu ul a:hover {
  color: #ff7254;
}

.foot-menu ul li {
  padding: 5px 20px;
}

.footer-email form {
  width: 100%;
}

.footer-email form input[type="text"] {
  display: none;
}

.footer-email form .mc4wp-form-fields h5:nth-of-type(1) {
  display: none;
}

.footer-email form .mc4wp-form-fields h5 {
  color: #fff;
  text-align: center;
  max-width: 430px;
  margin-inline: auto;
  padding-bottom: 28px;
  margin-bottom: 0;
  line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
}

.footer-line1 a {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.foot-text p {
  color: #fff;
}
.footer-sub-col > div {
  margin-bottom: 3rem;
}
.footer-sub-col > div:last-child {
  margin-bottom: 10px;
}

.footer-email input[type="email"] {
  height: 45px;
  border: 2px solid #3a747f;
  border-radius: 45px;
  color: #fff;
  background: transparent;
  padding: 4px 12px;
  max-width: 360px;
  width: 98%;
}

.footer-email input[type="submit"] {
  height: 45px;
  border: 2px solid #3a747f;
  border-radius: 45px;
  background: #085e6e url(../images/right-ar.svg) no-repeat;
  color: #fff;
  /* background: #085e6e !important; */
  padding: 4px 46px 4px 16px;
  background-position-x: 82%;
  background-position-y: 50%;
  transition: all 0.2s ease-in-out;
}

.footer-email input[type="submit"]:hover {
  border: 2px solid #ff7254;
  background-color: #ff7254;
  /* background: #ff7254 url(../images/right-ar.svg) no-repeat; */
  background-position-x: 82%;
  background-position-y: 50%;
}
.footer-email input[type="email"]::placeholder {
  color: #fff;
}

.footer-email input[type="email"]:focus-visible {
  border: 2px solid #3a747f;
  outline: 0;
}

.footer-ft .footer-div .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.foot-menu ul li:first-child {
  padding-left: 0;
}

.foot-menu ul li:last-child {
  padding-right: 0;
}

.resort-dest {
}
.resort-title > div {
  margin-inline: auto !important;
}

.home-room-data-box > div:last-child span {
  color: #000;
}

.home-room-data-box > div:last-child p {
  color: #000;
}

.blog-det-side > h5 {
  padding-bottom: 20px;
  font-size: 25px;
}

.resort-card1 {
  height: 100%;
  /* border:1px solid red; */
  position: relative;
}
.resort-card1 > div {
  height: 100%;
}

.resort-card1 > div figure.wp-caption img {
  height: 100% !important;
  max-height: 400px;
}

.resort-card1 > div figure.wp-caption {
  height: 100% !important;
}

.resort-card1 > div figure.wp-caption {
  height: 100% !important;
}
.resort-card1 > div figure.wp-caption img {
  height: 100% !important;
}

.resort-card1 figcaption.wp-caption-text {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: transparent !important;
  color: #ffffff;
  font-weight: 600;
}

.resort-card2 > div {
  position: relative;
}

.resort-card2 > div figcaption.wp-caption-text {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: transparent !important;
  color: #ffffff;
  font-weight: 600;
}
.resort-card3 > div {
  position: relative;
}

.resort-card3 > div figcaption.wp-caption-text {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: transparent !important;
  color: #ffffff;
  font-weight: 600;
}

.resort-card1 img,
.resort-card3 img,
.resort-card2 img {
  border-radius: 15px !important;
}

.room-dscrp.item.thistab1 ul li {
  padding-left: 0;
}

.signup_success_msg.signup-success {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 4px 8px;
}
.signup_error.signup-error {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 4px 8px;
  color: red;
}

#regfname-error {
  color: red;
}

.forgpass .modal-outer {
  padding: 25px;
  max-width: 500px;
}

.forgpass .modal-outer form {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.forgpass .modal-outer .close-icon {
  top: 10px;
  right: 10px;
  color: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  align-items: center;
  font-size: 20px;
  text-align: center;
  line-height: 19px;
  display: inline-block;
}

.forgpass .modal-outer .close-icon:hover {
  color: #ff7558;
  border-color: #ff7558;
}
.forgpass .modal-outer form input {
  width: 100%;
}

.forgpass .modal-outer form input[type="button"] {
  color: #fff;
  background: #e39524;
  border: none;
  border-radius: 0.25rem;
}
.forgpass .modal-outer form input[type="button"]:hover {
  background: #ff7558;
}
.forgpass .modal-outer h3 {
  color: #000;
  text-align: left;
}

#forgotPasswordLink {
  text-decoration: none;
}

.forgpass .modal-outer form .succ_msg.signup-succ_msg {
  color: green;
  font-size: 14px;
  text-align: center;
}

.forgpass .modal-outer form .succ_msg.signup-succ_msg {
  color: green;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
}

.forgpass .signup-error.errormsg-error {
  color: red;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
}

.succ_msg {
  color: green;
  font-size: 15px;
  text-align: center;
  width: 100%;
}

.room-prf.item.thistab2 .col-md-3 {
  width: 100%;
}

.room-prf.item.thistab2 .col-md-3 > ul {
  display: flex;
  flex-wrap: wrap;
}

.room-prf.item.thistab2 .col-md-3 > ul li {
  width: 33%;
  text-align: left;
  /* border:1px solid #fafafa; */
}

.room-loctn.item.thistab4 .hotel-pois {
  border: 1px solid #fafafa;
  padding: 8px;
  border-radius: 12px;
}

.room-loctn.item.thistab4 .hotel-pois ul.poi-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.room-loctn.item.thistab4 .hotel-pois ul.poi-list li {
  width: 19%;
  flex-wrap: wrap;
  display: flex;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  margin-right: 1%;
  flex-direction: column;
  gap: 5px;
}
.room-loctn.item.thistab4 .hotel-pois ul.poi-list li:nth-child(5n) {
  margin-right: 0;
  padding-right: 0;
}

.room-content .room-dscrp.item.thistab1 ul li {
  position: relative;
  /* padding-left: 20px; */
}
.room-content .room-dscrp.item.thistab1 ul li img {
  position: absolute;
  left: 0px;
  width: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.room-content .room-dscrp.item.thistab1 ul li .contacttitle h2 {
  font-size: 32px !important;
  color: #000 !important;
}

.contact-infos .e-con-full > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.contact-infos .e-con-full > div > p:first-child {
  width: 100%;
  text-align: center;
  flex-direction: row;
  border: none;
  gap: 0;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 1%;
}
.contact-infos .e-con-full > div > p {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0.5%;
  border: 1px solid #ededed;
  padding: 10px;
  gap: 5px;
  color: #4f4f4f;
  justify-content: flex-start;
  text-align: left;
  margin-right: 0.5%;
}
.contact-infos .e-con-full > div > p:nth-child(4n) {
  margin-right: 0;
}

.contact-infos .e-con-full > div > p strong {
  color: #000;
}

.contact-infos .e-con-full > div > p a {
  color: #07272d;
  width: fit-content;
  /* margin-inline:auto; */
  transition: all 0.3s ease-in-out;
}

.contact-infos .e-con-full > div > p a:hover {
  color: #ff7254;
}

.contact-infos .e-con-inner {
  padding-bottom: 60px !important;
}

 .contact-cont {
    /* padding-top: 35px; */
    padding-top: 60px;
}

.terms-cont-detl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
.terms-cont-detl p {
  margin-bottom: 0;
}
.terms-cont-detl span {
  display: flex;
}

.terms-cont-detl a {
  color: #07272d;
  margin-left: 0.2rem;
}

.terms-cont-detl a:hover {
  color: #ff7254;
}

.room-content .room-dscrp.item.thistab1 ul li:has(img) {
  padding-left: 20px;
}

.form-fields > div #regpass-error {
  font-size: 15px;
  padding-top: 4px;
  position: absolute;
}

.form-fields > div #regemail-error {
  position: absolute;
  font-size: 15px;
}

.form-fields > div #regfname-error {
  position: absolute;
  font-size: 15px;
}

#roomModal {
  top: inherit !important;
  bottom: 0;
  height: calc(100% - 65px) !important;
}

#roomModal > div::-webkit-scrollbar {
  width: 8px;
}
#roomModal > div::-webkit-scrollbar-thumb {
  background-color: #065d6d;
  border-radius: 20px;
}

.footer-email .mc4wp-response .mc4wp-success p {
  color: #01d201;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  padding-top: 4px;
}

.footer-email .mc4wp-response .mc4wp-error p {
  color: red;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  padding-top: 4px;
}

/* 
.about-text-cont>*:last-child {
    margin-bottom: 0 !important;
} */
.about-cont .e-con-inner {
  gap: 0;
}

.room-rateDiv h6.no-cancel-fee::before {
  display: none;
}

.room-rateDiv h6.no-cancel-fee::after {
  content: "\2715";
  position: absolute;
  top: 0px;
  color: black;
  font-family: Arial, sans-serif;
  font-weight: 600;
  left: 0;
  color: red;
  font-size: 10px;
  line-height: 15px;
}



.contact-cont .e-con-inner>div:nth-child(2) {
    /* border: 1px solid; */
}


.contact-cont .e-con-inner>div:nth-child(2)>div{
  margin: 5% 80px 8% 80px;
}

.contact-cont .e-con-inner>div:nth-child(2)>div img {
    height: 100%;
    object-fit: cover;
        border-radius: 12px;
}

.home-inter span img {
        width: 35px;
    }

.contact-form #evf-form-438 .evf-submit{
border-radius: 0 !important;
}

.about-cont h2{
  padding-inline: 40px;
}


.terms-of-cond-box h3{
  padding-inline: 40px;
}



body.customize-support .home-rooms {
    padding-top: 34px;
}
#closeSidebarDash {
    display: none;
}


.hotel-stats strong {
    font-size: 18px;
}

.hotel-phones {
border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
        flex-wrap: wrap;
        
}
.hotel-phones a {
    color: #07272d;
}
.hotel-phones a:hover {
    color:#ff7254;
}

.hotel-phones small {
    font-size: .75em;
}

.hotel-phones strong {
    color: #454545;
}

.form-fields > div> span
 {
    position: relative !important;
    display: block !important;
    padding-top: 0px;
        color: red;
}

.about-cont .about-text-cont {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 8px !important
}

/* .pass #regpass-error {
    position: relative !important;
    margin-bottom: 0;
} */
/* ------------------------------- */

.col-12.col-md-12.foot-text {
  display: none;
}

.admin-bar .home-rooms {
    padding: 0px 0px 0px 0;
}


body.admin-bar {
    margin-top: 65px;
    padding-top: 0;
}

.admin-bar .resort-header {
    margin-top: 31px;
    z-index: 999991;
}

.admin-bar span.cart-icon {
    top: 120px;
}

.hotel-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px !important;
}
.hotel-stats>div {
    margin-right:20px;
}

.hotel-stats>div:last-child{
  margin-right: 0;
}

.profile-headings a span img {
    width: 16px;
}

.blog-det-main>h1 {
    margin-top: 11px;
    font-size: 32px;
}

.admin-bar .add-cart {

    padding: 127px 20px 30px;
}


.add-cart.active .cart-icon:before{
    content: "\203A";
    position: absolute;
    left: -1px;
    width: 48px;
    height: 100%;
    transition: all 0.7s 
ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    border: 3px solid #fff;
    border-radius: 50%;
        font-size: 25px;
}

.add-cart.active .cart-icon:after{
display:none;
}






@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto;

    width: 20%;
  }
}

@media (min-width: 1441px) {
  .blog-left-full img {
    width: 100%;

    /* height: 27vw; */

    object-fit: cover;

    /* max-height: 400px; */
  }

  .blog-two-img {
    width: 100%;

    height: 139px;
  }

  .blog-title-bottom{
    height: calc(100% - 138px) !important;
  }

  .blog-full-desc {
    padding-bottom: 64px;
  }
  .room-rateDiv h6.no-cancel-fee::after {
    line-height: 21px;
    font-size: 11px;
  }
}

@media (max-width: 1440px) {
  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    height: 55px;
  }

  .adultname label {
    font-size: 17px;
  }

  .checkout-wrapp p {
    font-size: 19px;
  }

  .checkout-wrapp .check-form .form-field .form-control {
    height: 55px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 19px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 input[type="checkbox"] {
    width: 19px;

    height: 19px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 input[type="checkbox"] {
    top: 4px;
  }

  .checkout-wrapp .check-form .form-field label {
    font-size: 17px;
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .checkbox1
    input[type="checkbox"]:checked:after {
    top: -5px;
    left: 2px;
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    font-size: 18px;
  }

  .container-custom {
    width: 82%;
  }

  .blog-left-full img {
    width: 100%;

    height: 29vw;

    object-fit: cover;

    max-height: 400px;
  }

  .contact-cont .e-con-inner {
    width: 94% !important;
  }

  .about-cont .e-con-inner {
    width: 94% !important;
  }

  .container {
    width: 95% !important;
  }

  #searchFormContainer .resort-content-div {
    transform: translate(-10%, -50%);
  }

  .home-room-data p {
    font-size: 15px;
  }

  .home-room-data-box > span {
    font-size: 16px;
  }

  .home-room-data .room-content-a1 > span {
    font-size: 17px;

    line-height: 23px;
  }

  .room-content-a1 > span {
    font-size: 17px;
  }

  .room-contentDiv > p {
    font-size: 14px;
  }

  .room-contentDiv > p > a {
    font-size: 14px;
  }

  .room-contentDiv {
    width: 62%;
  }

  .room-rateDiv > p {
    font-size: 14px;
  }

  .room-rateDiv > span {
    font-size: 13px;
  }

  .room-rateDiv a {
    font-size: 14px;
  }

  .home-top-filter > p {
    font-size: 18px;
  }

  .filter1 img {
    width: 19px;
  }

  .home-top-filter a {
    font-size: 17px;
  }

  .home-search span {
    font-size: 17px;
  }

  .home-search select {
    font-size: 17px;
  }

  .room-amt > span {
    font-size: 18px;
  }

  .room-rateDiv h6 {
    font-size: 13px;
  }

  .add-cart h3 {
    font-size: 18px;
  }

  .add-cart .cart-date-manual label {
    font-size: 15px;
  }

  .cartdiv h4 {
    font-size: 15px;
  }

  .add-cart ul li {
    font-size: 14px;
  }

  .add-cart h2 {
    font-size: 23px;
  }

  .add-cart .cart-icon {
    /* top: 71px; */
  }

  .add-cart .delete-item {
    margin: 0 0 0 10px;
  }

  .room-inner .room-tab p {
    font-size: 16px;
  }

  .room-inner .room-tab .room-content ul li {
    font-size: 16px;
  }

  .room-inner .room-tab h4 {
    font-size: 20px;
  }

  .room-inner .room-tab .room-view .room-list h4 {
    font-size: 17px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3 {
    margin: 0 0 0 2.5%;
  }

  .room-inner .room-tab .tab-menu {
    width: 93%;
  }

  .header-drope .dropdown-menu {
    left: -28px;
  }

  .blog-det .col-md-7 > h5 {
    font-size: 23px;

    line-height: 31px;
  }

  .blog-det-side > h5 {
    padding-bottom: 20px;
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    padding: 16px 20px;
  }

  #roomModal > div {
    max-height: 83vh !important;
  }
.home-room-data-box img{
  margin-right: 5px;
}

.admin-bar .add-cart {

    padding: 130px 20px 30px;
}

}

@media (min-width: 1341px) and (max-width: 1440px) {
  .home-top-filter > p {
    font-size: 16px;
  }

  .filter1 span {
    font-size: 16px;

    font-weight: 500;
  }

  .home-top-filter a {
    text-decoration: none;

    color: rgb(41 119 163);

    font-size: 16px;
  }

  .home-filter-box p {
    font-size: 18px;
  }

  .home-search span {
    font-size: 16px;
  }

  .home-search select {
    font-size: 16px;
  }

  .home-result span {
    font-size: 16px;
  }

  .home-result select {
    font-size: 16px;
  }

  .room-content-a1 > span {
    font-size: 17px;
  }

  .room-contentDiv > span {
    font-size: 15px;
  }

  .room-contentDiv > p > a {
    font-weight: 400;

    font-size: 14px;
  }

  .room-contentDiv > a {
    font-weight: 500;

    font-size: 14px;
  }

  .room-rateDiv > p {
    font-size: 14px;
  }

  .room-rateDiv > span {
    font-size: 13px;
  }

  .room-contentDiv > p {
    font-size: 15px;
  }

  .room-amt > span {
    font-size: 14px;
  }

  .room-rateDiv h6 {
    position: relative;

    color: #c7c7c7;

    font-size: 13px;
  }

  .room-rateDiv a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .resort-box1.resort-box1-a3 .error-msg {
    font-size: 12px !important;
  }

      .admin-bar .resort-header {
        margin-top: 45px;
      }
}

@media (max-width: 1200px) {
  .profile-headings.profile-tab-headings a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    height: 50px;
    line-height: 1;
  }

  .about-cont p {
    font-size: 15px;
  }

  .home-resort-cards .roomopt h4 {
    font-size: 13px;
  }

  .home-resort-cards .roomopt {
    padding: 50px 8px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col2 {
    width: 24%;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 {
    margin: 0 0 0 3.5%;
  }

  #evf-form-438 .evf-field-container .input-text {
    height: 50px;

    font-size: 14px;
  }

  #evf-form-438 .evf-submit {
    font-size: 16px;
  }

  /* .resort-content-div {

     

        width: 100%;

    } */

  /* .resorrt-booking {



        padding: 20px 25px;

    } */

  /* .resort-sub p {

        font-size: 14px;

    }

    .resort-sub input {

        font-size: 14px;

    } */

  /* .resort-title h2 {

        font-size: 32px;

    }

    .resort-title p {

        font-size: 16px;

    }



    .resort-card1 .elementor-widget-container .wp-caption-text { 

        font-size: 23px;

    }

    .resort-card2 .elementor-widget-container .wp-caption-text {

        font-size: 23px;

    }



    .resort-card3 .elementor-widget-container .wp-caption-text {

        font-size: 23px;



    } */

  .e-con-full.resort-card2.e-flex.e-con.e-child {
    height: auto;

    justify-content: space-between;

    /* border: 1px solid black; */
  }

  .elementor-element.elementor-element-a9f4496.e-con-full.resort-card3.e-flex.e-con.e-child {
    height: auto;

    /* border: 1px solid black; */

    justify-content: space-between;
  }

  .resort-dest .e-child .resort-card1 img {
    height: auto !important;
  }

  .htl-cont h2 {
    font-size: 32px;
  }

  .home-room-data p {
    font-size: 14px;
  }

  .home-room-data .room-content-a1 > span {
    font-size: 17px;
  }

  .home-room-data-box > span {
    font-size: 14px;
  }

  .foot-c1 p {
    font-size: 15px;
  }

  .footer-check {
    font-size: 14px;
  }

  /* new added admin css */

  .resort-content-div {
    width: 100%;
  }

  .resort-title p {
    font-size: 16px;
  }

  .resort-title h2 {
    font-size: 32px;
  }

  .resort-card1 .elementor-widget-container .wp-caption-text {
    font-size: 23px;
  }

  .resort-card2 .elementor-widget-container .wp-caption-text {
    font-size: 23px;
  }

  .resort-card3 .elementor-widget-container .wp-caption-text {
    font-size: 23px;
  }

  .resorrt-booking {
    padding: 20px 25px;
  }

  .resort-sub p {
    font-size: 14px;
  }

  .resort-sub input {
    font-size: 14px;
  }

  .foot-c1 h5 {
    font-size: 22px;
  }

  /* admin side cs end...................... */

  .resort-first h1 {
    font-size: 60px;
  }

  .home-top-filter > p {
    font-size: 16px;
  }

  .filter1 span {
    font-size: 16px;
  }

  .home-top-filter a {
    font-size: 16px;
  }

  .home-filter-box p {
    font-size: 18px;
  }

  .room-rateDiv a {
    padding: 8px 10px 8px 10px;
  }

  .room-rateDiv h6 {
    font-size: 13px;
  }

  .room-rateDiv {
    margin-left: 0px;
  }

  .room-amt > span {
    font-size: 16px;
  }

  .room-cont-rateDiv {
    width: 72%;
  }

  .roomDiv {
    position: relative;

    width: 27%;
  }

  .room-contentDiv {
    width: 59%;
  }

  .room-rateDiv {
    width: 33%;
  }

  .room-rateDiv > p {
    font-size: 13px;
  }

  .room-contentDiv {
    padding: 15px 10px 10px 13px;
  }

  .room-content-a1 > span {
    font-size: 15px;
  }

  .hotel-reviews p {
    font-size: 12px;
  }

  .room-contentDiv > p {
    font-size: 12px;
  }

  .room-contentDiv > p > a {
    font-size: 13px;
  }

  .room-contentDiv > a {
    font-size: 15px;

    padding-right: 0px;
  }

  .roomDiv > span {
    width: 15px;

    position: absolute;

    top: 3px;

    right: 52px;
  }

  .room-inner .room-tab p {
    font-size: 15px;

    line-height: 24px;
  }

  .room-inner .room-tab h2 {
    font-size: 30px;
  }

  .room-inner .room-tab .room-content ul li {
    font-size: 15px;
  }

  .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    left: 50%;

    top: 16%;
  }

  .thistab3 .room-row .room-list .room-list-col {
    width: calc(33% - 12px);
  }

  .checkout-wrapp p span {
    margin-top: 7px;
  }

  .checkout-wrapp .check-form .form-field label {
    font-size: 16px;
  }

  .checkout-wrapp .check-form .form-field .form-control {
    height: 50px;
  }

  .checkout-wrapp .check-col1 .check-form .form-field {
    margin: 0 0 29px 0;
  }

  .checkout-wrapp h3 {
    font-size: 23px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 18px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 input[type="checkbox"] {
    top: 5px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 17px;

    line-height: 23px;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1 {
    width: 96%;

    margin-left: auto;

    margin-right: auto;
  }

  .dash-side-col.col-md-3 {
    width: 25%;
  }

  .dash-main-cont.col-md-9 {
    width: 75%;
  }

  .profile-ips-box label {
    font-size: 15px;
  }

  .profile-ips-box input {
    font-size: 15px;
  }

  .dash-side ul li a {
    font-size: 14px;
  }

  .dash-side ul li a {
    gap: 13px;
  }

  .dash-side ul li a span {
    width: 17px;

    height: 17px;
  }

  .profile-imgDiv {
    padding: 22px 32px;
  }

  .profile-data.col-md-7 {
    flex: 0 0 auto;

    width: 68%;
  }

  .profile-img.col-md-3 {
    flex: 0 0 auto;

    width: 28%;
  }

  .profile-headings {
    padding: 15px 20px;
  }

  .profile-tab-box {
    padding-block: 12px;

    padding-inline: 17px;
  }

  .profile-tab-a {
    font-size: 15px;

    width: 33%;
  }

  .profile-tab-b p {
    font-size: 15px;
  }

  .profile-headings.profile-tab-headings {
    width: 100%;
  }

  .profile-tab-headings .nav.nav-tabs {
    width: 100%;
  }

  .profile-tab-headings .nav.nav-tabs li {
    width: 33.33%;

    font-size: 15px;
  }

  .profile-headings.profile-tab-headings a {
    font-size: 15px;
  }

  .resort-sub select {
    left: -50%;

    transform: translate(35%, 1%);

    top: 51px;
  }

  .blog-det .col-md-7 > h5 {
    font-size: 21px;

    line-height: 28px;
  }

  .blog-det .col-md-4 ul li a {
    font-size: 18px;
  }

  .blog-det .col-md-7 > p {
    font-size: 15px;
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    font-size: 16px;

    line-height: 21px;
  }

  .blog-right-detail-row .blog-title-bottom > span {
    font-size: 14px;
  }

  .blog-right-detail-row .blog-two-card-texts p {
    font-size: 16px;
  }

  .blog-right-detail-row .blog-two-card-texts span {
    font-size: 15px;
  }

  .home-blog h3 {
    font-size: 32px;
  }

  .home-blog-box h6 {
    font-size: 17px;
  }

  .home-blog-box p {
    font-size: 15px;
  }

  .blog-btn a {
    padding: 11px 25px;

    font-size: 17px;
  }

  .home-blog {
    padding-top: 0px;
  }

  .resort-menus ul li {
    margin-right: 28px;
  }

  .resort-menus ul li a {
    font-size: 15px;
  }
  .footer-email form .mc4wp-form-fields h5 {
    font-size: 18px;
  }

 .contact-form .evf-frontend-row .evf-frontend-grid{
    padding-left: 12px !important;
    padding-right: 0px !important;
}

#searchFormContainer .resort-content-div .resorrt-booking {
    width: 100%;
}


}

@media (max-width: 991px) {
  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    height: 50px;
  }

  .stickyclass span.oldprice.striked {
    font-size: 13px;
    float: right;
    display: inline-block;
  }

  .stickyclass span.newprice {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .resorrt-booking {
    gap: 8px;
  }

  .adultname input {
    height: 50px;
  }

  .adultname > div {
    flex-direction: column;
  }

  .adultname > div div {
    width: 100%;
  }

  .adultname > div div:nth-child(1) {
    padding-right: 0px;
  }

  .adultname > div div:nth-child(2) {
    padding-left: 0px;
  }

  .faq-cont .e-con-inner {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .home-blog-page .home-blog {
    margin-block: 35px;
  }

  .contact-h2 h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form .evf-submit-container {
    padding-inline: 15px !important;
  }

  .blog-banner {
    /* height: 18vw; */
  }

  .resort-first h1 {
    font-size: 55px;
  }

  #evf-form-438 .evf-field-container .input-text {
    height: 48px;

    font-size: 13px;

    margin: 0;
  }

  #evf-form-438 .evf-submit {
    font-size: 14px;

    padding: 10px 25px;
  }

  #evf-form-438 .evf-field-container .evf-frontend-row {
    margin: 0;
  }

  .home-hotel-room .col-md-3 {
    flex: 0 0 auto;

    width: 33.33%;
  }

  #forgotPasswordLink {
    /* font-size: 15px; */
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
  }

  /* .resort-card2 .elementor-widget-container .wp-caption-text {

        font-size: 20px;

    }



    .resort-card1 .elementor-widget-container .wp-caption-text {

        font-size: 20px;

    }

    .resort-card3 .elementor-widget-container .wp-caption-text {

        font-size: 20px;

    } */

  /* .resort-menus {

        padding-left: 24px;

    }





    .resort-menus ul li {

        margin-right: 39px;

    }

    .resort-menus>a {

     

        font-size: 15px;

        padding: 12px 16px;



    }

    .resort-menus ul li a {



        font-size: 15px;

    }



    .resort-logo {

        width: 200px;

    }



    .resort-logo img {

        width: 100%;

    } */

  .htl-cont .elementor-widget-container > p {
    font-size: 15px;
  }

  .home-room-data .room-content-a1 > span {
    font-size: 16px;
  }

  .resort-sub input {
    font-size: 13px;
  }

  .resort-sub p {
    font-size: 13px;
  }

  .resorrt-booking .resort-sub {
    width: 100%;

    position: relative;

    height: 47%;

    display: flex;

    gap: 0;

    flex-direction: column;

    justify-content: center;
  }

  .resorrt-booking > input[type="submit"] {
    padding: 16px 30px;
  }

  .faq-accord .faq-list p {
    font-size: 15px;
  }

  .foot-c1 h5 {
    font-size: 22px;
  }

  .foot-c1:not(.foot-icon) ul li a {
    font-size: 14px;
  }

  .footer-sub-col .col-lg-3.foot-c1:nth-child(4) {
    margin-left: 0;

    padding-top: 29px;
  }

  .foot-c1 p {
    font-size: 14px;
  }

  .foot-c1 input {
    height: 40px;

    font-size: 14px;
  }

  .footer-email a {
    font-size: 14px;

    height: 40px;
  }

  .footer-check {
    font-size: 14px;
  }

  .foot-coppy p {
    font-size: 14px;
  }

  .footer-ft {
    padding: 65px 0 0px 0;
  }

  /* admin side css added .............................. */

  .resort-menus {
    padding-left: 24px;

    flex-wrap: nowrap;
  }

  .resort-menus ul li {
    margin-right: 10px;
  }

  .resort-menus > a {
    font-size: 14px;
    padding: 7px 9px;
        margin-right: 0.25rem !important;
    margin-left: 0.1rem !important;
  }

  .resort-menus ul li a {
    font-size: 15px;
  }

  .dash-side .resort-logo.dash-logo {
    width: 100%;
  }

  .resort-logo {
    width: 190px;
  }

  .resort-logo img {
    width: 100%;
  }

  .resort-card2 .elementor-widget-container .wp-caption-text {
    font-size: 20px;
  }

  .resort-card1 .elementor-widget-container .wp-caption-text {
    font-size: 20px;
  }

  .resort-card3 .elementor-widget-container .wp-caption-text {
    font-size: 20px;
  }

  .resort-title p {
    font-size: 15px;
  }

  /* admin side css end ///////////................................ */

  .roomDiv {
    width: 50%;
  }

  .room-cont-rateDiv {
    width: 50%;

    padding: 6px 11px;

    display: flex;

    flex-direction: column;
  }

  .room-contentDiv {
    padding: 15px 10px 10px 10px;

    width: 100%;
  }

  .room-rateDiv {
    width: 100%;

    margin: 0;

    border: 0;

    border-top: 1px solid #ededed;

    padding: 5px 10px 0 10px;
  }

  .room-contentDiv > p {
    display: inline-block;

    margin: 0;
  }

  .room-contentDiv > p > img {
    width: 20px;
  }

  .room-contentDiv > p > a {
    width: 100%;

    display: inline-block;

    text-align: start;
  }

  .room-content-a1 {
    display: flex;

    width: 100%;

    gap: 3px;

    flex-direction: column;
  }

  .room-contentDiv > a {
    line-height: 1;

    font-size: 15px;

    padding: 3px 0;

    text-align: left;
  }

  .room-rateDiv h6 {
    margin: 0px 0 12px 0;
  text-align: left;
  }

  .room-rateDiv > p {
    display: inline-block;

    width: 40%;

    text-align: left;
  }

  .room-rateDiv > span {
    justify-content: flex-start;

    display: inline-block;

    width: 40%;

    font-size: 12px;

    text-align: unset;
  }

  .room-amt {
    justify-content: flex-start;

    margin-top: 6px;

    margin-bottom: 7px;
  }

  .room-rateDiv a {
    margin-bottom: 15px;
  }

  .home-top-filter > p {
    font-size: 14px;
  }

  .filter1 span {
    font-size: 14px;
  }

  .home-top-filter a {
    font-size: 14px;
  }

  .home-filter-box p {
    font-size: 17px;
  }

  .home-search span {
    font-size: 16px;
  }

  .home-search select {
    font-size: 16px;
  }

  .home-side-section {
    padding: 17px 12px;
  }

  .search-box {
    display: flex;

    flex-direction: column;

    gap: 10px;
  }

  .home-side-section .search-box input {
    width: 100%;

    font-size: 13px;
  }

  .home-side-section .search-box button {
    background: #f4a251;
  }

  .home-side-section .search-box button img {
    filter: invert(1);
  }

  .home-side-section .search-box button:hover {
    background: #fa7052;
  }

  .home-side-section .section-title {
    font-weight: 600;
  }

  .home-resort-cards .roomopt h6 {
    font-size: 12px;
  }

  .room-inner .room-tab h2 {
    font-size: 26px;
  }

  .room-inner .room-tab ul li a {
    font-size: 19px;
  }

  .room-inner .room-tab h2 + h3 {
    font-size: 18px;

    margin-bottom: 25px;
  }

  .room-inner .room-tab h3 {
    font-size: 18px;
  }

  .room-inner .room-tab .room-content ul li {
    font-size: 13px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul {
    margin: 0 0 0px;

    display: inline-block;

    /* display: flex

        ; */

    flex-wrap: wrap;

    flex-direction: column;

    gap: 17px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li {
    width: auto;

    margin-right: 38px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li:last-child {
    margin-right: 0;
  }

  .not-avail img {
    width: 15px !important;
  }

  .room-view.item.thistab3 > form .resorrt-booking {
    gap: 0px;
    justify-content: space-between;
    padding-inline: 12px;
    padding-block: 12px;
  }

  .room-view.item.thistab3 > form .resorrt-booking > div {
    width: 35%;
  }

  .room-inner .room-tab h4 {
    font-size: 19px;

    margin-bottom: 35px;
  }

  .room-inner .room-tab .room-view .room-list > h4 {
    font-size: 14px;
  }

  .thistab3 .room-row .room-list .room-list-col .room-list-col1 > h4 {
    font-size: 14px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col2 {
    padding-left: 3px;
  }

  .room-view .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    left: 0;

    top: 61px;

    width: auto;

    bottom: 100%;

    transform: translate(-7%, -50%);

    border-top: 0;
  }

  .room-view.item.thistab3 > form {
    padding-inline: 40px;
  }

  .thistab3 .room-row .room-list .room-list-col {
    padding: 10px;
  }

  .room-inner .room-tab .room-view .room-list h6 {
    font-size: 13px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(1) {
    font-size: 15px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
    width: calc(49% - 0px);
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(4) {
    width: calc(50% - 4px);
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    img {
    width: 19px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(4)
    > h4 {
    font-size: 13px;
  }

  .checkout-wrapp p {
    font-size: 17px;
  }

  .checkout-wrapp .check-col1 .check-form .form-field {
    width: 100%;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1 {
    padding: 8px 35px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 16px;
  }

  .checkout-wrapp .conten-row .check-col2 .add-cart {
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-wrapp .conten-row .check-col2 .add-cart h2 {
    font-size: 22px;
  }

  .checkout-wrapp .conten-row .check-col2 .add-cart h3 {
    font-size: 19px;
  }

  .add-cart ul {
    margin: 0 0 0px;
  }

  .add-cart ul li {
    padding-bottom: 0;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1:hover {
    width: 95%;

    margin: 0 auto;

    margin-bottom: 25px;
  }

  .form-fields input {
    font-size: 15px !important;

    height: 50px;
  }

  .form-fields > input[type="button"] {
    padding: 8px 8px;
  }

  .dash-side-col.col-md-3 {
    width: 30%;

    padding-inline: 28px;
  }

  .dash-main-cont.col-md-9 {
    width: 70%;
  }

  .row.dash-profile-row .col-md-7 {
    flex: 0 0 auto;

    width: 90%;
  }

  .profile-img.col-md-3 {
    width: 200px;
  }

  /* .dash-main-cont.col-md-9 {

        width: 70%;

    } */

  .profile-imgDiv {
    padding: 15px 15px;
  }

  .profile-imgDiv h5 {
    padding-top: 17px;
  }

  .dash-header-dp.col-md-4 {
    padding-right: 15px;
  }

  .profile-imgDiv h5 {
    font-size: 15px;
  }

  .profile-headings h5 {
    font-size: 19px;
  }

  .profile-headings a {
    padding: 5px 16px;
  }



  .profile-img {
    margin-bottom: 20px;
  }

  .profile-headings {
    padding: 18px 20px;
  }

  .col-md-10.profile-data.profile-setting-page {
    width: 94%;
  }

  .col-12.col-sm-12.col-md-10.profile-data.profile-tab-data {
    width: 98%;
  }

  .profile-headings.profile-tab-headings a {
    padding: 10px 11px;
  }

  .resort-sub select {
    transform: translate(25%, 1%);

    /* transform: translate(25%, 1%); */
    /* transform: none;
        width: 100%;
        left: 0; */
    /* opacity: 0;
        top: 0; */
    /* width: 100%; */
    /* transform: none;
   left: 0; */
    /* transform: translateX(-23%); */
  }

  /* .resort-sub select.mac-os{

opacity: 0;


        } */

  .blog-det .col-md-7 > h5 {
    font-size: 18px;

    line-height: 24px;
  }

  .blog-det .col-md-7 > p {
    font-size: 14px;
  }

  .blog-det-side > h5 {
    font-size: 20px;
  }

  .blog-det .col-md-4 ul li a {
    font-size: 16px;
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    font-size: 15px;

    line-height: 21px;
  }

  .blog-right-detail-row .blog-two-card-texts p {
    font-size: 15px;
  }

  .blog-right-detail-row .blog-two-card-texts span {
    font-size: 14px;
  }

  .blog-det-date > p {
    font-size: 15px;
  }

  .blog-det-date > span {
    font-size: 14px;
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .checkbox1
    input[type="checkbox"]:checked:after {
    left: 3px;
  }

  .row.login-row {
    position: relative;
  }

  .row.signup-row {
    position: relative;
  }

  /* .row.login-row .col-md-6:first-child {
    width:100%;
    height:100%;
    
}

.row.login-row .col-md-6:last-child  {
    position:absolute;top:50%;
    left: 50%;transform:translate(-50% , -50%);
    margin:auto;
} */

  .sign-form h3 {
    text-align: center;
    color: #fff;
  }

  .sign-form a {
    color: #fff;
  }

  .row.signup-row .col-md-6:nth-child(1) {
    display: none;
  }

  /* https://demo.dotwibe.com/hotelbeds/wp-content/uploads/2025/05/signup.png */

  .row.signup-row .col-md-6:nth-child(2) {
    background: url(https://demo.dotwibe.com/hotelbeds/wp-content/themes/hotelbeds/assets/images/signup.png)
      no-repeat;
    /* background-size: cover; */
    width: 100%;
    /* height: auto; */
    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .row.login-row .col-md-6:first-child {
    display: none;
  }

  .row.login-row .col-md-6:last-child {
    background: url(https://demo.dotwibe.com/hotelbeds/wp-content/uploads/2025/05/signup.png)
      no-repeat;

    width: 100%;

    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login-row .log-a-divs > div label {
    color: #fff;
  }

  .form-fields > div {
    margin-bottom: 22px;
  }

  .sign-form form {
    padding-inline: 40px;
    width: 100%;
    max-width: none;
    padding-block: 40px;
  }

  .row.login-row .sign-form {
    width: 53%;
  }

  .sign-form {
    /* border: 1px solid red; */
    height: inherit;
    width: 100%;
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #00000040;
    border: 1px dotted #ffffff12;
    margin-block: 50px;
    border-radius: 0.5rem;
  }

  .col-12.col-sm-12.col-md-10.profile-data.profile-tab-data-page {
    width: 100%;
  }
  a.backbtn {
    padding: 0;
  }

  .footer-email form .mc4wp-form-fields h5 {
    font-size: 18px;
  }
  .footer-div .foot-menu ul a {
    font-size: 15px;
  }
  .foot-menu ul li {
    padding: 5px 15px;
  }
  .signup_success_msg.signup-success,
  .signup_error.signup-error {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.3;
  }

  .succ_msg {
    font-size: 14px;
    text-align: center;
    width: fit-content;
    background: linear-gradient(45deg, #ffffffa8, #ffffff85);
    padding: 5px 18px;
    border-radius: 50px;
  }

  .contact-infos .e-con-inner {
    max-width: 1440px !important;
    width: 94% !important;
  }

  .contact-infos .e-con-full > div > p {
    width: 49%;
  }
  .contact-infos .e-con-full > div > p:nth-child(4n) {
    margin-right: 0.5%;
  }
  .contact-infos .e-con-full > div > p:nth-child(odd) {
    margin-right: 0%;
  }

  .form-fields > div #regpass-error,
  .form-fields > div #regemail-error,
  .form-fields > div #regfname-error {
    font-size: 13px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(1) {
    font-size: 11px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(2)
    img {
    width: 15px;
  }

  .room-inner .room-tab .room-view .room-list h6:has(.no-cancel-fee)::after {
    font-size: 11px;
  }

.blog-det-main>h1 {
    font-size: 30px;
}



}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-wrapp .conten-row .check-col2 .add-cart.stickyclass {
    max-width: 280px !important;
  }

  span.oldprice.striked {
    margin-right: 0;
  }

  .profile-tab-a{
        font-size: 14px;
}

    .profile-tab-a {
        width: 32%;
    }

    .profile-tab-b p {
        font-size: 14px;
    }

.profile-tab-b{
    padding-left: 10px;
}
}

@media (min-width: 768px) {
  .checkout-wrapp .conten-row .check-col2 .add-cart.stickyclass {
    position: sticky;
    height: inherit;
    top: 104px;
    right: inherit;
    background: #ffffff;
    overflow: auto;
    max-height: 454px;
    height: fit-content;
  }

  .header-drope .dropdown-menu {
    left: -79px !important;
    top: 46px;
  }



.blog-title-bottom {
    padding-top: 10px;
    padding-bottom: 20px;
    height: calc(100% - 121px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog-two-card-texts{

      margin-top: auto;
}
.mobile-sidebar{
  display: none;
}

}

@media (max-width: 767px) {
  .stickyclass .cart-item {
    margin-bottom: 0px;
  }

  .contact-cont .contact-img .elementor-widget-container img {
    max-height: 100%;
  }

  span.oldprice.striked {
    margin-right: -57px;
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    height: 47px;
  }

  .adultname > div {
    flex-direction: row;
  }

  .adultname > div div {
    width: 49%;
  }

  .adultname > div div:nth-child(1) {
    padding-right: 12px;
  }

  .adultname > div div:nth-child(2) {
    padding-left: 12px;
  }

  .adultname input {
    height: 47px;
  }

  .blog-btn a {
    font-size: 16px;
  }

  .contact-h2 h2 {
    padding-inline: 0 !important;
  }

  .contact-form .evf-submit-container {
    padding-inline: 0 !important;
  }

  .contact-rt > div {
    width: 100%;

    height: auto;
  }

  .contact-rt > div > div {
    width: 100%;

    height: auto;
  }

  .contact-rt > div > div img {
    width: 100%;

    height: auto;
  }

  .about-cont h2 {
    font-size: 28px;
  }

  .about-cont p {
    font-size: 14px;
  }

  .add-cart .cart-icon {
    /* top: 119px; */

    /* left: -54px; */
  }

  .resort-hamberg img {
    width: 36px;
  }

  .resort-menus > a {
    font-size: 15px;

    padding: 9px 13px;
  }


.resort-menus > a:nth-of-type(3), .resort-menus > a:nth-of-type(2){
  display: none;
}


  .elementor-2
    .elementor-element.elementor-element-e29e4f0
    .elementor-heading-title {
    font-family: "Playfair", Sans-serif;

    font-size: 45px !important;
  }

  .banner-section-new {
    min-height: 28vw;
      margin-top: 0px;
  }
.home-search1 {
    
    padding-top: 0 !important;
}
.resort-first h1{
      padding-top: 0px;
}

    .admin-bar .elementor-element.elementor-element-176326f:has(.resort-first) {
    justify-content: center;
    padding: 0;
    margin-top: 0;
       
}

   .elementor-element.elementor-element-176326f:has(.resort-first) {
    justify-content: center;
    padding: 0;
    margin-top: 65px;
            /* margin-top: auto; */
}


  .banner-section-new .container {
    position: relative;

    height: 100%;

    width: 100%;

    /* top: 67%; */

    bottom: 0;

    /* top: 50% ; */

    left: 50%;

    transform: none;

    z-index: 999;

inset: 0;

  }

.resort-box1.resort-box1-a2 .resort-box1-drope1 {
        left: 50%;
        top: 50%;
        transform: translateY(0px) translateX(-50%);
    }



  .banner-section-new .row {
    height: 100%;

    /* width: 100%; */
  }

  .elementor .elementor-element .e-con-inner {
    padding-inline: 3%;
  }

  #menu-main-menu {
    display: none;
  }

  .resort-hamberg {
    display: flex;

    margin-left: 15px;
  }

  .resort-title h2 {
    font-size: 28px;
  }

  .resort-title p {
    font-size: 15px;
  }

  .htl-cont h2 {
    font-size: 28px;
  }

  .htl-cont .elementor-widget-container > p {
    font-size: 15px;
  }

  .home-hotel-room .col-md-3 {
    flex: 0 0 auto;

    width: 50%;
  }

  .faq-cont.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
    width: 80%;
  }

  .faq-accord details summary .e-n-accordion-item-title-text {
    font-size: 15px;

    padding-right: 26px;
  }

  .faq-accord .faq-list p {
    font-size: 14px;
  }

  .footer-sub-col .col-lg-3.foot-c1:nth-child(2),
  .footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
    width: 50%;
  }

  .footer-sub-col .col-sm-6 {
    flex: 0 0 auto;

    width: 50%;
  }

  .footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
    padding-top: 29px;
  }

  .footer-sub-col .col-lg-3.foot-c1:nth-child(4) {
    margin-right: 0%;
  }

  .resorrt-booking {
    padding: 20px 25px;

    width: auto;

    flex-wrap: wrap;
  }

  .resorrt-booking > div {
    width: 48%;

    margin-bottom: 10px;
  }

  .resorrt-booking > div:last-of-type {
    margin-bottom: 0;
  }

  .resorrt-booking > input {
    width: 48%;

    margin-bottom: 0px;
  }

  .resort-card1 figure {
    height: 100%;

    width: 100%;
  }

  .resort-card1 figure img {
    object-fit: cover;

    width: 100%;
  }

  .resort-dest > .e-con-inner > div:nth-child(2) .e-con-inner {
    padding-inline: 0;
  }

  .resort-card2 figure {
    margin: 0;

    width: 100%;

    height: 100%;
  }

  .resort-card2 figure img {
    height: auto;

    width: 100%;

    object-fit: cover;
  }

  .resort-card3 figure {
    margin: 0;

    width: 100%;

    height: 100%;
  }

  .resort-card3 figure img {
    height: auto;

    width: 100%;

    object-fit: cover;
  }

  .foot-c1:not(.foot-icon) ul li a {
    font-size: 13px;
  }

  .foot-c1 h5 {
    font-size: 18px;
  }

  /* admin side css added ........................... */

  .resort-menus .resort-hamberg {
    display: flex;

    margin-left: 15px;
  }

  .resort-title h2 {
    font-size: 28px;
  }

  /* 	    .foot-c1 h5 {

    font-size: 18px;

} */

  .tab-content #calendar {
    gap: 9px;
  }

  .tab-content h4 {
    font-size: 18px;
  }

  .calendar-block > :not(.day) {
    font-weight: 400 !important;

    font-size: 16px;
  }

  /* admin side css end................................... */

  .home-top-filter {
    flex-wrap: wrap;

    gap: 12px;

    align-items: flex-start;

    justify-content: center;

    margin-bottom: 24px;
  }

  .home-top-filter > * {
    flex: 1 1 calc(33.33% - 15px);

    box-sizing: border-box;

    width: calc(33.33% - 15px);

    padding: 5px;

    min-height: 35px;

    border: 1px solid #ebebeb;

    border-radius: 5px;
  }

  /* .home-top-filter> *:nth-child(5){



    margin-right: auto;

    padding: 5px;

} */

  .home-top-filter > *:hover {
    background: #ff7254;

    color: #fff;
  }

  .home-top-filter > *:hover img {
    filter: invert(1);
  }

  .search-box {
    display: flex;

    flex-direction: row;

    gap: 14px;
  }

  .home-main-div {
    margin-top: 30px;
  }

  .home-side-section .section:nth-of-type(2) > *:not(:first-child) {
    /* flex:1 1  calc(33.33% - 15px); */

    box-sizing: border-box;

    display: flex;

    width: auto;

    /* border:1px solid; */

    /* width: calc(33.33% - 15px);

max-width: calc(33.33% - 15px); */
  }

  .home-side-section .section:nth-of-type(2) {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
  }

  .home-side-section .section:nth-of-type(2) > *:first-child {
    width: 100%;

    text-align: left;
  }

  .home-sidebar {
    margin-bottom: 30px;
  }

  .about-last-text div {
    font-size: 15px;
  }

  .room-inner .room-tab ul li a {
    font-size: 17px;
  }

  .room-inner .room-tab .room-content {
    padding: 55px 0 40px;
  }

  .room-inner .room-tab h2 {
    font-size: 22px;
  }

  .room-inner .room-tab h2 + h3 {
    font-size: 16px;
  }

  .room-inner .room-tab h3 {
    font-size: 17px;
  }

  .room-inner .room-tab p {
    font-size: 14px;

    line-height: 23px;
  }

  .room-row .col-md-3 {
    width: 50%;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: unset;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li {
    flex: none;
    width: 32%;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li {
    /* flex: 1 1 48%;

    width: calc(50% - 10px);

    margin-right: 0;

    margin-bottom: 7px; */
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col1 {
    width: 50%;

    margin: 0;

    border: 0;

    border-right: 1px solid #e2e2e2;

    padding-top: 10px;

    border-top: 1px dotted #c4c4c4;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col2 {
    width: 49%;

    padding-top: 10px;

    border-top: 1px dotted #c4c4c4;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
    width: 50%;

    margin: 0;

    display: flex;

    flex-direction: column-reverse;

    justify-content: flex-start;

    align-items: flex-start;

    border-right: 1px solid #e2e2e2;

    padding-bottom: 10px;

    border-bottom: 1px dotted #c4c4c4;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col2 {
    padding-left: 10px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3 p {
    border: 0;

    border-top: 1px dotted #c7c7c7;

    margin: 0 0;

    padding: 0;

    width: 100%;

    text-align: left;

    padding-top: 8px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(4) {
    width: 50%;

    margin: 0;

    display: flex;

    flex-direction: column-reverse;

    justify-content: flex-start;

    align-items: flex-start;

    padding-left: 10px;

    padding-bottom: 10px;

    border-bottom: 1px dotted #c4c4c4;
  }

  .room-inner .room-tab .room-view .room-container {
    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    align-items: center;

    padding: 8px 0px 0;
  }

  .room-inner .room-tab .room-view .room-list h4 {
    margin-top: 7px;
  }

  .room-list-col3 h4 span {
    display: inline-block;

    width: 18px;

    height: 18px;
  }

  .room-list-col3 h4 span img {
    width: 100%;

    height: 100%;

    object-fit: cover;
  }

  .room-view.item.thistab3 > form .resorrt-booking > * {
    width: calc(50% - 10px) !important;

    max-width: 50% !important;

    margin-bottom: 15px !important;
  }

  #searchFormContainer .banner-section-new {
    padding-right: 0 !important;
  }

  #searchFormContainer .banner-section-new .container {
    position: relative !important;

    padding: 0;

    transform: none;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  #searchFormContainer .banner-section-new .row {
    height: inherit;

    width: 100%;
  }

  #searchFormContainer .resort-content-div {
    padding: 0;
  }

  .top2 {
    padding-top: 0px;
  }

  #calendar-content {
    display: flex !important;

    gap: 20px;

    flex-direction: column;
  }

  .calendar-block {
    align-items: center;

    justify-items: center;
  }

  .calendar-block {
    margin: 0 auto !important;

    width: 61vw !important;

    align-items: center;

    justify-items: center;

    border: 1px solid #e3e3e3;

    padding: 19px 10px;

    border-radius: 10px;
  }

  .tab-content #calendar > div:nth-child(1) {
    width: 61vw !important;

    margin: 0 auto !important;

    margin-bottom: 20px !important;

    margin-top: 16px !important;
  }

  #searchFormContainer .resort-content-div .resort-box1 .resort-box1-drope1 {
    /* top: 90%; */

    /* top: 218%; */

    top: 56px;
  }

  .thistab3 .room-row .room-list .room-list-col {
    width: calc(48% - 12px);
  }

  .thistab3 .room-row .room-list .room-list-col {
    padding-block: 20px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
    display: inline-block;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3 p {
    padding: 0;

    width: 100%;

    text-align: left;

    padding-top: 3px;

    font-size: 13px;

    display: inline-block;

    margin-top: 6px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(1) {
    font-size: 11px;
    width: calc(100% - 24px);
    margin-top: 5px;
    text-align: left;
    display: inline-block;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(2) {
    float: none;

    width: 15px;

    display: inline-block;

    margin-right: 5px;
  }

  .thistab3 .room-row .room-list .room-list-col .room-list-col1 > h4 {
    font-size: 12px;
  }

  .room-inner .room-tab .room-view .room-list h6 {
    font-size: 12px;

    word-wrap: break-word;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(4)
    > h4 {
    font-size: 13px;

    padding-left: 0;

    margin-top: 9px;
  }

  .checkout-wrapp .check-col1 .check-form .form-field {
    width: 49%;
  }

  /*.checkout-wrapp .check-brief {

        margin: 0 0 50px;

    }*/

  .checkout-wrapp .check-form .form-field .form-control {
    height: 47px;

    font-size: 15px;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1 {
    font-size: 16px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 input[type="checkbox"] {
    top: 4px;
  }

  .checkout-wrapp .conten-row .check-col2 {
    margin-bottom: 45px;

    padding: 0 0 0 0px;
  }

  .row.signup-row .col-sm-12 {
    flex: 0 0 auto;

    width: 50%;
  }

  .sign-form form {
    padding-inline: 27px;
    padding-block: 27px;
  }

  .row.login-row .col-sm-12 {
    flex: 0 0 auto;

    width: 50%;
  }

  .footer-cols .col-sm-12 {
    width: 100%;
  }

  .profile-imgDiv {
    width: 22vw;
  }

  .col-12.col-sm-12.col-md-3.profile-img {
    display: block;

    margin-bottom: 26px;
  }

  .dash-container .container-fluid {
    padding-left: 0;
  }

  .row.dash-profile-row {
    /* width: 85%; */

    /* margin: 0 auto; */

    margin-left: 0;
  }

  .dash-side-col.col-md-3 {
          max-width: 400px;
        width: 100%;

    z-index: 99;
  }

  .dash-main-cont.col-md-9 {
    width: 100%;

    padding-left: 0;
  }

  .row.dash-profile-row .col-md-7 {
    flex: 0 0 auto;

    width: 100%;
  }

  .blog-left {
    border-right: none;
  }
  .blog-two-img {
    height: auto;
  }

  .dash-side-col.col-md-3 {
    padding-inline: 26px;
  }

  .dash-side-col {
    position: fixed;

    left: -100%;

    top: 0;

    width: 30%;

    transition: all 0.50s ease-in-out;

    height: auto;
  }

  .dash-side-col.active {
    left: 0;
/* height:100vh;
    background: #07272d; */
  }

.dash-side-col {
    height: 100vh;
    background: #07272d;
}


  .dash-side-col.active ul :link a span img:nth-child(1) {
    /* filter: invert(1);

    color: #000 !important; */

    opacity: 1;

    filter: invert(0);
  }

  .dash-side-col.active ul li a span img:nth-child(2) {
    /* filter: invert(1);

    color: #000 !important; */

    opacity: 0;
  }

  .dash-side-col ul li.active a {
    color: #fff;
  }

  .dash-side-col ul li span img:nth-child(1) {
    /* filter: invert(1);

    color: #000 !important; */

    opacity: 1;
        margin-top: -3px;
  }

  .dash-side-col ul li a span img:nth-child(2) {
    /* filter: invert(1);

    color: #000 !important; */

    opacity: 0;
  }

  .dash-side-col ul li a {
    color: #fff;
  }

  .dash-side ul li a span img:nth-child(1) {
  }

  .dash-side ul li a span img:nth-child(2) {
  }

  .resort-logo.dash-logo {
    padding-top: 78px;
            display: none;
  }

  .tog {
    position: fixed;

    top: 75px;

    left: 19px;

    width: 40px;

    height: 40px;

    background: url("../images/ham.svg") no-repeat center / contain;

    cursor: pointer;

    display: none;
       
  }


.dash-side-col.active .tog {
filter: invert(1); 
}


  .tog {
    display: block;
  }

  .dash-side h4 a img {
    filter:invert(1)
  }

  .dash-side {
    width: 100%;

    /* height: 100vh; */
height: 100%;
    padding-bottom: 35px;

    display: flex;

    flex-wrap: wrap;

        padding-top: 76px;

        flex-direction: column;

  }

  .dash-side h4 {
    padding: 0;

    margin: 0;
  }

  .dash-side ul {
    margin: 0;

    padding: 0;

    list-style: none;

    max-height: 51.5vh;

    /* overflow-y: auto; */

    margin-top: -34px;
  }

  .dash-side ul li a {
    position: relative;
  }

  .dash-side ul li {
    margin-right: 10px;
  }

  .dash-side-col.active .resort-logo.dash-logo {
    padding-top: 78px;
        padding-bottom: 50px;
    width: 200px;
  }

  .change-pass-save input {
    margin-left: 0;
  }

  .dash-side-col .dash-side ul {
    margin: 0;

    padding: 0;

    list-style: none;

    /* max-height: 57vh; */
        height: auto;

    /* overflow-y: auto; */

    /* margin-top: -34px; */
        margin-top: 106px;

    margin-right: 0;

    width: 100%;
  }

  .dash-side-col .dash-side ul li.active {
    /* background: #a1a1a1;
        border: 1px solid #7b7b7b; */
        border: 1px solid #1d7e90;
        background: #1d7e90;
  }

  .dash-side-col .dash-side ul li {
    /* padding: 12px 15px; */

    margin-bottom: 10px;

    border: 1px solid #1d7e90;

    margin-right: 0;
  }

    .dash-side-col .dash-side ul li a{
 padding: 23px 25px;
    }


  .dash-side-col .dash-side ul li:last-child {
    margin-top: 0px;
  }

  .profile-tab-box {
    padding-block: 20px;
  }

  .profile-tab-a {
    font-size: 14px;
  }

  .profile-tab-b p {
    font-size: 14px;
  }

  .profile-tab-b a {
    font-size: 14px;

    padding: 4px 10px;
  }

  .resort-sub select {
    left: inherit;

    transform: none;
  }

  #searchFormContainer
    section.banner-section-new.searchbar
    .resorrt-booking
    .resort-box1.resort-box1-a2
    .error-msg {
    position: absolute;

    bottom: unset;

    top: 51px;
  }

  section.banner-section-new.searchbar
    .resorrt-booking
    .resort-box1.resort-box1-a2
    .error-msg {
    position: absolute;

    bottom: unset;

    top: 70px;
  }

  .contact-cont .contact-img {
    width: 100%;
    margin: 0 auto;
  }

  .row.login-row .col-md-6:last-child {
    width: 100%;
  }

  .sign-form {
    width: 70%;
  }

  .row.login-row .sign-form {
    width: 66%;
  }

  .resort-header .custom-header-links {
    display: none;
  }

  .room-inner .room-gal .room-col2 {
    margin-top: 20px;
  }

  .room-inner .room-gal .room-col2 .slick-prev {
    top: -16px;
  }
  .header-drope .dropdown-menu {
    left: -68px;
  }

  .footer-email form .mc4wp-form-fields h5 {
    font-size: 17px;
    padding-bottom: 23px;
  }

  .footer-div .foot-menu ul a {
    font-size: 14px;
  }

  .footer-line1 {
    margin-bottom: 35px;
  }

  .footer-div {
    padding: 20px 20px 33px 20px;
    padding-inline: 0 !important;
  }

  .footer-sub-col > div {
    margin-bottom: 2.2rem;
  }
  .footer-ft {
    padding: 30px 0 0px 0;
  }
  .foot-menu ul li {
    padding: 5px 8px;
  }

  .home-rooms {
    padding: 66px 0px 0px 0;
  }

.room-inner {
        margin: 65px 0 0 0;
        padding: 65px 0 0;
    }

  /* .room-inner {
    padding: 65px 0 0 0;
  } */
  .room-inner .room-gal {
    margin: 0 0 47px;
  }

  .room-prf.item.thistab2 .col-md-3 > ul li {
    width: 49%;
    padding: 0 0 0 25px;
  }

  .room-prf.item.thistab2 .col-md-3 > ul {
    justify-content: space-between;
  }

  .room-loctn.item.thistab4 .hotel-pois ul.poi-list li {
    flex: 1 1 24%;
    margin-bottom: 4%;
  }
  .room-loctn.item.thistab4 .hotel-pois ul.poi-list li:nth-child(4n) {
    margin-right: 0;
    padding-right: 0;
  }
  .room-loctn.item.thistab4 .hotel-pois ul.poi-list li:nth-child(5n) {
    margin-right: inherit;
    padding-right: inherit;
    margin-bottom: 0;
  }

  .contact-rt > div {
    margin: 0 !important;
  }

  .contact-rt .elementor img {
    width: 100%;
  }

  .contact-infos .e-con-full > div > p {
    width: 78%;
    text-align: center;
    margin-inline: 0 !important;
  }
  .contact-infos .e-con-full > div > p a {
    margin-inline: auto;
  }

  .room-view.item.thistab3 > form .resorrt-booking input[type="submit"] {
    margin-bottom: 0 !important;
  }

  #roomModal > div {
    max-height: 72vh !important;
  }

  #roomModal #roomModalTitle {
    font-size: 18px;
  }
  .about-text-cont {
    padding-top: 8px !important;
  }

  .room-inner .room-tab .room-content ul li img {
    width: 17px;
  }
  .room-inner .room-tab .tab-menu {
    padding-inline: 4px;
  }
  .home-filter-box p {
    margin-top: 1rem;
  }

  .contact-cont .e-con-inner>div:nth-child(2)>div img{
    width: 100%;
  }

.contact-form .evf-frontend-row .evf-frontend-grid{
  padding-left: 0 !important;
}
.blog-full-desc > h5{
padding-bottom: 10px;
}
.blog-full-desc{
  padding-bottom: 12px;
}
.blog-two-card-texts{
  padding-top: 0;
}


/* new added style for the blog responsive....................... */

.blog-title-bottom {
    padding-bottom: 0px;
   margin-bottom: 12px;

}


.blog-left .blog-left-row1{

    margin: 0 !important;
}

.blog-left .blog-left-row2{

          margin: 0 !important;
}



.blog-right .blog-left-row2{
    /* border:1px solid red; */
     margin: 0 !important;
}


.blog-left .blog-left-row1 .col-12{
  margin: 0 !important;
 
    margin-bottom:1rem !important;
}
.blog-left .blog-left-row2 .col-12{
  margin: 0 !important;

    margin-bottom:1rem !important;
}

.blog-right .blog-left-row2 .col-12{
  margin: 0 !important;

    margin-bottom:1rem !important;
}

.blog-left-row2::after{
  border:none;
}

.blog-title-bottom > h5{
  padding-bottom: 10px;
}




/* new added style for the blog responsive....end.................. */

.blog-texts{
display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
}

.blog-texts p {
    display: flex;
    font-size: 15px;
    display: inline-block;
    width: fit-content;
    margin: 0 10px 0 0;
    color: grey;
    float: left;
}

.blog-texts span {
    margin: 0;
    font-size: 15px;
    display: block;
    width: fit-content;
    color: grey;
    margin-left: auto;
    float: right;
}

.blog-banner{
      margin-top: 20px;
}

.resort-card2>div img {
    height: 100%;
}

.resort-card3>div img {
    height: 100%;
}

.dash-side-col.active .dash-side ul li:hover{
      background: #f4a251;
    border: 1px solid #f4a251 !important;
}

    #closeSidebarDash {
        display: flex;
        color: #fff;
        font-size: 22px;
        position: absolute;
        top: 50px;
        right: 22px;
                cursor: pointer;
    }
#closeSidebarDash:hover{
  color:#f4a556;
}

.hotel-stats strong {
    font-size: 17px;
}


body.admin-bar {
    margin-top: 65px;
    padding-top: 0;
}

.admin-bar .resort-header {
    margin-top: 45px;
    z-index: 999991;
}

.admin-bar span.cart-icon {
    top: 120px;
}

.blog-det-main>h1 {
    font-size: 28px;
}
.admin-bar .add-cart {
    padding: 130px 20px 30px;
}

  .resort-menus > a:nth-of-type(1) {
    display: none;
  }


}

@media (max-width: 700px) {
  #calendar {
    display: grid;

    grid-template-columns: repeat(14, 1fr);

    gap: 24px;

    grid-template-columns: 1fr !important;
  }

  .calendar-block {
    place-items: center;

    margin-bottom: 0px !important;
  }

  .day {
    max-width: 35px;

    max-height: 35px;

    font-size: 14px;

    line-height: 1.55;

    padding-top: 6px !important;
  }

  .calendar-block .day.past {
    padding: 13px;
  }

  .calendar-block .day {
    padding: 13px !important;

    line-height: 0.5;

    display: flex;

    align-items: center;

    justify-content: center;
  }
}

@media (max-width: 650px) {
  .blog-det .col-md-7 {
    /* border: 1px solid blue; */

    width: 100%;
  }

  .blog-det .col-md-4 {
    /* border: 1px solid rgb(255, 0, 55); */

    width: 100%;

    margin-top: 50px;

    margin-right: auto;
  }

  .row.blog-right-detail-row {
    margin-top: 50px;
  }

  .blog-two-img {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .dash-side-col.col-md-3 {
    width:95%;
  }

  .row.signup-row .col-sm-12 {
    flex: 0 0 auto;

    width: 100%;
  }

  .sign-form form {
    max-width: 457px;
  }

  .row.login-row .col-sm-12 {
    flex: 0 0 auto;

    width: 100%;
  }
}

@media (max-width: 575px) {
  .adultname input {
    height: 47px;
    font-size: 15px;
  }

  .adultname > div {
    flex-direction: column;
  }

  .adultname > div div {
    width: 100%;
  }

  .adultname > div div:nth-child(1) {
    padding-right: 0px;
  }

  .adultname > div div:nth-child(2) {
    padding-left: 0px;
  }

  .faq-cont .e-con-inner {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .room-inner {
    padding: 65px 0 0 0;
  }
  .room-inner .room-gal {
    margin: 0 0 47px;
  }

  .home-blog-page .home-blog {
    padding: 0;
    margin-block: 35px;
  }

  .home-blog h3 {
    font-size: 25px;
  }

  .blog-btn a {
    font-size: 15px;
    padding: 9px 21px;
  }

  .room-inner .room-tab .tab-menu {
    padding-top: 10px;
  }

  .room-inner {
    padding: 65px 0 0;
  }

  .profile-tab-box-setting label {
    font-size: 15px;
  }

  .profile-headings.profile-page-tab-headings h5 {
    font-size: 18px;
  }

  .contact-h2 h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form .evf-submit-container {
  }

  .about-last-text {
    padding-bottom: 31px;
  }

  .about-cont h2 {
    font-size: 25px;
  }

  .about-cont p {
    font-size: 14px;
  }

  .about-last-text div {
    font-size: 14px;
  }

  .room-col4 span {
  }

  .home-resort-cards .roomopt h3 {
    font-size: 15px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 {
    justify-content: space-between;

    padding: 0 0 0px;

    border-bottom: 1px solid #e6e6e6;

    margin-bottom: 40px;

    border-top: 1px solid #e6e6e6;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col2,
  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col3 {
    width: 49%;

    display: inline-block;

    float: left;

    margin: 0;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col2,
  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col3 {
    width: 49%;

    display: inline-block;

    float: left;

    margin: 0;

    padding-left: 10px;

    padding-top: 14px;
  }

  .home-resort-cards .roomopt h6 {
    margin-top: 1px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 {
    width: 49%;

    display: inline-block;

    float: left;

    margin: 0 0 0;

    padding-top: 0;

    text-align: left;

    border-right: 1px solid #e6e6e6;

    padding-bottom: 26px;

    padding-left: 10px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4:last-child {
    border-right: 0;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 h4 {
    margin: 0;

    padding-bottom: 10px;
  }

  .home-resort-cards .roomopt h4 {
    margin: 0 0 14px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-container {
    justify-content: flex-start;

    padding: 2px 0 0;
  }

  .room-col3 {
    padding-left: 0 !important;
  }

  .room-cnt .room-col1 .room-col4:nth-child(4) {
    /* border: 1px solid red; */

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: wrap;

    line-height: normal;

    height: fit-content !important;

    padding: 0 !important;

    margin-top: auto !important;

    margin-bottom: 20px !important;

    padding-left: 20px !important;
  }

  /* .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 {

    width: 49%;

    display: inline-block;

    float: left;

    margin: 0 0 0;

    padding-top: 12px;

    text-align: left;

    border-right: 1px solid #e6e6e6;

} */

  .add-cart.active .cart-icon {
    left: 14px;

    z-index: 1;
  }

  .add-cart.active h2 {
    margin: 0 0 16px auto;

    padding-left: 0;

    width: calc(100% - 60px);
  }

  .home-top-filter {
    justify-content: space-between;
  }

  .home-top-filter > * {
    flex: none;

    width: calc(50% - 8px);

    max-width: calc(50% - 0px);

    min-height: 35px;
  }

  .home-top-filter > *:nth-child(5) {
    margin-right: auto;

    padding: 5px;
  }

  .home-filter-box p {
    font-size: 16px;
  }

  .home-search select {
    font-size: 15px;
  }

  .home-side-section .section:nth-of-type(2) > *:not(:first-child) {
    flex: 1 1 calc(50% - 15px);

    box-sizing: border-box;

    width: calc(50% - 15px);

    max-width: calc(50% - 15px);
  }

  .home-room1 {
    flex-direction: column;
  }

  .roomDiv {
    width: 100%;
  }

  .roomDiv > img {
    width: 100%;

    border-radius: 15px 15px 0 0;

    height: 100%;

    max-height: 50vw;

    min-height: 50vw;
  }

  .room-cont-rateDiv {
    width: 100%;

    border-radius: 0px 0px 15px 15px;
        padding: 5px 6px 25px;
    border-top: none !important;
  }

  .room-rateDiv a {
    /* margin-left: auto; */

    width: fit-content;

    padding-inline: 35px;

    margin-bottom: 15px;
  }

  .view-btn1:after {
    margin: 0 0 0 29px;
  }

  .resort-hamberg img {
    width: 38px;
  }

  .footer-line1 img {
    width: 250px;
  }

  .elementor-2
    .elementor-element.elementor-element-e29e4f0
    .elementor-heading-title {
    font-size: 35px !important;
  }

  .banner-section-new .container {
    position: absolute;

    height: 100%;

    width: 100%;

    top: 65px;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 999;
  }

  .banner-section-new {
    min-height: 310px;

    position: relative;
  }

  .footer-sub-col .col-sm-6 {
    flex: 0 0 auto;

    width: 100%;

    margin-bottom: 15px;
  }

  .footer-sub-col .col-lg-3.foot-c1:nth-child(2),
  .footer-sub-col .col-lg-3.foot-c1:nth-child(3) {
    width: 100%;

    margin-bottom: 15px;
  }

  .resorrt-booking > div {
    width: 100%;

    margin-bottom: 10px;
  }

  .resorrt-booking > input[type="submit"] {
    font-size: 14px;

    padding: 8px 30px;

    width: fit-content;
  }

  .home-room-data .room-content-a1 > span {
    font-size: 15px;
  }

  .home-room-data p {
    font-size: 13px;
  }

  .home-room-data-box > span {
    font-size: 13px;
  }

  .faq-cont h2 {
    font-size: 22px;
  }

  .resort-first h1 {
    font-size: 30px;
  }


  .contact-cont {
    padding-top: 50px;
}

  /* admin side css added ....................... */

  .footer-line1 {
    margin: 0 0 35px;
  }

  .resort-title h2 {
    font-size: 22px;
  }

  .resort-title p {
    font-size: 14px;
  }

  .resort-card1 .elementor-widget-container .wp-caption-text {
    font-size: 16px;
  }

  .resort-card2 .elementor-widget-container .wp-caption-text {
    font-size: 16px;
  }

  .resort-card3 .elementor-widget-container .wp-caption-text {
    font-size: 16px;
  }

  .htl-cont h2 {
    font-size: 22px;
  }

  .htl-cont .elementor-widget-container > p {
    font-size: 14px;
  }

  .foot-c1 h5 {
    font-size: 18px;
  }

  .resort-sub p {
    font-size: 11px;
  }

  .resort-sub input {
    font-size: 11px;
  }

  .resorrt-booking > input[type="submit"] {
    font-size: 14px;

    padding: 12px 40px;

           width: 100%;
        margin-inline: auto;
  }

  .resort-menus > a {
    font-size: 13px;

    padding: 12px 12px;

    padding: 8px 12px;
  }

  .resort-logo {
    width: 160px;
  }

  .resort-tabDiv > p:nth-child(2) {
    font-size: 13px;

    font-weight: 500;
  }

  .resort-tabDiv p {
    font-size: 13px;

    font-weight: 500;
  }

  /* admin side css end ...................................*/

  .banner-section-new .container {
    position: absolute;

    height: 100%;

    width: 100%;

    top: 0 !important;

    /* bottom: 0; */

    left: 50%;

    transform: translate(-50%, 0);

    z-index: 999;
  }

  .resort-content-div {
    margin-top: auto !important;
  }

  .banner-section-new {
    margin-top: 0;
  }

  .roomDiv > span {
    top: 7px;

    right: 8px;

    width: fit-content;
  }

  .roomDiv > span img {
    width: 35px;

    object-fit: cover;
  }

  .add-cart .cart-date-manual label {
    font-size: 14px;
  }

  .add-cart h3 {
    font-size: 16px;
  }

  .cartdiv h4 {
    font-size: 14px;
  }

  .add-cart ul li {
    font-size: 13px;
  }

  .add-cart .cart-date-manual .save-date-btn {
    padding: 6px 11px;
  }

  .add-cart .delete-hotel {
    width: 25px;

    height: 25px;
  }

  .add-cart .delete-hotel:after {
    font-size: 14px;
  }

  .add-cart .cart-btn1 {
    padding: 6px 10px;

    font-size: 14px;
  }

  .add-cart .delete-item:after {
    line-height: 9px;
  }

  .resort-header-wrap {
    width: 100%;

    height: 65px;
  }

  .home-rooms {
    padding: 66px 0px 0px 0;
  }

  /* 

    .room-inner .room-tab .tab-menu {

        width: 100%;

    } */

  .room-inner .room-tab ul.tab-menu li {
    max-width: 49%;

    width: calc(49% - 6px);

    display: inline-block;

    margin: 0 auto;

    border: 1px solid #ededed;

    padding: 0 12px;

    margin-bottom: 10px;
  }

  .room-inner .room-tab ul.tab-menu a {
    text-align: center;

    font-size: 15px;

    padding-block: 15px;
  }

  .room-inner .room-tab .tab-menu .tab-item:hover {
    /* background: #ff7254; */

    color: #fff;
  }

  .room-inner .room-tab h2 {
    font-size: 20px;

    line-height: 27px;
  }

  .room-inner .room-tab h2 + h3 {
    font-size: 14px;
    padding-left: 0 !important;
  }

  .room-inner .room-tab .room-content .room-dscrp {
    padding: 28px 26px;
  }

  .room-dscrp.item.thistab1 ul {
    display: inline-block;

    width: 100%;

    margin: 0 auto;
  }

  .room-dscrp.item.thistab1 ul li {
    width: 49%;

    margin-bottom: 12px;
  }

  /* .room-dscrp.item.thistab1 ul li {

        font-size: 13px;

        flex: 1 1 50%;

        width: calc(50% - 10px);

        margin: 0;

    } */

  .room-inner .room-tab p {
    font-size: 13px;

    line-height: 22px;
  }

  .room-row .col-md-3 {
    width: 100%;
  }

  .room-row .col-md-3 ul {
    display: inline-block;
  }

  .room-row .col-md-3 ul li {
    width: 100%;

    max-width: 100%;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li {
    flex: 1 1 50%;
    width: 49%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li:last-child {
    margin-bottom: 0;
  }

  .room-prf.item.thistab2 {
    padding-inline: 20px !important;
  }

  .room-view.item.thistab3 {
    padding-inline: 20px !important;
  }

  .room-view.item.thistab3 > form .resorrt-booking > * {
    width: 100% !important;

    max-width: 100% !important;

    margin-bottom: 15px !important;
  }

  .room-inner .room-tab .room-view .room-list h4 {
    font-size: 13px;
  }

  .room-inner .room-tab .room-view .room-list h6 {
    font-size: 13px;
  }

  .room-list-col2 small {
    font-size: 12px;
  }

  .room-view.item.thistab3 > form .resorrt-booking input[type="submit"] {
    padding: 13px 39px;

    font-size: 13px;
    margin-bottom: 0 !important;
  }

  .room-inner .room-tab h4 {
    font-size: 16px;
  }

  .room-inner .room-tab h3 {
    font-size: 15px;
    padding-left: 10px !important;
  }

  .room-loctn.item.thistab4 {
    padding-inline: 20px !important;
  }

  /* .resort-box1-drope1 {

        top: 2150px;

        left: 50%;

    } */

  .resort-box1.resort-box1-a2 .resort-box1-drope1 .container {
    height: inherit !important;

    /* border: 1px solid blue; */

    border-radius: 10px;

    position: static;
  }

  .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    width: auto;

    transform: none;

    /* max-width: 310px; */

    top: 100%;
  }

  /* .resort-box1.resort-box1-a2 .resort-box1-drope1 {

        left: 50%;

 

    } */

  .large-img {
    max-height: 87vw;
  }

  .calendar-block {
    gap: 5px;

    width: 69%;
  }

  .calendar-block {
    margin: 0 auto !important;

    width: auto !important;
  }

  .calendar-block .day {
    padding: 0px !important;

    font-size: 12px;

    line-height: 0.95;

    display: flex;

    align-items: center;

    justify-content: center;

    /* min-width: 21px; */

    /* min-height: 20px; */

    width: 25px;

    height: 25px;
  }

  .thistab3 .room-row .room-list .room-list-col {
    width: calc(98% - 12px);
  }

  .thistab3 .room-row {
    padding: 28px 28px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(2) {
    float: left;
  }

  .checkout-wrapp .check-brief {
    padding: 30px 30px 20px;
  }

  .checkout-wrapp p {
    font-size: 15px;
  }

  .checkout-wrapp .check-col1 .check-form .form-field {
    width: 100%;
  }

  .checkout-wrapp h3 {
    font-size: 22px;
  }

  .checkout-wrapp .check-form .form-field label {
    font-size: 15px;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1 {
    padding: 8px 25px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 15px;
  }

  .checkout-wrapp .conten-row .check-col2 .add-cart h2 {
    font-size: 22px;
  }

  .checkout-wrapp .conten-row .check-col2 .add-cart h3 {
    font-size: 18px;
  }

  .checkout-wrapp .conten-row {
    padding: 10px 0 0;
  }

  .sign-form form {
    padding-inline: 20px;
  }

  .row.dash-header-row {
    flex-wrap: nowrap;
  }

  .row.dash-profile-row {
    margin: 0 !important;

    margin-left: 11px !important;
  }

  .row.input-row.input-row-profile .col-12 {
    padding-inline: 0 !important;
  }

  .input-row.input-row-profile input {
    width: 100%;
  }

  .change-pass-save {
    padding-inline: 12px !important;
  }

  .change-pass-save input {
    width: 100%;

    padding-inline: 12px;

    margin: 0 auto;
  }

  .col-12.col-sm-12.col-md-10.profile-data.profile-tab-data {
    width: 100%;

    padding-inline: 0;
  }

  .profile-tab-box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .profile-tab-b {
    align-items: flex-start;
  }

  .listsort {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    flex-direction: column;

    gap: 20px;
  }

  button#prev-month {
    position: relative;

    padding-left: 20px;

    margin: 0;

    padding: 0;

    height: 20px;

    display: flex;

    justify-content: flex-start;

    align-items: center;
  }

  button#next-month {
    position: relative;

    padding-right: 20px;

    margin: 0;

    padding: 0;

    line-height: 1;

    display: flex;

    height: 20px;

    display: flex;

    justify-content: flex-start;

    align-items: center;
  }

  button#prev-month::before {
    top: 0;

    left: 3px;
  }

  button#next-month::after {
    top: 0;

    right: 3px;
  }

  .resort-box1.resort-box1-a2 {
    position: relative;
  }

  #searchFormContainer .resort-content-div .resort-box1 .resort-box1-drope1 {
    /* top: 90%; */

    top: 48px;

    transform: translateX(-50%);
  }

  #searchFormContainer .resort-content-div .resorrt-booking {
    gap: 25px;
  }

  section.banner-section-new.searchbar
    .resorrt-booking
    .resort-box1.resort-box1-a2
    .error-msg {
    bottom: unset;

    top: 44px;
  }

  .resorrt-booking {
    gap: 15px;
  }

  .room-rateDiv > p {
    display: inline-block;

    width: 100%;
  }

  .room-inner .room-gal .room-col1 .slick-slider .slick-track .large-img {
    margin-bottom: 10px !important;
  }

  .room-inner .room-gal .room-col2 .slick-prev {
    /* top: -24px; */
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    font-size: 14px;
  }

  .blog-det .col-md-4 ul li a {
    font-size: 15px;
  }

  .blog-det .col-md-4 ul li:hover span img:first-child,
  .blog-det .col-md-4 ul li a span img:last-child {
    width: 17px;
  }

  .blog-title-bottom > span a {
    font-size: 12px;
  }

  .blog-right-detail-row .blog-two-card-texts span {
    font-size: 12px;
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    padding-right: 15px;
  }

  .row.blog-right-detail-row {
    margin-top: 40px;
  }

  .blog-det {
    padding-top: 80px;
  }

  .blog-right-detail-row .blog-title-bottom > h5 {
    font-size: 15px;
    line-height: 30px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
  }

  .form-field.discounts h2 {
    font-size: 18px !important;
  }

  .cart-detail.thank-cart-detail ul li {
    font-size: 14px;
    flex-wrap: wrap;
    gap: 3px;
  }

  .cart-detail.thank-cart-detail ul li:last-of-type {
    font-size: 15px !important;
  }

  .dropdown-list {
    transform: translateX(-8%);
    z-index: 999;
  }

  /* .row.login-row .col-md-6:last-child {
        width: 85%;
    }




    .login-row .col-md-6:nth-child(2) {
    background-color: #f5f5f51f;
    border: 1px dotted #ffffff12;
   
} */

  /* .row.signup-row .col-md-6:nth-child(1){

    display: none;
}
.row.signup-row .col-md-6:nth-child(2){


background: url(https://demo.dotwibe.com/hotelbeds/wp-content/themes/hotelbeds/assets/images/signup.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
    }

}

.sign-form {
   
    height: 100%;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #f5f5f51f;
    border: 1px dotted #ffffff12;
    margin-block: 50px;
} */

  .sign-form h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
  }

  .login-row .log-a-divs > div label {
    color: #fff;
    font-weight: 400;
  }

  .sign-form a {
    color: #fff;
  }

  .sign-form form {
    padding-block: 26px;
  }

  .sign-form {
    width: 85%;
  }

  .sign-form .form-fields input {
    font-size: 15px !important;
    height: 40px;
  }

  .pass i,
  .con-pass i {
    right: 17px;
    top: 13px;
    cursor: pointer;
  }

  .row.login-row .sign-form {
    width: 80%;
  }

  .sign-cont {
    padding: 66px 0 0px 0;
  }

  .profile-tab-box-page.tab-box-page-2card .profile-tab-b {
    gap: 25px;
  }

  .profile-tab-b.humblewidth .amtcls {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .profile-tab-a {
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    padding-bottom: 5px;
  }

  .profile-headings.profile-tab-headings a {
    flex-direction: column;
    gap: 0;
  }

  .dash-side-col .resort-logo.dash-logo {
    padding-top: 84px;
  }

  .dash-side-col .dash-side ul {
 margin-top: 68px;
    /* transform: translateY(-22px); */
    transform: translateY(0);
  }

  .room-inner .room-gal .room-col2 {
    margin-top: 8px;
  }

  .room-inner .room-gal .room-col2 .slick-prev {
    top: -16px;
  }

  .room-view.item.thistab3 > form .resorrt-booking {
    padding-inline: 10px;
  }

  .room-view.item.thistab3 > form {
    padding-inline: 8px;
  }

  .room-view .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .calendar-nav {
    top: -50px !important;
  }

  .tab-content #calendar > div:nth-child(1) {
    width: 91% !important;
    left: 0;
    right: 0;
  }
  a.backbtn {
    font-size: 0 !important;
    padding: 0 !important;
  }

  .footer-email input[type="email"] {
    width: 61%;
    font-size: 15px;
  }

  .footer-email input[type="submit"] {
    font-size: 15px;
    background-size: 16px;
  }

  .footer-email form .mc4wp-form-fields h5 {
    font-size: 17px;
  }
  .footer-c p {
    font-size: 15px;
  }

  .foot-menu ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
  }
  .footer-div .foot-menu ul a {
    font-size: 15px;
  }
  .foot-menu ul li {
    padding: 2px 9px;
  }
  .signup_success_msg.signup-success,
  .signup_error.signup-error {
    font-size: 12px;
  }

  .forgpass .modal-outer h3 {
    font-size: 22px;
  }
  .forgpass .modal-outer form input {
    font-size: 15px;
  }

  .forgpass .modal-outer form .succ_msg.signup-succ_msg,
  .forgpass .signup-error.errormsg-error {
    font-size: 13px;
  }
  .succ_msg {
    font-size: 13px;
  }

  .sign-form .form-fields > input[type="button"] {
    height: 40px;
  }
  .room-inner .room-tab .room-content ul li img {
    width: 16px;
  }

  .room-prf.item.thistab2 .col-md-3 > ul li {
    padding: 0 0 0 25px;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    flex-direction: unset;
    margin-bottom: 0;
  }

  .room-loctn.item.thistab4 .hotel-pois ul.poi-list li {
    flex: unset;
    width: 49%;
    padding-inline: 4px;
    height: 100%;
    flex-direction: row;
  }
  .contact-infos .e-con-full > div > p {
    width: 100%;
    margin-bottom: 1.5%;
  }

  .room-view.item.thistab3 > p {
    margin-inline: 8px;
    font-size: 14px;
  }

  .dropdown-toggle1 {
    font-size: 15px;
  }
  .dropdown-toggle1::after {
    top: 5px;
    right: 1px;
    width: 15px;
    height: 15px;
    background-size: 10px;
  }

  .room-content .room-dscrp.item.thistab1 ul li {
    width: 49%;
    border: 1px solid #ededed;
    position: relative;
    margin-right: 2%;
    padding-block: 7px;
    padding-right: 4px;
    margin-bottom: 2%;
  }

  .room-dscrp.item.thistab1 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .room-content .room-dscrp.item.thistab1 ul li:not(:has(img)) {
    padding-left: 6px;
  }

  .room-content .room-dscrp.item.thistab1 ul li img {
    left: 7px;
    width: 13px;
    /* top: 10px; */
  }
  .room-content .room-dscrp.item.thistab1 ul li:has(img) {
    padding-left: 26px;
  }

  .room-content .room-dscrp.item.thistab1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .resort-first h1 {
    padding-top: 0;
  }
  #roomModal #roomModalTitle {
    font-size: 16px;
  }

  #roomModal h4 {
    font-size: 16px;
  }
  #roomModal #roomFacilitiesList {
    font-size: 15px;
  }
  .about-cont .e-con-inner {
    padding-inline: 0 !important;
  }

  .about-text-cont {
    padding-inline: 0 !important;
  }
  .about-cont {
    padding-top: 16px;
  }

  .home-search1 {
    padding-top: 10px !important;
  }

  .resorrt-booking > div:nth-child(1) .error-msg {
    font-size: 11px !important;
    bottom: -18px;
  }

  section.banner-section-new.searchbar
    .resorrt-booking
    .resort-box1.resort-box1-a2
    .error-msg {
    top: 44px;
    font-size: 11px !important;
  }

  .resort-box1.resort-box1-a3 .error-msg {
    bottom: -16px;
    font-size: 11px !important;
  }

  .resorrt-booking > input[type="submit"] {
    margin-top: 5px;
  }

  .home-inter span img {
    width: 25px;
  }
  .home-room-data-box > div:last-child span {
    font-size: 14px;
  }

  .home-hotel-room {
    padding: 20px 0 30px 0;
  }

  .faq-accord details summary .e-n-accordion-item-title-text::after {
    width: 19px;
    height: 19px;
    top: 0px;
    background-size: 19px;
  }
  .resort-first {
    padding-top: 8px;
  }

  .faq-cont .e-con-inner {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    gap: 5px;
  }

.contact-infos .e-con-full > div > p:first-child strong {
    margin-bottom: 4px;
}

 .blog-full-desc > h5
 {
        font-size: 17px;
 }

.room-inner .room-tab ul li.tab-item a.active {
    /* color: #f4a251; */
    color: #ffff;
}
.room-inner .room-tab .tab-menu .tab-item:has(.active) {
    background: #f4a251;
}
.about-cont h2 {
    padding-inline: 20px;
}

.terms-of-cond-box h3{
  padding-inline: 20px;
}
    .dash-side-col.col-md-3 {
        width: 100%;
    }
.room-rateDiv>* {
    margin: 0;
    margin-bottom: 12px;
}

.room-rateDiv>*:last-child{
  margin-bottom: 0;
  margin-top:22px;
}
.col-sm-12.col-md-12.col-lg-12.profie-save {
    padding-left: 0;
}
.room-dscrp.item.thistab1 > h3 {
    padding-left: 0 !important;
}

.hotel-stats strong {
    font-size: 15px;
}
.admin-bar .elementor-element.elementor-element-176326f:has(.resort-first){
  /* margin-top: auto; */
}


.form-fields > div> span {
    line-height: 1.1;
    font-size: 14px !important;
}

span#regemail-error, span#confirmpass-error {
    font-size: 14px;
}
/* .admin-bar .room-inner {
   margin: 0px 0 0 0;
}
.room-inner {
        margin: 65px 0 0 0;
    } */

}

@media (max-width: 420px) {
  .dropdown-list {
    transform: translateX(-9%);
  }

  .checkout-wrapp
    .check-col1
    .check-form
    .form-field.discounts
    .apply_couponcode {
    height: 45px;
    line-height: 1;
    font-size: 15px;
  }

  .stickyclass span.total-label {
    display: inline-flex;
    gap: 10px;
  }

  .stickyclass span.oldprice.striked {
    font-size: 13px;
    float: right;
    display: inline-block;
  }

  .stickyclass span.newprice {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  span.oldprice.striked {
    margin-right: -17px;
  }

  .resort-tabDiv p.active {
    width: fit-content !important;
  }

  .resorrt-booking {
    padding: 20px 13px;
  }

  .profile-headings.profile-tab-headings a {
    font-size: 12px;

    padding: 6px 11px;
  }

  .profile-headings.profile-tab-headings li:first-child a {
    /* padding-right: 26px; */
  }

  .blog-banner {
    margin-top: 5px;
    min-height: 200px;
    max-height: 300px;
  }

  .room-view .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    left: 50%;
    right: 0;
    width: 87vw;
    transform: translate(-50%, -50%);
    /* transform: translate(3vw, -50%); */
  }

  .room-view
    .resort-box1.resort-box1-a2
    .resort-box1-drope1
    .room-view
    .resort-box1.resort-box1-a2
    .resort-box1-drope1
    > div {
    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .room-view .resort-box1.resort-box1-a2 .resort-box1-drope1 .resort-tabDiv {
    width: 100%;
  }

  .resort-tabDiv {
    width: 100%;

    flex-direction: column;
  }

  .contact-form .evf-submit {
    width: 100% !important;
  }

  .home-rooms {
    padding: 52px 0px 0px 0;
  }

  .home-resort-cards .roomopt h4 {
    font-size: 11px;
  }

  .home-resort-cards .roomopt h6 {
    font-size: 11px;
  }

  .home-resort-cards .roomopt .room-row1 .room-col1 .room-col4 p {
    font-size: 12px;
  }

  .home-resort-cards .roomopt h3 {
    font-size: 14px;
  }

  .top2 {
    padding-top: 0px;
  }

  .home-top-filter > * {
    flex: 1 1 100%;

    width: 100%;

    max-width: 100%;

    padding-left: 14px !important;

    /* justify-content: flex-start !important; */
  }

  .home-filter-box p {
    font-size: 15px;

    width: 100%;

    padding-inline: 10px;
  }

  .home-search span {
    font-size: 14px;
  }

  .home-search select {
    font-size: 13px;
  }

  .home-search select {
    font-size: 14px;
  }

  .home-filter-box {
    flex-direction: column;

    margin-bottom: 10px;
  }

  .home-side-section .section-title {
    font-size: 15px;
  }

    body.admin-bar {
        margin-top: 50px;
    }

  .room-inner {
    padding: 65px 0 0;
  }

  .room-inner .room-gal {
    margin: 0px 0 40px;
  }

  #resultsInfo {
    font-size: 15px;

    margin-bottom: 0px !important;
  }

  .room-amt > span {
    font-size: 14px;
  }

  .roomDiv > span img {
    width: 35px;

    height: auto;
  }

  .roomDiv > span {
    top: 7px;

    right: 8px;

    width: fit-content;
  }

  .home-side-section .section:nth-of-type(2) > *:not(:first-child) {
    flex: 1 1 calc(50% - 15px);

    box-sizing: border-box;

    width: calc(50% - 15px);

    max-width: calc(50% - 15px);
  }

  .home-room1 {
    flex-direction: column;
  }

  .roomDiv {
    width: 100%;
  }

  .room-rateDiv a {
    width: fit-content;
    margin-left: 0;

    padding-inline: 35px;

    padding: 5px 10px 5px 10px;
  }

  .home-rooms #pagination button {
    min-width: 30px;

    padding: 4px;
  }

  .room-amt img {
    width: 20px;

    object-fit: cover;
  }

  .banner-section-new .container {
    top: 93px;
  }

  .elementor-2
    .elementor-element.elementor-element-e29e4f0
    .elementor-heading-title {
    font-family: "Playfair", Sans-serif;

    font-size: 26px;
  }

  .resorrt-booking > input {
    width: 100%;

    margin-bottom: 0px;

    padding: 10px 12px;
  }

  .home-hotel-room .col-md-3 {
    flex: 0 0 auto;

    width: 100%;
  }

  .faq-cont h2 {
    font-size: 18px;
  }

  .faq-accord details summary .e-n-accordion-item-title-text {
    font-size: 14px;

    padding-right: 29px;
  }

  .faq-accord .faq-list p {
    font-size: 13px;
  }

  .faq-accord details summary .e-n-accordion-item-title-text::after {
    width: 20px;

    height: 20px;

    background-size: 20px;
  }

  .footer-line1 img {
    width: 230px;
  }

  .foot-c1 p {
    font-size: 13px;
  }

  .footer-email a {
    font-size: 13px;

    height: 35px;
  }

  .foot-c1 input {
    height: 35px;

    font-size: 14px;
  }

  .foot-coppy p {
    font-size: 11px;
  }

  .faq-cont.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
    width: 91%;
  }

  .home-room-data-box > span p {
    margin: 0;

    font-size: 13px;
  }

  /* admin side css added.................................. */

  .resort-dest.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
    padding-top: 30px;

    padding-bottom: 20px;
  }

  .resort-title p {
    font-size: 13px;

    padding-top: 10px;
  }

  .resort-title h2 {
    font-size: 20px;
  }

  .htl-cont h2 {
    font-size: 18px;

    line-height: 25px;
  }

  .htl-cont .elementor-widget-container > p {
    font-size: 13px;
  }

  /* 	     .resort-menus>a {

        font-size: 13px;

        padding: 5px 10px;

    } */

  .resort-menus > a {
    font-size: 10px;

    padding: 5px 10px;
  }

  .resort-logo {
    width: 101px;
  }

  .resort-menus {
    padding-left: 22px;
  }

  .faq-accord details summary .e-n-accordion-item-title-text::after {
    width: 20px;

    height: 20px;

    background-size: 20px;
  }

  .resort-hamberg > a {
    width: 25px;

    height: auto;
  }

  .resort-hamberg > a img {
    width: 100%;
  }

  .elementor-2
    .elementor-element.elementor-element-e29e4f0
    .elementor-heading-title {
    font-family: "Playfair", Sans-serif;

    font-size: 25px;

    font-weight: 600;

    color: #ffffff;
  }

  .tab-content {
    padding: 7px;
  }

  .calendar-block > :not(.day) {
    font-weight: 400 !important;

    font-size: 14px;
  }

  .calendar-block .day {
    padding: 0px !important;

    font-size: 12px;

    line-height: 0.95;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 25px;

    height: 25px;
  }

  #calendar-close-btn {
    position: absolute;

    top: 4px !important;

    right: 5px;
  }

  .resort-sub select option {
    font-size: 14px;
  }

  .resort-rooms h6 {
    font-size: 14px;
  }

  .resort-rooms-box1 p {
    font-size: 13px;
  }

  .resort-room-count span:nth-child(1) {
    width: 30px;

    height: 30px;
  }

  .resort-room-count span:nth-child(3) {
    padding: 5px;

    margin-left: 17px;

    width: 30px;

    height: 30px;
  }

  /* admin side css end.......................................... */

  .resort-first h1 {
    font-size: 30px;

    padding-top: 0px;
  }
  .elementor-2
    .elementor-element.elementor-element-e29e4f0
    .elementor-heading-title {
    font-size: 30px !important;
  }

  .resort-header-wrap {
    width: 100%;

    height: 50px;
  }

  .about-cont h2 {
    font-size: 22px;
  }

  .about-cont p {
    font-size: 14px;
  }

  .about-last-text div {
    font-size: 14px;
  }

  .room-inner .room-tab .room-view .room-list h4 {
    font-size: 12px;
  }

  .room-inner .room-tab .room-view .room-list h6 {
    font-size: 12px;
  }

  .room-list-col2 small {
    font-size: 12px;
  }

  .room-inner .room-tab h4 {
    font-size: 15px;
  }

  .room-inner .room-tab ul.tab-menu a {
    font-size: 14px;
  }

  .room-dscrp.item.thistab1 ul li {
    width: 100%;

    margin-bottom: 19px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col1 {
    width: 100%;

    margin: 0;

    border: 0;

    border-right: 0;

    padding-top: 10px;

    border-top: 0;

    padding-bottom: 12px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col2 {
    width: 100%;

    padding-top: 10px;

    border-top: 0;

    padding-left: 0;

    padding-bottom: 10px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
    width: 50%;

    margin: 0;

    align-items: flex-start;

    border-right: 0;

    padding-bottom: 10px;

    border-bottom: 0;

    display: inline-block;

    border-top: 0;

    padding-top: 10px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(4) {
    border-top: 1px dotted #c4c4c4;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3 p {
    border-top: 0;
    width: auto;
    margin-top: 0;
    margin-left: 1%;
  }

  .room-inner .room-tab .room-view .room-list h4 {
    font-size: 12px;

    display: flex;

    justify-content: flex-start;
  }

  .room-list-col3 h4 span {
    margin-left: 6px;
  }

  .room-inner .room-tab .room-view .room-container {
    padding: 0;
    padding-bottom: 0;
    width: auto;
    margin-left: 6%;
  }

  .room-inner .room-tab .room-content ul li img {
    width: 18px;
  }

  .resort-tabDiv > p:nth-child(2) {
    width: 83%;

    text-align: center;
  }

  .resort-tabDiv p {
    width: 83%;

    text-align: center;
  }

  .children > p:after {
    top: -3px;

    right: 7px;
  }

  .resort-box1-drope2 {
    min-width: 300px;
  }

  .resort-toggle-btn a:nth-child(1) {
    font-size: 12px;
  }

  .resort-toggle-btn a:nth-child(2) {
    font-size: 12px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(1) {
    width: fit-content;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col3:nth-child(4) {
    border-top: none;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    position: relative;
  }

  .thistab3 .room-row .room-list .room-list-col .room-list-col1 > h4 {
    padding-bottom: 0;
    margin-top: 0;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(4)
    > h4 {
    padding-bottom: 0;
    width: auto;
    margin: 0;
  }

  .thistab3 .room-row {
    padding: 14px 0px;
  }

  .room-inner .room-tab h4 {
    margin-bottom: 14px;
  }

  .room-inner .room-tab .room-view .room-list-col .room-list-col1 {
    padding-top: 0px;

    border-top: 0;
  }

  .checkout-wrapp .check-brief {
    margin: 0 0 0px;

    padding: 30px 20px 20px;
  }

  .checkout-wrapp p {
    font-size: 14px;
  }

  .checkout-wrapp h3 {
    font-size: 20px;
  }

  .checkout-wrapp .check-form .form-field .form-control {
    height: 45px;

    font-size: 14px;
  }

  .checkout-wrapp .check-col1 .check-form .cart-btn1 {
    font-size: 15px;
  }

  .checkout-wrapp .check-col1 .check-form .checkbox1 label {
    font-size: 14px;

    line-height: 21px;
  }

  .checkout-wrapp .check-col1 .check-form .row {
    margin-bottom: 28px;
  }

  .sign-form .checkout-wrapp .conten-row .check-col2 .add-cart {
    padding: 20px;
  }

  .form-fields input {
    font-size: 15px !important;

    height: 45px;
  }

  .log-a-divs a {
    font-size: 14px;
  }

  .form-fields label {
    font-size: 14px;
  }

  .log-a-divs a {
    font-size: 12px;
  }

  .profile-imgDiv {
    width: 50vw;
  }

  .profile-headings h5 {
    font-size: 17px;
  }

  .profile-headings a {
    padding: 3px 13px;

    font-size: 13px;

    gap: 12px;
  }

  .profile-headings a span img {
    width: 100%;
  }

  .profile-headings a span {
    width: 15px;
  }

  .profile-ips-box label {
    font-size: 14px;
  }

  .header-bell {
    width: 38px;
  }

  .header-drope {
    max-width: 75px;
  }

  .dash-header-dp.col-md-4 {
    gap: 11px;
  }

  .header-drope .dropdown-menu {
    /* left: -42px; */

    left: -68px;
  }

  /* .dash-side-col.col-md-3 {
    width: 191px;
  } */

  .dash-side ul li a span {
    width: 13px;

    height: 13px;
  }

  .dash-side ul li a span img {
    width: 20px;
  }

  .dash-side ul li a {
    font-size: 13px;
  }

  .dash-side ul li {
    /* border: 1px solid orange; */

    /* padding: 9px 12px; */

    margin-bottom: 16px;
  }

  .dash-side ul li a {
    gap: 10px;
  }

  .dash-side-col.col-md-3 {
    padding-inline: 17px;
  }

  .change-pass-save {
    width: 100% !important;

    padding-inline: 12px !important;

    margin: 0 auto;
  }

  .change-pass-save input {
    padding: 10px 21px;

    margin-left: 0;

    width: 100%;

    font-size: 15px;
  }

  .row.input-row {
    padding: 35px 5px;
  }

  .resort-box1.resort-box1-a2 .resort-box1-drope1 {
    width: auto;

    transform: none;

    max-width: 310px;

    top: 100%;
  }

  p#successMessage {
    padding: 30px 4px;

    padding-left: 36px;
    font-size: 12px;
  }

  .sign-cont {
    padding: 50px 0 0 0;
  }

  /* .row.login-row {
 
        height: 79vh;
    } */

  /* .login-row .col-md-6:nth-child(2) {
    background-color: #f5f5f51f;
    border: 1px dotted #ffffff12;
 
} */

  .sign-form h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
  }

  .login-row .log-a-divs > div label {
    color: #fff;
    font-weight: 400;
  }

  .sign-form a {
    color: #fff;
    font-size: 14px;
  }

  .sign-form form {
    padding-block: 26px;
  }

  .form-fields > div {
    margin-bottom: 20px;
  }

  .row.login-row .sign-form {
    width: 85%;
  }

  .profile-tab-box {
    padding-inline: 0;
  }

  .footer-email {
    flex-wrap: wrap;
  }

  .footer-email input[type="email"] {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .footer-email input[type="submit"] {
    font-size: 14px;
    background-size: 15px;
    padding: 4px 58px 4px 23px;
  }

  .footer-div .foot-menu ul a {
    font-size: 14px;
  }
  .foot-menu ul li {
    padding: 2px 6px;
  }
  .footer-c p {
    font-size: 12px;
    padding: 0 15px;
  }

  .footer-email form .mc4wp-form-fields h5 {
    font-size: 16px;
    padding-bottom: 28px;
  }
  .footer-sub-col > div {
    margin-bottom: 2rem;
  }

  .footer-line1 {
    margin: 0 0 30px;
  }
  .forgpass .modal-outer h3 {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .forgpass .modal-outer {
    padding: 18px;
  }

  .forgpass .modal-outer form input {
    font-size: 14px;
    height: 40px;
  }
  .forgpass .modal-outer .close-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  #forgotPasswordLink {
    font-size: 12px;
  }
  .succ_msg {
    font-size: 12px;
    padding: 5px 13px;
  }
  .room-prf.item.thistab2 .col-md-3 > ul li {
    width: 100%;
  }

  .room-inner .room-tab .room-content .room-prf .room-opt ul li {
    flex: 1 1 100%;
  }

  .room-loctn.item.thistab4 .hotel-pois ul.poi-list li {
    width: 100%;
  }

  .contact-infos .e-con-full > div > p a {
    font-size: 13px;
  }
  .contact-infos .e-con-full > div > p {
    font-size: 15px;
  }
  .contact-infos .e-con-full > div > p:first-child {
   line-height: 1.3;
        font-size: 14px;
  }
  .dropdown-toggle1 {
    font-size: 14px;
  }

  .room-content .room-dscrp.item.thistab1 ul li {
    width: 100%;
    margin-inline: 0;
  }

  .room-inner .room-col2 .room-img {
    max-width: 100%;
    width: 100% !important;
  }
  .room-inner .room-gal .room-row > div {
    padding-inline: 0;
  }

  #roomModal {
    height: calc(100% - 50px) !important;
  }

  .resorrt-booking > div:nth-child(1) .error-msg {
    font-size: 11px !important;
    bottom: -18px;
  }

  section.banner-section-new.searchbar
    .resorrt-booking
    .resort-box1.resort-box1-a2
    .error-msg {
    top: 44px;
    font-size: 11px !important;
  }

  .resort-box1.resort-box1-a3 .error-msg {
    bottom: -16px;
    font-size: 11px !important;
  }

  .resorrt-booking > input[type="submit"] {
    margin-top: 5px;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(1) {
    width: fit-content;
    margin-right: 2%;
    font-size: 12px;
    display: inline-block;
  }

  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(3)
    span:nth-of-type(2) {
    float: left;
    display: inline-block;
    width: 16px;
  }

  .thistab3 .room-row .room-list .room-list-col > * {
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .thistab3 .room-row .room-list .room-list-col > *:last-child {
    margin-bottom: 0 !important;
  }
  .room-inner
    .room-tab
    .room-view
    .room-list-col
    .room-list-col3:nth-child(4)
    .room-loading {
    position: absolute;
    top: 100%;
  }
  .room-inner .room-tab .room-view .room-list h6:has(.no-cancel-fee)::after {
    line-height: 14px;
  }

  .room-rateDiv > * {
    margin: 0 0 0 0;
    margin-bottom: 14px;
  }

.blog-texts span{
  float: none;
  display: block;
      font-size: 14px;
        margin-left: unset;
}

    .blog-texts p {
              font-size: 14px;
              margin: 0 10px 4px 0;
    }
.row.input-row{
padding: 35px 20px;
}

.hotel-phones{
      gap: 5px;
}

    .contact-cont {
        padding-top: 35px;
    }
    .admin-bar .resort-header{
        margin-top:45px;
 }
 .admin-bar span.cart-icon {
        top: 104px;
    }
     .admin-bar .room-inner {
        margin: 0px 0 0 0;
     }

     .room-inner {
        margin: 50px 0 0 0;
    }
.add-cart .cart-icon{
  top:58px;
}

.checkout-wrapp{
      padding: 50px 0 0;
}
.blog-det-main>h1 {
    font-size: 24px;
}

.admin-bar .add-cart {
    padding: 114px 20px 30px;
}

.add-cart{
      right: -320px;
    width: 100%;
    max-width: 320px !important;
padding-top:68px;
}


}



@media (min-width: 1517px) {
  .room-rateDiv > p {
    font-size: 15px;
  }

  .room-rateDiv > span {
    font-size: 14px;
  }

  .room-amt > span {
    font-size: 17px;
  }

  .room-rateDiv a {
    font-size: 17px;
  }

  #customModal > div > span {
    width: 22px;

    height: 22px;

    padding: 3px 0 5px 0;
  }
}

@media (min-width: 1707px) {
  .search-box {
    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 8px;
  }

  #customModal > div > span {
    width: 22px;

    height: 22px;

    padding: 3px 0 3px 0;
  }
}
