
 :root {
	--white: #fff;
	--light-gray: #F5F5F5;
	--gray: #6F6F6F;
	--gray-dark: #434343;
	--primary: #30B1E5;
	--secondary: #B9B9B9;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #f6c23e;
	--danger: #EA0000;
	--light: #f8f9fc;
	--dark: #212121;
	--form-border-color: #D3D3D3; 
	--bg-light: #fafbff;
	--bg-color:#F8F9FF;
	--table-border: #F5F5F5;
	--light-primary: #98d4ec;
	--border-color: #ECECEC;
	--purple: #9B2B8B;
	--darkblue: #2B449B;
	--bs-font-sans-serif: "Quicksand", sans-serif !important;
}
* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
*,
::after,
::before {
	box-sizing: border-box
}
html {
	font-family: "Quicksand", sans-serif !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Quicksand", sans-serif !important;
  color: var(--gray-dark);
}

h1, h2, h3, h4, h5, h6, p {
  color: var(--dark);
}
h5 {
  line-height: 1.5 !important;
}

a {
  text-decoration: none !important;
}
p {
  font-size: 1.125rem;
  color: var(--gray);
  font-weight: 300;
}
p strong {color: #000 !important; font-weight: 600;}

.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}

.gray {
  color: var(--gray);
}
.white {color: var(--white) !important;}
.primary {
  color: var(--primary) !important;
}
.bg-primary {
  background: var(--primary);
}
input.form-control {
  border: 1px solid #3B3A42;
  background: var(--white);
  height: 50px;
  border-radius: 15px;
}
.form-control:focus {
  background: none;
  color: var(--gray-dark);
  box-shadow: none;
}
.btn-primary {
    background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%);
    border:1px solid #2ea8d9 !important;
}
.btn-primary {
  padding: 15px 45px;
  text-align: center;
  transition: 0.2s;
  background-size: 200% auto;
  color:var(--white) !important;
  border-radius: 10px;
  display: block;
}
.btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
  color: var(--white);
  text-decoration: none;
  transition: 0.2s;
}
.canl-btn{
  padding: 15px 45px;
  text-align: center;
  transition: 0.2s;
  background-size: 200% auto;
  color: #000;
  border-radius: 10px;
  display: block;
  border: 1px solid #D3D3D3;
}
.canl-btn:hover{
    background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%);
    border:1px solid #2ea8d9 !important;
    color: #fff !important;
}
.btn-primary i {transform: rotate(-45deg); transition: 0.5s; margin-left: 5px;}
.btn-primary:hover i {transform: rotate(0deg); transition: 0.5s; margin-left: 5px;}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--primary) !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--dark) !important;
}
.nav-link:hover {
  opacity: 1;
}
a.nav-link.nav-link-ltr {
  position: relative;
}
.nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 5px;
  right: 5px;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: -10px;
}
.nav-link-ltr:hover::before {
  width: 95%;
}
a.nav-link.nav-link-ltr.active {position: relative;}
a.nav-link.nav-link-ltr.active::before {
  position: absolute; 
  bottom: -10px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #ffffff !important;
  left: 0;
  width: 100%;
}
button.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.costum-navbar button.navbar-toggler span {
    font-size: 35px;
    color:  var(--primary);
    padding: 0 !important;
}
.costum-navbar ul.navbar-nav li.nav-item a.nav-link {
    color: var(--dark) !important;
    font-size: 1rem;
    font-weight: 500;
}
.costum-navbar ul.navbar-nav li.nav-item a.btn-primar {
    margin-left: 0 !important;
    padding: 10px !important;
    margin-top: 10px !important;
}
.costum-navbar a.nav-link.nav-link-ltr {
  position: relative;
}
.costum-navbar .nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--primary) !important;
  left: 2px;
  right: 2px;
}
.costum-navbar .nav-link-ltr::before {
  width: 0%;
  bottom: -5px;
}
.costum-navbar .nav-link-ltr:hover::before {
  width: 100%;
}
.costum-navbar a.nav-link.nav-link-ltr.active {position: relative;}
.costum-navbar a.nav-link.nav-link-ltr.active::before {
  position: absolute; 
  bottom: -5px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--primary) !important;
  left: 0;
  width: 100%;
}

