@media (min-width: 1600px) {
  .mainHeader .custom-container {
    min-width: 1600px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: 'calypso-regular';

  src:
    url('../font/Calypso-Regular.eot') format('embedded-opentype'),
    url('../font/Calypso-Regular.woff2') format('woff2'),
    url('../font/Calypso-Regular.woff') format('woff'),
    url('../font/Calypso-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mainHeader li.nav-item:not(:last-child) {
  margin-right: 3rem;
}

.mainHeader li.nav-item .nav-link {
  color: #4A525E;
}

.mainHeader li.nav-item .nav-link:hover {
  color: #00515B;
}

.mainHeader li.nav-item .nav-link.active {
  color: #00515B;
  position: relative;
}

.mainHeader li.nav-item .nav-link.active:after {
  position: absolute;
  width: calc(100% - 12px);
  content: "";
  height: 1px;
  background: #00515B;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.bannerText {
    color: #08293C;
    text-align: center;
    font-family: 'calypso-regular';
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mainHeader {
  background: url('../images/banner-background-main.svg');
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center items vertically */
  text-align: center;
  /* Center text horizontally */
}

.details_page .mainHeader {
  background: url('../images/saloon_bg.svg');
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center items vertically */
  text-align: center;
  /* Center text horizontally */
}

.banner {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details_page .mainHeader a {
  font-size: 16px;
  text-decoration: none;
  color: #4A525E;
  display: block;
}

.details_page .mainHeader a span {
  font-size: 16px;
  text-decoration: none;
  color: #00515B;
}

/*HEADER END*/

/*select-menu start*/
.select-menu-box-header {
  top: -50px;
  position: relative;
}

.select-box-main {
  padding: 3rem 2rem;
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(75px);
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 35px 100px 0px rgba(161, 161, 161, 0.25);
  position: relative;
}

.select-box-main:before {
  content: "";
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(75px);
}

.label-custom {
  color: #223751;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin-bottom: 10px;
}

.select-box {
  flex: 1;
}

.select-box:not(:last-child) {
  margin-right: 2rem;
}

/*select-menu end*/
button.btn.cust-btn {
  border-radius: 10px;
  border: 1px solid #939BA6;
  background: #FFF;
  padding: 0.5rem 2rem;
  min-height:50px;
  color: #939BA6;
}

button.btn.cust-btn.btn-filled {
  border-radius: 10px;
  background: #00515B;
  color: #FFF;
  border: 1px solid #00515B;
  width: 225px;
  min-height: 50px;
}

button.btn.cust-btn:hover {
  border-radius: 10px;
  background: #00515B;
  color: #FFF;
  border: 1px solid #00515B;
  transition: all .3s;
}

.card {
  border-radius: 30px;
  overflow: hidden;
  padding: 10px 10px;
}

.card:hover {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 25px 100px 0px rgba(123, 123, 123, 0.25);
  border: 1px solid transparent;
}

h4.card-title {
  color: #08293C;
  font-family: 'Inter';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

h5.card-title {
  color: #223751;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 42px */
}

.name {
  margin-left: 1rem;
}

.card>img {
  border-radius: 30px;
}

h2.mb-3.section-heading {
  color: #08293C;
  font-family: Inter;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btns-arrow a {
  border-radius: 10px;
  border: 2px solid #DBDBDB;
  background-color: transparent;
  color: #231F20;
  width: 60px;
  /* height: 60px; */
  line-height: 45px;
  margin-left: 30px;
}

.btns-arrow a:hover,
.btns-arrow a:active {
  border-radius: 10px;
  border: 2px solid #08293C !important;
  background-color: #08293C !important;
  color: #FFF !important;
}

.heading-paragraph p {
  color: #4A525E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.daily-deals .card-title {
  color: #08293C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 141.667% */
}

.time {
  color: #939BA6;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.time span.end-time {
  color: rgba(255, 99, 99, 0.96);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.daily-deals .card {
  border-radius: 20px;
  margin-bottom: 10px;
}

.daily-deals .card>img {
  border-radius: 20px;
}

.bg-section {
  background: #F5F5F5;
  padding: 5rem 0rem;
  position: relative;
}

.bg-section:before {
  content: "";
  background: url(../images/bg-before.svg);
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 0;
}

.popular-barber {
  position: relative;
}

.popular-barber:before {
  content: "";
  background: url(../images/popular.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 0;
}

.card-header.position-relative {
  padding: 0;
  border: 0;
}

a.offerPercentaage {
  background: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  color: #FF6363;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;

}

a.offer-price {
  padding: 6px 12px;
  border-radius: 5px;
  background: #08293C;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;

  color: #FFF;
}

.offers {
  display: flex;
  position: absolute;
  bottom: 5px;
  justify-content: space-between;
  width: 100%;
}

.offers a {
  text-decoration: none;
}


/*Rating Start*/
.rating-loading {
  width: 12px;
  height: 12px;
  font-size: 0;
  color: #fff;
  background: url(../img/loading.gif) top left no-repeat;
  border: none;
}

.clear-rating.clear-rating-active {
  display: none !important;
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed;
}

.rating-container .star {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}

.rating-container .empty-stars {
  color: #aaa;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}

.rating-rtl {
  float: right;
}

.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.rating-lg {
  font-size: 1.5em;
}

.rating-md {
  font-size: 1.5em;
}

.rating-sm {
  font-size: 1.5em;
}

.rating-xs {
  font-size: 1em;
}

.rating-xl {
  font-size: 1.7em;
}

.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  padding-right: 5px;
}

.clear-rating-active {
  cursor: pointer !important;
}

.clear-rating-active:hover {
  color: #843534;
}

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  margin-top: -0.6em;
  margin-left: 5px;
  margin-right: 0;
}

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}

@media print {
  .rating-container .clear-rating {
    display: none;
  }
}

.empty-star {
  color: #dee2e6;
}

.rating-container .filled-stars {
  -webkit-text-stroke: 0;
  text-shadow: none;
  color: #ffca00;
}

.progress {
  margin-top: 1rem;
  border-radius: 0;
}

.progress-bar {
  background-color: #ffca00;
}


.name.font-small {
  font-size: 80%;
}

.card-header.position-relative {
  padding: 0;
  border: 0;
  background: none;
}

.popular-saloon .card-header {
  margin-bottom: 20px;
  text-align: left;
}

.popular-saloon.bg-section:before {
  content: "";
  display: none;
}

.col-12.text-end.btns-arrow.position-absolute {
  top: -10px;
}

.col-12.text-end.btns-arrow.position-absolute a {
  margin-bottom: 0px !important;
}

.footer-link.pt-40 li {
  list-style: none;
}

.footer-link.pt-40.about ul {
  padding: 0;
}

.footer-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #08293C;
}

.footer-about.pt-40 a {
  margin-bottom: 20px;
  display: block;
}

.footer-link a,
p.text {
  color: #4A525E;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
}

p.text {
  line-height: 28px;
}

button.btn.btn-lg.btn-custom.mt-2 {
  width: 100%;
  background: #00515B;
  color: #ffffff;
}

ul.social.mt-40 {
  padding: 0;
}

ul.social.mt-40 li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-copyright.text-center {
  padding: 30px 0px;
  border-top: 1px solid #D5D8E8;
}

.contact p.text a {
  color: #08293C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.contact p.text a img {
  margin-right: 15px;
}

.copywrite {
  color: #08293C;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-top: 1px solid #D5D8E8;
}


.saloon-box label {
  margin-bottom: 8px;
  font-weight: 500;
}

form.d-flex.col-gap-10 {
  column-gap: 25px;
}

.saloon-box .form-select,
.saloon-box .form-control {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  padding: 12px;
  color: #939BA6;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.details_page .popular-barber:before {
  display: none;
}

.page_number input[type="text"] {
    max-width: 40px !important;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #00515b;
    margin: 0px 8px;
    min-height: 40px !important;
    background:none;
}


.video-area {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 120px;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.custom-play-button {
  background: transparent;
  border: none;
}

.custom-play-button span {
  font-size: 20px;
  margin-right: 5px;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}

.logo-saloon {
  display: flex;
  justify-content: end;
  position: relative;
  top: -100px;
  /* background: #fff; */
}

.logo-saloon img.img-fluid {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  margin-right: 40px;
  box-shadow: 0px 14px 50px 20px rgba(180, 180, 180, 0.25);
}

span.star {
  color: #ffca00;
}

.saloon-info a {
  text-decoration: none;
  color: #4A525E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-right: 30px;
  display: flex;
  margin-bottom: 15px;
}

.saloon-info a span {
  margin-left: 12px;
}

.discription.mt-4 p {
  color: #4A525E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/* new css  */

.service-category-btn {
  height: 40px;
  padding: 7px 32px;
  border-radius: 10px;
  border: 1px solid #18515B;
  color: #939BA6;
}

.service-category-btn:hover {
  background: #18515B;
  color: white;
}

.custom-card-text {
  color: #4A525E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  /* 166.667% */
}

ul#tabs li.nav-item {
  margin-right: 70px;
}

.nav-item .custom-nav-tabs {
  color: #08293C;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.service-category.d-flex.align-items-center.hide {
  display: none !important;
}

.service-category.d-flex.align-items-center.hide+.text-end.btns-arrow {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center !important;
}

div#simple-tabpanel-2.show {
  margin-bottom: 100px;
}

.hl {
  height: 1px;
  border-bottom: 1px solid #DBDBDB;
}

.custom-nav-tabs {
  border: 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 8px solid #08293C !important;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #eee;
  font-size: 20px;
}

/* 17-1-24 css */

.appoint-text {
  color: #08293C;
  text-align: center;
  font-family: 'Inter';
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.popup-tab-text {
  color: #00515B;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
  color: #00515B !important;
}

.services-checkbox {
  position: absolute;
  right: 0;
  top: 5px;
}

.moreservice-btn {
  max-width: 275px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #939BA6;
  color: #939BA6;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.item-box {
  text-align: center;
  max-width: auto;
  padding: 9px 20px;
  border-radius: 10px;
  background: #D9D9D9;
  color: #00515B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.popup-head-text {
  color: #08293C;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.date-text {
  color: #08293C;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 33px */
}

.ms-n5 {
  margin-left: -40px;
}

.fa-facebook {
  color: #0066FF;
}

.fa-twitter {
  color: #15C7FF;
}

.fa-linkedin {
  color: #0083AD;
}

div#exampleModal .modal-header.justify-content-end.border-bottom-0 {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

div#exampleModal .modal-body.p-4 {
  padding-top: 60px !important;
}

div#exampleModal h5.card-title {
  font-size: 20px;
  margin: 0;
}

div#exampleModal .custom-card-text {
  font-size: 16px;
  line-height: 24px;
}

input.custom-range {
  width: 100%;
}

/* 18-1-24 css  */

.custom-form {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  max-width: 362px;
  background: #FFF;
  height: 45px;
}

.custom-label {
  color: #223751;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

}

.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 50px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #EBEFF0;
    cursor: pointer;
    color: #08293C;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-wrap: wrap !important;
}

.cell:hover {
  border-radius: 10px;
  background: #00515B;
  color: white;
}

.cell.select {
  background: #00515B;
  color: #fff;
}

.cust-time-card {
  border-radius: 20px !important;
  border: 1px solid #EBEFF0;
  background: #FFF;
  box-shadow: none !important;
}

.datepicker {
  border-radius: 20px !important;
  background: #FFF;
  border: none;
  padding: 10px !important;
  box-shadow: 0px 10px 50px 5px rgba(171, 171, 171, 0.25);
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #000
}

thead tr:nth-child(3) th {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px
}

.dow,
.old-day,
.day,
.new-day {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0px !important
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
  background-color: #eee;
  color: #000
}

.disabled {
  color: #616161 !important
}

.prev,
.next,
.datepicker-switch {
  font-size: 20px;
  opacity: 0.8
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
  opacity: 1;
}

td.active.day {
  background: #00515B !important;
}

.nav-pills .nav-link.active path {
  fill: #00515b;
}

table tr td {
  border: 1px solid #EBEFF0 !important;
  border-collapse: collapse !important;
  padding: 12px !important;
}

.datepicker-dropdown:after {
  content: none !important;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown:before {
  content: none !important;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  left: 86.3333px;
  z-index: 1065;
  display: block;
  position: absolute;
}


/* input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  border-radius: 3px;
  background: #00515B;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #00515B;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #00515B;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00515B;
} */

/* input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}

*/

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #00515B !important;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #00515B;
  cursor: none;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

.accordion-button::after {
  content: none !important;
}

.accordion-button:not(.collapsed) {
  font-weight: bold;
  background-color: transparent !important;
}

.payment-method {
  max-width: 50px;
  height: auto;
}

.custom-Payment-card {
  border-radius: 20px !important;
  border: 1px solid #D9D9D9;
  background: #FFF;
  backdrop-filter: blur(10px);
  box-shadow: none !important;
}

.confirm-img {
  max-width: 374px !important;
  width: 100% !important;
  height: auto;
}

.upload-box {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}

.custom-upload-btn {
  color: white;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 5px;
  background: var(--18515-b, #18515B);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-format-text {
  color: #939BA6;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.review-card {
  border-radius: 5px !important;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-shadow: none !important;
}

.bg-review {
  background-color: #F5F5F5;
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}

.review-card span {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 250% */
}

.review-text {
  color: #08293C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.review-head-text {
  color: #08293C;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  /* 122.222% */
}

.formbold-mb-5 {
  margin-bottom: 20px;
}

.formbold-pt-3 {
  padding-top: 12px;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}

.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.formbold-file-input input {
  opacity: 0;
  position: absolute;
}

.formbold-file-input label {
  position: relative;
  min-height: 103px;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
}

.formbold-drop-file {
  display: block;
  font-weight: 600;
  color: #07074d;
  font-size: 20px;
  margin-bottom: 8px;
}

.formbold-or {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  display: block;
  margin-bottom: 8px;
}

.formbold-browse {
  font-weight: 500;
  font-size: 16px;
  color: #006BFF;
  display: inline-block;
}

.formbold-browse:hover {
  text-decoration: underline;
}

.formbold-file-list {
  border-radius: 6px;
  background: #f5f7fb;
  padding: 16px 32px;
}

.formbold-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formbold-file-item button {
  color: #07074d;
  border: none;
  background: transparent;
  cursor: pointer;
}

.formbold-file-name {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  padding-right: 12px;
}

.formbold-progress-bar {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #e2e5ef;
}

.formbold-progress {
  position: absolute;
  width: 75%;
  height: 100%;
  left: 0;
  top: 0;
  background: #6a64f1;
  border-radius: 8px;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

.custom-inner {
  height: 580px;
}

@media (max-width:768px) {
  .custom-inner {
    height: 580px !important;
  }
}

@media (max-width: 420px) {
  .custom-inner {
    height: 530px;
  }

  .customer-card {
    bottom: -56px;
  }

}

@media (max-width: 992px) {
  .custom-inner {
    height: 530px;
  }

  .customer-card {
    left: 7px !important;
  }

}

.customer-card {
  max-width: 322px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #F5F5F5 99.99%, rgba(245, 245, 245, 0.00) 100%);
  position: absolute;
  bottom: -90px;
  left: 22px;
}

.customer-card h6 {
  color: #08293C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.customer-card p {
  color: #4A525E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.customer-img img {
  width: 100%;
  max-width: 390px;
  height: auto;
  text-align: center;
}

.custom-btn-customer {
  border-radius: 10px;
  border: 2px solid #DBDBDB;
  background-color: transparent;
  color: #231F20;
  /* height: 60px; */
  line-height: 25px !important;
  width: 45px !important;
}

.custom-form-review {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  max-width: 480px;
  background: #FFF;
  height: 45px;
}

.section-spacing {
  padding: 120px 0px;
}

input#inlineCheckDefault {
  border: 2px solid #00515B !important;
}

.form-check-input:checked {
  background-color: #00515B !important;
  border-color: #00515B !important;
}

input:focus {
  border-color: #719ECE;
  box-shadow: 0 0 10px #719ECE;
}

textarea:focus {

  border-color: #719ECE;
  box-shadow: 0 0 10px #719ECE;
}

#simple-tab-3,
#simple-tab-4,
#simple-tab-5 {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}

.custom-card-orderdetail {
  max-width: 345px;
  border-radius: 15px !important;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-shadow: none !important;
}

.edit-pen {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px;
  min-height: 40px;
  border-radius: 6px !important;
  border: 1px solid #DBDBDB !important;
  background: #FFF;
}

.edit-pen:hover {
  background-color: #00515B !important;
}

.custom-card-orderdetail img {
  width: 24px;
  height: 24px;
}

.custom-card-orderdetail-add {
  background: #F2F3F7;
  border-radius: 15px !important;
}

/* 30-1-24 */

@media (max-width:768px) {

    .bannerText {
        color: #08293C;
        text-align: center;
        font-family: 'Calypso';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .appoint-text {
        color: #08293C;
        text-align: center;
        font-family: 'Inter';
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
    }

    .nav-item .custom-nav-tabs {
        color: #08293C;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

    .col-md-12.text-end.btns-arrow {
        position: relative;
    }

    a.offerPercentaage {
        padding: 6px 8px;
        font-size: 10px;
    }

    a.offerPercentaage {
        padding: 6px 8px;
        font-size: 10px;
    }

    .daily-deals .card-title {
        font-size: 18px;
    }

    .btns-arrow a {
        border-radius: 4px;
        border: 2px solid #DBDBDB;
        background-color: transparent;
        color: #231F20;
        width: 40px;
        /* height: 60px; */
        line-height: 24px;
        margin-left: 15px;
    }

    h4.card-title {
        color: #08293C;
        font-family: 'Inter';
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }


    h2.mb-3.section-heading {
        color: #08293C;
        font-family: Inter;
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

@media (max-width:992px) {
    .service-category {
        flex-wrap: nowrap !important;
        overflow: auto;
    }

    nav#pills-tab a {
        flex: 100%;
        width: 100%;
        white-space: nowrap !important;
    }

    .nav#pills-tab {
        flex-wrap: nowrap;
        overflow: auto;
        flex: 1;
        display: flex;
    }

    ul#tabs {
        flex-direction: column;
    }

    a.offerPercentaage {
        padding: 6px 8px;
        font-size: 10px;
    }

    a.offerPercentaage {
        padding: 6px 8px;
        font-size: 10px;
    }

    .daily-deals .card-title {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .nav-item .custom-nav-tabs {
        color: #08293C;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
    }

    ul#tabs li.nav-item {
        margin-right: 70px;
    }

    a.offerPercentaage {
        background: #fff;
        padding: 6px 8px;
        border-radius: 5px;
        color: #FF6363;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
    }

    a.offerPercentaage {
        padding: 6px 8px;
        font-size: 10px;
    }

    .daily-deals .card-title {
        font-size: 18px;
    }

    .mainHeader {
        height: 50vh;
    }

    .details_page .mainHeader {
        height: 25vh;
    }

    .bannerText {
        font-size: 48px;
    }
}

.service-category {
    gap: 10px;
}

.card-header img {
    width: 100%;
    border-radius: 10px;
}

.custom-inputgrp {
    max-width: 371px;
}

@media (max-width:575px) {
    .custom-label {
        font-size: 16px;
    }

    .logo-saloon {
        display: flex;
        justify-content: center;
        position: relative;
        top: -100px;
    }

        .logo-saloon img.img-fluid {
            padding: 30px;
            margin-right: 0px !important;
        }

    .nav-item .custom-nav-tabs {
        color: #08293C;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

    .saloon-box {
        width: 100%;
    }

    .mainHeader {
        height: 60vh;
    }

    .bannerText {
        font-size: 35px;
    }

    .select-box-main {
        flex-direction: column;
        row-gap: 10px;
    }

    .select-box:not(:last-child) {
        margin-right: 0rem;
    }

    .details_page .mainHeader {
        height: 45vh;
    }
}

.card {
    height: 100% !important;
    width: 100% !important;
}

/*.card-header.position-relative img {
    object-fit: cover;
    aspect-ratio: 3/2;
}*/

.custom-img-size {
    object-fit: cover;
    aspect-ratio: 3/2;
}

/* 20-2-24 */

.custom-select {
    min-height: 48px !important;
    border: 1px solid #DBDBDB !important;
    background-size: 17px !important;
    box-shadow: 0px 4px 50px 0px #CDCDCD40;
    border: transparent !important;
    color: #939BA6 !important;
}


.select-group {
    .input-group-addon

{
    background: none;
}

select {
    border-left: 0;
    padding-left: 0;
    box-shadow: none;
}

}

.custom-card-listing {
    border: 1px solid #ebeff0 !important;
}

.backBtn {
    min-height: 50px !important;
}

.page_number input[type="text"] {

}

.custom-slider-inner {
    overflow: visible !important;
}

.recomend-slider .card {
    border-radius: 20px;
}
.fa-chevron-right {
    font-size: 16px;
}

.change :hover {
    fill: white !important;
}

.change svg {
    vertical-align: -23% !important;
}

p.mt-3 {
    font-family: inter,sans-serif;
    font-size: 18px;
    color:   #4A525E;
}