@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
:root {
  --h1: 1.1rem;
  --h2: 1rem;
  --h3: 0.8rem;
  --p: 0.7rem;
  --h4: 0.6rem;
  --h5: 0.4rem;
  --h6: 0.2rem;
  --primary-color: #ffa726;
}
/*#sectionContainer{display: flex;}*/
/*#sectionContainer section{flex:1 1 100%}*/
.header {
  font-size: 20px;
  font-weight: 400;
  background-color: white;
  padding: 30px 15px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
div.progress-bar-1 {
  width: 30%;
  background: var(--primary-color);
  height: 2px;
  box-shadow: 0px 1px 4px #ffa50070;
  position: absolute;
  top: 88px;
  left: 0px;
  transition: 1s all;
}
.page-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: calc(100vh - 93px);
}
.card-main-v3.active {
  box-shadow: #ffc91c 0px 2px 8px 0px;
}
div.box-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div.box-img:hover {
  transform: scale(1.02);
}
.page-2 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  padding-bottom: 20px;
  display: none;
}
.page-3 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  justify-content: space-between;
  padding-bottom: 20px;
  display: none;
}
.page-4 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  justify-content: space-between;
  padding-bottom: 20px;
  display: none;
}
.gender {
  padding: 15px 15px 0px 15px;
}

.option {
  display: flex;
  flex-direction: row; /* justify-content: space-between;*/
  gap: 15px;
  font-size: var(--h3);
}
.option button {
  font-weight: 400;
  color: #000000ba;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
  background-color: #fff;
  justify-content: center;
  padding: 10px 20px 10px 11px;
  border: 2px solid lightgray;
}
.option button:focus {
  box-shadow: none;
  outline: none;
}
.option button img {
  height: 22px;
  width: 22px;
  display: none;
}
.option button.active {
  background: #fff3e0;
  border: 2px var(--primary-color) solid;
  padding-right: 27px;
}
.option button.active img {
  display: block;
}

.card-main-v3 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  background-color: white;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 10px;
}
.card-img-v3 {
  width: 97px;
  height: 97px;
  border-radius: 6px;
  object-fit: cover;
  z-index: 1;
}
.card-main-v3 button.active {
  border: 1px solid red !important;
  color: red !important;
  background: #fff !important;
}
.card-img-v3-shift {
  position: absolute;
  width: 97px;
  height: 97px;
  border-radius: 6px;
  object-fit: cover;
  top: 16px;
  /* z-index: 0; */
  transform: scale(0.9);
  filter: blur(4px);
}
.desc {
  font-size: var(--p);
  display: -webkit-box;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  color: #9e9e9e;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 15px;
  margin-top: 1px;
}
.desc-i {
  color: grey;
  font-size: var(--h4);
  font-weight: 300;
}
.desc button {
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 5px;
}
.card-v3-p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.card-body p {
  margin-bottom: 15px;
}
.starting-active {
  font-size: var(--h3);
  color: var(--primary-color);
}
.stating {
  font-size: var(--h4);
  color: #9b9b9b;
}

.main {
  font-size: var(--h2);
  font-weight: 500;
  padding: 0px 0px;
  text-align: center;
  margin: 0;
}
img.box-img-top-active {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
button.btn.btn-light.btn-xs.text-black {
  background-color: rgba(228, 225, 225, 0.01);
  font-size: var(--h2);
  font-weight: 500;
  border: none;
  margin-top: 5px;
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 25px;
  gap: 25px;
}

.box-img-child {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 2px solid grey;
  overflow: hidden;
  margin: 0;
}
.box-img-top {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
div.footer {
  font-size: var(--h2);
  font-weight: 400;
  color: darkgrey;
  text-align: center;
  padding: 0px 10px;
}
.cityName {
  color: black;
  font-size: var(--h2);
  font-weight: 600;
}
.box-img.active figure {
  border: 2px solid var(--primary-color);
  position: relative;
}
.box-img.active figure img {
  filter: none;
}
.box-img.active button.btn.btn-light.btn-xs.text-black {
  background-color: var(--primary-color);
  font-size: var(--h2);
  font-weight: 500;
  border: none;
  margin-top: 8px;
  color: white;
  border-radius: 23px;
  width: -webkit-fill-available;
}
.btn-img {
  border: none;
  background: none;
  cursor: pointer;
}

.price-footer {
  color: var(--primary-color);
  font-size: var(--h2);
  font-weight: 600;
}
.hours-footer {
  color: var(--primary-color);
  font-size: var(--h2);
  font-weight: 600;
}
button#next.btn {
  border-radius: 7px;
  padding: 10px 0px;
  background-color: var(--primary-color);
  flex: 1 1 29%;
  color: #fff;
}
button#done.btn {
  border-radius: 7px;
  padding: 10px 36px;
  background-color: var(--primary-color);
  color: #fff;
}

