@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --primary: #ffc800;
  --primary-accent: #ffcb00;
  --primary-btn: #fdb52a;
  --primary-light: #f6e8ff;
  --border-gray: #bebebe;
  --gray-text: #767676;
  --green: #1a7971;
  --skyblue: #0896ff;
  --limegreen: #1ab81a;
  --gray: #f0f3f5;
  --white: #ffffff;
  --half-white: #f6f7f9;
  --danger: #e02020;
  --danger-10: #ffedd1;
  --danger-10: #ff7b00;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-btn);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
  font-family: "Rubik", sans-serif !important;
  

  /* font-family:"Calibri", sans-serif !important; */
}

/* --------------common styles-------------------- */
.cmn_btn_color {
  background-color: var(--primary-btn) !important;
}

.cmn_border_rarious {
  border-radius: 10px !important;
}

/* ------------------------------------------------ */
.top-header {
  background-color: #f0f3f5;
  padding: 8px 0px 0px;
  position: relative;
  display: block;
}

.container {
  max-width: 90% !important;
}

.nav-wrapper {
  text-align: center;
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}

ul.social-header {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.social-header li {
  display: inline-block;
  padding: 0px 3px;
}

ul.call-header {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.call-header li {
  display: inline-block;
}

.pipe-line {
  color: #bababa;
  padding-left: 10px;
  padding-right: 10px;
  height: 22px;
}

.search-pipe-line {
  border: 0.5px solid rgb(0 0 0 / 16%);
  color: #00000054;
  font-size: 0px;
  height: 55px;
  padding: 0;
  margin: 0px 25px;
}

.ul.social-header li img {
  height: 22px;
}

.call-header li img {
  margin-right: 5px;
  height: 22px;
}

.call-header li a {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

.call-header li a:hover {
  color: #333333 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

.navbar-brand {
  padding: 0px;
  margin: 0px;
}

.header-section {
  position: relative;
  width: 100%;
  padding: 8px 0px;
  background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
  filter: drop-shadow(0px 3px 3px rgb(0 0 0 / 10%));
}

.navbar-nav .nav-link {
  color: #000000;
  font-size: 17px;
  padding: 5px 15px !important;
}

.navbar-nav .nav-link.offers {
  color: #f10b0b;
}

.navbar-nav .nav-link.become-partner {
  border: 1px solid #ffcb00;
  border-radius: 50px;
  padding: 5px 20px !important;
}

.navbar-nav .nav-link.login-register {
  margin-left: 15px;
  color: black;
  border-radius: 50px;
  padding: 5px 4px 5px 5px !important;
  font-size: 15px !important;
  cursor: pointer;
}

.hero-banner {
  position: relative;
  padding: 60px 0px;
}

.hero-banner.search-resulat-section {
  padding: 90px 0px 30px;
}

.hero-banner.search-resulat-section #search-suggestions {
  top: 63px;
}

.hero-banner.search-resulat-section .search-box-grid.bg-dark {
  border-radius: 15px;
  padding: 25px 40px;
  justify-content: space-between;
}

.hero-banner.search-resulat-section .search-box-grid.bg-dark .col-inline .form-control {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}

.hero-banner.search-resulat-section .search-box-grid.bg-dark .col-inline .form-control::placeholder {
  font-size: 1.1rem !important;
}

.hero-banner.search-resulat-section .search-box-grid.bg-dark .col-inline .form-label {
  margin-bottom: 0px !important;
}

.search-page-btn {
  margin-left: 50px;
}

.banner-content h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 0px;
}

.banner-content h1 span {
  color: #634770;
}

.banner-content {
  min-height: 50vh;
  display: table;
}

.banner-content .align-middle {
  display: table-cell;
}

.search-box-grid {
  background-color: #f1f1f1 ;
  padding: 10px 50px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 99;
  position: relative;
}

.search-box-grid .form-switch {
  min-width: 145px;
}

.col-inline .form-label {
  color: #919191;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  display: block;
}

.col-inline .form-control {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  font-size: 16px !important;
  font-weight: 500;
  padding: 3px 14px 3px 0px !important;
}

.col-inline .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.col-inline .form-control::placeholder {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.form-switch .form-check-input:checked {
  box-shadow: none !important;
  outline: none !important;
  z-index: 99;
  position: relative;
}

.form-switch .form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-switch {
  padding-left: 0px !important;
}

.form-switch .form-check-input {
  margin-left: 0 !important;
  margin-top: 0px !important;
  font-size: 20px;
  width: 55px;
}

.search-btn {
  box-shadow: inset 0 2px 10px rgb(0 0 0 / 10%);
  padding: 5px 20px;
  border-radius: 7px;
  display: inline-block;
  margin-top: 7px;
  border: 1px solid #81672dd1 !important;
  color: #060606c7 !important;
  font-weight: 600;
}

.hero-banner-box {
  position: relative;
}

.hero-banner-box::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/home/home-vector.png);
  width: 890px;
  height: 260px;
  left: 99px;
  bottom: -25px;
  background-repeat: no-repeat;
}

.search-box-icon {
  margin-top: 20px;
}

.search-box-icon .s-btn {
  outline: none;
  border: 1px solid #ffcb00;
  border-radius: 60px;
  padding: 6px 15px;
  margin-right: 15px;
  position: relative;
  color: #ffcb00;
  font-size: 14px;
}

.search-box-icon .s-btn img {
  height: 15px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.about-section {
  margin-bottom: 100px;
}

.on-off {
  position: relative;
}

.on-off::before {
  position: absolute;
  content: "Off";
  left: 22px;
  top: 1px;
  font-size: 12px;
}

.search-box-grid .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  /* background-image: url(); */
  padding: 3px 6px !important;
}

.about-img-banner {
  background: url(../images/home/about-img-banner.png);
  position: relative;
  display: block;
  background-size: cover;
  width: 100%;
}

.about-content {
  padding: 50px;
}

.about-content img {
  margin-bottom: 20px;
}

.about-content h2 {
  color: #fff;
  margin-bottom: 20px;
}

.about-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.about-content a {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 16px;
  text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}

.nav-tabs {
  border: none !important;
}

.planning-trips-section {
  padding: 100px 0px;
  position: relative;
  display: block;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}

.trip-location-section {
  padding: 20px 0px 100px;
  position: relative;
  display: block;
}

.trip-location-section h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.trip-location-section .owl-nav,
.related-trip-section .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.trip-location-section .owl-carousel .owl-nav button.owl-next img,
.trip-location-section .owl-carousel .owl-nav button.owl-prev img,
.related-trip-section .owl-carousel .owl-nav button.owl-prev img,
.related-trip-section .owl-carousel .owl-nav button.owl-next img {
  height: 32px;
}

.trip-location-section .owl-carousel .owl-nav button.owl-prev,
.related-trip-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}

