.fruits-tab-bg {
  /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.0001), #000),
          url("../images/Slider-1.jpg") no-repeat; */
  background: linear-gradient(rgba(0, 0, 0, 0.0001), #000),
    url("../images/fruits/fruit-slider.jpg") no-repeat;
  height: 500px;
  width: 100%;
  background-size: 100%;
  /* background-size: cover for mb and tab; */
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 100px;
}
.fruit-title span {
  color: #f69f0d;
}

.fruits-bg-text h3 {
  color: #fff;
  /* padding-right: 100px; */
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  text-shadow: 2px 2px 4px #1c0b37;
}
.fruits-content-inner {
  background: url("../images/fruits/fruits-bg.jpg") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 50px 100px;
}
.fh-outer {
  padding: 50px 0px;
}
.fh-content-wrapper {
  padding-top: 50px;
}
.fruit-title {
  padding: 10px 10px;
}
.fh-title,
.fruit-title h3 {
  text-align: center;
  color: #255946;
  font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
}
.fruit-rural img {
  width: 100%;
}
.fh-list-title {
  color: #1f4e3c;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 20px;
}
.fruit-shape {
  /* background: transparent url("../images/fruits/shape.png") no-repeat; */
  background: transparent url("../images/fruits/shape.png") no-repeat center
    center / 100% 100%;
}
.fruit-intro {
  padding: 45px 60px 100px;
  text-align: center;
  margin-left: -80px;
  margin-top: -50px;
}
.orangeIcon {
  width: 40px;
  height: 40px;
}
.fruit-title-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fh-list ul li {
  padding-left: 0px;
  display: flex;
  padding-top: 10px;
  align-items: center;
}
.fh-list ul li img {
  width: 30px;
  height: 30px;
}
.fh-list ul li p {
  padding-left: 10px;
  color: #255946 ;
  font-weight: 600;
}
.fh-devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #09a129;
  position: relative;
  z-index: 1;
  left: 50%;
  top: -20px;
  font-size: 0;
}
.fh-devider::before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #09a129;
}
.fruit-devider {
  left: 49%;
}
.media-img-col-fruitdivision {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 10px;
  padding: 0;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.media-img-col-fruitdivision img {
  width: 400px !important;
}
