@charset "utf-8";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "owl.carousel.min.css";
@import "nice-select.css";
@import "intlTelInput.min.css";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Baloo Bhaijaan 2", cursive;
  color: #221f1f;
  font-size: 14px;
  text-transform: capitalize;
}
.owl-carousel {
  direction: ltr;
}
.tooltip {
  z-index: 1100 !important;
}
i {
  font-size: inherit;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip.top {
  padding: 5px 0;
}
body {
  padding: 0 !important;
  margin: 0;
}
select {
  display: inline-block;
}
select {
  display: inline-block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
iframe {
  width: 100% !important;
  border: 0 !important;
  height: 100% !important;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
p {
  line-height: 1.5;
}
z {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
}
.modal-open {
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
}
.modal-backdrop.in {
  opacity: 0.9;
}
input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: 0;
}
textarea {
  resize: none;
}
.form-control {
  height: 45px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  text-transform: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0 16px;
}
.form-control::placeholder {
  color: #2b3430;
  text-transform: capitalize;
}
textarea.form-control {
  height: 170px !important;
  line-height: normal;
  padding-top: 8px !important;
}
.form-group,
.form-control {
  margin-bottom: 0;
}
.form-control:focus {
  box-shadow: none;
  color: #303030;
}
i {
  color: inherit;
  font-style: normal;
}
.toTop {
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  z-index: 8;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  font-size: 17px;
}
.toTop:hover {
  background-color: #AD4EA6;
  transition: 0.3s;
  color: #f3f3f3;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-mega-menu {
  position: unset;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  overflow: hidden;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-top: 1px solid #efefef;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.3s;
}
.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}
.menu-item-has-children .sub-menu li:after {
  display: none;
}
.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}
.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.menu-item-has-children .sub-menu li a:hover {
  background-color: #f7f7f7;
  transition: 0.3s;
}
.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 7px;
  transition: 0.3s;
  font-weight: 900;
}
.menu-item-has-children:hover:after {
  transform: rotate(-180deg);
  transition: 0.3s;
}
.fancybox-button svg path {
  fill: #fff;
}

.main-header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 7;
  background: #fff;
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo {
  flex-grow: 1;
  text-align: center;
}

.main-header .logo a {
  font-size: 24px;
  color: #AD4EA6;
}

.main-header .user-area > a,
.main-header .back {
  color: #AD4EA6;
  font-weight: 500;
}

.main-header .back i {
  font-size: 18px;
}

.main-header .user-area .dropdown-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #AD4EA6;
  font-weight: 500;
}

.main-header .user-area .dropdown-toggle::after {
  display: none;
}

.main-header .user-area .dropdown-toggle i {
  width: 35px;
  height: 35px;
  background: rgb(189, 189, 189);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
}

.hero-s .item {
  height: 400px;
}

.hero-s .item img {
  height: 100%;
  object-fit: cover;
}

.hero-s .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.hero-s .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: rgb(255 255 255 / 33%);
  margin: 0 3px;
  border-radius: 100%;
  transition: 0.3s;
}

.hero-s .owl-dots button.owl-dot.active {
  background: #fff;
}

.profile-area {
  margin-top: -75px;
  z-index: 6;
  position: relative;
  margin-bottom: 20px;
}

.profile-area .prof-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  margin-bottom: 30px;
}

.profile-area .prof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-area .prof-info h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
}

.profile-area .prof-info p {
  display: flex;
  column-gap: 6px;
  color: #AD4EA6;
}

.times {
  background: #f7f7f7;
  padding: 15px 0 0;
  position: sticky;
  top: 56px;
  z-index: 7;
}

.times .container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.times .times-wrp {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}

.times .times-wrp label input {
  display: none;
}

.times .times-wrp label span {
  color: #AD4EA6;
  border: 1px solid #AD4EA6;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  position: relative;
}

.times .times-wrp label input:checked + span {
  background: #AD4EA6;
  color: #fff;
}

.times .flatpickr a {
  font-size: 16px;
  color: #AD4EA6;
  font-weight: 500;
}

.times .flatpickr a i {
  font-size: 27px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #AD4EA6;
  border-color: #AD4EA6;
}

.book-service {
  padding: 25px 0;
  border-bottom: 10px solid #f7f7f7;
  border-top: 10px solid #f7f7f7;
}

.book-service .btn.btn-border {
  width: 100%;
}

.btn {
  height: 45px;
  background: #AD4EA6;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
  border: 1px solid #AD4EA6;
}

.btn.btn-border {
  background: transparent;
  color: #AD4EA6;
}

