@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root {
  --blue: #17264E;
  --white: #ffffff;
  --green: #8FCF41;
  --light-grey: #f6f6f6;
  --dark-hover-grey: #E6E6E6;
  --light-black: #49454F;
  --sky-color: #E4F1FD;
  --black: #000000;
  --dark-sky-hover: #B8DAFA;
  --primary-green: #1a6839;
}
html{
  font-size: 16px;
}
/* pipeline test */
body{
  margin: 0px;
  padding: 0px;
  font-family: "Quicksand", serif;
  background-color: var(--light-grey);
}
a{
  text-decoration: none !important;
}
p{
  margin-bottom: 0px !important;
}
/*Header Section Css Start*/
.bg-image-wrapper{
  background-image: url(../images/hero_christmas.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 827px;
  background-position: center;
}
.bg-image-wrapper::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a683980;
  height: 827px;
}
.header {
    background-color: var(--primary-green);
    padding: 17px 0px;
    z-index: 1024;
    position: relative;
}
header{
  position: sticky;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transition: 0.5s all ease-in-out;
}
header.sticky{
  background-color: var(--primary-green);
  transition: 0.5s all ease-in-out;
  position: fixed;
  width: 100%;
}
.header .meetly_Logo{
  width: 250px;
  height: 60px;
  object-fit: contain;
}
.hdr_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mbl-menu-icon{
  display: none;
}
.hdr_links .lan-icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 3px;
}
.header-right a {
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: var(--white);
  transition: .2s all ease-in;
}
.ansult a {
    font-size: 18px;
    margin-top: 5px !important;
    display: block;
    transition: .2s all ease-in;
}
a.konkart {
    margin-right: 18px;
}
.header-right a:hover , a.konkart:hover {
    color: var(--green);
    transition: .2s all ease-in;
}
.header-right {
  text-align: right;
}
.mbl-menu-wrap{
  display: none;
}
/*Header Section Css END*/

/*Hero Section Css */
.hero_wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 50%;
}
.hero_wrap .banner-img{
  width: 100% !important;
  height: 738px;
  object-fit: cover;
  display: none;
}
.hero_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E294780;
}
.hero-inner {
  position: absolute;
  width: 100%;
  max-width: 786px;
  text-align: center;
}
.hero-inner img {
    width: auto;
    height: auto;
}
.hero-inner h1 {
    font-family: "Quicksand", serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.hero-inner p {
    font-family: "Quicksand", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    text-align: center;
    color: #fff;
}
a.hero-brn {
    font-family: "Quicksand", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: center;
    color: var(--white) !important;
    position: relative;
    overflow: hidden;
    padding: 24px 60px;
    border: 2px solid;
    border-radius: 8px;
    margin-top: 24px;
    display: inline-block;
    background: var(--primary-green);
    z-index: 1;
    transition: 0.5s all ease-in-out;
}
 a.mbl-show{
  display: none;
 }

a.hero-brn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-green);
    z-index: -1;
    transition: 0.3s all ease-in-out;
    border-radius: 8px;
    opacity: 0;
    color: #fff;
}
a.hero-brn:hover::before{
    opacity: 1;
}

