@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

h6 {
  margin-bottom: 0;
}

img {
  /* width: 100%; */
  max-width: 100%;
}

:root {
  --bs-primary-rgb: 234, 35, 48;
  --bs-link-color: #ea2330;
  --bs-primary: #ea2330;
  --bs-secondary: #072183;
  --primary-color: #ea2330;
  --lite-primary-color: rgba(21, 155, 240, 0.1);
  --opacity2-primary-color: rgba(21, 155, 240, 0.2);
  --light-text-color: rgba(27, 30, 40, 1);
  --red-color: rgba(255, 0, 0, 1);
  --bs-nav-link-hover-color: #072183;
  --bs-secondary-rgb: 7, 33, 131;
}
.pagination {
  --bs-pagination-hover-color: #072183;
  --bs-pagination-active-bg: #072183;
  --bs-pagination-active-border-color: #072183;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea2330;
  --bs-btn-border-color: #ea2330;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #072183;
  --bs-btn-hover-border-color: #072183;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #072183;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea2330;
  --bs-btn-disabled-border-color: #ea2330;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #072183;
  --bs-btn-border-color: #072183;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea2330;
  --bs-btn-hover-border-color: #ea2330;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea2330;
  --bs-btn-active-border-color: #ea2330;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #072183;
  --bs-btn-disabled-border-color: #072183;
}
.btn-outline-secondary {
  --bs-btn-color: #072183;
  --bs-btn-border-color: #072183;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #072183;
  --bs-btn-hover-border-color: #072183;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #072183;
  --bs-btn-active-border-color: #072183;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #072183;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #072183;
  --bs-gradient: none;
}
.btn-outline-primary {
  --bs-btn-color: #ea2330;
  --bs-btn-border-color: #ea2330;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea2330;
  --bs-btn-hover-border-color: #ea2330;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea2330;
  --bs-btn-active-border-color: #ea2330;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ea2330;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea2330;
  --bs-gradient: none;
}
.btn-outline-primary:hover {
  color: #fff !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(45deg, #ea2330, #072183);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}
.nav-pills {
  --bs-nav-pills-link-active-bg: #ea2330;
  --bs-nav-link-color: #ea2330;
}

.text-primary {
  color: #ea2330 !important;
}
.bg-secondary {
  background-color: #072183 !important;
}
.common-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}

.outline-common-btn {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.common-btn {
  background-color: var(--primary-color) !important;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}

.common-edit-btn {
  border: 1px solid var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.section-card-title {
  color: var(--light-text-color);
}

.primary-title-color {
  color: var(--primary-color);
}

/* home page  */
.banner-sec {
   background: linear-gradient(to right,
         rgba(0, 0, 0, 0.3) 50%,
         rgba(21, 155, 240, 0.25)),
      url(../images/banner.jpg);
   height: calc(100vh - 220px);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   display: flex;
    align-items: center;
}

/* .banner-content {
   width: 600px;
} */

.banner-title {
  /* font-size: 3.4375vw; */
  font-size: 55px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1%;
}

.banner_cards {
  height: 15vh;
}

.bannerCrads_position {
  top: -186px;
}

.service-card {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1em 0.5em;
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.8);
  height: 17vh;
}

.service-img img {
  width: 60px;
  height: 60px;
  transition: all 0.8s;
}

.service-card:hover .svg-icons {
  filter: grayscale(100%) brightness(200%);
}

.service-card:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.service-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

.business-sec {
  background-color: var(--primary-color);
}

.business-service-content {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}

.business-text {
  background-color: #fff;
  border-radius: 34px;
  border: none;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5em;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  text-align: left;
}

.business-service-icon {
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 2px rgba(21, 155, 240, 1) inset;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  /* transform: translate(0px, 10px); */
}

.business-service-icon img {
  width: 40px;
  height: 40px;
}
.card-text {
  display: flex;
  align-items: center;
  padding: 0.3em 0;
  font-size: 0.9em;
}
.business_carousel-filter-label {
  background: rgba(255, 255, 255, 1);
  border-radius: 7px;
  position: relative;
  margin-top: 1rem;
}

.business_sm_carousel p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  color: var(--primary-color);
}

