@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700,800&display=swap');


body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  background-color: #ffffff;
}

/* ======================
	normalize css
======================= */

p {
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  outline: 0 none;
  cursor: pointer;
}

i {
  line-height: 1;
  font-style: normal;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.show>.btn-dark.dropdown-toggle:focus,
.btn-dark.focus,
.btn-dark:focus,
.btn.focus,
.btn:focus {
  box-shadow: none;
}

button:focus {
  outline: 0;
  outline: 0;
}

.h-center {
  align-items: center;
}

.btn {
  font-family: 'Raleway', sans-serif;
}

.btn-custom {
  font-weight: 600;
  position: relative;
  background-color: #222;
  color: #fff;
  border-radius: 5px;
  padding: 9px 15px 8px;
  line-height: 1;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 0;
  overflow: hidden;
  font-size: 13px;
  border: 0;
}

.btn-custom:hover {
  color: #fff;
  background-color: #222;
}

.btn-custom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.btn-lit.btn-custom::before {
  background: #b6ffff;
}

.btn-custom:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
  opacity: 1;
}

.btn-custom-danger {
  font-weight: 600;
  position: relative;
  background-color: #e32c2d;
  color: #fff;
  border-radius: 5px;
  padding: 9px 15px 8px;
  line-height: 1;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 0;
  overflow: hidden;
  font-size: 13px;
  border: 0;
}

.btn-custom-danger:hover {
  color: #fff;
  background-color: #e32c2d;
}

.btn-custom-danger::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.btn-custom-danger:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
  opacity: 1;
}

.btn-lg {
  padding: 12px 30px;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}

.btn-lit,
.btn-lit:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.btn-blue {
  background-color: var(--primary-color);
  color: #fff;
}


@media only screen and (min-width: 600px) {
  .sp-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 559px) {
  .sp-80-50 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
.sp-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media only screen and (max-width: 559px) {
  .sp-80 {
    padding-top: 15px;
    padding-bottom: 20px;
    }
}

.bg-dull {
  background-color: #f5f7fa;
}

.bg-w {
  background-color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}


/* ======================
	HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  font-weight: 600;
  text-transform: capitalize;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

h5 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

h5 a,
h6 a {
  color: inherit;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

h5 a:hover {
  color: var(--primary-color);
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.centering {
  display: flex;
  flex-wrap: wrap;
}

.v-center {
  justify-content: space-between;
}

.c-theme {
  color: var(--primary-color);
}

.c-black {
  color: #000;
}

/*==================
   all title
==================*/

.all-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.sec-title {
  color: #222;
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 20px;

}

.sec-title::after {
  position: absolute;
  background-color: var(--primary-color);
  height: 1px;
  width: 80px;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-title::before {
  position: absolute;
  height: 17px;
  background-color: #fff;
  width: 17px;
  color: var(--primary-color);
  font-family: fontAwesome;
  content: '\f041';
  bottom: -8px;
  padding: 1.5px 0;
  text-align: center;
  font-size: 15px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.bg-dull .sec-title::before {
  background-color: #f5f7fa;
}

.all-title p {
  max-width: 800px;
  margin: 0 auto 5px;
  color: #858585;
  text-transform: uppercase;
  font-size: 14px;
}


/* Header */
.head-top {
  background-color: #f5f7fa;
  padding: 5px 0;
}

.head-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #222;
}

.head-top .head-contact-right {
  justify-content: flex-end;
}

.location-search .input-wrap select {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 3px 10px;
  text-transform: capitalize;
  border-radius: 50px;
  overflow: hidden;
  padding-left: 30px;
  width: auto;
}

.location-dropdown {
  position: relative;
}

.tt-menu.tt-open {
  position: absolute;
  z-index: 3;
  display: none;
  background-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  width: 100%;
  box-shadow: 0 0 4px #ececec;
}

.tt-suggestion.tt-selectable,
#noLocation {
  padding: 4px 15px;
}

.tt-cursor {
  background-color: #f5f7fa;
  color: #16181b;
}

/*.location-dropdown:hover .search-container{*/
/*display:block;*/
/*}*/

/*.search-names{*/
/*padding: 10px;*/
/*font-size: 14px;*/
/*text-transform: capitalize;*/
/*color: #222;    display: block;*/
/*width: 100%;*/
/*}*/

input:focus {
  outline: 0
}

.input-wrap,
.location-dropdown {
  position: relative;
  display: inline-block;
}

.input-wrap i {
  color: #222;
  margin-right: 3px;
  position: absolute;
  left: 14px;
  top: 8px;
  z-index: 1;
}

.input-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
}

