a:hover {
  color: #68a037;
}
label {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.docname .autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  width: 95%;
  color: #fff;
  font-size: 15px;
  text-align: left;
  background: white!important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"]:checked + label:before {
  background-color: #68a037;
  border-color: #68a037;
  color: #fff;
}

.uptext {
  z-index: 1;
  position: absolute;
  object-fit: cover;
  height: 50%;
  left: 50px;
  bottom: 15px;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
}

.img-popular {
  width: 100%;
  /* height: 230px; */
  /* height: 100%; */
  /* width: 260px; */
  object-fit: cover;
  object-position: top;
}

/* [1] The container */
.image,
.bg-image {
  overflow: hidden;
}
/* [2] Transition property for smooth transformation of images */
.image img,
.bg-image img {
  transition: transform 0.5s ease-in;
  -webkit-transition: transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in;
  -ms-transition: transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
}

/* [3] Finally, transforming the image when container gets hovered */
.image:hover img,
.bg-image:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.popular-wrapper {
  width: 100%;
}
.popular-wrapper h3 {
  text-align: start;
  font-weight: 700;
}
.popular-card .text p {
  font-size: 14px;
  margin-bottom: 10 px;
  font-weight: 600;
}

.popular-text {
  font-size: 11px;
  color: #131313;
  opacity: 0.9;
}
.popular-link {
  padding: 0.5rem;
  display: inline-block;
  position: relative;
  background: none;
  border: #1d1f20;
  cursor: pointer;
}
.popular-link:hover {
  text-decoration: none !important;
}
.popular-link:before,
.popular-link:after {
  display: block;
  content: "";
  position: absolute;
  background: #68a037;
  border-radius: 2px;
  z-index: -1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.popular-link:before {
  top: -0.1rem;
  bottom: 100%;
  left: -0.1rem;
  right: calc(100% + 0.1rem);
  transition: left 0.5s, right 0.5s, bottom 0.5s;
}
.popular-link:after {
  top: 100%;
  bottom: 0;
  left: calc(100% + 0.1rem);
  right: 0;
  transition: left 0.5s, right 0.5s, top 0.5s;
}
.popular-link:hover:before {
  top: -0.1rem;
  bottom: 0;
  left: -0.1rem;
  right: 0;
}
.popular-link:hover:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-enroll {
  background: #fff;
  color: #68a037;
  font-weight: bold;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
}
.btn-enroll:hover {
  background: #68a037;
  color: #fff;
}
.wishlist {
  position: absolute;
  top: 15px;
  right: 30px;
  background: #131313;
  opacity: 0.7;
  color: white !important;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 3px;
}
.fas.fa-heart:hover {
  color: rgb(255, 0, 0);
}
.fb-btn {
  color: #3b5999;
}
.fb-btn:hover {
  background: #3b5999;
  color: white;
}
.google-btn {
  color: #68a037;
}
.google-btn:hover {
  background: #da4949;
  color: white;
}
.wishlist1 {
  position: absolute;
  /* top: 30px;
  right: 45px; */
  background: #131313;
  opacity: 0.7;
  color: white !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 5px;

  top: 5%;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopnow {
  position: absolute;
  bottom: 10px;
  right: 17px;
  background: #131313;
  color: #ffffff;
  opacity: 0.8;
  z-index: 1;
}
.shopnow:hover {
  background: #68a037;
  color: #fff;
}
.backgroundImage {
  background-image: url("../images/Landing page/bg.jpg");
  object-fit: cover;
  padding: 6rem;
  background-size: 963px 531px;
  background-repeat: no-repeat;
}

.greater-than,
.less-than {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #f6f7f8;
  border-radius: 50%;
  color: #131313 !important;
  height: 35px;
  width: 35px;
  padding: 7px;
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.pagenumber {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #6c757d !important;
  color: #131313;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.greater-than:focus,
.greater-than:hover,
.pagenumber:focus,
.pagenumber:hover,
.less-than:focus,
.less-than:hover {
  background: #68a037 !important;
  color: #fff !important;
}
.modal-backdrop {
  z-index: 1029;
}
/* .navbar {
  z-index: 1028;
} */

.dropDmenu {
  width: 125px !important;
  left: -32px;
  top: 40px !important;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.modal-right {
  float: right;
  top: 30px;
  right: 8px;
}
.line-through {
  text-decoration: line-through;
}
.green-white {
  background: #68a037;
  color: #fff;
}
.percentOff {
  background: lightgray;
  color: #68a037;
}
.bg-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.bg-img1 {
  height: 142px;
  width: 100%;
  object-fit: cover;
}
.bg-img2 {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.bg-img3 {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.bg-img4 {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