#business_carousel.owl-theme .owl-dots {
  text-align: left !important;
  position: absolute;
  bottom: 1rem;
  left: 0.5rem;
}

#business_carousel.owl-theme .owl-dots .owl-dot span {
  background: var(--primary-color);
}

.business_form input,
.business_form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.business_form input:focus,
.business_form select:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

.blog-cards {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.blog-cards img {
  border-radius: 10px;
  min-height: 200px;
  max-height: 250px;
}

.user_details_blog img {
  width: 35px;
  height: 35px;
}

.blog_text_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  padding: 0.2em 0;
}

.blog_text_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0px;
  padding: 0.2em 0;
  margin-top: 6px;
}
.blog_text_text span {
  font-size: 14px;
}

.footer-sec {
  background: #282828;
}

.footer-about img {
  max-width: 250px;
  filter: brightness(100);
}

.footer-input {
  padding: 0.8em;
  border: 1px solid #ea2330;
  border-radius: 7px;
  background-color: transparent;
  color: #fff;
  outline: 0;
}

.footer-input::placeholder {
  color: #fff;
}

.icon-bg {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright-text {
  color: var(--light-text-color);
}

.footer-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #ea2330;
}

.modal-dialog {
  position: relative;
}

.modalClose-btn {
  position: absolute;
  right: -17px;
  top: -15px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color);
}

.modalClose-btn button {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  box-shadow: 0px 2px 10px 3px rgb(7 33 131 / 32%);
  background-color: #fff;
  border-radius: 10px;
}

/* blog details  */

.blogBanner img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}

.statusListInput {
  border: none;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.5em 0.8em;
}

.latest-blog-sec .form-floating label {
  padding-left: 2em !important;
}

.latest-blog-sec .form-floating iconify-icon {
  top: 33%;
  left: 2%;
}

/* new  */
#navbarSupportedContent .nav-item .nav-link {
  color: #000;
  font-weight: 400;
  padding: 0;
}
#navbarSupportedContent > ul > li {
  margin: 0 1rem;
}
.login-btn {
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  /* margin-left: 10px; */
}
.cus-drop.dropdown-toggle::after {
  border: 0;
}
.fw-500 {
  font-weight: 500;
}
.btn-search-box {
  margin-bottom: -3rem;
  text-align: center;
}
.banner-box {
  background: rgba(0, 0, 0, 0.6);
}
.banner-box label {
  color: #fff;
}
.object-fit-cover {
  object-fit: cover;
}
.left-img {
  width: 150px;
}
.offers-item.d-flex {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0.2rem 0 1rem;
  padding: 0.5rem;
  border-radius: 10px;
}
.offers-sec {
  position: relative;
  margin-bottom: -20%;
  margin-top: 6%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/* .about-sec {
  margin-top: 7rem;
} */
.line {
  background: #454545;
  width: 50px;
  height: 3px;
  display: inline-block;
}
.round-glop {
  display: inline-block;
  background: #ea2330;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.cmn-header-text {
  color: #3e3e3e;
  max-width: 80%;
  margin: 0 auto;
}
.user_details_blog {
  position: relative;
  margin-top: -3rem;
}
.blog-cards .card-text, .region-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
}
.region-text {
  margin-top: 0.5rem;
}
.blog-cards .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-heading {
  font-size: 2rem;
  font-weight: 600;
}
.downloadApp-content {
  background: linear-gradient(45deg, #ea2330, #072183);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-bottm-sec {
  background: linear-gradient(45deg, #ea2330, #072183);
}
.footer-service a,
.footer-company a,
.footer-support a {
  color: #fff;
}
.btn-search-box button {
  padding: 0.7rem 2rem;
}

.popular-search-list {
  max-height: 250px;
  overflow-y: auto;
  /* padding-right: 1rem; */
}
/* width */
.popular-search-list::-webkit-scrollbar,
.max-height-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.popular-search-list::-webkit-scrollbar-track,
.max-height-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.popular-search-list::-webkit-scrollbar-thumb,
.max-height-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popular-search-list::-webkit-scrollbar-thumb:hover,
.max-height-body.popular-search-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.popular-search-list {
  max-height: 310px;
  overflow-y: auto;
}
.popular-search-wrap::after {
  content: '';
  background: linear-gradient(0deg, #f3f4f5, rgba(243, 244, 245, 0));
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -0.2rem;
  opacity: 0.5;
}
.popular-search-list li {
  width: 49%;
  display: inline-block;
  margin: 0.3rem 0;
}
.popular-search-list li a {
  color: #333;
}
.trip-planner-sec {
  background-color: #f1f1f1;
}
#pills-tab li button {
  border: 1px solid #ea2330;
}
/* #pills-tab li:not(:last-child) {
  margin-right: 1rem;
} */
.property-card .card-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.why-book-sec {
  background: #07218326;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
.h_txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0;
}
.why-book-item {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #ea233052;
}
.whybk_img img {
  filter: invert(1);
}
.near-me-box {
  position: absolute;
  right: 0.5rem;
  bottom: 24%;
  font-size: 0.8em;
  font-weight: 500;
  color: #072183;
}
.banner-box input {
  font-size: 0.9rem;
}
#searchLocation {
  padding-right: 5.5rem !important;
}
.nav-link:hover {
  color: #072183;
}
.qr-wrap {
  background: #072183;
  padding: 0.5rem;
}
.dropdown-item:focus,
.dropdown-item:hover,
#navbarSupportedContent .nav-item .nav-link:hover {
  color: #ea2330;
}

