@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins Medium.eot");
  src: url("../fonts/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins Medium.woff2") format("woff2"), url("../fonts/Poppins Medium.woff") format("woff"), url("../fonts/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins Medium.eot");
  src: url("../fonts/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins Medium.woff2") format("woff2"), url("../fonts/Poppins Medium.woff") format("woff"), url("../fonts/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins SemiBold.eot");
  src: url("../fonts/Poppins SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins SemiBold.woff2") format("woff2"), url("../fonts/Poppins SemiBold.woff") format("woff"), url("../fonts/Poppins SemiBold.svg#Poppins SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins Regular.eot");
  src: url("../fonts/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins Regular.woff2") format("woff2"), url("../fonts/Poppins Regular.woff") format("woff"), url("../fonts/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins Bold.eot");
  src: url("../fonts/Poppins Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins Bold.woff2") format("woff2"), url("../fonts/Poppins Bold.woff") format("woff"), url("../fonts/Poppins Bold.svg#Poppins Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins Light.eot");
  src: url("../fonts/Poppins Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins Light.woff2") format("woff2"), url("../fonts/Poppins Light.woff") format("woff"), url("../fonts/Poppins Light.svg#Poppins Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "mahek_demo_versionregular";
  src: url("../fonts/mahekdemoversion-regular-webfont.woff2") format("woff2"), url("../fonts/mahekdemoversion-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn {
  padding: 0 2.031rem;
  text-transform: capitalize;
  box-shadow: none !important;
  color: #fff;
  line-height: 36px;
  border: #003984 0.063rem solid;
  font-size: 13px;
  font-family: "Poppins Medium";
  background: #003984;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn:hover {
  background: #002049;
  color: var(--bs-white);
}
.btn.btn-primary {
  color: #fff;
  background-color: #931819;
  border-color: #fff;
}
.btn.btn-secondary {
  color: #fff;
  padding: 0 1.031rem;
  background-color: #00aaab;
  border-color: #00aaab;
}
.btn.btn-lg {
  padding: 0 2.719rem;
}
.btn.btn-success {
  color: #fff;
  background-color: #06713a;
  border-color: #06713a !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn.btn-outline-danger {
  background: transparent;
  border: #fff 0.063rem solid;
  color: #fff;
}
.btn.btn-outline-danger:hover {
  background: #002049;
  color: var(--bs-white);
}
.btn.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background: transparent !important;
}
.btn.btn-outline-dark:hover {
  background: #212529 !important;
  color: var(--bs-white);
}
.btn.btn-outline-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background: transparent !important;
}
.btn.btn-outline-secondary:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white);
}
.btn.btn-outline-primary {
  color: var(--bs-secondary);
  border-color: #003984;
  background: transparent !important;
}
.btn.btn-outline-primary:hover {
  background: #003984 !important;
  color: var(--bs-white);
}
.btn.btn-outline-light {
  color: var(--bs-secondary);
  border-color: #dcdcdc;
  background: transparent !important;
}
.btn.btn-outline-light:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white);
}
.btn.btn-lg {
  max-width: 248px;
  width: 100%;
  line-height: 44px;
}
.btn.btn-lg:hover {
  background: #212529 !important;
  color: var(--bs-white);
}
.btn.btn-sm {
  font-family: "Poppins";
}

body,
html {
  position: relative;
}

.relative {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

h1 {
  font-size: 148px;
  line-height: 1;
  font-family: "mahek_demo_versionregular";
  text-transform: capitalize;
}

h2 {
  font-size: 55px;
  line-height: 1;
  font-family: "mahek_demo_versionregular";
  margin: 0;
}

h3 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.3;
  font-family: "Poppins";
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 700;
  margin: 0;
}

h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

h6 {
  font-size: 16.8px;
  font-weight: bold;
}

