.wrraper {
  padding-bottom: 0;
  background-color: #fff;
}

.home_slider {
  margin-right: 80px;
  margin-left: 80px;
  margin-top: 88px;
}
.home_slider .slide .img {
  width: 32%;
}
.home_slider .slide .desc {
  top: 75%;
  height: 45dvh !important;
}
.home_slider .slide .desc .discount_line {
  font-size: 40px;
}
.home_slider .slide .desc .statement_line {
  font-size: 25px;
  margin: 5px 0;
}
.home_slider .slide .desc .btn {
  font-size: 16px;
  padding: 8px 30px;
}
.home_slider .slide .desc .btn:hover {
  background-color: #FFC619;
  color: black;
}
.home_slider .slide .inner_slideArea::before {
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 20px;
  box-shadow: none;
  bottom: -20px;
}
.home_slider .slide .inner_slideArea:hover {
  transform: none !important;
}

.main_modules ul {
  justify-content: space-evenly;
  align-content: center;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  height: 100px;
  border-radius: 8px;
  width: 46%;
  margin: -50px auto;
  position: relative;
  z-index: 8;
  top: -67px;
}
.main_modules ul li {
  width: 70px !important;
  height: 80px;
  flex: 0 0 14.333333%;
  margin-bottom: 0;
}
.main_modules ul li a {
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
  margin: 0;
}
.main_modules ul li a img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}
.main_modules ul li a p {
  font-size: 12px;
}

.recent_searched {
  margin: 45px 80px;
  margin-top: 15px;
}
.recent_searched ul li a {
  padding: 10px;
}
.recent_searched ul li a .descript h4 {
  font-size: 14px;
  line-height: 16px;
  width: 78px;
}
.recent_searched ul li a .descript h4 small {
  font-size: 12px;
}
.recent_searched ul li a .ico img {
  width: 25px;
}
.recent_searched ul::-webkit-scrollbar {
  height: 12px;
  height: 12px;
}
.recent_searched ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.recent_searched ul::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.trending {
  margin: 45px 80px;
  margin-top: 15px;
}
.trending .nav-pills {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.trending .nav-pills .nav-link {
  background-color: #fff;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  color: #9F9D9D;
  display: flex;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  margin-right: 25px !important;
  padding: 10px 15px !important;
  height: 45px !important;
}
.trending .nav-pills .nav-link span {
  padding-top: 4px;
  margin-left: 9px !important;
  font-weight: 500;
  font-size: 15px;
  display: block !important;
}
.trending .nav-pills .nav-link img {
  height: 25px !important;
}
.trending .trend_row {
  margin-top: 40px;
  padding-bottom: 25px;
}
.trending .trend_row .trend_item {
  width: 20%;
  height: 300px;
}
.trending .trend_row .trend_item .trending-img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.trending .trend_row .trend_item .offer_desc {
  bottom: 10px;
}
.trending .trend_row .trend_item .offer_desc .left h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}
.trending .trend_row .trend_item .offer_desc .left h3 small {
  font-size: 15px;
}
.trending .trend_row .trend_item .offer_desc .right img {
  height: 30px;
  width: 30px;
}
.trending .trend_row::-webkit-scrollbar {
  height: 12px;
  height: 12px;
}
.trending .trend_row::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.trending .trend_row::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.fancy_title h2 {
  font-size: 22px;
  font-weight: bold;
}
.fancy_title p {
  font-size: 15px;
}

.container {
  max-width: 85% !important;
}

.inner_descSlide {
  padding-left: 34px;
}/*# sourceMappingURL=style.css.map */