/* menu bar style  */
.filter-label-menu-box {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}

/* end  */

.popular-item img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.bg-gradient-cus {
  background: linear-gradient(60deg, #072183, #ea2330);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-banner-sec {
  background: #061962;
}
.border-primary {
  border-color: rgb(7 33 131) !important;
}
.text-xs {
  font-size: 0.9em;
}
.benefit-list li {
  font-size: 0.8rem;
}

/* custom checkbox  */

.filter-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.filter-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.multi-label {
  position: relative;
  padding-left: 1.5rem;
}
label.multi-label input {
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  /* opacity: -1; */
  /* display: none; */
}

/* On mouse-over, add a grey background color */
.filter-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-label input:checked ~ .checkmark {
  background-color: #072183;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filter-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end  */
.max-height-body {
  max-height: 200px;
  overflow-y: auto;
}

.other-banner-sec .form-label {
  color: #fff;
}
.top-destination {
  background-color: #efefef;
}
div#sync1 .details-img img {
  max-height: 350px;
  min-height: 300px;
  object-fit: cover;
}
div#sync2 .details-img img {
  max-height: 100px;
  min-height: 100px;
  object-fit: cover;
}
.breadcrumb {
  --bs-breadcrumb-item-active-color: #ea2330;
}
.breadcrumb-item a {
  color: #fff;
}
.user-count-select input {
  width: 70px;
}
.user-count-select svg {
  border: 1px solid #072183;
  font-size: 1.5rem;
  padding: 2px;
  border-radius: 3px;
}
.user-count-select {
  border: 0 !important;
  padding: 0 !important;
}
.user-count-select input {
  outline: 0;
  box-shadow: none !important;
  color: #072183;
  font-weight: 500;
}

