/* sonam kumari */
/* Commen css */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,400;1,900&display=swap'); */
html {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #ffffff;
  margin: 0px;
  color: #343434;
  padding: 0px;
  overflow-x: hidden;
  padding-top: 78px;
  font-family: 'Nunito', sans-serif;
  /* font-family: 'Roboto';
    font-weight: bold; */
}
header {
  background: #fff;
  color: #222;
  font-size: 20px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  animation: smoothScroll 1s forwards;
  box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}
ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
h4 {
  margin: 0;
}
h5 {
  margin: 0;
}
h6 {
  margin: 0;
}
p {
  margin: 0;
}
label {
  margin: 0;
}
::placeholder {
  color: #969494 !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #83b63c;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(172 208 132);
}
input.form-control {
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}
.container-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-1440 {
    max-width: 1440px;
  }
}
@media (max-width: 992px) {
  .container-1440 {
    max-width: 100%;
  }
}
div#navbarSupportedContent {
  justify-content: flex-end;
}
.list-group-item {
  cursor: pointer;
  text-align: left;
}
.list-group-item:hover {
  background: #f5f5f5;
}
/* Commen css End */
ul.navbar-nav li a {
  color: #222 !important;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
ul.navbar-nav li a:hover {
  border-bottom: 2px solid #fed325;
}
ul.navbar-nav li {
  margin-left: 20px;
}
a.navbar-brand img {
  width: 145px;
}
a.nav-link.btn.btn-theam {
  border: 1px solid #3c3b3b;
  border-radius: 50px;
  min-width: 100px;
  padding: 5px;
  margin: 0;
  height: 36px !important;
  display: inline-flex;
  justify-content: center;
}
footer {
  background: #f5f5f5;
  padding-top: 0px;
  color: #000;
}
p.copy-right {
  text-align: center;
  margin-top: 25px;
  padding: 10px;
  border: 1px solid #dadada;
  font-size: 12px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #000;
}
.borderTop {
  border-top: 2px solid #83b63c;
}
footer ul li a {
  font-size: 16px;
  color: #222;
}
footer h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.main-div {
  min-height: calc(100vh - 509px);
}
section.banner-section > div {
  /* max-height: 300px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .carousel-indicators{
  display: flex;
  justify-content: flex-end;
} */
.maxHeight300,
.maxHeight300 .carousel-inner,
.maxHeight300 .carousel-inner .carousel-item {
  height: 300px !important;
}
.maxHeight300 .carousel-inner img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.maxHeight300 > div {
  max-height: 300px;
}
.mainBanner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
section.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 450px;
  overflow: hidden;
}
section.banner-section.homepage {
  min-height: 450px;
  text-align: center;
}
section.banner-section.homepage img {
  width: auto;
  height: 450px;
  object-fit: cover;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.banner-section::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0000003d;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999;
  text-align: center;
  width: 992px;
  max-width: 100%;
  padding: 30px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  zoom: 1;
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.55);
}
button.btn.btn-theam-fill,
.btn.btn-theam-fill {
  background-color: #83b63c;
  border-radius: 50px !important;
  color: #fff;
  font-size: 16px;
  height: 40px !important;
  min-width: 130px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
}
.banner-text button.btn.btn-theam-fill {
  height: 50px !important;
}
button.btn.btn-theam-blanck {
  background-color: #fff;
  border: 1px solid #83b63c;
  border-radius: 50px !important;
  color: #83b63c;
  /* font-size: 20px; */
  height: 40px !important;
  min-width: 130px;
}
button.btn.btn-theam-blanck:hover {
  background-color: #83b63c;
  color: #fff;
}
.search-div {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  z-index: 999;
}
.search-div input {
  border: none;
  border-radius: 50px;
  padding-left: 55px;
  height: 50px;
}
.search-div button {
  position: absolute;
  right: 0;
  top: 0;
}
.search-div i {
  position: absolute;
  top: 22%;
  left: 3%;
  color: #83b63c;
  font-size: 30px;
}
.banner-text h1 {
  font-size: 60px;
  font-weight: 700;
}
figure.image-fig img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
figure.image-fig {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
}
h2.stay-heding {
  color: #222;
  font-size: 40px;
}
.on-demand-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
.on-demand-text h3 {
  font-size: 22px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 600;
}
.on-demand-text h6 {
  font-size: 18px;
  color: #222;
  margin-top: 20px;
}
.on-demand-text p {
  font-size: 15px;
  margin-top: 5px;
  color: rgb(117, 117, 117);
  text-align: justify;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #83b63c;
}
figure.image-fig:hover img {
  transform: scale(1.2);
}
button.btn.btn-theam-fill:hover {
  background-color: #fff;
  border: 1px solid #83b63c;
  color: #83b63c;
}
.follw-div {
  text-align: end;
}
.follw-div2 {
  padding-right: 15%;
  margin: 20px 0;
}
.follw-div2 img {
  width: 190px;
}
.follw-div1 img {
  width: 50px;
  height: 50px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
button.close {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: red;
  opacity: 100%;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.modal-body.login-body {
  padding: 30px 60px;
}
.modal-body.login-body h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}
.pw-div i {
  position: absolute;
  right: 5%;
  top: 30%;
  font-size: 20px;
  color: #83b63c;
}
.pw-div {
  position: relative;
}

.remember {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

/* On mouse-over, add a grey background color */
.remember:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.remember input:checked ~ .checkmark {
  background-color: #83b63c;
}

/* Create the checkmark/indicator (hidden when not checked) */

/* Show the checkmark when checked */
.remember input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.remember .checkmark:after {
  left: 3px;
  top: 1px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-body.login-body a {
  font-size: 17px;
  text-decoration: underline;
  color: #83b63c;
}
.btn-fb i {
  position: absolute;
  left: 6%;
  top: 34%;
  font-size: 33px;
  color: #625b57;
}
.btn-fb {
  position: relative;
}
.btn-fb2 button.btn.btn-theam-fill {
  background: #3b5998 !important;
}
.btn-fb2 button.btn.btn-theam-fill:hover {
  background: #fff !important;
  color: #3b5998;
  border: 1px solid #3b5998;
}
.btn-fb2 i {
  margin-top: 3px;
  padding-right: 5px;
}
h6.forgot-text {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
/* .btn-flex button {
  width: 48%;
} */
.btn-flex {
  display: flex;
  justify-content: space-between;
}
.otp-div {
  display: flex;
  justify-content: space-between;
}
.otp-div input {
  width: 24%;
  text-align: center;
}
.modal-body.join-body h3 {
  font-size: 26px;
  margin-bottom: 15px;
  text-align: center;
  color: #222;
}
.join-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #d0d5c9;
  padding: 20px 0;
  height: 100%;
}
.modal-dialog.modal-dialog-centered.join-dialog {
  max-width: 1000px;
}
figure.join-logo {
  margin: 20px auto;
  text-align: center;
}
.contact-div {
  box-shadow: 0px 0px 10px 5px #f0f0f0;
  border-radius: 6px;
}
.address {
  padding: 30px;
  padding-right: 0;
}
.address h2 {
  font-size: 26px;
  text-align: left;
  margin-bottom: 25px;
  color: #83b63c;
}
.addres-box {
  padding-left: 40px;
}
.addres-box h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.addres-box p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.addres-box p .radio {
  margin-right: 10px;
}
.addres-box p i {
  font-size: 25px;
  color: #625b57;
  width: 10%;
}

li.nav-item.dropdown.user-profile a.user-profile1 img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
li.nav-item.dropdown.user-profile a.user-profile1 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 0;
}
ul.navbar-nav.justify-content-end {
  align-items: center;
}
.dropdown-menu.show {
  right: 0 !important;
  left: auto;
  width: 180px;
  border: 2px solid #83b63c;
  padding-bottom: 0;
  top: 77px;
}
.dropdown-menu.show a.dropdown-item {
  color: #83b63c !important;
  font-size: 17px;
  border-bottom: 1px solid #83b63c;
}
.dropdown-menu.show a.dropdown-item.active {
  color: #fff !important;
}
.dropdown-menu.show a.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu.show a.dropdown-item:hover {
  color: #fff !important;
  background-color: #83b63c;
}
.dropdown-menu.show::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  border-bottom: solid 20px rgb(255 255 255);
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  top: -18px;
  right: 4%;
}
li.nav-item.notification-li a i {
  font-size: 26px;
  color: #83b63c;
}
li.nav-item.notification-li {
  position: relative;
}
.notification-text {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
section.privacy-section p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin-bottom: 10px;
  align-items: center;
  font-weight: 600;
}
.notification-div {
  padding: 23px 74px 15px 35px !important;
  position: relative;
  text-align: right;
}
img.delete-img {
  position: absolute;
  right: 2%;
  top: 50%;
  width: 23px;
  transform: translateY(-50%);
  cursor: pointer;
}
.user-images img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.user-images {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  position: absolute;
  top: -10px;
  left: -10px;
}
.notification-div p {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.notification-div label {
  font-size: 14px;
}
.form-check label {
  width: 100%;
}
.form-check label p i {
  width: 13%;
}
.loyalty-images {
  width: 100%;
  text-align: center;
}
.loyalityPanel label {
  color: #1c1c1c !important;
}
.loyalty-point {
  color: #83b63c;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
}
section.privacy-section {
  color: #83b63c;
}
h6.aap {
  font-style: italic;
}
label.aap {
  color: #000;
}
.app_listing {
  display: flex;
  justify-content: center;
}
.locationBox h1 {
  font-size: 20px;
}
.locationBox,
.cartPrice {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaec;
  background: #f1f3f6;
}
.cartPrice h5 {
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  font-size: 20px;
  font-weight: 600;
}
.toplocation {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px !important;
  align-items: center;
}
button.removebtn {
  color: #222;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  padding-right: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}
.removebtn ~ .removebtn {
  padding: 0 15px !important;
}
.toplocation select {
  max-width: 200px;
  height: 40px;
  border: 1px solid #ececec !important;
}
.aap-buttons {
  display: flex;
}
.practitioner_app {
  background: #e8e8e8;
}
.customer_app {
  background: #cee1b7;
}
.aap-link {
  /* width: 100%;
  max-width: 400px; */
  padding: 8px 17px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 0px 9px 3px #c9c9c9;
  cursor: pointer;
  align-items: center;
  background: #fff;
  margin: 0 5px 0 0;
}
.aap-link i {
  font-size: 60px;
  padding-right: 8px;
}
.aap-link h6 {
  color: #000;
  font-size: 16px;
}
img.aap-img {
  width: 100%;
  height: 100%;
}

.card-header {
  padding: 10px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.card button.btn.btn-link {
  padding: 0;
  color: #000;
  font-weight: 500;
}
.card button.btn.btn-link:hover {
  text-decoration: none !important;
}
.card-body {
  border: 1px solid #ccc;
  /* margin-top: 10px; */
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.card {
  border: none;
  margin-bottom: 15px;
}
section.buy-section {
  text-align: center;
  color: #000;
  font-size: 18px;
  background-color: #eefbe0;
  padding: 50px;
  position: relative;
}
section.buy-section button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.5%;
}
.meed-div {
  padding: 15px;
  border: 1px solid #83b63c;
  text-align: center;
}

h2#testimonials {
  color: #fffae3;
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,
.view .content {
  width: 100%;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 65px 0 0 0;
}
.view p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.view a.info:hover {
  box-shadow: 0 0 5px #000;
}
.view-first img {
  transition: all 0.2s linear;
  width: 100%;
  height: 200px;
}
.view-first .mask {
  opacity: 0;
  background-color: rgb(172 208 132 / 62%);
  transition: all 0.4s ease-in-out;
}
.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-first:hover img {
  transform: scale(1.1);
}
.view-first:hover .mask {
  opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}
.view-first:hover p {
  transition-delay: 0.1s;
}
.view-first:hover a.info {
  transition-delay: 0.2s;
}
.tack {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
.tarck-img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tarck-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 15px;
}
.tarck-img .trackDetails {
  width: calc(100% - 120px);
}
.tarck-img h3 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.tarck-img h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.tarck-img h6 p {
  font-size: 16px;
  margin-top: 10px;
  background-color: green;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.tack label {
  position: absolute;
  right: 5%;
  top: 3%;
  font-size: 14px;
}
.search-div.cat-search input {
  border: 1px solid #ccc;
  padding-right: 15px;
}
.search-div.cat-search i {
  left: 1%;
}
.categori-div {
  padding: 20px 0;
}
.categori-div h5 {
  color: #222;
  font-size: 30px;
  font-weight: 600;
}
.categori-div ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.categori-div ul li {
  width: 49%;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  transition: 0.4s ease all;
}
.categori-div ul li:hover {
  transform: translateY(-10px);
}
.categori-div ul li figure {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categori-div ul li figure img {
  width: 100%;
}
.categori-div ul li i {
  position: absolute;
  right: 2%;
  top: 5%;
  font-size: 30px;
}
.banner-text p {
  width: 100%;
  max-width: 40%;
}
.cat-img img {
  transition: transform 0.3s ease-in-out;
}
.cat-img img:hover {
  transform: scale(1.2);
}
.sub-category-div {
  padding: 15px;
}
.sub-category-div ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.sub-category-div-product ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
select.form-control {
  height: 45px;
  font-size: 15px;
  color: #9c9a9a;
}
.sub-category-div ul li {
  width: 13%;
}
.sub-category-div-product ul li {
  width: 20%;
}
.sub-category-div ul li button {
  width: 100% !important;
  min-width: 100% !important;
}

button.btn.btn-today {
  background-color: #83b63c;
  color: #fff;
  font-size: 19px;
  height: 45px;
}
.sub-category-div h3 {
  font-size: 20px;
  color: #222;
}
.sub-category-div figure {
  height: 300px;
  margin-bottom: 0;
}
.sub-category-div.sub-cat-div {
  padding: 0;
  border: none;
}
ul.services-ul {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
ul.services-ul li {
  width: 23%;
  margin-right: 26px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.4s ease all;
}
ul.services-ul li:hover {
  transform: translateY(-10px);
}
/* ul.services-ul li i {
  position: absolute;
  top: 62%;
  right: 2%;
  cursor: pointer;
  font-size: 30px;
  z-index: 1;
} */
img.services-img {
  width: 100%;
  height: auto;
}
.description-div p {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px !important;
  color: #222;
  margin-top: 5px;
}
.description-div p label {
  color: #9c9a9a;
  font-size: 16px;
}
.description-div h6 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
}
.cart_obj .description-div h6 {
  max-width: calc(100% - 160px);
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  white-space: pre;
}
.soldby {
  color: #222 !important;
}
.gift-div {
  padding: 15px;
  align-items: center;
  position: relative;
}
.share {
  position: absolute;
  top: 3%;
  right: 10px;
  text-align: center;
  background: #fff;
  padding: 2px;
  border-radius: 4px;
  transform: translateY(-110px);
  z-index: 999;
  transition: all 0.3s ease-in-out 0.1s;
}
.GiftPage .cardPanel {
  overflow: hidden;
}

.cardPanel:hover .share {
  transform: translateY(0px);
}
.share h6 i {
  font-size: 30px;
  padding-left: 10px;
  padding-top: 10px;
  color: #818081;
}
.share h6 {
  font-size: 18px;
  color: #222;
}
.share h6 i:hover {
  color: #83b63c;
}
.gift-div figure img,
.fullwidth {
  width: 100%;
  /* height: 100%; */
}
.gift-div figure {
  margin: 0;
  height: 230px;
}
.gift-btn button {
  min-width: 200px !important;
}
.gift-btn h4 {
  font-size: 16px;
  color: #000;
}
.gift-btn {
  text-align: center;
}
.gift-btn.gift-btn2 {
  text-align: left;
  color: #000;
}
.gift-btn.gift-btn2 h5 i {
  color: #464646;
  font-size: 30px;
  padding-left: 15px;
}
img.git-card-img {
  width: 60%;
}
ul.medical {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 0.5rem;
  align-items: start;
}
ul.medical li {
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 8px 4px #cecece;
  margin-bottom: 30px;
  margin-right: 20px;
  font-size: 22px;
  color: #000;
  position: relative;
  transition: 0.4s ease all;
}
ul.medical li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 8px 4px #83b63c;
  color: #83b63c;
}
.persnol-div .form-group.row {
  text-align: left !important;
  font-size: 18px;
  color: #000;
}
.persnol-div {
  width: 100%;
  max-width: 50%;
  margin: auto;
  text-align: center;
  position: relative;
}
.persnol-div img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}
.appoint-div button {
  min-width: 100% !important;
}
.previus-div {
  padding: 20px !important;
  /* box-shadow: 0px 0px 8px 4px #cecece;
  transition: 0.4s ease all; */
  position: relative;
}
.previus-div:hover {
  transform: translateY(-10px);
}
.previus-div i {
  position: absolute;
  right: 5%;
  font-size: 40px;
  color: red;
  cursor: pointer;
}
.previus-div .form-group.row {
  margin-bottom: 0 !important;
  font-size: 17px;
  color: #000;
}
.previus-div .form-group.row label.col-form-label.output {
  color: #4a4a4a;
  text-align: justify;
}
.date-div i {
  position: absolute;
  right: 6%;
  top: 9px;
  font-size: 26px;
  color: #6b6b6b;
}
.form-save {
  text-align: center;
}
.form-save button {
  min-width: 300px !important;
}
.uplod-div input {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 45px;
  opacity: 0;
}
.uplod-div {
  position: relative;
}
.uplod-div button {
  min-width: 200px !important;
}
label.remember.remember2 {
  position: absolute;
  right: 1%;
  top: 12%;
}
label.remember.remember2 span.checkmark {
  border-radius: 50%;
}
img.test-img {
  width: 200px;
  height: 150px;
}
.box {
  width: 100%;
  height: 200px;
  background: #ccc;
  position: relative;
}
.box i {
  font-size: 35px;
  padding-left: 12px;
  color: #638939;
}
.box-icon {
  position: absolute;
  bottom: 3%;
  right: 12%;
}
.box-attach {
  position: absolute;
  right: 4%;
  bottom: 3%;
}
.box-attach input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
}
.practition-img {
  width: 100%;
  height: 300px;
  position: relative;
}
.practition-img img {
  width: 100%;
  height: 100%;
}
.practition-img i {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 30px;
  color: red;
}
.practitioner-row label.col-form-label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
}
.practitioner-row label.col-form-label.col-form-label-text {
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
}
.practitioner-row h6 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}
.practitioner-row {
  padding-top: 0px;
  align-items: center;
  font-size: 15px;
  text-align: justify;
}
ul.photo-video-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
ul.photo-video-ul li {
  width: 16%;
  height: 180px;
  margin-right: 9px;
  transition: 0.4s ease all;
}
ul.photo-video-ul li:hover {
  transform: translateY(-10px);
}
ul.photo-video-ul li img {
  width: 100%;
  /* height: 100%; */
}
ul.photo-video-ul li video {
  width: 100%;
  height: 100%;
}
.photo-video-div h5 {
  font-size: 22px;
  color: #222;
  font-weight: 600;
}
li.product-li {
  padding-top: 5px;
  text-align: center;
}

.photo-video-div select {
  width: 15%;
}
.photo-video-div h5 label {
  font-size: 14px !important;
  color: #8b8b8b;
}
.review-div {
  padding: 15px;
  border: 1px solid #ccc;
}
.review-div h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.review-div h6 img {
  width: 130px !important;
}
.review-div p {
  font-size: 16px;
  text-align: justify;
}
.chat-box,
.appoint-div {
  padding: 25px !important;
  margin-bottom: 25px;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
  position: relative;
}
.send-box {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.send-input {
  width: 88.5%;
  position: relative;
}
.send-input input {
  border-radius: 50px !important;
  height: 40px;
}
.send-input i {
  position: absolute;
  right: 3%;
  font-size: 25px;
  top: 7px;
  color: #7b7b7b;
}
.chat-left {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.chat-left img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.chat-left .text-box {
  background-color: #d1d1d1;
  padding: 20px;
  border-radius: 50px;
  border-bottom-left-radius: 3px;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
}
.chat-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.chat-right img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-left: 30px;
}
.chat-right .text-box {
  background-color: #d1d1d1;
  padding: 10px;
  text-align: right;
  border-radius: 50px;
  border-bottom-right-radius: 3px;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
}
.chat-div {
  height: auto;
  min-height: 411px;
  overflow-y: scroll;
  max-height: 400px;
}
.add-button-s {
  /* position: absolute;
  right: 5%;
  top: 50%; */
  text-align: center;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 0.5rem;
  align-items: start;
  /* transform: translateY(-50%); */
}
.add-button-s button {
  min-width: 200px !important;
}
.add-button-s.d-flex button {
  min-width: auto !important;
  margin-right: 0;
  transition: 0.4s ease all;
}
.add-button-s.d-flex button:hover {
  transform: scale(1.1);
}
.table td,
.table th {
  border-top: none;
  text-align: center;
  padding: 3px;
}
.table thead th {
  border-bottom: none;
  text-align: center;
}

.table {
  margin-bottom: 0;
}
ul.nav.nav-pills.booking-ul {
  justify-content: center;
}
li.nav-item.booking-li {
  width: 15%;
  min-width: 153px;
  text-align: center;
  margin-left: 10px;
  border-radius: 50px;
  border: 1px solid #83b63c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #83b63c;
  margin-bottom: 10px;
}
a.nav-link.booking-a {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #83b63c;
  font-size: 18px;
}
a.nav-link.booking-a:hover {
  background-color: #83b63c;
  color: #fff;
}
a.nav-link.booking-a.active {
  background-color: #83b63c !important;
}

.description-div i {
  top: 5% !important;
}
.description-div {
  padding: 15px;
  position: relative;
}
label.col-md-5.col-form-label {
  padding: 3px 10px;
  color: #000;
  font-size: 16px;
}
label.col-md-7.col-form-label.col-form-text {
  padding: 3px 10px;
  color: #9c9a9a;
}
.description-div h5 {
  font-size: 19px;
  text-align: right;
  padding-right: 10px;
  color: green;
}
p.cancel-p {
  text-align: center;
}
p.cancel-p a {
  padding-left: 7px;
}
.call-div label {
  font-size: 20px;
  margin-bottom: 10px;
}
.call-div label i {
  color: #83b63c;
  font-size: 27px;
  padding-right: 13px;
}
.chat-heding {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  font-weight: 900;
  text-align: center;
  background: #83b63c;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
}
.send-input.send-input2 {
  width: 76% !important;
}
.chat-box.chat-name {
  height: auto;
  min-height: 502px;
  overflow-y: scroll;
  max-height: 400px;
}

.user-name-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
.user-name-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-name-text {
  width: 81%;
  font-size: 16px;
  word-break: break-all;
  color: #000;
}
.user-name-text p {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
  color: #6d6d6d;
}
.user-name {
  display: flex;
  padding: 10px;
}
h6.past-text {
  font-size: 20px;
  color: #83b63c;
}
p.home-delivery {
  color: red !important;
  justify-content: center;
}
.btn-flex.card-btn button {
  font-size: 18px;
  min-width: 120px;
}
.address-form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #000;
  font-size: 17px;
}
.address-form button {
  min-width: 250px !important;
}
.address-map {
  height: 201px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.address-form a {
  color: #83b63c;
  font-size: 18px;
  text-decoration: underline;
}
.box-cart {
  width: 100px;
  height: 100px;
  background-color: #ccc;
}
.add-product-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.cart-1 {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 10px;
}
.cart-1 span {
  font-size: 40px;
  padding: 10px;
}
.card-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px;
}
.card-div img {
  height: 150px;
  width: 250px;
}
.card-div p {
  margin: 0 !important;
  font-size: 24px !important;
  font-weight: 600;
}
.card-div label.remember {
  margin-bottom: 15px;
}
.top_profileSec {
  background: #e3fffc;
  padding: 30px 0;
}
.profile-div {
  display: flex;
  width: 100%;
  justify-content: center;
}
.profile-div .profile_pic {
  padding-right: 20px;
}
figure.profile-figure img {
  width: 100%;
  height: 100%;
}
figure.profile-figure {
  width: 230px;
  height: 230px;
  position: relative;
}
.profile-text h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
}
.profile-text h6 {
  color: #4caf50;
  margin-bottom: 10px;
  font-size: 17px;
}
.profile-text p {
  color: #83b63c;
}
.profile-text button {
  min-width: auto !important;
  margin-right: 10px;
  white-space: pre;
}
.camra-div {
  position: absolute;
  bottom: 23px;
  right: -1px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 4px #cdcdcd;
  overflow: hidden;
}
.camra-div input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.profile-user-div {
  color: #000;
  max-width: 600px;
  margin: 0 auto;
}
.full_width {
  max-width: 100% !important;
}
.profile-user-div h6 {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  font-weight: 900;
  text-align: center;
  background: #83b63c;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
}
.profile-user-div .col-form-label.col-form-text {
  font-size: 15px;
  text-align: justify;
}
.profile-user-div a {
  color: #83b63c;
}
button.btn.btn-ongoing {
  border: 1px solid #83b63c;
  color: #83b63c;
  width: 100px;
}
.description-div label {
  font-size: 13px;
  color: #989898;
}