.pt-100 {
  padding-top: 6.25rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb35 {
  margin-bottom: 2.188rem;
}

.mt35 {
  margin-top: 2.188rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 14px;
  font-family: "Poppins";
  background: #fff;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  color: var(--bs-dark);
}

header {
  padding-top: 30px;
  padding-bottom: 85px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  color: #fff;
}
header .logo {
  width: 181px;
  flex: 0 0 181px;
  top: -3px;
  position: relative;
}
header .btnWrap .btn {
  margin-left: 15px;
}
header .stellarnav {
  width: auto;
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
header .stellarnav ul li a {
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
}
header .stellarnav ul li a:hover {
  color: #003984;
}

.banner {
  position: relative;
  z-index: 2;
  color: #fff;
}
.banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.banner .bannerPic {
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner .contentBox {
  width: 100%;
  font-size: 16px;
  max-width: 1000px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
}
.banner .contentBox p {
  margin-top: 20px;
}
.banner .contentBox .searchBox {
  max-width: 762px;
  padding: 10px 25px 15px 25px;
  width: 100%;
  margin: 0 auto 35px;
  background: #fff;
  position: relative;
  padding-right: 200px;
}
.banner .contentBox .searchBox .form-control {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: var(--bs-dark) 1px solid;
  color: var(--bs-dark);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.banner .contentBox .searchBox .ui-datepicker-trigger {
  position: absolute;
  top: 6px;
  right: 0;
}
.banner .contentBox .searchBox .btn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 180px;
  height: 100%;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

.datepicker-wrapper {
  position: relative;
  display: inline-block;
}

.datepicker-secondary {
  position: absolute;
  left: 12px;
  top: 8px;
  color: #000;
  pointer-events: none;
  transition: 0.2s;
  width: 100%;
  background: #fff;
}

input.has-value + .datepicker-secondary,
input:focus + .datepicker-secondary {
  opacity: 0;
}

.p-v-120 {
  padding: 120px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.services h2 {
  position: absolute;
  top: 9%;
  color: #fff;
  z-index: 2;
  width: 100%;
  left: -1%;
}
.services h4 {
  position: absolute;
  left: 27%;
  top: 29%;
}
.services .btn {
  position: absolute;
  right: 31%;
  top: 27%;
  font-size: 15px;
  padding: 0 1.5rem;
  line-height: 47px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 25%);
  width: 72px;
  height: 72px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-dark);
  border: #000 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 28px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 12%);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 12%);
}

.directoryBox {
  color: var(--bs-dark);
  display: block;
}
.directoryBox img {
  margin-bottom: 15px;
}
.directoryBox:hover {
  color: #931819;
}

.rentBox .relative > img {
  width: 100%;
}
.rentBox .bg-hotel-image {
  position: relative;
  z-index: 1;
}
.rentBox .bg-hotel-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: -1;
}
.rentBox .relative .wishlist {
  position: absolute;
  right: 40px;
  top: 20px;
}
.rentBox .relative .wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #931819;
  text-align: center;
  line-height: 42px;
  margin-left: 5px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.rentBox .relative ul {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 2;
}
.rentBox .relative ul li {
  background: #d9d9d9;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "Poppins SemiBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rentBox .relative ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin-left: 5px;
}
.rentBox p {
  color: #6e6e6e;
  font-size: 13px;
}

.activitie {
  background: #3bb29f;
}
.activitie .creative_panel {
  position: relative;
}
.activitie .creative_webart {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  max-width: 300px;
}
.activitie .creative_panel ul {
  margin: 0 -10px;
}
.activitie .creative_panel li {
  padding: 0 10px;
  background-size: cover !important;
  width: 33.333%;
  flex: 0 0 33.333%;
  transition: 0.3s ease-in-out;
  position: relative;
}
.activitie .creative_panel li .col-md-4 {
  display: none;
}
.activitie .creative_panel li .col-md-8 {
  flex: 0 0 auto;
  width: 100%;
}
.activitie .creative_panel ul:hover li {
  width: 25%;
  flex: 0 0 25%;
}
.activitie .creative_panel ul:hover li:hover {
  width: 50%;
  flex: 0 0 50%;
}
.activitie .creative_panel ul:hover li:hover .col-md-4 {
  display: block;
}
.activitie .creative_panel ul:hover li:hover .col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.activitie .creative_panel li a {
  display: block;
  color: var(--bs-dark);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 560px;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  font-size: 16.8px;
  font-family: "Poppins SemiBold";
}
.activitie .creative_panel li a small {
  font-family: "Poppins";
  font-size: 13px;
}
.activitie .creative_panel li a strong {
  font-weight: 700;
  font-family: "Poppins";
  font-size: 18px;
}
.activitie .creative_panel li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 255, 214, 0) 1%, rgba(0, 255, 214, 0) 27%, rgba(0, 255, 214, 0.77) 100%);
  content: "";
  z-index: -1;
}
.activitie .creative_panel li a:hover {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.activitie .creative_panel ul:hover li:hover a h4 {
  width: auto;
  transform: none;
  position: relative;
}
.activitie .wishlist {
  position: absolute;
  right: 40px;
  top: 20px;
  bottom: auto;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.activitie .wishlist a {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #931819;
  text-align: center !important;
  line-height: 42px;
  margin-left: 5px;
  color: #fff !important;
}
.activitie .wishlist a:before {
  display: none !important;
}
.activitie .creative_panel ul:hover li:hover .wishlist {
  opacity: 1;
}

.reviewBox {
  border: #afafaf 1px solid;
  padding: 40px 30px 30px;
  font-size: 15px;
  margin-top: 50px;
}
.reviewBox img {
  margin-top: -100px;
}
.reviewBox h3 {
  font-size: 17px;
  margin-bottom: 20px;
}
.reviewBox h4 {
  font-size: 15px;
}
.reviewBox .btn {
  border-color: #b7a58b;
}

.stars li a {
  color: #fba004;
  margin: 0 1px;
}

.likes li a {
  color: var(--bs-dark);
  margin: 0 10px;
  font-size: 14px;
}
.likes li:first-child a {
  color: #df0000;
}

.parallax {
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.parallax::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #031b3a;
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.parallax .rentBox div {
  position: relative;
  z-index: 1;
}
.parallax .rentBox div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #031b3a;
  content: "";
  opacity: 0.5;
}
.parallax .rentBox .relative ul {
  right: 20px;
  bottom: 20px;
}
.parallax .rentBox .relative ul li {
  color: var(--bs-dark);
}
.parallax h6 {
  font-size: 16.8px;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  margin: 15px 0 20px;
}
.parallax small {
  font-size: 13px;
}
.parallax h5 {
  font-weight: 700;
  margin: 8px 0;
  font-size: 18px;
}
.parallax .wishlist {
  position: absolute;
  right: 20px !important;
  top: 20px;
}
.parallax .wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #931819;
  text-align: center;
  line-height: 42px;
  margin-left: 5px;
  color: #fff;
}

.show .rentBox .tags {
  background: #931819;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
}
.show .rentBox .clrbg {
  background: #cbb79e;
  padding: 25px;
  font-size: 15px;
}
.show .rentBox .clrbg h6 {
  font-size: 14px;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  padding-left: 15px;
  margin: 0;
}
.show .rentBox .clrbg h6 small {
  font-family: "Poppins";
  font-weight: normal;
  display: block;
}
.show .rentBox .clrbg h5 {
  font-size: 16px;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  margin: 0;
}
.show .rentBox .clrbg ul {
  position: relative;
  margin: 15px 0;
}
.show .rentBox .clrbg ul li {
  padding: 10px 0;
  font-family: "Poppins Medium";
}
.show .rentBox .clrbg ul::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url(../images/line1.webp) no-repeat;
  content: "";
}
.show .rentBox .clrbg ul::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/line1.webp) no-repeat;
  content: "";
}
.show .rentBox .relative::before {
  display: none;
}
.show .rentBox .relative .wishlist {
  right: 20px;
}
.show .rentBox .relative ul {
  right: 20px;
}

.hotels {
  font-size: 15px;
}
.hotels h6 {
  font-size: 16.8px;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  margin: 20px 0 5px;
}
.hotels small {
  font-size: 13px;
  color: #6e6e6e;
}

.partner .box {
  background-color: #003984;
  text-align: center;
  padding: 50px 56px 50px;
}
.partner .box img {
  width: 100%;
}
.partner .box .img1 {
  background-color: #fff;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
}

.beach {
  background-color: #003984 !important;
}
.beach small {
  font-size: 13px;
  font-weight: 400;
}
.beach .img {
  position: relative;
}
.beach .img span {
  position: absolute;
  top: 15px;
  right: 17px;
  background-color: #931819;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beach .img span i {
  color: #fff;
  font-size: 18px;
}
.beach .beach-image {
  filter: brightness(0);
}

.transportation {
  background-color: #3bb29f;
  color: #fff;
}
.transportation p {
  font-size: 15px;
}
.transportation .text {
  padding-left: 66px;
}
.transportation h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.transportation .btn.btn-outline-danger {
  padding: 0 62px;
}

.flex-row-reverse .text2 {
  padding-right: 66px;
  padding-left: 0;
  text-align: left !important;
}

.home-clothing p {
  margin: 20px 0;
}
.home-clothing .btn {
  background-color: transparent;
  border-color: #000;
  color: #000;
  padding: 0 4.031rem;
}
.home-clothing .btn:hover {
  background-color: #003984;
  color: #fff;
  border-color: #003984;
}
.home-clothing .product-box {
  margin-bottom: 33px;
}
.home-clothing .product-box a {
  position: relative;
  width: 100%;
}
.home-clothing .product-box a .img {
  border: 1px solid #000000;
  min-height: 351px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-clothing .product-box a .img span {
  position: absolute;
  top: 15px;
  right: 17px;
  background-color: #931819;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-clothing .product-box a .img span i {
  color: #fff;
  font-size: 18px;
}
.home-clothing .product-box a img {
  width: 100%;
}
.home-clothing .product-box h5 {
  padding: 15px 0 11px;
}
.home-clothing .product-box h5 a {
  font-size: 16.8px;
  padding-right: 53px;
  color: #000;
  transition: all 0.4s;
  font-weight: 600;
}
.home-clothing .product-box h5 a:hover {
  color: #003984;
}
.home-clothing .product-box p {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.home-blog .swiper {
  width: 100%;
  padding-top: 2.13rem;
  padding-bottom: 3.13rem;
}
.home-blog .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.313rem;
  height: 668.86px;
  background-color: #fff;
  padding: 2.94rem 2.94rem 0;
  border: 0.063rem solid #e4d4d4;
}
.home-blog .swiper-slide img {
  width: 100%;
}
.home-blog .swiper-slide p {
  margin-bottom: 0;
  font-size: 1.213rem;
  line-height: 1.5;
}
.home-blog .swiper-slide ul {
  margin-bottom: 15px;
}
.home-blog .swiper-slide ul li {
  font-size: 1.213rem;
}
.home-blog .swiper-slide a {
  font-size: 1.399rem;
  color: #000;
}
.home-blog .swiper-slide .text {
  padding: 0 20px;
  margin-bottom: 3rem;
}

.deals .box {
  background-color: #003984;
  padding: 42px 90px 0 0;
  color: #fff;
  margin-bottom: 60px;
}
.deals .text {
  margin-left: 25px;
}
.deals .btn {
  border-color: #fff;
}

footer .top-footer {
  background-color: #181818;
  padding: 77px 0 39px;
}
footer .top-footer .footer-part .logo {
  margin-bottom: 10px;
  display: block;
}
footer .top-footer .footer-part p {
  color: #fff;
}
footer .top-footer .footer-part h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}
footer .top-footer .footer-part .menu a {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-weight: 400;
}
footer .top-footer .footer-part form {
  position: relative;
}
footer .top-footer .footer-part form .form-control {
  border: 1px solid #b5b0ab;
  background-color: transparent;
  line-height: 46px;
  border-radius: 0;
  color: #fff;
}
footer .top-footer .footer-part form .form-control:focus {
  box-shadow: none;
}
footer .top-footer .footer-part form .form-control::-moz-placeholder {
  color: #fff;
}
footer .top-footer .footer-part form .form-control::placeholder {
  color: #fff;
}
footer .top-footer .footer-part form .about-one_button {
  position: absolute;
  top: 0;
  right: 0;
}
footer .top-footer .footer-part form .about-one_button button {
  font-size: 16px;
  font-weight: 600;
  padding: 11px 16px;
}
footer .top-footer .footer-part .social-icon {
  gap: 18px;
  margin-top: 41px;
}
footer .bottom-footer {
  background-color: #101010;
  padding: 30px 0;
}
footer .bottom-footer p {
  color: #fff;
  margin-bottom: 0;
}