.map-item,
.rating-box {
  border: 1px solid #d6d6d6;
  padding: 1.4rem 1rem;
  height: 100%;
}
.view-map {
  position: absolute;
  bottom: 0;
  background: rgb(255 255 255 / 80%);
  width: 100%;
  text-align: center;
  color: #072183;
  border: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.room-item .view-map {
  width: auto;
  left: 0.5rem;
  bottom: 0.5rem;
  border-radius: 5px;
  color: #ea2330;
}
.room-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.room-title p {
  font-size: 1.3rem;
  font-weight: 500;
}
.amenities-heading {
  font-size: 1.1rem;
}
.user-profile {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.blog-section {
  background: linear-gradient(70deg, #ea2330, 40%, #072183);
}
.blog-img img {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
  min-height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-date {
  position: relative;
  margin-top: -2.5rem;
  left: 1rem;
  background: #fff;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #ea2330;
  width: 3.5rem;
  vertical-align: middle;
  text-align: center;
}
.blog-item.shadow {
  background: #fff;
  border-radius: 10px;
}
.user-date {
  font-size: 0.7rem;
}
.user-text {
  font-size: 0.9rem;
  margin-top: 0.4rem;
}
.amenities svg {
  border: 1px solid #ea2330;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.popular-item .card-title {
  color: #000;
}
.popular-item .blog-text {
  color: #000;
}
div#navbarSupportedContent a img {
  max-height: 30px;
}
.property-card img {
  height: 190px;
  /* object-fit: cover; */
  width: auto;
  margin-top: 10px;
}
.navigation-sec {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.servicePropertyAdd-FileUpload {
  border: 1px solid #686868;
  background-color: transparent;
  border-radius: 7px;
  color: #fff;
  width: 100%;
}
.servicePropertyAdd-FileUpload label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #072183, #072183);
  border: 1px solid #072183;
  padding: 0.79em;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
span.select2.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  min-height: 58px !important;
}
.all-pics {
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.7em 0;
  transform: translateY(-16px);
}
.total-img {
  position: relative;
}
.roomSelection_heading,
.personalShopper_heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.7em 1em;
  text-transform: capitalize;
}
.roomSelection_content,
.travelDates_content,
.PropertyFacilities_content,
.aboutProperty_content,
.review_Ratings_content,
.reviews_content,
.propertyRules_content,
.primaryGuest_details,
.hotelDetails_roomPrice,
.standardDetails,
.hotelBooking_userReviews,
.hotelDetails_allContentsEnquiry {
  border: 1px solid rgba(29, 137, 206, 0.2);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.enquiryItem-img {
  max-width: 130px;
  max-height: 100px;
}
.ratings {
  width: 40px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.30000001192092896px;
  background: #072183;
  color: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel_listingCard_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(27, 30, 40, 1);
}
.rating-review-bg {
  background-color: rgba(0, 0, 0, 0.4);
}
.hotel-review-bg {
  background: url(../images/hotel-review-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 300px;
}
.property-listing-card,
.hotel-listing-card {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.25);
}
.hotel_listing_banner-sec {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.405) 48.58%,
      rgba(21, 155, 240, 0.25) 100%
    ),
    url(../images/hotel_listing_banner.png);
  height: 45vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.rating-over-banner {
  /* position: absolute; */
  top: 1rem;
  right: 1.5rem;
  z-index: 9;
}
.propertyDetails-carousel .owl-carousel .owl-nav button.owl-prev,
.propertyDetails-carousel .owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0.5em !important;
  font: inherit;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 11px 0px rgba(133, 123, 123, 0.1);
}
.propertyDetails-carousel .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 25px !important;
  color: var(--primary-color) !important;
}
.propertyDetails-carousel .owl-nav .owl-next,
.propertyDetails-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff !important;
  padding: 0.5em !important;
}
.servicePropertyAddForm {
  box-shadow: 0px 1px 10px 1px #00000040;
  background-color: #fff;
}
.modal-img img {
  height: 400px !important;
  width: auto !important;
  margin: 0 auto;
}
button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background: #072183 !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  color: #fff !important;
}
button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #072183 !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  color: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #072183ba;
}
.comment textarea {
  width: 95%;
  background: rgba(29, 137, 206, 0.2);
  border: none;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.accordion-button:focus {
  outline: 0 !important;
  border: 0;
  box-shadow: none;
}

.user-check:checked + .user,
.user.active,
.user.show,
.user:first-child:active,
:not(.user-check) + .user:active {
  background-color: transparent !important;
  color: #ea2330 !important;
}

.toastbox {
  display: block;
  position: fixed;
  top: 50%;
  left: 45%;
  z-index: 100;
}

.otp_input input {
  appearance: none;
  border-radius: 7px;
  border: 1px solid #072183;
  width: 3rem;
  height: 3rem;
}
/* Chrome, Safari, Edge, Opera */
.otp_input input::-webkit-outer-spin-button,
.otp_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp_input input[type='number'] {
  -moz-appearance: textfield;
}

.user-count-select input {
  width: 3rem;
}
.btn-decrement {
  width: 2em;
  height: 3em;
}

.btn-increment {
  width: 2em;
  height: 3em;
}

.table-responsive {
  /* height: 200px; */
  overflow-y: scroll;
}

.service-item {
  background: #e8e8e8;
  border-radius: 12px;
  padding: 1.5rem;
}
.service-item p {
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-toggle-switch {
  display: inline-block;
  position: relative;
  width: 85px; /* Total width of the toggle switch */
  height: 25px; /* Total height of the toggle switch */
  background: red; /* Default color for inactive state */
  border-radius: 25px; /* Rounded shape for smooth appearance */
  cursor: pointer; /* Change cursor to indicate clickability */
  transition: background 0.3s; /* Smooth transition on background change */
  overflow: hidden; /* Ensure content doesn't overflow */
}

.custom-toggle-switch::before {
  content: ''; /* Toggle button (circle) without text */
  position: absolute;
  width: 20px; /* Diameter of the toggle button */
  height: 20px; /* Make it circular */
  border-radius: 50%; /* Ensures circle shape */
  background: white; /* Color for toggle button */
  top: 50%; /* Vertically centered */
  transform: translateY(-50%); /* Center the toggle button vertically */
  transition: transform 0.3s; /* Smooth transition when toggling */
}

.custom-toggle-switch::after {
  content: 'Consumer'; /* Text for the default state */
  position: absolute;
  top: 50%; /* Vertically centered */
  left: 20px; /* Position to make text visible after circle */
  transform: translateY(-50%); /* Center the text vertically */
  color: white; /* Text color */
  font-size: 10px; /* Adjust the text size */
}

input[type='checkbox']:checked + .custom-toggle-switch {
  background: green; /* Change to green when active */
}

input[type='checkbox']:checked + .custom-toggle-switch::before {
  transform: translateX(50px) translateY(-50%); /* Move the toggle button when checked */
}

input[type='checkbox']:checked + .custom-toggle-switch::after {
  content: 'Vendor'; /* Change text when toggle is checked */
}

input[type='checkbox'] + .custom-toggle-switch::before {
  left: 1px; /* Position of the toggle button when unchecked (red) */
}
input[type='checkbox']:checked + .custom-toggle-switch::before {
  left: 11px; /* Position of the toggle button when checked (green) */
}

/* Loader Styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#otpLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
}

.loading-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.enquiry-input {
  box-shadow: none !important;
  border: 0;
  outline: 0;
}
.enquiry-input::placeholder {
  color: #fff;
}

/* Admin toggle button */

.admin-toggle-switch {
  display: inline-block;
  position: relative;
  width: 85px; /* Total width of the toggle switch */
  height: 25px; /* Total height of the toggle switch */
  background: red; /* Default color for inactive state */
  border-radius: 25px; /* Rounded shape for smooth appearance */
  cursor: pointer; /* Change cursor to indicate clickability */
  transition: background 0.3s; /* Smooth transition on background change */
  overflow: hidden; /* Ensure content doesn't overflow */
}

.admin-toggle-switch::before {
  content: ''; /* Toggle button (circle) without text */
  position: absolute;
  width: 20px; /* Diameter of the toggle button */
  height: 20px; /* Make it circular */
  border-radius: 50%; /* Ensures circle shape */
  background: white; /* Color for toggle button */
  top: 50%; /* Vertically centered */
  transform: translateY(-50%); /* Center the toggle button vertically */
  transition: transform 0.3s; /* Smooth transition when toggling */
}

.admin-toggle-switch::after {
  content: 'Closed'; /* Text for the default state */
  position: absolute;
  top: 50%; /* Vertically centered */
  left: 20px; /* Position to make text visible after circle */
  transform: translateY(-50%); /* Center the text vertically */
  color: white; /* Text color */
  font-size: 10px; /* Adjust the text size */
}

input[type='checkbox']:checked + .admin-toggle-switch {
  background: green; /* Change to green when active */
}

input[type='checkbox']:checked + .admin-toggle-switch::before {
  transform: translateX(50px) translateY(-50%); /* Move the toggle button when checked */
}

input[type='checkbox']:checked + .admin-toggle-switch::after {
  content: 'Open'; /* Change text when toggle is checked */
}

input[type='checkbox'] + .admin-toggle-switch::before {
  left: 1px; /* Position of the toggle button when unchecked (red) */
}
input[type='checkbox']:checked + .admin-toggle-switch::before {
  left: 11px; /* Position of the toggle button when checked (green) */
}
div#similar-propety-slider .owl-dots:last-child {
  display: none;
}

.btn-extra-small {
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.service-card-item {
  background-color: #f0f0f0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.service-card-item strong {
  font-weight: bold;
}

.conversation-section,
.add-chat-section {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.add-chat-section {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.chat-message {
  background-color: #f9f9f9;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.position-absolute.left-2 {
  left: 10px;
}

.enquiry-input {
  outline: none;
}

.bg-primary {
  background-color: #007bff;
}

.text-white {
  color: #fff;
}

.rounded-2 {
  border-radius: 0.25rem;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: end;
}

.flex{
  display: flex;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

/* swiper js */
.slide-container{
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  overflow: hidden;
}
.card{
  border: none;
  background-color: #FFF;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination{
  bottom: 0 !important;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #ea2330 !important;
}
a.btn.enquiry-btn {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
}
.contact-icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
ul.list-unstyled.contact-icon-list li:not(:last-child){
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedede;
}
.accordion-button.fs-5 span {
  width: 2rem;
  height: 2rem;
}
.benefit-list {
  font-size: 0.8rem;
}
.hotel-pic img {
  height: 300px;
  padding: 1rem;
}
#similar-propety-slider .card-body.py-3.px-3.mb-3 p{
  color: #333;
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}


.comment-text {
  margin: 0.5rem 0;
  color: #000;
  letter-spacing: 0.03em;
}
.recent-agent-list li:not(:last-child) {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}
.select-room label{
  margin-bottom: 0 !important;
}
.blog-text, .similar-content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-name {
  position: absolute;
  background: #f3f3f3;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.1rem 0.5rem;
  border-radius: 7px;
  font-weight: 500;
}
.search-icon {
  top: 10px;
  left: 0.7rem;
}
.search-box input {
  padding-left: 2rem;
}
.blog-details-list-top ul li:not(:last-child) {
  margin-right: 2rem;
}
.bg-cus-blog.shadow.blog-details-list-top {
  background: #ea23301f;
}
.shadow.best-time #pills-tab li button {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1.2rem;
}
.shadow.best-time {
  background: #f3f3f3;
  padding: 1rem;
}
.shadow.best-time > ul {
  border-bottom: 1px solid #061962;
}
.shadow.best-time #pills-tab li button.active {
  color: #061962;   
  font-weight: 500;
}
.tab-content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.otp_input .d-flex.justify-content-between {
  align-items: center;
}
.review-text {
  display: none;
}
.amenities.mb-2 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.amenities iconify-icon {
  border: 1px solid #ea2330;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ea2330;
}
.similar-content p{
  color: #000;
  margin-top: 0.2rem;
}
.blog-details-title {
    width: 85%;
}
.card-body.local-amenity .editior-data h2{
font-size: 1.5rem;
}
.card-body.local-amenity .editior-data h3{
font-size: 1.2rem;
}
.card-body.local-amenity .editior-data h4, .card-body.local-amenity .editior-data h5{
font-size: 1rem;
}