/* page 2-Second Screen */
.booking .card .card-body {
  padding: 0px;
}
.card {
  display: flex;
  flex-direction: column;
  border: none;
}
.booking .card {
  border: 0px;
  border-radius: 0;
}
#BookingV3Container {
  padding: 0;
}
.header img {
  height: 20px;
  margin-right: 15px;
}

.sub-header-btn {
  display: flex;
  align-items: center;
  column-gap: 7px;
  font-size: var(--h2);
}
.service-parent {
  padding-bottom: 75px;
  overflow: scroll;
}
.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 5px;
}

.card-main-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-body-v3 .card-text {
  font-size: var(--h1);
  margin-bottom: 0px;
  padding: 0px !important;
}
.card-body-v3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
.font-text {
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: var(--h3);
  font-weight: 400;
}

.fa-plus:before {
  color: white;
}
.sign {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 23px;
}
button.btn.btn-warning.btn-xs {
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  line-height: -2px;
}
.popup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
button.btn.btn-warning {
  color: red;
}
.fa-minus:before {
  color: red;
  font-size: inherit;
}
.card-footer-1 {
  display: none;
  background-color: white;
  box-shadow: 1px 2px 5px 5px rgba(211, 211, 211, 0.37);
  font-weight: 500;
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  padding: 15px 18px;
  z-index: 2;
}
.span-footer {
  display: flex; /* justify-content: space-around; */
  align-items: center;
  gap: 10px; /* margin-left: 1px; */
}

.span-footer1 {
  display: flex; /* justify-content: space-around; */
  align-items: center;
  gap: 5px;
}
.span-footer1 .sub-footer {
  display: flex;
  margin: 0;
  flex: 1 1 auto;
}
.span-footer1 #bookNow {
  display: flex;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 7px;
  padding: 5px 7px;
  align-items: center;
}
.span-footer1 #bookNow .ta {
  display: flex;
  flex-direction: column;
  margin-right: 7px;
  border-right: 1px solid #ffffff91;
  color: #fff;
  padding-right: 7px;
  margin-bottom: 0px;
}
.span-footer1 #bookNow .ta span {
  font-size: 12px;
  line-height: 17px;
}
.span-footer1 #bookNow .ta #total {
  font-weight: 400;
}
.span-footer1 #bookNow .bn {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.card p,
.card h6 {
  text-align: unset;
  padding: 0;
}
/* .card h6{text-align: unset;padding: 0;} */

button#submit.btn {
  border-radius: 7px;
  padding: 10px 40px;
  background-color: var(--primary-color);
}
button.btn.btn-light.text-dark {
  width: 85px;
  padding: 7px;
  font-size: var(--p);
  font-weight: 500;
}
button.btn.btn-light.text-dark img {
  height: 20px;
  position: absolute;
  top: 1px;
  right: 0px;
}
i.fa.fa-star.fa-2xs {
  font-size: 11px;
}
.p {
  color: grey;
  margin-bottom: 0px;
}

