@font-face {
  font-family: "bebas_neueregular";
  src: url("../fonts/bebasneue-regular-webfont.eot");

  src: url("../fonts/bebasneue-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bebasneue-regular-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue-regular-webfont.woff") format("woff"),
    url("../fonts/bebasneue-regular-webfont.svg#bebas_neueregular")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "futuramedium";

  src: url("../fonts/futura_medium_bt-webfont.eot");

  src: url("../fonts/futura_medium_bt-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"),
    url("../fonts/futura_medium_bt-webfont.woff") format("woff"),
    url("../fonts/futura_medium_bt-webfont.ttf") format("truetype"),
    url("../fonts/futura_medium_bt-webfont.svg#futuramedium") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* @font-face {

    font-family: 'futurabold';

    src: url('../fonts/futura_bold_font-webfont.eot');

    src: url('../fonts/futura_bold_font-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/futura_bold_font-webfont.woff2') format('woff2'),

         url('../fonts/futura_bold_font-webfont.woff') format('woff'),

         url('../fonts/futura_bold_font-webfont.ttf') format('truetype'),

         url('../fonts/futura_bold_font-webfont.svg#futurabold') format('svg');

    font-weight: normal;

    font-style: normal;



} */

@font-face {
  font-family: "futurabold";

  src: url("../fonts/unicode.futurab-webfont.eot");

  src: url("../fonts/unicode.futurab-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/unicode.futurab-webfont.woff2") format("woff2"),
    url("../fonts/unicode.futurab-webfont.woff") format("woff"),
    url("../fonts/unicode.futurab-webfont.ttf") format("truetype"),
    url("../fonts/unicode.futurab-webfont.svg#futurabold") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "futuraheavy";

  src: url("../fonts/futura_heavy_font-webfont.eot");

  src: url("../fonts/futura_heavy_font-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura_heavy_font-webfont.woff2") format("woff2"),
    url("../fonts/futura_heavy_font-webfont.woff") format("woff"),
    url("../fonts/futura_heavy_font-webfont.ttf") format("truetype"),
    url("../fonts/futura_heavy_font-webfont.svg#futuraheavy") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "tt_normsextrabold";

  src: url("../fonts/ttnorms-extrabold-webfont.eot");

  src: url("../fonts/ttnorms-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ttnorms-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/ttnorms-extrabold-webfont.woff") format("woff"),
    url("../fonts/ttnorms-extrabold-webfont.ttf") format("truetype"),
    url("../fonts/ttnorms-extrabold-webfont.svg#tt_normsextrabold")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "futurabook";

  src: url("../fonts/futura_book_font-webfont.eot");

  src: url("../fonts/futura_book_font-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura_book_font-webfont.woff2") format("woff2"),
    url("../fonts/futura_book_font-webfont.woff") format("woff"),
    url("../fonts/futura_book_font-webfont.ttf") format("truetype"),
    url("../fonts/futura_book_font-webfont.svg#futurabook") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "futuralight";

  src: url("../fonts/futura_light_font-webfont.eot");

  src: url("../fonts/futura_light_font-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura_light_font-webfont.woff2") format("woff2"),
    url("../fonts/futura_light_font-webfont.woff") format("woff"),
    url("../fonts/futura_light_font-webfont.ttf") format("truetype"),
    url("../fonts/futura_light_font-webfont.svg#futuralight") format("svg");

  font-weight: normal;

  font-style: normal;
}

html {
  width: 100%;

  height: 100%;
  user-select: none;
}

body {
  margin: 0;

  padding: 0;

  background: #fff;

  color: #161616;

  font-family: "futurabook";

  font-size: 18px;

  line-height: 32px;

  height: 100%;

  overflow-x: hidden;
  scroll-behavior: smooth !important;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  overscroll-behavior: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futurabold";

  margin: 0;

  color: #161616;
}

h1 {
  font-size: 56px;
  line-height: 60px;
  text-transform: capitalize;
}

h2 {
  font-size: 32px;
  line-height: 60px;
  text-transform: capitalize;
}

.top-cat-wrap h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;

  font-weight: 400;
  line-height: 30px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;

  line-height: 26px;

  font-weight: 400;

  color: #212121;
}

img {
  max-width: 100%;
}

a {
  font-family: "futurabook";

  text-decoration: none;

  color: #181238;

  word-wrap: break-word;

  -webkit-transition: ease-out 0.3s;

  -moz-transition: ease-out 0.3s;

  -o-transition: ease-out 0.3s;

  transition: ease-out 0.3s;
}

a:hover {
  text-decoration: none;

  color: #428dff;

  outline: 0;

  -webkit-transition: ease-in 0.3s;

  -moz-transition: ease-in 0.3s;

  -o-transition: ease-in 0.3s;

  transition: ease-in 0.3s;
}

ul {
  margin: 0;

  padding: 0;
}

ul li {
  list-style-type: none;
}

.padd-0 {
  padding: 0;
}

.btn {
  font-family: "futurabook";

  border: 0;

  font-size: 16px;
  line-height: 18px;

  color: #fff;

  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;

  border-radius: 28px;

  padding: 17px 38px;

  text-align: center;

  transition-duration: 0.5s;
  background-color: #000;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #ffa500;
  transition-duration: 0.5s;
  box-shadow: none;
}

input,
button {
  outline: none;

  box-shadow: none;
}

input:focus,
button:focus,
input:hover,
button:hover {
  outline: none;

  box-shadow: none;
}

.form-control:focus {
  outline: none;

  box-shadow: none;
}

/* header css start*/

.header {
  background: transparent;

  padding: 10px;
  position: absolute;
  left: 0;

  top: 0;

  width: 100%;

  z-index: 99;

  transition: all ease-in-out 0.5s;

  -moz-transition: all ease-in-out 0.5s;

  -webkit-transition: all ease-in-out 0.5s;

  -ms-transition: all ease-in-out 0.5s;
}

.header .navbar {
  background: transparent;
}

.header .navbar li {
  font-family: "futuraheavy";
  font-size: 16px;

  line-height: 18px;

  text-transform: capitalize;
  margin: 0 10px;
}

.header .navbar li a,
.header .navbar .nav-link {
  font-family: "futuraheavy";
  color: #fff;
  font-family: "futuraheavy";
  padding: 0 0;
  border-bottom: 2px solid transparent;
}

.header .navbar li:last-child a,
.header .navbar li:last-child .nav-link {
  padding-right: 0;
}

.header .navbar .nav-item.active .nav-link,
.header .navbar li:hover .nav-link {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.navbar-light .navbar-toggler {
  background-color: #1d2131;

  border-color: #1d2131;

  border-radius: 0;

  padding: 0.02rem 0.2rem;
  position: absolute;

  right: 165px;
  top: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* header css end*/

/* Banner css start*/

.banner-section {
}

.banner-img {
  position: relative;
}

.banner-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 44%);
}

.banner-img img {
  width: 100%;
}

.bannerText {
  position: absolute;
  top: 30%;

  left: 0;

  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}

.bannerText h1 {
  color: #fff;
}

.breadcrumb-cont {
  text-align: center;
}

.breadcrumb-cont li {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
}

.breadcrumb-cont li a {
  color: #ffffff;
}

.breadcrumb-cont li a:hover {
  color: #fff;
}

.breadcrumb-cont li.separator {
  padding: 0 5px;
}

.inner_banner .breadcrumb-cont li {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.inner_banner .breadcrumb-cont li a {
  color: #37a3a4 !important;
  font-weight: 700;
}

.inner_banner .breadcrumb-cont {
  text-align: left;
}

.country-cont {
  color: #000;
  width: 100%;
  max-width: 226px;
  background: #fff;
  border-radius: 30px;
  padding: 05px 12px;
  font-size: 20px;
}

input.searchGlobal.tt-hint {
  background: #fff !important;
}

.country-cont .country-code {
  float: left;

  width: 6%;
}

.country-cont .country-code img {
  width: 25px;
}

.component-section .form-control {
  border: 0;
  width: 23%;
}

.component-section .form-group {
  margin-bottom: 0;
}

.search-cont {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px;
  color: #000;
  position: relative;
  padding-left: 60px;
}

.search-cont .srch-icon {
  position: absolute;

  left: 20px;

  top: 5px;

  font-size: 18px;

  color: #000;
}

.srch-cat {
  display: flex;
}

.srch-cat p {
  color: #fff;

  font-size: 14px;

  margin: 0 8px 0 0;
}

.srch-cat p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* Banner css end*/

/*Category Section Start*/

.category-section {
}

.top-cat-wrap {
  display: flex;
  justify-content: flex-start;
  flex-flow: nowrap;
  gap: 6px;
  padding: 100px 0px 10px 0px;
  overflow-x: auto;
}

.top-cat-wrap .cat-box {
  flex: 0 0 120px;
  max-width: 120px;
  padding: 0px;
  border-radius: 4px;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* background-color: #0000001f; */
}

.cat-box.text-center .icon {
  margin-bottom: 0px;
  background: #00000012;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.top-cat-wrap .cat-box p {
  margin: 0;
  line-height: 19px;
  white-space: normal;
  max-width: 83px;
  font-size: 14px;
}

.top-cat-wrap .cat-box .icon {
  margin-bottom: 10px;
}

.top-cat-wrap .cat-box .icon img {
  height: auto;
  width: 40px;
  height: 40px;

  width: 40px;

  object-fit: contain;
}

.top-cat-wrap .cat-box:hover {
  -webkit-transition: ease-in 0.3s;

  -moz-transition: ease-in 0.3s;

  -o-transition: ease-in 0.3s;

  transition: ease-in 0.3s;
}

.category-carousal {
  padding: 60px 30px;
}

.owl-carouselOne .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.owl-carouselOne .image-wrapper img {
  height: 146px;

  width: 100%;

  object-fit: cover;
}

.owl-carouselOne .owl-nav {
  position: absolute;

  left: 0;
  right: 0;

  top: 50px;
}

.owl-carouselOne .owl-nav button {
  border-radius: 50%;
  background: #fff !important;
  box-shadow: -2px 1px 8px 0 rgb(0 0 0 / 16%);
  width: 50px;
  height: 50px;
}

.owl-carouselOne .owl-nav .owl-prev {
  position: absolute;

  left: -25px;
}

.owl-carouselOne .owl-nav .owl-next {
  position: absolute;

  right: -25px;
}

#smartwizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

#serviceModel .modal-header .modal-title {
  font-family: "futurabold";
  margin: 0;
  color: #161616;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

#serviceModel .cat-box {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#serviceModel .cat-box img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
  border: solid 1px #c7c7c7;
  padding: 6px;
}

