@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.our-goodness-section {
  background-color: #fafafa;
  background-position: top;
  max-height: 690px;
}

.our-goodness-section .goodness-content-div {
  text-align: center;
}

.our-goodness-section .goodness-content-div p {
  color: #828a9c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.our-goodness-section .goodness-content-div h1 {
  color: #ff3514;
}

.our-goodness-section .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.our-goodness-section .video-container .popup-content img {
  max-height: 350px;
  max-width: 650;
  border-radius: 4%;
}

.our-goodness-section .video-container .popup-content span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 50px;
}

.our-goodness-section .video-container .popup-content {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
}

.our-goodness-section .videoplayer-div {
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.our-goodness-section .videoplayer-div span {
  cursor: pointer;
}

.our-goodness-section .videoplayer-div iframe {
  height: 90%;
  width: 100%;
}

.our-goodness-section .goodness-features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.our-goodness-section .goodness-features-container .goodness-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.our-goodness-section .goodness-features-container .goodness-feature span {
  -webkit-box-shadow: rgba(255, 53, 20, 0.3) 0px 13px 27px -5px, rgba(255, 53, 20, 0.06) 0px 8px 16px -8px;
          box-shadow: rgba(255, 53, 20, 0.3) 0px 13px 27px -5px, rgba(255, 53, 20, 0.06) 0px 8px 16px -8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60px;
  min-width: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.our-goodness-section .goodness-features-container .goodness-feature h5 {
  color: #2f3985;
  font-weight: bold;
}

.our-goodness-section .goodness-features-container .goodness-feature p {
  color: #828a9c;
  font-size: 15px;
  line-height: 1.6em;
}

@media (min-height: 1000px) and (min-width: 1000px) {
  .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin-bottom: 50px !important;
  }
}

@media (max-width: 991px) {
  .our-goodness-section {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .goodness-features-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .goodness-features-container .goodness-feature span {
    margin-left: 5px;
  }
}

@media (max-width: 600px) {
  .our-goodness-section {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

@media (max-width: 550px) {
  .our-goodness-section {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .goodness-feature h5 {
    font-size: medium;
  }
  .goodness-feature p {
    font-size: small;
    line-height: 1.2em;
  }
  .video-container .popup-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 35px;
  }
}
/*# sourceMappingURL=goodness.css.map */