.related-trip-section {
  padding: 0px 0px 100px;
  position: relative;
  display: block;
}

.related-trip-section h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.footer-section {
  background-color: #f0f3f5;
  color: #000;
  padding: 70px 0px 0px;
  /* border-radius: 60px 60px 0px 0px; */
}

.form-subscribe {
  display: flex;
  position: relative;
}

.form-subscribe .form-control {
  background-color: hsla(0, 0%, 100%, 0.8);
  padding: 8px 20px;
  letter-spacing: 1px;
  border: none;
  border-radius: 60px;
  margin-right: 10px;
}

.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: none !important;
}

.form-subscribe .btn {
  border-radius: 60px;
  font-size: 18px;
}

#packagesearch-suggestions {
  position: absolute;
  top: 72px;
  left: 99px;
  width: 21%;
  background: #f9f9f9;
  margin: 0;
  padding: 5px 0px 0px 10px;
  display: none;
}

#search-suggestions {
  position: absolute;
  border-radius: 8px;
  box-shadow: rgba(26, 26, 26, 0.24) 0px 2px 16px 0px;
  z-index: 2;
  top: 72px;
  left: 0px;
  width: 24%;
  background: #f9f9f9;
  margin: 0;
  padding: 5px 0px 0px 10px;
  display: none;
  /* border-radius: 30px; */
  /* max-height: 27em; */
  /* overflow-y: scroll; */
}

.search-open #search-suggestions {
  display: block !important;
}

.search-open #packagesearch-suggestions {
  display: block !important;
}

#packagesearch-suggestions ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

div#packagesearch-suggestions ul li {
  margin-bottom: 8px;
  padding-bottom: 7px;
  font-size: 14px;
  border-bottom: 1px solid #f9ecec;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#search-suggestions ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

div#search-suggestions ul li {
  /* margin-bottom: 8px; */
  padding-bottom: 7px;
  font-size: 14px;
  border-bottom: 1px solid #f9ecec;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.live-location {
  padding: 0px !important;
  margin: 0px !important;
  background: #d5d5d59e;
  color: black;
}

div#search-suggestions ul.live-location li {
  justify-content: left !important;
  padding-top: 7px;
}

div#search-suggestions ul.live-location li img {
  margin-right: 3px;
  height: 16px;
  padding-left: 2px;
  margin-top: 3px;
}

.search-suggestions-inputs {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cdd0da;
  border-radius: 0px;
  font-size: 14px;
  padding-left: 0px;
  width: 100%;
  display: block;
}

.search-suggestions-inputs:focus {
  outline: none !important;
  box-shadow: none !important;
}

#search-suggestions .form-label {
  display: block;
  font-size: 12px;
}

div#packagesearch-suggestions ul.live-location li {
  justify-content: left !important;
  padding-top: 7px;
}

div#packagesearch-suggestions ul.live-location li img {
  margin-right: 3px;
  height: 16px;
  padding-left: 2px;
  margin-top: 3px;
}

.packagesearch-suggestions-inputs {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cdd0da;
  border-radius: 0px;
  font-size: 14px;
  padding-left: 0px;
  width: 100%;
  display: block;
}

.packagesearch-suggestions-inputs:focus {
  outline: none !important;
  box-shadow: none !important;
}

#packagesearch-suggestions .form-label {
  display: block;
  font-size: 12px;
}

.search-box-grid.bg-dark {
  /* background: linear-gradient(207deg, #818181, #f2a200, #ffcb00); */
  /* background: linear-gradient(207deg, #ffae00, #f2a200, #ffae00); */
  background-color: white !important;
  background: white !important;
  /* border: 1px solid #f2a200; */

  border: 1px solid #b9b9b975;
}

.search-box-grid.bg-dark .search-pipe-line {
  border: 0.5px solid rgb(0 0 0 / 10%);
  color: #00000054;
}

.search-box-grid.bg-dark .col-inline .form-label {
  color: #000000;
}

.search-box-grid.bg-dark .form-control {
  color: #000000;
}