/* new section css start */
ul.steps {
  padding-left: 26px;
}
ul.steps li {
  position: relative;
  margin-bottom: 10px;
}
ul.steps li::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #83b63c;
  top: 7px;
  left: -26px;
  border-radius: 50%;
}
figure.image-fig.tutorial {
  width: 100%;
  height: 300px;
}
.accept-job {
  padding: 10px;
  border: 1px solid #83b63c;
}
.accept-job h5 {
  text-align: center;
  margin-bottom: 10px;
  color: #83b63c;
}
.accept-job p {
  font-size: 16px;
}
.tutorial-welcom h1 {
  text-align: center;
  color: #83b63c;
}
.photo-video-div a {
  font-size: 18px;
  padding-left: 10px;
  text-decoration: underline;
  color: #83b63c;
}
figure.login-figure img {
  width: 100%;
  height: 100%;
}
figure.login-figure {
  width: 100%;
  height: 555px;
  margin: 0;
}
.address form a {
  text-decoration: underline;
  color: #83b63c;
}
h5.forgot-text.mt-5 {
  text-align: center;
  color: #83b63c;
  font-size: 18px !important;
  width: 100%;
  max-width: 80%;
  margin: auto;
}
ul.select-lease {
  display: flex;
  margin-top: 10px;
  width: 100%;
  flex-wrap: wrap;
}
ul.select-lease li {
  width: 155px;
  margin-right: 10px;
  height: 25px;
  position: relative;
  border-radius: 0;
  background: rgb(231, 250, 207);
  color: #83b63c;
  font-size: 18px !important;
  text-align: left;
  position: relative;
}
ul.select-lease li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.leas-div label {
  font-size: 17px;
  color: #000;
}
.qualification-div {
  padding: 15px;
}
.qualification-div ul {
  display: flex;
  width: 100%;
  margin-top: 15px;
  flex-wrap: wrap;
}

