:focus-visible {
  outline-color: black !important; /* Something to get the user's attention */
}
:focus {
  outline-color: black !important; /* Something to get the user's attention */
}
.category-tab .nav-pills {
  /*gap: 10px;*/
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.category-tab .nav-pills .nav-item {
  margin-right: 10px;
  flex:1 1 auto;
}
.category-tab .nav-link {
  display: flex;
  align-items: center;
  /*gap: 10px;*/
  color: var(--black-color);
  border: 2px solid var(--black-color);
  width: 100%;
  transition: 0.4s all ease-in-out;
}

.category-tab .nav-link img {
  filter: brightness(0%);
  height: 20px;
  transition: 0.4s all ease-in-out;
  margin-right: 10px;
}

.category-tab .nav-pills .nav-link.active img,
.category-tab .nav-pills .show > .nav-link img,
.category-tab .nav-link:hover img {
  /*filter: brightness(100%);*/
}

.category-tab .nav-pills .nav-link.active,
.category-tab .nav-pills .show > .nav-link,
.category-tab .nav-link:hover {
  /*border: 2px solid var(--primary-color);*/
  /*background: var(--primary-color-opacity) !important;*/
  /*color: var(--primary-color) !important;*/
  border: 2px solid var(--primary-color);
  background: var(--primary-color) !important;
  color: var(--black-color) !important;
  font-weight: 500;
}

@media (max-width: 550px) {
  .category-tab .nav-link {
    font-size: 12px;
    padding: 4px 8px;
  }
  .category-tab .nav-link-one img,
  .category-tab .nav-link img {
    height: 15px;
  }
}

aside {
  z-index: 99;
}

aside .select2-container {
  z-index: 999;
}

.loader_sidebar {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  display: none !important;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0px;
}
.close-btn {
  font-size: 1.75rem;
  background: transparent;
  border-color: transparent;
  transition: var(--transition);
  cursor: pointer;
  color: var(--black-color);
}
.close-btn:hover {
  color: var(--primary-color);
}

.sidebar {
  position: fixed;
  top: 0;
  /* left: 0; */
  /* width: 100%; */
  height: 100%;
  background: var(--white-color);
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  box-shadow: var(--primary-color);
  transition: var(--transition);
  /* transform: translate(-100%); */
  width: 0;
  right: -400px;
  border-left: 1px solid var(--placeholder-color);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
}
.show-sidebar {
  /* transform: translate(0); */
  right: 0;
}

.filter-content {
  padding: 0px 20px;
}

@media screen and (min-width: 676px) {
  .show-sidebar {
    width: 400px;
  }
}

@media (max-width: 675px) {
  .show-sidebar {
    width: 420px;
  }
}

@media (max-width: 450px) {
  .show-sidebar {
    width: 320px;
  }
  .filter-content {
    padding: 0px 10px;
  }
  .sidebar-header {
    padding: 10px;
  }
}

.find-service-label {
  position: absolute;
  /* width: 20px;
    height: 20px; */
  top: 25%;
  left: 15px;
  font-size: 16px;
}
.find-service-input {
  width: 100%;
  background: #ffffff;
  /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);*/
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -3px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 15px;
  border: 0 !important;
  outline: 0 !important;
  font-size: 16px;
  padding: 15px 10px 15px 40px;
  border: 1px solid #f5f5f5;
}

@media (max-width: 550px) {
  .find-service-input {
    border-radius: 10px;
  }
}

.section_filter {
  display: flex;
  align-items: center;
  justify-content: end;
  /*gap: 40px;*/
  position: absolute;
  right: 12px;
}
.section_filter .position-relative,
.section_filter .sidebar-toggle {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .section_filter {
    justify-content: space-around;
    position: static;
  }
}

.section_filter a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  color: var(--primary-color);
}
.section_filter a img {
  filter: brightness(0%);
}
.dropdown-sort.dropdown-menu.show {
  width: 100% !important;
  padding: 0;
  overflow: hidden;
}
.dropdown-sort li a {
  flex-direction: row;
  justify-content: space-between;
  color: var(--black-color);
  font-size: 14px;
}
.dropdown-sort li a i,
.dropdown-sort li a svg {
  display: none;
}

.dropdown-sort li a.active i,
.dropdown-sort li a.active svg {
  display: block !important;
}
#map {
  width: 100%;
  height: 400px;
}

.gm-style-iw-c button {
  background-color: var(--primary-color) !important;
  top: 0 !important;
  right: 0 !important;
  background: var(--primary-color) !important;
  opacity: 1 !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: 280px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 280px !important;
}

.map_customimg,
.map_customimg img {
  width: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 160px !important;
  overflow: hidden;
}

.gm-style-iw-c button span {
  background-color: var(--white-color) !important;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
  max-height: 280px !important;
  max-width: 280px !important;
}

.map_custominfo {
  padding: 5px 10px 10px;
}
.map_custominfo h5 {
  margin-bottom: 5px;
}
.map_custominfo h5 a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.map_custominfo p {
  margin: 0;
  font-size: 12px;
}

