@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: gothambold;
  src: url(../fonts/GothamBold.ttf);
}

@font-face {
  font-family: gothambook;
  src: url(../fonts/GothamBook.ttf);
}

@font-face {
  font-family: gothamlight;
  src: url(../fonts/GothamLight.ttf);
}

@font-face {
  font-family: gothammedium;
  src: url(../fonts/GothamMedium.ttf);
}

@font-face {
  font-family: helveticar;
  src: url(../fonts/Helvetica.ttf);
}

@font-face {
  font-family: helveticabold;
  src: url(../fonts/Helvetica-Bold.ttf);
}

@font-face {
  font-family: helveticabo;
  src: url(../fonts/Helvetica-BoldOblique.ttf);
}

@font-face {
  font-family: helveticao;
  src: url(../fonts/Helvetica-Oblique.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: helveticar;
}

body {
  background: white;
}

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

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

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

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

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

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

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

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

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

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

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

a {
  text-decoration: none !important;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helveticabold, sans-serif;
  line-height: 140%;
}

p.para {
  font-family: helveticar;
  line-height: 140%;
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #3A3B4A;
}

.c-cta {
  padding: 11px 30px;
  font-size: 14px;
  font-family: helveticabold;
  color: #fff;
  background: #2B8CFF;
  display: inline-block;
  border-radius: 100px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-cta:hover {
  color: #fff;
  background: #252734;
  text-decoration: none;
}

.point-list {
  padding-left: 0;
  margin-bottom: 0;
}

.point-list li {
  color: #fff;
  font-size: 16px;
  font-family: helveticar;
  padding: 12px 0px;
  position: relative;
  padding-left: 30px;
}

.point-list li:after {
  content: '';
  position: absolute;
  top: 16px;
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/pointer.svg) center/contain no-repeat;
}

.booking-page {
  padding-block: 35px 0px;
}

.lap-viod-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lap-viod-wrap > img {
  width: 100%;
}

.lap-viod-wrap iframe, .lap-viod-wrap video {
  position: absolute;
  top: 10.2%;
  left: 15.5%;
  width: 69.8%;
  height: 70%;
}

.main-nav {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #252734;
  z-index: 55;
}

.main-nav .nav-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav .nav-wrapper .l-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .nav-wrapper .l-part img {
  width: 100px;
}

.main-nav .nav-wrapper .r-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .nav-wrapper .r-part .ot-nav {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.main-nav .nav-wrapper .r-part .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.main-nav .nav-wrapper .r-part .nav-list li {
  position: relative;
}

.main-nav .nav-wrapper .r-part .nav-list li a {
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: white;
}

.main-nav .nav-wrapper .r-part .nav-list li a:hover {
  color: #FFD800;
  text-decoration: none;
}

.mob-nav {
  position: absolute;
  width: 100%;
  background: #252734;
  padding: 15px 0px;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
  padding-top: 5px;
  display: none;
}

.mob-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 0;
}

.mob-nav .nav-list li {
  position: relative;
}

.mob-nav .nav-list li:last-child a {
  border-bottom: none;
}

.mob-nav .nav-list li a {
  display: block;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  font-family: helveticabold;
  color: white;
}

.mob-nav .nav-list li a:hover {
  color: #FFD800;
  text-decoration: none;
}

.cart-icon {
  position: relative;
}

.cart-icon img {
  width: 18px;
  margin-top: -3px;
}

.cart-icon .cart-count {
  width: 17px;
  height: 17px;
  -webkit-transform: translateX(40%) translateY(-40%);
          transform: translateX(40%) translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #252734;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFD800;
  display: none;
}

.bt-wrap {
  position: relative;
  background: #252734;
  padding: 15px 0px;
}

.bt-wrap p {
  text-align: center;
  color: #fff;
  font-family: helveticar;
  margin-bottom: 0;
  font-size: 14px;
}

.bt-wrap p a {
  color: #2B8CFF;
}

.bt-wrap p a:hover {
  text-decoration: none;
}

.ctasec {
  padding: 4rem 0px;
  background: #F2F7FB;
}

.cta-text-head {
  font-family: gothambook;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cta-text-head span {
  font-family: helveticabold;
  text-transform: capitalize;
}

.booking-page {
  background: #252734;
  color: #fff;
}

.sec-head {
  font-size: 1.7rem;
  font-family: helveticabold;
  margin-bottom: 15px;
}

.sec-head span {
  background: #FFD800;
  color: #252734;
  font-family: helveticabold;
  padding: 2px 10px;
  display: inline-block;
}

.sec {
  padding: 60px 0px;
  position: relative;
}

.of-icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0px;
}

.of-icon:not(:first-child) {
  padding-left: 30px;
}

.of-icon:first-child {
  background: #333646;
  position: relative;
}

.of-icon:first-child:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #333646;
}