.p-v-100 {
  padding: 100px 0;
}

.innerBanner .row {
  min-height: 80vh;
}
.innerBanner h1 {
  font-size: 64px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  text-shadow: 4px 1px rgba(0, 0, 0, 0.6);
  border-bottom: rgba(255, 255, 255, 0.2) 2px solid;
}
.innerBanner ul.breadcrumb {
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
}
.innerBanner ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}
.innerBanner ul.breadcrumb li + li:before {
  color: #9c9c9c;
  font-size: 12px;
  content: "\f287";
  font-family: bootstrap-icons !important;
  margin: 0 10px;
}
.innerBanner ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.innerBanner ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact {
  color: #565656;
  font-size: 16px;
}
.contact label {
  font-family: "Poppins Medium";
  font-size: 14px;
  color: var(--bs-dark);
}
.contact .ui-datepicker-trigger {
  position: absolute;
  top: 35px;
  right: 43px;
}
.contact .contactInfo {
  padding: 15px 0;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  font-size: 14px;
}
.contact .contactInfo:last-child {
  border-bottom: none;
}
.contact .contactInfo p {
  font-family: "Poppins Medium";
  margin-bottom: 0;
}
.contact .contactInfo span {
  width: 36px;
  flex: 0 0 36px;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  border: #fff 1px solid;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact .social-icon {
  gap: 18px;
}
.contact .social-icon img {
  height: 18px;
}
.contact .btn {
  padding: 0 3.031rem;
}

.blueBox {
  background: #003984;
  color: #fff;
  padding: 30px;
}
.blueBox h3 {
  font-family: "mahek_demo_versionregular";
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
}
.blueBox h4 a {
  font-family: "Poppins Medium";
  font-size: 16px;
  color: #3bb29f;
}

.themestyle {
  height: 40px;
  background: #ebf0f6 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin-top: 3px;
  color: #191818;
  box-shadow: none !important;
  font-size: 13px;
  padding: 0 25px;
}

.form-select {
  height: 40px;
  background-color: #ebf0f6 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin-top: 3px;
  color: #191818;
  box-shadow: none !important;
  font-size: 13px;
  padding: 0 25px;
}

.form-control.themestyle::-moz-placeholder {
  color: #191818;
  opacity: 0.4;
}

.form-control.themestyle::placeholder {
  color: #191818;
  opacity: 0.4;
}

textarea {
  height: 86px !important;
  padding: 15px !important;
  resize: none;
}

.accordion {
  margin-top: 40px;
}
.accordion .accordion-item {
  width: 60%;
  border: none;
  margin-bottom: 35px;
}
.accordion .accordion-item .accordion-button {
  padding: 15px 25px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: #003984;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: "Poppins";
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #ebf0f6 !important;
  color: #212529;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion .accordion-item .accordion-body {
  border: #fff 1px solid;
  border-top: none !important;
}
.accordion .accordion-item .show .accordion-body {
  border: #003984 1px solid;
  border-top: none !important;
}
.accordion .accordion-item:nth-child(even) {
  float: right;
}