.qualification-div ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 155px;
  background: #dafaac;
}
.qualification-div ul li button {
  width: 100%;
  font-size: 18px !important;
}
ul.offer-ul li {
  width: 48%;
}
/*  arshi css */
.form-personal1 a {
  color: #83b63c !important;
  background-color: transparent;
  text-decoration: none;
}

.personal-button {
  height: 600px;
  width: 100%;
}
.box-per {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 700px) {
  .img-reset {
    width: 100% !important;
    height: 100%;
  }
  .start-per {
    margin-left: 80px !important;
  }
  .media-forgot {
    margin-left: 15px;
  }
  .btn-book {
    margin-bottom: 10px !important;
  }
}
.model-personal {
  font-weight: 470;
}

.large-model {
  max-width: 700px;
}
.con-icon {
  color: #83b63c;
  font-size: 20px;
  padding: 0px 10px;
}
.contact-box {
  height: 500px;
}
.box-con h1 {
  color: #83b63c;
}

.box-reset {
  color: #83b63c;
}

.ret-box-shadow {
  box-shadow: 1px solid gray;
}
.map {
  width: 130% !important;
}
.img-reset {
  width: 124%;
  height: 105%;
  margin-top: -13px !important;
}
.for-personal {
  font-size: 14px;
}

.model-confirm {
  display: flex;
}
.ear-dev {
  font-size: 14px;
  color: black;
}
.ear-icon {
  font-size: 30px;
  color: #83b63c;
  margin: 10px 0px;
}
.check-icon {
  font-size: 30px;
  padding: 0px 20px;
  color: #83b63c;
}
.earning-box {
  height: 710px;
}
.onway-box {
  border: 1px solid #ccc;
  font-size: 13px;
}
.button-pass {
  min-width: 300px !important;
}
.tarck-img p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.ear-dev.model-personal1 {
  padding: 15px;
}
.image-edit {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #83b63c;
  box-shadow: 0px 0px 9px 2px gainsboro;
  left: 58%;
  bottom: 0;
}
.image-edit input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.persnol-div.complete-img img {
  width: 150px;
  height: 150px;
}