.of-icon:nth-child(2) {
  background: #FFD800;
}

.of-icon:nth-child(2) h3, .of-icon:nth-child(2) p {
  color: #252734 !important;
}

.of-icon:nth-child(3) {
  background: #333646;
  position: relative;
}

.of-icon:nth-child(3):after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10000px;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #333646;
}

.of-icon p {
  margin-bottom: 0;
  max-width: 160px;
  font-size: 14px;
}

.of-icon img {
  margin-right: 12px;
  width: 90px;
}

.of-icon h3 {
  font-size: 1.4rem;
  color: #FFD800;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.offer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
  background: #333646;
}

.offer-wrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          position: relative;
          z-index: 1;
          justify-content: center;
}

.offer-sec {
  overflow: hidden;
}

.icon-card {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #FFD800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem;
  padding-top: 0;
  margin-bottom: 35px;
  background: #303242;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.icon-card > img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-card p {
  text-align: center;
  font-family: helveticao;
  margin-top: -30px;
  min-height: 72px;
}

.ico-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
}

.service-card .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.service-card .service-icon img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center;
}

.service-card .service-det {
  position: relative;
}

.service-card .service-det h2 {
  color: #252734;
  font-family: helveticabold;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.service-card .service-det p.price {
  color: #252734;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: helveticabold;
}

.service-card .service-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-card .service-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.srv-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0px;
  gap: 10px;
}

.srv-controll label {
  color: #252734;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.srv-controll .select-wrap {
  position: relative;
  min-width: 150px;
}
.srv-controll .select-wrap  img{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  pointer-events: none !important;
}