.btn:hover {
  background: #000 !important;
  color: #fff;
  border-color: #000;
}

.times .times-wrp label span::after {
  content: "";
  position: absolute;
  right: 0;
  border: 0;
  height: 2px;
  background: #AD4EA6;
  width: 0;
  transition: 0.3s;
  bottom: -18px;
}

.times .times-wrp label input:checked + span::after {
  width: 100%;
  left: 0;
  right: auto;
}

.services-dates .nav.nav-tabs {
  border-bottom-color: #dfdfdf;
  column-gap: 15px;
  position: sticky;
  top: 127px;
  z-index: 7;
  background: #fff;
}

.services-dates .tab-content {
  margin-top: 20px;
}

.services-dates .nav.nav-tabs .nav-link {
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #000;
  font-size: 17px;
  padding: 8px 10px;
  position: relative;
  transition: 0.3s;
}

.services-dates .nav.nav-tabs .nav-link.active {
  color: #AD4EA6;
}

.services-dates .nav.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #AD4EA6;
  border-radius: 50px;
  transition: 0.3s;
}

.services-dates .nav.nav-tabs .nav-link.active::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tab-search .form-group {
  position: relative;
}

.tab-search .form-group i {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 20px;
  transform: scaleX(-1);
}

.tab-search .form-group .form-control {
  padding: 0 20px 0 50px;
}

.tab-search .form-result {
  padding: 20px 0;
}

.s-item {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 20px;
  transition: 0.3s;
  overflow: hidden;
  margin-bottom: 15px;
}

.s-item .i-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-item .i-top h4 {
  font-weight: 600;
  font-size: 17px;
}

.s-item .i-top span {
  font-weight: 300;
  margin-top: 3px;
  display: block;
}

.s-item .i-top b {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  margin: 0 15px;
}

.s-item .i-top button,
.s-item .i-top a {
  height: 40px;
  border: 1px solid #AD4EA6;
  border-radius: 5px;
  padding: 0 20px;
  background: transparent;
  color: #AD4EA6;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.s-item .i-bottom {
  margin-top: 15px;
  display: none;
}

.s-item .i-bottom .fake-col-wrapper {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}

.s-item .i-bottom label {
  width: 100%;
}

.s-item .i-bottom label input {
  display: none;
}

.s-item .i-bottom label span {
  border: 1px solid #AD4EA6;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 16px;
  color: #AD4EA6;
  cursor: pointer;
  transition: 0.3s;
}

.s-item .i-bottom label input:checked + span {
  border-color: rgb(83, 191, 176);
  color: #fff;
  background: rgb(83, 191, 176);
}

.s-item .i-bottom label span i {
  transform: scale(0);
  transition: 0.3s;
}

.s-item .i-bottom label input:checked + span i {
  transform: scale(1);
}

.s-item .i-top button.active {
  background: rgb(83, 191, 176);
  color: #fff;
  border-color: rgb(83, 191, 176);
}

.package-wrp {
  background: rgb(246, 227, 255);
  margin: 10px -20px -20px;
}

.package-wrp .toggle-details {
  color: rgb(180, 71, 230);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  font-size: 15px;
  padding: 15px 20px;
}

.package-wrp ul {
  padding: 0 20px;
  display: none;
}