.search-box-grid.bg-dark .form-control::placeholder {
  color: #000000;
}

.search-box-grid.bg-dark .search-btn {
  margin-top: 4px;
  box-shadow: inset 0 2px 10px rgb(0 0 0 / 10%) !important;

  /* background-color: rgb(255, 174, 0) !important; */
  /* color: black !important; */
}

.travel-filter {
  margin-bottom: 20px;
}

.travel-filter img {
  border-radius: 10px;
  width: 100%;
}

.travel-filter {
  position: relative;
}

.travel-filter .overlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.travel-filter .overlay .show-map-btn {
  opacity: 0;
}

.travel-filter:hover .overlay .show-map-btn {
  opacity: 1;
}

.show-map-btn {
  background-color: #ffcb00 !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2.3rem;
  text-align: right;
  pointer-events: none;
  color: #aaa;
  opacity: 0.8;
}

.has-search .form-control {
  border-radius: 60px;
}

.product-filter .accordian .card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  cursor: pointer;
  padding: 0px !important;
  margin-top: 20px;
}

.product-preview-slider .add-favorite {
  position: absolute;
  top: 15px;
  right: 17px;
  cursor: pointer;
  z-index: 9;
}

.product-preview-slider .add-favorite img {
  height: 30px;
}

.product-preview-slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.filter-cards {
  background-color: #fff;
  border-radius: 15px !important;
  padding: 20px 15px;
  position: relative;
  margin-top: 10px;
  /* border: 1px solid #f5e6a9; */
  box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}

.filter-cards:hover {
  cursor: pointer;
}

.add-favorite img.added-fav-btn,
.add-favorite.liked img.add-fav-btn {
  display: none;
}

.add-favorite.liked img.added-fav-btn {
  display: block;
}

.thumbnail-slider {
  margin-top: 15px;
}

.filter-right-col .form-group .form-select {
  border-radius: 50px;
}

.filter-right-col .form-group .form-select:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

.thumbnail-slider .owl-carousel .owl-item img {
  opacity: 0.6;
}

.hotel-badge {
  background-color: #ffae0087;
  border-radius: 5px;
  font-size: 12px;
  color: #000000;
  padding: 1px 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.product-preview-content h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
}

.km-from-center {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.amenities {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.amenities span {
  padding: 0px 3px;
  font-size: 9px;
  position: relative;
}

.price-item .price-with-cab {
  background-color: #f5f5f5;
  padding: 7px 10px;
  border-radius: 10px;
  display: inline-flex;
}

.price-item .price-with-cab .form-switch .form-label {
  text-align: left;
  float: left;
  font-size: 13px;
  display: inline;
  margin-bottom: 2px;
}

.price-item .price-with-cab .form-switch .form-check-input {
  width: 40px;
}

.price-with-cab .form-switch {
  margin-bottom: 0px;
  width: 60px;
}

.price-amount {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  line-height: 40px;
}

.price-item {
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.view-details {
  position: relative;
  line-height: 45px;
  padding-left: 15px;
}

.view-details a {
  color: #444;
  text-decoration: none;
  font-size: 12px;
}

.product-preview-booking {}

.product-preview-booking .review-rating {
  font-size: 13px;
  margin-bottom: 15px;
}

.product-preview-booking .review-rating span {
  background-color: #09ab09;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 13px;
}

.product-preview-booking i::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

.gst {
  font-size: 14px;
}

.booking-amount span.booking-offer-price {
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}

.booking-amount .price-offer {
  color: #09ab09;
  font-size: 12px;
}

.product-preview-booking a {
  background-color: white;
  border: 1px solid var(--primary-btn);
  color: black;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.product-preview-content {
  padding-right: 15px;
}

.price-item.selected .price-with-cab {
  background-color: #eb9b06 !important;
}

.price-item.selected .price-with-cab .form-switch .form-label {
  color: #fff !important;
}

.price-item.selected .price-with-cab .price-amount {
  color: #fff !important;
}

.product-preview-booking .review-rating span .fa-star {
  font-size: 10px;
}

.pickup-points {
  display: none;
}

.price-item.selected .pickup-points {
  display: block !important;
}

.price-item.selected .view-details-btn {
  display: none;
}

.product-filter .accordion-button {
  position: relative;
  padding: 0px !important;
  margin-bottom: 5px;
  font-weight: 500;
}

.product-filter .accordion-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.breadcrumb-search {
  margin-top: 15px;
}

.breadcrumb-search .breadcrumb-item a {
  color: rgba(55, 11, 85, 1);
  font-size: 18px;
  text-decoration: none;
}

.breadcrumb li a img {
  height: 16px;
  margin-top: -5px;
}

.price-field input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.product-grid-list {
  padding-bottom: 10px;
}

.selector {
  position: relative;
}

.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}

.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}

.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}

.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}

.selector li:hover {
  color: #aaa;
}

.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

.selector .price-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}

@media (min-width: 768px) {
  .selector .price-slider {
    padding-top: 0px;
  }
}

.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #ffcb00;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector #slider-range,
.selector #slider-rating {
  width: 90%;
  margin-bottom: 10px;
  border: none;
  background: #ffcb00;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {

  .selector #slider-range,
  .selector #slider-rating {
    width: 100%;
  }
}

.selector .ui-slider-handle {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
  border: 2px solid #ffcb00;
}

@media (min-width: 768px) {
  .selector .ui-slider-handle {
    top: -7px;
    width: 15px;
    height: 16px;
    border-radius: 3px;
  }
}