.user-name:hover {
  background-color: #e4e4e4;
}
.active-chat {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #19c719;
  bottom: 0;
  border: 2px solid #fff;
  right: 0;
  position: absolute;
}
button.btn.btn-theam-blanck.view-btn {
  margin-right: 32px;
}

.book-apointment {
  width: 100%;
  max-width: 62%;
}

.model-personal1 {
  font-weight: 600;
}
.upload-btn-wrapper {
  position: relative;

  display: inline-block;
}

.upload-btn-wrapper input[type='file'] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.camera-per {
  bottom: 20px !important;
  right: -7px !important;
  color: #83b63c;
}
.edit-devp {
  justify-content: center;
}
.booking-2 {
  position: relative;
  padding: 15px;
}
.booking-2 .tarck-img img {
  width: 100px;
  height: 100px;
}
.booking-2 i {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 35px;
  color: #83b63c;
  cursor: pointer;
}
.quantity {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.quantityInputAndAction {
  color: #83b63c;
  font-size: 30px;
  border: 1px solid;
  border-radius: 25px;
  display: flex;
  width: 40%;
  flex-direction: row;
  justify-content: space-around;
}
.quantityInput {
  font-size: 30px;
  width: 20%;
  border: none;
  color: #83b63c;
}
.icon-cart {
  font-size: 18px;
  padding: 0px 10px;
}
p.error {
  color: red !important;
  font-size: 14px;
}
.qualification-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qualification-div ul li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* Hide the browser's default checkbox */
.qualification-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border: 1.5px solid #83b63c;
}
/* On mouse-over, add a grey background color */
.qualification-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
input:checked ~ .qualification-checkbox {
  background-color: #83b63c;
  color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.qualification-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.qualification-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.qualification-checkbox {
  color: #83b63c;
  height: 25px;
  font-size: 14px !important;
  padding: 2px 0 2px 10px;
  text-align: left;
  position: relative;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid #dcdcdc;
}
label.qualification-checkbox::after {
  content: '\f00c';
  position: absolute;
  right: 2px;
  top: 6px;
  font: normal normal normal 13px/1 FontAwesome;
}

/* arshi saifi css */

.categori-divv ul li {
  width: 23%;
  position: relative;
  text-align: center;
  padding-bottom: 10px !important;
  margin-bottom: 25px;
  transition: 0.4s ease all;
}
.categori-divv ul li figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
}
.categori-divv ul li h6 {
  font-size: 14px;
  font-weight: 700;
}
.pp-00 {
  color: #222;
}
.home-00 label {
  color: #83b63c;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 550;
}
.main-00 {
  display: flex;
}