.listing {
  /* IE*/
}
.listing .price-range-block {
  margin: 60px;
}
.listing .ui-slider-horizontal {
  height: 4px;
}
.listing .ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}
.listing .ui-widget-header {
  background: #7992b2;
  border: none !important;
}
.listing .ui-state-default,
.listing .ui-widget-content .ui-state-default,
.listing .ui-widget-header .ui-state-default,
.listing .ui-button,
.listing html .ui-button.ui-state-disabled:hover,
.listing html .ui-button.ui-state-disabled:active {
  border: none;
  background: #7992b2;
  font-weight: normal;
  color: #7992b2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -0.5em;
}
.listing .ui-widget.ui-widget-content {
  border: none;
}
.listing .ui-widget-content {
  background: #d8d8d8;
}
.listing .d-flex {
  color: #a1a1a1;
}
.listing .d-flex div input {
  background: transparent;
  border: none;
  color: #a1a1a1;
  font-size: 14px;
  text-align: left !important;
  border: none !important;
  box-shadow: none !important;
  width: 35px;
  flex: 0 0 35px;
  padding: 0 !important;
  outline: none !important;
}
.listing .d-flex div:last-child input {
  text-align: right !important;
}
.listing .range-item {
  position: relative;
}
.listing .range-item:not(:last-child) {
  margin-bottom: 24px;
}
.listing .range-item .range-input {
  margin-top: 6px;
  width: calc(100% + 5px);
  left: -7px;
}
.listing .range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.listing .range-item ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 34.4px);
  margin: 0 -17px;
}
.listing .range-item ul .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.listing .range-item ul .list-inline-item span {
  position: relative;
  min-width: 58px;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-top: 4px;
  word-break: break-word;
  color: #b1b1b1;
}
.listing .range-item .range-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #ddd;
  z-index: 0;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
}
.listing .range-item .range-input.disable-range + ul .list-inline-item span::before {
  background-color: #b1b1b1;
}
.listing .range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}
.listing .range-item .range-input.disable-range + ul .list-inline-item.active span::before {
  background-color: #777777;
}
.listing .range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 12px);
  left: 0;
  z-index: 1;
}
.listing .range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #7992b2;
  height: 1.2em;
  width: 1.2em;
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}
.listing .range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #7992b2;
  transition: all 0.1s ease;
}
.listing input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  border: 4px solid rgba(0, 0, 0, 0);
  z-index: 11;
  box-shadow: none;
}
.listing input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: rgba(0, 0, 0, 0);
  height: 24px;
  width: 24px;
  border: 4px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  z-index: 11;
}
.listing input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]::-moz-range-progress {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]::-ms-track {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]::-moz-range-track {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]::-ms-fill-lower {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]::-ms-fill-upper {
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: rgba(240, 240, 240, 0);
}
.listing input[type=range]:focus::-ms-thumb {
  background-color: rgba(240, 240, 240, 0);
  box-shadow: none !important;
}
.listing input[type=range]:disabled::-webkit-slider-thumb {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
}
.listing input[type=range]:disabled::-moz-range-thumb {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
}
.listing .tags {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.listing .tags a {
  border: #fff 1px solid;
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 10px 10px 0;
}
.listing .tags a:hover {
  background: #fff;
  color: #6e6e6e;
}

.categorydec {
  color: #565656;
  font-size: 15px;
}
.categorydec h3 {
  font-size: 48px;
  font-family: "mahek_demo_versionregular";
  font-weight: normal;
}
.categorydec .btnsGroup {
  display: flex;
  flex-wrap: wrap;
}
.categorydec .btnsGroup .btn {
  margin-right: 10px;
  padding: 0 1.031rem;
}
.categorydec .btnsGroup .btn i {
  margin-right: 3px;
  color: #7992b2;
  font-size: 16px;
}
.categorydec .btnsGroup .btn:hover i {
  color: #fff;
}
.categorydec .form-select.sm,
.categorydec .form-control.sm {
  width: 156px;
  height: 38px !important;
  font-size: 12px !important;
  padding: 0 15px;
  background-color: transparent !important;
  border: #e7e7e7 1px solid;
}
.categorydec .categoryList .categorypic {
  width: 280px;
  flex: 0 0 280px;
  margin-right: 15px;
  height: 100%;
}

.dashboards .table tr th {
  background: #f2f2f3;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #636363;
}
.dashboards .table tr td {
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  padding: 10px 10px;
  vertical-align: middle;
  border-bottom: #e7e7e7 1px solid;
}
.dashboards .table tr:last-child td {
  border-bottom: none;
}
.dashboards .form-control,
.dashboards .form-select {
  border: #e7e7e7 1px solid;
  height: 45px;
  padding: 0 20px;
  font-size: 13px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #fff !important;
}
.dashboards .card {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: none;
  padding: 25px;
  box-shadow: 1px 8px 5px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 8px 5px -2px rgba(0, 0, 0, 0.1);
}
.dashboards .card .cardHead {
  font-family: "Poppins SemiBold";
  font-size: 18px;
  border-left: #ceba18 2px solid;
  padding-left: 10px;
  color: var(--bs-dark);
}
.dashboards .card hr {
  background-color: #afafaf;
}
.dashboards .card .form-check-input {
  margin-top: 0.15em;
}
.dashboards .card .form-check label {
  font-size: 12px;
}
.dashboards .card .form-check-input:checked {
  background-color: #003984;
  border-color: #003984;
}
.dashboards .card .transBtn {
  background: transparent !important;
  color: var(--bs-dark);
  padding: 0;
  font-size: 16px;
  border: none !important;
}
.dashboards .card .transBtn.dropdown-toggle::after {
  display: none;
}
.dashboards .card .dropdown-item {
  font-size: 13px;
}
.dashboards .card .dropdown-item i {
  margin-right: 6px;
  color: var(--bs-secondary);
}
.dashboards .borderBox {
  border: #d4d4d4 1px solid;
  border-top: 0;
  border-radius: 33px 33px 0 0;
  -webkit-border-radius: 33px 33px 0 0;
  -moz-border-radius: 33px 33px 0 0;
  -ms-border-radius: 33px 33px 0 0;
  -o-border-radius: 33px 33px 0 0;
}
.dashboards .blueBox {
  margin-bottom: 25px;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  text-align: center;
}
.dashboards .blueBox p {
  font-size: 14px;
  margin: 20px 0 0;
}
.dashboards .blueBox small {
  font-size: 12px;
}
.dashboards .blueBox .avatar-upload {
  position: relative;
  max-width: 105px;
  margin: 0 auto;
}
.dashboards .blueBox .avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: 0;
}
.dashboards .blueBox .avatar-upload .avatar-edit input {
  display: none;
}
.dashboards .blueBox .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 31px;
  line-height: 31px;
  height: 31px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.dashboards .blueBox .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
}
.dashboards .blueBox .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.dashboards .blueBox .avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
}
.dashboards .blueBox .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dashboards .dashNav li {
  padding: 0 30px;
}
.dashboards .dashNav li.active {
  box-shadow: -11px 0px 0px -7px #fba004 inset;
  -webkit-box-shadow: -11px 0px 0px -7px #fba004 inset;
  -moz-box-shadow: -11px 0px 0px -7px #fba004 inset;
}
.dashboards .dashNav li.active a {
  color: #3bb29f;
}
.dashboards .dashNav li.active span {
  background-color: #003984;
}
.dashboards .dashNav li.active span img {
  filter: brightness(0) invert(1);
}
.dashboards .dashNav li a {
  padding: 15px 0;
  border-bottom: #e4e4e4 1px solid;
  display: block;
  color: #1e4240;
  font-size: 14px;
}
.dashboards .dashNav li a span {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background: #b4ffff;
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}
.dashboards .dashNav li a span img {
  transition: 0.3s ease-in-out;
}
.dashboards .dashNav li a:hover {
  color: #3bb29f;
}
.dashboards .dashNav li a:hover span {
  background-color: #003984;
}
.dashboards .dashNav li a:hover span img {
  filter: brightness(0) invert(1);
}
.dashboards .dashNav li:last-child a {
  border: none;
}
.dashboards .nav-pills .nav-link {
  background: #ebf0f6;
  color: #6e6e6e;
  border: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 12px;
  margin-right: 15px;
  border: 1px solid #ebf0f6;
}
.dashboards .nav-pills .nav-link.active,
.dashboards .nav-pills .show > .nav-link {
  color: #003984;
  background-color: transparent;
  border: 1px solid #003984;
}
.dashboards .nav-tabs {
  border-bottom: none;
}

.sticky {
  position: relative;
  top: 0;
}

.categoryList {
  border: #dcdcdc 1px solid;
  padding-right: 30px;
  color: #6e6e6e;
  font-size: 17px;
}
.categoryList .categorypic {
  width: 310px;
  flex: 0 0 310px;
  margin-right: 25px;
}
.categoryList h5 {
  font-family: "Poppins SemiBold";
  font-size: 16.8px;
  color: var(--bs-dark);
}
.categoryList h4 {
  font-family: "Poppins SemiBold";
  font-size: 18px;
  color: #003984;
}
.categoryList h4 sub {
  bottom: -0.05em;
  font-family: "Poppins Light";
  font-weight: 300;
}
.categoryList .btn {
  padding: 0 1.5rem;
  line-height: 36px;
  font-size: 13px;
  font-family: "Poppins";
}
.categoryList .rates {
  border: #e7e7e7 1px solid;
  font-family: "Poppins SemiBold";
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: var(--bs-dark);
}
.categoryList .rates i {
  color: #fba004;
}
.categoryList .wishlist {
  width: 32px;
  margin-right: 10px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ebf0f6;
  color: #003984;
}
.categoryList .wishlist:hover {
  background: #003984;
  color: #fff;
}

.facilities {
  display: flex;
  flex-wrap: wrap;
}
.facilities li {
     margin-right: 10px;
    margin-bottom: 5px;
}
.facilities li a {
  font-family: "Poppins SemiBold";
  font-size: 13px;
  color: var(--bs-dark);
}
.facilities li span {
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: #e7e7e7 1px solid;
  margin-right: 10px;
}

.calendar-section {
  margin-bottom: 20px;
}

.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 100%;
}

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-weight: 400;
}

.calendar_weekdays {
  color: #aaa;
  font-weight: lighter;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins SemiBold";
  color: #565656;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}

.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}