.selector .ui-slider-range {
  background-color: #ffcb00;
}

.selector .slider-price {
  position: relative;
  display: inline-block;
  line-height: 35px;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 10px;
}

.selector .slider-price:before {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 0;
  color: #ffcb00;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #ffcb00;
  cursor: pointer;
  line-height: 28px;
}

.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #ffcb00;
  width: 10px;
  border-bottom: 1px solid;
}

.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selector.open ul {
  max-height: none;
}

.selector.open .show-all:after {
  display: none;
}

.fa-star:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

.products-btn a {
  border: 1px solid #acacac;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
}

.product-filter .accordion-body {
  padding: 12px 0px;
}

.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.products-btn a.active {
  background-color: #ffcb00;
  color: #000000;
  border: 1px solid #ffcb00;
}

.product-filter .accordion {
  margin-top: 30px;
}

.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='%23212529'%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");
}

.footer-links,
.form-subscribe {
  margin-top: 15px;
}

.footer-links ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.footer-links h4 {
  margin-bottom: 20px;
  font-size: 22px;
}

.footer-links ul li {
  line-height: 36px;
}

.footer-links ul li a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.footer-social {
  margin-top: 15px;
}

.footer-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.faq-search-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  display: block;
}

.faq-search-section .accordion-button::after {
  position: absolute;
  left: 10px;
  background-image: url(../images/plus.svg);
}

.faq-search-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
}

.faq-search-section .accordion-button,
.faq-search-section .accordion-body {
  padding-left: 40px;
}

.faq-search-section .accordion-button {
  font-weight: 500;
  background-color: transparent !important;
}

.faq-search-section .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px !important;
}

.faq-search-section .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq-search-content {
  padding-right: 70px;
}

.faq-search-content h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.faq-search-content p {
  font-size: 20px;
}

.categroy-card {
  padding-right: 10px;
}

.showmore {
  display: none;
}

.readmore-btn .show-less-text {
  display: none;
}

.readmore-btn {
  margin-top: 15px;
  display: inline-flex;
  color: #333 !important;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.readmore-btn img {
  padding-left: 5px;
}

.readmore-btn.active .show-less-text {
  display: block;
}

.readmore-btn.active .show-more-text {
  display: none;
}

.readmore-btn.active img {
  transform: rotate(-180deg);
}

.search-details-section {
  padding: 80px 0px;
  position: relative;
  display: block;
}

.restaurant-title span {
  background-color: #09ab09;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.restaurant-title span i {
  font-size: 12px;
}

.restaurant-details-section .travel-filter {
  margin-bottom: 0px;
}

.restaurant-details-section .travel-filter .overlay .show-map-btn {
  opacity: 1;
}

.search-details-right-grid img,
.search-details-left-img img {
  padding: 5px;
}

.search-details-right-grid img {
  height: 226px;
}

.search-details-left-img img {
  height: 452px;
}

.restaurant-title {
  font-size: 30px;
}

.maps-grids iframe {
  border-radius: 10px;
  overflow: hidden;
}

.Similar-hotels-section {
  position: relative;
  padding-bottom: 80px;
}

.rooms-types {
  margin-top: 30px;
}

.card-booking-grid {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}

.rooms-heading,
.card-booking-grid .product-preview-booking {
  padding: 15px;
}

.rooms-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-booking-grid h4 {
  font-size: 20px;
}

.rooms-heading p {
  font-size: 13px;
}

.rooms-heading p img {
  height: 15px;
  margin-right: 5px;
}

.book-heading-pipeline {
  margin: 0 5px;
  font-size: 13px;
}

.free-cancellation {
  font-size: 12px;
  color: rgba(222, 71, 71, 1);
}

.days-bg {
  background-color: rgba(240, 243, 245, 1);
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 10px;
}

.tabs-contents .tab-ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tabs-contents {
  margin-bottom: 20px;
}

.tabs-contents .tab-ul li a {
  text-decoration: none;
  color: #000;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-contents .tab-ul li {
  margin-right: 15px;
  padding-bottom: 10px;
}

.tabs-contents .tab-ul li a.active {
  position: relative;
}

.tabs-contents .tab-ul li a.active::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  border-bottom: 3px solid rgba(55, 11, 85, 1);
  width: 100%;
  border-radius: 50px;
}

.sub-heading-h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.booking-btn {
  background-color: #ffcb00;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  line-height: 2;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

.room-option .form-control {
  line-height: 2 !important;
}

.room-amenities {
  margin-bottom: 10px;
}

.room-heading {
  font-weight: 500;
  margin-right: 15px;
}

.room-amenities label {
  font-size: 15px;
  margin-right: 10px;
}

.room-images img {
  width: 100%;
}

.room-booking-option h5 {
  font-size: 18px;
}

.rooms-label {
  display: block;
  margin-bottom: 6px;
}

.room-booking-option ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.room-booking-option .col-lg-2 {
  width: 20%;
}

.room-booking-option ul li {
  font-size: 13px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}

.room-booking-option ul li span {
  color: rgba(153, 153, 153, 1);
}

.room-booking-option ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/search-details/check-square.svg);
  font-style: normal;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
}

.room-booking-option ul.highlights li:before {
  background-image: url(../images/search-details/check-round.svg);
}

.price-offers-rooms span .off {
  font-size: 16px;
  color: rgba(179, 189, 65, 1);
}

.rooms-left {
  font-size: 14px;
  color: rgba(179, 189, 65, 1);
}