#serviceModel .cat-box p {
  font-size: 13px;
  line-height: 18px;
}

/*Category Section End*/

/*Offer Section Start*/

.offer-section {
  padding: 60px 64px 0;
  border-top: 16px solid #f2f4f6;
}

.offer-section h4 {
  color: #757575;
  font-size: 16px;
  font-family: "futurabook";
}

.offer-section .image-wrap {
  border-radius: 8px;

  overflow: hidden;
  margin-bottom: 15px;
  border: solid 1px #c7c7c7;
}

.offer-section .image-wrap img {
  height: 150px;
  width: 100%;
  object-fit: contain;
  padding: 6px;
}

.offer-cont .title {
  font-size: 18px;
  margin-bottom: 0;
}

.offer-cont .sub-title {
  font-size: 14px;
  color: #757575;
}

/*Offer Section End*/

/*Customer Section Start*/

.owl-carouselTwo .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.owl-carouselTwo .image-wrapper img {
  height: 146px;

  width: 100%;

  object-fit: cover;
}

.owl-carouselTwo .owl-nav {
  position: absolute;

  left: 0;
  right: 0;

  top: 50px;
}

.owl-carouselTwo .owl-nav button {
  border-radius: 50%;

  background: #fff !important;

  box-shadow: -2px 1px 8px 0 rgb(0 0 0 / 16%);

  width: 50px;

  height: 50px;
}

.owl-carouselTwo .owl-nav .owl-prev {
  position: absolute;

  left: -25px;
}

.owl-carouselTwo .owl-nav .owl-next {
  position: absolute;

  right: -25px;
}

/*Customer Section End*/

/*Help Section End*/

.help-section {
  background: url("../images/help.png") no-repeat;
  background-position: right bottom;
  padding: 100px 0;
  background-size: contain;
  border-top: 16px solid #f2f4f6;
}

.help-section .title {
  font-family: "futurabold";

  font-size: 44px;

  line-height: 60px;
}

.help-section .sub-title {
  color: #757575;

  font-family: "futurabook";

  font-size: 28px;

  line-height: 34px;
}

.help-section .btn {
}

/*Help Section End*/
/*
.info-section{ 
      background: #fff112 url(../images/info-images.jpg) no-repeat;
    padding: 0;
    background-size: contain;
    border-top: 16px solid #f2f4f6;
    height: 100%;
    background-position: inherit;
}
*/
/* .info-section {
    background: #fff112 url(../images/info-images-banner.jpg) no-repeat;
    padding: 0;
    background-size: 100% auto;
    border-top: 16px solid #f2f4f6;
    height: 91%;
    background-position: inherit;
} */

/*Protection Section End*/

.protection-section {
  border-top: 16px solid #f2f4f6;
  padding: 50px 0;
}

.protection-section .box {
  padding: 0 0 0 120px;
  position: relative;
}

.protection-section .box .image-wrap {
  position: absolute;

  left: 0;

  top: 15px;
}

.protection-section .box .image-wrap img {
  width: 100px;
}

.protection-section .heading {
  font-family: "futurabold";

  font-size: 28px;

  line-height: 34px;
}

.protection-section .sub-heading {
  color: #757575;

  font-family: "futurabook";

  font-size: 18px;

  line-height: 24px;
}

.protection-section .box a {
  color: #428dff;
}

/*Protection Section End*/

/*Get Section End*/

.get-section {
  padding: 30px;
  /*background: url("../images/mob.png") no-repeat;
  background-position: right bottom;
  background-size: 22%;*/
  border-top: 16px solid #f2f4f6;
}

.get-section .title {
  font-family: "futurabold";

  font-size: 44px;

  line-height: 60px;
}

.get-section .sub-title {
  color: #757575;

  font-family: "futurabook";

  font-size: 18px;
  line-height: 26px;
}

.phone-cont {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);

  border: 1px solid #e2e2e2;

  border-radius: 5px;

  display: flex;
  padding: 8px 15px;
  font-size: 15px;
}

.phone-cont .country-code {
  flex: 25%;

  width: 25%;

  border-right: 1px solid #ccc;
}

.phone-cont .country-code span {
  width: 30px;

  display: inline-block;
  margin-right: 5px;
}

.phone-cont .input-field {
  flex: 70%;

  width: 0%;
}

.phone-cont .input-field .form-control {
  border: 0;
}

.get-section .info a {
  margin-right: 15px;
}

.get-section .info img {
  width: 150px;
}

/*Get Section End*/

/*Footer css start*/

footer {
  padding: 25px 0 20px 0;
  background-color: #fff;
  background: #fff;
  box-shadow: -1px -6px 0px #8fffee;
}

.foot-top p {
  color: #c1c1c1;
}

.info-cont {
  background-color: #f6e500;

  padding: 55px 45px 40px 45px;

  margin-top: -190px;
}

.foot-info-box {
  width: 50%;
  flex: 50%;
  padding-left: 70px;
  position: relative;
}

.foot-info-box span {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;

  height: 55px;

  line-height: 55px;

  border: 1px solid #c2272d;

  background-color: #fff;
  text-align: center;
}

.foot-info-box h6 {
  color: #121212;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 1px;
  margin-bottom: 10px;
}

.foot-info-box h3 {
  color: #c2272d;
  font-weight: 500;
  font-size: 25px;
}

.foot-nav {
  padding: 15px 0;

  border-bottom: 1px solid #424242;

  margin-bottom: 20px;
}

.foot-nav ul li {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 12px;
  display: inline-block;
  padding: 0 10px;
}

.foot-nav ul li a {
  color: #000000;
}

.foot-nav ul li a:hover {
  color: #2c2c2c;
}

.foot-nav ul li:last-child {
  border-right: 0;
}

.social a {
  font-family: "futurabook";

  color: #000000;

  display: inline-block;

  font-size: 24px;

  line-height: 14px;

  margin-left: 5px;
}

.social img {
  width: 130px;
}

.foot-bottom {
}

.footer p {
  color: #000000;

  font-size: 14px;
  margin-bottom: 0;
}

.foot-logo img {
  width: 70px;
}

/*Footer css end*/

/*About page css start*/

.inner_banner {
  width: 100%;
  margin-bottom: 70px;
  position: relative;
}

.service_booking .inner_banner {
  padding: 100px 0px 10px 0px;
}

.service_booking li.nav-item a {
  color: #000 !important;
}

section.inner_banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000a8;
}

/* .inner_banner .bannerText {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto;
    text-align: center;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
} */

.inner_banner .bannerText p {
  font-size: 17px;

  color: #fff;

  text-transform: initial;
}

.inner_banner h1 {
  line-height: 116%;
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 45px;
  text-align: center;
}

.inner_banner .bannerText {
  position: static;
}

.inner-banner-right-block {
  background: #222;
  border-radius: 15px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}

.inner-banner-right-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner-container {
  padding-bottom: 150px;
}

.abt-img {
  width: 100%;

  height: auto;
  border: 5px solid #fff;

  box-shadow: 5px 0px 10px rgb(0 0 0 / 13%);
}

.inner-container h5 {
  color: #c2272d;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 15px;
}

.abt-bottom-wrap img {
  width: 100%;

  height: auto;
}

.feature-product {
  font-size: 15px !important;
}

/*About page css end*/

/*Login page css end*/
.login-image {
  background: #e5e5e5;
}

.login-image img {
}

.login-wrapper {
  border: 1px solid rgb(219 222 222);
  border-radius: 10px;
  background-color: #e5e5e5;
}

#login_form h2 {
  color: #000;
}

#login_form .form-group {
  margin-bottom: 30px;
}

#login_form .btn,
#register_form .btn,
#forgot_form .btn {
  font-size: 16px;
  line-height: 15px;
  padding: 15px 30px;
  width: 100%;
}

#login_form .form-control,
#register_form .form-control,
#forgot_form .form-control {
  border: 1px solid #1f1c1c1f;
  background: #fff;
  height: 52px;

  border-radius: 30px;
  padding: 10px 61px !important;
}

#login_form .custom-control.custom-checkbox,
#register_form .custom-control.custom-checkbox {
  display: inline-block;
  margin: 0 auto;
}

#login_form .form-group p,
#register_form .form-group p,
#forgot_form .form-group p {
  font-size: 13px;
  line-height: 16px;
  color: #000;
}

#login_form .form-group .custom-checkbox label {
}

.opt-cont p {
  font-family: "futurabold";
  font-size: 18px;
}

.opt-cont .otp-box {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 20px;
}

#login-modal #login_form .otp-box .box input {
  padding: 0px !important;
  height: 61px !important;
  width: 52px;
}

#user_otp_form {
  display: none;
}

/*Login page css end*/
/************************** My Account CSS Start **************************/
.my-account-sec {
  padding: 80px 0;
}

.tabs-left {
  background: transparent;
}

.tabs-left li {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: 0px !important;
  padding: 5px 10px;
}

.tabs-left li a {
  position: relative;
  padding: 5px 25px;
}

/* .tabs-left li a:before {
    content: "";
    background-color: #d22015;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 18px;
    width: 2px;
    height: 15px;
} */

.tabs-left > li a.active,
.tabs-left > li.active:hover,
.tabs-left > li.active:focus {
  color: rgb(183 180 179);
}

.tabs-left > li.active a,
.tabs-left > li:hover a {
  color: rgba(244, 67, 42, 1);
}

.tabs-left > li > a,
.tabs-left li ul li a {
  color: #222;
  display: block;
}

.tabs-left li:first-child {
  border-top: 1px solid transparent;
}

.tabs-left li a:hover,
.tabs-left li a.active {
  background: #4a4847;
  color: #fff;
}

.tabs-left li a:hover:before,
.tabs-left li a.active:before {
  background-color: #fff;
}

.tabs-left li.dropdown a.dropdown-toggle:hover {
  color: #fff;
}

.nav-tabs.tabs-left .dropdown-menu {
  background: #e9e9e9;
  width: 100%;
  border: 0;
}

.nav-tabs.tabs-left .dropdown-menu li {
  font-size: 14px;
  line-height: 14px;
  border: 0;
}

.nav-tabs.tabs-left .dropdown-menu li a {
  position: relative;
  padding: 10px 45px;
}

.nav-tabs.tabs-left .dropdown-menu li a:before {
  left: 35px;
  height: 8px;
}

.nav-tabs.tabs-left .dropdown-menu li a.active {
  background: transparent;
  color: #d22015;
}