.search-form .input-wrap {
  width: calc(100% - 107px);
  padding-left: 30px;
}

.search-form .input-wrap .form-control {
  padding: 6px 15px;
}

.search-form .input-wrap i {
  left: 14px;
  top: 10px;
  color: #858585;
  font-size: 13px;
}

.location-search input {
  border: 0;
  border-radius: 50px;
}

.search-form .btn {
  padding: 10px 3px;
  position: absolute;
  width: 100px !important;
  right: 4px;
  top: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.head-top ul li {
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 3px 0;
  color: #666;
}

.head-top ul li a {
  color: #666;
}

.head-top li i {
  color: #222;
  margin-right: 3px;
}

.head-top ul li:not(:first-child) {
  margin-left: 13px;
  padding: 2px 0;
  padding-left: 13px;
  border-left: 1px solid #ccc;
}

.head-contact li a {
  color: #666;
}

.navbar-toggler-icon {
  display: block;
  width: 20px;
  height: 2.5px;
  margin: 4px 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.navbar-toggler-icon:nth-child(2) {
  width: 25px;
}

.navbar-toggler {
  padding: 2px;
  line-height: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.navbar {
  padding: 0;
  justify-content: flex-end;
}

.topbar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.top-cart i {
  color: #fff;
  font-size: 15px;
}

.top-cart {
  position: relative;
  margin-left: 30px;
}

.top-cart a {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
}

.cart-badge {
  border-radius: 50%;
  background-color: #d40303;
  color: #fff;
  padding: 2px 5.5px;
  font-size: 9px;
  position: absolute;
  top: -6px;
  right: 5px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.topbar .logo {
  position: relative;
  padding: 22px;
  display: inline-block;
  z-index: 0;
}

.logo img {
  width: 150px;
}

.topbar .logo::after {
  content: "";
  height: 100%;
  left: -1000px;
  right: 0;
  position: absolute;
  top: 0;
  background: var(--primary-color);
  z-index: -1;
}

.topbar .logo::before {
  content: "";
  height: 100%;
  width: 100px;
  right: -50px;
  transform: skewX(30deg);
  position: absolute;
  top: 0;
  background: var(--primary-color);
  z-index: -1;
}

.logo a {
  color: #222;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}


/* banner area */
.carousel-inner img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: top;
}

.banner-controls a {
  opacity: 1;
  color: #222;
  transition: all 0.3s ease;
  font-size: 20px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 5px;
  border-radius: 3px;
  box-shadow: 0 0 13px #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.banner-controls a:hover,
.banner-controls a:focus {
  background-color: #222;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.banner-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0;
}

.carousel-indicators {
  bottom: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  display: block;
  right: auto;
  padding: 10px 20px;
  padding-left: 0;
}

.carousel-indicators li {
  margin: 0;
  width: 25px;
  border: 0;
  height: 2px;
  margin: 15px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #222;
  width: 35px;
}

/* search area */
.search-form {
  flex-grow: 1;
}

.search-form form {
  max-width: 450px;
  margin-left: auto;
  box-shadow: 0 0 7px #dadada;
  padding: 4px;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.form-control {
  border: 0;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  color: #858585;
  font-weight: 400;
  position: relative;
  padding: 8px 15px 6px;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
}

.form-control[name='email'] {
  text-transform: lowercase;
}

.form-control:focus,
.form-control:hover {
  border-color: #222 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.br-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* categories */
.ctg-item {
  text-align: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
}

.ctg-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  opacity: 0.6;
  z-index: -1;
  background: #000;
}

.ctg-item a {
  padding: 40px 5px;
  display: block;
  margin: 5px;
  border-radius: 5px;
}

.ctg-item a.active {
  border: 1px solid #fff;
}

.ctg-item:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(89, 89, 89, 0.10);
  box-shadow: 0px 0px 40px 0px rgba(89, 89, 89, 0.10);
  border-color: transparent;
}

.ctg-item h5 {
  color: #fff;
  font-weight: 500;
}


/* popular listing */

.listing-item {
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.15);
}

.listing-item .img-holder {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.list-content {
  padding: 20px;
}

.list-content p {
  font-size: 13px;
  min-height: 70px;
}

.listing-item a,
.listing-item span {
  text-transform: capitalize;
}

.listing-item .img-holder::before {
  position: absolute;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ctg-info {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}

.ctg-info li {
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
}

.category-name,
.time-remaining {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  font-size: 13px;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.category-name {
  top: 15px;
  right: 15px;
}

.time-remaining {
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  opacity: 0.85;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  width: 100%;
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  margin: 0;
  background-color: #fff;
  display: block;
  border-radius: 0;
  transform: translateY(20px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  /*width: 100%;*/
  min-width: auto;
  border: 0;
  padding: 0;
  box-shadow: 0 0 4px #ececec;
}

.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  z-index: 99;
}

.dropdown-item {
  padding: 20px 20px;
  font-size: 14px;
  text-transform: capitalize;
  /*text-align: center;*/
  color: #222;
}

.dropdown-item:hover {
  background-color: #f5f7fa
}

.dropdown-item.active:hover {
  color: #16181b;
}

.add-items .dropdown .dropdown-toggle {
  text-transform: capitalize;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 15px 8px;
  border-radius: 0;
  line-height: 1;
  display: block;
}

.add-items span {
  font-size: 10px;
  margin-left: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.img-holder {
  position: relative;
  overflow: hidden;
}

.img-holder img {
  transform: scale(1.1);
  width: 100%;
  height: 240px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.listing-item:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.service-price {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.service-price .unit {
  font-size: 15px;
  vertical-align: text-top;
  font-weight: 400;
  margin-right: 1px;
}

.footer {
  background-color: #f5f7fa;
}

.footer-top {
  padding: 80px 0;
}

.company-details .f-content {
  position: relative;
  margin-top: 10px;
  color: #222;
}

.company-details .f-content p {
  color: #222;
}

.f-content i {
  color: #222;
  font-size: 35px;
  margin-bottom: 15px;
  display: block;
}

.company-details .f-content a {
  color: #222;
}

.foot-title h4 {
  padding-bottom: 15px;
  position: relative;
}

.quick-link a {
  position: relative;
  margin: 0 2rem;
  color: #31639c;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quick-link a:hover {
  padding-left: 5px;
  color: #222;
}

.foot-title h4::after {
  position: absolute;
  background-color: #31639c;
  height: 2px;
  width: 40px;
  content: '';
  bottom: 0;
  left: 0;
}

.footer-bottom {
  box-shadow: 0 -3px 12px 0px #f1f1f1;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}

/* datepicker */

.datepicker-inline {
  width: 100%;
  border-radius: 0;
  padding: 20px;
}

.datepicker .prev,
.datepicker .datepicker-switch,
.datepicker .next {
  padding: 30px 0;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  color: #fff;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background-color: var(--primary-color);
}

.datepicker .table-condensed {
  width: 100%;
  margin: 0 auto;
}

.date-picker {
  box-shadow: 2px 0 5px var(--dark-primary-color);
  z-index: 1;
  background: var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-width: 800px;
  margin: auto;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 0px var(--dark-primary-color);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 800;
  padding: 15.5px;
}

.datepicker table tr td.active.active:hover {
  background-color: var(--dark-primary-color);
}

.datepicker .datepicker-switch {
  text-transform: uppercase;
}

.datepicker table tr th.dow {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 0;
  color: #fff;
  border-radius: 0;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #fff;
  opacity: 0.4;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td.today {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.datepicker table tr td.day {
  border-radius: 6px;
  font-size: 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px;
  color: #fff;
}

.datepicker table tr td span.new,
.datepicker table tr td span {
  color: #fff;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #fff;
  opacity: 0.5;
}

.datepicker table tr td span:hover {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused:hover {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td span.focused {
  background: transparent;
}

.datepicker table tr td span.active.active {
  color: var(--primary-color);
  box-shadow: 0 0 20px 0px #0c315d;
  border-radius: 4px;
  background-color: #fff;
}

.slots-wrapper {
  border-radius: 0 0 5px 5px;
  position: relative;
  background-color: var(--dark-primary-color);
  z-index: 0;
  margin-left: 30px;
  display: none;
  align-content: space-between;
  margin-right: 30px;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  max-width: 740px;
  margin: auto;
}

.time-slots {
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}

.slot-time {
  width: 100%;
}

.slot-time h6 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}

.time-slots li {
  display: inline-block;
  margin: 11px 12px;
}

/* time-slots */
.time-slots li input {
  -webkit-appearance: checkbox;
  /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;
  /* Firefox */
}

.time-slots .custom-control-description {
  color: #ffffff;
  font-size: 14px;
  padding-top: 4px;
}

.alert-custom {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.custom-control {
  color: #535353;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}

.custom-control-indicator {
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ebebeb;
  position: relative;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.custom-radio .custom-control-indicator::after {
  border-radius: 30px;
  content: '';
  z-index: 99;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.custom-control-description {
  padding-left: 8px;
}

.custom-control-input:checked~.custom-control-indicator::before,
.custom-control-input:checked~.custom-control-indicator::after {
  background-color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.custom-control .custom-control-indicator {
  opacity: 0.4;
}

.custom-control-input:checked~.custom-control-indicator {
  opacity: 1;
}

.booking-time {
  overflow: hidden;
}

/* cart-area */

.shopping-cart-table .table {
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 0;
}

.shopping-cart-table .table thead th {
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);
  padding: 20px 18px;
  background: #f5f7fa;
}

.shopping-cart-table .table tr td:not(:first-child),
.shopping-cart-table .table tr th:not(:first-child) {
  text-align: center;
}

.shopping-cart-table .table tr:last-child td {
  border-bottom: none;
}

.shopping-cart-table .table tr {
  margin: 10px 0;
}

.shopping-cart-table .table .cart-buttons {
  display: flex;
  justify-content: space-between;
}

.shopping-cart-table .table td {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 18px;
  text-transform: capitalize;
  font-size: 13px;
  vertical-align: middle;
}

.shopping-cart-table .table td:first-child {
  font-weight: 600;
}

.shopping-cart-table .table td:last-child {
  border-right: 0;
}

.shopping-cart-table thead {
  border-top: 6px solid var(--primary-color);
  background: #fafafa;
  font-size: 13px;
}

input.qty {
  min-width: 40%;
  width: 40%;
}

.delete-btn {
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 25px;
  border-radius: 50%;
}

.delete-btn:hover {
  color: #fff;
}

.qty-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}

.qty-wrap input {
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 8px 0;
}

.qty-elements {
  background-color: #eee;
  border: 1px solid #ccc;
}

.qty-elements:first-child {
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
}

.qty-elements:last-child {
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
}

.qty-elements a {
  display: block;
  color: #222;
  height: 100%;
  line-height: 1;
  font-size: 19px;
  padding: 8px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 30px;
  text-align: center;
}

.cart-block {
  background-color: var(--primary-color);
  border-radius: 5px;
}

.final-cart {
  padding: 10px;
  color: #fff;
}

.final-cart h5 {
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cart-value {
  padding: 20px;
}

.final-cart li {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 15px;
}

.final-cart li:last-child {
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin-top: 15px;
}

.cart-buttons .btn {
  background-color: transparent;
  color: #000;
  margin: 0 5px;
  border: 1px solid;
}

.cart-buttons .btn:hover {
  color: #fff;
  background-color: #222;
}

.navigation {
  display: flex;
  justify-content: space-between;
}

/* billing-info */
.billing-info {
  background-color: #fff;
  font-size: 13px;
  padding: 50px 50px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.billing-info h5 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.billing-info h5::after {
  position: absolute;
  background-color: var(--primary-color);
  height: 2px;
  width: 40px;
  content: '';
  bottom: 0;
  left: 0;
}

.billing-info p a {
  color: #222;
  font-weight: 600;
}

.form-group>span {
  text-transform: capitalize;
  color: #222;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.form-group .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 10px;
}

.booking-summary li {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.booking-summary li span {
  padding: 10px;
  text-transform: capitalize;
  color: #222;
  font-size: 13px;
  display: inline-block;
  flex-basis: 50%;
}

.booking-summary li span+span {
  flex-basis: 50%;
  text-align: right;
  border-left: 1px solid #ccc;
}

.payment-box,
.success-box {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 13px;
  padding: 50px 50px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.success-box {
  padding: 50px 50px 35px;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.payments .btn {
  border-radius: 50px;
  padding: 9px 20px;
  margin: 0 4px;
  margin-bottom: 10px;
  flex-basis: 32%;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.payments .btn:hover {
  box-shadow: inset 0 0 3px var(--primary-color);
}

/* login-page */

.login-body-wrapper {
  background-color: var(--primary-color);
  position: relative;
}

.login-page {
  padding: 100px 30px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  padding-top: 0;
  z-index: 9;
  position: relative;
}

.logo-login .logo-box {
  background-color: #222;
  display: inline-block;
  margin: 0 auto;
  padding: 11px;
  transform: translateY(-36px);
  border-radius: 7px;
  box-shadow: 0 0 8px #777;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
}

.logo-login span img {
  width: 150px;
}

.login-body-wrapper::before {
  content: "";
  width: 70%;
  height: 110%;
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  left: -20%;
  top: -10%;
  animation: morph 15s linear infinite alternate;
  z-index: 0;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
  -webkit-animation: morph 15s linear infinite alternate;
}

.login-page::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  z-index: 0;
  will-change: border-radius, transform;
  pointer-events: none;
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
  transform-origin: 30% 30%;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}

.login-box .input-group {
  position: relative;
  margin-bottom: 30px;
}

.input-group input {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.login-box .input-group label {
  position: absolute;
  top: 12px;
  left: 20px;
  display: block;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  white-space: nowrap;
  z-index: 4;
  text-transform: capitalize;
  color: #222;
  font-size: 13px;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.login-box .input-group input:valid~label,
.login-box .input-group input:focus~label {
  top: -9px;
  background-color: #fff;
  padding: 0 5px;
}

.input-group i {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  background-color: #222;
  line-height: 42px;
  z-index: 5;
  color: #fff;
}

.input-group i::after {
  content: "";
  position: absolute;
  left: -12px;
  top: calc(50% - 6px);
  border: 6px solid transparent;
  border-right-color: #222;
}


/*======================
    Custom checkbox
========================*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}

/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '\f00c';
  position: absolute;
  background: var(--primary-color);
  font-size: 0.8em;
  line-height: 1em;
  border-radius: 3px;
  left: 0px;
  padding-left: 0.5px;
  padding-top: 1.4px;
  text-align: center;
  top: 2px;
  width: 15px;
  height: 15px;
  color: #ffffff;
  transition: all 0.4s ease;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]+label,
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  margin: 0;
  line-height: 1.3;
  padding-left: 1.6em;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  color: #222;
}

.login-box .btn {
  padding: 13px;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

/*======================
    Service Details
========================*/

.detail-image img {
  max-width: 100%;
  border-radius: 10px;
}

.check-list li {
  margin-bottom: 10px;
}

.check-list li span {
  position: relative;
}

.check-list li span:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #31639c;
  margin-right: 10px;
}

.service-detail .detail-info {
  position: relative;
}

.service-detail h4 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.service-detail h4::after {
  position: absolute;
  background-color: #31639c;
  height: 2px;
  width: 40px;
  content: '';
  bottom: 0;
  left: 0;
}

.detail-info ul li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.detail-info ul li span {
  display: block;
  text-align: center;
}

.detail-info ul li:last-child {
  margin-bottom: 0;
}

.detail-info ul li span:first-child {
  color: #ffffff;
  font-weight: 600;
  background: var(--primary-color);
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}

.detail-info ul li span:last-child {
  color: #232323;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
}

.add-qty {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.add-qty li {
  padding: 10px;
}

.add-qty li span {
  color: #232323;
  font-weight: 600;
}

.service-detail .add-qty li .btn {
  width: 100%;
  padding: 13px;
}

.service-detail .add-qty .qty-elements {
  width: 25%;
}

.service-detail .add-qty .qty-wrap input {
  width: 50%;
}

.service-detail .add-qty .qty-elements a {
  width: auto;
}

.dash-border {
  border: 1px dashed #d5d5d8 !important;
  background-color: #363944;
  color: white;
  border-radius: 5px;
}

#couponModal .input-group:not(.has-validation)>.form-control:not(:last-child),
#couponModal .input-group:not(.has-validation)>.custom-select:not(:last-child),
#couponModal .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
#couponModal .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#couponModal .form-control {
  border: none;
  box-shadow: none;
  background-color: #f9f9fe;
  color: #1e1e1e;
  position: relative;
  padding: 0px 18px 0px;
  height: 46px;
}

#couponModal .bg-primary {
  background-color: #1e1e1e !important;
}

#couponModal .dash-btn {
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 600;
  border: dashed 1px #1e1e1e;
}

#couponModal .text-green {
  color: #28a745 !important;
}

#couponModal .grey-border-top {
  border-top: 1px solid #f1efef;
}

#couponModal .my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*======================
    Custom Classes
========================*/
.hide {
  display: none;
}