.pay-now-btn {
  background-color: #ffcb00;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 10px;
  border: none;
}

.amenities-types h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.amenities-types ul {
  list-style-type: none;
  margin: 0;
}

.amenities-types ul li {
  font-size: 13px;
  margin-bottom: 5px;
  list-style-type: circle;
}

.show-all-btn {
  font-weight: 500;
}

.property-rules .col-sm-4 p {
  font-weight: 500;
}

.user-total-reviews .total-reviews {
  background-color: rgba(55, 11, 85, 1);
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 15px;
}

.user-google-reviews {
  display: flex;
}

.reviews-img span {
  background-color: rgba(194, 194, 194, 1);
  padding: 10px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 50px;
}

.reviews-content h5 {
  font-size: 16px;
}

.reviews-content {
  position: relative;
}

.reviews-content h5 span {
  font-size: 14px;
  font-weight: 400;
}

.user-post-reviews {
  background-color: rgba(17, 153, 142, 1);
  padding: 10px;
  border-radius: 5px;
  right: 0;
  position: absolute;
  color: #fff;
  font-weight: 500 !important;
}

.traveller-types {
  font-size: 14px;
  color: rgba(70, 72, 77, 1);
  margin-bottom: 20px;
  display: block;
}

.reviews-content p {
  font-size: 15px;
}

.similar-hotels-grid h4 {
  font-size: 16px;
}

.similar-hotels-grid img {
  width: 100%;
  margin-bottom: 15px;
}

.similar-hotels-grid span {
  font-size: 13px;
  display: block;
}

.similar-hotels-grid h5 {
  font-size: 15px;
}

.favorite-property-content {
  padding-right: 30px;
}

.favorite-property-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.favorite-property-grid {
  position: relative;
}

.favorite-property-grid .favorite-property-caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #fff;
}

.favorite-property-section .col-lg-4 {
  padding: 5px !important;
}

.favorite-property-grid .favorite-property-caption h4 {
  font-weight: 400;
  font-size: 20px;
}

.planning-trips-section h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  border: none !important;
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  padding: 5px 20px;
  margin-bottom: 0px !important;
  margin-right: 15px;
}

.nav-tabs .nav-link.active {
  border: 1px solid rgba(55, 11, 85, 1) !important;
  border-radius: 30px;
}

.nav-tabs .nav-link img {
  height: 12px;
  margin-right: 4px;
}

.planning-trips-section .tab-content .col-lg-2 {
  width: 20%;
  padding: 8px !important;
}

.planning-trips-section .trips-grid {
  position: relative;
}

.planning-trips-section .trips-grid .position-top-item {
  position: absolute;
  top: 20px;
  width: 100%;
}

.planning-trips-section .trips-grid .position-top-item .kms {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
}

.planning-trips-section .trips-grid .position-top-item .add-favorite {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
}

.planning-trips-section .trips-grid .position-top-item .add-favorite img {
  height: 25px;
}

.trips-grid-caption {
  padding-top: 12px;
}

.trips-grid-caption h4 {
  font-size: 20px;
  color: #000;
}

.trips-grid-caption h5 {
  color: rgba(106, 106, 106, 1);
  font-size: 14px;
  font-weight: 400;
}

.planning-trip-tabs-btn a {
  background-color: rgba(137, 123, 187, 1) !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff;
  padding: 8px 30px;
  border-radius: 60px;
  display: inline-block;
  text-decoration: none;
}

.top-trips-caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
}

.top-trips-caption h4 {
  font-size: 20px;
  font-weight: 400;
}

.related-trips-caption h4 {
  font-size: 16px;
}

.related-trips-caption {
  padding-top: 10px;
}

.related-trips-caption span {
  font-size: 13px;
  display: block;
}

.related-trips-caption h5 {
  font-size: 16px;
}

.related-trips-fav-item .add-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.related-trips-fav-item .add-favorite img {
  height: 25px;
}

.related-trips-fav-item .add-favorite img.added-fav-btn,
.related-trips-fav-item .add-favorite.liked img.add-fav-btn {
  display: none;
}

.related-trips-fav-item .add-favorite.liked img.added-fav-btn {
  display: block;
}

.gallery-section {
  padding-bottom: 70px;
  position: relative;
  display: block;
}

.gallery-section h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.gallery-section .owl-carousel .owl-stage-outer .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.gallery-section .owl-carousel .owl-stage-outer .owl-item .item {
  margin: 0 5px !important;
}

.gallery-img {
  position: relative;
  cursor: pointer;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #fff;
  opacity: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 31.57%,
      rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  border-radius: 15px;
}

.gallery-caption h4 {
  font-size: 16px;
  margin-bottom: 0px;
  position: absolute;
  left: 15px;
  bottom: 40px;
}

.gallery-caption p {
  font-size: 13px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin-bottom: 0px;
}

.gallery-img:hover .gallery-caption {
  opacity: 1;
}

.modal-close-btn button {
  border: none !important;
  background-color: transparent;
  position: absolute;
  right: -30px;
  top: -15px;
}

#login_or_register .modal-body {
  padding: 0px;
  background-color: #fff;
  border-radius: 26px;
}

#login_or_register .modal-content {
  background-color: transparent;
  border: none;
}

.login_heading h5 {
  font-size: 18px;
}

.normal_label {
  font-size: 13px;
}

.login_group {
  padding: 10px 40px;
}