.nav-tabs.tabs-left .dropdown-menu li a.active:before {
  background-color: #d22015;
}

.tab-pane {
  background: transparent;
  border: solid 1px #e5e3e3;
  border-radius: 4px;
  padding: 15px 30px;
  border: 0px;
}

.tab-content h2 {
  font-size: 19px;
  color: #111111;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 20px;
}

.tab-content h5 {
  font-size: 16px;
  color: #414141;
  font-weight: 600;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 12px;
}

.tab-content p {
  font-family: "NoirPro-Light";
  font-size: 16px;
  color: #6d6d6d;
}

.tab-content .form-control {
  border: 0;
  background: #fff;
  height: 48px;
  color: #91989a;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.tab-content input:placeholder {
  text-transform: capitalize;
}

.tab-content select.form-control {
  height: 48px !important;
}

.tab-content textarea.form-control {
  height: 100px;
  resize: none;
}

.tab-content .btn {
  font-size: 13px;
  line-height: 15px;
  padding: 15px 30px;
}

.tab-content label {
  font-size: 14px;
  font-weight: 400;
  color: #0af5d1;
  line-height: 20px;
  letter-spacing: 1px;
}

.enquery-table {
  background: #fff;
}

.my-account-sec button {
  border-radius: 7px;
  margin-top: 15px;
}

.enquery-table .table thead th {
  color: #070707;
  font-family: "futurabook";
  font-size: 16px;
  text-transform: capitalize;
}

.enquery-table .table tbody td {
  font-size: 15px;
}

.order-table .table-bordered th {
  color: #070707;
  font-family: "futurabook";
  font-size: 16px;
  text-transform: capitalize;
}

.order-table .table-bordered td {
  font-size: 15px;
}

.order-table .table-bordered td .active-btn {
  background: #008000;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
}

.order-table .table-bordered td .inactive-btn {
  background: #02a7cd;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
}

.order-table .table-bordered td .booking-btn {
  border: 0;
}

.booking-details .phone {
  color: #741813;
}

.book-service-cont {
  position: relative;
  padding-left: 27%;
  border-bottom: solid 1px rgb(227 227 227);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.book-service-cont img {
  position: absolute;
  left: 0;
  top: 0;
  width: 22%;
  height: auto;
  border-radius: 6px;
}

.book-service-cont .price {
  font-size: 14px;
  margin-bottom: 0;
}

.book-service-cont .price .old-rice {
  color: #ccc;
  text-decoration: line-through;
}

.booked-service-list {
  border-top: 10px solid rgb(227 31 20 / 19%);
  border-bottom: 10px solid rgb(227 31 20 / 19%);
  padding: 25px 0;
}

#myModal .book-info {
  border-top: 10px solid rgb(227 31 20 / 19%);
  padding-top: 15px;
}

#myModal .modal-header {
  border: 0;
  padding-bottom: 0;
}

.book-service-cont:last-child {
  border: 0;
  margin-bottom: 0;
}

.booked-safe-cont {
  margin-top: 20px;
}

.booked-safe-cont img {
  margin-top: 20px;
}

/************************** My Account CSS End **************************/
.error-cont {
  padding: 100px 0;
}

.error-cont img {
}

/* Service Booking CSS */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

#grad1 {
  background-color: #9c27b0;
  background-image: linear-gradient(120deg, #ff4081, #81d4fa);
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0px !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
  box-shadow: none;
}

#msform input,
#msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f023";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #d22015;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* End of Service booking CSS */

/* + - increment button CSS */
span {
  cursor: pointer;
}

.number {
  margin: 100px;
  border: 1px solid #08c4c7;
  border-radius: 4px;
}

.minus,
.plus {
  width: 25px;
  height: 25px;
  background: #08c4c7;
  border-radius: 0;
  padding: 8px 5px 8px 5px;
  border: 1px solid #08c4c7;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 6px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

/* .minus:hover,
.plus:hover {
    background: #d22015;
    border: 1px solid #d22015;
} */

input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

/* End + - increment button CSS */

#grad1 {
  background: #ffff !important;
}

.form-card .booking-cont {
  display: flex;
}

.booking-form-cont .image-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  border: solid 1px #c7c7c7;
}

.booking-form-cont .image-wrap img {
  height: 146px;
  width: 100%;
  object-fit: cover;
}

.booking-form-cont .feature-product p {
  font-size: 14px;
  line-height: 22px;
}

.booking-form-cont .feature-product p.price {
  font-weight: 600;
}

.booking-form-cont .number {
  display: flex;
  width: 100px;
  margin: 9px 0px;
  margin-left: auto;
  position: absolute;
  bottom: 0px;
  right: 23px;
}

#msform .number input {
  border: 0;
  margin: 0;
  height: 25px;
  font-size: 13px;
  padding: 0px 8px 0px 8px;
  text-align: center;
  line-height: 116%;
}

#msform .booking-form-cont {
  border: solid 1px #c7c7c7;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

#msform .booking-form-cont .image-wrapper img {
  height: 135px;
  width: 100%;
  object-fit: contain;
}

#msform .action-button.btn,
#msform .action-button-previous.btn {
  font-family: "futurabook";
  border: 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 28px;
  padding: 17px 38px;
  text-align: center;
  transition-duration: 0.5s;
  background-color: #000;
  width: auto;
  height: auto;
}

#msform .action-button.btn:hover,
#msform .action-button.btn:focus,
#msform .action-button-previous.btn:hover,
#msform .action-button-previous.btn:focus {
  color: #fff;
  background-color: #d22015;
  transition-duration: 0.5s;
  box-shadow: none;
}

#msform input {
  text-align: left;
}

#msform .radio-group .radio {
  width: 80px;
  height: auto;
}

#msform .radio-group .radio img {
  height: auto;
  width: auto;
}

#msform .radio-group .radio.active {
  background: #d22015;
}

/*------- OTP CSS -------*/
.text-center .form-control {
  -webkit-transition: none;
  transition: none;
  width: 38px;
  height: 32px;
  text-align: center;
}

.text-center .form-control:focus {
  color: #3f4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}

.text-center .form-control.form-control-solid {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
}

.text-center .form-control.form-control-solid:active,
.text-center .form-control.form-control-solid.active,
.text-center .form-control.form-control-solid:focus,
.text-center .form-control.form-control-solid.focus {
  background-color: #ebedf3;
  border-color: #ebedf3;
  color: #3f4254;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
}

.button-options {
  padding-top: 15px;
}

.button-options .btn {
  margin-bottom: 10px;
}

.tab-content .address-radio {
  display: flex;
}

.tab-content .address-radio .form-control {
  height: 15px;
  width: auto;
  margin: 2px 0 0 18px;
}

.booking-details .book-info p {
  word-break: break-all;
}

.razorpay-payment-button {
  display: block !important;
  text-align: center;
}

.day-list {
  padding: 0 15px;
}

.day-list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
}

.day-list ul li {
  font-size: 14px;
  width: 11.333333%;
  padding: 0 6px;
}

.day-list ul li span {
    background: #efefef;
    display: block;
    border-radius: 10px;
    padding: 5px;
    width: 58px;
    font-size: 12px;
}

.day-list ul li span h4 {
  font-size: 15px;
}

.day-list ul li.active span {
  background: #08c4c7;
  color: #fff;
}

.day-list ul li.active span h4 {
  color: #fff;
}

.time-list {
  padding: 25px 15px;
}

.time-list ul {
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
  gap: 10px;
}

.time-list ul li {
  font-size: 14px;
  width: 245px;
  max-width: 100%;
}

.time-list {
  padding: 10px;
}

.time-list ul li span {
    border: solid 1px #efefef;
    border-radius: 8px;
    display: block;
    font-size: 11px;
    padding: 10px;
    min-width: 100px;
    display: grid;
    height: 40px;
    place-content: center;
}

.time-list ul li.active {
  background: #efefef;
  color: #000;
}

.form-cart-total {
  width: 94%;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
}

.form-cart-total .tax-details {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}

.form-cart-total span {
  display: inline-block;
}

.form-cart-total table tr {
  text-align: right;
}

/*------- End ----------*/
.error-message-otp {
  color: red;
  padding-top: 20px;
}

.resend-message-otp {
  color: green;
}

/*Contact page Start*/

.contact-info .info-box h4 {
  text-transform: capitalize;

  margin: 10px 0 15px 0;

  font-family: "Audiowide", cursive;
}

.contact-info .info-box p {
  margin-bottom: 0;
}

.contact-info .info-box p a {
  color: #535151;
}

.contact-info .info-box {
  height: 100%;

  border: 1px solid rgba(103, 113, 128, 0.15);

  text-align: left;

  clear: both;

  padding: 40px 50px;
  position: relative;
}

.info-box:before {
  content: "";

  position: absolute;

  width: 0;

  height: 4px;

  background: #f8c100;

  bottom: 0;

  left: 0;

  -webkit-transition: all 0.35s ease;

  transition: all 0.35s ease;

  -moz-transition: all 0.35s ease;

  -ms-transition: all 0.35s ease;

  opacity: 0;

  filter: alpha(opacity=0);
}

.info-box:hover:before {
  width: 100%;

  opacity: 1;

  filter: alpha(opacity=100);
}

.contact-form-wrap {
  background: rgb(179 179 179 / 32%);
  padding: 100px;
}

.contact-form-wrap h5 {
  color: #ba0404;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.contact-form .form-control {
  border-radius: 0;

  height: 60px;

  outline: 0;

  background: #fff;

  width: 100%;

  border: 0;

  margin: 0 0 15px;

  padding: 15px;

  box-sizing: border-box;

  font-size: 1rem;
}

.contact-form textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-form .btn {
  padding: 20px 35px;
  font-size: 15px;
  color: #fff;
  width: 15%;
  line-height: 2px;
}

.contact-info .information p.info-description {
  margin-top: 16px;
}

.contact-info .information .contact-in {
  margin-top: 22px;
}

.contact-info .information .contact-in ul.info-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

.contact-info .information .contact-in ul.info-details:first-child {
  margin-top: 0px;
}

.contact-info .information .contact-in ul.info-details li i {
  font-size: 20px;
  margin-right: 20px;
}

.contact-info .information .contact-in ul.info-details li h4 {
  font-size: 14px;
  line-height: 1;
}

.contact-info .information .contact-in ul.info-details li p {
  margin-top: 7px;
}

/* development */
.searchGlobal {
  background-color: #e9ecef;
  width: 70% !important;
}

.searchGlobal:hover {
  background-color: #e9ecef;
}