.calendar_weekdays div,
.calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #191818;
}

.calendar_content .today {
  color: #3b8fc7;
}

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  font-family: "Poppins Medium";
  border: 1px solid #e7e7e7;
}

.calendar_content div:hover {
  /*line-height: 68px;*/
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5;
}

.calendar_content div.today {
  background-color: #d4fff8;
  color: #3bb29f;
}

.calendar_content div.selected {
  background-color: #d4fff8;
}

.calendar_content div.booked {
  background-color: #f1f1f2;
  color: rgba(0, 0, 0, 0.2117647059);
  pointer-events: none;
}

.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  float: left;
  width: 70%;
  margin-top: 10px;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #ffffff;
}

button.switch-month {
  background-color: rgba(113, 113, 125, 0.1);
  padding: 0;
  outline: none;
  border: none;
  line-height: 52px;
  height: 55px;
  float: left;
  width: 15%;
  transition: color 0.2s;
}

button.switch-month:hover {
  color: #5eade2;
}

button.switch-month:hover {
  background-color: rgba(113, 113, 125, 0.1);
}

.calendar_header h2 {
  color: var(--bs-dark);
  line-height: 1.7;
  font-family: "Poppins Medium";
}

.vendorDash {
  color: #9c9c9c;
  font-size: 16px;
}
.vendorDash .card.d-flex {
  padding: 15px;
}
.vendorDash small {
  font-size: 70%;
}
.vendorDash .btn-secondary {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.vendorDash .dashLeft h4 {
  line-height: 0.8;
  color: var(--bs-dark);
  margin: 0 0 6px;
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 26px;
}
.vendorDash .dashLeft p {
  margin: 0;
}
.vendorDash .bookInfo {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}
.vendorDash .bookInfo h6 {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-dark);
  margin: 0;
}
.vendorDash .bookInfo .bg-light {
  background-color: transparent !important;
  color: #015555;
  border: #e7e7e7 1px solid;
  font-size: 10px;
  padding: 6px 10px;
}
.vendorDash .bookInfo .user {
  width: 50px;
  flex: 0 0 50px;
  margin-right: 10px;
}
.vendorDash .bookInfo .user img {
  width: 100%;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendorDash .bookInfo:last-child {
  border: none;
  padding-bottom: 0;
}

.form-select.sm {
  width: 150px;
  height: 35px !important;
  font-size: 12px !important;
}

.badge {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.bg-success {
  background-color: #06713a !important;
}

.bg-primary {
  background-color: #003984 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #3bb29f;
}

.creditBox {
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-size: 14px;
  color: var(--bs-dark);
}
.creditBox h5 {
  font-family: "Poppins SemiBold";
  font-weight: 600;
}
.creditBox .grayBox {
  background: #e2e8f0;
  padding: 25px;
  color: #535353;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.creditBox .grayBox h6 {
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 16px;
}
.creditBox .grayBox h4 {
  font-weight: 700;
  color: var(--bs-dark);
  font-size: 19px;
}
.creditBox .grayBox p {
  font-size: 14px;
  margin: 0;
}
.creditBox .grayBox p b {
  font-family: "Poppins SemiBold";
  font-weight: 600;
  color: #535353;
}
.creditBox .grayBox .btn {
  padding: 0 1.031rem;
  text-transform: capitalize;
  box-shadow: none !important;
  color: #fff;
  line-height: 36px;
  border: #003984 0.063rem solid;
  font-size: 13px;
}
.creditBox .creditBoxGreenBox {
  width: 209px;
  flex: 0 0 209px;
  padding: 30px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #3bb29f;
  text-align: center;
  color: #fff;
}
.creditBox .creditBoxGreenBox p {
  margin: 12px 0;
}
.creditBox .creditBoxGreenBox .btn {
  font-size: 13px;
  padding: 0 1.031rem;
  font-family: "Poppins";
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.creditBox .creditBoxRight {
  padding-left: 10px;
}
.creditBox .creditBoxRight .btngroups .btn {
  margin-right: 10px;
  padding: 0 2.5rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.vendorEarn table td a i {
  color: var(--bs-dark);
  font-size: 16px;
  margin: 0 10px;
}
.vendorEarn .earnInfo {
  padding-right: 35px;
}
.vendorEarn .earnInfo p {
  margin: 0;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  color: #535353;
  font-size: 14px;
}
.vendorEarn .earnInfo h5 {
  font-size: 19px;
  margin: 0;
  display: inline-block;
}
.vendorEarn .earnInfo small {
  color: #767676;
  position: relative;
  top: -3px;
}
.vendorEarn .earnInfo .bg-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d5ff51 !important;
  color: var(--bs-dark);
  padding: 5px 10px;
  margin: 0 5px;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 11px;
}
.vendorEarn .earnInfo .bg-success i {
  font-size: 18px;
}
.vendorEarn .inputs {
  display: flex;
}
.vendorEarn .inputs li {
  position: relative;
  padding-left: 6px;
}
.vendorEarn .inputs li .btn {
  position: absolute;
  left: 18px;
  top: 0;
  padding: 0;
  background: transparent;
  color: var(--bs-secondary);
  border: none;
}
.vendorEarn .inputs li .form-control.sm {
  padding-left: 30px;
}
.vendorEarn .inputs li #date-range {
  width: 250px;
  padding-left: 15px;
}
.vendorEarn .inputs li .ui-datepicker-trigger {
  position: absolute;
  top: 6px;
  right: 15px;
}

.form-select.sm,
.form-control.sm {
  width: 100px;
  height: 35px !important;
  font-size: 12px !important;
}

.text-primary {
  color: #003984 !important;
}

.shop .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent !important;
  color: #d8d8d8;
}
.shop .accordion .accordion-item .accordion-button {
  padding: 6px 0;
  font-size: 13px;
  color: #d8d8d8;
  background-color: transparent;
}
.shop .accordion-item {
  background-color: transparent !important;
  border: none !important;
  width: 100%;
  margin: 0;
}
.shop .accordion-body {
  padding: 0 0rem;
}
.shop .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.shop .accordion .accordion-item .accordion-body {
  border: none !important;
}
.shop .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background-color: transparent !important;
  border: 1px solid #7992b2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.shop .form-check-label {
  color: #d8d8d8;
}
.shop .fitem {
  border: #e7e7e7 1px solid;
}
.shop .fitem strong {
  font-weight: normal;
  font-family: "Poppins Medium";
  font-size: 13px !important;
  padding-left: 10px;
}
.shop .fitem .form-select.sm,
.shop .fitem .form-control.sm {
  width: 136px;
  height: 38px !important;
  font-size: 12px !important;
  padding: 0 15px 0 8px;
  background-color: transparent !important;
  border: none;
}

.productBox small {
  display: block;
  color: #3bb29f;
  margin: 8px 0 4px;
}
.productBox p {
  font-size: 14px;
  margin: 0 0 8px 0;
}
.productBox h6 {
  font-family: "Poppins Medium";
  font-size: 16px !important;
  color: var(--bs-dark);
  font-weight: 500;
  margin: 0;
}
.productBox .cartBtns {
  background: #ebf0f6;
  padding: 6px 8px;
  color: var(--bs-dark);
}
.productBox .wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
}
.productBox .wishlist a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 35px;
  margin-left: 5px;
  color: #555555;
  font-size: 18px;
}

.main-content {
  min-height: 600px;
}