.login_group .form-control {
  border-radius: 60px !important;
  font-size: 14px;
}

.remember-me label {
  margin-left: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
}

.forget-password a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.login-btn {
  background-color: var(--primary-btn);
  color: black;
  padding: 8px 30px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 15px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}

.google_spc button {
  border: none;
  background-color: transparent;
}

.register-redirect {
  font-size: 13px;
}

.register-redirect a {
  color: #333;
  text-decoration: none;
}

.google_spc p {
  font-size: 13px;
}

.subtitle {
  text-align: center;
  overflow: hidden;
}

.subtitle span {
  display: inline-block;
  position: relative;
}

.subtitle span:before,
.subtitle span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e5e5e5;
  top: 6px;
  width: 100%;
}

.subtitle span:before {
  right: 100%;
  margin-right: 15px;
}

.subtitle span:after {
  left: 100%;
  margin-left: 15px;
}

/* Checkout page  */

.checkout-section .checkout-guest,
.checkout-section .checkout-property-rules {
  background-color: #fff;
  box-shadow: 0px 1px 15px 0px #00000021;
  border-radius: 20px;
  padding: 12px;
}

.checkout-section .checkout-price,
.checkout-section .checkout-coupon,
.checkout-section .checkout-hotel-card {
  background-color: #fff;
  box-shadow: 0px 1px 15px 0px #00000021;
  border-radius: 20px;
}

.checkout-room-info,
.checkout-hotel-card .border-bottom {
  padding: 20px;
}

.checkout-section .checkout-hotel-card .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  /* background-image: url(); */
}

.checkout-hotel-card .checkin-details {
  background-color: var(--gray);
  border-radius: 15px;
  padding-inline: 15px;
  padding-block: 8px;
  margin-top: 20px;
}

.checkout-room-info .list-unstyled li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 12px;
}

.checkout-room-info .d-flex.align-items-center.gap-2,
.checkout-room-info .list-unstyled li span {
  font-size: 14px;
}

.checkout-room-info .d-flex.align-items-center.gap-2 img {
  width: 16px;
  height: 16px;
}

.checkout-room-info .list-unstyled li:last-child img {
  transform: scale(1.3);
}

.checkout-room-info .list-unstyled li:last-child span {
  color: var(--danger);
}

.checkout-room-info .list-unstyled li:last-child b {
  color: var(--primary-accent);
}

.checkout-section .checkout-guest select,
.checkout-section .checkout-guest input {
  border-radius: 8px;
  outline: none;
  padding: 8px;
  border: 1px var(--border-gray) solid;
}

.checkout-section .checkout-guest .position-relative select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.checkout-section .checkout-guest .position-relative input {
  padding-left: 75px;
}

.checkout-section .checkout-guest button {
  border: none;
  outline: none;
  background-color: #fff;
  text-align: start;
  color: var(--primary-accent);
  font-weight: 500;
  font-size: 16px;
}