.error {
  color: #dc3545 !important;
  display: block;
}

/* development */

/*Contact page End*/

/** New CSS TD start **/

@media screen and (max-width: 767px) {
  #canc_conditon .modal-dialog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* #add_address .modal-dialog {
        padding-top: 100px !important;
        padding-bottom: 100px;
    } */

  .info-section {
    background: #fff112 url(../images/mob-banner.png) no-repeat !important;
    width: 100%;
    background-size: 100% 100% !important;
    height: 100% !important;
  }
}

/** New CSS TD end **/

/* home page search section (24-03-2023) */
.country-cont.country_location {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.component-section .country_location .form-control {
  width: 100%;
}

.component-section .country_location .form-control[readonly] {
  background-color: #ffffff;
}

.country-cont.country_location .country-code {
  width: 13%;
}

.tt-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 15px;
  margin-top: 15px;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.tt-menu:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -8px;
  z-index: 99999;
  display: inline-block;
  left: 8px;
}

.location_boxbody {
  position: relative;
  margin: 16px;
}

.location_boxbody form input {
  padding: 0.375rem 2.75rem 0.375rem 0.75rem;
}

button.Fbtn.btn-subscribe {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid #d9d9d9;
  width: 34px;
  height: 38px;
  background: #fff;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.location_box {
  background: #fff;
  margin: 12px 0 0;
  min-width: 350px;
  position: absolute;
  padding: 0 0 15px;
  display: none;
  z-index: 9;
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  bottom: -155px;
  left: 321px;
}

.location_box {
  z-index: 999;
  bottom: 0 !important;
  left: 0 !important;
  right: 0;
  top: unset !important;
  position: fixed;
  text-align: center;
  background: #0009;
  height: 100%;
}

.loaciton-box-for-mobile {
  background: #fff;
  padding: 50px 20px;
  position: absolute;
  bottom: unset;
  border-radius: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
}

.searchlocation-client {
  position: relative;
}

.searchlocation-client input {
  height: 50px;
  padding-left: 35px;
}

.searchlocation-client button.Fbtn.btn-subscribe {
  right: unset;
  left: 0;
  border: 0;
  background: transparent;
  color: #000;
}

.loaciton-box-for-mobile .icon img {
  max-width: 100px;
  margin-bottom: 20px;
}

.loaciton-box-for-mobile h2 {
  font-size: 18px;
  line-height: 118%;
  margin-bottom: 7px;
}

.loaciton-box-for-mobile p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #0000007d;
}

.detect-location-btn {
  background: #0af5d1;
  width: 100%;
  display: block;
  padding: 13px;
  font-weight: 500;
  margin-bottom: 13px;
}

.savedAddress {
  width: 100%;
  display: block;
  border: 0px;
  padding: 14px;
  margin-top: 15px;
}

.location_box::before {
  display: none;
}

.location_boxhead a {
  color: #008eff !important;
}

.location_boxhead {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #bdbdbd;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.component-section .location_boxbody .form-control {
  width: 100%;
  border: 1px solid #e3e3e3;
  text-align: left;
}

.search_box .twitter-typeahead {
  width: 100%;
  padding-left: 40px;
}

.component-section .search_box .form-control {
  width: 100% !important;
  text-align: left;
  background: #fff !important;
}

.location_boxhead p {
  margin: 0;
}

.search_box {
  position: relative;
}

.search_box button.Fbtn.btn-search {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 45px;
  height: 100%;
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tt-menu .description-section h4 {
  font-size: 16px;
  font-weight: 300;
}

.tt-menu .image-section {
  display: none;
}

a.man-section.tt-suggestion.tt-selectable .description-section {
  border-bottom: 1px solid #b3b3b3;
  padding: 6px 0;
}

.country-cont.search_box {
  border-radius: 6px;
  padding: 6px 0;
}

.alert_warning.alert-warning {
  padding: 15px;
}

.alert_warning.alert-warning span {
  background-color: #eda333;
  color: #fff;
  padding: 8px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.rating_box {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}

.rating_box p {
  padding-left: 5px;
}

.rating_box label {
  margin: 0;
}

.order-table .myorder_table {
  white-space: nowrap;
}

/* rating box design */
.rating_box {
  align-items: center;
}

.rating_box .progress {
  height: 4px;
  background: rgb(237, 237, 237);
}

.rating_box .progress .progress-bar {
  background-color: rgb(15, 15, 15);
}

.productrating_box {
  background: #eeeeee;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 33%) 3px 0px 8px 0px;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

/* hero search box tooltip */
.location_tooltip {
  background: #fff;
  margin: 12px 0 0;
  min-width: 215px;
  position: absolute;
  padding: 15px 10px;
  z-index: 9;
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  display: flex;
  gap: 5px;
  bottom: -112px;
  max-width: 359px;
}

.location_tooltip:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -8px;
  z-index: 999;
  display: inline-block;
  left: 8px;
}

.location_toolleft {
  text-align: left;
}

.location_toolleft p {
  margin: 0;
}

.location_toolleft p.locationtool_txt {
  font-weight: 600;
  line-height: 20px;
  font-size: 15px;
  color: #3a3939;
  padding-top: 8px;
}

.location_toolright {
  color: #161616;
  font-weight: 400;
}

.service-thumbnail {
  text-align: center;
}

.service-thumbnail img {
  height: 55px;
  width: 55px;
  /* border-radius: 50%; */
  border: 1px solid transparent;
  object-fit: contain;
}

.service-thumbnail p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  max-width: 74px;
  margin-top: 5px;
}

.login-form span#error_login {
  padding: 10px 21px;
}

.youtube-video iframe {
  width: 100%;
}

/* .service-list a:hover img,
.active-thumbnail img {
    border: 1px solid #353599;
} */

#whatsapp_chat_widget #wa-widget-send-button {
  bottom: 43px !important;
  right: 20px !important;
}

.mobile-device-header {
  display: none;
}

ul.service-list-are-sidebar {
  border: 1px solid #0000001a;
  padding: 31px;
  height: 100%;
  border-top: 0px;
  border-bottom: 0px;
}

.services-lists-area {
  border: 1px solid #0000001a;
  border-right: 0px;
}

ul.service-list-are-sidebar a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 20px;
}

span.offers-icon svg {
  width: 24px;
}

.service-list-are-sidebar .content h5 {
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  color: #000;
}

.service-list-are-sidebar .content p {
  font-size: 14px;
  color: #0000008f;
  font-weight: 500;
  margin-bottom: 0px;
}

html {
  scroll-behavior: smooth;
}

.tt-menu {
  background: #fff;

  width: 100%;

  text-align: left;

  padding: 15px;

  margin-top: 15px;

  position: relative;

  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

  max-height: 173px;

  overflow: auto;
}

.tt-menu::-webkit-scrollbar {
  width: 10px;
}

.tt-menu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.tt-menu::-webkit-scrollbar-thumb {
  background-color: #ffb64c;
}

.service-thumbnail {
  text-align: center;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  border: 0px !important;
}

.service-thumbnail p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  max-width: 88px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.service-list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(10, 1, 1, 0.281);
}

.service-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

.service-list::-webkit-scrollbar-thumb {
  background-color: #0af5d1;
  -webkit-box-shadow: inset 0 0 6px rgba(64, 205, 207, 1);
}

.service-list {
  display: flex;
  gap: 27px;
  flex-wrap: nowrap;
  position: sticky;
  top: 79px;
  background: #fff;
  padding: 10px 5px 5px 5px;
  z-index: 99999;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  border-bottom: 0.5px solid #00000024;
  scroll-margin-top: 125px;
  scrollbar-color: #0af5d1 #f1f1f1 !important;
  scrollbar-width: thin !important;
}

.login-form span#error_login {
  padding: 10px 21px;
}

.youtube-video iframe {
  width: 100%;
}

h6.sep_sub_cat {
  scroll-margin-top: 250px;
  padding: 18px 10px !important;
}

.service-thumbnail .img {
  height: 78px;
  width: 78px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 7px 2px #00000026;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.inner_banner.loginpage {
  position: relative;
}

section.inner_banner .bannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.inner_banner .bannerText {
  text-align: center;
  font-size: 55px;
}

.inner_banner .breadcrumb-cont {
  text-align: center;
}

span.whats-app-logo {
  position: absolute;
  top: 6px;
  background: #4dc247;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 8px;
  font-size: 22px;
}

span.c-flag img {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-0%, -50%);
  left: 16px;
}

select#country-code:focus {
  outline: 0;
}

span.whats-app-logo {
  position: absolute;
  top: 6px;
  background: #4dc247;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 8px;
  left: unset;
}

span.whats-app-logo svg {
  max-width: 30px;
}

.service_booking .header {
  position: static;
}

.service_booking section.inner_banner::before {
  display: none;
}

.service_booking section.inner_banner .bannerText {
  position: static;
  top: unset;
  left: unset;
  transform: unset;
}

.service_booking .inner_banner {
  padding: 0px 0px 10px 0px;
  margin-bottom: 0px;
}

.service_booking .inner_banner h1 {
  color: #000;
  text-align: left;
}

.service_booking .inner_banner .breadcrumb-cont li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.service_booking .inner_banner .breadcrumb-cont {
  text-align: left;
}

.sidebar-postion-sicky {
  max-height: 700px;
  overflow: auto;
  position: sticky;
  top: 221px;
}

.sidebar-postion-sick::-webkit-scrollbar {
  width: 5px;
}

.sidebar-postion-sick::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.sidebar-postion-sick::-webkit-scrollbar-thumb {
  background-color: #888;
}

.fixed-alert-view-cart {
  background-color: #fff;
  box-shadow: 0px 0px 7px 2px;
  /* padding: 10px 26px; */
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 461px;
  z-index: 99999;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

span.total_price {
  font-size: 20px;
  font-weight: 900 !important;
  color: #222;
}

.fixed-alert-view-cart a {
  padding: 4px 12px;
  background: #ffa500;
  color: #000 !important;
  text-transform: capitalize;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.fixed-alert-view-cart a.disabled,
#step2_btn.disabled {
  opacity: 0.5;
}

.fixed-alert-view-cart a:hover {
  background-color: #ffa500;
  color: #000 !important;
}

.offer-bar svg {
  max-width: 15px;
  height: 15px;
  fill: #fff;
  stroke: #fff;
  filter: brightness(0) invert(1);
}

.offer-bar {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  justify-content: center;
  width: 100%;
  background: #4dc247;
  color: #fff;
  align-items: center;
  padding: 5px 0px;
}

.offer-bar p {
  color: #fff;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-left: 7px;
  font-size: 14px;
}

.view-cart-block {
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 15px 0px;
  align-items: center;
}

div#country-code {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 42px;
  font-weight: 600;
  color: #2222229e;
  border-right: 1px solid #0003;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_booking .cmFtr {
  display: none;
}

