div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

label {
  font-size: 13px;
  color: #424242;
  font-weight: 500;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 140px;
  height: 30px;
  background: #e0e0e0;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  top: 7px;
  right: 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 70px;
  height: 26px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
  line-height: normal;
}

.btn-color-mode-switch > .alert {
  display: none;
  background: #ff9800;
  border: none;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 68px;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 12px;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner {
  background: #66bb6a;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
  display: block;
}
.btn-color-mode-switch input[type="checkbox"]:checked + label:before {
  background: none !important;
  border: none !important;
}

.btn-color-mode-switch input[type="checkbox"] + label:before {
  border: none !important;
  border-radius: none !important;
}

header .navbar-nav li a {
  text-decoration: none !important;
}
.form-right-submit img {
  max-width: none !important;
}
.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  height: 26px;
  line-height: normal;
}
.result-data-tabs .nav-tabs {
  margin-left: 0;
}
.news-form p {
  display: flex;
}

.news-right-sec .news-form .form-group .form-control {
  width: 100% !important;
}

.news-right-sec .news-form .form-group .newsletter-btn {
  margin-left: 16px;
}
/*.faq-top-title{
    
    position: sticky;
    top: 0;
    background: #FFF;
    padding-bottom: 10px;
}*/

.homebanner .image-gender-icon {
  height: 30px;
}

.best-saloon-sec #loadMore a {
  text-decoration: none;
  color: #ec6700;
  font-weight: 600;
}

.best-saloon-sec #loadMore {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 25px;
}
.revie-item-inner a.read_more {
  color: #ec6700;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.bcw-ba__box{
display:flex;
align-items:center;
gap:15px;
}

.bcw-ba__box-img i{
font-size:32px;
color:#ec6700;
background:#f5f5f5;
padding:18px;
border-radius:50%;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
}

.bcw-ba__box-cont h5{
margin:0;
font-weight:600;
}