button.navbar-toggler span {
    font-size: 35px;
    color: #fff;
    padding: 0 !important;
}
.index-99 {
  z-index: 99;
}
nav.navbar {
  transition: 0.3s;
}
nav.navbar.navbar-fixed-top {
  position: fixed !important;
  left: 0 !important;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  
}
.navbar-light {
  background-color: #e7efff;
}
section.top-bar.features-top-bar nav.navbar.navbar-fixed-top {background: var(--white);}
.costum-navbar {
  background-color: var(--white) !important;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.costum-navbar  img.main-logo {
  width: 185px;
}

img.main-logo {
  width: 250px;
}
ul.navbar-nav li.nav-item a.nav-link {
  min-width: 130px;
  text-align: center;
  padding: 6px 0;
  font-size: 1.2rem;
  color: var(--white) !important;
}
ul.navbar-nav li.nav-item a.btn-primary {
  margin-left: 20px;
}
.app-download img {
  width: 170px;
}
img.main-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 1080px;
  object-fit: contain;
  height: auto;
  top: 0;
  z-index: 99;
}
.top-bar {
  min-height: 100%;
  height: 100vh;
  max-height: 800px;
  background: rgb(229,238,255);
  background: linear-gradient(180deg, rgba(229,238,255,1) 0%, rgba(246,249,255,1) 100%);
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}
.home-banner {
    min-height: 715px;
    width: 100%;
    display: block;
    height: 100%;
}
.home-banner-img {
    background: url(../img/home-banner.webp);
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin: 10px 20px;
    background: var(--white)fff;
    padding: 15px;
    border-radius: 20px;
}
ul.navbar-nav .btn-primary {
    margin-left: 20px;
}
.banner-content h6 {
    color: var(--white);
    font-size: 1.563rem;
}
.banner-content h1 {
    font-size: 5.625rem;
    color: var(--white);
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 20px;
}
.banner-content p {
  color: var(--white);
  width: 70%;
  font-size: 1.2rem;
}
footer {
    background: var(--dark);
    padding: 50px;
}
footer a {
    color: #fff !important;
}
ul.social-links {
    display: flex;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    flex-wrap: wrap;
}
ul.social-links li {
    margin-right: 15px;
}
footer h2 {
    font-size: 70px;
    color: var(--white);
    width: 70%;
}
footer a {
  color: var(--white);
}
footer a:hover {
  color: var(--light-gray);
}
footer p {
  color: var(--white);
  width: 70%;
  font-size: 1.2rem;
}
.footer-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
}
footer .footer-links li {
  margin-left: 20px;
}
nav.costum-navbar, nav.costum-navbar .container-fluid {
    padding: 0;
    box-shadow: none;
    background: transparent;
}
footer .border-top {
  border-color: 2px solid #282828 !important;
}

.navbar>.container-fluid {
  background: #FFFFFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.119),
    inset 0 -1px 0 rgba(255, 255, 255, 0.054),
    inset 0 0 4px 2px rgba(255, 255, 255, 0.064);
  position: relative;
}
.navbar>.container-fluid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}
.navbar.sub-page-nav>.container-fluid {
  box-shadow: none;
  background-color: #ffffff;
  background: #fff;
}
.navbar.sub-page-nav ul.navbar-nav li.nav-item a.nav-link {
  color: var(--dark) !important;
  position: relative;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}
/* .navbar>.container-fluid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
} */