.srv-controll .select-wrap select {
  border: none;
  outline: none;
  /* background: white !important; */
  /* border-bottom: 1px solid #252734; */
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  padding: 2px 3px;
  color: #252734;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-shadow: 0px 4px 6px 0px rgba(194,194,194,0.5);
  color: #A7A9BA;
  border: 0px;
  /* font-size: 12px; */
  border-radius: 0px !important;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.srv-controll .select-wrap select option {
  font-family: helveticabold;
}

.btn {
  padding: 7px 20px;
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn.circle-btn{
  border-radius: 100px;
}

.btn.blue-grey-btn {
  background: #E2E8F0;
  color: #3F3F3F;
}

.btn.green-btn {
  background: #1aa82d;
  color: #fafafa;
}

.btn.blue-grey-btn:hover {
  background: #d8dee6;
}

.btn.yellow-btn {
  background: #FFD800;
}

.btn.yellow-btn:hover {
  background: #e7c502;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nav-wrap div:nth-child(2) {
  margin-right: 8px;
}

.nav-wrap img {
  width: 50px;
}

.nav-wrap .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.srv-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.ci__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.2rem;
  padding-left: 0.7rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 140%;
  right: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.ci__ad p.price {
  margin-bottom: 0;
  font-family: helveticabold !important;
}

.ci__ad img {
  width: 60px;
  margin-right: 10px;
}

.ci__ad .cart-det {
  padding-right: 20px;
}

.ci__ad .cart-det p.sub {
  font-size: 12px;
  color: #989B9E;
  margin-bottom: 0;
}

.ci__ad .cart-det h4 {
  color: #3F3F3F;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: -2px;
}

.ci__ad .cart-det a {
  color: #2B8CFF !important;
  padding: 0 !important;
  text-transform: capitalize !important;
  margin-top: 0;
}

.ci__ad::after {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  width: 18px;
  height: 18px;
  background: url(../images/tip.svg) center/contain no-repeat;
}

.top-bar {
  background: #2B8CFF;
  padding: 8px 0px;
}

.top-bar .loc-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.top-bar .loc-wrp img:not(.arrow) {
  margin-right: 7px;
  width: 15px;
}

.top-bar .loc-wrp img.arrow {
  margin-left: 7px;
  width: 9px;
}

.top-bar .loc-wrp p {
  color: #fff;
  font-size: 14px;
  font-family: gothammedium;
  margin-bottom: 0;
}

.menu-toggle {
  display: block;
  height: 40px;
  padding: 0px 12px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  font-family: sans-serif;
  outline: medium none;
  overflow: visible;
  text-align: center;
  vertical-align: middle;
}

.menu-toggle .icon-bars,
.menu-toggle .icon-bars:before,
.menu-toggle .icon-bars:after {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.menu-toggle .icon-bars {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease-in;
  transition: background-color 0.2s ease, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, background-color 0.2s ease;
  transition: transform 0.3s ease-in, background-color 0.2s ease, -webkit-transform 0.3s ease-in;
}

.menu-toggle .icon-bars:before,
.menu-toggle .icon-bars:after {
  -webkit-transition: top 0.3s 0.3s ease-in, background-color 0.2s ease, -webkit-transform 0.3s ease-in;
  transition: top 0.3s 0.3s ease-in, background-color 0.2s ease, -webkit-transform 0.3s ease-in;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease, -webkit-transform 0.3s ease-in;
}

.menu-toggle.active .icon-bars,
.menu--is-revealed .menu-toggle .icon-bars {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  transition: background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
          transform: rotate3d(0, 0, 1, 135deg);
}

.menu-toggle.active .icon-bars:before,
.menu-toggle.active .icon-bars:after,
.menu--is-revealed .menu-toggle .icon-bars:before,
.menu--is-revealed .menu-toggle .icon-bars:after {
  -webkit-transition: top 0.2s ease-in, background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  transition: top 0.2s ease-in, background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease, -webkit-transform 0.3s 0.2s ease-in;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
          transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

.icon-bars {
  position: relative;
}

.icon-bars, .icon-bars:before, .icon-bars:after {
  display: block;
  width: 28px;
  height: 2px;
  background-color: currentColor;
}

.icon-bars, .icon-bars:before, .icon-bars:after {
  background-color: #fff;
}

.icon-bars:before, .icon-bars:after {
  content: "";
  position: absolute;
  left: 0;
}

.icon-bars:before {
  top: 0.5em;
}

.icon-bars:after {
  top: -0.5em;
}

.sidebar {
  max-width: 550px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 88;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.sidebar .side-head {
  background: #E2E8F0;
  padding: 20px 15px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 55;
  top: 0;
}

.sidebar .side-head .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  outline: none;
  border: none;
  background: transparent;
}

.sidebar .side-head .close-btn img {
  width: 17px;
}

.sidebar .side-head .side-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-family: gothammedium;
  color: #252734;
}

.sidebar .side-body {
  padding: 15px 15px;
  min-height: calc( 100% - 73.6px);
}

.sidebar .side-body .point-list li {
  color: #252734;
}

.sidebar .side-body .point-list li::after {
  background: url(../images/pointer-blue.svg) center/contain no-repeat !important;
}

.sidebar .side-body .vid-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .side-body .vid-container > img {
  width: 40%;
}

.sidebar .side-body .vid-container .vid-wrap {
  width: 100%;
  padding-top: 56.26%;
  position: relative;
  margin-bottom: 20px;
}

.sidebar .side-body .vid-container .vid-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  background: #252734;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
}

.sidebar-overlay.show {
  opacity: 0.6;
  pointer-events: unset;
}
.total-cart{
  position: sticky;
  top: calc(117px + 60px);
}
.step-header {
  width: 100%;
  height: 55px;
  position: -webkit-sticky;
  position: sticky;
  top: 117px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #dbdbdb;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.step-header li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

.step-header li:first-child a:before {
  display: none;
}

.step-header li.active a {
  background: #1ba138;
}

.step-header li.active a::after {
  border-left: solid 27.5px #1ba138;
}

.step-header li.active a span {
  background: #ffffff;
  color: #373737;
}

.step-header li.active a p {
  color: #ffffff;
}

.step-header li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.step-header li a::after, .step-header li a::before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 27.5px;
  height: 100%;
  border-bottom: solid 27.5px transparent;
  border-top: solid 27.5px transparent;
}

.step-header li a::after {
  top: 0;
  right: 0;
  -webkit-transform: translateX(85%);
  transform: translateX(85%);
  border-left: solid 27.5px #dbdbdb;
  z-index: 2;
}

.step-header li a::before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-7%);
  transform: translateX(-7%);
  border-left: solid 27.5px #ffffff;
}