.bcw-ba__box-cont p{
margin:0;
font-size:14px;
color:#777;
}
.pagination ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
}
.pagination ul li {
  color: #ec6700;
  list-style: none;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.pagination ul li.numb {
  list-style: none;
  height: 45px;
  width: 45px;
  margin: 0 3px;
  line-height: 45px;
}
.pagination ul li.numb.first {
  margin: 0px 3px 0 -5px;
}
.pagination ul li.numb.last {
  margin: 0px -5px 0 3px;
}
.pagination ul li.dots {
  font-size: 22px;
  cursor: default;
}
.pagination ul li.btn {
  padding: 0 20px;
  border-radius: 50px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
  color: #fff;
  background: #ec6700;
}

.category-search.homebanner .top-banner-title h2 {
  font: normal normal normal 40px/49px Inter;
}
.category-search.homebanner .top-banner-title h2 strong {
  color: #ec6700;
}
.homebanner.category-search {
  margin-top: 0;
  padding: 40px 0;
  background-color: #f6f8fc;
}
.saloon-result-lists {
  margin-top: 0;
}
.result-top-sec {
  border-top: unset;
}
.result-top-sec .result-left h3 p {
  margin: 0;
}
.result-listing .result-item .result-img img {
  min-height: 100%;
}
.category-search.homebanner .banner-search {
  background-color: #ffffff;
}
.result-listing {
  margin: 50px 0;
}
.result-listing .result-item:not(:last-child) {
  margin-bottom: 50px;
}

.landing-home__left h2 {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 60px;
  font: normal normal bold 60px/72px Inter;
  margin-bottom: 22px;
}
.appoint {
  display: inline-block;
  position: relative;
  padding: 12px;
  border: 5px solid #6153ff;
  background: #ffffff;
  transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
}
.appoint h4 {
  margin: 0;
  transform: matrix(1, 0.05, -0.05, 1, 0, 0);
  font: normal normal bold 49px/59px Inter;
  color: #6153ff;
}
.appoint-dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #6153ff;
}
.appoint-dot1 {
  position: absolute;
  top: -22px;
  left: -22px;
}
.appoint-dot2 {
  position: absolute;
  top: -22px;
  right: -22px;
}
.appoint-dot3 {
  position: absolute;
  left: -22px;
  bottom: -22px;
}
.appoint-dot4 {
  position: absolute;
  right: -22px;
  bottom: -22px;
}
.landing-home__left p {
  font-size: 24px;
  font: normal normal normal 24px/40px Inter;
  color: #333333;
  margin-top: 70px;
}
.trust-title {
  color: #000000;
  font-size: 36px;
  font: normal normal 500 36px/44px Inter;
}
.padding-wrap {
  padding: 100px 0;
}
.trust-area__right {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 39px 10px;
  background-color: #f4f7fc;
}
a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.trust-area__right .trust-area__box {
  position: relative;
  width: 33.33%;
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.trust-area__right .trust-area__box:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 125px;
  background-color: #c9cbce;
  top: 0;
  right: 0;
}
.trust-area__box-list {
  display: flex;
  gap: 5px;
  margin-bottom: 4px;
}
.trust-area__box-num {
  font-size: 40px;
  color: #ec6700;
  font: normal normal 600 40px/49px Inter;
  margin-bottom: 15px;
}
.trust-area__box-list .trust-area__box-list-item i {
  font-size: 20px;
  color: #ffd358;
}
.trust-area__box-text {
  font-size: 18px;
  font-weight: 500;
  font: normal normal 500 18px/21px Inter;
}
.nearby-area {
  overflow: hidden;
  background: transparent
    radial-gradient(closest-side at 32% 46%, #fee4f4 0%, #fee4f400 100%) 0% 0%
    no-repeat padding-box;
}
.nearby-area__left {
  position: relative;
}
.nearby-img2 {
  position: absolute;
  left: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.nearby-title {
  font-size: 40px;
  font: normal normal 500 40px/55px Inter;
  margin-bottom: 20px;
  color: #000000;
}
.nearby-title span {
  color: #ec6700;
  font: normal normal bold 40px/55px Inter;
}
.nearby-text {
  color: #333333;
  font: normal normal normal 24px/40px Inter;
}
.cradit-area {
  overflow: hidden;
  background: transparent
    radial-gradient(closest-side at 68% 46%, #ededf9 0%, #ededf900 100%) 0% 0%
    no-repeat padding-box;
}
.cradit-area__right {
  position: relative;
}
.cradit-img2 {
  position: absolute;
  right: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.cradit-area__left .nearby-text {
  margin-top: 70px;
}
.cradit-area__left .appoint {
  border: 5px solid #6960cb;
}
.cradit-area__left .appoint h4 {
  color: #6960cb;
}
.cradit-area__left .appoint-dot {
  background-color: #6960cb;
}
.available-area {
  overflow: hidden;
  background: transparent
    radial-gradient(closest-side at 32% 46%, #fee4f4 0%, #fee4f400 100%) 0% 0%
    no-repeat padding-box;
}
.terms-text {
  margin: 0;
  color: #000000;
  font: normal normal normal 18px/30px Inter;
}
.terms-text a {
  color: #ec6700;
  font: normal normal bold 18px/30px Inter;
  text-decoration: underline;
}
.terms-area {
  margin-bottom: 80px;
}
.scan-area {
  padding: 95px 100px;
  border-radius: 20px;
  background-color: #f6f8fc;
}
.scan-area__box h3 {
  color: #000000;
  margin-bottom: 20px;
  font: normal normal 600 30px/36px Inter;
}
.scan-area__box p {
  color: #000000;
  margin-bottom: 40px;
  font: normal normal 500 18px/27px Inter;
}
.scan__and-ios {
  display: flex;
  align-items: center;
  gap: 99px;
  
}
.scan__and-ios-img {
  display: flex;
  flex-direction: column;
}
.scan__and-ios-img img {
  width: 150px;
}
.scan__and-ios-img span {
  margin-bottom: 16px;
  font: normal normal 600 16px/20px Inter;
}

.partner-home {
  padding-top: 80px;
}
.partner-home__left h4 {
  color: #000000;
  font: normal normal normal 40px/49px Inter;
}
.partner-home__left h3 {
  color: #000000;
  font: normal normal 500 60px/82px Inter;
}
.partner-home__left h3 span {
  position: relative;
  z-index: 1;
  color: #ec6700;
  font: normal normal bold 60px/82px Inter;
}
.partner-home__left h3 span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  border-radius: 6px 0px 6px 0px;
  background-color: #000000;
}
.spending-area .appoint h4 {
  color: #ec6700;
}
.spending-area .appoint {
  border: 5px solid #ec6700;
}
.spending-area .appoint-dot {
  background-color: #ec6700;
}
.spending-area .nearby2-title {
  margin-top: 60px;
}
.spending-area .nearby-text {
  margin-top: 0;
}
.certificate-area {
  overflow: hidden;
  background: transparent
    radial-gradient(closest-side at 68% 46%, #fee4f4 0%, #fee4f400 100%) 0% 0%
    no-repeat padding-box;
}
.offer-area {
  background: #f3f5f9 0% 0% no-repeat padding-box;
}
.offer-area__title {
  color: #000000;
  font: normal normal 600 30px/36px Inter;
}
.offer-content {
  margin-top: 30px;
}
.offer-box {
  display: flex;
  gap: 20px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.offer-text {
  color: #000000;
  font: normal normal 600 20px/29px Inter;
}

/*======================

billu customer web start 

======================*/

/* .bcw-home {
  padding-top: 150px;
} */
.bcw-home__left h1 {
  font-size: 30px;
  color: #fff77b;
  margin-bottom: 17px;
  font: normal normal normal 30px/65px Inter;
}
.bcw-home__left h1 span {
  font: normal normal bold 54px/65px Inter;
}
.bcw-home__left h1 {
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
  font: normal normal bold 60px/72px Inter;
}
.bcw-home__left h1 .font-w{
  font: normal normal 300 60px/72px Inter;
}
.bcw-home__left h1 .font-w span{
  font: normal normal bold 60px/72px Inter;
  color: #FFF77B;
}
.bcw-home__left h1 img {
  position: absolute;
  bottom: -60px;
  right: -85px;
  -webkit-animation-name: lefttoright;
  animation-name: lefttoright;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.bcw-home__left h2 {
  font-size: 30px;
  color: #fff77b;
  margin-bottom: 17px;
  font: normal normal normal 30px/65px Inter;
}
.bcw-home__left h2 span {
  font: normal normal bold 54px/65px Inter;
}
.bcw-home__left h2 {
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
  font: normal normal bold 60px/72px Inter;
}
.bcw-home__left h2 .font-w{
  font: normal normal 300 60px/72px Inter;
}
.bcw-home__left h2 .font-w span{
  font: normal normal bold 60px/72px Inter;
  color: #FFF77B;
}
.bcw-home__left h2 img {
  position: absolute;
  bottom: -60px;
  right: -85px;
  -webkit-animation-name: lefttoright;
  animation-name: lefttoright;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes lefttoright {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes lefttoright {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
.bcw-home__left p {
  color: #ffffff;
  margin-bottom: 40px;
  font: normal normal normal 18px/27px Inter;
}
.bcw-hbtn {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border-radius: 5px;
  padding: 15px 25px;
  background-color: #ffffff;
  font: normal normal 600 18px/21px Inter;
  color: #000000 !important;
}
.bcw-hbtn:hover {
  color: #000;
}
.bcw-home__right {
  position: relative;
  overflow: hidden;
  bottom: 0;
  z-index: 1;
}
.bcw-home__bgimg {
  position: absolute;
  bottom: -50%;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bcw-home__img {
  display: flex;
  justify-content: center;
}
.bcw-h-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: -40%;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.05);
}
.bcw-h-img img {
  -webkit-animation-name: toptobottom;
  animation-name: toptobottom;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes toptobottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-29%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes toptobottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-29%);
  }
  100% {
    transform: translateY(0%);
  }
}
.bcw-home__slide .prev-arrow {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url(../images/img/arrow_left-1.svg) no-repeat center;
  border: 0px;
}
.bcw-home__slide .next-arrow {
  position: absolute;
  bottom: 24px;
  left: 90px;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url(../images/img/arrow_right-3.svg) no-repeat center;
  border: 0px;
}
.bcw-trust__area {
  padding: 32px 0;
  background-color: #0b0b45;
}
.bcw-trust-title {
  color: #ffffff;
  margin: 0;
  font: normal normal 300 18px/25px Inter;
}
.bcw-trust-title span {
  font: normal normal 600 18px/25px Inter;
}
.bcw-trust__cont .row .col-lg-4 {
  position: relative;
}
.bcw-trust__cont-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.bcw-trust__cont .row .col-lg-4:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #232370;
  border-left: 1px solid #000000;
}
.bcw-trust__cont-box h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  font: normal normal 600 30px/36px Inter;
}
.bcw-trust__cont-box p {
  color: #c4c4ff;
  margin: 0;
  font: normal normal 300 16px/20px Inter;
}
.bcw-fund__partner-box {
  padding: 30px;
  border-radius: 20px;
  background-color: #f6f8fc;
}
.bcw-fund__partner-box h5 {
  font: normal normal normal 16px/20px Inter;
  color: #000000;
  margin-bottom: 10px;
}
.bcw-fund__partner-box h5 span {
  font: normal normal bold 16px/20px Inter;
  color: #ec6700;
}
.bcw-fund__partner-box h4 {
  font: normal normal 600 25px/30px Inter;
  color: #000000;
}
.bcw-fund__percent {
  position: relative;
  width: 210px;
  height: 210px;
  margin: auto;
  margin-top: 20px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029 inset;
}
.bcw-fund__percent svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.bcw-fund__percent svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 20;
}
.bcw-fund__percent svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #ec6700;
  transition: all 0.8s;
}
.bcw-fund__percent .number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 6px #00000029;
  width: 75%;
  height: 75%;
  border-radius: 50%;
}
.bcw-fund__percent .number h3 {
  font: normal normal 600 35px/42px Inter;
  color: #ec6700;
  margin: 0;
}
.bcw-fund__percent .number h3 span {
  font: normal normal 300 15px/19px Inter;
  color: #000000;
}
.bcw-fund__customer-box,
.bcw-fund__customer-img-box {
  display: flex;
  gap: 15px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.bcw-fund__customer-box h3 {
  font: normal normal normal 18px/21px Inter;
  color: #000000;
}
.bcw-fund__customer-img-box span {
  font: normal normal 600 25px/30px Inter;
  color: #000000;
}
.bcw-fund__right-img,
.bcw-fund__right h5 {
  margin-bottom: 20px;
}
.bcw-fund__right-img img {
  -webkit-animation-name: lefttoright;
  animation-name: lefttoright;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.bcw-fund__right h5 {
  font: normal normal normal 30px/36px Inter;
  color: #000000;
}
.bcw-fund__right h5 span {
  font: normal normal 600 30px/36px Inter;
  color: #ec6700;
}
.bcw-fund__right h3 {
  font: normal normal bold 60px/72px Inter;
  color: #ec6700;
  margin-bottom: 30px;
}
.bcw-fund__right p {
  font: normal normal normal 26px/41px Inter;
  color: #000000;
  margin-bottom: 30px;
}
.bcw-fund__right p span {
  font: normal normal 600 26px/41px Inter;
  color: #ec6700;
}
.bcw-fund__avaFist {
  display: block;
  font: normal normal normal 26px/31px Inter;
  color: #000000;
  margin-bottom: 20px;
}
.bcw-fund__avaFist strong {
  font: normal normal 600 26px/31px Inter;
}
.bcw-fund__text {
  display: block;
  font: normal normal normal 20px/30px Inter;
  color: #000000;
  margin-bottom: 40px;
}
.bcw-hbtn.bcw-hbtn2 {
  color: #ffffff !important;
  background-color: #000000;
}
.bcw-fund__credit {
  padding: 30px;
  border-radius: 20px;
  background: transparent linear-gradient(270deg, #b21070 0%, #ec6700 100%) 0%
    0% no-repeat padding-box;
}
.bcw-cfund__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bcw-cfund__box span {
  font: normal normal 300 23px/28px Inter;
  color: #ffffff;
}
.bcw-cfund__box span:last-child {
  font: normal normal 600 23px/28px Inter;
}
.bcw-cfund__box.bcw-cfund__box2 span {
  font: normal normal 600 15px/19px Inter;
}
.bcw-cfund__progress {
  margin: 10px 0;
}
.bcw-cfund__progress .progress {
  height: 10px;
  border-radius: 20px;
  background-color: rgb(255 255 255 / 30%);
}
.bcw-cfund__progress .progress .progress-bar {
  border-radius: 20px;
  background-color: #fff;
}
.progress-bar {
  transition: all 0.3s;
}
.bcw-fund__area {
  overflow: hidden;
}
.bcw-testimonial {
  background-color: #f6f8fc;
}
.bcw-available__area {
  background-color: #f6f8fc;
  overflow: hidden;
}
.bcw-available__left-img,
.bcw-available__left h3 {
  margin-bottom: 20px;
}
.bcw-available__left h3 {
  font: normal normal normal 30px/36px Inter;
  color: #000000;
}
.bcw-available__left h2 {
  font: normal normal bold 50px/60px Inter;
  color: #000000;
  margin-bottom: 40px;
}
.bcw-available__left h2 span {
  color: #ec6700;
}
.bcw-available__left p {
  font: normal normal normal 26px/41px Inter;
  color: #000000;
  margin: 0;
}
.bcw-available__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bcw-available__circle {
  position: relative;
  z-index: 1;
}
.bcw-available__circle-img {
  position: relative;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 10px 10px 26px #ec670040;
}
.bcw-available__circle::before,
.bcw-available__circle::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #ec6700;
}
.bcw-available__circle::before {
  animation: ripple 2s linear infinite;
}
.bcw-available__circle::after {
  animation: ripple 2s linear 2s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.bcw-available__circle2,
.bcw-available__circle1 {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* border: 3px dashed rgba(102, 102, 102, 0.2); */
  background-image: url(../images/img/Ellipse-1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bcw-available__circle,
.bcw-ac2-img1,
.bcw-ac2-img2,
.bcw-ac2-img3 {
  animation: img-rotate 100s linear infinite;
  -webkit-animation: img-rotate 100s linear infinite;
}
.bcw-available__circle2 {
  animation: circle-rotate 100s linear infinite;
  -webkit-animation: circle-rotate 100s linear infinite;
}
.bcw-ac1-img1,
.bcw-ac1-img2,
.bcw-ac1-img3,
.bcw-ac1-img4 {
  animation: img1-rotate 100s linear infinite;
  -webkit-animation: img1-rotate 100s linear infinite;
}
.bcw-available__circle1 {
  width: 500px;
  height: 500px;
  animation: circle1-rotate 100s linear infinite;
  -webkit-animation: circle1-rotate 100s linear infinite;
}
.bcw-ac {
  position: absolute;
}
.bcw-ac2-img1 {
  top: -34px;
}
.bcw-ac2-img2 {
  right: -34px;
}
.bcw-ac2-img3 {
  bottom: -34px;
}
.bcw-ac1-img1 {
  top: -60px;
}
.bcw-ac1-img2 {
  right: -45px;
}
.bcw-ac1-img3 {
  left: -50px;
}
.bcw-ac1-img4 {
  bottom: -50px;
}
@keyframes circle1-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes circle1-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes img1-rotate {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes img1-rotate {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle-rotate {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-rotate {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes img-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes img-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.bcw-testi__content {
  text-align: center;
}
.bcw-testi__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.bcw-testi__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bcw-testi__list {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.bcw-testi__text {
  font: normal normal 500 18px/30px Inter;
  color: #000000;
  margin-bottom: 14px;
}
.bcw-testi__userName {
  font: normal normal 600 20px/30px Inter;
  color: #ec6700;
  margin-bottom: 9px;
}
.bcw-testi__userCity {
  font: normal normal normal 14px/30px Inter;
  color: #000000;
}
.bcw-testi__slider .prev-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_left.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -70px;
}
.bcw-testi__slider .next-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -70px;
}
.bcw-bookAppointment {
  padding-top: 50px;
}
.bcw-ba__logo,
.bcw-ba__title {
  margin-bottom: 20px;
}
.bcw-ba__title {
  font: normal normal 600 30px/36px Inter;
  color: #000000;
}
.bcw-ba__text {
  font: normal normal normal 22px/36px Inter;
  color: #000000;
  margin-bottom: 60px;
}
.bcw-ba__box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bcw-ba__box-img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: -10px 10px 25px #ec67004d;
}
.bcw-ba__box-cont h5 {
  font: normal normal bold 20px/24px Inter;
  color: #000000;
  margin-bottom: 5px;
}
.bcw-ba__box-cont p {
  font: normal normal 500 14px/17px Inter;
  color: #000000;
  margin: 0;
}
.bcw-nearby__box h1 {
  font: normal normal 300 40px/49px Inter;
  color: #ffffff;
  margin-bottom: 20px;
}
.bcw-nearby__box h1 span {
  font: normal normal bold 40px/49px Inter;
}
.bcw-nearby__box h1 {
  font: normal normal 300 40px/49px Inter;
  color: #ffffff;
  margin-bottom: 20px;
}
.bcw-nearby__box h1 span {
  font: normal normal bold 40px/49px Inter;
}
.bcw-nearby__box p {
  font: normal normal normal 20px/50px Inter;
  color: #ffffff;
  margin-bottom: 40px;
}
.bcw-nearby__box p span {
  font: normal normal bold 20px/50px Inter;
  text-decoration: underline;
}
.bcw-nearby__category-box {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bcw-nearby__category-box span {
  font: normal normal 500 18px/18px Inter;
  letter-spacing: 0.36px;
  color: #ffd6ef;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0px;
}
.toggle-switch .toggle-input {
  display: none;
}
.bcw-nearby__category-btn {
  display: flex;
}
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.3s;
}
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #fff;
}
.toggle-switch .toggle-input:checked + .toggle-label::before {
  transform: translateX(26px);
  border-color: #000 !important;
  background-color: #000 !important;
}

.bcw-nearby__search {
  max-width: 740px;
  margin: auto;
  border: 1px solid #b4b4b4;
  border-radius: 43px;
  overflow: hidden;
  background-color: #fff;
}
.input-form {
  position: relative;
}
.input-form span {
  position: absolute;
  top: 22px;
  left: 30px;
}
.bcw-nearby__search .form-control,
.bcw-nearby__search .form-select {
  padding: 24px 30px 24px 72px !important;
  font: normal normal normal 20px/24px Inter;
  color: #000000 !important;
  border-radius: 43px 0 0 43px !important;
  border: none !important;
  height: unset !important;
}
.bcw-nearby__search .form-select {
  padding: 24px 72px 24px 4px !important;
}
.bcw-nearby__search .form-control::placeholder {
  color: #000000 !important;
}
.bcw-nearby__search .form-control:focus,
.bcw-nearby__search .form-select:focus {
  border-color: #fff !important;
  box-shadow: unset !important;
}
.bcw-nearby__search .form-select {
  background-position: right 1.75rem center;
  background-size: 22px 22px;
}
.hr-bar {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.bcw-nearby__slider {
  margin-top: 60px;
}
.bcw-nearby__slider .item-slide {
  padding: 0 15px;
}
.bcw-nearby__slider .item-slide a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  background-color: #ffffff;
}
.bcw-nearby__slider .item-slide a .bcw-nearby__img {
  overflow: hidden;
  border-radius: 5px;
  margin-top: 0;
  height: 140px;
}
.bcw-nearby__slider .item-slide a .bcw-nearby__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bcw-nearby__slider .item-slide figure img {
  width: 100%;
  transition: 0.4s;
}
.bcw-nearby__slider .item-slide .item-des h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.bcw-nearby__slider .item-slide .item-des ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bcw-nearby__slider .item-slide .item-des ul li {
  list-style: none;
  display: flex;
}
.bcw-nearby__slider .item-slide .item-des ul li figure {
  margin: 0px;
  margin-right: 5px;
  flex-shrink: 0;
}
.bcw-nearby__slider .item-slide .item-des ul li span {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.bcw-nearby__slider .item-slide a .item-des {
  padding: 0 10px 10px;
}
.bcw-nearby__slider .item-slide:hover figure img {
  transform: scale(1.1);
}
.bcw-nearby__slider .prev-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/img/arrow_left-1.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -30px;
}
.bcw-nearby__slider .next-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/img/arrow_right-3.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -30px;
}
.bcw-features__title {
  font: normal normal 300 40px/49px Inter;
  color: #000000;
  margin-bottom: 60px;
}
.bcw-features__title span {
  font: normal normal bold 40px/49px Inter;
}
.bcw-features__box {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.bcw-features__box .bcw-features__img {
  width: 110px;
  height: 110px;
}
.bcw-features__box .bcw-features__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bcw-features__text {
  font: normal normal 600 20px/29px Inter;
  color: #000000;
}
.bcw-features__slider .prev-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_left.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -60px;
}
.bcw-features__slider .next-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -60px;
}
.bcw-scan__area {
  padding-top: 80px;
}
.bcw-ba__right-img,
.bcw-scan__img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bcw-ba__right-img span {
  position: absolute;
  top: 42px;
  right: 35px;
  z-index: -1;
  -webkit-animation-name: toptobottom2;
  animation-name: toptobottom2;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes toptobottom2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-62%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes toptobottom2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-62%);
  }
  100% {
    transform: translateY(0%);
  }
}
.bcw-scan__img span {
  position: absolute;
  top: 0;
      left: 173px;
    z-index: -1;
    width: 41%;
  animation: toptobottom2 30s linear infinite;
}
.bcw-features__img{
width:80px;
height:80px;
border-radius:50%;
background:#f7f7f7;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.bcw-features__img i{
font-size:39px;
color:#ec6700;
}
.bcw-features__box:hover{
transform:translateY(-8px);
transition:0.3s;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}
.bcw-scan__img img {
  margin-bottom: -4px;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.navbar-collapse .navbar-nav {
  margin-right: 0 !important;
}
.navbar-collapse .navbar-nav .nav-item a {
  font: normal normal 500 18px/21px Inter;
  color: #fff !important;
}
.navbar-collapse .navbar-nav .nav-item a:hover,
.navbar-collapse .navbar-nav .nav-item.current-menu-item a {
  color: #fff77b !important;
}
.navbar-collapse .right-btn .blue-btn {
  display: block;
  font: normal normal 500 18px/21px Inter;
  color: #000000;
  padding: 11px 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.navbar-collapse .right-btn .blue-btn:hover {
  color: #ffffff;
  background-color: #0b0b45;
}
.bcw-home__left {
  margin-top: 95px;
}

@keyframes scrollSticky {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes scrollSticky {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.headScroll {
  background-color: #ec6700;
  -webkit-box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
  box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
  animation: scrollSticky 0.5s ease-out;
  -webkit-animation: scrollSticky 0.5s ease-out;
}
.cat-color {
  color: #ffffff !important;
}
.headScroll {
  padding: 10px 0px;
}
.headScroll .navbar-brand {
  width: 72px;
}
.bcw-terms-scan__area {
  padding-top: 80px;
  padding-bottom: 38px;
}
.cities-sec {
  border-top: 1px solid #e0e0e0;
}
.bcw-best-saloon .instagram-gallery-feed {
  max-width: 100%;
}
.bcw-best-saloon #instagram-gallery-feed-1 .instagram-gallery-item {
  padding: 10px 4.5px;
}

#checkbox,
#checkbox[type="checkbox"] + label:before {
  display: none;
}
#checkbox[type="checkbox"] + label {
  margin: unset;
  cursor: unset;
  padding: unset;
}
.toggle {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition-duration: 0.5s;
}
.bars {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
#bar2 {
  transition-duration: 0.8s;
}
#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
  background-color: #000;
}
#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}
#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}
#checkbox:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
.navbar-collapse.show .right-btn .blue-btn {
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #ec6700 !important;
}
.navbar-collapse.show .navbar-nav .nav-item.active a {
  color: #ec6700 !important;
}
header .left-header .navbar-brand.logo-main {
  z-index: 9999;
}
header .navbar-collapse .navbar-nav li a {
  display: block;
  text-align: start;
}
.logo-2 {
  display: none;
}

/*================== new categories-services ==================*/

.cs-home {
  padding-bottom: 50px;
}
.cs-home__inner .bcw-nearby__box h1 {
  margin-bottom: 30px;
}
.cs-home__inner .bcw-nearby__box h1 strong {
  font: normal normal bold 40px/49px Inter;
}
.cs-deal__area {
  padding: 15px;
  background: #0b0b45 0% 0% no-repeat padding-box;
}
.cs-deal__box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #f5f9fc 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 10px;
  font: normal normal 500 14px/16px Inter;
  color: #000000 !important;
}
.breadcrumb-box {
  margin: 30px 0;
}
.breadcrumb-box .breadcrumb-item,
.breadcrumb-box .breadcrumb-item a {
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0.17px;
  color: #666666;
}
.breadcrumb-box .breadcrumb-item {
  color: #b4b4b4;
}
.cs-main__area {
  margin-bottom: 100px;
}
.cs-main__area .result-top-sec {
  padding-top: 0;
  border-top: unset;
  align-items: flex-start;
  margin-bottom: 20px;
}
.cs-filter__list {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
.cs-filter__list .cs-filter__list-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: normal normal 500 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  padding: 6px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  flex-shrink: 0;
}
.cs-filter__list .cs-filter__list-item .cs-filer_img {
  display: flex;
}
.cs-filter__list .cs-filter__list-item span {
  flex-shrink: 0;
}
.cs-filter__list .cs-filter__list-item.active,
.cs-deal__box.active {
  background: #fef4f9 0% 0% no-repeat padding-box;
  border: 1px solid #f9c8e5;
}
.cs-filer_rmove {
  display: none;
}
.cs-main__card-box {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.cs-main__card-img {
  height: 370px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s;
  margin-bottom: 25px;
}
.cs-main__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.cs-main__card-box:hover .cs-main__card-img img {
  transform: scale(1.1);
}
.cs-main__card-rating-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
}
.cs-mcard-aR {
  font: normal normal 600 20px/24px Inter;
  color: #ec6700;
}
.cs-mcard-aText {
  display: flex;
  flex-direction: column;
}
.cs-main__card-img {
  position: relative;
}
.cs-mcard-aText {
  position: relative;
  font: normal normal normal 12px/11px Inter;
  color: #000000;
  padding-left: 4.5px;
  margin-left: 4.5px;
  border-left: 1px solid #b4b4b4;
}
.cs-main__card-offer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font: normal normal normal 16px/16px Inter;
  letter-spacing: 0.16px;
  color: #ffffff;
  padding: 5px 10px;
  background: #ec6700 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
.cs-main__card-offer strong {
  font: normal normal 600 16px/16px Inter;
}
.cs-main__card-title {
  font: normal normal 600 20px/24px Inter;
  letter-spacing: 0.24px;
  color: #000000;
  margin-bottom: 10px;
}
.cs-main__card-location,
.cs-main__card-list-item {
  display: flex;
  gap: 8px;
  font: normal normal 500 14px/18px Inter;
  letter-spacing: 0.14px;
  color: #666666;
  margin-bottom: 10px;
}
.cs-main__card-location .cs-main__card-location-text {
  margin: 0;
}
.cs-main__card-location span {
  flex-shrink: 0;
}
.cs-main__card-list {
  display: flex;
  gap: 15px;
}
.cs-main__card-list-item {
  margin-bottom: 0;
}
.cs-main__card-serviceStarting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  z-index: 1;
}
.cs-main__card-serviceStarting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  z-index: -1;
}
.serviceStarting-cont {
  font: normal normal 300 14px/17px Inter;
  letter-spacing: 0.14px;
  color: #000000;
  padding: 7px 15px;
  background: #f3f5f9 0% 0% no-repeat padding-box;
  border-radius: 43px;
}
.serviceStarting-cont strong {
  font: normal normal bold 14px/17px Inter;
}
.cs-main__card-timePrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-main__card-time {
  font: normal normal 300 14px/17px Inter;
  letter-spacing: 0.14px;
  color: #000000;
}
.cs-main__card-time strong {
  font: normal normal 500 16px/17px Inter;
  letter-spacing: 0.16px;
}
.cs-main__card-showMore a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font: normal normal 600 18px/21px Inter;
  letter-spacing: 0px;
  color: #000000;
  padding: 15px 25px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
}
.bcw-scan__area .scan-area__box h3 span {
  color: #ec6700;
}
.bcw-quickEasy__left h5 {
  font: normal normal normal 30px/36px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
}
.bcw-quickEasy__left h3 {
  font: normal normal 600 60px/72px Inter;
  letter-spacing: 0px;
  color: #ec6700;
  margin-bottom: 30px;
}
.bcw-quickEasy__left p {
  font: normal normal 500 18px/36px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 40px;
}
.bcw-nearby__view-btn {
  margin-top: 30px;
}
.nearby__view-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font: normal normal 600 22px/26px Inter;
  letter-spacing: 0px;
  color: #ffffff !important;
  padding: 22px 48px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 125px;
}