label.cus-label {
    margin-bottom: 0;
    position: absolute;
    top: -15px;
    left: 20px;
    background: var(--white);
    padding: 3px 5px;
    font-size: 15px;
    color: var(--gray);
    font-weight: 500;
}
input.form-control {
    border: 1px solid var(--form-border-color) !important;
    height: 50px !important;
    border-radius: 8px !important;
    font-size: 1rem;
    font-weight: 500;
}
textarea.form-control {
	border: 1px solid var(--form-border-color) !important;                                                                                                  ;
    border-radius: 8px !important;
	font-weight: 500;
}
input.form-control {
    border: 1px solid var(--form-border-color) !important;
    height: 50px !important;                                                                                                   ;
    border-radius: 8px !important;
	font-size: 1rem;
	font-weight: 500;
}
select.form-select {
    border: 1px solid var(--form-border-color) !important;
    height: 50px;
    border-radius: 8px !important;
	font-weight: 500;
}
form sup {
	color: var(--danger);
	font-size: 1rem;
    vertical-align: -webkit-baseline-middle;
}
.input-icon {
    position: absolute;
    right: 20px;
    top: 15px;
	color: var(--gray);
}
.form-control:focus {
	box-shadow: none !important;
}
.dropdown-menu {
    border-radius: 15px !important;
    border: 1px solid #f3f3f3 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    animation: 0.5s slideup;
}
label.cus-label {
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 10px;
    background: var(--white);
    padding: 1px 5px;
    font-size: 15px;
    color: var(--gray);
    font-weight: 500;
    line-height: normal;
}
.btn-secondary {
    color: #6c757d !important;
    background-color: var(--white)fff !important;
    border-color: #cacaca !important;
    height: 50px;
    border-radius: 10px !important;
}
.search-btn {
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0 !important;
  border-radius: 20px !important;
}
.card-body {
  padding: 30px !important;
}
.destinations img {
    height: 55px;
    width: 55px;
    border-radius: 5px;
}
.dropdown.destinations-dropdown ul.dropdown-menu {
    min-width: 700px;
}
.destinations {
  display: flex;
  align-items: center;
}
.destinations p {
  line-height: normal;
  display: block;
  color: var(--dark);
  font-size: 0.875rem;
}
.search-form button.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .input-group .btn {
      min-width: 40px;
    }
    input[type="number"]::-webkit-inner-spin-button {
      display: none;
    }
  .count-input .input-group {
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 5px 10px;
    width: auto;
    max-width: 100px;
    justify-content: center;
}
.count-input .input-group input.form-control {
    width: 50px;
    height: auto !important;
    padding: 0 !important;
    flex: none;
    border: 0 !important;
}
ul.dropdown-menu.dropdown-menu-end.count-input {
    min-width: 30rem;
}
.most-visited-card {
    height: 100%;
    position: relative;

}
.most-visited-card::after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--white)fff;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.31) 60%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.most-visited-card img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.most-visited-card.left-most-visited-card img {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: cover;
    border-radius: 20px;
}
h1.heading {
    font-size: 3rem;
    position: relative;
}
h1.heading::before {
    content: '';
    background: url(../img/before-icon.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 35px;
    top: -30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.content-sec {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.start-rating span.checked {
  color: var(--primary);
}
.start-rating span {
    color: var(--form-border-color);
}
a.btn.btn-outline-secondary {
  border: 1px solid var(--form-border-color);
  font-weight: 500;
}
a.btn.btn-outline-secondary:hover {
  border: 1px solid var(--primary);
  background: var(--white) !important;
  color: var(--primary);
}

.most-visited-card.programs-list {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.most-visited-card.programs-list::after {
  display: none;
}
.most-visited-card.programs-list img {
  height: 100%;
  min-height: 100%;
  max-height: 400px;
}
.most-visited-card.programs-list .content-sec {
  display: flex;
  align-items: end;
  height: 100%;
  left: 0;
  padding: 20px;
  bottom: -70px;
  transition: .4s;
  background: var(--white)fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.62) 83%);
  border-radius: 20px;
}
.most-visited-card.programs-list .content-sec p {
  opacity: 0;
  margin-top: 20px;
}
.most-visited-card.programs-list:hover .content-sec p {
  opacity: 1;
  margin-top: 10px;
}
.most-visited-card.programs-list:hover .content-sec {
  bottom: 0;
  transition: .4s;
}
.vaccation-list h1.heading::before {
  top: -20%;
  right: 17%;
}
.vaccation-list p.sub-para {
  width: 70%;
}
i.fa-solid.fa-star.checked {
    color: var(--primary);
}
.vaccation-sec img {
    border-radius: 20px;
    height: 350px;
    object-fit: cover;
}

.trainners-group {
    margin-right: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.trainners-group-img {
    margin-left: -10px;
    transition: 0.5s ease-out;
}
.trainners-group-img img.thumb-user-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
    border: 2px solid var(--white);
    margin: 5px 0px;
}
.trainners-group:hover .trainners-group-img {
    margin-left: 2px;
    transition: 0.5s ease-out;
}
 ul.wellness-lst li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  color: var(--gray);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
 }
  ul.wellness-lst li::before {
    content: "";
    background-image: url('../img/list-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .wellness-sec {
    background-image: url(../img/wellness-bg.webp);
    padding: 50px 30px;
    background-position: center;
    background-size: cover;
  }
  section.wellness-sec h1.heading {
    font-size: 2.5rem;
  }
  section.wellness-sec h1.heading::before {
    right: auto !important;
    left: 350px;
    top: -20px;
}
 section.wellness-sec p.sub-para {
  width: 80%;
 }
 section.community .content-sec {
    right: 20px;
}
a.view-more {
    width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: rotate(45deg);
    transition: 0.5s ease-out;
}
a.view-more:hover {
  transform: rotate(0deg);
  transition: 0.5s ease-out;
  color: var(--white);
}

/* testimonials */

.carousel-wrapper {
      position: relative;
      padding: 20px 0;
    }

    .carousel-inner-wrapper {
      overflow: hidden;
      padding: 0 12.5%; /* to make half card visible */
    }

    .carousel-track {
      display: flex;
      gap: 1rem;
      transition: transform 0.5s ease;
    }

    .carousel-card {
      flex: 0 0 calc(100% / 3); /* 3 cards total: 0.5 + 1 + 1 + 0.5 = 3 */
      background-color: #282828;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

   .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 24px;
}
    .carousel-arrow.left {
      left: 10px;
    }

    .carousel-arrow.right {
      right: 10px;
    }

    .carousel-dots {
      text-align: center;
      margin-top: 20px;
    }

    .carousel-dots span {
        display: inline-block;
        width: 80px;
        height: 5px;
        margin: 0 5px;
        background: var(--gray-dark);
        border-radius: 30px;
        cursor: pointer;
    }

    .carousel-dots .active {
      background: #000;
    }
    .testimonial-sec {
      background: var(--dark);
      padding: 80px 0 60px 0;
    }
    .user-sec {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .user-sec img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .user-sec h5,  .user-sec small {
      line-height: normal !important;
    }
    .testimonial-sec .content-sec {
      position: relative !important;
      left: auto;
      bottom: auto;
      text-align: start;
      margin-top: 15px;
    }
    .testimonial-sec p {
      font-size: 1rem;
    }
    img.property-img {
        height: 250px;
        border-radius: 20px;
        object-fit: cover;
    }
    .testimonial-sec .content-sec p {
      font-size: 0.875rem;
    }
    p.content {
      font-size: 18px;
      margin-bottom: 20px;
  }
  
    @media (max-width: 768px) {
      .carousel-inner-wrapper {
        padding: 0 5%;
      }

      .carousel-card {
        flex: 0 0 80%;
      }
    }
/* testimonial */

section.search-form.search-result {
    padding-top: 100px;
}
.container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.map {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}
.location-sec .btn-primary {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 250px;
    padding: 13px;
}
.search-section .card {
  border: 1px solid var(--border-color) !important;
  box-shadow: none;
}
.search-section .card-body {
  padding: 20px !important;
}
.filter-section label.form-check-label {
  font-size: 0.938rem !important;
}
 .progress-container {
      position: relative;
      height: 8px;
      background-color: #e9ecef;
      border-radius: 5px;
      cursor: pointer;
    }

    .progress-bar-fill {
      background-color: var(--primary);
      height: 100%;
      width: 0%;
      border-radius: 5px;
    }

    .progress-handle {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      background-color: var(--primary);
      border-radius: 50%;
      cursor: pointer;
    }

    .time-display {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      margin-top: 8px;
    }
    a.btn-outline {
        display: flex;
        align-items: center;
        border: 1px solid var(--gray);
        border-radius: 30px;
        padding: 10px;
        color: var(--gray-dark);
    }
    .properties a.btn-outline.dropdown-toggle::after {
      display: none;
    }
    .prprty-dtl p {
      font-size: 0.938rem;
    }
    .checked-list {
      list-style: none;
      padding-left: 0;
    }
    .checked-list li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
      font-size: 0.938rem;
    }
    .checked-list li::before {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      position: absolute;
      left: 0;
      color: green;
      font-weight: bold;
    }
    .properties-imgs img {
      height: 250px;
      object-fit: cover;
      border-radius: 20px;
    }
    img.trainer-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
.fitness-programms {
  display: -webkit-inline-box;
 width: 100%;
overflow-x: auto;
}
.fitness-programms .card {
    width: 500px;
    margin: 5px 15px 5px 0;

}
.fitness-programms .card-body {
  padding: 15px !important;
}
p.prprt-tag {
    color: var(--primary);
    font-size: 12px;
    background: #E4F7FF;
    padding: 3px 7px;
    border-radius: 4px;
    font-weight: 500;
    margin:2px 5px 2px 0;
}
h3.prprty-amt span {
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 8px;
    color: var(--secondary);
}

::-webkit-scrollbar {
  width: 10px !important;
}
::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: var(--bg-color);
}

::-webkit-scrollbar
{
	height: 5px;
	background-color: var(--bg-color);
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--primary);
}