.service_booking .inner-container {
  padding-bottom: 0;
}

.service_booking #msform fieldset {
  padding-bottom: 0px !important;
}

li.custom-alert {
  background: yellow;
  padding: 12px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  border-radius: 3px;
}

.hidden_data span {
  display: block;
  line-height: 145%;
}

/* membership page-style */
.membership-page {
  background: #fff;
}

.membership-page .icon-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px 0px;
}

.page-title h1 {
  font-size: 33px;
  text-transform: capitalize;
  color: #222222d6;
}

.icon-title img {
  max-width: 50px;
}

.page-title h6 {
  color: rgb(7, 121, 76);
  font-weight: 200;
  margin-bottom: 30px;
}

.info-box {
  padding: 23px 0px;
  border-top: 1px solid #00000036;
}

.info-box h3,
.f-added-services h3,
.payment-summery-sidebar h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222222d6;
}

.info-box h1 {
  font-size: 49px;
  color: rgb(7, 121, 76);
}

.info-box span {
  margin-top: 10px;
  display: block;
  color: #0000007a;
}

ul.service-selection {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.service-selection li {
  height: 30px;
  width: 30px;
}

ul.service-selection li {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000061;
  border-radius: 8px;
}

.service-selection li:hover {
  background-color: #80808045;
  cursor: pointer;
}

.page-title h6 img {
  width: 23px;
  margin-right: 10px;
}

ul.benifits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0px;
}

ul.benifits-list li img {
  max-width: 40px;
}

.benifits-list p {
  margin-bottom: 0px;
}

.membership-page button.btn.btn-link.btn-block.text-left {
  background-color: transparent;
  color: #222222d6;
  padding: 18px 10px;
  border-bottom: 0px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.9px;
  font-family: "Arial";
  display: flex;
  justify-content: space-between;
}

.Faqs .card-header {
  padding: 0px;
  font-size: 14px;
}

.Faqs .card {
  margin-bottom: 20px;
}

.info-box::before {
  display: none;
}

.Faqs .sec-title {
  text-align: center;
  margin-bottom: 52px;
  font-size: 24px;
  font-weight: 400;
}

.Faqs {
  padding: 50px 0px;
}

ul.benifits-list h4 {
  color: #222222d6;
}

.membership-sidepar h3 {
  font-size: 23px;
  margin-bottom: 20px;
  color: #222222d6;
}

.membership-sidepar ul li {
  border: 1px solid #0000001a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.content span:first-child {
  color: #bc9013;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.membership-sidepar > a {
  text-align: center;
  display: block;
  color: rgb(138, 30, 8);
}

.membership-sidepar li a {
  border: 1px solid #000;
  padding: 3px 17px;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #222;
  transition: all 0.3s ease-in-out;
}

.membership-sidepar li a:hover {
  background-color: #80808045;
}

/* membership page-style */

.membership-page .sec-title,
.summery-page h1 a,
.membership-page .sec-title {
  font-size: 33px !important;
  color: #222222d6;
  text-transform: capitalize;
  text-align: center;
}

.testimonial-card {
  border: 1px solid #0006;
  padding: 19px;
  border-radius: 8px;
  margin: 50px 0px;
}

.testimonial-card img {
  max-width: 76px;
}

.testimonial-card h4 {
  color: #222222d6;
  margin: 15px 0px 0px 0px;
}

.testimonial-card .content > sapn {
  font-size: 15px;
  color: #00000094;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.saving-plus {
  color: #222;
}

.summery-page h1 a i {
  font-size: 21px;
}

.summery-page h1 a {
  margin-bottom: 0px !important;
  display: inline-block;
  padding: 21px 0px;
  font-size: 23px !important;
}

.summery-header img {
  max-width: 35px;
}

.summery-header p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.summery-header span {
  font-size: 14px;
  color: rgb(87, 42, 200);
  font-weight: 600;
  line-height: 116%;
}

.summery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0003;
  border-right: 0px;
  border-left: 0px;
  padding: 20px 0px;
  margin-bottom: 41px;
}

.product-thumnail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-thumnail img {
  max-width: 50px;
}

.summery-page table {
  width: 100%;
}

.summery-page .number {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 97px;
}

.summery-page table p {
  margin-bottom: 0px;
}

.summery-page .number input {
  height: 34px;
  width: 38px;
}

.product-thumnail p {
  font-size: 16px;
  font-weight: 600 !important;
}

.summery--price {
  font-size: 16px;
  font-weight: 600;
}

.vip-member-duration {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.summery--price {
  display: flex;
  align-items: center;
  gap: 11px;
}

.summery--price span,
.vip-price span {
  color: #0000009c;
  font-weight: 600;
  text-decoration: line-through;
  padding: 0px 5px;
}

.summery-page table td {
  padding: 18px 10px;
}

.summery-page table a {
  border: 1px solid #ffa930;
  padding: 7px 5px;
  border-radius: 10px;
  color: #000;
  transition: all 0.3s ease-in-out;
  background: #ffa930;
  color: #fff !important;
  border-radius: 5px !important;
  display: block;
  text-align: center;
  max-width: 98px;
  margin-left: auto;
}

.summery-page table a:hover {
  background-color: #000;
}

.summery-page table a:hover {
  background-color: #0000001c;
}

.f-added-services h3 {
  padding: 30px 0px;
}

sapn.discount-price {
  color: #4dc247;
  font-weight: 600;
}

.services--card .img {
  position: relative;
}

span.c-badge {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #4dc247;
  padding: 6px 7px;
  border-radius: 7px;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 116%;
}

.services--card .img {
  height: 150px;
}

.services--card .img img {
  height: 100%;
  border-radius: 5px;
  width: 100%;
}

.services--card a {
  position: absolute;
  bottom: -25px;
  right: 7px;
  background: #4dc247;
  /* padding: 11px; */
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services--card .info h4 {
  font-size: 14px;
  line-height: 130%;
  padding: 28px 0px 3px 0px;
}

.services--card p {
  margin-bottom: 0px;
  font-weight: 600;
  color: #000000b5;
}

.f-added-services .services--card {
  box-shadow: 0px 0px 6px 1px #0000002e;
  padding: 10px 5px;
  border-radius: 5px;
}

.owl-stage-outer {
  padding: 10px 0px;
}

.payment-summery-sidebar h3 {
  margin-bottom: 20px;
}

.saved svg {
  height: unset;
}

.payment-summery-sidebar .saved {
  /* padding: 10px 0px; */
  background: #ffa930;
  color: #fff;
  padding: 7px;
  margin: 18px 0px;
  border-radius: 5px;
  font-size: 14px;
}

.payment-summery-sidebar .saved svg {
  filter: brightness(0) invert(1);
}

.d-instruction label {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 116%;
}

.d-instruction {
  border: 1px solid #00000045;
  padding: 15px;
  border-right: 0px;
  border-left: 0px;
}

.d-instruction label input {
  margin: 0px;
}

.d-instruction label input {
  margin: 0px;
  width: 20px;
}

a.coupons-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
}

.coupons-block .icon img {
  max-width: 55px;
}

.coupons-block p {
  margin-bottom: 0px;
}

.coupons-block h4 {
  font-size: 23px;
  font-weight: 400;
  text-transform: capitalize;
  color: #222222d6;
}

.payment-summery-sidebar table tr td {
  padding: 8px 10px;
}

.rtaing__stars span {
  color: #22222245;
}

section.testimonial {
  padding: 50px 0px;
}

.home_testimonial_card h2 {
  font-family: "futurabold";
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 10px;
}

.side_bar_custom p {
  padding-left: 18px;
  color: #ffffffba;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  margin-bottom: 6px;
}

.testimonail__footer h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "futurabold";
  color: #222222a8;
  margin-bottom: 8px;
}

.testimonail__footer h6 {
  font-size: 14px;
  color: #000000bf;
  font-weight: 900;
  margin-bottom: 6px;
}

.home_testimonial_card {
  padding: 20px 15px;
  background: #2222220d;
  border-radius: 15px;
  height: 100%;
}

.testimonial p a {
  color: #ed6329;
  font-weight: 600;
}

.testimonial__more_review {
  border: 1px solid #00000026;
  padding: 20px 20px;
  margin: 50px 0px;
  border-radius: 5px;
}

.testimonial__more_review img {
  max-width: 180px;
}

.testimonial__more_review h2 {
  font-family: "futurabold";
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
  color: #000000ad;
}

.testimonial__more_review p {
  font-weight: 600;
  color: #222222ad;
  margin-bottom: 0px;
}

.testimonial__more_review a {
  color: #2f73f0;
}

.testimonial__more_review a {
  display: flex;
  align-items: center;
  gap: 13px;
}

.login-image img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.login-wrapper .row {
  flex-direction: row-reverse;
}

.login-wrapper {
  background-color: #fff;
}

.login-page-header a.nav-link {
  color: #000 !important;
}

#login_form .btn,
#register_form .btn,
#forgot_form .btn {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  display: block;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#login_form h2 {
  margin-bottom: 50px;
}

.login-form .form-group {
  margin-bottom: 10px !important;
}

li.monthdivition.active {
  background-color: #80808045;
  cursor: pointer;
}

header.home__header {
  background: #0af5d1;
  opacity: 1;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 15px 0px;
  color: #fff;
}

.header__inner {
  display: flex;
  position: relative;
  align-items: center;
  gap: 50px;
}

.location-box {
  max-width: 241px;
  line-height: 121%;
  display: flex;
  gap: 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 10px;
}

form.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

form.search-bar input {
  width: 275px !important;
  max-width: 100% !important;
}

form.search-bar input {
  width: 305px;
  max-width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
}

.search-bar span.search__new_icon {
  position: absolute;
  left: 0;
  color: #222222db;
  top: 50%;
  transform: translate(10px, -50%);
}

.search-bar .twitter-typeahead {
  width: unset !important;
}

form.search-bar input {
  width: 305px;
  max-width: 100%;
  height: 45px;
  padding: 10px 20px 10px 35px;
  font-size: 14px;
  text-align: left;
  border-radius: 30px;
  border: 0px !important;
}

.search-bar button {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 7px;
  top: 5px;
  background-color: transparent;
  cursor: pointer;
}