/* Bottom sheet */
/* #service-container{padding: 0;} */
.main-text {
  /* display: flex; */ /* flex-direction: column; */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; /* margin: 0px 0px 0px; */
  box-shadow: 0px 0px 10px 0px #0006;
  padding: 10px;
  background: #fff;
  overflow: auto;
  position: relative;
  height: 75vh;
  padding-top: 0;
}
/*.popup-text{display: flex; flex-direction: column; border-radius: 35px; margin: 0px 0px 0px; box-shadow: 0px 0px 10px 0px #bdbdbd; padding: 10px; background: #fff; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; overflow: hidden; height: 50vh;}*/
.main-text-head {
  padding: 15px 15px;
  border-bottom: 1px solid lightgray;
  z-index: 99; /* display: flex; */ /* flex-direction: column; */ /* justify-content: space-around; */
  background-image: linear-gradient(#fff, #ffffffde);
  backdrop-filter: blur(2px);
  position: absolute; /* z-index: 9; */
  width: 100%; /* top: 50px; */ /* border-top-left-radius: 30px; */ /* border-top-right-radius: 30px; */ /* background: black; */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; /* background: black; */
  left: 0px;
}
.main-text-head h6 {
  font-size: var(--h1);
  font-weight: 400;
  margin-bottom: 0px;
}
.main-bar {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  background-image: linear-gradient(to right, #fff, transparent);
  z-index: 9;
}
.main-bar-1 {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 60px;
  right: 0px;
  background-image: linear-gradient(to left, #fff, transparent);
  z-index: 9;
}
.size-main-body {
  margin-top: 60px;
}
.size {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  padding-bottom: 200px;
}
.size h6 {
  font-size: var(--h2);
  font-weight: 500;
  margin: 0px;
}
.size p {
  font-size: var(--h3);
  color: #bdbdbd;
  margin-bottom: 2px;
  margin-top: 1px;
  font-weight: 400;
}
.size-option {
  overflow-x: visible;
  overflow-y: auto;
  white-space: nowrap;
  padding-bottom: 15px;
  margin: 0px -20px;
  padding-left: 20px;
  margin-top: 4px;
}

.option-p {
  font-size: var(--h4);
}
.checked-selected {
  position: absolute;
  top: 1px;
  right: 1px;
}

.inclusion-tab {
  display: flex;
  flex-direction: column;
  padding: 12px 12px;
  border: 1px solid lightgray;
  border-radius: 15px; /* margin: 5px 12px 10px 10px; */
  justify-content: left;
  align-items: start;
  margin-bottom: 22px;
}
.inclusion-tab h6 {
  font-size: var(--h2);
  font-weight: 500;
  margin: 1px;
}
.inclusion-tab p {
  font-size: var(--h3);
  font-weight: 400;
  color: grey;
  margin-top: 5px;
}
.inclusion-tab button {
  border: none;
  font-size: var(--p);
  font-weight: 400;
  color: #757575;
  border-radius: 5px;
  padding: 5px 10px; /* margin: 1px; */
}
.subcat-tab {
  flex-direction: column;
  margin-bottom: 10px;
}
.subcat-tab .subcat-btn {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
/* Shift Screen */
.card1 {
  border-radius: 2px;
  padding: 15px;
  box-shadow: 1px 1px 2px 2px rgba(211, 211, 211, 0.37);
  display: flex;
  flex-direction: column;
  background-color: white;
  flex: 1 1 calc(50%);
  margin: 15px 12px 0px 12px;
}
.card1-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.card1-text h6 {
  font-size: var(--h2);
  font-weight: 500;
  margin-bottom: 5px;
}
.card1-text p,
#discount-line {
  font-size: var(--p);
  font-weight: 400;
  color: #6c757d;
  line-height: 16px;
}
.card1-text {
  flex: 1 1 auto;
}
input[type="checkbox"] {
  accent-color: orange;
  height: 16px !important;
  width: 16px !important;
}
/*input {border: none;  border-bottom: 1px solid var(--primary-color); width: 15%;} */
input[type="number"] {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.add-button {
  width: 90px;
  background: #fff3e0;
  border: 2px var(--primary-color) solid;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
.plusminus {
  padding: 0;
  width: 20px;
  background: #fff3e0;
  border: none;
  font-size: 20px;
  color: var(--primary-color);
}
.num {
  background: #fff3e0;
  border: none;
  font-size: 16px;
  color: #000;
  width: 26px;
  text-align: center;
}
.shift {
  display: flex;
  flex-direction: column;
}
/* card3 css */
.card3 {
  border-radius: 2px;
  padding: 15px;
  box-shadow: 1px 1px 2px 2px rgba(211, 211, 211, 0.37);
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 15px 12px 0px 12px;
}
.card3 h6 {
  font-size: var(--h2);
  font-weight: 500;
  margin-bottom: 0px;
}
.card3 p {
  font-size: var(--p);
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 10px;
}
.card3 textarea {
  border: #e0e0e0 1px solid;
  border-radius: 2px;
  padding: 10px;
  height: 110px;
  font-size: 16px;
  font-weight: 300;
}
.card3 textarea:focus {
  border: var(--primary-color) 1px solid;
}
.date-range {
  width: 100px;
  border: 2px solid var(--primary-color);
  display: flex;
  flex-direction: row;
  padding: 5px;
  border-radius: 5px;
  align-items: center;
  background: #fff3e0;
}
.date-range input {
  font-size: 16px;
  font-weight: 300;
  background: none;
  /* color: #000; */
  width: 62px;
  /* flex: 1 1 auto; */
  border-bottom: none;
  transform: scale(0.9);
  /* transform-origin: left center; */
  /* margin-right: -14.28%; */
  border: none;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border: none;
  border-radius: 5px;
  background: rgb(173, 173, 173);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  background: #fff3e0;
  cursor: pointer;
}
.card3-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#flashicon {
  height: 25px;
}
.sub-footer {
  margin: 30px 20px;
  font-size: var(--p);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-footer p {
  font-size: var(--p);
  line-height: 16px;
  margin: 0;
}
.sub-footer label {
  flex: 0 1 90%;
}

.form-check {
  padding: 5px;
  align-items: center;
}
.form-check label {
  margin-left: 23px;
  font-weight: 400;
  font-size: var(--p);
}
.popup-page {
  position: fixed;
  left: 0;
  top: 100%;
  /* transform: translate(-50%, -50%); */
  z-index: 9;
  width: 100%;
}
.popup-back {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #00000080;
  backdrop-filter: blur(3px);
  z-index: 7;
}

.popup-header {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.popup-header button {
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: none;
  height: 35px;
  width: 35px;
}
.card1-subheader {
  width: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* Summary Page */
.summary-card {
  border-radius: 2px;
  padding: 13px;
  box-shadow: 1px 1px 2px 2px rgba(211, 211, 211, 0.37);
  display: flex;
  flex-direction: column;
  justify-content: space-around; /* background-color: white; */
  margin: 15px 12px 0px 12px;
  position: relative;
}
.summary-card p {
  font-size: var(--p);
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 1px;
}
.summary-card h6 {
  font-size: var(--h2);
  font-weight: 500;
  margin-bottom: 10px;
}
.first-1 {
  display: flex;
  flex-direction: row; /* color: #ffa726; */
  justify-content: space-between;
}
.first-subclass {
  /* display: flex; */
  flex-direction: column;
}
.first-subclass i {
  font-size: var(--h1);
  color: var(--primary-color);
  padding-left: 3px;
}
.first-subclass span {
  font-size: var(--p);
  font-weight: 300;
  margin-left: 4px;
  color: #000;
}
.first-subclass p {
  font-size: var(--h3);
  margin-top: 2px;
  color: #000000;
  font-weight: 500;
  margin-left: 12px;
}
.service-body {
  margin-bottom: 7px;
}
.service-body .heading {
  font-size: var(--h3);
  font-weight: 400;
}
/*.service-1 p{color: grey;}*/
.service-1 h6 {
  margin-bottom: 0px;
}

.highlight {
  height: 20px;
  width: 5px;
  background-color: var(--primary-color);
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 5px;
}
.info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.popupInfo {
  border: 1px solid grey;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 10px;
}

.popup-header .close {
  background-color: white;
  opacity: 1;
  font-weight: 300;
}
.popup-header .close-x {
  background-color: white;
  opacity: 1;
  font-weight: 300;
}
#package {
  white-space: pre-line;
  font-weight: 300;
}
.fa-map-marker:before {
  margin-left: -10px;
}
/* .card-add h6{margin: 20px; font-size: var(--h2);} */
.card-add {
  display: flex;
  justify-content: space-between;
}
/*.add-btn{right: 15px;top: 65px;}*/
.add-btn button {
  border-radius: 7px;
  padding: 0px 18px;
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.party-dec ul li {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 12px;
  color: #757575;
}

.party-dec h6 {
  color: #757575;
}

.text-add {
  padding: 10px;
  /* margin: 10px; */
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: space-between; */
  border: 1px solid #fff;
}
.text-add label {
  margin: 0;
}

.border-address {
  border: 1px solid var(--primary-color) !important;
}

/*.add-address-popup{ margin: 10px; border-radius: 10px; text-align: center; gap: 10px;}*/
.add-address-popup input,
select {
  border: none;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  padding: 23px 15px 7px 15px;
  width: 100%;
  border-radius: 0px !important;
}
.add-address-popup select {
  padding-top: 0;
}
/*.add-address-popup select{padding: 10px;border: none;border-bottom: 1px solid var(--primary-color); width: 100%;}*/
.add-address-popup.add-address-btn.add {
  border-radius: 10px;
  padding: 15px 35px;
  background-color: var(--primary-color);
  color: white;
  border: 1px;
}
input[type="radio"]:checked {
  accent-color: var(--primary-color);
}
.address-btn {
  padding: 15px 5px 100px 0px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
/*#tnCondition{overflow: scroll; padding: 0px;}
#tnCondition.h6{position: fixed; padding: 0px; background-color: white; height: 20px; }*/
.tnC {
  position: fixed; /* background: white;*/
  height: 55px;
  top: 55px;
  width: 87%;
  padding: 10px;
  background-image: linear-gradient(#fff, #ffffffde);
  backdrop-filter: blur(2px);
}
.price-sub-footer {
  font-size: var(--h3);
  font-weight: 400;
  flex: 1 1 30%;
  text-align: center;
}

.errorDisplay {
  color: #ff7043;
  position: fixed;
  text-align: center;
  bottom: 75px;
  left: 50%;
  background: #fff2d9;
  padding: 5px 30px;
  border-radius: 7px;
  border: 1px solid;
  width: 80%;
  display: none;
  z-index: 100;
  font-size: 14px;
  transform: translate(-50%, -50%);
  width: max-content;
}

.errorDisplayPop {
}
@media only screen and (min-width: 650px) {
  .booking .card .card-body {
    padding: 0px;
  }
  .booking .card {
    border: 0px;
    border-radius: 0;
  }
  .gender {
    justify-content: left !important;
    padding-left: 100px;
  }
  .service .card-main-v3 {
    flex: 1 1 300px;
  }
  .card-footer-1 {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 15px 18px;
  }

  .main-text-head {
    left: 0%;
    width: 100%;
  }
  /*    .main-text{height: max-content;}*/
  .errorDisplay {
    position: absolute;
  }
  .page-1 {
    height: 60vh;
  }
  .page-2 {
    min-height: 75vh;
    overflow: scroll;
  }
  .page-3 {
    min-height: 75vh;
    overflow: scroll;
  }
  .page-4 {
    min-height: 75vh;
    overflow: scroll;
  }

  .popup-page {
    width: 60%;
    border-radius: 35px;
    overflow: hidden;
    left: 20%;
  }
  /*.popup-page-2{ top: 50%; width: 50%;}
    .popup-page-3{ top: 60%; width: 50%;}
    .popup-page-4{ top: 60%; width: 50%;}*/

  .option {
    flex-wrap: wrap;
    margin-right: 15px;
  }

  .main-text {
    max-height: 60vh;
    min-height: 60vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /*     .size-main-body{margin-bottom: 40vh;}*/

  .shift-page {
    display: flex;
    gap: 25px;
  }
  .shift-container {
    padding: 20px 100px;
  }
  .card3 {
    margin-top: 25px;
  }
  .sub-footer {
    margin-left: 10%;
    /* width: 50%; */
    margin-bottom: 100px;
    margin-top: 15px;
  }
  .summary-card {
    margin-top: 2%;
  }
  .final-checkbox {
    /* width: 82%; */
    margin-left: 8%;
    margin-top: 6%;
    margin-bottom: 15%;
  }
  .service-body {
    display: flex;
    flex-direction: row;
    gap: 10%;
    margin-bottom: 5px;
    justify-content: space-between;
  }

  .add-address-popup input {
    width: 100%;
    padding: 15px;
  }
  .add-address-popup select {
    width: 100%;
    padding: 15px;
  }
  /*    input[type=checkbox] {accent-color: orange;height: 15px;width: 15px; margin-top: -6px;}*/
  /*    .popup-text{border-radius: 35px;}*/
  /*    .info p{width: 25px; margin-top: -10px; margin-right: -10px;}*/
  .sign {
    line-height: 0px;
    left: 10px;
    top: 12px;
  }
  .sub-header {
    padding: 20px 100px;
  }
  .service-parent {
    padding: 20px 100px;
    padding-bottom: 65px;
    overflow: hidden;
  }
  .service {
    gap: 25px;
  }
  .card-v3 {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    flex: 0 0 calc(47% - 20px);
  }

  .container {
    max-width: 1105px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-header {
    display: flex;
    font-weight: 400;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
  }
  .address-btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: right;
  }
  /*#tnCondition{overflow: scroll;}
    #tnCondition.h6{position: fixed; padding: 0px; background-color: white; height: 20px; }*/
  /* .tnC{position: fixed; background: white; height: 55px; top: 55px; width: 92%; padding: 10px;} */
  /*    #tnc{padding-top: 50px;}*/

  .address-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  /*    #header {display: none !important;}*/
  .whatsapp-container {
    display: none !important;
  }
  #footer {
    display: none;
  }
  /*.domestic-help {
        padding: 40px 0 80px 0;
    }*/
}

@keyframes popup {
  from {
    top: 100%;
  }
  to {
    top: 80%;
  }
}
@keyframes popupweb {
  from {
    top: 100%;
  }
  to {
    top: 48%;
  }
}
@keyframes popup-2 {
  from {
    top: 100%;
  }
  to {
    top: 75%;
  }
}
@keyframes popup-3 {
  from {
    top: 120%;
  }
  to {
    top: 85%;
  }
}
@keyframes popup-4 {
  from {
    top: 120%;
  }
  to {
    top: 85%;
  }
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ff98005c;
  color: #000;
  font-size: 14px;
}
.irs--round .irs-handle {
  border: 4px solid var(--primary-color);
}
.irs--round .irs-bar {
  background-color: var(--primary-color);
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #d5a700;
}
.irs--round .irs-min,
.irs--round .irs-max {
  font-size: 12px;
}
.irs--round .irs-shadow {
  bottom: 4px;
  height: 3px;
}

/*.video-wrapper {
        width: 43vw;
        height: calc(43vw * 9 / 16);
        position: relative;
        margin-bottom: 40px;
        
    }*/
/*  video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
*/
.parent-category {
  margin: 0px 10px 20px 10px;
}

.parent-category .category-head {
  margin: 0;
  font-size: var(--h2);
  font-weight: 400;
}

.parent-category .category-desc {
  margin: 0;
  font-size: var(--h3);
  color: #bdbdbd;
}

/* Risabh */
p#dob-display {
  font-size: 14px;
  font-weight: 500;
  /* flex: 1 1 30%; */
  /* text-align: center; */
  margin-bottom: 0px;
  margin: 0px -5px 0px 14px;
}
button.btn.starting-active:focus {
  outline: 0px;
  box-shadow: none;
}

.modal.fade,
.login-modal,
.popup-back {
  background: rgba(0, 0, 0, 0.68) !important;
  backdrop-filter: blur(5px) !important;
}