/* login modal */
.login-modal .modal-banner {
   margin: 25px 0px 25px 25px; 
}
.login-modal .modal-content{
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff0;
}
.login-modal .login-data .btn-close{
  background: none;
  position: absolute;
  right: 13px;
  top: 5px;
  opacity: 100;
}
.login-modal .login-data {
background: var(--white);
  height: 100%;
  border-radius: 24px;
  padding: 30px 25px;
  position: relative;
  height: 100%;
  position: relative;
}
.wp-login{
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.login-modal .modal-banner img{
  border-radius: 24px 0px 0px 24px;  
}
.login-modal .login-data h3 img{
  width: 43px;  
}
.login-modal .login-data h3 {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  gap: 8px;
}
.login-modal .login-data p{
  font-weight: 500;
  font-size: 14px;
}
label.cus-label {
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: 20px;
  background: #fff;
  padding: 3px 5px;
  font-size: 15px;
  color: var(--gray);
  font-weight: 500;
}
input.form-control {
  border: 1px solid var(--form-border-color) !important;
  height: 50px !important;
  border-radius: 8px !important;
  font-size: 1rem;
  font-weight: 500;
}
form sup {
  color: var(--danger);
  font-size: 1rem;
  vertical-align: -webkit-baseline-middle;
}
.input-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--primary);
}
.form-check {
  display: flex !important;
  min-height: auto !important;
  margin-bottom: auto !important;
}
.login-form .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
input[type="checkbox"] {
  position: relative;
  border: 2px solid var(--primary);
  border-radius: 3px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  margin-left: 0px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
}
input[type="checkbox"]::before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.login-form .form-check label {
  font-size: 0.875rem;
}
.gray {
  color: var(--gray) !important;
}
.login-form .form-check label {
  font-size: 0.875rem;
}
.or-sec {
  text-align: center;
  display: flex;
  margin: 25px 0;
  position: relative;
  z-index: 9;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.or-sec::before {
  z-index: 1;
  width: 100%;
  content: '';
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-secondary-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray) !important;
  font-weight: 500;
  border: 1px solid #D3D3D3 !important;
  font-size: 0.938rem !important;
  min-width: 120px;
}
a.btn-secondary-outline img {
  width: 32px;
  height: 32px;
}
.or-sec span {
  background: #fff;
  display: flex;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 99;
  align-items: center;
  justify-content: center;
  color: var(--gray);
}
  ::placeholder {
  color: rgb(191, 191, 191) !important;
  opacity: 1; /* Firefox */
  font-size: 14px;
  }
  ::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(191, 191, 191) !important;
  font-size: 14px;
  }
  .copy-rt-sec {
  text-align: center;
}
.login-data small{
  color: var(--gray);
}
.login-data small a{
  text-decoration: underline !important;
}
/* 27-06-2025----start--r */