/*start global*/
#global_suggestionList {
  position: absolute;
  z-index: 10;
  background: #f0f0f0;
  max-height: 242px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #cfcfcf;
  display: none;
  box-shadow: -1px 4px 5px 4px #2a2a2a;
  width: 86%;
  margin: 2px auto;
  left: 0;
  right: 0;
  border-radius: 10px;
}
#global_suggestionList a {
  padding: 10px 15px;
  background-color: var(--white-color);
  transition: 0.2s all linear;
  width: 100%;
  text-align: left;
}

#global_suggestionList li.hovered a {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

#global_suggestionList a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.global_find-service-input {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0 !important;
  outline: 0 !important;
  font-size: 16px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #f5f5f5;
}

@media (max-width: 550px) {
  .global_find-service-input {
    padding: 10px 10px 10px 25px;
  }
}

/*end global*/

#suggestionList {
  position: absolute;
  z-index: 10;
  background: #f0f0f0;
  max-height: 242px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #cfcfcf;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  margin: 2px auto;
  left: 0;
  right: 0;
  border-radius: 10px;
}
#suggestionList a {
  padding: 10px 15px;
  background-color: var(--white-color);
  transition: 0.2s all linear;
  width: 100%;
  text-align: left;
}

#suggestionList li.hovered a {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

#suggestionList a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

#suggestionList-side {
  /* position: absolute;
    z-index: 9;
    background: #fff;
    width: max-content;
    margin-left: 30px;
    margin-top: 0;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden; */
  position: absolute;
  z-index: 1000;
  background: #f0f0f0;
  width: 100%;
  margin-top: 0;
  /* min-width: 100%; */
  max-width: 344px;
  max-height: 248px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #cccc;
  border-radius: 5px;
  display: none;
}

#suggestionList-side a {
  padding: 10px 15px;
  background-color: var(--white-color);
  transition: 0.2s all linear;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

#suggestionList-side a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

/* .select2-container{
    z-index: 99999;
} */

.signin-earn-box {
  background: #ffebe7;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  display: none !important;
}

.signin-earn-box-left h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .signin-earn-box-left h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
  }
  .signin-earn-box-left .btn-1 {
    padding: 8px 36px;
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .signin-earn-box {
    padding: 20px 15px;
  }
  .signin-earn-box-left h3 {
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
  }
  .signin-earn-box-left p {
    font-size: 10px;
    margin-right: 0;
    line-height: 1.8;
  }

  .signin-earn-box-left .btn-1 {
    padding: 4px 30px;
    font-size: 12px;
  }
}

.signin-earn-box-right img {
  width: 120px;
  height: 120px;
  min-width: 120px;
}

@media (max-width: 767px) {
  .signin-earn-box-right img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 550px) {
  .category-tab .sub-categories .nav-link {
    font-size: 17px;
    padding: 7px 20px;
  }
}

.view-all-btn {
  font-weight: 600;
  color: var(--primary-color) !important;
  margin: 0;
  padding: 0;
  line-height: normal;
}