.home_header_right {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-left: auto;
}

img.logo-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.col-sm-12.category-carousal {
  display: none;
}

.action-btns-box {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  bottom: -155px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #0000005c;
}

.action-btns-box a {
  display: block;
  border: 1px solid;
  border-radius: 30px;
  text-align: center;
  padding: 9px 20px;
  margin: 15px 0px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.action-btns-box {
  position: absolute;
  background: #fff;
  padding: 20px;
  top: 67px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #0000005c;
  right: 0;
  display: none;
  width: 336px;
  max-width: 100%;
  height: 230px;
}

ul.action-btns-box-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
  border-top: 1px solid #0000004f;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.action-btns-box-footer a {
  text-transform: capitalize;
  padding: 0px;
  border: 0px;
  line-height: 23px;
}

.action-btns-box-footer li:first-child a {
  border-right: 1px solid #00000052 !important;
  border-radius: 0px;
  padding-right: 10px;
}

.country-cont.country_location input {
  border: 0px;
  background-color: transparent !important;
}

.action-btns-box.custom__height {
  height: 185px;
}

#smartwizard .icon {
  width: 100%;
  height: 78%;
  background-color: unset;
  display: flex;
  flex-direction: column;
}

.info-section {
  padding: 50px 0px;
  border-top: 16px solid #f2f4f6;
}

.my-account__sec {
  display: flex;
  align-items: center;
  gap: 25px;
}

.my-account__sec li:first-child a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222 !important;
}

.my-account__sec li span {
  background: #047c7d63;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-weight: 600;
  border-radius: 4px;
}

#login-modal .modal-body {
  background-image: url("../images/login-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
  border-radius: 30px;
}

#login_form,
#register_form,
#forgot_form {
  background: transparent;
  padding: 50px;
}

div#login_form h2 {
  margin-bottom: 40px;
  line-height: 112%;
  font-weight: 900 !important;
  font-family: monospace;
  font-size: 28px;
  color: #222;
}

#login-modal .modal-content {
  border: 0px !important;
  background-color: transparent;
}

.login-form > img {
  margin-bottom: 27px;
  width: 126px;
  border-radius: 10px;
}

.otp-box .box input {
  padding: 0px !important;
}

#login-modal #login_form .otp-box .box input {
  padding: 0px !important;
}

.opt-cont h2 {
  margin: 50px 0px 15px 0px !important;
}

.opt-cont p {
  font-family: monospace;
  font-size: 19px;
  font-weight: 700 !important;
}

.timer-block {
  text-align: center;
  margin: 50px 0px;
  font-size: 37px;
}

span.not-get-otp {
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: monospace;
}

.resend_otp {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.resend_otp i {
  color: red;
}

#login-modal #login_form .otp-box .box input:focus {
  border: 1px solid #206667;
}

a.login_flow_back svg {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.staticPage {
  padding-top: 88px;
}

.namste-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.namste-sec .img img {
  max-width: 42px;
}

.namste-sec p {
  margin-bottom: 0px;
  line-height: 116%;
  font-weight: 800;
  font-size: 16px;
}

.namste-sec h3 {
  font-size: 14px;
  line-height: 116%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
}

.service_booking .inner_banner {
  padding-top: 93px;
}

.comman-banner-block {
  margin: 0 auto;
}

.summery-page-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0px;
}

.summery-page-header li:last-child {
  margin-left: auto;
}

button.empty-btn {
  border: 0px;
  padding: 7px 12px;
  border: 1px solid red;
  border-radius: 5px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: red;
  line-height: 116%;
}

.cart-count {
  font-weight: 600;
}

.summery-page-header li span {
  background: #0af5d169;
  padding: 9px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 10px;
}

table {
  background: #fff;
  box-shadow: 0px -1px 11px #00000030;
  border-radius: 5px;
  /* overflow: hidden; */
}

.product-thumnail img {
  max-width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.summery-page table .number {
  margin-left: auto;
}

.summery-page table tr {
  border-bottom: 1px solid #00000021;
}

button.c-couon-btn {
  border: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 11px #00000030;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

button.c-couon-btn img {
  max-width: 30px;
}

.c-couon-btn i {
  color: #222;
  margin-left: auto;
  font-size: 20px;
}

#applycoupon form {
  display: flex;
  align-items: center;
  gap: 10px;
}

#applycoupon form input[type="text"] {
  width: 100%;
  text-align: left;
  height: 40px;
  border-radius: 0px;
  padding: 10px;
}

#applycoupon form input[type="text"]::placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

#applycoupon form input[type="submit"] {
  border: 1px solid #222 !important;
  border-radius: 0px;
  background: #0000000a;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
}

.coupons-list {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 1px dashed #00000045;
  border-radius: 5px;
  padding: 10px;
  margin: 24px 0px;
}

.coupons-list img {
  max-height: 20px;
  object-fit: contain;
}

.coupons-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.coupons-list .code-badge {
  font-size: 12px;
  background: #2066673b;
  padding: 5px 10px;
  line-height: 116%;
  border-radius: 5px;
  font-weight: 600;
}

.coupons-list p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #000000c9;
}

.coupons-list button {
  margin-left: auto;
  border: 0px;
  padding: 8px 20px;
  line-height: 116%;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
  transform: all 0.3s ease-in-out;
}

.coupons-list button:hover {
  box-shadow: 0px 0px 5px #00000038;
}

#applycoupon .modal-body {
  height: 400px;
  overflow: auto;
}

#applycoupon .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#applycoupon .modal-body::-webkit-scrollbar-thumb {
  background: #206667;
}

#applycoupon .modal-body::-webkit-scrollbar {
  width: 10px;
}

.new__address {
  box-shadow: 0px -1px 11px #00000030;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.address__field {
  display: flex;
  align-items: center;
  gap: 15px;
}

.address__field i {
  font-size: 50px;
  color: #ff0000a8;
}

.address__field h4 {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 116%;
}

.address__field p {
  font-size: 14px;
  max-width: 300px;
  line-height: 122%;
  font-weight: 600;
  color: #0000009c;
  margin-top: 7px;
}

ul.new__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.new__btn li {
  flex: 1;
}

.new__btn button {
  width: 100%;
  background: transparent;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
  border: 1px solid #ff3269;
  margin: 15px 0px;
  color: #ff3269;
}

.new__btn .s-address {
  background: #ff3269;
  color: #fff;
}

#add_address .modal-dialog.modal-dialog-centered {
  max-width: 706px;
  /* border: 0px !important; */
}

#add_address h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.address__field.enter__location {
  background-color: #1cdcdf85;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.address__field.enter__location i {
  font-size: 20px;
  color: #222;
}

.address__field.enter__location p {
  color: #000000db;
}

.enter-location-form input,
.search-new-address input {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  height: 43px;
  border-radius: 6px;
  background-color: #22222205;
  font-size: 15px;
  padding-right: 25px;
}

.search-new-address input {
  position: relative;
  padding-left: 29px;
}

.search-new-address i {
  position: absolute;
  left: 24px;
  top: 16px;
  color: #22222273;
}

.enter-location-form input::placeholder,
.search-new-address input::placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #13002266;
}

.enter-location-form label {
  font-size: 14px;
  color: #13002266;
  margin: 5px 0px !important;
}

.enter-location-form-inner {
  max-height: 200px;
  overflow: auto;
}

.enter-location-form input[type="submit"] {
  margin-top: 10px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background-color: #4dc247;
  color: #fff;
}

.enter-location-form input[type="submit"].disable {
  background-color: #22222205;
  color: #13002266;
}

.address__field.enter__location h4 {
  font-size: 15px;
}

.address__field.enter__location p {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0px;
}

.add-address2 {
  width: 100%;
  text-align: left;
  padding: 6px;
  border: 0px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  color: red;
  margin-bottom: 17px;
}

.select-add ul {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 10px;
}

.select-add {
  border: 0px;
  background-color: transparent;
  width: 100%;
}

.select-add ul {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 10px;
  background: #22222212;
  border-radius: 10px;
  margin-bottom: 17px !important;
}

.select-add ul i {
  font-size: 40px;
  color: #22222287;
}

.select-add ul h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.select-add ul p {
  margin: 0px;
  line-height: 148%;
  max-width: 334px;
  font-size: 14px;
}

.payment-summery-sidebar table td {
  font-size: 14px !important;
  padding: 5px 10px !important;
  margin: 0px !important;
}

div#live_map {
  position: static !important;
  overflow: visible !important;
}

.live-map-out {
  overflow: hidden;
  position: relative;
  height: 85%;
  width: 100%;
  margin-top: 10px;
  z-index: 0;
  border-radius: 5px;
}

.pac-container {
  z-index: 9999;
}

.confirmation-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: monospace;
}

.confirmation-box img {
  max-width: 100px;
  margin: 0 auto;
}

.confirmation-box {
  padding: 50px 20px 20px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 11px 4px #0003;
  border-radius: 10px;
}

.confirmation-box h6 {
  font-size: 18px;
  color: #00000087;
  margin-top: 15px;
}

.confirmation-box h2 {
  font-size: 25px;
  line-height: 116%;
}

.confirmation-box p {
  font-size: 18px;
  /* word-spacing: -1px; */
}

.confirmation-box p a {
  font-weight: bold;
}

.booked_order_details h3 {
  margin-bottom: 29px;
}

.booked_order_details table td {
  padding: 10px 10px;
}

.booked_order_details table td h4 {
  font-size: 16px;
  line-height: 116%;
  margin-bottom: 0px;
  font-weight: 600;
}

.booked_order_details table td span {
  font-size: 15px;
  color: #0000006b;
  font-weight: 600;
  line-height: 116%;
}

.booked_order_details table td img {
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}

.booked_order_details table td h5 {
  max-width: 225px;
}

.booked_order_details table tr td:last-child {
  text-align: right;
}

.booked_order_details table tr:nth-of-type(2),
.booked_order_details table tr:last-child {
  border: 1px solid #00000021;
  border-left: 0px;
  border-right: 0px;
}

.service-booking-confirmation .container {
  max-width: 808px;
}

.booked_order_details table {
  width: 100%;
  margin-bottom: 50px;
}

.service-booking-confirmation {
  padding-top: 149px;
}

.my-accout-inner {
  border: 1px solid #2222220f;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 50px;
}

.side_bar_custom {
  height: 100%;
  background: #0af5d1;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.tabs-left li a {
  position: relative;
  padding: 9px 19px;
  color: #fff !important;
  font-size: 18px;
  display: flex !important;
  gap: 10px;
  align-items: center;
  background-color: transparent !important;
  border-radius: 10px;
}