.details {
  font-size: 15px;
  /* Hide the number input spin buttons */
}
.details .thumbmain {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.details .thumbmain .swiper-wrapper {
  padding: 30px 0;
}
.details .thumbmain .swiper-slide {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}
.details .swiper-button-next,
.details .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 60%);
  width: auto;
  height: auto;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--bs-dark);
  border: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}
.details .swiper-button-next:after,
.details .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.details .swiper-button-next,
.details .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -6%);
}
.details .swiper-button-prev,
.details .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -6%);
}
.details h6 {
  font-family: "Poppins Medium";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #3bb29f;
}
.details h4 {
  margin: 0;
  font-family: "Poppins";
  font-weight: normal;
  font-size: 28px;
}
.details h5 {
  margin: 0;
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 20px;
}
.details p {
  color: #a8a8a8;
  margin: 10px 0 20px;
  font-size: 16px;
}
.details .share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 36px;
  background: #ebf0f6;
  color: #003984;
  text-align: center;
}
.details ul {
  padding-left: 25px;
  color: #a8a8a8;
  list-style-type: disc;
}
.details ul li {
  margin-bottom: 6px;
}
.details .style1,
.details .style2 {
  padding: 0;
  list-style-type: none;
  display: flex;
}
.details .style1 li,
.details .style2 li {
  margin: 0 10px 0 0;
}
.details .style2 {
  display: flex;
  gap: 0px;
}
.details .style2 li {
  width: 38px;
  flex: 0 0 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.details .style2 li:first-child label {
  background: #003984;
}
.details .style2 li:nth-child(2) label {
  background: #2c3244;
}
.details .style2 li:nth-child(3) label {
  background: #1d4d94;
}
.details .style2 li:last-child label {
  background: #3f5df2;
}
.details .style2 input {
  display: none;
}
.details .style2 label {
  width: 32px;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.details .style2 label::before {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 38px;
  flex: 0 0 38px;
  height: 38px;
  border: #fff 1px solid;
  content: "";
  border-radius: 50%;
}
.details .style2 input[type=radio]:checked + label::before {
  border-color: #3bb29f;
}
.details .quantity {
  display: flex;
  margin-top: 15px;
}
.details .quantity button {
  background-color: #4d41fa;
  border-radius: 8.75px;
  color: #003984;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.details .quantity button:hover {
  background-color: #4d41fa;
}
.details .input-box {
  width: 53.59px;
  height: 35px;
  margin: 0 5px;
  text-align: center;
  border: none;
  border-radius: 8.75px;
  padding: 0 10px;
  font-size: 16.41px;
  background: transparent;
  color: #fff;
  border: #fff 1px solid;
  outline: none;
  font-weight: bold;
  -webkit-border-radius: 8.75px;
  -moz-border-radius: 8.75px;
  -ms-border-radius: 8.75px;
  -o-border-radius: 8.75px;
}
.details .input-box::-webkit-inner-spin-button,
.details .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.details .input-box[type=number] {
  -moz-appearance: textfield;
}
.details .btn-lg {
  font-size: 18px;
  line-height: 56px;
  padding: 0 3rem;
  margin-right: 10px;
}
.details .nav.nav-tabs {
  padding-left: 0;
  list-style-type: none;
  border-bottom: #a8a8a8 1px solid;
}
.details .nav.nav-tabs li {
  margin-right: 5%;
  margin-bottom: 0;
}
.details .nav-tabs .nav-link {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 15px 60px 15px 0;
}
.details .nav-tabs .nav-item.show .nav-link,
.details .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent !important;
  box-shadow: 0px -10px 0px -8px #3bb29f inset;
  -webkit-box-shadow: 0px -10px 0px -8px #3bb29f inset;
  -moz-box-shadow: 0px -10px 0px -8px #3bb29f inset;
}
.details .merchandiseBox h4 {
  font-size: 20px;
  margin: 0;
}
.details input[type=checkbox].asButton,
.details input[type=radio].asButton {
  display: none;
}
.details input[type=checkbox].asButton + label,
.details input[type=radio].asButton + label {
  display: block;
  position: relative;
  background-color: transparent;
  margin: 2px auto;
  min-width: 36px;
  height: 36px;
  line-height: 32px;
  padding: 0 5px;
  text-align: center;
  color: var(--bs-dark);
  font-family: "Poppins Medium";
  border: #dcdcdc 1px solid;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 16px;
}
.details input[type=checkbox].asButton:checked + label {
  background-color: darkred;
  color: white;
}
.details input[type=radio].asButton:checked + label {
  color: #fff;
  border-color: #fff;
}
.details input[type=checkbox].asButton:disabled + label,
.details input[type=radio].asButton:disabled + label {
  opacity: 0.5;
}
.details .sizechart {
  float: right;
}
.details .sizechart a {
  border: #003984 1px solid;
  padding: 6px 10px;
  color: #003984;
  font-family: "Poppins Medium";
  font-size: 11px;
}
.details .fitem {
  border: #e7e7e7 1px solid;
  float: right;
}
.details .fitem strong {
  font-weight: normal;
  font-family: "Poppins Medium";
  font-size: 13px !important;
  padding-left: 10px;
}
.details .fitem .form-select.sm,
.details .fitem .form-control.sm {
  width: 80px;
  height: 38px !important;
  font-size: 12px !important;
  padding: 0 15px 0 8px;
  background-color: transparent !important;
  border: none;
}

.descBox {
  background: #ebf0f6;
  padding: 30px;
  font-size: 15px;
  color: #565656;
}
.descBox p {
  margin: 0;
}
.descBox ul {
  padding-left: 30px;
  list-style-type: disc;
}
.descBox h3 {
  font-family: "mahek_demo_versionregular";
  font-weight: normal;
  font-size: 36px;
}

.recommend .swiper-wrapper {
  padding-left: 9%;
}

hr {
  background-color: #afafaf;
}

.innerBanner.hotelbanner h1 {
  margin-bottom: 15px;
}

.hotelInfo {
  margin-bottom: 60px;
}
.hotelInfo li {
  margin-right: 20px;
}
.hotelInfo li a {
  color: #fff;
}
.hotelInfo li a span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.hoteldetails .video__wrapper {
  position: relative;
}
.hoteldetails .gallerytab {
  /* video controls */
  /* .video__play-button[data-button-state=play] {
    background-color: rgba(0, 0, 0, 0);
  }

  .video__play-button[data-button-state=play]:hover {
    background-color: rgba(0, 0, 0, 0.4);
  } */
}
.hoteldetails .gallerytab .tab-content img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hoteldetails .gallerytab .nav-tabs {
  width: 195px;
  flex: 0 0 195px;
  margin: 0;
  border: none;
}
.hoteldetails .gallerytab .nav-link {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
.hoteldetails .gallerytab .nav-link span {
  position: absolute;
  width: 130px;
  padding: 20px 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 57, 132, 0.5568627451);
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.hoteldetails .gallerytab .nav-tabs .nav-item.show .nav-link,
.hoteldetails .gallerytab .nav-tabs .nav-link.active {
  border-color: transparent;
}
.hoteldetails .gallerytab .video-wrapper {
  position: relative;
}
.hoteldetails .gallerytab .video-wrapper::before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.hoteldetails .gallerytab .video-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}
.hoteldetails .gallerytab video {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hoteldetails .gallerytab .video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}
.hoteldetails .gallerytab .video__play-button-icon {
  width: 140px;
  transition: all 200ms ease-in-out;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.hoteldetails .gallerytab .video__play-button-icon--play polygon {
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}
.hoteldetails .gallerytab .video__play-button-icon--play:hover polygon {
  transform: scale(1.5);
}
.hoteldetails .gallerytab .video__play-button[data-button-state=pause] .video__play-button-icon--pause {
  display: none;
}
.hoteldetails .gallerytab .video__play-button[data-button-state=play] .video__play-button-icon--play {
  display: none;
}
.hoteldetails .gallerytab .video__play-button[data-button-state=play] .video__play-button-icon {
  opacity: 0;
}
.hoteldetails .gallerytab .video__play-button[data-button-state=play]:hover .video__play-button-icon {
  opacity: 1;
}
.hoteldetails .gallerytab .video__fullscreen-button {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  z-index: 3;
  transition: all 200ms ease-in-out;
}
.hoteldetails .gallerytab .video__fullscreen-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.hoteldetails .gallerytab .video__wrapper[data-state=pause] .video__fullscreen-icon,
.hoteldetails .gallerytab .video__wrapper[data-state=play]:hover .video__fullscreen-icon {
  opacity: 1;
  visibility: visible;
}
.hoteldetails .gallerytab .video__fullscreen-icon polygon {
  fill: currentColor;
}
.hoteldetails .hotelLeft {
  border: #d4d4d4 1px solid;
  color: #6e6e6e;
}
.hoteldetails .hotelLeft h2 {
  color: var(--bs-dark);
}
.hoteldetails .hotelLeft .facilities li {
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-wrap: nowrap;
}
.hoteldetails .hotelLeft small {
  font-size: 16px;
}
.hoteldetails .hotelLeft small i {
  color: #7992b2;
}
.hoteldetails .hotelLeft h3 {
  font-family: "Poppins SemiBold";
  font-size: 28px;
  color: var(--bs-dark);
  margin: 0;
}
.hoteldetails .hotelLeft h5 {
  font-family: "Poppins Medium";
  font-size: 18px;
  color: #003984;
  margin-top: 15px;
  font-weight: 500;
}
.hoteldetails .hotelLeft .rate {
  font-family: "Poppins Medium";
  font-size: 16px;
  color: var(--bs-dark);
}
.hoteldetails .hotelLeft .rate i {
  color: #fba004;
}
.hoteldetails .hotelLeft .rate small {
  font-size: 14px;
  color: #6e6e6e;
}
.hoteldetails .hotelLeft .wishlist {
  width: 32px;
  margin-left: 10px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ebf0f6;
  color: #003984;
}
.hoteldetails .hotelLeft .wishlist:hover {
  background: #003984;
  color: #fff;
}
.hoteldetails .hotelLeft .cartBtns {
  background: #ebf0f6;
  padding: 6px 8px;
  color: #6e6e6e;
  font-size: 12px;
}
.hoteldetails .hotelLeft .cartBtns i {
  margin-right: 5px;
  color: #003984;
}
.hoteldetails .tabinfos p {
  color: #6e6e6e;
  margin: 15px 0;
}
.hoteldetails .tabinfos li {
  margin-bottom: 10px;
  color: #565656;
}
.hoteldetails .tabinfos li i {
  margin-right: 4px;
}
.hoteldetails .tabinfos h5 {
  font-size: 18px;
  font-family: "Poppins Medium";
  font-weight: 500;
  margin-bottom: 10px;
}
.hoteldetails .tabinfos .nav-link {
  display: block;
  margin-right: 15px;
  padding: 0.3rem 0.8rem;
  color: #6e6e6e;
  border: #ebf0f6 1px solid;
  background: #ebf0f6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
}
.hoteldetails .tabinfos .nav-pills .nav-link.active,
.hoteldetails .tabinfos .nav-pills .show > .nav-link {
  color: #003984;
  border-color: #003984;
  background-color: transparent;
}
.hoteldetails .borderBox {
  border: #d4d4d4 1px solid;
  padding: 30px;
  color: #565656;
}
.hoteldetails .hotelrates h4 {
  font-family: "Poppins SemiBold";
  font-size: 24px;
}
.hoteldetails .hotelrates h4 small {
  font-size: 14px;
  font-family: "Poppins Medium";
  font-weight: 500;
}
.hoteldetails .hotelrates p {
  color: #6e6e6e;
  font-size: 14px;
  margin: 0;
}
.hoteldetails .progressMain li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.hoteldetails .progressMain li span {
  font-size: 14px;
  font-family: "Poppins Medium";
  font-weight: 500;
  padding-right: 15px;
}
.hoteldetails .progressMain li .progress {
  display: flex;
  height: 7px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ebf0f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.hoteldetails .progressMain li .bg-secondary {
  background-color: #7992b2 !important;
}
.hoteldetails .reviewUser {
  border-bottom: #ebf0f6 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hoteldetails .reviewUser h3 {
  font-size: 24px;
  font-family: "Poppins Medium";
  font-weight: 500;
  color: #191818;
}
.hoteldetails .reviewUser h5 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: normal;
  color: #191818;
}
.hoteldetails .reviewUser small,
.hoteldetails .reviewUser p {
  color: #565656;
  margin: 0;
}
.hoteldetails .reviewUser .user {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  margin-right: 20px;
}
.hoteldetails .reviewForm p {
  color: #565656;
  margin: 10px 0;
}
.hoteldetails .reviewForm h4 {
  font-size: 24px;
  font-family: "Poppins Medium";
  font-weight: 500;
  color: #191818;
}
.hoteldetails .reviewForm label {
  font-family: "Poppins Medium";
  font-size: 14px;
  margin-bottom: 6px;
}
.hoteldetails .reviewForm .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--bs-secondary);
  font-size: 12px;
}
.hoteldetails .reviewForm .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
.hoteldetails .reviewForm .hidden {
  display: none !important;
}
.hoteldetails .reviewForm .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.hoteldetails .reviewForm .dropzone-wrapper {
  border: 1px solid #d4d4d4;
  color: #003984;
  position: relative;
  height: 150px;
}
.hoteldetails .reviewForm .dropzone-wrapper i {
  font-size: 22px;
}
.hoteldetails .reviewForm .dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 13px;
}
.hoteldetails .reviewForm .dropzone,
.hoteldetails .reviewForm .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.hoteldetails .reviewForm .dropzone-wrapper:hover,
.hoteldetails .reviewForm .dropzone-wrapper.dragover {
  background: #ecf0f5;
}
.hoteldetails .reviewForm .preview-zone {
  text-align: center;
}
.hoteldetails .reviewForm .preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.hoteldetails .blueBox .form-control,
.hoteldetails .blueBox .form-select {
  font-size: 13px;
  border-radius: 0;
  height: 35px;
  background-color: #fff !important;
}
.hoteldetails .blueBox .ui-datepicker-trigger {
  position: absolute;
  top: 6px;
  right: 15px;
}