.step-header li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #AC3030;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 15px;
  color: #ffffff;
}

.step-header li a p {
  margin-bottom: 0;
  font-weight: 500;
  color: #373737;
  font-size: 14px;
}

.cart-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-header {
  padding: 35px 0px;
}

.c-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  padding: 25px 25px;
  width: 100%;
}

.pr-card-body {
  padding: 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  place-items: flex-start;
  gap: 15px;
}

.pr-card-body .pr-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pr-card-body .pr-det {
  position: relative;
}

.pr-card-body .pr-det .time {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.pr-card-body .pr-det .title {
  font-size: 1.3em;
  font-weight: 700;
  color: #3A3B4A;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

.pr-card-body .pr-det .price {
  font-size: 16px;
  color: #3A3B4A;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pr-card-body .pr-det .para {
  font-size: 14px;
  color: #3A3B4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
}

.pr-card-body .pr-det .para b {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.pr-card-body .pr-img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background: #ffffff;
  overflow: hidden;
}

.pr-card-body .pr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-items-list {
  position: relative;
}

.cart-items-list .pr-card-body {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-items-list .pr-card-body:last-child {
  border: none;
}

.cart-item-count-wrapper {
  background: #0477AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-item-count-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2px 0px;
}

.cart-item-count-wrapper button img {
  pointer-events: none;
}

.cart-item-count-wrapper .cart-item-count {
  background: #FFFFFF;
  margin: 2px 0px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-item-count-wrapper .cart-item-count input {
  width: 100%;
  text-align: center;
  height: 100%;
  border: none;
  outline: none;
  pointer-events: none;
}

.cart-item-count-wrapper .cart-item-count input:focus {
  outline: none;
  border: none;
}

.cart-item-count-wrapper .cart-item-count span,
.cart-item-count-wrapper .cart-item-count input {
  font-size: 14px;
  font-weight: 600;
}

.billing-amnt {
  position: relative;
}

.billing-amnt .row {
  padding: 10px 0px;
}

.billing-amnt .row:last-child {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.billing-amnt .row > .col-12:last-child p {
  color: #2D2D2D;
  font-size: 16px;
}

.billing-amnt p {
  font-size: 14px;
  color: #5B5B5B;
  margin-bottom: 0;
  font-weight: 600;
}

.billing-amnt p.t-price {
  font-size: 26px !important;
  font-weight: 700;
  color: #000;
}

.apply-coupon-acc {
  position: relative;
  margin-top: 20px;
}

.apply-coupon-acc .accordion-item {
  background: #FFFFFF;
  border: 1px solid #0477AA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 16px;
}

.apply-coupon-acc .accordion-item .accordion-body p {
  font-size: 12px;
  color: #5B5B5B;
  font-style: italic;
}

.apply-coupon-acc .accordion-item .accordion-header {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.apply-coupon-acc .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none !important;
  background: transparent !important;
}

.apply-coupon-acc .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
  color: #2D2D2D;
}

.apply-coupon-acc .accordion-item .accordion-header button {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  width: 100%;
}

.apply-coupon-acc .accordion-item .accordion-header button span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 15px;
  color: #2D2D2D;
}

.apply-coupon-acc .accordion-item .accordion-body {
  padding-top: 0;
  border: none !important;
}

.proceed-btn {
  padding: 20px 20px;
  border-radius: 16px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.proceed-btn img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.proceed-btn:hover img {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.cart-page {
  padding: 55px 0px;
}

.remove_item {
  padding: 8px 12px;
  background: #FEF4F4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.remove_item span {
  color: #BF1C1C;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.remove_item img {
  margin-right: 10px;
}

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

.form-group .inp-group {
  position: relative;
}

.form-group .inp-group :is(input,textarea,select) {
  background: #F0F3F6;
  border: 1px solid #B6B6B6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
}

.form-group .inp-group :is(input,textarea,select)::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

.form-group .inp-group :is(input,textarea,select):-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

.form-group .inp-group :is(input,textarea,select)::-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

.form-group .inp-group :is(input,textarea,select)::placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

p.sm {
  font-size: 12px;
  color: #718096;
  font-style: italic;
}

.apply-coupon {
  background: #3F3F3F;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: none;
}

.apply-cop-wrap h4 {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin-top: 25px;
}

.apply-cop-wrap h4 img {
  width: 35px;
  margin-right: 10px;
}

.head {
  font-size: 26px;
  margin-bottom: 15px;
  color: #3A3B4A;
  font-family: helveticabold;
}

.f-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;  
}

.f-btns-wrap a, .f-btns-wrap button {
  display: inline-block;
  padding: 8px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  border: none;
  min-width: 150px;
}

.f-btns-wrap a:hover {
  text-decoration: none;
}

.f-btns-wrap a.grey, .f-btns-wrap button.grey  {
  background: #E2E8F0;
  color: #3A3B4A;
}

.f-btns-wrap a.yellow, .f-btns-wrap button.yellow {
  background: #FFD800;
  color: #3A3B4A;
}

.ui-timepicker-container {
  /*   position: absolute;
    overflow: hidden;
    box-sizing: border-box */
}

.ui-timepicker,
.ui-timepicker-viewport {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 205px;
  /*   display: block; */
  /*   margin: 0 */
}

.ui-timepicker {
  list-style: none;
  text-align: center;
}

.ui-timepicker .ui-state-default {
  text-align: center;
}

.ui-widget-content {
  background: #252734 !important;
}

.ui-datepicker td a {
  text-align: center;
}

.ui-timepicker-viewport {
  padding: 0px;
  /*   margin:0px; */
  /*   overflow: right; */
  overflow-x: hidden;
}

.ui-timepicker-standard {
  font-family: helveticar;
  font-size: 0.9em;
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  /*   margin: 0; */
  /*   padding: 2px */
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  /*   padding: .2em .4em; */
  /*   padding:0px; */
  text-decoration: none;
  text-align: center;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #DADADA;
  /*   border: 1px solid #999; */
  /*   font-weight: 400; */
  color: #212121;
}

.ui-timepicker-standard .ui-menu-item {
  /*   margin: 0;
    padding: 0 */
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  border-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: transparent;
  border-color: transparent;
  color: #fff;
  font-family: gothambook;
}

.ui-widget-content {
  color: #fff;
  font-family: gothambook;
}

.ui-widget-header {
  background: #FFD800 !important;
  outline: none;
  border: none !important;
}

.ui-state-active, .ui-state-hover {
  color: #252734 !important;
  background: #FFD800 !important;
}

/* .ui-timepicker-hidden {
    display: none
  }
  
  .ui-timepicker-no-scrollbar .ui-timepicker {
    border: none
  }
   */
.f-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background: #252734;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.f-head span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

.f-head h4 {
  margin-bottom: 0;
  color: #fff;
  font-family: helveticabold;
  font-size: 15px;
}

.saved-loc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saved-loc-wrapper input {
  position: absolute;
  opacity: 0;
}

.saved-loc-wrapper input:checked ~ label {
  border-color: #2B8CFF;
}

.saved-loc-wrapper input:checked ~ label .ic {
  background: #2B8CFF;
}

.saved-loc-wrapper input:checked ~ label .ic svg path {
  fill: #fff;
}

.saved-loc-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E2E8F0;
  padding: 8px 12px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

.saved-loc-wrapper label .ic-det {
  position: relative;
  padding-left: 10px;
}

.saved-loc-wrapper label .ic-det p {
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #718096;
}

.saved-loc-wrapper label .ic-det h4 {
  font-size: 17px;
  margin-bottom: 0px;
}

.saved-loc-wrapper .ic {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E2E8F0;
}

.saved-loc-wrapper .ic svg path {
  fill: #3A3B4A;
}

.saved-loc-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(210px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
  margin-bottom: 15px;
}

.cc-checkbox {
  display: block;
  margin-bottom: 15px;
}

.cc-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cc-checkbox label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  font-family: gothammedium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.cc-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #718096;
  background: #E2E8F0;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.cc-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc-checkbox input:checked + label:before {
  border-color: #229D41;
  background: #2DC653;
}

#billing-address-det {
  display: none;
}

.payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.payment-methods .pymnt-wrap {
  position: relative;
  width: 100%;

}
.pymnt-wrap label{
  width: 100%;
  margin-bottom: 0;
}
.payment-methods .pymnt-wrap input {
  position: absolute;
}

.payment-methods .pymnt-wrap input:checked ~ label {
  background: #2DC653;
  border-color: #2DC653;
  color: white;

}
.payment-methods .pymnt-wrap label .off-text {
  color: #2DC653;

}
.payment-methods .pymnt-wrap input:checked ~ label .off-text {
  color: #fff;
}

.payment-methods .pymnt-wrap input:checked ~ label:after {
  border-color: #2DC653;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
          box-shadow: 0px 0px 0px 2px #fff;
  background: #fff;
}

.payment-methods .pymnt-wrap label {
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #929DAC;
  background: #fbfbfb;
  color: #929DAC;
  position: relative;
  padding-left: 45px;
  min-width: 200px;
  cursor: pointer;
  font-family: helveticabold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-methods .pymnt-wrap label:after {
  content: '';
  content: '';
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  background: #929DAC;
  border: 2px solid #F8F8F8;
  -webkit-box-shadow: 0px 0px 0px 2px #929DAC;
          box-shadow: 0px 0px 0px 2px #929DAC;
}

.sticky-pos {
  position: -webkit-sticky;
  position: sticky;
  top: calc(55px  + 95px);
}

.user-sidebar {
  width: 300px;
  background: #252734;
  padding-left: 20px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.user-sidebar .lg {
  margin-bottom: 30px;
}

.user-sidebar .side-nav-list {
  position: relative;
  padding-left: 0;
}

.user-sidebar .side-nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: gothambook;
  margin-bottom: 10px;
}

.user-sidebar .side-nav-list li a.active {
  background: #303344;
}

.user-sidebar .side-nav-list li a img {
  margin-right: 12px;
}

.user-nav {
  width: calc( 100% - $sidebarWidth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 55;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 300px;
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding: 15px 20px;
}

.user-nav p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: helveticabold;
}

.prof-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.prof-wrap > img {
  margin-left: 15px;
}

.prof-wrap .prof-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 12px;
}

.prof-wrap .prof-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.prof-wrap p {
  margin-bottom: 0;
  font-size: 14px;
}

.content {
  width: calc( 100% - $sidebarWidth);
  margin-left: 300px;
  background: #F8F9FF;
  height: calc( 100vh - 61px);
}

.cc-table {
  position: relative;
  width: 100%;
}

.cc-table th, .cc-table td {
  padding: 17px 15px;
  font-size: 14px;
}

.cc-table thead tr {
  background: #FFD800;
}

.cc-table thead tr th {
  color: #252734;
}

.cc-table tbody tr:nth-child(odd) {
  background: #E2E8F0;
}

.cc-table .dot-menu {
  width: 25px;
  cursor: pointer;
}

.status {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  color: white;
  font-family: helveticabold;
}

.status.completed {
  background: #2DC653;
}

.status.failed {
  background: #E54D43;
}

.cta {
  padding: 8px 15px;
  position: relative;
  border-radius: 5px;
  background: #2B8CFF;
  color: white;
  font-size: 14px;
}

.cta:hover {
  color: white;
  text-decoration: none;
}

.cta.red {
  background: #F02D2D;
}

.add-cta {
  padding: 12px 25px;
  border-radius: 5px;
  background: #2B8CFF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.add-cta img {
  width: 15px;
  margin-right: 12px;
}

.cc-modal .modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

.cc-modal .modal-header {
  padding: 20px 15px !important;
  background: #252734;
  border: none;
}

.cc-modal .modal-header h5 {
  font-size: 1.1em;
  margin-bottom: 0;
  font-family: helveticabold;
  color: #E2E8F0;
}

.cc-modal .modal-header button {
  outline: none;
  border: none;
  background: transparent;
  padding-right: 5px;
}

.cc-modal .modal-header button img {
  width: 15px;
}

.login-pop .modal-dialog {
  max-width: 350px;
}

.digit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.digit-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50px;
  height: 70px;
  background-color: #E2E8F0;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: helveticabold;
  font-weight: 200;
  color: #3A3B4A;
  margin: 0 2px;
}

.digit-group .splitter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 5px;
  color: #3A3B4A;
  font-size: 16px;
  text-align: center;
}

