.forhomeslide button.owl-prev {
  position: absolute;
}
.forhomeslide .owl-carousel .owl-nav button.owl-next,
.forhoemslide .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #b7a070 !important;
  border-radius: 50% !important;
}
.popularcarousel button.owl-prev,
.popularcarousel button.owl-next {
  width: 27px;
  height: 27px;
  margin-top: 15px;
  background: #b7a070 !important;
  border-radius: 50% !important;
}
.button.owl-prev span,
.button.owl-next span {
  color: white;
}
/* .forhomeslide button.owl-next {
  left: 97.7%;
  position: relative;
  right: 0;
} */
.forhomeslide {
  margin: 40px 0px;
  position: relative;
  margin-bottom: 100px;
}
.popularcarousel {
  position: relative;
}
.popularcarousel.owl-theme .owl-nav {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: auto;
  right: 0;
}
.popularcarousel button.owl-dot {
  width: 27px;
  height: 27px;
  margin: 0px;
  padding: 0 !important;
  font: inherit;
  padding-top: 1px !important;
  border-radius: 4px;
}
.popularcarousel .owl-dot span {
  color: #434343;
  font-size: 15px;
  font-weight: 600;
}
.popularcarousel.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
}
.popularcarousel button.owl-dot.active span {
  color: #b7a070;
}
.forhomeslide .owl-dots {
  width: auto;
  position: absolute;
  /* bottom: 0px; */
  right: 33px;
  z-index: 500;
  margin-top: 10px;
}