/* .modal-backdrop {
  background: linear-gradient(to right, rgb(0, 57, 132) 0%, rgb(59, 178, 159) 100%);
  opacity: 0.8 !important;
} */



.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
 background: linear-gradient(to right,
       rgba(0, 57, 132, 1) 0%,
       rgba(59, 178, 159, 1) 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  outline: 0;
  padding: 30px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.modal-content .btn-close {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}
.modal-content .modal-header {
  border: none;
  padding-bottom: 0;
}
.modal-content .modal-title {
  margin-bottom: 0;
  line-height: 1;
  border-bottom: #fff 1px solid;
  padding-bottom: 15px;
  color: #fff;
}

.booking-tab nav-tabs {
  justify-content: center;
}
.booking-tab .nav-link {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  background-color: transparent !important;
  color: #fff !important;
  border: 0;
  width: 50%;
  font-family: "mahek_demo_versionregular";
}
.booking-tab .nav-link::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.768627451);
  transition: all 0.3s ease;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 4px;
}
.booking-tab .nav-link.active::after {
  width: 100%;
}
.booking-tab #nav-profile {
  margin-top: 33px;
}
.booking-tab #datePicker {
  background-color: transparent !important;
  border: 0;
  color: #fff;
  padding-left: 0;
  text-align: left;
}
.booking-tab #datePicker:focus {
  box-shadow: none;
}
.booking-tab .booking-box {
  margin-top: 14px;
}
.booking-tab .booking-box .box .date-wrapper,
.booking-tab .booking-box .box .guest-wrapper {
  border-bottom: 1px solid #fff;
  padding: 21px 0;
}
.booking-tab .booking-box .box .date-wrapper label,
.booking-tab .booking-box .box .guest-wrapper label {
  font-size: 19px;
  margin-bottom: 8px;
}
.booking-tab .booking-box .box .date-wrapper button,
.booking-tab .booking-box .box .guest-wrapper button {
  border: 0;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  width: 31px;
  border-radius: 50%;
}
.booking-tab .booking-box .box .date-wrapper button i,
.booking-tab .booking-box .box .guest-wrapper button i {
  color: #fff;
}
.booking-tab .booking-box .box .date-wrapper input,
.booking-tab .booking-box .box .guest-wrapper input {
  background-color: transparent !important;
  border: 0;
  text-align: start;
  color: #fff;
  padding-left: 0;
}
.booking-tab .booking-box .box .date-wrapper input:focus,
.booking-tab .booking-box .box .guest-wrapper input:focus {
  box-shadow: none;
}
.booking-tab .booking-box .box .date-wrapper input[type=number]::-webkit-inner-spin-button,
.booking-tab .booking-box .box .date-wrapper input[type=number]::-webkit-outer-spin-button,
.booking-tab .booking-box .box .guest-wrapper input[type=number]::-webkit-inner-spin-button,
.booking-tab .booking-box .box .guest-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.booking-tab .booking-box .box .date-wrapper input[type=number],
.booking-tab .booking-box .box .guest-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.booking-tab .booking-box .box .guest-wrapper:last-child {
  border-bottom: 0;
}
.booking-tab .booking-box .number-wrapper input {
  text-align: center !important;
}
.booking-tab .booking-box .accordion-item {
  width: 100% !important;
  background-color: transparent;
}
.booking-tab .booking-box .accordion-collapse {
  background-color: #fff;
}
.booking-tab .booking-box .extras span {
  color: #000;
  width: 80%;
  font-size: 13px;
}
.booking-tab .booking-box .extras li {
  margin-bottom: 10px;
}
.booking-tab .booking-box .extras .select-wrapper {
  width: 20%;
}
.booking-tab .booking-box .extras .extra-service-select {
  text-align: center;
}
.booking-tab .booking-box .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent !important;
  color: #fff !important;
}
.booking-tab .booking-box .accordion-button::after {
  margin-left: 13px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg&#39; viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.booking-tab .booking-box .accordion {
  margin-top: 13px;
}
.booking-tab .booking-box .accordion-button {
  justify-content: center;
}
.booking-tab .booking-box .accordion-body {
  padding: 9px 11px;
}
.booking-tab .booking-box .total-price-book {
  font-size: 19px;
}
.booking-tab .booking-box h5 {
  font-size: 22px;
}
.booking-tab .booking-box .btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.booking-tab .booking-box .btn:hover {
  background-color: transparent;
  color: #fff;
}