.label {
  font-size: 16px;
  font-family: helveticar;
}

.resend-btn {
  padding: 7px 15px;
  border-radius: 5px;
  background: #F2F4F7;
  text-align: center;
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 700;
  color: #3A3B4A;
  font-family: gothammedium;
  display: block;
  margin-top: 25px;
  width: 100%;
  cursor: not-allowed !important;
}

.resend-btn.active {
  background: #2B8CFF;
  color: #fff;
  cursor: pointer !important;
}

.resend-btn span {
  font-family: gothammedium;
}

.st-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E2E8F0;
  padding: 15px 0px;
}

.st-head h4 {
  font-size: 1.3em;
}

.st-head .btn {
  padding: 12px 35px;
}

.edit-img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.edit-img input {
  position: absolute;
}

.edit-img label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.edit-img label:hover span {
  opacity: 1;
}

.edit-img label > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.edit-img label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.edit-img label span > img {
  width: 23px;
}

.edit-prof-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.edit-prof-wrap .name {
  font-size: 20px;
  color: #3A3B4A;
  margin-bottom: 0;
}

.edit-prof-wrap .email {
  font-size: 16px;
  color: #888888;
  margin-bottom: 8px;
}

.edit-prof-wrap .cta {
  display: inline-block;
}

.cc-card {
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  position: relative;
  background: #fff;
}