.home-00 h1 {
  font-size: 50px;
  font-weight: 550;
}
.nav.tabbable {
  display: flex !important;
}
.home-01 ul li {
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 25px 15px;
  margin: 20px 5px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-01 ul li:hover {
  text-align: center;
  background-color: #83b63c;
}
.home-01 a:hover {
  color: white;
}
.tab-content {
  border: none;
}
.home-01 a {
  color: #222;
  text-decoration: none;
  font-weight: 550;
}

#myList {
  display: none;
}

.carousel-indicators-0 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.btn {
  padding: 0.375rem 1.15rem !important;
  border-radius: 4px !important;
  height: 43px !important;
}
/* servie_page */

.description-div .star-ratings {
  position: absolute !important;
  top: -14px;
  right: 12px;
  background: #fff;
  padding: 0 6px 5px;
  border-radius: 4px;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 10%);
}
.gift-btn .star-ratings {
  position: absolute !important;
}
.product_detail img,
figure.product_detail {
  /* height:auto !important; */
  width: 100%;
}
.d-flex .btn {
  margin-right: 4px;
}
.categori-div img {
  width: 100%;
}
.cardPanel figure {
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
}
.cardPanel .fa-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 23px;
  box-shadow: 0 13px 31px -5px rgba(0, 0, 0, 0.19);
  background: rgba(255, 255, 255, 0.42);
  padding: 2px 4px;
  border-radius: 3px;
  transition: 0.4s ease all;
  z-index: 999;
}
.cardPanel .fa-trash {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 23px;
  box-shadow: 0 13px 31px -5px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.42);
  padding: 2px 4px;
  border-radius: 3px;
  transition: 0.4s ease all;
}
.cardPanel {
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
  background: #f5f5f5;
}
.cardPanel,
.cart_obj {
  padding: 5px;
  border-radius: 3px;
  transition: 0.4s ease all;
  position: relative;
}
.dateBought {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  font-size: 19px;
}
.cartProduct {
  padding: 15px 0 !important;
  border-bottom: 1px solid #e2e2e2;
}
.cartProduct:last-child {
  border-bottom: none;
}
.couponForm {
  max-width: 500px;
}
button.btn.btnapply {
  width: 120px;
  background: #83b63c;
  color: #fff;
  border-radius: 0 !important;
  margin: 0;
  height: 45px !important;
}
.couponCart {
  width: calc(100% - 120px);
  border-radius: 0 !important;
}
.cart_obj {
  padding: 20px !important;
}
.cart_obj figure {
  height: auto;
  max-height: 120px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 0;
}
.cart_obj .description-div {
  padding: 0 15px !important;
}
.cardPanel:hover {
  transform: translateY(-10px);
}
.categori-div .cardPanel:hover .fa-heart {
  transform: scale(1.2);
}
.product_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px !important;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.gift-btn h5 {
  font-size: 23px;
  font-weight: 600;
}
.shareBlock {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  background: #fff;
  color: #3b5998;
  border-radius: 4px;
  padding: 6px;
}
.nav-tabs .nav-link {
  text-align: center;
  margin-left: 10px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #83b63c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #83b63c;
  font-size: 18px;
  margin-bottom: 8px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #83b63c;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs {
  border: 0 !important;
}
.addressSelector .card-header {
  background: #83b63c;
  color: #fff;
}
.addressSelector h2 {
  padding: 0 !important;
}
.addressSelector .card button.btn.btn-link {
  padding: 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 2px !important;
  height: auto !important;
}
.heading_price h5,
.heading_text {
  color: #83b63c;
  padding: 4px 16px;
  font-weight: 600;
  text-align: left;
  border-radius: 4px;
  font-size: 20px;
}
.heading_price {
  background: #fff;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
  padding: 20px 10px;
}
.BillTotal {
  height: 100%;
}
.medical_heading {
  background: #ccc;
  font-weight: 600;
}
.med_list,
.previus-div {
  background: #fff;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
  transition: all 0.3s ease-in-out 0.1s;
}