#right_content .tab-pane {
  max-height: 600px;
  overflow: auto;
}

.side_bar_custom h3 {
  color: #fff;
  padding-top: 22px;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 18px;
  font-size: 23px;
  font-weight: 600 !important;
  font-family: monospace;
}

.side_bar_custom p {
  padding-left: 18px;
  color: #ffffffba;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

.tabs-left li a:hover,
.tabs-left li a.active {
  background-color: #222 !important;
  border-radius: 5px;
}

#right_content .tab-pane {
  padding: 50px 15px;
}

#right_content .tab-pane input,
#right_content .tab-pane select {
  border: 1px solid #222;
}

#right_content .tab-pane input,
#right_content .tab-pane select {
  border: 1px solid #2222221f;
}

#right_content .tab-pane input::placeholder,
#right_content .tab-pane input {
  text-align: left;
}

#right_content .tab-pane input[type="radio"] {
  height: 19px;
  width: 25px;
}

.tab-shadow-box {
  background: #fff;
  box-shadow: 0px 0px 6px #0000002e;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0px;
}

.tab-shadow-box .card-title {
  border-bottom: 0px !important;
}

.tab-shadow-box table {
  box-shadow: none !important;
  background: transparent;
}

.tab-shadow-box table tr {
  background-color: transparent !important;
}

.tab-shadow-box table td {
  font-size: 16px;
  line-height: 164%;
}

.tab-content a.btn {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 19px;
  margin: 5px;
  background: #0af5d1;
}

.side_bar_custom .nav-tabs {
  border-bottom: 0px;
}

#right_content .tab-pane::-webkit-scrollbar {
  width: 10px;
}

#right_content .tab-pane::-webkit-scrollbar-thumb {
  background-color: #0af5d1;
}

.namste-sec .verifiedimg {
  max-width: 16px;
}

.comman-banner-block img {
  max-height: 400px;
}

.social a i {
  font-size: 34px;
}

.my-account__sec li a {
  position: relative;
}

span.cart-count {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50% !important;
  font-size: 12px;
  background-color: #faff00 !important;
  right: 15px;
  top: -13px;
  justify-content: center;
}

.service-list-are-sidebar #addMemberBtn_2 {
  border: 0px;
  padding: 5px 18px;
  line-height: 116%;
  margin-left: 10px;
  border-radius: 3px;
}

.payment-summery-sidebar a#step2_btn,
.payment-summery-sidebar a.step2_btn,
.login_to_cont {
  border: 1px solid #0af5d1;
  padding: 7px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 7px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  background: #0af5d1;
}

.payment-summery-sidebar a#step2_btn:hover {
  background-color: #0af5d1;
  color: #fff;
  border-color: transparent !important;
}

.time-list ul li.active {
  background: #0af5d1;
  color: #000;
  border-radius: 15px;
}

.time-list ul li.active span {
  border: 0px;
}

.enter-location-form form button {
  width: 100%;
  margin: 10px 0px;
  border: 0px;
  padding: 8px;
  font-weight: 600;
  letter-spacing: 1.2px;
  background-color: #89edee;
  border-radius: 5px;
}

.dilivery-place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 116%;
  gap: 30px;
  margin: 10px 0px 0px 0px;
}

.dilivery-place span {
  padding: 8px 15px;
  border: 1px solid #2222225c;
  display: block;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #2222228a;
}

.dilivery-place .active span {
  background-color: #89edee;
}

.time-list ul li.disabled span {
  background: #22222230;
  cursor: no-drop;
}

input#pay-btn {
  height: 30px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 30px;
  background: #0af5d1;
  border: 0px;
  font-weight: 600;
}

.mobile-menu {
  display: none;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 13px 10px;
  box-shadow: 0px -6px 13px 1px #0000001a;
}

.mobile-menu li a span {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 116%;
}

.mobile-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
}

.mobile-menu li.active a {
  opacity: 1;
  color: #08c4c7 !important;
}

.mobile-menu li a i {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .header {
    display: none;
  }

  .mobile-menu {
    display: flex;
  }

  footer {
    display: none;
  }
}

.customer-location {
  padding: 14px;
  box-shadow: 0px -1px 11px #00000030;
  border-radius: 5px;
  margin-top: 20px;
  max-width: 300px;
  margin-bottom: 20px;
}

.customer-location > div {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  color: #00000082;
}

.customer-location p {
  line-height: 116%;
  color: #00000078;
  /* font-weight: 600; */
}

.customer-location h6 {
  margin-bottom: 15px;
}

.payment-option-thumbnail {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment-option-thumbnail img {
  height: 50px;
  object-fit: contain;
}

.payment-option-thumbnail {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  gap: 53px;
  padding-bottom: 17px;
}

.cart-addition-info {
  display: flex;
  gap: 28px;
}

input {
  text-align: left !important;
}

.number input {
  text-align: center !important;
}

.otp-box .box input {
  text-align: center !important;
}

button#close-sidebar,
#toggle-open-btn {
  display: none;
}

.canc-conditon {
  padding: 10px;
  margin: 10px 0px 15px 0px;
  background: #fff;
  box-shadow: 0px -1px 11px #00000030;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.canc-conditon a {
  margin-left: auto;
}

.canc-conditon p {
  margin: 0px;
}

.canc-conditon a {
  font-size: 14px;
  font-weight: 500;
  background: #0af5d1;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  line-height: 116%;
  letter-spacing: 1px;
}

.rtaing__stars .checked {
  color: orange;
}

.input-addition-info {
  font-size: 14px;
  color: #000000b0;
}

.tabs-left li:last-child {
  border-top: 1px solid #ffffffb3 !important;
  padding: 20px 0px;
  margin-top: 18px;
}

.tabs-left li:last-child a {
  text-align: center;
  justify-content: center;
}

.tabs-left li:last-child a:hover {
  background-color: transparent !important;
}

.tabs-left li:last-child a i {
  display: none;
}

.saved-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0000001c;
  padding: 0px 0px 40px 0px;
}

.saved-address-header h3 {
  font-size: 25px;
}

.saved-address-header button {
  border: 0px;
  padding: 7px 25px;
  margin-top: 0px;
  font-size: 14px;
  border-radius: 3px;
  background: #0af5d1;
  font-weight: 600;
}

.saved-address-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.saved-address-icon i {
  color: #0000005c;
  font-size: 26px;
}

.saved-full-address h3 {
  font-size: 22px;
  font-weight: 500 !important;
}

.saved-full-address p {
  max-width: 516px;
  line-height: 122%;
  color: #000000a8;
}

.saved-add-action button {
  margin-top: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 3px;
  background-color: #0af5d1;
}

.saved-address-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0px;
}

.saved-add-action {
  margin-left: auto;
}

.amount-info-card {
  padding: 30px 20px 18px 20px;
  border: 1px solid #00000026;
  border-radius: 0px;
}

.table_wallet table.table {
  box-shadow: none !important;
  border: 1px solid #dee2e6;
}

.amount-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #00000014;
  padding-bottom: 18px;
}

.amount-card-header h4.avial-balane {
  font-size: 20px;
  color: #0af5d1;
  margin-bottom: 20px;
}

.amount-card-header h4.avial-balane {
  font-size: 33px;
  color: #0af5d1;
  margin-bottom: 20px;
}

.recent-transation-header {
  display: flex;
  justify-content: space-between;
  padding: 50px 5px 10px 0px;
  border-bottom: 1px solid #00000029;
}

.recent-transation-header h5 {
  border: 0px;
  padding: 0px;
}

.recent-transation-header .see__all {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #0af5d1;
}

.transaction-not-found {
  text-align: center;
  margin-top: 54px;
}

.transaction-not-found p {
  max-width: 239px;
  margin: 0 auto;
  line-height: 124%;
}

.dilivery-place input[type="radio"] {
  display: none;
}

#canc_conditon table {
  box-shadow: none !important;
}

#canc_conditon table td {
  font-size: 14px;
  border: 1px solid #0000003d;
  text-align: center;
  padding: 10px;
}

.cmnHeaderFooter {
  display: none;
}

.home_contain .cmnHeaderFooter {
  display: block;
}

button.orders-details-card {
  border: 0px;
  background: #fff;
  box-shadow: 0px 0px 5px #0000003d;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  position: relative;
}

.orders-card-left h4 {
  font-size: 14px;
  font-weight: 500 !important;
}

.orders-card-left p {
  max-width: 310px;
  margin: 0px;
}

.orders-card-left p span.text-bold {
  font-weight: 600;
  color: #000;
}

.orders-card-right .price {
  font-size: 14px;
  text-align: right;
}

span.status_badge_delivered {
  /*background: #0af5d1;*/
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}

span.status_badge_delivered .active-btn {
    padding: 5px 10px;
    border-radius: 5px;
    min-width: 115px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.placed_status {
  background: #08c4c7;
}

.cancle_status {
  background: red;
}
.assign_status {
  background: #4f0cf0;
}
.complete_status {
  background: #4dc247;
}
.progress_status {
  background: #f0950c;
}

.c_support h3 {
  margin-bottom: 20px;
}

.c_support ul li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0px;
}

.visible-768 {
  display: none;
}

.whats-app-logo i.fa.fa-whatsapp {
  color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input#waller_check {
  width: 20px;
  height: 19px;
}

.orders-card-left a {
  padding: 9px 17px;
  display: inline-block;
  background: #0af5d1;
  line-height: 106%;
  margin-top: 15px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.orders-card-left a:hover {
  color: unset;
}

#reschedule li {
    width: 30%;
    border-radius: 8px;

}
#reschedule .time-list li {
    background: #f0f0f0;
}

#reschedule .modal-footer {
  justify-content: center;
}

.modal-footer button {
  padding: 12px 25px;
  font-size: 13px;
  width: 160px;
}

a {
  color: unset !important;
}

a:hover {
  text-decoration: none !important;
}

.country-cont.country_location input:focus {
  outline: 0 !important;
  box-shadow: none;
}

ul {
  margin: 0px !important;
}

.summery-page {
  padding-top: 100px;
}

.login-form > a {
  background: #26b0b2;
  color: #000 !important;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 2.5px !important;
}

fieldset#step2 {
  padding-top: 71px;
}

.profile_act .myInfo {
  background-color: #0af5d1;
  font-weight: 600;
}

.contact-form input {
  /* text-align: center; */
  display: flex;
  justify-content: center;
}

.modal #add_address {
  padding-left: 0px !important;
}