.package-wrp ul li {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

.package-wrp ul li:first-child {
  padding-top: 0;
}

.package-wrp ul li h4 {
  font-weight: 600;
  font-size: 15px;
  color: rgb(180, 71, 230);
}

.package-wrp ul li p {
  font-weight: 300;
  margin-top: 3px;
  color: rgb(180, 71, 230);
  display: block;
  font-size: 13px;
}

.sticky-cart {
  border-top: 1px solid #dfdfdf;
  padding: 15px 0;
  position: sticky;
  bottom: 0;
  z-index: 7;
  background: #fff;
}

.sticky-cart .container {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.sticky-cart .btn:not(.open-cart) {
  width: 100%;
}

.sticky-cart .open-cart {
  font-size: 20px;
}

.sticky-cart .open-cart span {
  font-size: inherit;
}

.main-footer {
  padding: 20px 0;
}

.main-footer .container {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
}

.main-footer .lang-switch {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.main-footer .lang-switch a {
  height: 35px;
  border: 1px solid #AD4EA6;
  display: flex;
  align-items: center;
  min-width: 35px;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s;
  color: #000;
}

.main-footer .lang-switch a.active {
  background: #AD4EA6;
  color: #fff;
}

.main-footer p {
  flex-grow: 1;
  text-align: center;
}

.main-footer .logo img {
  width: 100px;
  object-fit: contain;
}

.s-item .i-top .staff {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 20px;
}

.s-item .i-top .staff i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #c3c3c3;
  color: #fff;
  font-size: 32px;
}

.cart-holder {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  border-radius: 15px 15px 0 0;
  transform: translateY(150%);
  transition: 0.3s;
  overflow: hidden;
}

.overlay-s {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay-s.active {
  opacity: 1;
  visibility: visible;
}

.cart-holder.active {
  transform: none !important;
}

.cart-holder h4 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 20px 0;
}

.cart-holder ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
}

.cart-holder ul li span {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cart-holder ul li button {
  border: 0;
  background: transparent;
  color: #dc3545;
  font-size: 19px;
  padding: 0;
}

.sw-list a {
  display: flex;
  justify-content: center;
  padding: 15px;
  color: #000;
  font-size: 15px;
  transition: 0.3s;
}

.sw-list .cancel {
  color: #f00;
}

.sw-list a:hover {
  background: #f7f7f7;
}

.profile-area.staff-area {
  margin-top: 0;
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}

.tab-search .form-group .form-control::placeholder {
  color: #bbbbbb;
}

.review-head {
  text-align: center;
  padding: 20px 0;
  border-bottom: 10px solid #f7f7f7;
}

.review-head i {
  color: #AD4EA6;
  font-size: 50px;
  margin-bottom: 5px;
}

.review-head h4 {
  color: #AD4EA6;
  font-weight: 500;
}

.main-header {
  border-bottom: 1px solid #dfdfdf;
}

.salon-info {
  padding: 20px 0;
}

.salon-info .inner {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
}

.salon-info .inner h3 {
  font-weight: 500;
  font-size: 16px;
  color: #bbb;
}

.salon-info .inner span {
  font-size: 24px;
  font-weight: 600;
  color: #AD4EA6;
  margin-top: 5px;
  display: block;
}

.review-items {
  border-bottom: 10px solid #f7f7f7;
  padding-bottom: 20px;
}

.review-items h4 {
  font-weight: 500;
  color: #919191;
  margin-bottom: 15px;
}

.review-items ul {
  margin-bottom: 20px;
}

.review-items ul li {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.review-items ul li .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-items ul li .item-top h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.review-items ul li .item-top p {
  font-weight: 300;
  font-size: 15px;
}

.review-items ul li .item-top span {
  text-transform: uppercase;
  margin: 0 15px;
  font-size: 19px;
}

.review-items ul li .item-top button {
  border: 0;
  padding: 0;
  line-height: 1;
  background: transparent;
  color: #f00;
  font-size: 24px;
}

.review-items ul li .item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #dfdfdf;
}

.review-items ul li .item-bottom div {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
}

.review-items ul li .item-bottom div i {
  font-size: 27px;
  color: #AD4EA6;
}

.review-items ul li .item-bottom .change {
  border: 0;
  background: transparent;
  color: #AD4EA6;
  font-size: 16px;
}

.review-notes {
  border-bottom: 10px solid #f7f7f7;
  padding: 20px 0;
}

.review-notes h4 {
  font-weight: 500;
  color: #919191;
  margin-bottom: 15px;
}

.review-notes textarea.form-control {
  border-radius: 10px;
  height: 120px !important;
  padding: 15px !important;
}

.review-total {
  padding: 20px 0;
}

.review-total h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.review-total h4 span {
  font-weight: 300;
  display: inline-block;
}

.review-total h4 span::before {
  content: ".";
  font-size: 18px;
  font-weight: 800;
  margin: 0 5px;
}

.review-total p {
  background: rgb(83, 191, 176);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.review-total p i {
  font-size: 20px;
}

.staff-list label {
  width: 100%;
}

.staff-list label input {
  display: none;
}

.staff-list label div {
  border: 1px solid#dfdfdf;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}

.staff-list label div span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #444;
}

.staff-list label div span i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1100%;
  background: #c1c1c1;
  color: #fff;
  font-size: 25px;
}

.staff-list {
  padding: 0 20px;
}

.staff-list label div::after {
  content: "";
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 2px #AD4EA6;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: 0.3s;
}

.staff-list label input:checked + div::after {
  background: #AD4EA6;
}

.staff-list label input:checked + div {
  border-color: #AD4EA6;
}

.salon-info {
  padding: 20px 0;
}

.salon-info .inner {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
}

.salon-info .inner h3 {
  font-weight: 500;
  font-size: 16px;
  color: #bbb;
}

.salon-info .inner span {
  font-size: 24px;
  font-weight: 600;
  color: #AD4EA6;
  margin-top: 5px;
  display: block;
}

.review-items {
  border-bottom: 10px solid #f7f7f7;
  padding-bottom: 20px;
}

.review-items h4 {
  font-weight: 500;
  color: #919191;
  margin-bottom: 15px;
}

.review-items ul {
  margin-bottom: 20px;
}

.review-items ul li {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.review-items ul li .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-items ul li .item-top h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.review-items ul li .item-top p {
  font-weight: 300;
  font-size: 15px;
}

.review-items ul li .item-top span {
  text-transform: uppercase;
  margin: 0 15px;
  font-size: 19px;
}

.review-items ul li .item-top button {
  border: 0;
  padding: 0;
  line-height: 1;
  background: transparent;
  color: #f00;
  font-size: 24px;
}

.review-items ul li .item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #dfdfdf;
}

.review-items ul li .item-bottom div {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
}

.review-items ul li .item-bottom div i {
  font-size: 27px;
  color: #AD4EA6;
}

.review-items ul li .item-bottom .change {
  border: 0;
  background: transparent;
  color: #AD4EA6;
  font-size: 16px;
}

.review-notes {
  border-bottom: 10px solid #f7f7f7;
  padding: 20px 0;
}

.review-notes h4 {
  font-weight: 500;
  color: #919191;
  margin-bottom: 15px;
}

.review-notes textarea.form-control {
  border-radius: 10px;
  height: 120px !important;
  padding: 15px !important;
}

.staff-list label {
  width: 100%;
}

.staff-list label input {
  display: none;
}

.staff-list label div {
  border: 1px solid#dfdfdf;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}

.staff-list label div span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #444;
}

.staff-list label div span i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1100%;
  background: #c1c1c1;
  color: #fff;
  font-size: 25px;
}

.staff-list {
  padding: 0 20px;
}

.staff-list label div::after {
  content: "";
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 2px #AD4EA6;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: 0.3s;
}

.staff-list label input:checked + div::after {
  background: #AD4EA6;
}

.staff-list label input:checked + div {
  border-color: #AD4EA6;
}

.staff-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;
}