.search-section.top-space {
  margin-top: 100px;
}
.btn-primary span{
font-size: 19px;
}
.side-tab li button{
font-size: 18px;
  font-weight: 600;
  color: #292929;
}
.side-tab .tab-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
   background-color: #f0f0f0;
      color: #555;
}

.side-tab .nav-link.active .tab-icon {
  background-color: #e6f6ff !important;
  color: #00aaff !important;
}
.side-tab .nav-link.active{
    color: #00aaff !important;
}
.side-tab .nav-link::before {
  display: none;
}
.side-tab .nav-tabs .nav-link {
  display: flex;
      align-items: center;
      border: none;
      border-radius: 0;
      font-weight: 500;
}
/*--------prf-img------------*/
.prf-img.crte-bsness-top-banner-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.prf-img.crte-bsness-top-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prf-img a.upload-cntrl-sec {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -3px;
  margin: 0;
  padding: 0;
  border-radius: 0 0 50% 50%;
  bottom: 0;
  color: var(--white) !important;
  transition: .5s;
  backdrop-filter: blur(5px);
}
/*--------prf-img------------*/
.prf-list h6{
  font-size: 20px;
  color: #292929;
  margin: 0px;
  font-weight: 600;
}
.prf-list p{
  color: #6E6E6E;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}
.prf-list a{
  color: #00aaff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.prf-list .border-bottom{
  border-bottom: 1px solid #D3D3D3 !important;
}
.side-tab li.nav-item.border-bottom{
border-bottom: 2px solid #dedede !important;
}
.tab-ht{
  min-height: 500px;
}
/* 27-06-2025----end--r */

/* responsive-sec */

@media (min-width: 1600px) {
 .container {max-width: 1600px !important;}
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1599.98px) { 
  h1.heading::before {right: -5px;}
  .vaccation-list h1.heading::before {right: 10px; top: -20px;}
}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
  h1.heading::before {right: 55px;}
  section.lifestyle-sec h1.heading::before {right: 10px; top: -20px;}

 }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
  img.main-logo {width: 200px;}
  ul.navbar-nav li.nav-item a.nav-link {font-size: 1rem; min-width: 110px;}
  footer h2 {width: 70%;}
  footer p {width: 90%;}
  .login-modal .modal-banner img{ height: 530px; object-fit: cover;}
  .wp-login {height: 528px; overflow-y: scroll; overflow-x: hidden; scrollbar-width: none;}
  section.lifestyle-sec h1.heading::before {right: 0;}
  .vaccation-list p.sub-para { width: 100%;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  .banner-content h1 {font-size: 3.8rem; line-height: 60px;}
  .banner-content p {font-size: 1rem; width: 100%;}
  .home-banner-img {height: 600px;}
  .home-banner {min-height: 450px;}
  footer h2 {width: 100%;}
  footer p {width: 100%;}
  ul.social-links {justify-content: center;}
  .vaccation-list p.sub-para {width: 100%;}
  .navbar-collapse ul.navbar-nav li.nav-item a.btn-primary {margin-left: 0 !important; padding: 10px 20px !important; margin-top: 10px !important; }
  button.navbar-toggler span {color: var(--primary);}
  .login-modal .modal-banner {display: none;}
  .login-modal .login-data {padding: 40px 27px;}
  ul.navbar-nav .btn-primary {margin-left: 20px;}
  h1.heading::before {right: 45px; top: -20px;}
  .vaccation-list h1.heading::before {right: 70px;}
  footer h2 { width: 90%; font-size: 60px;}
  .side-tab li.nav-item.border-bottom {border-bottom: 0px solid #dedede !important;}
  .tab-ht {min-height: auto;margin-bottom: 20px;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    h1.heading {font-size: 2.5rem;}
    footer h2 {font-size: 35px;}
    footer p {font-size: 1rem;}
    section.wellness-sec p.sub-para {width: 100%;}
    p.sub-para {font-size: 1rem;}
    .navbar>.container-fluid {margin: 0; border-radius: 0 !important;}
    .most-visited-card img {min-height: 400px;}
    h1.heading::before {right: 5px; top: -20px;}
 }

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  h1.heading {font-size: 2rem !important;}
  h1.heading::before {display: none;}
  .card-body {padding: 15px !important;}
  p.sub-para {font-size: 0.938rem;}
  .wellness-sec {padding: 20px 0;}
  .carousel-dots span {width: 40px;}
  .carousel-dots {margin-top: 0;}
  .testimonial-sec {padding: 40px 0;}
  .carousel-card {padding: 20px;}
  p.content {font-size: 0.938rem;}
  img.property-img {height: 160px;}
  .carousel-arrow {font-size: 18px; width: 40px; height: 40px;}
  .banner-content h1 {font-size: 2.7rem; line-height: 45px; margin-bottom: 10px;}
  .search-form button.dropdown-toggle span {font-size: 0.875rem; align-content: center;}
  input.form-control {font-size: 0.875rem;}
  .search-btn {width: 40px; height: 40px;}
  .fitness-programms .card-body {padding: 10px !important;}
  .fitness-programms .card { width: 370px; margin: 5px 10px 5px 0;}
  img.trainer-img {width: 100px; height: 110px;}
  .fitness-programms .card h5 {font-size: 1.1rem;}
  .fitness-programms .card h6 {font-size: 0.938rem;}
  .fitness-programms-card {flex-wrap: wrap;}
  footer {padding: 20px;}
  ul.social-links {flex-wrap: wrap;}
  ul.social-links li {margin: 5px;}
  footer .footer-links li {margin: 5px;}
  ul.social-links {margin-top: 10px;}
  .home-banner-img {height: 500px;}
  section.search-form {margin-top: -90px;}
  .most-visited-card.left-most-visited-card img { height: 300px; max-height: 100% !important;}
  .most-visited-card img {min-height: 300px;}
 }

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 400px) { 
 
}