.checkout-section .checkout-property-rules p {
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.checkout-section .checkout-property-rules .col-md-9 p {
  color: var(--gray-text);
}

.checkout-section button[type="submit"],
.checkout-section button[data-toggle="modal"] {
  padding: 10px;
  background-color: var(--primary-btn);
  color: black;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.checkout-section .checkout-price .checkout-price-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-section .checkout-coupon .checkout-coupon-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-section .checkout-price .checkout-price-heading button {
  background-color: var(--primary-accent);
  color: black;
  padding: 6px 16px;
  border-radius: 100px;
  outline: none;
  border: none;
}

.checkout-section .checkout-price .checkout-price-heading {
  padding: 20px 20px 20px 0px;
  border-bottom: var(--border-gray) 1px solid;
}

.checkout-section .checkout-price .row p {
  margin: 0px;
}

.checkout-section .checkout-price .row {
  margin-inline: 0px;
  border-bottom: var(--border-gray) 2px dashed;
  padding-block: 14px;
}

.checkout-section .checkout-price .row .col-md-9 p {
  font-size: 15px;
}

.checkout-section .checkout-price .row .col-md-3 p {
  font-size: 15px;
  font-weight: 500;
  padding: 0px 9px;
}

.checkout-section .checkout-price ul li:last-child .row {
  border: none;
  background-color: #fdb72a34;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.checkout-section .checkout-price ul li:nth-last-child(2) .row {
  border: none;
}

.checkout-section .checkout-coupon .checkout-coupon-heading {
  padding-inline: 20px;
  padding-top: 20px;
}

.checkout-section .checkout-coupon .checkout-coupon-heading a {
  text-decoration: none;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

.checkout-section .checkout-coupon .checkout-coupon-card {
  border: var(--border-gray) 2px dashed;
  border-radius: 6px;
  margin-inline: 20px;
  margin-block: 14px;
  padding: 8px;
}

.checkout-section .checkout-coupon-card small {
  font-size: 12px;
}

.checkout-section .checkout-coupon .checkout-coupon-card.active {
  border: var(--primary) 2px dashed !important;
}

.checkout-section .checkout-coupon .checkout-coupon-card.active p,
.checkout-section .checkout-coupon .checkout-coupon-card.active label {
  color: var(--green);
}

.checkout-section .checkout-coupon-hint {
  margin-inline: 20px;
  margin-block: 14px;
  padding-inline: 16px;
  padding-block: 8px;
  border-radius: 4px;
  background-color: var(--danger-10);
}

.checkout-section .checkout-apply-coupon {
  margin-block: 12px;
  margin-inline: 20px;
}

.checkout-section .checkout-apply-coupon input {
  padding: 13px 10px;
  border: 1px solid var(--primary);
  outline: none;
  border-radius: 100px;
  font-size: 17px;
  width: 100%;
}

.checkout-section .checkout-apply-coupon button {
  right: 6px;
  height: 80%;
  top: 5px;
  background-color: var(--primary);
  color: var(--white);
  padding: 0px 27px;
  border-radius: 100px;
}

.checkout-model-text {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}

/* Checkout page end  */

/* Profile page  */
.profile-section .profile-logout,
.profile-section .profile-account-details,
.profile-section .profile-details-info,
.profile-section .profile-status-bar,
.profile-section .profile-card {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 1px 15px 0px #00000021;
}

.profile-section .profile-logout,
.profile-section .profile-account-details,
.profile-section .profile-details-info,
.profile-section .profile-status-bar {
  padding: 20px;
}

.profile-section .profile-header {
  padding: 20px;
}

.profile-header h4 {
  font-weight: 400;
}

.profile-section .profile-items .d-flex {
  margin-inline: 0px;
  border-bottom: var(--border-gray) 2px dashed;
  padding-block: 14px;
}

.profile-section .profile-items ul li:last-child .d-flex {
  border: none;
  padding-bottom: 22px;
}

progress {
  height: 8px;
  border: 1px solid var(--primary-accent);
  border-radius: 25px;
}

progress::-webkit-progress-bar {
  background-color: var(--primary);
}

progress::-webkit-progress-value {
  background-color: var(--primary-accent);
}

.profile-credit-points-btn {
  height: 40px;
}

.profile-section .profile-account-form .row,
.profile-section .profile-details-form .row {
  margin-block: 12px;
}

.profile-section .profile-account-form .row .col-lg-6,
.profile-section .profile-details-form .row .col-lg-6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-section .profile-account-form .row .col-lg-6 input,
.profile-section .profile-account-form .row .col-lg-6 select,
.profile-section .profile-details-form .row .col-lg-6 input,
.profile-section .profile-details-form .row .col-lg-6 select {
  border-radius: 9px;
  outline: none;
  border: 1px solid #ccc;
  color: #323131;
  background-color: #fafafa;
  padding: 10px 15px;
}

.profile-details-form #dob {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/profile/calendar.svg) no-repeat center / contain;
  background-size: 18px;
  background-position: calc(100% - 25px);
  background-color: var(--gray);
}

.profile-account-form label[for="mobileNumber"] small {
  color: var(--limegreen);
}

.profile-account-form label[for="password"] small {
  color: var(--primary-accent);
}

.profile-details-form select {
  /* use style attribute for assigning width for style tag */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/profile/down-arrow.svg) no-repeat center / contain;
  background-size: 12px;
  background-position: calc(100% - 25px);
}

.profile-logout .accordion-button[data-bs-target="#panelsStayOpen-collapseFive"]::after {
  transform: rotate(270deg);
}

/* Profile page end */

/* Booking page  */

.booking-section .booking-nav ul a {
  font-weight: 500;
  cursor: pointer;
  color: var(--gray-text);
}

.booking-section .booking-nav ul a,
.booking-section .booking-nav ul {
  position: relative;
  text-decoration: none !important;
}

.booking-section .booking-nav ul a:hover,
.booking-section .booking-nav ul a.active {
  color: var(--primary);
}

.booking-section .booking-nav ul::after {
  content: "";
  position: absolute;
  width: 86%;
  margin-top: 28px;
  background-color: var(--gray);
  height: 4px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.booking-section .booking-nav ul a.active::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  height: 4px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--primary-btn);
}

.booking-section .booking-upcomming,
.booking-section .booking-card-download,
.booking-section .booking-card {
  padding: 10px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 1px 15px 0px #00000021;
}

.booking-card-download .booking-card-info,
.booking-card .booking-card-info {
  border-right: 1px solid var(--primary-accent);
}

.booking-card .col-lg-9 .col-lg-3 img,
.booking-card-download .col-lg-9 .col-lg-3 img {
  border-radius: 20px;
}

/* Booking page End */

/* Booking History  */

.booking-history-section .booking-cottage-details {
  border: 2px solid var(--primary);
  padding-block: 12px;
}

.booking-history-section .booking-cottage-details~hr {
  margin: 8px 12px !important;
}

.booking-history-section .booking-summary hr {
  margin: 0px 12px !important;
}

.booking-history-section .booking-cottage-details .booking-summary iframe {
  border-top: 2px solid var(--primary) !important;
  border-bottom: 2px solid var(--primary) !important;
}

.booking-history-section .booking-summary small ul {
  column-gap: 22px;
  padding-left: 1rem !important;
}

/* Booking History  End*/

/* Offer section  */

.offer-section {
  padding-bottom: 100px;
  padding-top: 5px;
}

.offer-section .stay-offer-cards .offer-card .col-md-4 img,
.offer-section .car-offer-cards .offer-card .col-md-4 img {
  border-radius: 20px;
}

.offer-section .offer-model-header img {
  border-radius: 15px;
}

.offer-section .stay-offer-cards .offer-card,
.offer-section .car-offer-cards .offer-card {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 1px 15px 0px #00000021;
}

.offer-section .stay-offer-cards .offer-card .col-md-8 p,
.offer-section .car-offer-cards .offer-card .col-md-8 p {
  font-size: 26px !important;
  line-height: 1.3 !important;
}