.staff-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.staff-list::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 15px;
}

.staff-list::-webkit-scrollbar-thumb {
  background: #AD4EA6;
  border-radius: 15px;
}

#changeStaff {
  padding-right: 10px;
}

.confirmModal .modal-content {
  border-radius: 10px;
  border: 0;
}

.confirmModal .modal-header {
  justify-content: center;
  padding: 20px 10px;
  border: 0;
}

.confirmModal .modal-header h5 {
  font-weight: 600;
  font-size: 18px;
}

.confirmModal .modal-footer {
  justify-content: space-between;
  column-gap: 20px;
  padding: 30px;
  flex-wrap: nowrap;
}

.confirmModal .modal-footer .btn {
  width: 100%;
  margin: 0;
}

.cancel-booking {
  margin-bottom: 30px;
}

.cancel-booking h4 {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
}

.review-items ul li .item-bottom div {
  position: relative;
  column-gap: 15px;
}

.review-items ul li .item-bottom div b {
  width: 17px;
  height: 17px;
  background: #AD4EA6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  font-size: 9px;
  left: 24px;
  top: -4px;
}

.review-items ul li .item-bottom div i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b9b9b9;
  border-radius: 100%;
  color: #fff;
}

.review-total h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.review-total h3 b {
  font-size: inherit;
}

.review-total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 16px;
}

.review-total ul li span {
  font-size: inherit;
}

.auth-head {
  padding: 20px 0;
  background: #f7f7f7;
}

.auth-head h4 {
  font-weight: 600;
  font-size: 24px;
}

.auth-head p {
  font-size: 15px;
  font-weight: 200;
}

.auth-form {
  padding: 30px 0;
}

.auth-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.auth-form .form-group .form-label {
  position: absolute;
  left: 15px;
  top: -7px;
  background: #fff;
  padding: 0 10px;
  z-index: 2;
}

.auth-form .form-group .form-control {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 0 25px;
  height: 50px;
  padding-top: 5px;
  font-size: 15px;
}

.auth-form .form-group .form-control:focus {
  border-color: #AD4EA6;
}

.auth-form .form-group .form-control[type="password"] {
  font-size: 23px;
}

.auth-form .form-group .show-pass {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 19px;
  color: #9b9b9b;
  transition: 0.3s;
}

.auth-form .form-group .show-pass.active {
  color: #AD4EA6;
}

.auth-form .form-group .iti {
  width: 100%;
}

.auth-form .form-group .iti .iti__selected-flag {
  background: transparent;
  padding: 7px 25px 0;
}