.sweet-alert {
  margin-left: unset !important;
  margin-top: unset !important;
  transform: translate(-50%, -50%);
}

@media print {
  html,
  body {
    display: none;
  }
}

.top-cat-wrap .cat-box:nth-of-type(2) .icon img {
  height: 45px !important;
  width: unset;
}

.top-cat-wrap .cat-box:nth-of-type(5) .icon img {
  height: 64px !important;
  width: unset;
}

.top-cat-wrap .cat-box:nth-of-type(9) .icon img {
  height: 55px !important;
  width: unset;
}

a.stactic-back {
  margin: 35px 0px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
}

.service-list-mobile-desing {
  display: none;
}

.namaste-inmobile {
  display: none;
}

.myaccount-page-title {
  display: none;
}

.search-new-address .fa-location-arrow {
  right: 23px !important;
  left: unset !important;
}

.modal {
  padding-right: 0px !important;
}

.customer-location {
  position: relative;
  padding-right: 22px;
}

.customer-location .edit-btn {
  position: absolute;
  right: 6px;
  top: 15px;
}

.abt-testimonial-card {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0000001f;
  padding: 41px 17px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  border: 1px solid #0af5d1;
}

.abt-testimonial-card h3 {
  font-size: 16px;
  margin: 16px 0px;
  color: #222;
}

.abt-testimonial-card h6 {
  margin: 0 auto;
  line-height: 124%;
  font-size: 13px;
  color: #00000063;
}

.abt-divider {
  height: 1.7px;
  background: #000;
  max-width: 187px;
  margin: 20px auto;
}

.abt-testimonial-card a {
  /* background: #0af5d1; */
  font-weight: 600;
  padding: 8px 25px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0af5d1;
}

.abt-testimonial-card p {
  font-size: 16px;
  font-weight: 500;
  color: #000000bf;
}

.abt-testimonial-card .img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 1px solid #00000042;
}

.abt-testimonial-card img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.abt-testimonial-card .img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 1px solid #00000042;
  display: block;
  margin: 0 auto;
}

.abt-testimonial-card a:hover {
  box-shadow: 0px 0px 2px 2px #00000036;
}

.contact-form input.btn.btn-success {
  max-width: 120px;
  margin: 0 auto;
}

.foot-nav h6 {
  margin-bottom: 0px;
  /*padding: 13px;
  border-radius: 30px;
  background-color: #fff;
  text-transform: none;
  border: 1px solid #0af5d1;*/
}

.footer {
  background-color: #cafff7;
  margin-top: 26px;
}

button.location-close-btn {
  border: 0px;
  background: transparent;
  position: absolute;
  right: 25px;
  top: 17px;
}

.help-section a.btn {
  border: 1px solid #0af5d1;
  padding: 10px 30px;
  border-radius: 30px;
}

ul.payment-option-thumbnail li {
  width: 100%;
  text-align: center;
  border: 1px solid #0af5d1;
  padding: 20px 0px;
  border-radius: 5px;
  display: none;
}

.payment-summery-sidebar {
  margin-bottom: 50px;
}

.feature-product p:first-child {
  font-weight: bold;
}

.foot-nav ul li a {
  font-weight: bold;
}

.pplace-hoder-country-code {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 15px;
  left: 12px;
  color: #00000096;
  border-right: 1.3px solid #00000070;
  font-weight: bold;
  padding-right: 4px;
}

.pplace-hoder-country-code img {
  max-width: 20px;
}

.login-form #user_mobile {
  padding-left: 81px !important;
}

.search-new-address .fa-location-arrow:before {
  content: "" !important;
  height: 16px;
  width: 16px;
  background: #ea951e;
  display: block;
  border-radius: 50%;
  border: 1px solid #e78e13;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

section.my-account-sec.staticPage {
  padding-bottom: 20px;
}

.user-icon-logo,
.mobiel-user-info-header h4 {
  display: none;
}

.ticket-rise-btn {
  color: #ffa500 !important;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 2px 6px;
  font-size: 13px;
  /* font-size: 12px; */
}

.modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-details .phone {
  color: #ffa500;
  font-size: 31px;
  padding-left: 10px;
}

.modalBdy {
  background-color: #fff !important;
}

.booking-form-cont .choose_service_card_inner p {
  margin-bottom: 5px;
  line-height: 127%;
  padding-left: 10px;
  position: relative;
}

.booking-form-cont .choose_service_card_inner p::before {
  font-weight: 400 !important;
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #000000ba;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.inut-flag-box {
  position: relative;
}

.inut-flag-box .pplace-hoder-country-code {
  top: 19px !important;
  left: 5px !important;
}

.inut-flag-box > input {
  padding-left: 75px !important;
}

.inut-flag-box.add-adr-modal .pplace-hoder-country-code {
  top: 12px !important;
  left: 5px !important;
}

.service-list-city {
  display: none;
}

.contact-info {
  padding-bottom: 100px;
}

button.add-btn-cart {
  border: 0px;
  background: orange;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.fixed-alert-view-cart #minimum_amount {
  padding: 0px 15px 20px 15px;
}

img.verifiedimg {
  max-width: 100px;
  display: block;
}

.back-btn-top a {
  text-align: left;
  padding: 12px;
  display: flex;
  gap: 10px !important;
}

.commonFieldset > h6 {
  text-align: left;
}

.commonFieldset > h6 > a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.detect-location-btn {
  background: transparent;
  width: 100%;
  display: block;
  padding: 13px;
  font-weight: 500;
  margin-bottom: 13px;
  border: 1px solid #16ab95;
  color: #000 !important;
}

.sa-confirm-button-container button.confirm {
  background: transparent !important;
  color: #000;
  border: 1px solid #16ab95 !important;
}

.inut-flag-box.in__booking_process .pplace-hoder-country-code {
  top: 12px !important;
  left: 5px !important;
}

.booking_go_to_home_page {
  display: block;
  color: #fff;
  border: 1px solid #16ab95;
  border-radius: 30px;
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
  padding: 10px 15px;
  margin-top: 10px;
}

.fs-subtitle {
  font-size: 18px;
  margin: 20px 0px;
  text-align: center;
  color: #00000069;
  font-weight: 600 !important;
  font-family: inherit;
}

.amount-card-header img {
  max-width: 82px;
}

button.btn.btn-primary.savename {
  background: transparent;
  border: 1px solid #16ab95;
  color: #000 !important;
}

.myacc_bck {
  display: none;
}

.review-view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 23px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.125);
  padding: 15px;
  border-radius: 5px;
}

.review-view-lft {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  /* width: 70%; */
}

.review-view-lft img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}

.review-view-lft h3 {
  font-size: 13px;
  margin: 0;
}

.rating_box {
  align-items: center;
  margin: 0;
  color: #f5a20a;
}

.profile_detailssingle.profile_detrating p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.review-view-rht {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-view-rht span {
  /* background: #f5a20a; */
  color: #fff;
  padding: 3px 12px;
  border-radius: 5px;
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-view-rht span .fa-phone-square {
  color: #10ff10;
}

.review-view-rht span .fa.fa-commenting {
  color: #008bff;
}

.btn_formnew {
  width: 41%;
}

.review-view-one {
  margin-top: 10px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.125);
  padding: 15px;
  border-radius: 5px;
}

.review-view-lftt p {
  margin: 0;
}

.review-view-rht span.accept {
  background: green;
}

.review-view-rht span.reject {
  background: #ff1313;
}

.review-view-lft img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.review-view-lft h3 {
  font-size: 16px;
}

.review-view-lft {
  display: flex;
  gap: 12px;
}

.rating_box i {
  color: #ffa604f2;
}

.review-view {
  display: flex;
  gap: 10px;
  margin: 16px 0;
}

.review-view-rht {
  display: flex;
  align-items: center;
  gap: 13px;
}

.review-view-rht span {
  border: 1px solid #787878;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

/* ankita css (19-01-2024) */
/* .mobile_extraservice {
    display: none;
} */

.mobile_extraservice .top-cat-wrap {
  display: flex;
  margin: 5px 10px;
  /*border-top: 2px solid #51ffe4;*/
  border-radius: 2px;
  padding-top: 6px;
}

.mobile_extraservice .top-cat-wrap .cat-box {
  flex: 0 0 25%;
  max-width: 25%;
}

/* width */
.top-cat-wrap::-webkit-scrollbar {
  width: 15px;
  height: 6px;
}

/* Track */
.top-cat-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.top-cat-wrap::-webkit-scrollbar-thumb {
  background: #0af5d1;
  border-radius: 10px;
}

/* Handle on hover */
.top-cat-wrap:-webkit-scrollbar-thumb:hover {
  background: #0af5d1;
}

div#login-modal-otpless {
  top: 2%;
}

#otpless-login-page {
  height: 580px !important;
}

.needpay_box p strong {
  display: flex;
  align-items: center;
}

.cancle_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.canre_box {
  background: #fff;
  border-radius: 10px;
}

.canre_box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 2px 6px;
  font-size: 13px;
}

.mobile_extraservice {
  border-top: 8px solid #f2f4f6;
}

.catsec_new .cat-box.text-center .icon {
  background: transparent;
}

.form-control.address_save {
  margin: 15px 0;
  border: 1px solid #35f361;
}

.searchlocation-client input {
  font-size: 13px;
}

.detect-location-btn {
  border: 1px solid #ff3d1e;
}

/* stylre changes by ankita  (05.03.2024)*/
.foot-nav ul li.partner_box {
  border: 1px solid #0af5d1;
  padding: 13px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35%;
  margin: 0 auto 20px;
}

.foot-nav ul li.partner_box .info img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.refer_img {
  max-width: 300px;
  margin-left: auto;
}

.align_items_center {
  align-items: center;
}

section.get-section.cmFtr.cmnHeaderFooter .info.d-flex {
  justify-content: center;
}

.addmore_btn {
  background: #08c4c7;
  padding: 4px 20px;
  border-radius: 5px;
  color: #fff !important;
  border: 1px solid #08c4c7;
}
.addmore_btn:hover {
  background: transparent;
  color: #000 !important;
}
.addmore_btn:hover span {
  color: #08c4c7;
}
.colBlue {
    color: blue;
}

.time-slot-cont .time-list{
    padding: 0;
}

li.time-list.active span {
    background: #08c4c7;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #08c4c7!important;
    border-color: #08c4c7!important;
}

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

.modal-footer.resch_btn {
    flex-wrap: nowrap;
}

input.next.action-button.btn.comnBtn {
    background: #08c4c7!important;
    
}
/* ---------------------------------------- */
