:root {
  --primary-clr: #fe7e50;
  --primary-clr-fade: #fe7e5024;
  --blue-seconday: #113d48;
  --secondary-clr: #113d48;
  --title-color: #113d48;
}
.listNav a {
  font-size: 14px;
  font-weight: 600;
}
.listNav li {
  position: relative;
  transition: 5s ease-in-out;
}
.listNav li i {
  font-size: 10px;
}
.listNav li:hover .sub-heading {
  display: block;
}
.sub-heading {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  padding: 10px 20px;
  list-style: none;
  font-size: 14px;
  border-radius: 8px;
  display: none;
  max-height: 220px;
  overflow: auto;
}
.sub-heading li {
  white-space: nowrap;
  color: black;
}

.sub-heading li:hover {
  color: var(--primary-clr);
}
.forbg-explore {
  background: var(--primary-clr);
  padding: 2px 10px !important;
  margin-top: 8px;
  color: white !important;
  font-size: 12px !important;
  border-radius: 8px;
}
.withbg-drop {
  cursor: pointer;
}
.withbg-drop .sub-heading li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.withbg-drop .sub-heading li {
  padding: 8px 10px !important;
}
.withbg-drop .sub-heading {
  padding: 0 !important;
}
.withbg-drop .sub-heading li:hover {
  background-color: var(--primary-clr-fade);
}
.topupbtn {
  padding: 3px 20px;
  background: #f36911;
  border-radius: 8px;
  cursor: pointer;
}
.dash-area li a {
  color: black !important;
  font-weight: 400;
}

.dash-area li a:hover {
  color: var(--primary-clr) !important;
}
.currency-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  list-style: none;
  max-width: 370px;
  /* padding: 15px; */
  right: -30px;
  gap: 10px;
  /* position: absolute; */
  /* background-color: #fff; */
  /* box-shadow: 0 0 6px rgb(0 0 0 / 10%); */
  z-index: 3;
  width: max-content;
  left: auto;
  border-radius: 8px !important;
  padding: 0;
}

/* .currency-list li 
      {
        width: calc(100% / 4 - 8px);
} */

.currency-list li.active {
  color: var(---primary-clr);
}

.currency-list li div {
  border: 1px solid #f1f1f1;
  padding: 2px 8px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  justify-content: space-between;
  cursor: pointer;
  color: #333;
  width: 85px;
}

.currency-list li.active div,
.currency-list li:hover div {
  border: 1px solid var(--primary-clr-fade) !important;
  border-radius: 8px;
  color: #fe7e50 !important;
}

.hero-sec img {
  height: 450px;
  filter: brightness(0.5);
}

.hero-sec .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 30px);
  width: 30px;
  height: 30px;
}

.hero-sec .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 30px);
  width: 30px;
  height: 30px;
}

