.menu__section2 .menu__lists li span{
  color: #74b100 !important;
}
.new-lx{
  /* margin-left: 15px; */
}
.new-lx li{
  /* list-style: circle !important; */
  line-height: 16px !important;
}
.social2{
  margin-top: 20px;
}

.social2 li{
  color: #7b7b7b;
  list-style: circle;
  margin-left: 20px;
  line-height: 30px;
  font-size: 16px;
}
.pro-one{
  background-color: #fff;
}
.btn-style {
  padding: 12px 36px;
  font-size: 16px;
  color: #fff;
  border-radius: #74b10087;
  font-weight: bold;
  outline: none;
  border: 2px solid #74b10087;
  background:linear-gradient(to right, #74b100 0%, #74b10087 100%);
  transition: all 1.8s ease-in-out;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-cont-ser .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-cont-ser img.mfp-img {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-cont-ser .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-cont-ser .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-cont-ser .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-cont-ser .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



.pro-one .left-cont p{
  color: #7b7b7b;
  line-height: 24px;
  margin-top: 20px;
  font-size: 16px;
}
/* image with text section */
.w3l-text-6 .right-img {
  background: linear-gradient(to right, #74b100 0%, #74b10087 100%);
  margin-top: 2em;
  border-radius: 5px;
  height: 300px;
}

.w3l-text-6 .right-img img {
  margin-left: -2em;
  margin-top: -2em;
  margin-bottom: 2em;
  border-radius: 5px;
  width: 100%;
  height: inherit;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  object-fit: cover;
  object-position: center;
}

.w3l-text-6 .text-left {
  align-items: left;
}

.w3l-text-6 .right-img.sec-img-ab img {
  margin-left: 2em;
}

.topmbar{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .w3l-text-6 .right-img {
    padding: 0 1em;
  }
}

@media screen and (max-width: 736px) {
  .w3l-text-6 .right-img {
    padding: 0 0;
  }
}

@media screen and (max-width: 568px) {
  .w3l-text-6 .right-img {
    margin-left: 2em;
  }

  .w3l-text-6 .right-img.sec-img-ab {
    margin-left: 0;
    margin-right: 2em;
  }
}


/* //image with text section */