.cc-card .cc-head {
  padding: 17px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-card .cc-head h4 {
  margin-bottom: 0;
  color: #3A3B4A;
  font-size: 20px;
}

.cc-card .cc-body {
  padding: 15px;
}

.devider {
  width: 100%;
  height: 1px;
  background: #E2E8F0;
}
label .mend{
  color: #F23812;
}
.detect-location-btn{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 5px;
  background: #3F3F3F;
  color: white;
  outline: none;
  border: none;
  font-family: gothammedium;
  font-size: 16px;
}
.detect-location-btn img{
  margin-right: 5px;
  width: 35px;
}
.or-wrap{
  display: flex;
  align-items: center;
  margin: 15px 0px;
  margin-bottom: 10px;
}
.or-wrap .l{
  height: 2px;
  width: 100%;
  background: #B9BEC5;
}
.or-wrap h5{
  font-size: 18px;
  padding: 0px 3px;
  font-family: gothammedium;
  color: #B9BEC5;
  margin-bottom: 0;
}
.s-wrap{
  width: 100%;
  min-height: 45px;
  position: relative;
}
.s-wrap select{
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
}
.s-wrap select option{
  font-family: helveticar !important;
}
.s-wrap img{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  pointer-events: none;
}
.offer-suc{
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  background: linear-gradient(91.72deg, #FFD800 0.76%, #E9C501 87.53%);
  border: 2px solid #FFD800;
}
.offer-suc p{
  font-family: gothambook;
  margin-bottom: 0;
  font-size: 16px;
  color: #212121;
}
.offer-suc img{
  width: 36px;
  margin-right: 10px;
}
.offer-suc p span{
  font-family: gothammedium;
  font-size: 16px;
  color: #212121;
}
.off-text{
  width: 100%;
  display: block;
  font-size: 13px;
  text-align: right;
}
.main-nav .prof-wrap{
  max-width: 130px;
  border: 1px solid #fff;
  padding: 8px 10px ;
  border-radius: 5px;
}
.main-nav .prof-wrap:hover{
  border-color: #FFD800;
}
.main-nav .prof-wrap p{
  font-family: helveticabold;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.main-nav .prof-wrap .prof-img{
  background: white;
  min-width: 30px;
  min-height: 30px;
  overflow: hidden;
}
label.error{
  font-size: 13px;
  margin-bottom: 0;
  font-family: helveticar;
  color: #BF1C1C;
  display: none !important;
}
input.error, textarea.error, select.error{
  border: 1px solid #BF1C1C !important;
  background: #fde9e9 !important;
  color: #BF1C1C;
  transition: 0.2s ease-in-out !important
}
/* input.error:after, textarea.error:after, select.error:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/error.svg) center/contain no-repeat;
} */
input.error:focus, textarea.error:focus, select.error:focus{
  box-shadow: 0px 0px 0px 3px rgba(191, 28, 28, 0.3) !important;
  outline: none !important;
  border: 1px solid #BF1C1C !important;
  color: #BF1C1C; 
}
.srv-wrap-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E2E8F0;
  flex-wrap: wrap;
  gap: 15px;  
  padding: 1.5rem !important;
  border-radius: 12px !important;
}
.srv-wrap-con .l-part{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #252734 !important;
  gap: 15px;
}
.srv-wrap-con .l-part > img{
  width: 150px;
  height: 150px;
  background: white;
  padding: 15px;
  object-position: center;
  object-fit: center;
  border-radius: 10px;
}
.srv-wrap-con .r-part .blue-grey-btn{
  background: #718096;
  color:#fff;
}
.srv-wrap-con .r-part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.s-det{
  display: flex;
  align-items: center;
  gap: 12px ;
  flex-wrap: wrap;
}
.s-det p{
  margin-bottom: 0;
  font-size: 14px;
}
.srv-wrap-con .price{
  font-size: 20px;
  margin-top: 10px;
  font-family: helveticabold;
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */

.pincode-error.text-center {
  padding: 5px 10px;
  display: block;
  text-align: left !important;
  border: 1px solid red;
  border-radius: 5px;
  font-size: 14px;
  background: #fff8f8;
  color: red;
  margin-top: 10px;
}
.offer-wrap {
    display: grid !important;
    gap: 0px;
    background: #333646;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr)) !important;
    position: relative;
  }
  .offer-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 100%;
    /* -webkit-transform: translateX(-100%); */
    /* transform: translateX(-100%); */
    background: #333646;
}

@media(max-width: 991px){
    .offer-wrap {
        grid-template-columns: 1fr !important;
      }
      .of-icon:first-child::after, .of-icon:nth-child(3)::after{
          display: none !important;
      }
}

.offer-suc .main-btn{
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background: #1ba138;
  color: white;
  margin-left: auto;
}

.coupon-wrap {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #ffd800;
  cursor: pointer;
  color: black;
  font-weight: 500;
  user-select: none;
  position: relative;
  transition: 0.2s ease-in-out;
}
.coupon-wrap:hover{
  background: rgb(212, 181, 1);
}
.coupon-wrap span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px dashed #998200;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
}
.coupon-list {
  margin-top: 1em;
}
.cc-wr{
  position: relative;
}
.cc-wr button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 25px;
  right: 8px;
}
#floating-ico{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
}
#floating-ico:hover{
  animation: wobble 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
#floating-ico a{
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
#floating-ico a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@keyframes wobble {
  0%{
    transform: rotate(35deg);
  }
  50%{
    transform: rotate(-8deg);
  }
  50%{
    transform: rotate(25deg);
  }
}