/*================== new contact ==================*/

.contact-home__inner h1 {
  font: normal normal bold 60px/72px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.contact-home {
  padding-bottom: 50px;
}
.contact-main__title {
  font: normal normal 600 26px/31px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 30px;
}
.contact-mpl {
  padding-right: 115px;
  border-right: 1px solid #e2e2e2;
}
.contact-mpr {
  padding-left: 115px;
}
.contact-main__form .form-control {
  padding: 20px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0px;
  color: #666666;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: unset;
}
.contact-main__form .form-control:focus {
  box-shadow: unset;
}
.contact-main__form .form-control::placeholder {
  color: #666666;
}
.contact-main__form textarea.form-control {
  min-height: unset !important;
}
.contact-btn {
  width: 100%;
  border: none;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec6700 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.contact-main__list li a {
  font: normal normal normal 20px/34px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.contact-main__list li a:hover {
  color: #ec6700;
}
.contact-scan__area .scan-area__box h3 {
  font: normal normal 600 26px/31px Inter;
  margin-bottom: 10px;
}
.contact-scan__area .scan-area__box p {
  font: normal normal 600 16px/20px Inter;
  margin-bottom: 20px;
}
.contact-scan__area .scan__and-ios-img img {
  width: 100px;
}
.contact-scan__area .scan__and-ios {
  gap: 50px;
}
.contact-main__area {
  border-bottom: 1px solid #e2e2e2;
}
.contact-scan__area .scan-area__box {
  margin-top: 50px;
}

.input-form .form-right-submit {
  position: absolute;
  top: 16px;
  right: 16px;
}
.input-form .form-right-submit .desktop,
.input-form .form-right-submit .mobile {
  background-color: transparent;
  border: none;
}

.contact-main__right{
  position: sticky;
  top: 100px;
}

.py-50{
  padding: 50px 0;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}

.business-form__inner{
  display: flex;
  border-radius: 20px;
  align-items: end;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.05);
}
.business-form__left,
.business-form__right{
  width: 50%;
}
.business-form__right{
  padding: 60px 60px 60px 15px;
}
.business-form__title{
  font: normal normal 600 30px/36px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.business-form__form .form-control{
  background: #FB33A9 0% 0% no-repeat padding-box;
  border-radius: 3px !important;
  padding: 15px 20px !important;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0px;
  color: #FFCCEA !important;
  border: none !important;
}
.business-form__form .form-control:focus{
  box-shadow: unset;
}
.business-form__form .form-control::placeholder{
  color: #FFCCEA;
}
.business-form__btn-box{
  display: flex;
  gap: 30px;
}
.business-form__btn{
  display: inline-block;
  font: normal normal 600 18px/21px Inter;
  letter-spacing: 0px;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 15px 40px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 3px !important;
  border: 1px solid #fff !important;
  transition: all .3s;
}
.business-form__btn.business-form__btn2{
  background-color: transparent !important;
  color: #fff !important;
}
.business-form__btn:hover{
  background-color: transparent !important;
  color: #fff !important;
}
.business-form__btn.business-form__btn2:hover{
  color: #000000 !important;
  background-color: #fff !important;
}
.business-form__area{
  position: relative;
  margin-bottom: -200px;
}
.landing_theme .offer-area{
  padding-top: 175px;
}
.business-form__form #wpcf7-f308-o2 .wpcf7-form p{
  margin: 0;
}
.business-form__form .wpcf7-form .recaptcha{
  display: block;
  margin-bottom: 30px;
}
.business-form__form .wpcf7-form .business-form__btn-box p{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.business-form__form .wpcf7-form .business-form__btn-box p .wpcf7-spinner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
.business-form__form .wpcf7-form .business-form__btn-box br,
.business-form__form #wpcf7-f308-o2 .wpcf7-response-output{
  display: none;
}
.business-form__form #wpcf7-f308-o2 .wpcf7-not-valid-tip {
  color: #fff;
}




/*================== new about ==================*/

.nabout-home{
  padding-bottom: 50px;
}
.nabout-home .bcw-home__left h1{
  font: normal normal normal 30px/36px Inter;
}
.whoBillu-title{
  font: normal normal 600 30px/36px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 30px;
}
.whoBillu-box p:not(:last-child){
  margin-bottom: 30px;
}
.whoBillu-box p{
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.whoBillu-box{
  margin-bottom: 100px;
}
.whoBillu-mvs-text{
  font: normal normal normal 16px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.nabout-features .bcw-features__title{
  color: #ffffff;
}
.nabout-features .bcw-features__slider .prev-arrow{
  background: url(../images/img/arrow_left-1.svg) no-repeat center;
} 
.nabout-features .bcw-features__slider .next-arrow{
  background: url(../images/img/arrow_right-3.svg) no-repeat center;
} 
.nabout-features .bcw-features__img{
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.nabout-features .bcw-features__img img{
  width: 60px;
}
.bcw-features__img.nabout-features__img{
  width: auto;
  height: auto;
}
.bcw-features__img.nabout-features__img img{
  width: auto;
}
.nabout-features .bcw-features__text{
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
.whoBillu-mvs-box .row:not(:last-child){
  margin-bottom: 50px;
}
.scan__and-ios-stor{
  margin-top: 20px;
}


/*================== thank you page ==================*/

.thanku-home{
  padding: 230px 0 100px 0;
}
.thanku-home__img{
  margin-bottom: 40px;
}
.thanku-home__title {
  font: normal normal bold 40px Inter;
  letter-spacing: 0px;
  color: #000000;
  /* color: #FFFFFF; */
  margin-bottom: 10px;
}
.thanku-home__text {
  font: normal normal 300 18px Inter;
  letter-spacing: 0px;
  line-height: 25px;
  color: #000000;
  margin: 0;
}



/*================== new detail page ==================*/

.nDetail-home{
  padding-bottom: 50px;
}
.nDetail-home__inner h1{
  font: normal normal bold 40px/49px Inter;
  letter-spacing: 0px;
  /* color: #FFFFFF; */
  margin-bottom: 20px;
}
.nDetail-home__list{
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.nDetail-home__list .nDetail-home__list-item{
  display: flex;
  gap: 10px;
  align-items: center;
  font: normal normal normal 14px/14px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.nDetail-home__list .nDetail-home__list-item span{
  flex-shrink: 0;
}
.book-service-data .right-detail-result,
.book-service-data .left-filter-panel{
  padding-top: 30px;
}
.book-service-data .right-detail-result .top-result-search{
  margin-top: 0;
}
.book-service-data .left-filter-panel .filter-item:first-child{
  padding-top: 0;
}
.book-service-data .left-filter-panel .filter-item:first-child h4{
  margin-bottom: 20px;
}
.book-service-data .left-filter-panel .filter-item h4{
  font: normal normal 500 16px/14px Inter;
  letter-spacing: 0.16px;
  color: #333333;
  margin-bottom: 30px;
}
.book-service-data .left-filter-panel .filter-item .filter-lists ul li a{
  font: normal normal 500 16px/14px Inter;
  letter-spacing: 0.16px;
  color: #000000;
}
.book-service-data .left-filter-panel .filter-item .offers-checklist .form-check{
  padding: 0;
}
.book-service-data .left-filter-panel .filter-item .offers-checklist input:checked ~ label{
  color: #ec6700;
}
.book-service-data .left-filter-panel .filter-item .offers-checklist label{
  font: normal normal 500 16px/30px Inter;
  letter-spacing: 0.16px;
  color: #666666;   
}
.book-service-data .right-detail-result .top-result-search h3{
  margin: 0;
}
.book-service-data .right-detail-result .top-result-search .service-search .form-control{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  font: normal normal 500 16px/19px Inter;
  letter-spacing: 0px;
  color: #666666;
}
.book-service-data .right-detail-result .top-result-search .service-search .form-control:focus{
  box-shadow: unset;
}
.right-detail-result .detail-service-lists h4{
  font: normal normal 600 18px/14px Inter;
  letter-spacing: 0.18px;
  color: #000000;
}
.right-detail-result .offers-lists-filter{
  margin-top: 30px;
}
.right-detail-result .offers-lists-filter .cs-deal__box{
  cursor: unset;
}
.right-detail-result .offers-lists-filter .cs-deal__box img{
  height: 30px;
  object-fit: contain;
}
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress .progrss-bg,
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress .progrss-bg .progress-colored{
  border-radius: 20px;
}
.right-detail-result .offers-lists-filter .cs-deal__box span{
  flex-shrink: 0;
}
.nDetail-home__list-address{
  max-width: 130px;
  margin: 0;
}

.contact-main__area .wpcf7-response-output{
  display: none !important;
}


/*================== Blog page ==================*/

/* 05-03-24 */

.blog-area .portfolio-lists ul li a{
  position: relative;
  display: block;
}
.blog-area .portfolio-lists ul li a::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000CC 100%) 0% 0% no-repeat padding-box;
}
.blog-list__cont h3{
  font: normal normal 600 20px/24px Inter;
  color: #FFFFFF;
}
.blog-area .blog-list__cont span{
  font: normal normal 500 16px/46px Inter;
  color: #FFFFFF;
}
.blog-area .blog-list__cont{
  position: absolute;
  bottom: 0;
  padding: 30px 20px;
  z-index: 1;
}
.blog-area .book-portfolio-data{
  padding: 80px 0;
}
.blog-area .book-portfolio-data .portfolio-lists ul li a img{
  height: 360px;
  max-height: 360px;
}
.blog-detail__right{
  position: sticky;
  top: 90px;
}
.blog-detail__area .blog-detail__figur-img{
  margin-bottom: 15px;
}
.blog-detail__area p a{
  color: #ec6700;
}
.blog-detail__area .blog-detail__left h2,
.blog-detail__area .blog-detail__right h2{
  font-size: 26px;
  color: #000;
  text-align: start;
}
.blog-detail__area .blog-detail__left h3{
  font-size: 22px;
  color: #000;
  text-align: start;
}
.blog-detail__area .blog-detail__right .wp-block-latest-posts__list,
.blog-detail__area .blog-detail__right .wp-block-archives-list,
.blog-detail__area .blog-detail__right .wp-block-categories-list{
  padding-left: 20px;
}
.blog-detail__area .blog-detail__right .wp-block-latest-posts__list li,
.blog-detail__area .blog-detail__right .wp-block-archives-list li,
.blog-detail__area .blog-detail__right .wp-block-categories-list li{
  list-style: disc;
}
.blog-detail__area .blog-detail__right .wp-block-latest-posts__list li a,
.blog-detail__area .blog-detail__right .wp-block-archives-list li a,
.blog-detail__area .blog-detail__right .wp-block-categories-list li a{
  color: #ec6700;
}
.blog-detail__area .blog-detail__left .comment-form .submit,
.blog-detail__area .blog-detail__right .wp-block-search .wp-block-search__button{
  background: #ec6700;
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px solid transparent;
  color: #fff;
}
.blog-detail__offcanvas{
  height: 60vh;
  border-radius: 20px 20px 0px 0px;
}
.blog-detail__review .comment-body .comment-meta,
.blog-detail__right .wp-block-latest-comments .wp-block-latest-comments__comment-meta{
  padding-top: 0;
  background-color: unset;
}
.blog-detail__review .comment-list{
  margin-top: 15px;
}
.blog-detail__review .comment-list a,
.blog-detail__right .wp-block-latest-comments .wp-block-latest-comments__comment-meta a{
  color: #ec6700;
}
.blog-detail__review .comment-reply-title small{
  margin-left: 12px;
}

/* Date: 01-03-2024 */
/* .bcw-home{
  background-image: url(../images/img/banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */


/*================== redesign home page 11-04-24 ==================*/

@font-face {
  font-family: LuxeUno-Regular;
  src: url('../font/LuxeUno-Regular.otf');
}
@font-face {
  font-family: LuxeUno-bold;
  src: url('../font/LuxeUno-Bold.otf');
}
@font-face {
  font-family: LuxeUno-Light;
  src: url('../font/LuxeUno-Light.otf');
}
@font-face {
  font-family: LuxeUno-Semibold;
  src: url('../font/LuxeUno-SemiBold.otf');
}

.navbar-collapse .navbar-nav .nav-item a{
  color: #000000 !important;
}
.navbar-collapse .navbar-nav .nav-item a:hover, .navbar-collapse .navbar-nav .nav-item.current-menu-item a {
  color: #ec6700 !important;
}
.navbar-collapse .right-btn .blue-btn{
  color: #ffffff;
  background: #ec6700 0% 0% no-repeat padding-box;
}
.bcw-home__slide .prev-arrow{
  background: url(../images/img/arrow_left.svg) no-repeat center;
}
.bcw-home__slide .next-arrow{
  background: url(../images/img/arrow_right-2.svg) no-repeat center;
}
.logo-1{
  display: none;
}
.logo-2{
  display: block;
}
.headScroll{
  background-color: #ffffff;
}
.bcw-home__left h3{
  font: normal normal 300 40px/49px Inter;
  color: #000000;
  margin-bottom: 10px;
}
.bcw-home__left h4,.bcw-home__left h1{
  color: #0B0B45;
  font: normal normal bold 52px/72px LuxeUno-bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.bcw-home__left p{
  color: #000000;
  font: normal normal normal 26px/31px Inter;
}
.bcw-hbtn{
  color: #ffffff !important;
  background-color: #ec6700;
}
.bcw-fund__right p,
.bcw-fund__avaFist{
  color: #000000;
  margin-bottom: 0;
  font: normal normal normal 20px/41px Inter;
}
.bcw-fund__right h3{
  margin-bottom: 20px;
}
.bcw-quickEasy__left h3{
  color: #0B0B45;
  font: normal normal bold 50px/59px LuxeUno-bold;
}
.bcw-ba__title{
  font: normal normal 600 30px/35px LuxeUno-Regular;
}
.bcw-ba__box-img{
  border: 1px solid #F4F7FC;
  box-shadow: unset;
}
.bcw-ba__box-cont h5{
  font: normal normal normal 20px/24px LuxeUno-Regular;
}
.bcw-ba__box-cont h5 strong{
  font: normal normal bold 20px/24px LuxeUno-bold;
}
.bcw-nearby{
  background-color: #f6f8fc;
}
.bcw-nearby__box h1{
  font: normal normal 300 40px/48px LuxeUno-Light;
  color: #000000;
}
.bcw-nearby__box h1 span{
  font: normal normal bold 40px/48px LuxeUno-bold;
}
.bcw-nearby__box p{
  color: #000000;
}
.bcw-nearby__category-box span{
  color: #AAAAAA;
}
.cat-color{
  color: #000000 !important;
}
.bcw-nearby__search{
  border: none;
}
.bcw-features__title{
  font: normal normal 300 40px/48px LuxeUno-Light;
}
.bcw-features__title span{
  font: normal normal bold 40px/48px LuxeUno-bold;
}
.bcw-ba__right-img span{
      top: 6px;
    width: 44%;
}

/*========= scrollbar =========*/

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: #ec6700;
  border-radius: 10px;
}


/*================== redesign category page 23-04-24 ==================*/

.cs-home,.business-banner,.contact-home{
  background: transparent linear-gradient(180deg, #F6F8FC00 0%, #F6F8FC 100%) 0% 0% no-repeat padding-box;
}
.business-top{
  background: transparent;
}
.bcw-nearby__search{
  border: 1px solid #E0E0E0;
}
.cs-home__inner .bcw-nearby__box h1 strong{
  font: normal normal 600 40px/48px LuxeUno-Semibold;
}
.cs-home .toggle-switch .toggle-label,
.cs-home .toggle-switch .toggle-input:checked + .toggle-label{
  background-color: #f9c8e5;
}
.cs-home .toggle-switch .toggle-label::before{
  background-color: #ec6700;
}
.cs-home input[type=checkbox] + label:before{
  border: 0.1em solid #ec6700;
}
.cs-home .toggle-switch .toggle-input:checked + .toggle-label::before{
  border-color: #ec6700 !important;
  background-color: #ec6700 !important;
}
.cs-home .cat-color{
  color: #ec6700 !important;
}
.cs-home .bcw-nearby__category-box span{
  color: #333333;
}
.cs-deal__area{
  background: transparent;
}
.cs-deal__box{
  padding: 14px 15px;
  text-align: left;
  justify-content: flex-start;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 10px #00000008;
  border: 1px solid #E0E0E0;
  border-radius: 115px;
}
.cs-deal__box span{
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.about-bcw-trust__area{
  background-color: #F6F8FC;
}
.about-bcw-trust__area .bcw-trust-title,
.about-bcw-trust__area .bcw-trust__cont-box h3,
.about-bcw-trust__area .bcw-trust__cont-box p{
  color: #000000;
}
.about-bcw-trust__area .bcw-trust__cont .row .col-lg-4:not(:last-child)::before{
  border-left: 1px solid #D5E3FF;
  border-right: 1px solid #ffffff;
}
.contact-home__inner h1{
  color: #0B0B45;
  font: normal normal bold 50px/59px LuxeUno-bold;
}
.business-banner::before{
  background-color: transparent;
}
.business-banner .inner-banner-content h3{
  color: #0B0B45;
}
.nDetail-home__list .nDetail-home__list-item{
  color: #000000;
}
.nDetail-home__list .nDetail-home__list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ec6700;
}

/*======================:: 12-06-24 ::======================*/

.business-form__form .wpcf7-not-valid-tip{
  color: #fff;
}
.comment-form input[type=checkbox] + label:before{
  padding-left: 0;
  line-height: 1;
}

.comment-form-error {
  color: red;
  display: block;
  margin-top: 5px;
}

/*======================:: 07-02-25 ::======================*/

.impaired-Girls-cont p{
  font: normal normal normal 20px / 41px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .impaired-Girls-img{
    text-align: center;
  }
}

/* 14-02-25 */
.bnr-title {
  margin-bottom: 20px;
}
.hs-flex {
  display: flex;
  margin-bottom: 15px;
}
.hs-opening span{
  text-align: center;
  font: normal normal bold 23px/24px LuxeUno-Regular;
  letter-spacing: 2.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  background: #000;
  transform: skew(-15deg);
  padding: 7px 7px 7px 10px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 16px;
}
.hs-opening span p{
  font: normal normal 500 16px/20px Inter;
  color: #FFF77B;
  letter-spacing: 0px;
  margin: 0;
}
.hs-flex h2{
  font: normal normal bold 30px/32px LuxeUno-Regular;
  letter-spacing: 1.5px;
  color: #000000;
  max-width: 240px;
  margin: 0;
}
.hs-flex h2 .hs-title {
  font-style: italic;
  letter-spacing: 3px;
  position: relative;
}
.hs-flex h2 .hs-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  background: #E0071D;
}
.hs-red-txt{
  color: #E0071D;
}
.hs-off{
  margin-left: 40px;
}
.hs-hero-text-billu span{
  display: block;
  font: normal normal normal 15px/32px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.hs-hero-text-billu a{
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 30px;
}
.hs-hero-location{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 2px;
  padding-left: 10px;
}
.hs-hero-location span{
  padding: 0px 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 30px;
  font: normal normal 600 18px/40px Inter;
  letter-spacing: 0px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hs-hero-location .d{
  width: 115px;
}
.hs-l-box{
  margin-bottom: 90px;
}
.hs-spons{
  display: block;
  margin-top: 40px;
  margin-bottom: 5px;
  font: normal normal 500 14px/16px Inter;
  color: #000000;
}
.b-logo{
  width: 97px;
  margin-bottom: 15px;
}
.hs-r-img, .hs-r-img img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.billu-new-banner{
  overflow: hidden;
}
.h-pt{
  padding-top: 110px;
}
.billu-new-banner a{
  position: relative;
  z-index: 1;
}
.hs-ballon{
  position: absolute;
  left: -10px;
  top: -12px;
  z-index: -1;
}

/* 04-03-25 */

.hs-mts-offer{
  font: normal normal 600 20px/25px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
}
.hs-mts-offer span{
  color: #EA2328;
}
.hs-tnc{
  margin-top: 6px;
}
.hs-tnc span{
  font-size: 12px;
  line-height: 20px;
}

/* 21-03-25 */
.home-popup .modal-body{
  padding: 0;
  position: relative;
}
.home-popup .modal-body .btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.home-popup .modal-content{
  border-radius: 10px;
  overflow: hidden;
}
.home-popup .home-popup-inner{
  max-width: 576px;
  margin: auto;
  padding: 40px 0 30px 0;
  text-align: center;
}
.home-popup-inner h3{
  font: normal normal 600 40px/51px Inter;
  color: #000000;
  margin: 0;
}
.home-popup-inner h3 span{
  color: #ec6700;
}
.home-popup-inner h4{
  font: normal normal 600 26px/31px Inter;
  color: #000000;
  margin-bottom: 8px;
}
.home-popup-inner h5{
  font: normal normal 600 20px/24px Inter;
  color: #000000;
  margin-bottom: 15px;
}
.home-popup .dnld-box{
  margin: 25px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* 21-03-25 */

.bcw-salonathome{
  padding: 140px 0;
}
.bcw-salonathome-right img{
  margin: 20px 0;
}
.bcw-salonathome-right h4{
  font: normal normal 300 30px/36px Inter;
  color: #000000;
  margin: 0;
}
.bcw-salonathome-right h3{
  font: normal normal bold 70px/83px LuxeUno-bold;
  color: #ec6700;
  margin-bottom: 20px;
}
.bcw-salonathome-right p{
  font: normal normal normal 20px/41px Inter;
  color: #000000;
  margin: 0;
}
.bcw-sthService{
  padding-bottom: 116px;
}
.sthService-top h2{
  text-align: center;
  font: normal normal 300 40px/48px LuxeUno-Light;
  color: #0B0B45;
  margin-bottom: 30px;
}
.sthService-top h2 strong{
  font-family: LuxeUno-bold;
  color: #ec6700;
}
.sthService-main .nav-tabs{
  border-bottom: unset;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.sthService-main .nav-tabs li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  background: #F4F7FC 0% 0% no-repeat padding-box;
  border-radius: 105px;
  font: normal normal 600 18px/21px Inter;
  color: #000000;
}
.sthService-main .nav-tabs li a.active{
  color: #FFFFFF;
  background: #ec6700 0% 0% no-repeat padding-box;
}
.sthService-box .bcw-features__img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sthService-box{
  gap: 15px;
}
.sthService-slider .slick-slide{
  margin: 0 15px;
}
.sthService-slider .prev-arrow{
  width: 30px;
  height: 30px;
  background: url(../images/arrow_left.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 72px;
  left: -60px;
}
.sthService-slider .next-arrow{
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right.svg) no-repeat center;
  border: 0px;
  position: absolute;
  top: 72px;
  right: -60px;
}
.hs-l-box3 .day-title{
  margin: 20px 0 10px 7px;
}
.hs-l-box3 .day-title span {
  position: relative;
  display: inline-block;
}
.hs-l-box3 .day-title span span {
  background: #000;
  padding: 2px 20px;
  border-radius: 21px;
  position: relative;
  z-index: 9;
  display: inline-block;
  font: normal normal bold 18px/28px Inter;
  letter-spacing: 0.9px;
  color: #FFFFFF;
}
.hs-l-box3 .day-title > span::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 20px;
  left: -2px;
  right: -2px;
  top: 0;
  bottom: 0;
  z-index: 8;
}
.hs-l-box3 .day-title > span::after {
  content: "";
  position: absolute;
  background: #E1001C;
  border-radius: 20px;
  left: -7px;
  right: -7px;
  top: 0;
  bottom: 0;
}
.hs-l-box3 .salon-time{
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.hs-l-box3 .salon-time li {
  padding: 0px 15px 0px 0;
  text-transform: uppercase;
  background: #FDE8E0;
  color: #E1001C;
  font: normal normal bold 16px/32px Inter;
  border-radius: 24px;
  display: flex;
}
.hs-l-box3 .salon-time li span {
  background: #F8B3A0;
  border-radius: 20px;
  padding: 8px 10px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.hs-l-box3 .hs-hero-text-billu .ls-text{
  font: normal normal 500 10px/12px Inter;
  color: #EA2228;
  margin-bottom: 10px;
}
.hs-r-cont-re{
  position: relative;
}
.hs-r-cont-main{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hs-r-cont{
  position: relative;
  padding: 5px 15px;
  min-width: 512px;
  background: #EA2228;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.hs-r-cont::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background-color: #A71E22;
  z-index: -1;
}
.hs-r-cont .hs-r-cont-1{
  transform: matrix(0, -1, 1, 0, 0, 0);
  font: normal normal normal 26px/31px Inter;
  letter-spacing: -1.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: -22px !important;
  margin-right: -15px !important;
}
.hs-r-cont .hs-r-cont-2{
  font: normal normal bold 87px/105px Inter;
  letter-spacing: -4.35px;
  color: #FFF77B;
  text-transform: uppercase;
}
.hs-r-cont .hs-r-cont-3{
  display: flex;
  flex-direction: column;
  margin-left: 9px;
}
.hs-r-cont .hs-r-cont-3 p{
  font: normal normal normal 42px/51px Inter;
  letter-spacing: -2.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.hs-r-cont .hs-r-cont-3 span{
  display: block;
  font: normal normal 500 18px/19px Inter;
  color: #FFFFFF;
}







/*======================:: responsive css ::======================*/


@media only screen and (min-width: 993px) {
  .home-popup .modal-lg{
    max-width: 900px;
  }
}
@media only screen and (min-width: 1700px) {
  .bcw-home__slide .prev-arrow {
    left: 16%;
  }
  .bcw-home__slide .next-arrow{
    left: 20%;
  }
}
@media (min-width: 576px) and (max-width: 819px) {
  .hs-l-box2 .hs-ballon {
    width: 95px;
  }
}
@media (min-width: 820px) and (max-width: 990px) {
  .bcw-home__slide .prev-arrow {
    left: 70px;
  }
  .bcw-home__slide .next-arrow {
    left: 140px;
  }
  .hs-ballon {
    left: -10px;
    top: 50px;
    width: 140px;
  }
  .hs-l-box2 .hs-ballon {
    width: 95px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .bcw-home__slide .prev-arrow {
    left: 50px;
  }
  .bcw-home__slide .next-arrow {
    left: 120px;
  }
  .hs-ballon {
    left: -10px;
    top: 50px;
    width: 161px;
  }
  .hs-l-box2 .hs-ballon {
    width: 114px;
  }
  .bcw-features__slider .next-arrow{
    right: 0;
  }
  .bcw-features__slider .prev-arrow{
    left: 0;
  }
  .sthService-slider .next-arrow{
    right: -18px;
  }
  .sthService-slider .prev-arrow{
    left: -18px;
  }
  .bcw-ba__right-img span {
    width: 200px;
  }
  .bcw-scan__img span {
    left: 140px;
    width: 40%;
  }
  .hs-l-box3 .salon-time li {
    padding: 0px 8px 0px 0;
    font: normal normal bold 14px / 30px Inter;
  }
  .hs-l-box3 .salon-time li span {
    margin-right: 8px;
  }
  .hs-r-cont .hs-r-cont-1 {
    font: normal normal normal 24px / 30px Inter;
  }
  .hs-r-cont .hs-r-cont-2 {
    font: normal normal bold 72px / 105px Inter;
  }
  .hs-r-cont .hs-r-cont-3 p {
    font: normal normal normal 38px / 47px Inter;
  }
  .hs-r-cont .hs-r-cont-3 span {
    font: normal normal 500 16px / 17px Inter;
  }
  .hs-r-cont {
    min-width: 450px;
}
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .bcw-home__slide .prev-arrow {
    left: 50px;
  }
  .bcw-home__slide .next-arrow {
    left: 120px;
  }
  .hs-ballon {
    left: -172px;
    top: -38px;
  }
  .hs-ballon {
    left: -10px;
    top: 50px;
    width: 161px;
  }
  .hs-l-box2 .hs-ballon {
    width: 132px;
  }
}
@media (min-width: 1280px) and (max-width: 1349px) {
  .bcw-home__slide .prev-arrow {
    left: 80px;
  }
  .bcw-home__slide .next-arrow {
    left: 150px;
  }
  .hs-ballon {
    left: -10px;
    top: 50px;
    width: 161px;
  }
  .hs-l-box2 .hs-ballon {
    left: -28px;
    top: 47px;
    width: 148px;
  }
}
@media (min-width: 1350px) and (max-width: 1399px) {
  .bcw-home__slide .prev-arrow {
    left: 116px;
  }
  .bcw-home__slide .next-arrow {
    left: 190px;
  }
  .hs-ballon {
    left: -10px;
    top: 12px;
    width: 190px;
  }
  .hs-ballon {
    left: -10px;
    top: 50px;
    width: 161px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .bcw-home__slide .prev-arrow {
    left: 10%;
  }
  .bcw-home__slide .next-arrow {
    left: 14%;
  }
  .hs-ballon {
    left: -10px;
    top: 12px;
    width: 190px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .bcw-home__slide .prev-arrow {
    left: 12%;
  }
  .bcw-home__slide .next-arrow {
    left: 16%;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .bcw-home__slide .prev-arrow {
    left: 14%;
  }
  .bcw-home__slide .next-arrow {
    left: 18%;
  }
}
@media (min-width: 1700px) and (max-width: 1899px) {
  .bcw-home__slide .prev-arrow {
    left: 18%;
  }
  .bcw-home__slide .next-arrow {
    left: 22%;
  }
}
@media (min-width: 1840px) and (max-width: 1920px) {
  .bcw-home__slide .prev-arrow {
    left: 20%;
  }
  .bcw-home__slide .next-arrow {
    left: 24%;
  }
}
@media only screen and (max-width: 1200px) {
  .bnr-title {
    margin-bottom: 12px;
  }
  .hs-opening span {
    font: normal normal bold 18px / 20px LuxeUno-Regular;
    letter-spacing: 2.2px;
    margin-bottom: 6px;
  }
  .hs-off {
    margin-left: 25px;
  }
  .hs-opening span p {
    font: normal normal 500 13px / 18px Inter;
  }
  .hs-flex h2 {
    font: normal normal bold 22px / 24px LuxeUno-Regular;
    letter-spacing: 1.3px;
    max-width: 200px;
  }
  .hs-flex {
    margin-bottom: 12px;
  }
  .hs-hero-text-billu span {
    font: normal normal normal 16px / 28px Inter;
  }
  .b-logo{
    width: 80px;
  }
  .hs-hero-location .d {
    width: 82px;
  }
  .bcw-home__left h3 {
    font: normal normal 300 30px / 39px Inter;
    margin-bottom: 6px;
  }
  .bcw-home__left h4, .bcw-home__left h1 {
    font: normal normal bold 40px / 52px LuxeUno-bold;
    margin-bottom: 14px;
  }
  .bcw-home__left p {
    font: normal normal normal 20px / 25px Inter;
  }
  .bcw-hbtn{
    padding: 12px 22px;
    font: normal normal 600 16px / 18px Inter;
  }
  .hs-mts-offer {
    font: normal normal 600 16px / 21px Inter;
    margin-bottom: 7px;
  }
  .hs-tnc span {
    font-size: 10px;
    line-height: 16px;
  }

  /* 24-03-25 */
  .bcw-salonathome-right h4 {
    font: normal normal 300 25px / 31px Inter;
  }
  .bcw-salonathome-right h3 {
    font: normal normal bold 60px / 73px LuxeUno-bold;
    margin-bottom: 10px;
  }
  .bcw-salonathome-right p {
    font: normal normal normal 18px / 34px Inter;
    color: #000000;
    margin: 0;
  }
  .bcw-salonathome {
    padding: 85px 0;
  }
  .bcw-sthService {
    padding-bottom: 85px;
  }

}
@media only screen and (max-width: 992px) {
  .bnr-title {
    margin-bottom: 8px;
  }
  .hs-opening span {
    font: normal normal bold 16px / 18px LuxeUno-Regular;
    letter-spacing: 1.8px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
  .hs-flex h2 {
    font: normal normal bold 18px / 20px LuxeUno-Regular;
    letter-spacing: 1.1px;
    max-width: 170px;
  }
  .hs-off {
    width: 85px;
  }
  .hs-hero-text-billu span {
    font: normal normal normal 12px / 24px Inter;
  }
  .b-logo {
    width: 60px;
  }
  .hs-hero-location .d {
    width: 60px;
  }
  .hs-hero-location span{
    padding: 2px 12px;
  }    
  .bcw-home__left h3 {
    font: normal normal 300 20px / 29px Inter;
    margin-bottom: 4px;
  }
  .bcw-home__left h4, .bcw-home__left h1 {
    font: normal normal bold 30px / 42px LuxeUno-bold;
    margin-bottom: 10px;
  }
  .bcw-home__left p {
    font: normal normal normal 14px / 20px Inter;
    margin-bottom: 18px;
  }
  .bcw-hbtn {
    padding: 8px 18px;
    font: normal normal 600 15px / 17px Inter;
  }
  .home-popup .home-popup-inner {
    padding: 30px 0 0 0;
  }
  .home-popup-inner h3 {
    font: normal normal 600 30px / 40px Inter;
  }
  .home-popup-inner h4 {
    font: normal normal 600 20px / 25px Inter;
    margin-bottom: 5px;
  }
  .home-popup .modal-lg {
    max-width: 552px;
  }
  .home-popup .modal-body{
    background: url(../images/h-pop-3.png) no-repeat top center / cover !important;
    height: 500px;
  }
  .home-popup-inner .home-popup-logo,.home-popup-inner .dnld-box a img{
    width: 100px;
  }
  /* 24-03-25 */
  .bcw-salonathome-left{
    text-align: center;
  }
  .bcw-salonathome {
    padding: 60px 0;
    padding-top: 50px;
  }
  .bcw-sthService {
    padding-bottom: 50px;
  }
  .bcw-ba__right-img span{
    right: 186px;
  }
  .bcw-scan__img span{
    left: 110px;
    width: 38%;
  }
  .hs-l-box3 .salon-time {
    flex-direction: column;
  }
  .hs-l-box3 .salon-time li{
    width: fit-content;
  }
  .hs-l-box3 .salon-time li {
    padding: 0px 12px 0px 0;
  }
  .hs-r-cont .hs-r-cont-1 {
    font: normal normal normal 20px / 26px Inter;
    margin-right: -10px !important;
  }
  .hs-r-cont .hs-r-cont-2 {
    font: normal normal bold 62px / 90px Inter;
  }
  .hs-r-cont .hs-r-cont-3 p {
    font: normal normal normal 32px / 40px Inter;
  }
  .hs-r-cont .hs-r-cont-3 span {
    font: normal normal 500 14px / 16px Inter;
  }
  .hs-r-cont {
    min-width: 382px;
  }
  .hs-r-cont::before {
    width: 10px;
  }
}
@media only screen and (max-width: 820px) {
  /* body{

    } */
  .padding-wrap {
    padding: 50px 0;
  }
  .landing-home__left h2 {
    gap: 16px;
    font: normal normal bold 38px/50px Inter;
  }
  .landing-home__left h2 span {
    width: 32px;
  }
  .appoint {
    padding: 8px;
    border: 3px solid #6153ff;
  }
  .appoint h4 {
    font: normal normal bold 32px/38px Inter;
  }
  .appoint-dot {
    width: 16px;
    height: 16px;
  }
  .appoint-dot1 {
    top: -14px;
    left: -14px;
  }
  .appoint-dot2 {
    top: -14px;
    right: -14px;
  }
  .appoint-dot3 {
    bottom: -14px;
    left: -14px;
  }
  .appoint-dot4 {
    bottom: -14px;
    right: -14px;
  }
  .landing-home__left p {
    font: normal normal normal 16px/24px Inter;
    margin-top: 45px;
  }
  .trust-title {
    font: normal normal 500 28px/34px Inter;
  }
  .trust-area__right {
    padding: 20px;
    border-radius: 10px;
  }
  .trust-area__box-num {
    margin-bottom: 12px;
    font: normal normal 600 30px/38px Inter;
  }
  .trust-area__box-text {
    font: normal normal 500 16px/19px Inter;
  }
  .trust-area__right .trust-area__box:not(:last-child):before {
    height: 108px;
  }
  .nearby-title {
    margin-bottom: 12px;
    font: normal normal 500 28px/38px Inter;
  }
  .nearby-title span {
    font: normal normal bold 28px/38px Inter;
  }
  .nearby-text {
    font: normal normal normal 16px/25px Inter;
  }
  .nearby-img2 {
    width: 70px;
    left: -70px;
  }
  .cradit-area__left .nearby-text {
    margin-top: 45px;
  }
  .cradit-img2 {
    width: 70px;
    right: -70px;
  }
  .terms-text {
    font: normal normal normal 16px/24px Inter;
  }
  .scan-area {
    padding: 130px 30px;
    border-radius: 14px;
  }
  .scan-area__box h3 {
    margin-bottom: 15px;
    font: normal normal 600 24px/28px Inter;
  }
  .scan-area__box p {
    margin-bottom: 30px;
    font: normal normal 500 16px/24px Inter;
  }
  .scan__and-ios-img span {
    margin-bottom: 12px;
    font: normal normal 600 14px/16px Inter;
  }
  .scan__and-ios-img img {
    width: 120px;
  }

  /* partner-landing-page start */

  .partner-home__left h4 {
    font: normal normal normal 28px/38px Inter;
  }
  .partner-home__left h3 {
    font: normal normal 500 45px/55px Inter;
  }
  .partner-home__left h3 span {
    font: normal normal bold 45px/55px Inter;
  }
  .partner-home__left h3 span::before {
    bottom: 2px;
    height: 5px;
  }
  .partner-home {
    padding-top: 60px;
  }
  .spending-area .nearby2-title {
    margin-top: 40px;
  }
  .spending-area .nearby-text {
    margin-top: 25px;
  }
  .offer-area__title {
    font: normal normal 600 26px/34px Inter;
  }
  .offer-text {
    font: normal normal 600 18px/26px Inter;
  }

  /* billu customer web start */
  .bcw-home__left h1 {
    margin-bottom: 8px;
    font: normal normal normal 18px/34px Inter;
  }
  .bcw-home__left h1 span {
    font: normal normal bold 28px/34px Inter;
  }
  .bcw-home__left h1 {
    margin-bottom: 20px;
    font: normal normal bold 35px/40px Inter;
  }
  .bcw-home__left p {
    margin-bottom: 20px;
    font: normal normal normal 14px/20px Inter;
  }
  .bcw-home__bgimg {
    bottom: -45%;
  }
  .bcw-h-img {
    width: 70%;
    margin-bottom: -52%;
  }
  .bcw-home__slide .prev-arrow,
  .bcw-home__slide .next-arrow {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .bcw-hbtn {
    padding: 12px 20px;
    font: normal normal 600 14px/16px Inter;
  }
  .bcw-home__left h1 img {
    width: 70px;
    bottom: -25px;
    right: 4px;
  }
  .bcw-trust-title {
    font: normal normal 300 16px/22px Inter;
  }
  .bcw-trust-title span {
    font: normal normal 600 16px/22px Inter;
  }
  .bcw-trust__cont-box h3 {
    gap: 6px;
    margin-bottom: 6px;
    font: normal normal 600 20px/22px Inter;
  }
  .bcw-trust__cont-box h3 img {
    width: 18px;
  }
  .bcw-trust__cont-box p {
    font: normal normal 300 14px/18px Inter;
  }
  .bcw-trust__area {
    padding: 25px 0;
  }
  .bcw-fund__partner-box,
  .bcw-fund__credit {
    padding: 20px;
    border-radius: 12px;
  }
  .bcw-cfund__box span {
    font: normal normal 300 19px/24px Inter;
  }
  .bcw-cfund__box span:last-child {
    font: normal normal 600 19px/24px Inter;
  }
  .bcw-fund__right h5 {
    font: normal normal normal 22px/26px Inter;
  }
  .bcw-fund__right h5 span {
    font: normal normal 600 22px/26px Inter;
  }
  .bcw-fund__right-img,
  .bcw-fund__right h5,
  .bcw-available__left-img,
  .bcw-available__left h3,
  .bcw-ba__logo,
  .bcw-ba__title {
    margin-bottom: 12px;
  }
  .bcw-fund__right-img img,
  .bcw-available__left-img img,
  .bcw-ba__logo img {
    width: 60px;
  }
  .bcw-fund__right h3 {
    font: normal normal bold 40px/48px Inter;
    margin-bottom: 20px;
  }
  .bcw-fund__right p {
    font: normal normal normal 20px/30px Inter;
    margin-bottom: 20px;
  }
  .bcw-fund__right p span {
    font: normal normal 600 20px/30px Inter;
  }
  .bcw-available__left h3 {
    font: normal normal normal 24px/28px Inter;
  }
  .bcw-available__left h2 {
    font: normal normal bold 35px/40px Inter;
    margin-bottom: 20px;
  }
  .bcw-available__left p {
    font: normal normal normal 20px/28px Inter;
    color: #000000;
    margin: 0;
  }
  .bcw-available__left p {
    font: normal normal normal 20px/28px Inter;
  }
  .bcw-available__circle,
  .bcw-available__circle-img {
    width: 62px;
    height: 62px;
  }
  .bcw-available__circle img {
    width: 20px;
  }
  .bcw-available__circle2 {
    width: 220px;
    height: 220px;
  }
  .bcw-ac2-img1 {
    top: -25px;
    width: 50px;
    height: 50px;
  }
  .bcw-ac2-img2 {
    right: -28px;
    width: 60px;
    height: 60px;
  }
  .bcw-ac2-img3 {
    bottom: -28px;
    width: 54px;
    height: 54px;
  }
  .bcw-available__circle1 {
    width: 400px;
    height: 400px;
  }
  .bcw-ac1-img1,
  .bcw-ac1-img2,
  .bcw-ac1-img3,
  .bcw-ac1-img4,
  .bcw-ac2-img1,
  .bcw-ac2-img2,
  .bcw-ac2-img3 {
    border-radius: 50%;
    overflow: hidden;
  }
  .bcw-ac1-img1 {
    top: -45px;
    width: 90px;
    height: 90px;
  }
  .bcw-ac1-img2 {
    right: -32px;
    width: 77px;
    height: 77px;
  }
  .bcw-ac1-img3 {
    left: -32px;
    width: 80px;
    height: 80px;
  }
  .bcw-ac1-img4 {
    bottom: -32px;
    width: 70px;
    height: 70px;
  }
  .bcw-available__right {
    padding: 60px 0;
  }
  .bcw-ba__title {
    font: normal normal 600 24px/28px Inter;
  }
  .bcw-ba__text {
    font: normal normal normal 14px/22px Inter;
    margin-bottom: 20px;
  }
  .bcw-ba__box-cont h5 {
    font: normal normal bold 16px/18px Inter;
  }
  .bcw-ba__box-img {
    width: 40px;
    height: 40px;
  }
  .bcw-ba__box {
    gap: 12px;
    text-align: start;
  }
  .bcw-ba__box-img img {
    width: 20px;
  }
  .bcw-nearby__box h1 {
    font: normal normal 300 28px/35px Inter;
  }
  .bcw-nearby__box h1 span {
    font: normal normal bold 28px/35px Inter;
  }
  .bcw-nearby__box p {
    font: normal normal normal 16px/28px Inter;
    margin-bottom: 20px;
  }
  .bcw-nearby__box p span {
    font: normal normal bold 16px/28px Inter;
  }
  .bcw-nearby__category-box span {
    font: normal normal 500 14px/16px Inter;
  }
  .toggle-switch,
  .toggle-switch .toggle-label {
    width: 50px;
    height: 28px;
  }
  .toggle-switch .toggle-label::before {
    top: 4px;
    left: 4px;
    width: 20px !important;
    height: 20px !important;
  }
  .toggle-switch .toggle-input:checked + .toggle-label::before {
    transform: translateX(21px);
  }
  .bcw-nearby__search .form-control,
  .bcw-nearby__search .form-select {
    padding: 18px 24px 18px 64px !important;
    font: normal normal normal 16px/18px Inter;
  }
  .bcw-nearby__search .form-select {
    padding: 18px 64px 18px 24px !important;
  }
  .input-form span {
    top: 14px;
    left: 22px;
  }
  .bcw-nearby__slider {
    margin-top: 35px;
  }
  .bcw-features__title {
    font: normal normal 300 26px/38px Inter;
    margin-bottom: 40px;
  }
  .bcw-features__title span {
    font: normal normal bold 26px/38px Inter;
  }
  .bcw-ba__right-img span {
    width: 260px;
    right: 109px;
  }
  .bcw-scan__img span {
    left: 111px;
    width: 37%;
  }
  .navbar-collapse.show .navbar-nav .nav-item a {
    color: #000 !important;
  }

  .bcw-quickEasy__left h5 {
    font: normal normal normal 24px/30px Inter;
  }
  .bcw-quickEasy__left h3 {
    font: normal normal 600 40px/50px Inter;
    margin-bottom: 18px;
  }
  .bcw-quickEasy__left p {
    font: normal normal 500 15px/30px Inter;
    margin-bottom: 28px;
  }
  .nearby__view-btn {
    font: normal normal 600 18px/22px Inter;
    padding: 18px 34px;
  }
  .bcw-features__slider .prev-arrow {
    left: -30px;
  }
  .bcw-features__slider .next-arrow {
    right: -30px;
  }
  .bcw-home__left h1 .font-w {
    font: normal normal 300 35px/40px Inter;
  }
  .bcw-home__left h1 .font-w span {
    font: normal normal bold 35px/40px Inter;
  }


  /*================== new categories-services ==================*/

  .cs-home__inner .bcw-nearby__box h1 strong {
    font: normal normal bold 35px/45px Inter;
    
  }
  .breadcrumb-box {
    margin: 25px 0;
  }
  .cs-main__card-title {
    font: normal normal 600 18px/22px Inter;
  }
  .cs-main__card-offer {
    font: normal normal normal 14px/14px Inter;
  }
  .cs-main__card-offer strong {
    font: normal normal 600 14px/14px Inter;
  }
  .cs-main__card-showMore a {
    font: normal normal 600 16px/19px Inter;
    padding: 12px 20px;
  }

  /*================== new contact ==================*/

  .contact-mpl {
    padding-right: 50px;
  }
  .contact-mpr {
    padding-left: 50px;
  }
  .contact-main__title {
    font: normal normal 600 20px/26px Inter;
    margin-bottom: 24px;
  }
  .contact-main__list li a {
    font: normal normal normal 18px/32px Inter;
  }
  .contact-scan__area .scan-area__box h3 {
    font: normal normal 600 18px/23px Inter;
    margin-bottom: 8px;
  }
  .contact-scan__area .scan-area__box p {
    font: normal normal 600 14px/18px Inter;
    margin-bottom: 16px;
  }
  .contact-scan__area .scan__and-ios-img img {
    width: 80px;
  }
  .contact-home__inner h1 {
    font: normal normal bold 45px/60px Inter;
  }
  .contact-scan__area {
    text-align: center;
  }
  .contact-scan__area .scan__and-ios,
  .contact-scan__area .scan__and-ios-img {
    align-items: center;
    justify-content: center;
  }

  /* business page */
  .inner-page-banner.business-banner .inner-banner-content{
    margin-top: 120px !important;
  }


  .business-form__inner{
    flex-direction: column;
  }
  .business-form__left, 
  .business-form__right {
    width: 100%;
  }
  .business-form__img{
    text-align: center;
  }
  .business-form__right {
    padding: 60px;
  }


  /*================== new about ==================*/

  .whoBillu-title {
    font: normal normal 600 24px/28px Inter;
    margin-bottom: 18px;
  }
  .whoBillu-box p:not(:last-child) {
      margin-bottom: 18px;
  }
  .whoBillu-box p {
      font: normal normal normal 16px/24px Inter;
  }
  .whoBillu-box {
      margin-bottom: 50px;
  }
  .whoBillu-mvs-text {
      font: normal normal normal 14px/22px Inter;
  }


  /*================== thank you page ==================*/

  .thanku-home {
    padding: 200px 0 80px 0;
  }
  .thanku-home__title {
      font: normal normal bold 40px/54px Inter;
      margin-bottom: 18px;
  }
  .thanku-home__text {
      font: normal normal 300 24px/36px Inter;
  }


  
  /*================== new detail page ==================*/

  .nDetail-home__inner h1 {
    font: normal normal bold 35px/45px Inter;
    margin-bottom: 14px;
  }
  .book-service-data .left-filter-panel .filter-item .offers-checklist label {
      font: normal normal 500 14px/22px Inter;
  }
  .book-service-data .left-filter-panel .filter-item .offers-checklist label::before{
      padding-left: 5px;
  }
  .book-service-data .left-filter-panel .filter-item h4{
    font-weight: 600;
  }

  .facilities-about.saloon-about ul li span:last-child {
    justify-content: flex-start !important;
  }

  .book-portfolio-data .portfolio-lists ul li{
    width: 53.33%;
  }
  .blog-area .book-portfolio-data .portfolio-lists ul li a img {
    height: 270px;
  }
  .blog-area .blog-list__cont{
    padding: 22px 14px;
  }
  .blog-area .book-portfolio-data {
    padding: 60px 0;
  }
  .bcw-home__left h3 {
    font: normal normal 300 16px / 25px Inter;
    margin-bottom: 3px;
  }
  .bcw-home__left h1 {
    margin-bottom: 12px;
    font: normal normal bold 28px / 32px Inter;
  }
  .hs-ballon {
    left: -10px;
    top: 46px;
    width: 140px;
  }
  .bcw-features__slider .next-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    right: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
    top: 40%;
  }
  .bcw-features__slider .prev-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    left: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
    top: 40%;
  }
  .home-popup-inner h4 {
    font: normal normal 600 20px / 25px Inter;
    margin-bottom: 6px;
  }
  .home-popup-inner h5 {
    font: normal normal 600 16px / 20px Inter;
    margin-bottom: 10px;
  }
  .home-popup-inner .home-popup-logo{
    width: 100px;
  }
  .home-popup-inner .dnld-box a img{
    width: 100px;
  }
  /* 24-03-25 */
  .sthService-slider .prev-arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    left: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
    top: 68px;
  }
  .sthService-slider .next-arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    right: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
    top: 68px;
  }
  .bcw-salonathome-right h3 {
    font: normal normal bold 50px / 65px LuxeUno-bold;
  }
  .bcw-ba__right{
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-popup-inner h3 {
    font: normal normal 600 28px / 40px Inter;
  }
  .home-popup-inner h4 {
    font: normal normal 600 18px / 25px Inter;
    margin-bottom: 5px;
  }
  .home-popup .dnld-box {
    margin: 15px 0;
  }
  .bcw-ba__right-img span {
    width: 260px;
    right: 109px;
  }
  .hs-l-box3 .salon-time {
    flex-direction: row;
  }
  .hs-l-box {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .landing-home__left h2 {
    gap: 10px;
    font: normal normal bold 22px/30px Inter;
  }
  .landing-home__left h2 span {
    width: 20px;
  }
  .appoint {
    padding: 5px;
    border: 1px solid #6153ff;
  }
  .appoint h4 {
    font: normal normal bold 18px/26px Inter;
  }
  .appoint-dot {
    width: 8px;
    height: 8px;
  }
  .appoint-dot1 {
    top: -7px;
    left: -7px;
  }
  .appoint-dot2 {
    top: -7px;
    right: -7px;
  }
  .appoint-dot3 {
    bottom: -7px;
    left: -7px;
  }
  .appoint-dot4 {
    bottom: -7px;
    right: -7px;
  }
  .landing-home__left p {
    font: normal normal normal 14px/21px Inter;
    margin-top: 26px;
  }
  .padding-wrap {
    padding: 30px 0;
  }
  .trust-title {
    font: normal normal 500 20px/28px Inter;
  }
  .trust-area__right {
    flex-direction: column;
  }
  .trust-area__right .trust-area__box {
    width: 100%;
    padding: 30px 0;
  }
  .trust-area__right .trust-area__box:not(:last-child):before {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: unset;
  }
  .nearby-title {
    margin-bottom: 8px;
    font: normal normal 500 20px/28px Inter;
  }
  .nearby-title span {
    font: normal normal bold 20px/28px Inter;
  }
  .nearby-text {
    font: normal normal normal 14px/21px Inter;
  }
  .cradit-area__left .appoint {
    border: 1px solid #6960cb;
  }
  .cradit-area__left .nearby-text {
    margin-top: 30px;
  }
  .terms-text {
    font: normal normal normal 14px/21px Inter;
  }
  .terms-text a {
    font: normal normal bold 16px/30px Inter;
  }
  .terms-area {
    margin-bottom: 40px;
  }
  .scan-area {
    padding: 30px 20px;
    border-radius: 10px;
    background-image: none !important;
  }
  .scan-area__box h3 {
    margin-bottom: 12px;
    font: normal normal 600 25px/25px Inter;
  }
  .scan-area__box p {
    margin-bottom: 20px;
    font: normal normal 500 14px/21px Inter;
  }
  .scan__and-ios-img span {
    margin-bottom: 10px;
    font: normal normal 600 12px/14px Inter;
  }

  /* partner-landing-page start */

  .partner-home {
    padding-top: 30px;
  }
  .partner-home__left h4 {
    font: normal normal normal 20px/26px Inter;
  }
  .partner-home__left h3 {
    font: normal normal 500 34px/44px Inter;
  }
  .partner-home__left h3 span {
    font: normal normal bold 34px/44px Inter;
  }
  .offer-area__title {
    font: normal normal 600 20px/28px Inter;
  }
  .offer-text {
    font: normal normal 600 16px/24px Inter;
  }

  /* billu customer web start */
  .h-pt {
    padding-top: 100px;
  }
  .bcw-h-img {
    width: 60%;
    border-radius: 12px;
  }
  .bcw-home__left h1 img {
    display: none;
  }
  .bcw-home__bgimg {
    bottom: -70%;
  }
  .bcw-home__left h1 {
    margin-bottom: 6px;
    font: normal normal normal 16px/28px Inter;
  }
  .bcw-home__left h1 span {
    font: normal normal bold 20px/28px Inter;
  }
  .bcw-home__left h4 {
    margin-bottom: 12px;
    font: normal normal bold 24px/28px LuxeUno-bold;
  }
  .bcw-home__left p {
    margin-bottom: 14px;
    font: normal normal normal 12px/14px Inter;
  }
  .bcw-hbtn {
    padding: 10px 12px;
    font: normal normal 600 13px/14px Inter;
  }
  .bcw-home__slide .prev-arrow,
  .bcw-home__slide .next-arrow {
    width: 34px;
    height: 34px;
    bottom: 110px;
  }
  .bcw-home__slide .prev-arrow {
    left: 0;
  }
  .bcw-home__slide .next-arrow {
    left: 88%;
  }
  .bcw-trust-title {
    text-align: center;
    font: normal normal 300 14px/20px Inter;
  }
  .bcw-trust-title span {
    font: normal normal 600 14px/20px Inter;
  }
  .bcw-trust__cont .row .col-lg-4:not(:last-child)::before {
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .bcw-trust__cont .row .col-lg-4 {
    padding-bottom: 15px;
  }
  .bcw-trust__cont-box h3 {
    font: normal normal 600 18px/17px Inter;
  }
  .bcw-trust__cont-box h3 img {
    width: 15px;
  }
  .bcw-fund__right h5 {
    font: normal normal normal 18px/22px Inter;
  }
  .bcw-fund__right h5 span {
    font: normal normal 600 18px/22px Inter;
  }
  .bcw-fund__right-img img,
  .bcw-available__left-img img,
  .bcw-ba__logo img {
    width: 50px;
  }
  .bcw-fund__right-img,
  .bcw-fund__right h5,
  .bcw-available__left-img,
  .bcw-available__left h3,
  .bcw-ba__logo,
  .bcw-ba__title {
    margin-bottom: 10px;
  }
  .bcw-fund__right h3 {
    font: normal normal bold 30px/35px Inter;
    margin-bottom: 15px;
  }
  .bcw-fund__right p {
    font: normal normal normal 16px/24px Inter;
    margin-bottom: 16px;
  }
  .bcw-fund__right p span {
    font: normal normal 600 16px/24px Inter;
  }
  .bcw-fund__partner-box h5 {
    font: normal normal normal 14px/18px Inter;
    margin-bottom: 8px;
  }
  .bcw-fund__partner-box h4 {
    font: normal normal 600 18px/22px Inter;
  }
  .bcw-fund__customer-box h3 {
    font: normal normal normal 16px/22px Inter;
  }
  .bcw-fund__customer-img-box span {
    font: normal normal 600 20px/26px Inter;
  }
  .bcw-fund__partner-box,
  .bcw-fund__credit {
    padding: 15px;
    border-radius: 8px;
  }
  .bcw-cfund__progress .progress {
    height: 6px;
  }
  .bcw-cfund__box span {
    font: normal normal 300 14px/17px Inter;
  }
  .bcw-cfund__box span:last-child {
    font: normal normal 600 14px/17px Inter;
  }
  .bcw-cfund__box.bcw-cfund__box2 span {
    font: normal normal 600 12px/16px Inter;
  }
  .bcw-cfund__box span:last-child {
    font: normal normal 600 12px/16px Inter;
  }
  .bcw-available__left h3 {
    font: normal normal normal 18px/22px Inter;
  }
  .bcw-available__left h2 {
    font: normal normal bold 24px/26px Inter;
    margin-bottom: 14px;
  }
  .bcw-available__left p {
    font: normal normal normal 14px/22px Inter;
  }
  .bcw-available__circle,
  .bcw-available__circle-img {
    width: 40px;
    height: 40px;
  }
  .bcw-available__circle img {
    width: 14px;
  }
  .bcw-available__circle2 {
    width: 150px;
    height: 150px;
  }
  .bcw-ac2-img1 {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .bcw-ac2-img2 {
    right: -18px;
    width: 50px;
    height: 50px;
  }
  .bcw-ac2-img3 {
    bottom: -20px;
    width: 44px;
    height: 44px;
  }
  .bcw-available__circle1 {
    width: 260px;
    height: 260px;
  }
  .bcw-ac1-img1 {
    top: -28px;
    width: 55px;
    height: 55px;
  }
  .bcw-ac1-img2 {
    right: -22px;
    width: 50px;
    height: 50px;
  }
  .bcw-ac1-img3 {
    left: -28px;
    width: 60px;
    height: 60px;
  }
  .bcw-ac1-img4 {
    bottom: -30px;
    width: 59px;
    height: 59px;
  }
  .bcw-testi__img {
    width: 40px;
    height: 40px;
  }
  .bcw-testi__list {
    gap: 6px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .bcw-testi__text {
    font: normal normal 500 14px/22px Inter;
  }
  .bcw-testi__userName {
    font: normal normal 600 16px/22px Inter;
    margin-bottom: 5px;
  }
  .bcw-testi__userCity {
    font: normal normal normal 12px/24px Inter;
  }
  .bcw-testi__slider .prev-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    left: 0%;
    top: 28%;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
  }
  .bcw-testi__slider .next-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    top: 28%;
    right: 0%;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #e5e5e5;
  }
  .bcw-ba__title {
    font: normal normal 600 18px/22px Inter;
  }
  .bcw-ba__text {
    font: normal normal normal 12px/18px Inter;
  }
  .bcw-ba__box-cont h5 {
    font: normal normal bold 14px/16px Inter;
  }
  .bcw-ba__box-cont p {
    font: normal normal 500 12px/14px Inter;
  }
  .bcw-ba__box-img {
    width: 35px;
    height: 35px;
  }
  .bcw-ba__box-img img {
    width: 15px;
  }
  .bcw-bookAppointment {
    padding-top: 20px;
  }
  .bcw-nearby__box h1 {
    font: normal normal 300 16px/24px Inter;
    margin-bottom: 6px;
  }
  .bcw-nearby__box h1 span {
    font: normal normal bold 18px/24px Inter;
  }
  .bcw-nearby__box p {
    font: normal normal normal 14px/24px Inter;
    margin-bottom: 14px;
  }
  .bcw-nearby__box p span {
    font: normal normal bold 14px/24px Inter;
  }
  .bcw-nearby__search {
    border-radius: 6px;
    border: none;
    background-color: unset;
  }
  .bcw-nearby__search .form-control,
  .bcw-nearby__search .form-select {
    border-radius: 40px !important;
  }
  .hr-bar {
    display: none;
  }
  .bcw-nearby__slider .next-arrow {
    width: 40px;
    height: 40px;
    background-color: #ec6700;
    border-radius: 50px;
    right: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #ec6700;
    top: 40%;
  }
  .bcw-nearby__slider .prev-arrow {
    width: 40px;
    height: 40px;
    background-color: #ec6700;
    border-radius: 50px;
    left: -6px;
    z-index: 99;
    background-size: 7px;
    background-position: center;
    border: 1px solid #ec6700;
    top: 40%;
  }
  .bcw-features__title {
    font: normal normal 300 16px/22px Inter;
    margin-bottom: 30px;
  }
  .bcw-features__title span {
    font: normal normal bold 20px/22px Inter;
  }
  .bcw-features__text {
    font: normal normal 600 16px/22px Inter;
  }
  
  .bcw-ba__right-img span {
    width: 46%;
    right: 5%;
  }
  .bcw-scan__img span {
            left: 31%;
        width: 40%;
  }
  .bcw-home__left {
    margin-top: 0;
    text-align: center;
  }
  .navbar-collapse .right-btn {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    bottom: 20px;
  }
  header .navbar-collapse .navbar-nav li,
  .navbar-collapse .right-btn {
    padding: 0 15px !important;
  }
  header .navbar-collapse .navbar-nav li a {
    padding: 15px 0px !important;
  }
  .header .navbar-collapse {
    padding-top: 90px;
  }
  .header.headScroll .navbar-collapse {
    padding-top: 80px;
  }
  .bcw-fund__percent,
  .bcw-fund__percent svg {
    width: 120px;
    height: 120px;
  }
  .bcw-fund__percent svg circle {
    stroke-width: 12px;
    r: 50;
    cx: 60;
    cy: 60;
  }
  .bcw-fund__percent .number {
    width: 74%;
    height: 74%;
  }
  .bcw-fund__percent .number h3 {
    font: normal normal 600 16px/20px Inter;
  }
  .bcw-fund__percent .number span {
    font-size: 12px;
  }
  .bcw-ba__left {
    text-align: center;
  }
  .bcw-ba__right {
    margin-top: 30px;
  }
  .scan-area__box {
    text-align: center;
  }
  .scan__and-ios {
    gap: 60px;
    justify-content: center;
  }

  .bcw-fund__avaFist {
    font: normal normal normal 20px/25px Inter;
    margin-bottom: 12px;
  }
  .bcw-fund__avaFist strong {
    font: normal normal 600 20px/25px Inter;
  }
  .bcw-fund__text {
    font: normal normal normal 14px/24px Inter;
    margin-bottom: 24px;
  }
  .bcw-quickEasy__left h5 {
    font: normal normal normal 18px/24px Inter;
  }
  .bcw-quickEasy__left h3 {
    font: normal normal 600 30px/38px Inter;
    margin-bottom: 12px;
  }
  .bcw-quickEasy__left p {
    font: normal normal 500 13px/24px Inter;
    margin-bottom: 20px;
  }
  .nearby__view-btn {
    font: normal normal 600 15px/17px Inter;
    padding: 14px 22px;
  }
  .bcw-home__left h1 .font-w {
    font: normal normal 300 24px/28px Inter;
  }
  .bcw-home__left h1 .font-w span {
    font: normal normal bold 24px/28px Inter;
  }



  /*================== new categories-services ==================*/

  .breadcrumb-box {
    margin: 20px 0;
  }
  .cs-home__inner .bcw-nearby__box h1 strong {
    font: normal normal bold 25px/35px Inter;
    
  }
  .cs-filter__list {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .cs-home__inner .bcw-nearby__box h1 {
    margin-bottom: 20px;
  }
  .cs-home {
    padding-bottom: 30px;
  }
  .result-top-sec .result-left h3 {
    font-size: 18px;
  }
  .result-top-sec .result-left span {
    font-size: 13px;
  }
  .breadcrumb-box .breadcrumb-item {
    padding-left: 0.3rem;
  }
  .breadcrumb-box .breadcrumb-item::before {
    padding-right: 0.3rem;
  }
  .cs-main__card-img {
    height: 250px;
    margin-bottom: 18px;
  }
  .cs-main__card-offer {
    font: normal normal normal 12px/12px Inter;
  }
  .cs-main__card-offer strong {
    font: normal normal 600 12px/12px Inter;
  }
  .serviceStarting-cont {
    font: normal normal 300 12px/15px Inter;
    padding: 5px 13px;
  }
  .serviceStarting-cont strong {
    font: normal normal bold 12px/15px Inter;
  }
  .cs-main__card-serviceStarting {
    margin: 20px 0;
  }
  .cs-main__card-time {
    font: normal normal 300 12px/15px Inter;
  }
  .cs-main__card-time strong {
    font: normal normal 500 14px/15px Inter;
  }
  .cs-main__card-box {
    margin-bottom: 30px;
  }
  .cs-main__area {
    margin-bottom: 50px;
  }
  .cs-main__card-showMore a {
    font: normal normal 600 14px/17px Inter;
    padding: 10px 16px;
  }
  .cs-deal__area {
    padding: 25px;
  }

  /*================== new contact ==================*/

  .contact-home__inner h1 {
    font: normal normal bold 30px/38px Inter;
  }
  .contact-home,
  .contact-mpl {
    padding-bottom: 30px;
  }
  .contact-mpl {
    padding-right: 15px;
    border-right: unset;
    border-bottom: 1px solid #e2e2e2;
  }
  .contact-mpr {
    padding-left: 15px;
    padding-top: 30px;
  }
  .contact-main__form .form-control {
    padding: 15px;
  }
  .contact-main__title {
    font: normal normal 600 18px/24px Inter;
    margin-bottom: 20px;
  }

  .business-form__right {
    padding: 30px;
  }
  .business-form__inner{
    border-radius: 12px;
  }
  .business-form__title {
    font: normal normal 600 19px/28px Inter;
    margin-bottom: 20px;
  }
  .business-form__btn-box {
    gap: 12px;
  }
  .business-form__btn-box .business-form__btn{
    width: 50%;
    font: normal normal 600 14px/16px Inter;
    padding: 12px 30px !important;
    text-align: center;
  }
  .business-form__area {
    margin-bottom: -160px;
  }


  /*================== new about ==================*/

  .nabout-home {
    padding-bottom: 30px;
  }
  .whoBillu-title {
      font: normal normal 600 18px/22px Inter;
      margin-bottom: 10px;
  }
  .whoBillu-box p:not(:last-child) {
      margin-bottom: 10px;
  }
  .whoBillu-box p {
      font: normal normal normal 13px/20px Inter;
  }
  .whoBillu-box {
      margin-bottom: 30px;
  }
  .whoBillu-mvs-text {
      font: normal normal normal 13px/20px Inter;
  }
  .nabout-features .bcw-features__slider .next-arrow,
  .nabout-features .bcw-features__slider .prev-arrow{
    background-size: 7px;
  }


  /*================== thank you page ==================*/
    
  .thanku-home {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .thanku-home__img {
      margin-bottom: 28px;
  }
  .thanku-home__img img{
      width: 260px;
  }
  .thanku-home__title {
      font: normal normal bold 24px/32px Inter;
      margin-bottom: 10px;
  }
  .thanku-home__text {
      font: normal normal 300 18px/28px Inter;
  }



  /*================== new detail page ==================*/

  .nDetail-home__inner h1 {
    font: normal normal bold 25px/35px Inter;
    margin-bottom: 10px;
  }
  .book-service-data .left-filter-panel .filter-item .offers-checklist label {
      font: normal normal 500 14px/22px Inter;
  }
  .book-service-data .left-filter-panel .filter-item .offers-checklist label::before{
      padding-left: 5px;
  }
  .nDetail-home {
      padding-bottom: 30px;
  }
  .nDetail-home__list{
      white-space: nowrap;
      overflow-x: scroll;
      justify-content: start;
  }
  .nDetail-home__list .nDetail-home__list-item{
      font: normal normal normal 13px/13px Inter;
  }
  .detail-details-tab .nav-tabs{
      white-space: nowrap;
      flex-wrap: nowrap;
      position: relative;
      overflow-x: scroll;
  }
  .nDetail-home__list::-webkit-scrollbar,
  .detail-details-tab .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .detail-details-tab .nav-tabs li.nav-item button{
      padding: 6px 12px;
  }
  .right-detail-result .offers-lists-filter .cs-deal__box{
      font: normal normal 500 12px/14px Inter;
  }
  .right-detail-result .offers-lists-filter {
      margin-top: 16px;
  }
  .book-service-data .right-detail-result .top-result-search{
      gap: 16px;
  }
  .book-service-data .filter-detail-mobile a{
      display: inline-block;
  }
  .filter-detail-mobile{
      height: auto;
      margin-bottom: 24px;
  }
  .book-review-data .top-reviews-sec .left-reviews-text h2 {
      font-size: 60px;
  }
  .top-reviews-sec .left-reviews-text .reviews-stars li img {
      width: 16px;
  }
  .top-reviews-sec .left-reviews-text strong{
      font-size: 13px;
  }


  /*================== blog page ==================*/

  .contact-home__inner h1{
    font: normal normal bold 30px / 47px Inter;
  }
  .blog-area .book-portfolio-data .portfolio-lists ul li a img{
    height: 250px;
  }
  .blog-area .blog-list__cont{
    padding: 20px 12px;
  }
  .blog-list__cont h3 {
    font: normal normal 600 18px / 22px Inter;
  }
  .blog-area .blog-list__cont span{
    font: normal normal 500 14px/46px Inter;
  }
  .blog-area .book-portfolio-data {
    padding: 40px 0;
  }

  .nabout-home .bcw-home__left h1 {
    font: normal normal normal 25px / 30px Inter;
  }
  .cs-home__inner .bcw-nearby__box h1 strong {
    font: normal normal 600 30px / 38px LuxeUno-Semibold;
  }
  .bcw-nearby__box h1 {
    font: normal normal 300 30px / 38px LuxeUno-Light;
  }
  .bcw-nearby__box h1 span {
    font: normal normal bold 30px / 38px LuxeUno-bold;
  }
  /* .hs-r-img{
    display: none;
  } */
  .hs-opening span {
    font: normal normal bold 22px / 24px LuxeUno-Regular;
  }
  .hs-off {
    width: 115px;
  }
  .hs-flex h2 {
    font: normal normal bold 26px / 32px LuxeUno-Regular;
    max-width: 200px;
  }
  .hs-hero-text-billu span {
    padding: 0;
  }
  .hs-hero-location span{
    padding: 2px 12px;
  }
  .b-logo {
    width: 130px;
  }
  .hs-l-box {
    margin-bottom: 0;
  }
  .home-popup-inner h3 {
    font: normal normal 600 20px / 30px Inter;
  }
  .home-popup-inner h4 {
    font: normal normal 600 18px / 22px Inter;
    margin-bottom: 6px;
  }
  .home-popup-inner h5 {
    font: normal normal 600 16px / 18px Inter;
    margin-bottom: 10px;
  }
  .home-popup-inner .home-popup-logo {
    width: 90px;
  }
  .home-popup .dnld-box{
    gap: 16px;
    margin: 16px 0;
  }
  .home-popup-inner .home-popup-btm-img {
    width: 80px;
  }
  .home-popup .modal-body{
    background: url(../images/h-pop-4.png) no-repeat bottom center / cover !important;
  }
  .bcw-salonathome-right img {
    margin-top: 0;
  }
  .bcw-salonathome-right h4 {
    font: normal normal 300 20px / 26px Inter;
  }
  .bcw-salonathome-right h3 {
    font: normal normal bold 40px / 55px LuxeUno-bold;
  }
  .bcw-salonathome-right p {
    font: normal normal normal 16px / 30px Inter;
  }
  .sthService-top h2 {
    font: normal normal 300 30px / 38px LuxeUno-Light;
    margin-bottom: 28px;
  }
  .sthService-main .nav-tabs li a {
    padding: 9px 18px;
    font: normal normal 600 16px / 19px Inter;
  }
  .hs-l-box3 .salon-time {
    flex-direction: column;
  }

}
@media only screen and (max-width: 420px) {
  .hs-r-cont {
    min-width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 5px 8px;
    border-radius: 8px 8px 0px 0px;
  }
  .hs-r-cont .hs-r-cont-3 span {
    font: normal normal 500 12px / 14px Inter;
  }
  .hs-r-cont .hs-r-cont-1 {
    transform: unset;
    font: normal normal normal 14px / 18px Inter;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-r-cont .hs-r-cont-2 {
    font: normal normal bold 34px / 43px Inter;
    letter-spacing: 0;
  }
  .hs-r-cont .hs-r-cont-3 {
    margin-left: 0;
  }
  .hs-r-cont .hs-r-cont-3 p {
    font: normal normal normal 18px / 24px Inter;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 320px) {
  .home-popup-inner .home-popup-btm-img {
    padding-bottom: 165px;
  }
}