.auth-form .form-group .iti .form-control {
  padding: 5px 20px 0 90px !important;
}

.iti__country-list {
  z-index: 4;
}

.auth-form .form-group .form-checkbox input {
  display: none;
}

.auth-form .form-group .form-checkbox span {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.auth-form .form-group .form-checkbox span::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  width: 20px;
  height: 20px;
  border: 2px solid #AD4EA6;
  border-radius: 4px;
  margin-right: 7px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: #fff;
  margin-bottom: 4px;
}

.auth-form .form-group .form-checkbox span a {
  font-size: inherit;
  color: #AD4EA6;
  font-weight: 600;
}

.auth-form .form-group .form-checkbox input:checked + span::before {
  background: #AD4EA6;
  font-size: 14px;
  border-color: #AD4EA6;
}

.auth-form .form-group .btn {
  width: 100%;
  height: 50px;
}

.auth-hint {
  text-align: center;
  padding-bottom: 30px;
}

.auth-hint h4 {
  font-weight: 500;
}

.auth-hint h4 a {
  font-size: inherit;
  color: #AD4EA6;
}

.auth-hint p {
  margin-bottom: 10px;
}

.iti__country-list {
  left: 0;
  z-index: 4;
  top: 110%;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 20px 30px rgb(0 0 0 / 13%);
}

.iti__country-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
  background-color: #ddd;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #AD4EA6;
  border-radius: 15px;
}

.iti-mobile .iti__country-list {
  top: 0;
  border-radius: 0;
  box-shadow: none;
}

.iti__country {
  padding: 10px;
  direction: ltr;
  display: flex;
  justify-content: space-between;
}

.iti__dial-code {
  color: #fff;
  margin: 0;
  background-color: #AD4EA6;
  display: inline-block;
  padding: 1px 5px;
  min-width: 40px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
}

.iti__country-name {
  margin: 0;
  flex-grow: 1;
  padding: 0 10px;
}

.iti__flag-box {
  align-items: center;
  display: flex;
}

.auth-form .form-group .form-control::placeholder {
  color: #bababa;
  font-size: 14px;
}

.auth-form .form-group a {
  font-size: 17px;
  color: #AD4EA6;
}

.terms-wrp {
  padding: 30px 0;
}

.terms-wrp h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  color: #AD4EA6;
}

.terms-wrp div {
  margin-bottom: 30px;
}

.terms-wrp h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.terms-wrp p {
  line-height: 1.8;
}

/* ************ LANGUAGES ************ */
[lang="ar"] .tab-search .form-group .form-control {
  padding: 0 50px 0 20px;
}

[lang="ar"] .tab-search .form-group i {
  right: 15px;
  left: auto;
}

[lang="ar"] .s-item .i-bottom label {
  direction: rtl;
}

[lang="ar"] .la.la-arrow-left {
  transform: scaleX(-1);
}

[lang="ar"] .review-items ul li .item-bottom div b {
  right: 24px;
  left: auto;
}

[lang="ar"] .auth-form .form-group .form-label {
  right: 15px;
  left: auto;
}

[lang="ar"] .auth-form .form-group .show-pass {
  left: 10px;
  right: auto;
}

[lang="ar"] .auth-form .form-group .form-checkbox span::before {
  margin: 0 0 4px 7px;
}

[lang="ar"] .auth-form .form-group .iti .form-control {
  padding: 5px 90px 0 20px !important;
}

[lang="ar"] .iti--allow-dropdown .iti__flag-container,
[lang="ar"] .iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}

[lang="ar"] .iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 6px;
}

[lang="ar"] .iti__country-list {
  left: auto;
  right: 0;
}

[lang="ar"] .iti__country {
  direction: rtl;
}

[lang="ar"] .iti__flag-box {
  margin: 0 0 0 6px;
}

[lang="ar"] .iti__country-name {
  text-align: right;
}

.iti-mobile .iti--container {
  inset: 0;
}

/* *************** RESPONSIVE *************** */

@media (max-width: 1200px) {
  .times .container {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .times .times-wrp label span::after {
    bottom: -17px;
  }

  .hero-s .item {
    height: 250px;
  }

  .times .times-wrp label span {
    font-size: 14px;
  }

  .btn {
    padding: 0 15px;
  }

  .services-dates .nav.nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .main-footer p {
    font-size: 12px;
  }

  .main-footer .lang-switch a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .main-footer .lang-switch {
    column-gap: 5px;
  }

  .main-footer .logo img {
    width: 70px;
  }

  .main-footer .container {
    column-gap: 10px;
  }
}