.searchbx {
  max-width: 714px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -89px;
  z-index: 9;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* .list-tp-search {
  background: #f39675;
  padding: 20px 30px;
  padding-bottom: 0;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
} */

/* .list-tp-search li {
  padding: 4px 30px;
  transition: 0.5s ease-in-out;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
} */

.list-tp-search a {
  color: var(--blue-seconday);
  font-weight: 600;
}

/* .list-tp-search li.active,
.list-tp-search li:hover {
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
} */

.searches-area input,
.searches-area select {
  background: #ffffff;
  color: grey;
  font-weight: 300;
  border: 2px solid #E7E9EB;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 15px;
}
.searches-area .forbg {
  background: #ffffff;
  color: grey;
  font-weight: 300;
  border: 2px solid #e7e9eb;
  border-radius: 8px;
  width: 100%;
  height: 37px;
  padding: 0 8px;
  line-height: 45px;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
}
.num_rating i {
  cursor: pointer;
  font-size: 18px;
}
.searchbtn {
  padding: 7px 22px !important;
  border: none;
  background: var(--primary-clr);
  display: inline-block;
  border: none;
  font-size: 14px;
  height: 36px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 8px;
  color: #fff;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setpreference {
  display: flex;
  font-weight: 600;
  font-size: 13px;
  color: black;
  margin-top: 7px;
  cursor: pointer;
}
.listaddon li .listaddoninner {
  font-size: 12px;
  cursor: pointer;
}
.listaddon li .listaddoninner {
  font-size: 12px;
  min-width: 112px;
  border-radius: 8px;
  height: 30px;
}

.savebtn {
  padding: 1px 15px;
  border-radius: 8px;
  background: var(--primary-clr);
  color: #fff;
  border: none;
  height: 30px;
}
.rotated {
  transform: rotate(90deg);
}
.listdestination {
  background: white;
  box-shadow: 0px 0px 24px -6px;
  position: absolute;
  top: 40px;
  z-index: 9999;
  width: 100%;
  list-style: none;
  padding: 0;
  font-size: 14px;
  max-height: 254px;
  overflow-y: auto;
  border: 1px solid #e1e1e1;
}
.listdestination p:first-child {
  font-weight: 600;
}
.listdestination p:last-child {
  color: gray;
  line-height: 16px;
}
.listdestination li:hover {
  background: rgba(128, 128, 128, 0.072);
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 6px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-clr-fade);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-clr);
}
.listroomdetails {
  border-radius: 8px;
  position: absolute;
  top: 40px;
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  left: 0;
  z-index: 99;
}
.listroomdetails div strong {
  font-weight: 600;
  color: black !important;
}
.listroomdetails .col-lg-4 p {
  font-size: 12px;
}
.count_1,
.minus,
.plus {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #f6f6f8;
  font-weight: 500;
  cursor: pointer;
  float: left;
}
.count_1 {
  font-size: 14px;
  background-color: #fff;
  border-left: none;
  border-right: none;
}
.selectdate {
  background: #f39675;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  height: 32px;
  line-height: 34px;
  padding-left: 8px;
}
.rich-datepicker {
  font-size: 14px !important;
}
.rich-datepicker-body {
  padding: 0 !important;
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 491px !important;
}
.rich-datepicker-body .days {
  background: #f396753d !important;
  width: 370px;
  height: 30px !important;
  padding-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rich-datepicker-body .month-picker
{
  margin-top: -30px !important;
  height: 341px !important;
  border-bottom-right-radius: 10px;
}

.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
  background: #fbe5dd !important;
}
.rich-datepicker-body .calendar {
  border-bottom-left-radius: 8px;
  width: 372px !important;
  height: 300px !important;
}
.rich-datepicker-body .year-picker {
  border-bottom-right-radius: 8px;
  display: none;
}
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
  width: 120px !important;

  box-shadow: none !important;
}
.rich-datepicker-body .month-picker .bg-area,
.rich-datepicker-body .month-picker .draggable-area {
  width: 120px !important;
}
.rich-datepicker-body .month-picker .bg-area,
.rich-datepicker-body .month-picker .draggable-area {
  height: 28px !important;
}
.rich-datepicker-body .month-picker li {
  height: 28px !important;
  display: flex;
  align-items: center;
  color: var(--secondary-clr) !important;
  font-weight: 600;
  font-size: 12px;
}
/* .rich-datepicker-body .calendar,
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
  height: 314px !important;
} */
/* .rich-datepicker-body .calendar {
          width: 405px !important;
      } */