/* tost massage */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.med_list .row {
  padding: 0 25px !important;
}
.col-form-label {
  font-weight: 600;
  color: #222;
}
.col-form-label.output {
  font-weight: 400;
  color: #6e6d6d;
}
.choose_adress {
  max-height: 300px;
  overflow: auto;
  padding: 0 20px;
}
.proceed_pay h3 span {
  font-size: 18px;
  color: #222;
}
.proceed_pay h3 {
  font-size: 35px;
  color: #222;
  font-weight: 600;
}
.faq_page .card-header {
  background: #cfcbcb !important;
}
.faq_page .card-header button {
  width: 100%;
}
.textEllipsys {
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
}
.previus-div .col-form-label {
  font-size: 16px;
}
.saved_card {
  background: #fff;
  box-shadow: 0 13px 31px -5px rgb(0 0 0 / 18%);
}

.paymentCoupon h6 {
  font-size: 14px !important;
}
.product_des .pricing {
  font-size: 20px;
  margin-top: 20px !important;
  font-weight: 600;
}
#carouselExampleIndicators2,
#carouselExampleIndicators2 > * {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: none !important;
}
#carouselExampleIndicators2:hover,
#carouselExampleIndicators2 > *:hover {
  transform: scale(1);
  transition: none !important;
}
#carouselExampleIndicators2 .carousel-indicators {
  top: 90%;
  transform: translateY(-50%);
  height: 30px;
  margin: 0;
}