.flatpickr-weekdays {
  height: 54px;
}

.flatpickr-calendar {
  font-size: 13px;
  line-height: 27px;
}

.boat-listing-page a {
  color: #000;
}

.pagination {
  gap: 21px;
}
.pagination button {
  border: 0;
  background-color: transparent;
  color: #fff;
}
.pagination .page-number {
  color: #fff;
}
.pagination .active {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facilities {
  min-height: 26px;
  flex: 0 0 26px;
}/*# sourceMappingURL=main.css.map */

.mt-45 {
  margin-top: 2.8rem; }

.boatDetails .facilities li {
  margin-right: 0; }
  .boatDetails .facilities li a {
    font-family: "Poppins"; }
  .boatDetails .facilities li small {
    font-weight: 400;
    font-size: 13px;
    color: #6e6e6e; }
  .boatDetails .facilities li p {
    font-size: 13px;
    font-family: "Poppins Medium"; }
  .boatDetails .facilities li .f-icons {
    flex: 0 0 40px;
    margin-right: 5px; }

.newList {
  color: #6e6e6e; }
  .newList i {
    color: #7992b2;
    margin-right: 8px; }
  .newList b {
    color: #4b4b4b;
    font-size: 13px;
    font-family: "Poppins Medium";
    font-weight: 500; }

.newList2 {
  color: #4b4b4b;
  font-size: 13px; }
  .newList2 li {
    margin-right: 15px; }
  .newList2 i.bi-check2-square {
    color: #1eb228;
    margin-right: 8px;
    font-size: 16px; }
  .newList2 i.bi-x-lg {
    color: #af0d02;
    margin-right: 8px;
    font-size: 16px; }
    

.villa-table .list-medium {
  grid-template-columns: auto auto;
  gap: 4px;
  justify-content: start;
}
.villa-table .list-medium span {
  border: 1px solid #868686;
  font-size: 12px;
  padding: 2px;
  border-radius: 4px;
  display: flex;
  gap: 5px;
  font-weight: 400;
}
.villa-table .hprt-facilities-others li {
  display: inline-block;
  line-height: 20px;
}
.villa-table .other_facility_badge--default_color {
  font-size: 12px;
  font-weight: 400;
}
.villa-table .form-select {
  padding: 3px 15px 3px 6px;
  height: 26px;
  background-color: transparent !important;
  border: 1px solid #000;
  background-position: right 3px center;
}
.villa-table .bui-list--icon > .bui-list__item,
.villa-table .bui-list__icon {
  gap: 6px;
  display: flex;
}
.villa-table ul.hprt-conditions-bui .bui-list__item {
  margin-bottom: 8px;
  font-size: 11px;
}
.villa-table .green {
  color: #06713a;
}
.villa-table .prco-valign-middle-helper {
  font-weight: 600;
  font-size: 15px;
}
.villa-table .price-sec {
  font-size: 11px;
}
.villa-table .prd-taxes-and-fees-under-price {
  margin-top: 7px;
}
.villa-table thead th {
  font-size: 11px;
  vertical-align: middle;
  background-color: #003984;
  color: #fff;
}
.villa-table table {
  border-color: #0e7eab;
}
.villa-table .block {
  font-size: 11px;
}
.villa-table .block a {
  color: #003984;
  text-decoration: underline;
}
.villa-table .block .thisRoomAvailabilityNew {
  margin: 10px 0;
}
.villa-table .block .thisRoomAvailabilityNew .urgency_message_red {
  color: #e21111;
}
.villa-table .block .hprt-roomtype-crib-available {
  margin: 10px 0;
}
.villa-table .sidebar-table {
  margin-left: -24px;
  text-align: center;
}
.villa-table .sidebar-table .fake-header {
  background-color: #003984;
  width: 100%;
  height: 49px;
}
.villa-table .sidebar-table .text-start {
  padding: 10px 10px;
}
.villa-table .sidebar-table .text-start li {
  font-size: 11px;
  display: flex;
}
.villa-table .sidebar-table .text-start li i {
  font-size: 7px;
}