.rich-datepicker-body .calendar .year-wrap li {
  width: 52px !important;
  height: 52px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-datepicker-body .calendar .month-wrap {
  height: 300px !important;
  margin-top: 0.5rem;
}
.rich-datepicker-body .calendar .month-wrap ul {
  height: 276px !important;
}
.rich-datepicker-body .calendar .year-wrap:nth-child(6) strong {
  margin: 0 !important;
}
.rich-datepicker-body .calendar .year-wrap strong {
  margin-top: 1rem;
}
.rich-datepicker-body .day:hover,
.rich-datepicker-body .day.current 
{
  background: var(--primary-clr) !important;
  color: #fff;
  border-radius: 8px;
}
.rich-datepicker-body .calendar, .rich-datepicker-body .month-picker, .rich-datepicker-body .year-picker 
{
  box-shadow: none !important;
}

.addbtn {
  background: #fff;
  border-radius: 8px;
  height: 35px;
  font-weight: 400;
  float: left;
  margin-right: 8px;
  line-height: 40px;
  padding: 0 8px;
  cursor: pointer;
  border: 1px solid var(--primary-clr);
  color: var(--primary-clr);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.addbtn span {
  font-weight: 600;
  /* margin-left: 7px; */
}
.addRoombtn_area {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.addRoombtn_area button {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: var(--primary-clr);
  padding: 3px 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 40%;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 14px;
}
.doneBtn {
  border: none;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  padding: 4px 20px;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 12px;
}
.select_services {
  height: 36px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 0px 20px;
  font-size: 14px;
}
.select_services {
  background:transparent;
  color: #5e5e5e;
  padding: 0;
  margin-right: 10px;
}
/* .select_services::after {
  color: #707070;
  right: -7px;
  content: "\f04b";
  position: absolute;
  font-family: Font Awesome\6 Pro !important;
  font-size: 24px;
  font-weight: 900;
} */
.rightcheck {
  /* background: #f5f5f5;
  height: 36px;
  line-height: normal;
  padding: 0; */
  /* width: 60px; */
  /* border: none;
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
  box-shadow: none;
  color: #e3e2e2;
  padding: 0 16px; */
  /* width: 60px; */
  display: flex;
  justify-content: left;
  align-items: center;
  color: black;
  font-size: 12px;
  min-width: 85px;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 25px;
}
.checkbox-wrapper {
  background: #e3e2e2;
  padding: 0px 10px;
  border-radius: 8px;
  padding-right: 0;
}
.checkbox-wrapper .checkbox-label::before {
  top: 10.5px;
}
.checkbox-wrapper input[type="checkbox"] ~ label:before {
  background-color: unset !important;
  border: unset !important;
  color: var(--primary-clr) !important;
  font-weight: 900;
  font-size: 16px;
}
.checkbox-wrapper input[type="checkbox"] ~ label {
  margin: 0;
}
.destinationpop {
  min-width: 330px;
  box-shadow: 0 4px 9px -1px rgb(0 0 0 / 0.5);
}
.destinationpop label {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 0;
  color: var(--blue-seconday);
  font-weight: 500;
}
input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--primary-clr);
  border-color: var(--primary-clr);
  border-radius: 4px;
}
input[type="checkbox"] ~ label:before {
  height: 16px;
  line-height: 16px;
}
.search-min input {
  padding: 0 10px;
  width: 50%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px 0 0 8px;
  height: 30px;
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 500;
  margin-bottom: 4px;
}
.search-min button {
  background-color: var(--primary-clr);
  border-radius: 0 8px 8px 0;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  padding: 0 9px 0 6px;
  text-align: center;
  height: 30px;
  border: none;
  font-size: 12px;
  padding: 0 20px;
}
.nationality-search-min {
  height: auto;
  margin-top: 1px;
  background-color: #fff;
  box-shadow: 0 4px 9px -1px rgb(0 0 0 / 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 210px;
}
.nationality-search-min input {
  background: #f5f5f5;
  color: #000;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  height: 34px;
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  border-radius: unset;
  margin-bottom: 0;
}
.nationality-search-min ul {
  padding-left: 0;
  list-style: none;
  max-height: 236px;
  overflow-y: auto;
}
.nationality-search-min ul li {
  padding: 3px 0;
  padding-left: 15px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  color: black;
}
.nationality-search-min ul li:hover {
  background: rgba(209, 209, 209, 0.141);
  cursor: pointer;
}
.stardata_inner {
  width: max-content;
  border-radius: 8px;
  box-shadow: 0 4px 9px -1px rgb(0 0 0 / 0.5);
}
.stardata_inner i {
  margin: 0 5px;
}
.markup_minpop,
.currency_minpop {
  width: 140px;
  border-radius: 8px;
  box-shadow: 0 4px 9px -1px rgb(0 0 0 / 0.5);
}
.markup_list,
.currency_list {
  font-size: 12px;
  max-height: 200px;
  overflow-y: auto;
}
.markup_list li,
.currency_list li {
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  color: black;
}
.num_rating span {
  left: 10px;
  font-size: 12px;
  top: -3px;
  color: black;
  font-weight: 500;
}
.position-relative .num_rating span {
  top: -6px;
}
.num_rating i.active {
  color: #fe7e5052 !important;
}
.position-relative.num_rating {
  margin-bottom: -4px;
}

.themeBtn {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: var(--primary-clr);
  color: #fff;
  height: 34px;
  line-height: normal;
}
.themeBtn:hover {
  color: white;
}
.num_rating.active i {
  color: #FEE847 !important;
}
.num_rating.active span {
  color: white;
}
.num_rating i {
  margin: 0;
}
.position-relative .num_rating {
  margin-right: 5px;
}
.rich-datepicker-body .days li {
  font-weight: 400 !important;
  width: 52.5px !important;
  /* float: right !important; */
}

.gradient1 {
  background: white !important;
}
.rich-datepicker-body .draggable-area {
  background: #ffffff0f !important;
  z-index: -1;
}

.titleFooter {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.quick-links {
  display: flex;
  column-gap: 15px;
  min-height: unset;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.quick-links a {
  color: #333;
  align-items: center;
  padding-right: 10px;
  border-right: 1px solid #333;
  transition: 0.3s;
}
body {
  font-size: 14px;
}
.footer_b2b {
  background-color: #fff;
  width: 94%;
  margin: auto;
  border-radius: 15px;
  padding: 30px;
  margin: 40px auto;
  color: #333;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.bottom-data-footer {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  align-items: center;
}
.quick-links i {
  font-size: 25px;
}
.quick-links.a a {
  border-right: none;
}
.backtotop {
  display: flex;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: var(--primary-clr);
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  font-size: 21px;
  transition: 0.5s ease-in-out;
  z-index: 9999;
  color: white !important;
  animation: backToTopAnimation 1s ease-in-out infinite;
}
@keyframes backToTopAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.footerFeedback {
  z-index: 9999 !important;
  top: 70% !important;
  position: fixed;
  background-color: #fad20a;
  z-index: 9999;
  color: #000;
  width: 100px;
  height: 34px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(90deg);
  border-radius: 8px 8px 0 0;
  left: -35px;
  top: 30%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.4);
}

/* ********************************** build package listing css start **********************************  */
.titlefirst {
  font-size: 18px;
  font-weight: 500;
}
.modifiedsearchBtn {
  padding: 2px 20px;
  border-radius: 8px;
  display: flex;
  transform: none;
  font-size: 12px;
  background-color: #fe7e500d;
  border: 1px solid var(--primary-clr);
  color: var(--primary-clr) !important;
  float: right;
  cursor: pointer;
}

.bx {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  font-weight: 600;
}
.listtab_tour_hotel li {
  border-radius: 8px 8px 0 0;
  background: #fef7f5;
  padding: 8px 18px;
  color: var(--primary-clr);
}
.listtab_tour_hotel li.active {
  background: white;
}
.mostpopularlist {
  border-radius: 8px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: none;
  background-color: #f5f5f5 !important;
  color: #333;
  padding-right: 35px;
}
.searchinputFilter {
  border-radius: 8px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: none;
  background-color: #f5f5f5 !important;
  color: #333;
  padding-right: 35px;
}
.cross {
  font-size: 25px;
  transform: rotate(44deg);
  cursor: pointer;
}
.cross:hover {
  color: red;
}
.mostpopularlist.form-select,
.mostpopularlist {
  background-position: right 15px center !important;
}
.bx_sort_result {
  border-radius: 0 0 8px 8px;
}
.buildpackage-right-list-select li a {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  text-align: center;
  border-radius: 0px;
  border: none;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid transparent;

}
.buildpackage-right-list-select li a.active {
  background-color: transparent;
  color: var(--primary-clr);
  border-bottom: 2px solid #fe7e50;
  border-radius: 0;
}
.themeclr-1 {
  color: var(--primary-clr);
  line-height: normal;
}
.title-option-info {
  margin: 10px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  border-left: 3px solid var(--primary-clr);
  margin-left: -15px;
  padding: 4px 15px;
  color: black;
}
.options-list li::before {
  content: "";
  position: absolute;
  width: 6px;
  left: 0;
  height: 6px;
  border-radius: 8px;
  top: 6px;
  background-color: var(--primary-clr);
  color: #fff;
}
.options-list li {
  font-weight: normal;
  font-size: 13px;
}
.stayin-heading {
  font-weight: 500;
  background: var(--primary-clr);
  padding: 7px 10px;
  color: white;
  font-size: 16px;
  border-radius: 8px 0px 8px 0px;
}
.liststay p {
  font-size: 13px;
   font-weight: 500;
  margin-top: 3px;
   font-size: 13px;
  color: #8C8C8C;
}
.liststay i {
  font-size: 20px;
      padding-right: 4px;
      color: #000;

}
.liststay{
      align-items: center;

}

 
.liststay ul li p:first-child {
  color: gray;
}
.staybx {
  width: fit-content;
  background: #e9e9e9;
  font-size: 12px;
  padding: 5px;
  border-radius: 8px;
}
.addHotel_btn {
  background: var(--primary-clr);
  color: white;
  border-radius: 10px;
  border: none;
    padding: 7px 18px;
    font-size: 13px;
}
 
.paira-listbgstay {
   margin: 0;
  color: #94A49C;
    font-size: 13px;
    font-weight: 400;
}
.titlebxtp {
  background: var(--primary-clr);
  padding: 5px 10px;
  color: white;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
}
.bxinner-choose-hotel {
    padding: 6px;
  border-radius: 15px;
}
.bxinner-choose-hotel input,
.bxinner-choose-hotel select {
  height: 30px;
  border-radius: 20px;
  font-size: 12px !important;
  padding: 0;
  padding-left: 25px;
  padding-right: 10px;
  color: var(--secondary-clr) !important;
}
.btnsearch-now {
  width: 130px;
  height: 28px;
  background: var(--primary-clr);
  color: white;
  border-radius: 20px;
  border: none;
  margin-bottom: 2px;
}
.bxinner-choose-hotel p {
  font-size: 13px;
  color: rgba(140, 140, 140, 1) !important;
    font-weight: 400;
    margin-bottom: 5px !important;
}
p {
  color: #000000;
}
.text-dark {
  color: #000000 !important;
}
.bgstay i {
      color: #94A49C;
    font-size: 19px;
    
}
.bgstay{
    gap: 4px;
}
.searchbx2 {
  border-radius: 4px;
  position: absolute;
  width: 200px;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.searchbx2 li {
  padding: 7px;
}
.searchbx2 li:hover {
  background: var(--primary-clr-fade);
  cursor: pointer;
}
.bxshort {
  border: 1px solid #efefef;
  width: 100%;
  border-radius: 15px;
}
.bxshort {
  padding: 10px;
}
.bxshort p {
  font-weight: 600;
  margin-bottom: 0 !important;
}
.bxshort select,
.bxshort input {
  height: 28px;
  padding: 0 8px;
  width: 140px;
  appearance: none;
  background: url("../img/svg/right.svg") no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  background-color: #e9e9e9;
  border-radius: 20px;
}

.bxshort li:nth-child(4) select,
.bxshort li:nth-child(4) input {
  background: url("") no-repeat;
  padding-left: 30px;
  color: #113d48 !important;
  background: #e9e9e9;
}
.searchiconhotel-search {
  margin-top: 5px;
}

.slider-container {
  width: 150px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.custom-slider {
  margin: 5px 0;
  width: 100%;
}

.slider-values {
  font-size: 16px;
  color: #333;
}

.price-slider {
  /* border: none; */
  height: 5px !important;
  border-color: var(--primary-clr) !important;
}
.price-slider .ui-slider-handle {
  border-radius: 30px;
  background: var(--primary-clr) !important;
  border: none !important;
  outline: none !important;
}
.price-slider .ui-widget-header {
  background: #fe7e50 !important;
}
.price-slider .ui-slider-handle {
  top: -6px !important;
  width: 1em !important;
  height: 1em !important;
}
.slider-values {
  color: #383838 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.bxshort li:last-child p {
  font-weight: 700;
}
.filterlst {
  cursor: pointer;
}
.bx-hotel {
  border: 1px solid #e7e9eb;
  border-radius: 15px;
}
.bx-hotel-img img {
  border-radius: 15px;
  height: 170px;
  width: 170px;
  object-fit: cover;
}
.bx-hotel-heading {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.bx-hotel-heading i {
  font-size: 14px;
  margin-left: 5px;
  color: var(--primary-clr);
}
.bx-middle-list .border-end {
  border-color: var(--secondary-clr) !important;
}
.bx-middle-list li p:last-child {
  color: var(--primary-clr);
  line-height: 12px;
}
.bx-middle-list2 li {
  /* line-height: 18px; */
  margin-bottom: -5px;
}
.bx-middle-list2 li span {
  font-size: 12px;
  color: var(--primary-clr);
  font-weight: 500;
}
.bx-hotel-list3 button {
  border: none;
  padding: 2px 7px;
  background: #e2e2e2;
  border-radius: 7px;
  color: var(--secondary-clr);
}
.bx-hotel-list3 li.active button,
.bx-hotel-list3 li:hover button {
  background: var(--primary-clr);
  color: white !important;
  font-weight: normal;
}
.bx-hotel-list3 li.active i,
.bx-hotel-list3 li:hover i {
  color: white;
  font-weight: normal;
}
.bx-hotel-list3 button i {
  color: var(--primary-clr);
}
.bx-hotel-column-end p {
  font-size: 12px;
}
.bx-hotel-column-end del {
  font-size: 12px;
  color: var(--secondary-clr);
}
.bx-hotel-column-end span {
  color: var(--primary-clr);
  font-size: 16px;
}
.bx-hotel-column-end button {
  background: var(--primary-clr);
  border-radius: 5px;
  height: 26px;
}
.bxinner-choose-hotel .rich-datepicker {
  height: 28px !important;
  padding-left: 28px !important;
  color: var(--secondary-clr);
  font-weight: 400 !important;
}
.stay-in-img {
  border-radius: 15px;
  height: 170px;
  width: 170px;
  object-fit: cover;
}
.changebtn {
  border: none;
  border-radius: 30px;
  background: var(--primary-clr);
  padding: 3px 10px;
  color: white;
}
button {
  transition: 0.5s ease-in-out;
}
button:hover {
  transform: translateY(-1.5px);
}
.bxgray {
  border-radius: 6px;
  background-color: #e9e9e9;
  width: fit-content;
  padding: 5px 10px;
}
.activity-transfer-meal-top-heading {
  border-radius: 0 0 15px 15px;
}
.changebtn.active {
  background-color: var(--primary-clr);
}
.changebtn.notActive {
  background-color: #e9e9e9;
  color: #758d93;
}
.centerdata-hotel p {
  font-size: 12px;
  font-weight: 400 !important;
  color: var(--secondary-clr);
}
.centerdata-hotel span {
  font-weight: 400;
}
.centerdata-hotel .bx-middle-list2 {
  font-size: 12px;
}
ul li .mealinnerbtn3 {
  border: none;
  padding: 1px 7px;
  color: white;
  border-radius: 7px;
  font-size: 12px;
}
ul li:first-child .mealinnerbtn3 {
  background-color: var(--primary-clr);
}
ul li:nth-child(2) .mealinnerbtn3 {
  background-color: #38b128;
}
ul li:nth-child(3) .mealinnerbtn3 {
  background-color: #113d48;
}
.headingrighttheme {
  font-size: 12px !important;
}
.right-data-option {
  /* border-left: 2px solid #ededed; */
  /* padding-left: 20px; */
  margin-top: 0px;
  padding: 10px !important;
  padding-top: 0 !important;
}
.btn-bx-right {
  background: var(--primary-clr);
  border-radius: 0 7px 7px 0;
  border: none;
  color: white;
  padding: 4px 15px;
  font-size: 12px;
  margin-left: -1px;
}
.description-data,
.image-data,
.map-street,
.hotel-policy {
  margin-top: -10px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 0 0 15px 15px;
}
.hotel-policy ul {
  font-weight: 400;
  color: var(--secondary-clr);
  font-size: 14px;
  text-align: justify;
  border: 1px solid rgb(231, 231, 231);
  padding: 5px;
  border-radius: 5px;
}
.hotel-policy ul li {
  margin-bottom: 2px;
}
.modal-title {
  font-size: 16px;
  color:#000;
}
.modal-header {
 padding: 10px;
 background: #fe7e50;
}
.modal-footer {
  padding: 4px;
}
.bx-under-list {
  background-color: white;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 29px -13px;
  border-radius: 8px;
  padding-top: 15px;
  font-size: 11.5px !important;
}
.list-right-data {
  /* font-size: 12px !important; */
  font-weight: 600 !important;
}
.list-right-data li {
  color: var(--secondary-clr);
}
.rowustompackage .col-lg-9 {
  width: 72%;
}
.rowustompackage .col-lg-3 {
  width: 28%;
}
.bx-under-list i.fa-solid.fa-circle-xmark {
  font-size: 16px;
  margin-top: -4px;
  margin-right: -4px;
  cursor: pointer;
}
.bx-under-list i.fa-solid.fa-circle-xmark:hover {
  color: red;
}

#triangle-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 7px solid #00000000;
  position: absolute;
  left: -10px;
}
.modal {
  z-index: 999 !important;
}
.datatable1 {
  /* font-size: 12px; */
  margin-top: 10px;
}
.datatable1,
.datatable1 tr td,
.datatable1 tr th {
  border: 2px solid #ededed;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
}
.icon-fix-left {
  background-color: #fe7e50;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: absolute;
  left: -39px;
  top: 8px;
  z-index: 1;
}
.shapemin-right {
  height: 20px;
  background: var(--primary-clr);
  width: 3px;
  position: absolute;
  left: -25.4px;
}
.bg-theme-transparent {
  background: var(--primary-clr-fade);
}
.cursor-pointer {
  cursor: pointer;
}
.createquotation {
  height: 32px;
  background: var(--primary-clr);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 12px;
}
.createquotation:hover {
  background: #ed7144;
}
.descriptionbx p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}
.image-data img {
  /* width: 400px; */
}
.mySwiper-new2 .swiper-slide {
  border-radius: 10px !important;
}
.mySwiper-new2 img {
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 10px;
}
.mySwiper-new img {
  border-radius: 10px;
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.selectbottom_data {
  /* border-radius: 15px; */
  border: 1px solid gray;
  border-radius: 9px;
}
.selectbottom_data table {
  border: none;
  border-radius: 8px;
  /* overflow: hidden; */
  background: white !important;
}

.selectbottom_data table tr th {
  text-align: center;
  white-space: nowrap;
  color: rgb(93, 93, 93);
  padding: 0 !important;
}
.selectbottom_data table tr th:first-child div {
  border-top-left-radius: 8px;
}
.selectbottom_data table tr th:last-child div {
  border-top-right-radius: 8px;
}
.selectbottom_data table tr th div {
  background: #e9e9e9;
  padding: 8px;
  color: var(--secondary-clr);
}

.selectbottom_data table tr td {
  padding: 5px 3px !important;
}
.selectbottom_data table tr th,
.selectbottom_data table tr td {
  font-size: 11.5px;
  border: none;
}
.selectbottom_data table tr:not(:first-child) {
  border-bottom: 1px solid rgb(215 215 215);
}
.selectbottom_data table tr:last-child {
  border-bottom: none;
}
.with_breakfast {
  width: 115px;
  font-size: 12px;
  padding: 5px;
  height: 26px;
  padding-right: 0px;
  background-size: 10px 30px;
  background-position: 90%;
  color: var(--secondary-clr);
  line-height: 10px;
}
.standardroom input {
  visibility: visible;
  opacity: 1;
  width: 15px;
  height: 15px;
  /* display: block; */
  color: var(--secondary-clr) !important;
}
.standardroom label {
  font-size: 12px;
  margin: 0;
  padding-left: 24px !important;
  font-weight: 600;
}
.standardroom input[type="checkbox"] ~ label:before {
  border-radius: 5px;
  height: 18px !important;
  top: -1px;
}
.richdatepickrselect {
  height: 25px !important;
  border: 1px solid rgb(225 228 229) !important;
  box-shadow: none !important;
  color: var(--secondary-clr);
  font-size: 12px !important;
  padding-left: 27px !important;
  background-color: white !important;
  width: 130px;
  padding-right: 0;
}
.selectbottom_data
  tr
  td:last-child
  div:hover
  .selectbottom_data
  tr
  td:last-child
  div.active {
  background: var(--primary-clr);
  color: white;
}
.selectbottom_data tr td:last-child div {
  color: #000;
  background: #e9e9e9;
  padding: 2px 7px;
  border-radius: 5px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ********************************** build package listing css end **********************************  */
/* ~
      ~
      ~
      ~
      ~
      ~
      ~ */
/* *************************************login page css start*************************************  */
.left-login {
  width: 400px;
  height: 436px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.left-login input {
  height: 45px !important;
}
.left-login input {
  background-color: #ffffff;
  border: 1px solid #E7E9EB !important;
  border-radius: 2.5px;
  height: 45px;
  padding-left: 40px;
  width: 100%;
  border: none;
}
.leftIcon {
  position: absolute;
  left: 15px;
  top: 13px;
}
.login-subtitle {
  font-size: 12px;
}
.btnupperdiv {
  margin-top: 10px;
  margin-bottom: 10px;
}
.loginbtn {
  width: 100%;
  display: inline-block;
  width: 100%;
  border: 0;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 10px;
  background-color: var(--primary-clr);
  color: #fff;
  font-size: 14px;
}
.left-login a {
  color: var(--primary-clr);
}
.left-login input[type="checkbox"] {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
.left-login label {
  cursor: pointer;
  font-size: 14px;
}
.right-login-img {
  height: calc(100vh - 72px);
  border-radius: 0 0 25px 25px;
}
.left-login input {
  color: black;
}
.all-cover{
      padding: 20px !important;
}
.imge-hotel img{
 height: 212px !important;
    object-fit: contain;
    width: 214px;
}

/* *************************************login page css end*************************************  */

/* *************************************common css start*************************************  */
.manage-calender-month {
  display: flex;
  flex-direction: row-reverse;
}

/* *************************************common css end*************************************  */


select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus
{
  border-color: #d7d7d7;
}
.modal-header{
  background: transparent !important;
  padding: 16px 20px !important;
  }