.modal {
  z-index: 99999 !important;
}

.react-tel-input input {
  width: '100%' !important;
}

.CriculerLoader {
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.referralPage {
  display: block;
}
.referralPage h2 {
  font-size: 45px;
  font-weight: 900;
  background: #ececec;
  display: inline-block;
  padding: 15px;
  border-radius: 12px;
}
.referralPage p {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.referralPage p,
.referralPage h2 {
  z-index: 9;
}
.buttonsFOrref {
  display: block;
}
.referralPage figure {
  margin-top: -60px;
  z-index: -1;
  position: relative;
}
.codeReffereal button {
  margin: 20px;
}
.cardPurchase {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 16px 16px 22px;
}
.cardPurchase figure {
  width: 160px;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 11px;
  background: #fff;
}
.cardPurchase figure img {
  max-width: 146px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cardPurchase .description-div {
  width: calc(100% - 90px);
  padding: 0px 15px;
}
.cardPurchase .description-div > * {
  width: 100%;
}
.flexCard {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bottom_button {
  padding: 4px 13px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  left: 16px;
  border-top: 1px solid #dbdbdb;
}

.bottom_button button {
  margin-top: 0;
  position: relative;
}
.bottom_button button:last-child:after {
  display: none;
}
.bottom_button button::after {
  content: '|';
  position: absolute;
  right: 0;
}
.panelPersonal {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  height: 100%;
  position: relative;
  min-height: 100px;
}
.panelPersonal h5 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 7px;
}
.panelPersonal.text-white {
  color: #fff;
}
.panelPersonal img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 43px;
}
img.invertimage {
  filter: contrast(20);
}
.bg-success {
  background-color: #10ca93 !important;
}
.bg-primary {
  background-color: #3a7afe !important;
}