/*Product Listing Section Css Start*/
.section-margins{
  margin-top: 128px;
  margin-bottom: 128px;
}
.listing-sub-heading {
    font-family: "Quicksand", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 36.4px;
    text-align: left;
    margin-bottom: 0px;
    color: var(--blue);
}
.s-detail-sub-heading{
  font-family: "Quicksand", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
  margin-bottom: 0px;
  color: var(--blue);
}
.listing-sub-heading.pb-13{
  padding-bottom: 13px;
}
.listing-main-heading{
  font-family: "Quicksand", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: left;
  color: var(--blue);
  margin-bottom: 0px;
  padding-bottom: 16px;
}
.s-detail-main-heading{
  font-family: "Quicksand", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: var(--blue);
  margin-bottom: 0px;
  padding-bottom: 16px;
}
.view_all{
  font-family: "Quicksand", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36.4px;
  text-align: left;
  color: var(--blue);
  transition: .2s all ease;
  border-bottom: 2px solid var(--white);
}
.view_all:hover{
  color: var(--blue);
  transition: .2s all ease;
  border-color: var(--blue);
}
.view_all img {
    width: 10px;
    margin-bottom: 3px;
    margin-left: 5px;
}
/*Product Card Css*/
.products-wrap{
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.products-wrap .slick-prev{
  left: -40px !important;
} 
.products-wrap .slick-next{
  right: -40px !important;
}
.products-wrap .slick-slide{
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
}
.product-item {
    width: 23%;
    border: 1px solid #d0021b;
    border-radius: 8px;
    padding: 10px;
    transition: .2s all ease;
    background-color: var(--white);
}
.product-item:hover{
  box-shadow: -1px 3px 6px 0px rgba(0, 0, 0, 0.12);
  transition: .2s all ease;
}
.product-item .card-img {
    position: relative;
    height: 158px;
}
.product-item .card-img img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-link{
  color: var(--primary-green) !important;
}
.page-item.active .page-link{
  z-index: 3;
  color: #fff !important;
  background-color: var(--primary-green) !important;
  border-color: var(--primary-green) !important;
}
.prd-dicount {
    position: absolute;
    background-color: #17264E;
    top: 18px;
    right: 0;
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: var(--white);
    padding: 6px 20px;
}
.prd-labels {
    position: absolute;
    bottom: 8px;
    display: flex;
    text-align: center;
    height: 32px;
}
.prd-labels img{
  Width:24px !important;
  Height:24px! important;
  Object-fit: contain !important ;
  }
.prd-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.prd-rating p:nth-child(1){
  font-family: "Quicksand", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--blue);
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 75%;
}
.prd-rating p:nth-child(2){
  font-family: "Quicksand", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--blue);
  display: flex;
  align-items: center;
  width: 20%;
}
.prd-rating p img {
    width: 16px;
    height: 15px;
    margin-bottom: 4px;
    margin-right: 5px;
}
h3.prd-name {
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    color: var(--blue);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.prd-inner-details p {
    font-family: "Quicksand", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: var(--blue);
    margin-top: 8px;
    display: flex;
    /* text-align: center; */
}
.prd-inner-details p span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.prd-inner-details p:first-child > img {
    width: 9.33px;
    height: 11.67px;
}
.prd-inner-details p:nth-child(2) > img {
    width: 8.75px;
    height: 11.67px;
}
.prd-inner-details p:nth-child(3) > img {
    width: 11.2px;
    height: 11.2px;
}
.prd-inner-details p img {
    margin-right: 10px;
}
.prd-inner-details{
  height: 67px;
}
/*Slick Slider Buttons style*/

.custom-prev.slick-prev,.custom-next.slick-next{
  background-color: #E6E6E6 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.custom-prev.slick-prev::before,.custom-next.slick-next::before{
  display: none !important;
}
.slick-next {
    right: -25px !important;
}
.custom-next.slick-next,.custom-prev.slick-prev{
  background: var(--primary-green) !important;
}
.slick-arrow.slick-disabled {
    background: #E6E6E6 !important;
    color: rgba(153, 153, 153, 1) !important;
}
.fa-angle-right,.fa-angle-left {
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}
.slick-dots {
    bottom: -50px !important;
}
.slick-dots li {
    margin: 0px !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}
.slick-dots li.slick-active button:before {

    color: var(--blue);
}
.custom-next.slick-next:hover, .custom-prev.slick-prev:hover {
    background: var(--primary-green) !important;
}
button.slick-prev.custom-prev.slick-arrow.slick-disabled:hover , button.slick-next.custom-next.slick-arrow.slick-disabled:hover {
    background: #E6E6E6 !important;
}

/*Slick Slider Buttons style END*/

/*Category Section Style Start*/
  .catg-main-heading{
    margin-bottom: 24px;
    font-family: "Quicksand", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
    color: var(--blue);
  }
  .category-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 0px -43px; */
  }
  .category-wrap .catg-box {
      width: 18%;
      height: 213px;
      position: relative;
  }
  .category-wrap .catg-box a::before{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 8px;
    opacity: 0;
    transition: 0.2s all ease;
  }
  .category-wrap .catg-box a:hover::before{
    opacity: 1;
    transition: 0.2s all ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(26, 104, 57, 0.858151) 84.5%, #1a6839 100%);
  }
  .category-wrap .catg-box a{
    width: 100%;
    height: 100%;
    display: block;
  }
  .category-wrap .catg-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
  }
  .catg-box p {
      position: absolute;
      bottom: 10px;
      color: var(--white);
      font-family: "Quicksand", serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      left: 8px;
  }
  .category-wrap .slick-slide{
    /* margin-left: 43px; */
    margin-left: 15px;
    margin-right: 20px;
  }
/*Category Section Style END*/