@media (max-width: 550px) {
  .section-tab-title {
    font-size: 18px;
  }
  .view-all-btn {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .section-tab-title {
    font-size: 18px;
  }
  .view-all-btn {
    font-size: 14px;
  }
}

/* Listing 1 CSS */

.nav-link-one {
  display: flex;
  align-items: center;
  /*gap: 10px;*/
  color: var(--black-color);
  border: 2px solid var(--black-color);
  width: max-content;
  transition: 0.4s all ease-in-out;
  border-radius: var(--bs-nav-pills-border-radius);
  -webkit-border-radius: var(--bs-nav-pills-border-radius);
  -moz-border-radius: var(--bs-nav-pills-border-radius);
  -ms-border-radius: var(--bs-nav-pills-border-radius);
  -o-border-radius: var(--bs-nav-pills-border-radius);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  background: white;
}
.nav-link-one img {
  margin-right: 10px;
}
.category-tab .nav-link-one:hover {
  border: 2px solid var(--primary-color);
  background: var(--primary-color-opacity) !important;
  color: var(--primary-color) !important;
}
.category-tab .nav-link-one img {
  filter: brightness(0%);
  height: 20px;
  transition: 0.4s all ease-in-out;
}
.listing-1 {
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* max-height: 170px; */
}
.listing-1.home-listing {
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 170px;
}

.listing-1 .listing-info {
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}

.listing-1 .listing-info img {
  height: 220px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .listing-1 .listing-info,
  .listing-1 .listing-info img {
    height: 150px;
  }
}

.listing-1 span.rating {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 13px;
  background: #00000078;
  color: #fff;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  display: none !important;
}

.listing-1 span.pricing {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px 18px;
  background: var(--primary-color);
  border-top-left-radius: 10px;
  color: var(--white-color);
  display: none;
  text-align: center;
}

.listing-1 span.pricing p {
  margin-bottom: 2px;
  font-size: 12px;
}

.listing-1 span.pricing h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.listing-1 .listing-info span.favorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  z-index: 9;
  background: rgba(202, 199, 199, 0.37);
  backdrop-filter: blur(4px);
  /* color: var(--white-color); */
  color: var(--primary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}

.listing-1 .listing-info span.favorite:hover {
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .listing-1 span.pricing p {
    margin-bottom: 2px;
    font-size: 8px;
    margin-top: 3px;
  }

  .listing-1 span.pricing h6 {
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 0;
  }
}

.listing-1 .listing-content.content-pic h5 {
  font-weight: 600;
  line-height: inherit;
  color: white;
  margin: 0 auto;
  /* background: #00000087; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 5px; */
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  padding-top: 20px;
}
.listing-1 .listing-content h5 {
  font-weight: 600;
  line-height: inherit;
  color: #000;
}

.listing-1 .listing-content {
  padding: 10px;
}
.listing-1 .listing-content .location {
  display: flex;
  align-items: flex-start;
  /*gap: 10px;*/
}
.listing-1 .listing-content .location img,
.listing-1 .listing-content .flexible-timing img {
  margin-right: 10px;
}
.listing-1 .listing-content .location img {
  margin-top: 6px;
}
.listing-1 .listing-content .location span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listing-overlaylink {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.adbanner img {
  border-radius: 10px;
  margin-bottom: 20px;
  /*max-height: 400px;*/
  object-fit: cover;
  object-position: center;
}

.listing-1 .listing-content .location img,
.listing-1 .listing-content .flexible-timing img {
  width: 15px !important;
  display: inline !important;
}

@media (max-width: 550px) {
  .listing-1 .listing-content .location img,
  .listing-1 .listing-content .flexible-timing img {
    width: 12px !important;
  }
  .listing-1 .listing-content .location,
  .listing-1 .listing-content .flexible-timing {
    font-size: 12px !important;
  }
  .listing-1 .listing-content h5 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .listing-1 .listing-info,
  .listing-1 .listing-info img {
    height: 120px;
  }
  .adbanner img {
    border-radius: 5px;
  }
}

@media (max-width: 450px) {
  .listing-1 .listing-content {
    padding: 10px 8px;
  }
  .listing-1 .listing-content .location,
  .listing-1 .listing-content .flexible-timing {
    font-size: 11px !important;
  }
}

.nearbyfitness .owl-height,
.outdoorsports .owl-height,
.indoorsports .owl-height {
  padding-bottom: 20px !important;
}

.swiper-container {
  overflow-x: hidden;
}

.tab-pane .swiper-wrapper {
  padding-bottom: 20px;
}

/* Footer CSS */

.swiper-slide {
  height: auto;
}
.footer-links li {
  list-style-type: none;
  margin: 0 10px;
}

/* Professionl Page CSS */

.professional_login_btn {
  position: fixed;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
  z-index: 111;
  /* box-shadow: 0px 2px 17px -1px rgba(0, 0, 0, 0.3); */
  transform: rotate(270deg) scale(1) translate(0px, -80px);
  -webkit-transform: rotate(270deg) scale(1) translate(0px, -80px);
  -moz-transform: rotate(270deg) scale(1) translate(0px, -80px);
  padding: 20px 14px 5px;
  transition: 0.5s all ease-in-out;
  font-size: 14px;
}

.professional_login_btn img {
  filter: brightness(0%) invert(1);
  margin-right: 10px;
}

.professional_login_btn:hover {
  background-color: var(--black-color);
}

.professional-form {
  /* padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px; */
}

@media (max-width: 991px) {
  .professional-form .select2 {
    margin-bottom: 10px;
  }
}
.professional-form .card-header {
  background: var(--primary-color);
  border: 0;
  color: var(--white-color);
  margin: 0 !important;
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  position: relative;
  bottom: 22px;
  left: 15px;
  text-align: center;
  border-radius: 6px;
}
.professional-section .card .card-body {
  padding-top: 0px;
}
.radio-content svg {
  width: 24px !important;
  height: 24px !important;
}
.radio-buttons-1 .radio-label .radio-content:hover {
  background-color: var(--primary-color-opacity);
  border-color: var(--primary-color);
  cursor: pointer;
}
.professional-section .card {
  margin-bottom: 45px;
}
.radio-section {
  display: flex;
  padding-left: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.radio-section li {
  display: flex;
  padding-left: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.gender-radio {
  display: flex;
  padding-left: 0;
  margin: 0;
  align-items: center;
  justify-content: left;
  gap: 25px;
  flex-wrap: wrap;
  min-height: 50px;
}

.gender-radio li {
  display: flex;
  padding-left: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.phonenumber-box {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .phonenumber-box {
    flex-wrap: nowrap;
  }
  .phonenumber-box .select2-container {
    width: 130px !important;
    max-width: 130px !important;
    min-width: 130px !important;
  }

  .phonenumber-box input {
    width: 100% !important;
    /*min-width: 80% !important;*/
    /*max-width: 80% !important;*/
  }
}

.phonenumber-box .position-relative {
  width: 100% !important;
}

.map_location iframe {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  margin-bottom: -7px;
}

/* Listing Details Page */

@media (min-width: 991px) {
  .listingdetailsSection .swiper {
    margin-right: 40px;
  }
}

.listingdetailsSection .gallery-top .swiper-slide img {
  border-radius: 10px !important;
  max-height: 500px;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 600px) {
  .listingdetailsSection .gallery-top .swiper-slide img {
    border-radius: 10px !important;
    max-height: 350px;
    object-fit: cover !important;
    object-position: center !important;
  }
}

.listingdetailsSection .gallery-thumbs .swiper-slide {
  padding: 0;
}
.listingdetailsSection .gallery-thumbs .swiper-slide img {
  border-radius: 10px !important;
  height: 100px;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

@media (max-width: 767px) {
  .listingdetailsSection .gallery-thumbs .swiper-slide img {
    height: 75px;
  }
  body .radio-buttons-1 {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
}

.listingdetailsSection .gallery-thumbs .swiper-slide-thumb-active img {
  border-color: var(--primary-color);
}

.listingContent h2,
.listingContent h1 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 7px;
  font-weight: 700;
}

@media (max-width: 550px) {
  .listingContent h2,
  .listingContent h1 {
    font-size: 34px;
    line-height: 46px;
    margin: 0 0 7px;
    font-weight: 700;
  }
}

.location_timing .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.location_timing .info img {
  width: 24px;
}

.location_timing .info p {
  margin: 0;
  font-size: 14px;
}

.description pre {
  font-size: 16px;
  color: var(--label-color);
  white-space: pre-wrap;
  font-family: var(--body-font);
  height: 100%;
  line-height: normal;
}

.listingContent-dscription h3 {
  font-size: 16px;
  color: var(--label-color);
  white-space: pre-wrap;
  font-family: var(--body-font);
  height: 100%;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 991px) {
  .description pre,
  .listingContent-dscription h3 {
    font-size: 14px;
  }
}

.listingContent-sociallink ul {
  display: flex;
  align-items: center;
  justify-content: left;
  /*gap: 20px;*/
  padding-left: 0;
  margin: 0;
}

.listingContent-sociallink ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color) !important;
  margin-right: 15px;
}

.fb-color {
  background: #4267b2;
}

.insta-color {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

.twitter-color {
  background: #1da1f2;
}

.linkedin-color {
  background: #0073b1;
}

.website-color {
  background: #252525;
}

.listing-buttons {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
}

.listing-buttons.border-start {
  padding-left: 15px !important;
  margin-left: -10px !important;
}
/* About Us page CSS */

@media (min-width: 991px) {
  .about_img {
    padding-right: 30px;
  }
}

/* Contact Pages CSS */

.contact-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 6px 10px 0 rgb(238 238 238 / 44%); */
  /* margin-bottom: 30px; */
  border: 1px solid #eee;
  transition: 0.3s all linear;
  position: relative;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 17px 20px 20px 20px rgb(238 238 238 / 44%);
}

.contact-box h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  /* opacity: 0.8; */
  color: var(--primary-color);
  text-align: right;
}

.overlay-link-contact {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/* All catgories Page CSS */

.small_description_category {
  font-size: 13px;
  margin-bottom: 0;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  color: var(--label-color);
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* CMS Pages CSS */

.cmspage-content ul {
  counter-reset: section;
  list-style-type: none;
  color: var(--black-color);
  padding-left: 15px;
}

.cmspage-content ul {
  padding-left: 15px;
  margin-top: 10px;
}
.cmspage-content ul li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  color: var(--black-color);
  line-height: 1.5;
}

.cmspage-content a {
  color: var(--primary-color);
}

.tab-content .sub-categories {
  /*margin-top: -85px;*/
}
@media (max-width: 991px) {
  .tab-content .sub-categories {
    margin-top: 0px;
  }
}
.login-reg-section .professional-form .img-area img {
  max-width: 100%;
}
.cate-boxes {
  border: 2px solid var(--black-color);
}
.cate-boxes .listing-content {
  text-align: center;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cate-boxes:hover {
  border: 2px solid var(--primary-color);
  background: var(--primary-color-opacity) !important;
  color: var(--primary-color) !important;
}
.cate-boxes:hover .listing-content h5 {
  color: var(--primary-color) !important;
}

/* Login Page CSS */

.auth-cover-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.auth-cover-wrapper img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.signin-wrapper {
  background: var(--background-color);
  padding: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.signin-wrapper .gender-radio {
  min-height: auto;
}
.signin-wrapper .btn-1 {
  height: 54px !important;
}

@media (max-width: 1300px) {
  .signup_wrapper {
    padding: 20px 25px !important;
  }
}

@media (max-width: 991px) {
  .signup_wrapper {
    padding: 60px !important;
  }
  .phonenumber-box {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .signin-wrapper,
  .signup_wrapper {
    padding: 30px !important;
  }
}

@media (max-width: 550px) {
  .signin-wrapper,
  .signup_wrapper {
    padding: 20px !important;
  }
}

.otp-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0px;
}

.otp-inputs input {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1.5px solid var(--white-color-1) !important;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  color: var(--black-color);
  font-size: 16px;
  background-color: var(--white-color) !important;
  background: var(--white-color) !important;
}

.otp-inputs input:focus {
  outline: 0;
  border-color: var(--primary-color);
}

.verify_otp_btn {
  position: absolute;
  width: max-content;
  right: 10px;
  top: 10px;
  font-size: 13px;
}

/* Subscription Butons */

.choose-subscription a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid var(--white-color-1);
}

.choose-subscription a h6 {
  font-size: 15px;
  margin-bottom: 3px;
}

.choose-subscription a h5 {
  font-size: 18px;
  font-weight: 600;
}

.choose-subscription a .right-arrow {
  width: 30px;
  height: 30px;
  background: var(--primary-color-opacity-2);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}

#subscriptionmodal p {
  font-size: 14px;
  color: var(--label-color);
  margin: 0;
}

#subscriptionmodal .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

/* Book Now Page CSS */

/* .participant_box {
  margin: 20px 15px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
} */
 .p-st{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 }
.participant_box .listing-1{
  margin: 0 0 20px 0;
  /* -webkit-box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 1px rgba(227, 227, 227, 0.3); */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.participant_box .listing-1 .listing-content h5 {
  font-size: 16px;
}

.address_box {
  position: relative;
  overflow: hidden;
}

.address_box label {
  width: 100%;
}

/* .show_multipletimings{
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 350px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--white-color);
} */

.address_box .radio-buttons-1 .radio-label .radio-content::after {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #d7d7d7;
}
.address_box .radio-buttons-1 .radio-label .radio-content {
  border: 1px solid #fff !important;
  background: var(--white-color) !important;
  padding-left: 30px !important;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.address_box .radio-buttons-1 {
  margin: 0px !important;
  flex-direction: column;
  padding: 10px 5px;
}

.address_box .radio-details h4 {
  font-size: 18px;
}

.address_box .radio-details p {
  font-size: 14px;
}

.address_box .radio-buttons-1 .radio-label .radio-content::after {
  right: 10px;
  left: auto;
}

@media (max-width: 767px) {
  .address_box label {
    width: 100%;
  }
  .address_box .radio-buttons-1 .radio-label .radio-content {
    padding-left: 15px !important;
  }
  body .address_box .radio-buttons-1 {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.padding-box {
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  padding: 10px 20px;
  border-radius: 10px;
}

.promocode_form {
  position: relative;
}

.promocode_form button {
  height: 48px;
    padding: 0;
    width: 100px;
    position: absolute;
    right: 1.5px;
    bottom: 1px;
    top: 2px;
}

.payment-box label {
  width: 100%;
}

.payment-box .radio-buttons-1 {
  margin: 0px !important;
  flex-direction: column;
  padding: 10px 5px;
}

.payment-box .radio-buttons-1 .radio-label .radio-content {
  border: 1px solid #fff !important;
  background: var(--white-color) !important;
  padding-left: 40px !important;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  margin-bottom: 10px;
  padding-right: 10px !important;
}

.payment-box .radio-buttons-1 .radio-label .radio-content::after {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #d7d7d7;
  top: 25px !important;
}

.payment-box .radio-details {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.payment-box .pay_info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.payment-box .pay_info h6 {
  margin: 0;
}
.payment-box .wallet_balance h6 {
  margin-bottom: 0px;
}
.payment-box .wallet_balance h6 span {
  display: contents !important;
  font-size: inherit !important;
  line-height: normal !important;
}

.payment-box .wallet_balance p {
  font-size: 12px;
  color: var(--label-color);
}

@media (max-width: 767px) {
  .payment-box label {
    width: 100%;
  }
  body .payment-box .radio-buttons-1 {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .promocode_form button {
    width: 70px;
    font-size: 14px;
  }
}

/* Booking Details CSS */

.booking_status {
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  padding: 15px;
  border-radius: 10px;
}

.booking-tag {
  width: 120px;
  height: 30px;
  font-size: 14px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  margin-top: -30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bg-pending {
  background-color: #fab900;
}

.bg-accepted,
.bg-ongoing {
  background-color: #4285f4;
}

.bg-completed,
.bg-accept {
  background-color: #089c28;
}

.bg-reject,
.bg-danger {
  background-color: #d70000 !important;
  background: #d70000 !important;
}

.booking_action_btn {
  font-size: 14px;
  height: 30px;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  color: var(--white-color);
  margin-left: auto;
}

.booking_status .booking_detail_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}

.booking_status .form-label {
  font-size: 9px;
  line-height: 1.5;
}
.booking_status h6 {
  font-size: 12px;
  line-height: 1.5;
}

.selected-service-booking {
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.selected-service-booking img {
  height: 300px;
}

.selected-services-booking-info .location,
.selected-services-booking-info .flexible-timing {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.participant_details {
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.payment_details_booking {
  -webkit-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  -moz-box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  box-shadow: 0px 0px 4px 5px rgba(227, 227, 227, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

@media (max-width: 650px) {
  .participant_details,
  .payment_details_booking {
    padding: 20px 15px;
  }
}

@media (max-width: 650px) {
  .booking_status_professional h6 {
    font-size: 14px;
  }

  .booking_status_professional .col-4 {
    padding: 0 5px;
  }
  .booking_action_btn {
    width: 90px;
  }
}

.subscription-box {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid var(--primary-color-opacity);
  overflow: hidden;
}

.subscription-box .text-muted {
  width: 100px;
  display: inline-flex;
}
.subscription-box h4 {
  font-size: 17px;
  margin-bottom: 3px;
}

.subscription-box h6 {
  font-size: 15px;
  margin-bottom: 3px;
}

.subscription-box h5 {
  font-size: 18px;
  font-weight: 600;
}

.action-btns-subscription {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
}

.action-btns-subscription a {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 50rem;
}

.add_subscription_box .card-header {
  background: var(--primary-color);
  border: 0;
  color: var(--white-color);
  margin: 0 !important;
  font-size: 18px;
  width: 100%;
  max-width: 200px;
  position: relative;
  bottom: 22px;
  left: 15px;
  text-align: center;
  border-radius: 6px;
}

.subscription-box table td {
  font-size: 14px;
}

.subscription-box table .scroll {
  height: 90px;
  overflow: hidden;
}
.subscription-box table .scroll:hover {
  overflow-y: auto;
}

.booking_accordion .accordion-item {
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.booking_accordion .accordion-button {
  width: 100% !important;
  padding: 10px !important;
}

.booking_accordion .booking_status {
  width: 100%;
  box-shadow: none;
  padding: 0 !important;
}
.booking_accordion .accordion-button::after {
  display: none !important;
}

.selected_service_booking .listing-1 .listing-content h5.primary-color {
  font-size: 14px;
}
.selected_service_booking .listing-1 .listing-content h5 {
  font-size: 20px;
}
.selected_service_booking .listing-1 .location {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.selected_service_booking .listing-1 .listing-info {
  width: 250px;
  height: auto;
}
.selected_service_booking .listing-1 {
  display: flex;
  align-items: center;
}
.selected_service_booking .listing-1 .listing-content {
  padding: 0 10px;
}

.participant_details table td {
  font-size: 14px;
}

.participant_box .listing-1 .listing-info {
  width: 150px;
  min-width: 150px;
  /* height: 150px; */
}
@media (min-width: 768px) {
  .participant_box .listing-1 .listing-content .location {
    margin-right: 50px;
  }
}
.participant_box .listing-1 {
  display: flex;
  align-items: center;
  position: relative;
}
.participant_box .listing-1 .listing-content {
  padding: 10px;
}

.selected_service_del {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #d70000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  color: #fff !important;
}

@media (max-width: 767px) {
  .participant_box .listing-1 {
    flex-direction: column;
  }

  .participant_box .listing-1 .listing-info,
  .participant_box .listing-1 .listing-info img {
    width: 100%;
    height: auto !important;
  }
  .participant_box .listing-1 .listing-content {
    padding: 10px 15px !important;
    width: 100%;
  }
  .selected_service_del {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 400px) {
  .selected_service_del {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}

.details_accordion .accordion-item .accordion-body {
  padding: 10px;
}
.details_accordion .accordion-item .accordion-body ul {
  padding-left: 20px;
}
.details_accordion .accordion-item .accordion-body ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.details_accordion .accordion-item .accordion-body ul li::marker {
  color: var(--label-color);
}
.details_accordion .accordion-item h2 {
  line-height: normal !important;
}

.details_accordion .accordion-item h2 button {
  color: var(--black-color) !important;
  font-weight: 500;
}

.btn_subscription_close {
  position: absolute;
  right: 0;
  top: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  /*background: var(--black-color);*/
  border: 0;
  line-height: normal;
}

#location-items td .btn-sm {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.custom_pill_section .tab-pane {
  padding: 0 10px !important;
}
.custom_pill_section {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.custom_nav-pills {
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  padding: 0 !important;
  background-image: linear-gradient(147deg, #edf1f4 25%, #edf1f4 74%);
}
.custom_nav-pills .nav-link {
  background: transparent;
  font-size: 16px;
  border: 0 !important;
  color: var(--black-color);
  border-radius: 0 !important;
  border-right: 1px solid #cecece !important;
}

.custom_nav-pills .nav-link.active,
.custom_nav-pills .nav-link:hover {
  color: var(--white-color) !important;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.facilities_item {
  padding-left: 20px;
  /* display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px; */
}
.facilities_item i,
.facilities_item svg {
  font-size: 14px;
  color: var(--label-color);
  margin-top: 7px;
  margin-right: 7px;
}
/* .facilities_item svg, .facilities_item i{
    font-size: 6px;
  } */

.facilities_item li {
  /* list-style-type: disc; */
  display: flex;
  align-items: flex-start;
}

.select-time {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 10px;
}

.select-time .badge {
  width: 31.5%;
  padding: 12px 10px;
  text-align: center;
  color: var(--label-color);
  background: var(--primary-color-opacity-1);
  font-size: 10px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.2s all ease;
}

@media (max-width: 410px) {
  .select-time .badge {
    width: 31%;
  }
}

.select-time .badge:disabled {
  cursor: not-allowed;
  background: #e0e0e0;
}

.select-time .badge.active {
  background: var(--primary-color) !important;
  color: var(--white-color);
}

#swiper1 .swiper-button-prev,
#swiper1 .swiper-button-next {
  opacity: 1;
  transition: 0.5s ease-in-out;
  color: var(--primary-color);
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--primary-color);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(none) !important;
  -webkit-transform: translate(none) !important;
  -moz-transform: translate(none) !important;
  -ms-transform: translate(none) !important;
  -o-transform: translate(none) !important;
  background: var(--primary-color-opacity);
}

#swiper1 .swiper-button-prev:after {
  display: none;
}
#swiper1 .swiper-button-next::after {
  display: none;
}
#swiper1 .swiper-button-prev {
  left: -25px;
}
#swiper1 .swiper-button-next {
  right: -25px;
}
#swiper1 .swiper-button-prev svg {
  fill: var(--primary-color);
  height: 25px !important;
  width: 25px !important;
}
#swiper1 .swiper-button-next svg {
  fill: var(--primary-color);
  height: 25px;
  width: 25px;
}
.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.custom-dropdown .dropdown-menu:before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);transform: ;msFilter:;'%3E%3Cpath d='m16.192 6.344-4.243 4.242-4.242-4.242-1.414 1.414L10.535 12l-4.242 4.242 1.414 1.414 4.242-4.242 4.243 4.242 1.414-1.414L13.364 12l4.242-4.242z'%3E%3C/path%3E%3C/svg%3E");
  left: auto;
  right: -20px;
  top: -20px;
  background-color: var(--primary-color);
  /* color: var(--primary-color); */
  padding: 8.5px;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.custom-dropdown a.dropdown-toggle svg,
.custom-dropdown-icon a.dropdown-toggle svg {
  font-size: 30px;
  color: var(--primary-color);
}
.custom-dropdown .dropdown-item,
.custom-dropdown-icon .dropdown-item {
  font-size: 12px;
  color: #3b3f5c;
  display: block;
  font-weight: 600;
}
.custom-dropdown .dropdown-toggle::after {
  display: none;
}
.custom-dropdown .dropdown-toggle {
  background: var(--primary-color-opacity-1);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.image-uploader {
  padding: 0;
  min-height: auto !important;
  border: 0 !important;
}

.image-uploader .uploaded {
  padding: 0 !important;
  line-height: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.image-uploader .uploaded .uploaded-image {
  padding: 0 !important;
}
.image-uploader .uploaded .uploaded-image {
  margin: 0 !important;
  width: 100px !important;
  height: 100px !important;
}
.earning-table th {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.earning-table td {
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.page-item {
  flex: 0 0 auto;
  flex-shrink: 0;
  min-width: 50px;
}
.bs-pg {
  display: flex;
  padding: 15px 0;
  justify-content: flex-end;
}
.bs-pg .pagination {
  max-width: 300px;
  flex: 1;
  justify-content: flex-end;
}
.bs-pg .active > .page-link,
.page-link.active {
  color: #fff !important;
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  border: 0;
}
.bs-pg .page-link {
  color: #333 !important;
}

.image-uploader .uploaded .uploaded-image .delete-image {
  display: block !important;
}

#swiper1 .swiper-button-prev,
#swiper1 .swiper-button-next {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#swiper1:hover .swiper-button-prev,
#swiper1:hover .swiper-button-next {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#loading-spinner .spinner {
  width: 40px;
  height: 40px;
}

/* common */
.loading {
  font-size: 20px;
  text-align: center;
}
.loading span {
  display: inline-block;
  margin: 0 -0.05em;
}

/* code #8 */
.loading08 span {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  animation: loading08-parent 5s infinite;
}
.loading08 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fff;
  opacity: 0;
  animation: loading08-child 5s infinite;
}
.loading08 span:nth-child(2)::after {
  animation-delay: 0.2s;
}
.loading08 span:nth-child(3)::after {
  animation-delay: 0.4s;
}
.loading08 span:nth-child(4)::after {
  animation-delay: 0.6s;
}
.loading08 span:nth-child(5)::after {
  animation-delay: 0.8s;
}
.loading08 span:nth-child(6)::after {
  animation-delay: 1s;
}
.loading08 span:nth-child(7)::after {
  animation-delay: 1.2s;
}

@keyframes loading08-parent {
  0%,
  35%,
  100% {
    color: rgba(0, 0, 0, 0.4);
  }
  60%,
  80% {
    color: #fff;
  }
}
@keyframes loading08-child {
  0% {
    opacity: 1;
  }
  25%,
  100% {
    opacity: 0;
  }
}

.package-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid var(--white-color-1);
  transition: 0.3s all ease-in-out;
}

.package-box h6 {
  font-size: 15px;
  margin-bottom: 3px;
}

.package-box h5 {
  font-size: 18px;
  font-weight: 600;
}
.package-box .right-arrow {
  width: 30px;
  height: 30px;
  background: var(--primary-color-opacity-2);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.package-box:hover .right-arrow {
  background: var(--primary-color);
  color: var(--white-color);
}

.package-box a.package-overlay-link {
  background: none !important;
  border: 0 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  content: "" !important;
  z-index: 2 !important;
  cursor: pointer !important;
}

.choose-subscription-qr {
  border: 1px solid #e2e8f0;
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 10px;
  padding: 20px 8px 0;
}

.event-box-1 {
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-box-1 .event-img {
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}

.event-box-1 .event-img img {
  height: 220px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .event-box-1 .event-img,
  .event-box-1 .event-img img {
    height: 150px;
  }
}

.event-box-1 .event-info {
  padding: 10px;
}

.event-box-1 .event-info h5 {
  font-weight: 600;
  line-height: inherit;
  color: #000;
}

.event-box-1 .event-info .location,
.event-box-1 .event-info .flexible-timing {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.event-box-1 .event-info .location img,
.event-box-1 .event-info .flexible-timing img {
  margin-top: 6px;
}
.event-box-1 .event-info .location span,
.event-box-1 .event-info .flexible-timing span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
}

.events-overlay-link {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.event-box-1 .book_event_btn {
  margin: 0;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
}

.event-details .description ul {
  padding-left: 2rem;
}

.event-details .description h2,
.event-details .description h3,
.event-details .description h4 {
  margin-bottom: 20px;
}

.event-details .description h4,
.event-details .description h6,
.event-details .description p {
  margin-bottom: 15px;
}

.event-details .description ul li {
  margin: 5px 0;
  list-style-type: disc;
}

.event-details .description a {
  color: var(--primary-color);
  font-weight: 600;
}

.event-host-box {
  padding: 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.event-host-box img {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
  object-position: center;
}

.event-host-box h6 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
}

.event-timing-box {
  padding: 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
}

.event-timing-box img {
  height: 18px;
  margin-top: 5px;
}

.event-timing-box h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.event-tickets-box {
  padding: 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
}

.event-tickets-box img {
  height: 18px;
  margin-top: 5px;
}

.event-tickets-box h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.event-location-box {
  background: var(--white-color);
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.event-location-box span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.event-location-box a {
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer !important;
  color: var(--primary-color);
  font-weight: 600;
}

.event-location-box img {
  height: 18px;
  margin-top: 5px;
}

.event-location-box h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.event-location-box iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -7px;
}

.quantity {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  width: fit-content;
}

.quantity button {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
}

.quantity input {
  width: 80px !important;
  min-width: 80px !important;
  border-radius: 0 !important;
  text-align: center !important;
}

.event-book-form-box {
  padding: 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 5px;
}
.fc .fc-daygrid-event {
  margin: 0 5px !important;
}
.fc-h-event .fc-event-title {
  width: 100% !important;
  white-space: break-spaces !important;
  font-size: 12px !important;
}
.selecteddt {
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  opacity: 1 !important;
}

.event-connect-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0 !important;
  flex-wrap: wrap;
}

.event-connect-links li {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.event-connect-links li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color) !important;
}

.event-connect-links li a.facebook {
  background: #1877f2 !important;
  background-color: #1877f2 !important;
}

.event-connect-links li a.telegram {
  background: #0088cc !important;
  background-color: #0088cc !important;
}

.event-connect-links li a.website {
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.event-connect-links li a.twitter {
  background: #00acee !important;
  background-color: #00acee !important;
}

.event-connect-links li a.linkedin {
  background: #0077b5 !important;
  background-color: #0077b5 !important;
}

.event-connect-links li a.instagram {
  background: #d62976 !important;
  background-color: #d62976 !important;
}
.sidebar .filter-content .btn-1 {
  background: #181818;
  border-color: #181818;
}
.sidebar .filter-content .btn-1:hover {
  background: var(--primary-color) important;
  border-color: var(--primary-color) !important;
}

@media (max-width: 550px) {
  .category-tab .nav-link-one img {
    height: 15px;
  }
  .category-tab .sub-categories .nav-link-one {
    padding: 7px 20px;
  }
  #suggestionList {
    width: 100%;
  }
  .section_filter a {
    font-size: 12px;
  }
}
.password_container {
  position: relative;
}
.password_container span.input-group-text {
  border: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  background: #f0f0f0 !important;
  width: 46px;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
  height: 47px;
}
.package_wraper {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.package_wraper .upper_container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 15px;
}
.package_wraper .upper_container .left_ct {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.package_wraper .upper_container .age_indicator {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 15px;
    margin: 0;
    border: 5px solid #5ee5d1;
    border-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.package_wraper .upper_container .age_indicator .indicator {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
}
.package_wraper .upper_container .age_indicator .ds {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.package_wraper .upper_container .age_indicator .age {
    font-size: 15px;
    font-weight: 600;
    color: var(--label-color);
}
.package_wraper .upper_container .age_indicator .gender {
    font-size: 15px;
    font-weight: 600;
    color: var(--label-color);
}
.package_wraper .upper_container .package_info {
    flex: 1;
    padding:  0;
}
.package_wraper .upper_container .quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.package_wraper .upper_container .quantity-container .quantity-button {
    background-color: #f0f0f0;
    border: none;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.package_wraper .upper_container .quantity-container .quantity-input {
    width: 50px;
    text-align: center;
    height: 50px;
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 10px;
}
.package_wraper .upper_container .right-arrow {
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    color: var(--primary-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    cursor: pointer;

}
.package_wraper .lower_container {
}
.package_wraper .lower_container button {
    width: 100%;
    padding: 10px;
    color: var(--primary-color);
}
.package_info svg{
    width: 18px;
    height: auto;
}
.package_info p{
font-size: 15px;
margin: 0 0 5px;
}
.package_info h6{
    font-size: 18px;
    margin: 0 ;
}
@media screen and (max-width:600px) {
    .package_wraper .upper_container {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
        justify-content: space-between;
        padding-right: 30px;
        position: relative;
        flex-direction: column;
    }
    .package_wraper .upper_container .left_ct{
        width: 100%;
    }
    .package_wraper .upper_container .age_indicator {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        padding: 10px;
        margin: 0;
        border: 5px solid #5ee5d1;
        border-radius: 10px;
        border-top: 0;
        border-bottom: 0;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .package_wraper .upper_container .age_indicator .indicator{
        font-size: 35px;
    }
    .package_wraper .upper_container .age_indicator .age{
        font-size: 15px;
    }
    .package_wraper .upper_container .package_info {
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }
    .package_wraper .upper_container .quantity-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .package_wraper .upper_container .right-arrow {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 10px 0px 0;
        font-size: 18px;
        color: var(--primary-color);
        box-shadow: 0 0 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #f0f0f0;
        border: 0;
    }
}

.ribbon{
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.ribbon{
    --f: .5em;
    position: absolute;
    top: 0;
    left: 0;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51% / var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)* 100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: var(--primary-color);
    z-index: 99;
    width: 150px;
    text-align: center;

}