.offer-model .modal-body .border.border-2 {
  border-radius: 20px;
}

.offer-model .offer-model-header {
  border-bottom: dashed 2px var(--border-gray);
}

.offer-nav #car.active svg path {
  stroke: var(--white);
}

.offer-nav #stay:not(.active) svg path {
  stroke: var(--primary);
}

/* Offer section end  */

/* Become a partner */
.partner-section .how-it-work .col-lg-4 .d-flex.flex-column.gap-2 {
  background-color: var(--half-white);
  border-radius: 10px;
  padding: 20px;
}

.partner-section .join-program .col-lg-4,
.partner-section .how-it-work .col-lg-4 {
  padding: 20px;
}

.partner-section .join-program,
.partner-section .how-it-work {
  margin-block: 100px;
}

/* Become a partner */

/* testimonial */
.testimonial-section h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-card-items {
  background-color: var(--half-white);
  border-radius: 10px;
  padding: 20px;
}

.testimonial-section .testimonial-card {
  padding: 20px;
}

.testimonial-section .testimonial-card-items img+p {
  margin-block: 16px;
}

.testimonial-section {
  padding-bottom: 120px;
}

/* testimonial */

/* favourites section */

.favourites-section {
  padding-bottom: 120px;
}

.favourites-heading {
  margin-block: 35px;
}

.favourites-section .related-trips-fav-item .add-favorite.liked img.added-fav-btn {
  display: block;
}

.favourites-section .related-trips-fav-item .add-favorite.liked img.add-fav-btn {
  display: none;
}

/* favourites section */

/**********************************************        common style component        **********************************************/
.review-rating {
  font-size: 13px;
  margin-bottom: 15px;
}

.review-rating span {
  background-color: #09ab09;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 13px;
  margin-right: 7px;
}

.review-rating span .fa-star {
  font-size: 10px;
}

.gray-text {
  color: var(--gray-text);
}

.border-none {
  border: none !important;
  outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* chrome, Safari, Edge, Opera */
  -moz-appearance: textfield;
  /*Firefox */
}

select {
  /* use style attribute for assigning width for style tag */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://api.iconify.design/akar-icons/chevron-down.svg) no-repeat center / contain;
  background-size: 12px;
  background-position: calc(100% - 6px);
}

input[type="radio"] {
  height: 13px;
  border: 1px solid var(--border-gray);
  display: block;
  accent-color: var(--primary);
  transform: scale(1.8);
}

input[type="radio"]:checked {
  border-color: var(--primary);
}

.btn-bold {
  background-color: var(--primary-btn);
  border: 1px solid var(--primary);
  box-shadow: inset 0 2px 10px rgb(0 0 0 / 10%);
  cursor: pointer;  border: 1px solid #81672dd1 !important;
  color: #060606c7 !important;
  font-weight: 600;
}

.btn-thin {
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
}

.btn-thin-dashed {
  background-color: var(--white);
  border: 2px dashed var(--primary);
  color: var(--primary);
  cursor: pointer;
}

.btn-primary-accent {
  background-color: var(--white);
  border: 1px solid var(--primary-accent);
  cursor: pointer;
}

.btn-primary-light {
  background-color: var(--primary-light);
  border: 1px solid var(--primary-light);
  color: #000;
  cursor: pointer;
}

.btn-cancel {
  background-color: var(--white);
  border: 1px solid var(--border-gray);
  color: var(--border-gray);
  cursor: pointer;
}

.fw-semibold {
  font-weight: 500;
}

.fs-mini {
  font-size: 10.5px;
}

.primary-color {
  color: var(--primary);
}

.primary-accent-color {
  color: var(--primary-accent);
}

.primary-light-color {
  color: var(--primary-light);
}

.skyblue-color {
  color: var(--skyblue);
}

.green-color {
  color: var(--green);
}

.limegreen-color {
  color: var(--limegreen);
}

.danger-color {
  color: var(--danger);
}

.gray-text-color {
  color: var(--gray-text);
}

.black-text-color {
  color: #000;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.text-color-primary {
  color: var(--primary-btn);
}

.text-color-primary-accent {
  color: var(--primary-accent);
}

/**********************************************        overwrite Bootstrap        **********************************************/

.offer-model .modal-header,
.offer-model .modal-footer,
.checkout-model .modal-header,
.checkout-model .modal-footer {
  border: none;
}

.offer-model .modal-header {
  padding: 2rem !important;
}

.offer-model .modal-body {
  padding: 0 2rem;
}

.offer-model .modal-content {
  border-radius: 30px;
  padding-bottom: 2rem;
}

.checkout-model .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 75dvh;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 30px;
  outline: 0;
}

@media (min-width: 576px) {

  .offer-model .modal-dialog,
  .checkout-model .modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
  }
}

hr {
  margin: 8px 12px !important;
}

a:hover {
  color: black;
}

.modal-header .btn-close:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.accordion-item {
  background-color: #ffffff00 !important;
  border: 1px solid rgb(0 0 0 / 0%) !important;
}

.filter-cards-mobile .popover-body{
  padding: 0px !important;
}
.filter-cards-mobile .popover{
  border-radius: 8px !important;
  max-width: 50% !important;
  min-width: 50% !important;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
  transform: translate3d(107.2px, 165px, 0px) !important;
}
.filter-cards-mobile .popover .popover-arrow {
  display: none;
}