/*Booking table sction css Start*/
.bktbl-sub-heading {
    font-family: "Quicksand", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    text-align: center;
    color: var(--blue);
}
.bktbl-main-heading {
    font-family: "Quicksand", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: var(--blue);
    margin-bottom: 90px;
}
.bktbl-mbl-hdng{
  display: none;
}
.tbl_card {
    text-align: center;
    padding: 0px 25px;
}
.tbl_card img {
    width: 60px;
    height: auto;
}
.tbl_card h3 {
    font-family: "Quicksand", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    text-align: center;
    color: var(--blue);
    margin: 4px 0px;
}
.tbl_card p {
    font-family: "Quicksand", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 36.4px;
    text-align: center;
    color: var(--blue);
}
a.hero-brn.tabl-btn {
   /* border: none !important;*/
    margin-top: 100px;
}
/*Booking table sction css End*/

/*Support Section Css Start*/
.sprt-heading{
  margin-bottom: 48px;
}
.support-Sec-inner {
    width: 100%;
    max-width: 1129px;
    margin: 0 auto;
}
.support-Sec-inner p {
    font-family: "Quicksand", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    text-align: center;
    color: var(--blue);
}
.support-Sec-inner p a {
    color: rgba(255, 0, 104, 1);
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 6px;
}
.team-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 96px;
    flex-wrap: wrap;
}
.team-wrap .team-card {
    width: 17%;
    margin: 0px 20px;
}
.team-card img.img-fluid {
    border-radius: 100%;
}
.team-card img{
  margin-bottom: 21px;
}
.team-wrap .team-card h2{
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #17264E;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.team-wrap .team-card h3{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #17264E;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.team-wrap .team-card a{
  display: block;
  color: #d0021b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  font-family: "Quicksand", serif;
}
section.footer-bg {
    margin-top: 128px;
    background-color: var(--primary-green);
    background-image: url("../images/footer-layer.png");
    background-repeat: repeat;
    background-size: 50px 50px;
    padding: 170px 0px 80px 0px;
}
.footer__links:nth-child(1),
.footer__links:nth-child(2){
  padding-right: 50px;
}
.footer__links:nth-child(2),
.footer__links:nth-child(3){
  padding-top: 28px;
}
.footer_Logo {
    width: 250px;
    height: 60px;
    object-fit: contain;
}
.ftr-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ftr-social-links a {
    width: 37px;
    height: 37px;
    background: rgba(228, 241, 253, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 39px 14px 0px 0px;
}
.ftr-social-links a i {
    font-size: 18px;
    color: var(--blue);
    font-weight: 400;
}
h3.ftr-hdng {
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: var(--white);
}
ul.ftr-items {
    padding-left: 0px;
    list-style: none !important;
}
ul.ftr-items a {
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: var(--white);
}
a.trust-btn {
    margin-top: 100px;
}
a.trust-btn {
    margin-top: 100px;
    background-color: var(--white);
    padding: 17px 16px;
    border: 1px solid rgba(0, 182, 122, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #000;
}
a.trust-btn:hover{
  color: #000;
}
a.trust-btn .fa{
  color: #00B67A;
}

/*Header Mobile Css*/
.bar1, .bar2, .bar3 {
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 3px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* Resutrant List View start*/
.s-breadCrum{
  margin-bottom: 36px;
}
.s-breadCrum a{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--blue);
  transition: 0.3s all ease-in-out;
  border-bottom: 2px solid transparent !important;
}
.s-breadCrum a:hover{
  color: var(--blue);
  text-decoration: none !important;
  border-bottom: 2px solid var(--blue) !important;
}
.s-breadCrum img{
  margin: 0px 8px;
}
.s-breadCrum h6{
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.s-filter-section{
  margin: 48px 0px;
  position: relative;
}
.s-list-view-wrapper .s-listing-search-bar{
  background-color: var(--light-grey);
  cursor: pointer;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  transition: 0.3s all ease-in-out;

}
.s-list-view-wrapper .s-listing-search-bar input{
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 12.5px 0px;
  color: var(--light-black);
  cursor: pointer;
}
.s-blank-div{
  height: 48px;
  width: 48px;
}
.s-list-view-wrapper .s-listing-search-bar input:focus{
  outline: none;
}
.s-list-view-wrapper .s-listing-search-bar:hover{
  background-color: var(--dark-hover-grey);
}
.s-list-view-wrapper .s-listing-search-bar input::placeholder{
  font-family: "Quicksand", serif;
  color: var(--light-black);
  font-size: 16px;
  line-height: 22.4px;
}
.s-search-icon-box{
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-search-inner{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin-right: 8px;
}
.s-search-inner:hover {
  background-color: #F2F2F2;
}
.s-filter-scroll{
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-y: hidden;
}
.s-filter-dropdown-wrapper{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.s-filter-dropdown-wrapper:nth-child(1){
  margin-bottom: 34px;
}
.s-filter-dropdown-wrapper .s-filter-select{
  display: flex;
  align-items: center;
  background-color: var(--sky-color);
  height: 44px;
  border-radius: 4px;
  padding: 6px 18px 10px 12px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
  white-space: nowrap;
}
.s-filter-dropdown-wrapper .s-filter-select:hover{
  background-color: var(--dark-sky-hover);
}
.s-filter-dropdown-wrapper .s-filter-select .filter-list h4{
  color: var(--black);
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
  margin-right: 8px;
  white-space: normal;
  width: calc(80% - 24px);
    word-wrap: break-word;
}
.s-filter-dropdown-wrapper .s-filter-select h4 {
  color: var(--black);
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
  margin-right: 8px;
  white-space: normal;
  }
.s-filter-checkList{
  background-color: var(--sky-color);
  width: 260px;
  border-radius: 4px;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 10;
  display: none;
  transition: 0.5s all ease-in-out;
  min-height: 104px;
  max-height: 312px;
  overflow: auto;
}
.filter-toggle.active{
  background-color: var(--dark-sky-hover);
}
.show {
  display: block !important;
}
.s-filter-checkList ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.s-filter-checkList ul li{
  display: flex;
  align-items: center;
  padding: 12px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.s-filter-checkList ul li.active{
  background-color: var(--dark-sky-hover);
}
.s-filter-checkList ul li:nth-child(1){
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.s-filter-checkList ul li:last-child{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.s-filter-checkList ul li:hover{
  background-color: var(--dark-sky-hover);
}
.s-filter-checkList ul li h4{
  font-family: "Quicksand", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 0px;
}
.custom-checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  margin-right: 24px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 7px;
  height: 14px;
  border: solid #17264E;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  opacity: 1;
}
.s-list-products-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.make-a-req-btn{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white);
  font-family: "Quicksand", serif;
  background: linear-gradient(90deg, #8FCF41 0%, #429321 100%);
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  margin-top: 8px;
  transition: 0.5s all ease-in-out;
  position: relative;
  z-index: 9;
  padding: 10px 20px;
}
.make-a-req-btn::before{
  content: '';
  position: absolute;
  background-color: var(--primary-green);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  color: #fff;
}
.make-a-req-btn:hover::before{
  /* background: linear-gradient(90deg, #429321 0%, #429321 100%);
  transition: 0.5s all ease-in-out; */
  opacity: 1;
}

.outer-container {
  position: relative;
}

.content {
  cursor: pointer;
  display: block;
}

.content::after {
  content '&darr';
  display: block;
}

/* .content ul {
  position: absolute;
  background-color: black;
  color: white;
} */

.available-time{
  border-top: 1px solid #D9D9D9;
  padding-top: 8px;
  margin-top: 4px;
}
.available-time .available_title{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.available-time .available_time{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  background-color: var(--sky-color);
  padding: 4px 10px;
  margin-bottom: 0px;
}
.s-confirmBok-section.mb-36{
  margin-bottom: 36px;
}
.s-confirmBok-section.mt-36{
  margin-top: 36px;
}
.s-suggestion-section{
  margin-bottom: 48px;
}
.suggestion_list{
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border-radius: 4px;
}
.suggestion_list img{
  margin-right: 6px;
}
.s-suggestion-section .s-suggestion-wrapper{
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.s-suggestion-wrapper li .suggestion_list span{
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.s-suggestion-wrapper li .suggestion_list{
  transition: 0.3s all ease-in-out;
}
.s-suggestion-wrapper li .suggestion_list:hover{
  background-color: var(--sky-color);
}
.s-filter-checkList.right{
  right: 0px;
  left: unset;
}
.s-suggestion-section ul li::marker{
  font-size: 10px;
}
.list-type-box{
  width: 18px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-type-dot{
  width: 4px;
  height: 4px;
  background-color: var(--blue);
  border-radius: 50%;

}
.suggestion-model{
  background-color: var(--sky-color);
  padding: 4px 12px;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
.suggestion-model:hover{
  background-color: var(--dark-sky-hover);
  padding: 4px 12px;
}
.suggestion-model h3{
  font-weight: 400;     
  font-size: 16px;
  line-height: 22.4px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-right: 6px;
  margin-bottom: 0px;
}

/* Individual start */
.detail-banner-wrap{
  margin-bottom: 63px;
  height: 800px;
}
.detail-banner-wrap img{
  height: 100%;
  object-fit: cover;
}
.s-indiv-inner{
  display: flex;
  align-items: center;
}
.s-indiv-inner:nth-child(1){
  margin-bottom: 16px;
}
.s-indiv-inner h3{
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-left: 4.5px;
  margin-bottom: 0px;
}
.s-indiv-detail{
  margin-top: 36px;
}
.s-indiv-detail h3{
  font-size: 32px;
  color: var(--blue);
  line-height: 44.8px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  margin-bottom: 20px;
}
.s-indiv-detail p{
  font-size: 26px;
  color: var(--blue);
  line-height: 36.4px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  margin-bottom: 36px !important;
}
.s-inner-accordian{
  background-color: #F2F2F2;
  position: relative;
  margin-bottom: 36px;
}
.s-inner-accordian-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 34px 21px 16px;
  cursor: pointer;
}
.s-inner-accordian-title h5{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--black);
  font-family: "Quicksand", serif;
}
.s-accordian-detail-wraper{
  background-color: #F2F2F2;
  padding: 21px 34px 21px 16px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 9;
}
.s-accordian-detail{
  margin-bottom: 16px;
}
.s-accordian-detail h5{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 4px;
}
.s-accordian-detail ul{
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.s-accordian-detail ul li{
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 4px;
}
.s-location-map .s-location-map_title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 6px;
  display: none;
}
.s-location-map iframe{
  width: 100%;
}
.s-indiv-product-detail {
  background-color: #F2F2F2;
  padding: 24px 16px;
  margin-bottom: 36px;
}
.s-indiv-product-detail:last-child{
  margin-bottom: 0px;
}
.s-indiv_inner_detail h3{
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 4px;
}
.s-indiv_inner_detail{
  margin-bottom: 16px;
}
.s-indiv_inner_detail h4{
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 0px;
}
.s-indiv_inner_detail h3{
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 5px;
}
.s-indiv_inner_detail ul{
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.s-indiv_inner_detail ul li{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: var(--black);
  word-break: break-word;
}
.s-indiv_inner__img img{
  height: 24px;
  margin-right: 6px;
}
.border_line{
  background-color: #888888;
  height: 1px;
  max-width: 100%;
  width: 100%;
}
.s_inner_time_detail{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.s_inner_time_detail:last-child{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0px;
}
.s_week_list{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 60%;
}
.s_inner_time_detail h2{
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 0px;
  white-space: nowrap;
}
.s_inner_time_detail tr{
  margin-bottom: 8.09px;
}
.s_inner_time_detail tr:last-child{
  margin-bottom: 0px;
}
.s-inner-social-link{
  display: flex;
  align-items: center;
  gap: 16px;
}
.s-go-to-cart{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white);
  font-family: "Quicksand", serif;
  /* background: linear-gradient(90deg, #8FCF41 0%, #429321 100%); */
  background: var(--primary-green);
  width: 100%;
  border: none;
  height: 72px;
  border-radius: 8px;
  margin-bottom: 36px;
  transition: 0.5s all ease-in-out;
  position: relative;
  z-index: 9;
}
.s-go-to-cart::before{
  content: '';
  position: absolute;
  background-color: #114526; /* Darker green for hover effect */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  color: #fff;
}
.s-go-to-cart:hover::before{
  /* background: linear-gradient(90deg, #429321 0%, #429321 100%);
  transition: 0.5s all ease-in-out; */
  opacity: 1;
  /* z-index: 1; */
}

.s-testimonial-wrapper,
.s-lookingFor-wrapper{
  margin-top: 128px;
}

.s-testimonial-logo{
  margin-bottom: 36px;
}
.s-reviewer_card {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
}
.s-rating_star{
  gap: 4px;
}
.s-reviewer-detail{
  margin: 24px 0px;
}
.reviewer_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 4px;
}
.reviewer_para{
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.reviewer_pic{
  width: 40px;
  height: 40px;
  background-color: #D9D9D9;
  border-radius: 50px;
}
.reviewer_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50px;
}
.s-reviewer-info{
  gap: 12px;
}
.reviewer_name h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #757575;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.reviewer_name h6{
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
/* .s-reviewer-wrapper .slick-slide{
  margin-left: 24px;
  margin-right: 24px;
} */
.s-reviewer-wrapper .slick-slide {
  margin: 10px 24px; /* Adjust gap as needed */
}
.s-reviewer-wrapper .slick-list {
  margin: 0 -15px; /* Compensate for margins */
}
.s-testimonial-title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--blue);
  font-family: "Quicksand", serif;
  display: none;
  margin-bottom: 8px;
}

/* confirm booking */
.s-confirm_list{
  display: flex;
  align-items: center;
  padding: 4px 0px;
  border-radius: 4px;
}
.s-confirmBok-wrapper{
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.s-confirm_list img {
  margin-right: 6px;
}
.s-confirmBok-wrapper li .s-confirm_list span {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.s-confirmBok_title h3{
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 8px;
}

/* search result start*/
.s-lookingFor-wrapper .s-lookingFor_heading{
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-bottom: 36px;
}
.s-lookingFor-wrapper .s-lookingFor_para{
  font-weight: 400;
  font-size: 32px;
  line-height: 44.8px;
  text-align: center;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-bottom: 36px !important;
}
.s-lookingFor_Mailpara{
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
  font-family: "Quicksand", serif;
  color: var(--blue);
  max-width: 630px;
  margin: 0 auto;
}
.s-lookingFor_Mailpara a,
.s-lookingFor_Mailpara a:hover{
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: #d0021b;
  text-decoration: underline !important;
}
.max-width-500{
  max-width: 500px;
}

/* models */
.s-find-suggestion-section{
  padding: 26px 30px 26px 30px;
}
.model-custom-width{
  max-width: 320px !important;
}
.model-custom-height{
  max-height: 100%;
  min-height: 602px !important;
}
/* .custom-modal-body{
  padding: 26px 22px 26px 22px !important;
} */
.s-contact-details_title{
  font-weight: 700;
  font-size: 12px;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-bottom: 0px;
}
.s-contact-details_inner span{
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: #344A5F;
}
.andra_link{
  font-weight: 700;
  font-size: 12px;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid transparent !important;
  display: flex;
  align-items: center;
}
.andra_link:hover{
  color: var(--blue);
  text-decoration: none !important;
  border-bottom: 1px solid var(--blue) !important;
}
.s-contact_Mailpara{
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  font-family: "Quicksand", serif;
  color: var(--blue);
}
.s-contact_Mailpara a,
.s-contact_Mailpara a:hover{
  font-weight: 400;
  font-family: "Quicksand", serif;
  color: #d0021b;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none !important;
}
.s-contact_model-btn{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white);
  font-family: "Quicksand", serif;
  background: var(--primary-green);
  width: 100%;
  border: none;
  height: 57px;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: 0.5s all ease-in-out;
  position: relative; 
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalBackBtn{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white);
  font-family: "Quicksand", serif;
  background: #d0021b;
  width: 100%;
  border: none;
  height: 57px;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: 0.5s all ease-in-out;
  position: relative; 
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-contact_model-btn::before{
  content: '';
  position: absolute;
  background-color: #114526; /* Darker green for hover effect */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  color: #fff;
}
.modalBackBtn::before{
  content: '';
  position: absolute;
  background-color: #CF1143;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  color: #fff;
}
.s-contact_model-btn:hover::before,
.modalBackBtn:hover::before{
  /* background: linear-gradient(90deg, #429321 0%, #429321 100%);
  transition: 0.5s all ease-in-out; */
  opacity: 1;
}
.s-suggestion_list{
  display: flex;
  align-items: center;
  padding: 1px 0px;
  border-radius: 4px;
}
.s-suggestion_list img {
  margin-right: 6px;
  width: 14px;
}
.s-suggestion_list span{
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.s-requested_wrap{
  margin: 20px 0px;
}
.s-requested-option_title{
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 700;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 4px;
}
.s-letUs_wrap span{
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.s-letUs_wrap h5{
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.alternate_option{
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.alternate_option span{
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.custom-checkbox_model{
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  margin-right: 5px;
}
.custom-checkbox_model input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-checkbox_model .checkmark {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 4px;
  height: 8px;
  border: solid #17264E;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-checkbox_model input[type="checkbox"]:checked + .checkmark {
  opacity: 1;
}

/* captcha */
.captcha_wrapper{
  margin: 20px 0px;
}
.robot {    
  font-size: 11.97px;
  font-weight: 400;
  line-height: 14.54px;
}

/*.captcha-box-container {*/
/*  display: flex;*/
/*  background-color: #F9F9F9;*/
/*  border: 1px solid #D3D3D3;*/
/*  border-radius: 3px;*/
/*  width: 100%;*/
/*  align-items: center;*/
/*  padding: 10px 11px 10px 11px;*/
/*  justify-content: space-between;*/
/*}*/

.captcha-box-container input[type="checkbox"] {
  appearance: none;    
  width: 26px;
  height: 26px;    
  border: 2px solid #C1C1C1;
  margin: 0px 14px 0px 0px;
}

input[type="checkbox"]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;    
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
  display: none;
}

.captcha_logo {    
  display: block;
  margin-left: 0px;
  text-align: center;
}
.captcha_logo svg{
  margin-bottom: 4px;
  width: 27px;
  height: 27px;
}
.logo-text {
  text-align: center;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
}

.logo-text-tos {
  display: block;
  text-align: center;
  font-size: 6.84px;
  margin-left: 0px;
  line-height: 8.02px;
}
.text-recaptcha{
  display: block;
  text-align: center;
  font-size: 8.55px;
  margin-left: 0px;
  line-height: 8.55px;
  font-weight: 400;
}
.captcha_title{
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: var(--blue);
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.s-custom-close_btn{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 999;
}
.s-send-request_model{
  padding: 26px 22px 26px 22px;
}
.s-send-request_model{
  height: 100%;
  display: flex;
  min-height: 602px;
  max-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.send-request-section{
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.send-request-section .send-request_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-bottom: 6px;
}
.send-request-section .send-request_para{
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  font-family: "Quicksand", serif;
  color: var(--blue);
  padding: 0px 18px;
}
.send-request-section img{
 margin-bottom: 8px; 
}
.s-contact-form-section{
  padding: 15px 16px;
}
.add-custom__padding{
  padding: 54px 30px 35px 30px !important;
}
.s-contact-field label{
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
}
.s-contact-field label span{
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  color: #d0021b;
}
.s-contact-field input{
  border: 1px solid #E4F1FD;
  background-color: #E4F1FD;
  height: 47px;
  border-radius: 8px;
  width: 100%;
  padding: 13px 16px;
  font-size: 12px;
  color: var(--blue);
  font-weight: 700;
}
.s-contact-field input:focus{
  outline: none;
}
.s-contact-field input::placeholder{
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
}
.s-contact-form_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  text-align: center;
  margin-bottom: 24px;
}
.privacy-policy-element{
  margin: 24px 0px;
}
.privacy-policy-element span{
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.privacy-policy-element span a{
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color:#FF0068;
  font-family: "Quicksand", serif;
}
.privacy-policy-checkbox{
  width: 20px;
  height: 20px;
}

/* models */
.book-request-modal-wrap,
.book-number-model-wrap,
.book-calender-modal-wrap{
  padding: 54px 30px 35px 30px;
  min-height: 602px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.go-ahead-btn2Error{
  position: absolute;
  bottom: 20%;
  z-index: 999;
}
.book-request_title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color:var(--blue);
  text-align: center;
  font-family: "Quicksand", serif;
  margin-bottom: 0px;
}
.s-select-booking-list{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 36px;
  height: 318px;
  overflow: auto;
  scrollbar-width: thin;
  margin-bottom: 10px;
}
.s-select-booking-list .s-select-booking_item{
  margin-bottom: 6px;
}
.s-select-booking-list .s-select-booking_item{
  background-color: var(--sky-color);
  color: var(--black);
  padding: 14px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.s-select-booking-list .s-select-booking_item:hover{
  background-color: var(--dark-sky-hover);
}
.s-select-booking_item.active{
  background-color: var(--dark-sky-hover);
}
.s-select-booking-list .s-select-booking_item h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color:var(--blue);
  font-family: "Quicksand", serif;
}
.s-bookingList_checkbox{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.s-bookingList-checkbox_model{
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}
.s-bookingList-checkbox_model .checkmark{
  position: absolute;
  top: 44%;
  left: 50%;
  width: 6px;
  height: 11px;
  border: solid #17264E;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: opacity 0.3s ease;
}
.s-bookingList-checkbox_model .checkActive.hide{
  opacity: 0;
}
.s-bookingList-checkbox_model .checkActive.show{
  opacity: 1;
}
.custom-progress{
  display: flex;
  height: 12px !important;
  overflow: hidden;
  font-size: .75rem;
  background-color: #E6E6E6;
  border-radius: 50px !important;
  margin-bottom: 20px;
}
.custom-progress .progress-bar{
  background: var(--primary-green);
  border-radius: 50px !important;
}
.s-counter_number .s_minus_button,
.s-counter_number .s_plus_button{
  cursor: pointer;
  width: 30%;
  text-align: center;
}
.s-counter_number span{
  font-weight: 700;
  font-size: 36px;
  line-height: 90px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-counter_number span:focus-visible{
  outline: none;
  border: 0px;
}
.s-counter_number input{
  font-weight: 700;
  font-size: 34px;
  line-height: 90px;
  color: var(--blue);
  font-family: "Quicksand", serif;
  width: 35%;
  text-align: center;
  border: none;
}
.s-counter_number input:focus{
  outline: none;
}
/* calender */
.calendar {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 22px;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.calendar-header .month-year {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: center;
  color: var(--blue);
}
.calendar-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--blue);
}
.day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}
.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.days div {
  width: 100%;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  background: var(--sky-color);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}
.days div.active.selectedDate{
  background: var(--primary-green);
  color: var(--white);
}
.days div.inactive {
  background: #e0e0e0;
  color: #aaa;
}
.days div:hover {
  background: var(--dark-sky-hover);
  cursor: pointer;
}
.day-names .day_name_list{
  width: 100%;
  padding: 6px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
}
.s-calender_timely{
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 13px;
  justify-content: start;
}
.s-calender_timely_card{
  font-weight: 700;
  font-size: 12px;
  line-height: 16.8px;
  color:var(--blue);
  font-family: "Quicksand", serif;
  text-align: center;
  padding: 10px 5px;
  background-color: var(--sky-color);
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  width: 18%;
}
.s-calender_timely_card.selectedTime{
  background: var(--primary-green);
  color: var(--white);
}
.selectedDate .selectedTime{
  background-color: green;
  color: white;
}
input.error {
  border: 1px solid red;
}

/* Privacy */
.privacy-detail-wrap p{
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px !important;
}
.privacy-detail-wrap h3{
  font-size: 26px;
  font-weight: 500;
  line-height: 44.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-left: 0;
  margin-bottom: 8px;
}
.privacy-detail-wrap p:empty{
  display: none !important;
}
.privacy-detail-wrap br{
  display: none;
}
.privacy-detail-heading{
  font-family: "Quicksand", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: left;
  color: var(--blue);
  margin-bottom: 0px;
  padding-bottom: 30px;
}
#registerform,
#loginform{
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  transition: .2s all ease;
}
.userRegister-field label{
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  font-family: "Quicksand", serif;
  color: var(--blue);
}
.userRegister-field input,
.userRegister-field select{
  border: 1px solid #E4F1FD;
  background-color: #E4F1FD;
  height: 47px;
  border-radius: 8px;
  width: 100%;
  padding: 13px 16px;
  font-size: 12px;
  color: var(--blue);
  font-weight: 700;
  font-family: "Quicksand", serif;
}
.userRegister-field select:focus,
.userRegister-field input:focus{
  outline: none;
}
.form-check-input:checked[type=checkbox]::before{
  display: none;
}
.csm-form-check-label{
  font-size: 14px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Quicksand", serif;
}
.theme-custom-margin{
  margin-top: 60px;
}
.text-danger{
  color: rgba(255, 0, 104, 1) !important;
}
.font-weight-700{
  font-weight: 700;
}
.Rego-sng-menu{
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}
.Rego-sng-menu-thumb{
  height: 83px;
}
.Rego-sng-menu-thumb img{
  height: 100%;
  border-radius: 8px;
}
.lkji-oiyt span{
  font-size: 13px;
  line-height: 19.6px;
  font-weight: 400;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 0px;
  white-space: nowrap;
}
.lkji-oiyt h5{
  font-size: 13px;
  line-height: 19.6px;
  font-weight: 600;
  font-family: "Quicksand", serif;
  color: var(--black);
  margin-bottom: 0px;
}
.Rego-sng-menu-caption h4{
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Quicksand", serif;
  color: var(--blue);
  margin-left: 0;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.spinner-border{
  height: 1rem !important;
  width: 1rem !important;
  margin-left: 8px;
  /* position: absolute;
  top: 15px; */
}
.error-message {
  color: red;
  font-size: 10px;
  margin-top: 5px;
}