@import url(https://fonts.googleapis.com/css?family=Nunito);.ujuzi-kilimo-green-button {
  border-radius: 4px;
  height: 50px;
  width: 120px;
}

.ujuzi-kilimo-green-button:hover {
  color: black !important;
  background: #ffffff !important;
}

.profectus-menu {
  top: 0px;
}

.profectus-contact-container {
  background-color: #ffffff9c;
}

.nav-active {
  border-bottom: 2px solid orange;
}

.navbar-nav ml-auto {
  display: flex;
  align-items: center;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .profectus-menu {
    top: 15px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .profectus-menu {
    top: 15px;
  }
}

@media only screen and (min-width: 2560px) {
  .profectus-menu {
    top: 15px;
  }
}

.slider-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.slider-large-banner-text {
  text-align: initial;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 48px;
  font-size: 32px;
}

.slider-small-banner-text {
  text-align: initial;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 32px;
}

.slider-white-button {
  font-size: 14px;
  padding: 12px 20px;
  color: #FFF;
  border-radius: 2px;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.slider-white-button:hover {
  color: black !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.see-how-it-works {
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
}

.slider-play-button {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.slider-play-button:hover {
  background-color: #fff;
}

.slider-button-container {
  margin-top: 2rem;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-title-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.section-title-text {
  color: #253545;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
}

.section-description-text {
  width: 80%;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.we-are-taking-tech {
  color: #253545;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.our-products-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.our-products-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #041333;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.our-products-description {
  margin-bottom: 20px;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 32px;
}

.our-products-link {
  font-size: 14px;
  color: #4A90E2;
  line-height: 20px;
}

.our-products-image {
  border-radius: 5px;
  height: 300px;
  margin-top: 0px;
}

.tech-to-farmers-image {
  height: 470px;
}

.tech-to-farmers-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.tech-to-farmers-content .date {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 14px;
}

.tech-to-farmers-content .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
}

.partner-image {
  margin-top: 0px;
  width: 100%;
  height: 90px;
  background-size: contain;
}

.in-the-news-title {
  width: 70%;
  color: #253545;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 60px;
}

.in-the-news-section-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 25px;
}

.in-the-news-description {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 35px;
}

.in-the-news-author {
  color: #8E8E8E;
  font-size: 14px;
  line-height: 19px;
}

.in-the-news-container {
  margin: 1px;
}

.in-the-news-dots-container {
  margin-top: 20px;
  display: flex;
}

.in-the-news-carousel-nav-container {
  margin-top: 10px;
}

.in-the-news-carousel-nav-container .prev {
  margin-right: 5px;
}

.in-the-news-carousel-nav-container .prev:hover {
  cursor: pointer;
}

.in-the-news-carousel-nav-container .prev span {
  color: #4A90E2;
}

.in-the-news-carousel-nav-container .next {
  margin-left: 5px;
}

.in-the-news-carousel-nav-container .next:hover {
  cursor: pointer;
}

.in-the-news-carousel-nav-container .next span {
  color: #4A90E2;
}

.news-card {
  min-height: 100px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
}

.news-card-logo {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.news-card-title {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 32px;
}

.news-card-title:hover {
  color: #0645AD;
}

.news-card-content {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 32px;
}

.farmers-testimonials {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

.farmer-testimonial-user-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.farmer-name-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.farmer-name-container .name {
  font-size: 16px;
  color: #253545;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}

.farmer-name-container .designation {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 14px;
}

.farmer-testimonial-image {
  height: 50px;
  width: 50px !important;
  border-radius: 25px;
  background-position: center;
  background-size: contain;
}

.farmer-testimony {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 32px;
}

.flaticon-play-button::before {
  margin-left: 0px;
  font-size: 16px;
}

.main-content .owl-theme .custom-nav {
  position: relative;
  top: 20%;
  display: flex;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  height: 50px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .slider-large-banner-text {
    width: 80%;
    font-size: 51px;
    font-weight: 600;
    line-height: 70px;
  }

  .slider-small-banner-text {
    margin-top: 1rem;
    width: 80%;
    font-size: 18px;
    line-height: 32px;
  }

  .section-title-text {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }

  .section-description-text {
    width: 70%;
    font-size: 16px;
    line-height: 27px;
  }

  .our-products-image {
    height: 500px;
    margin-top: 0px;
  }

  .we-are-taking-tech {
    width: 60%;
  }

  .tech-to-farmers-content .title {
    width: 80%;
  }

  .news-card-content {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .slider-large-banner-text {
    width: 80%;
    font-size: 38px;
    font-weight: 600;
    line-height: 70px;
  }

  .slider-small-banner-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
  }

  .section-title-text {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }

  .section-description-text {
    width: 70%;
    font-size: 16px;
    line-height: 27px;
  }

  .our-products-image {
    height: 100%;
    margin-top: 0px;
  }

  .we-are-taking-tech {
    width: 50%;
  }

  .tech-to-farmers-content .title {
    width: 80%;
  }

  .in-the-news-section-container {
    padding-left: 50px;
  }

  .partner-image {
    height: inherit;
  }

  .news-card-title {
    font-size: 20px;
    line-height: 42px;
  }

  .news-card-content {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .slider-large-banner-text {
    width: 70%;
    color: #FFFFFF;
    font-size: 51px;
    font-weight: 600;
    line-height: 70px;
  }

  .slider-small-banner-text {
    margin-top: 2rem;
    text-align: initial;
    width: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
  }

  .see-how-it-works {
    color: #ffffff;
    font-size: 16px;
    line-height: 14px;
  }

  .slider-play-button {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: transparent !important;
    border: 1px solid #fff !important;
  }

  .slider-play-button:hover {
    background-color: #fff;
  }

  .slider-button-container {
    margin-top: 2rem;
  }

  .section-title-text {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }

  .section-description-text {
    width: 60%;
    font-size: 16px;
    line-height: 32px;
  }

  .our-products-image {
    height: 100%;
    margin-top: 0px;
  }

  .we-are-taking-tech {
    width: 40%;
  }

  .tech-to-farmers-content .title {
    width: 70%;
  }

  .in-the-news-section-container {
    padding-left: 100px;
  }

  .partner-image {
    height: inherit;
  }

  .news-card-title {
    font-size: 20px;
    line-height: 42px;
  }

  .news-card-content {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 2560px) {
  .slider-large-banner-text {
    width: 80%;
    text-align: initial;
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 600;
    line-height: 70px;
  }

  .slider-small-banner-text {
    margin-top: 2rem;
    text-align: initial;
    width: 60%;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 42px;
  }

  .see-how-it-works {
    color: #ffffff;
    font-size: 22px;
    line-height: 14px;
  }

  .slider-play-button {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: 2px solid #fff !important;
  }

  .slider-play-button:hover {
    background-color: #fff;
  }

  .slider-button-container {
    margin-top: 4rem;
  }

  .section-title-text {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
  }

  .section-description-text {
    width: 80%;
    font-size: 22px;
    line-height: 42px;
  }

  .our-products-image {
    height: 100%;
    margin-top: 0px;
  }

  .our-products-description {
    font-size: 20px;
    line-height: 42px;
  }

  .we-are-taking-tech {
    width: 35%;
  }

  .tech-to-farmers-content .title {
    width: 60%;
  }

  .partner-image {
    height: inherit;
  }

  .farmer-name-container .name {
    font-size: 20px;
  }

  .farmer-name-container .designation {
    font-size: 18px;
    line-height: 18px;
  }

  .in-the-news-section-container {
    padding-left: 120px;
  }

  .farmer-testimony {
    font-size: 20px;
    line-height: 42px;
  }

  .farmer-testimonial-image {
    height: 80px;
    width: 80px !important;
    border-radius: 40px;
  }

  .news-card-title {
    font-size: 20px;
    line-height: 42px;
  }

  .news-card-content {
    font-size: 18px;
    line-height: 42px;
  }
}

.ftco-footer {
  background: #333333;
}

.footer-title {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}

.footer-text {
  width: 100%;
  color: #fff;
}

.el-collapse-custom {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.el-collapse-item-custom-custom {
  padding: 10px;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px !important;
}

.el-collapse-item-custom-custom div .el-collapse-item__header {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 16px !important;
}

.el-collapse-item-custom-custom .el-collapse-item__wrap {
  background-color: transparent !important;
}

.el-collapse-item-custom-custom .el-collapse-item__content {
  padding-bottom: 10px !important;
  font-size: 14px !important;
  color: #fff !important;
}

.mobile-footer {
  display: block;
  margin: 0px 10px;
}

.desktop-footer {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .mobile-footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .mobile-footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }

  .el-collapse-item-custom-custom div .el-collapse-item__header {
    font-size: 18px !important;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .mobile-footer {
    display: none;
  }

  .desktop-footer {
    display: flex;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .mobile-footer {
    display: none;
  }

  .desktop-footer {
    display: flex;
  }
}

@media only screen and (min-width: 2560px) {
  .mobile-footer {
    display: none;
  }

  .desktop-footer {
    display: flex;
  }
}

.our-story-title {
  color: #041333;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}

.our-story-content {
  color: #4A4A4A;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 14px;
  line-height: 32px;
}

.lens-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.lens-content .date {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
}

.lens-content .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  width: 60%;
}

.lens-image {
  height: 450px;
  width: 733px;
  border-radius: 3px;
  margin-top: 0px !important;
}

.our-team-container {
  margin: 0px 0px 50px 0px;
}

.our-team-section-title {
  color: black;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}

.our-team-content {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 32px;
}

.team-title {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.team-member {
  float: left;
  width: 33.333%;
  position: relative;
}

.team-member img {
  width: 100%;
}

.team-member .gray-background {
  width: 100%;
  height: 100%;
  background-color: #D8D8D8;
}

.team-member .action-block {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0px;
  font-size: 12px;
  width: 100%;
  background-color: #4A90E2;
  color: white;
}

.team-member .action-block .icon {
  display: flex;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .team-member {
    width: 16.667%;
  }

  .team-member .action-block {
    font-size: 14px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .team-member {
    width: 12.5%;
  }

  .team-member .action-block {
    font-size: 14px;
  }

  .our-story-content {
    font-size: 16px;
  }

  .our-team-content {
    font-size: 16px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .team-member {
    width: 12.5%;
  }

  .team-member .action-block {
    font-size: 14px;
  }

  .our-story-content {
    font-size: 16px;
  }

  .our-team-content {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2560px) {
  .team-member {
    width: 12.5%;
  }

  .team-member .action-block {
    font-size: 16px;
  }

  .our-story-content {
    font-size: 18px;
    line-height: 42px;
  }

  .our-team-content {
    font-size: 18px;
    line-height: 42px;
  }
}

.soil-pal-orange-button {
  font-size: 14px;
  padding: 12px 20px;
  color: #FFF;
  border-radius: 2px;
  background-color: #f96c03 !important;
  border: 1px solid #f96c03 !important;
}

.soil-pal-orange-button:hover {
  color: #f96c03 !important;
  background-color: #fff !important;
  border: 1px solid #f96c03 !important;
}

.soil-pal-button-orange-border {
  font-size: 14px;
  padding: 12px 20px;
  color: #f96c03 !important;
  border-radius: 2px;
  background-color: #fff !important;
  border: 1px solid #f96c03 !important;
}

.soil-pal-button-orange-border:hover {
  color: #FFF;
  background-color: #f96c03 !important;
  border: 1px solid #f96c03 !important;
}

.soil-pal-button-grey-border {
  font-size: 14px;
  padding: 12px 30px;
  color: #6a6a6a !important;
  border-radius: 2px;
  background-color: #fff !important;
  border: 1px solid #6a6a6a !important;
}

.soil-pal-image {
  height: 300px;
  margin-top: 20px;
  border-radius: 2px;
}

.soil-pal-card {
  min-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 3px;
}

.soil-pal-title {
  color: #4A4A4A;
  font-size: 51px;
  font-weight: 600;
  line-height: 70px;
}

.soil-pal-title-underline {
  width: 10%;
  border-bottom: 5px solid #F96C03;
  margin-bottom: 30px;
}

.soil-pal-text {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
}

.how-it-works-mobile {
  display: block;
}

.how-it-works-desktop {
  display: none;
}

.how-it-works-container {
  display: flex;
  flex-direction: column;
}

.how-it-works-container .icon-container {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-it-works-container .icon-container .icon-orange::before {
  color: #F96C03;
  margin-left: 15px;
  font-size: 52px;
}

.how-it-works-container .icon-container .icon-green::before {
  color: #095603;
  margin: 0px;
  font-size: 52px;
}

.how-it-works-container .icon-container .icon-yellow::before {
  color: #FCAA06;
  margin-left: 15px;
  font-size: 52px;
}

.how-it-works-container .orange {
  background-color: #fde1cc;
}

.how-it-works-container .green {
  background-color: #ceddcd;
}

.how-it-works-container .yellow {
  background-color: #feeecd;
}

.how-it-works-container .title {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
}

.how-it-works-container .content {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 27px;
}

.need-your-soil-tested-title {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.need-your-soil-tested-content {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 27px;
}

.agent-card {
  display: flex;
  flex-direction: column;
}

.agent-card .title-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 25px 0px;
}

.agent-card .title-container .period {
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 40px;
}

.agent-card .title-container .yellow {
  color: #FCAA06;
}

.agent-card .title-container .orange {
  color: #F96C03;
}

.agent-card .title-container .amount {
  color: #4A4A4A;
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
}

.agent-card .dashed-line {
  border: 1px dashed #D8D8D8;
  margin-bottom: 20px;
}

.agent-card .you-get {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.agent-card .item-container {
  display: flex;
  flex-direction: column;
}

.agent-card .item-container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.agent-card .item-container .item .icon::before {
  color: #095603;
  margin: 0px 10px 0px 0px;
  font-size: 16px;
}

.agent-card .item-container .item .text {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

.agent-card .button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .soil-pal-image {
    height: 400px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .how-it-works-mobile {
    display: block;
  }

  .how-it-works-desktop {
    display: none;
  }

  .how-it-works-container .content {
    font-size: 16px;
    line-height: 32px;
  }

  .need-your-soil-tested-content {
    font-size: 16px;
    line-height: 32px;
  }

  .agent-card .you-get {
    font-size: 16px;
  }

  .agent-card .item-container .item .icon::before {
    font-size: 16px;
  }

  .agent-card .item-container .item .text {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .soil-pal-button-orange-border {
    margin-top: 20px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .how-it-works-mobile {
    display: none;
  }

  .how-it-works-desktop {
    display: flex;
  }

  .how-it-works-container .content {
    font-size: 16px;
    line-height: 32px;
  }

  .need-your-soil-tested-content {
    font-size: 16px;
    line-height: 32px;
  }

  .agent-card .you-get {
    font-size: 16px;
  }

  .agent-card .item-container .item .icon::before {
    font-size: 16px;
  }

  .agent-card .item-container .item .text {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .soil-pal-button-orange-border {
    margin-top: 0px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .how-it-works-mobile {
    display: none;
  }

  .how-it-works-desktop {
    display: flex;
  }

  .how-it-works-container .content {
    font-size: 16px;
    line-height: 32px;
  }

  .need-your-soil-tested-content {
    font-size: 16px;
    line-height: 32px;
  }

  .agent-card .you-get {
    font-size: 16px;
  }

  .agent-card .item-container .item .icon::before {
    font-size: 16px;
  }

  .agent-card .item-container .item .text {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 2560px) {
  .soil-pal-text {
    font-size: 18px;
    line-height: 42px;
  }

  .how-it-works-mobile {
    display: none;
  }

  .how-it-works-desktop {
    display: flex;
  }

  .how-it-works-container .content {
    font-size: 18px;
    line-height: 42px;
  }

  how-it-works-container .title {
    font-size: 26px;
  }

  .need-your-soil-tested-content {
    font-size: 18px;
    line-height: 42px;
  }

  .agent-card .you-get {
    font-size: 18px;
  }

  .agent-card .item-container .item .icon::before {
    font-size: 18px;
  }

  .agent-card .item-container .item .text {
    font-size: 18px;
    line-height: 42px;
  }
}

.farm-suite-image {
  height: 300px;
  border-radius: 5px;
  margin-top: 20px;
}

.the-perfect-tool-title {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.the-perfect-tool-image {
  border-radius: 5px;
  margin-top: 0px;
  box-shadow: rgba(209, 209, 209, 0.75) 0px 0px 5px 0px;
  height: 300px;
  margin-bottom: 20px;
}

.the-perfect-tool-description {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 22px;
}

.the-perfect-tool-action {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 10px 0px;
  padding: 0px 20px;
}

.the-perfect-tool-action.active {
  background-color: #f8dcc7;
}

.the-perfect-tool-action .text {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0px;
}

.farm-suite-services-title {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.service-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.service-description {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.farm-suite-services-description {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.farm-suite-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 4px;
}

.farm-suite-card:hover {
  background-color: #f96c03;
  color: #fff;
}

.farm-suite-card:hover .service-icon::before {
  color: #ffffff;
}

.farm-suite-card .service-icon::before {
  font-size: 60px;
  color: #F96C03;
  margin-left: 0px;
}

.how-it-works-image {
  border-radius: 2px;
  margin-top: 0px;
  box-shadow: rgba(209, 209, 209, 0.75) 0px 0px 5px 0px;
  width: 100%;
}

.how-it-works-video {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: #00000063;
}

.how-it-works-video .play-button {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 1px solid white;
  background-color: transparent;
  color: #ffffff;
}

.how-it-works-video .play-button .icon::before {
  margin-left: 5px;
}

.get-free-consultation-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}

.get-free-consultation-container .link {
  color: #F96C03;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.get-free-consultation-container .link:hover {
  color: #F96C03;
}

.select-plan-card {
  min-height: 400px;
  background-color: #ffffff;
  color: #4A4A4A;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 3px;
}

.select-plan-card:hover {
  background-color: #F96C03;
  color: #ffffff;
}

.select-plan-card:hover .icon::before {
  color: #ffffff;
}

.select-plan-card .plan-body {
  display: flex;
  flex-direction: column;
}

.select-plan-card .plan-body .title-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 25px 0px;
}

.select-plan-card .plan-body .title-container .period {
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 40px;
}

.select-plan-card .plan-body .title-container .yellow {
  color: #FCAA06;
}

.select-plan-card .plan-body .title-container .orange {
  color: #F96C03;
}

.select-plan-card .plan-body .title-container .amount {
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
  /* display: inline-block; */
  word-break: break-all;
  text-align: center;
}

.select-plan-card .plan-body .dashed-line {
  border: 1px dashed #D8D8D8;
  margin-bottom: 20px;
}

.select-plan-card .plan-body .you-get {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.select-plan-card .plan-body .item-container {
  display: flex;
  flex-direction: column;
}

.select-plan-card .plan-body .item-container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select-plan-card .plan-body .item-container .item .icon::before {
  color: #095603;
  margin: 0px 10px 0px 0px;
  font-size: 16px;
}

.select-plan-card .plan-body .item-container .item .text {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

.select-plan-card .plan-body .button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.pricing-mobile {
  display: block;
}

.pricing-desktop {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .farm-suite-image {
    height: 400px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-description {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-image {
    height: 400px;
  }

  .pricing-mobile {
    display: block;
  }

  .pricing-desktop {
    display: none;
  }

  .how-it-works-image {
    width: 90%;
  }

  .get-free-consultation-container .link {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .farm-suite-image {
    height: inherit;
    margin-top: 0px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-description {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-image {
    height: inherit;
    margin-bottom: 0px;
  }

  .pricing-mobile {
    display: none;
  }

  .pricing-desktop {
    display: flex;
  }

  .how-it-works-image {
    width: 80%;
  }

  .get-free-consultation-container .link {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .farm-suite-image {
    height: inherit;
    margin-top: 0px;
  }

  .soil-pal-text {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-description {
    font-size: 16px;
    line-height: 32px;
  }

  .the-perfect-tool-image {
    height: inherit;
    margin-bottom: 0px;
  }

  .pricing-mobile {
    display: none;
  }

  .pricing-desktop {
    display: flex;
  }

  .how-it-works-image {
    width: 70%;
  }

  .get-free-consultation-container .link {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 2560px) {
  .farm-suite-image {
    height: inherit;
    margin-top: 0px;
  }

  .soil-pal-text {
    font-size: 18px;
    line-height: 42px;
  }

  .the-perfect-tool-description {
    font-size: 18px;
    line-height: 42px;
  }

  .the-perfect-tool-image {
    height: inherit;
    margin-bottom: 0px;
  }

  .pricing-mobile {
    display: none;
  }

  .pricing-desktop {
    display: flex;
  }

  .how-it-works-image {
    width: 60%;
  }

  .get-free-consultation-container .link {
    font-size: 18px;
    line-height: 42px;
  }
}

.benefits-title {
  color: #4A4A4A;
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
}

.benefits-description {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
}

.benefits-container {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 23px;
}

.benefits-container .title {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}

.benefits-container span::before {
  margin-left: 15px;
  margin-right: 10px;
  font-size: 52px;
}

.job-posting {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 23px;
}

.job-posting:hover {
  cursor: pointer;
}

.job-posting .position {
  flex: 2;
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
}

.job-posting .time {
  flex: 1;
  display: flex;
  margin-bottom: 10px;
}

.job-posting .location {
  flex: 1;
  display: flex;
}

.what-we-are-about {
  color: #4A4A4A;
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
}

.what-we-are-about-description {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.job-position-title {
  color: #4A4A4A;
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
}

.job-position-specs {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 14px;
}

.job-position-section-title {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.job-position-text {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 30px;
}

.back-to-careers {
  color: #4A90E2;
  font-size: 14px;
  line-height: 14px;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .benefits-description {
    font-size: 16px;
    line-height: 32px;
  }

  .what-we-are-about-description {
    font-size: 16px;
    line-height: 32px;
    width: 90%;
  }

  .job-posting {
    min-height: 95px;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
    line-height: 32px;
  }

  .job-posting .position {
    font-weight: 500;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .what-we-are-about-description {
    font-size: 16px;
    line-height: 32px;
    width: 90%;
  }

  .job-posting {
    min-height: 95px;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
    line-height: 32px;
  }

  .job-posting .position {
    font-weight: 500;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .benefits-description {
    font-size: 16px;
    line-height: 32px;
  }

  .what-we-are-about-description {
    font-size: 16px;
    line-height: 32px;
    width: 80%;
  }

  .job-posting {
    min-height: 95px;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
  }

  .job-posting .position {
    font-weight: 500;
  }
}

@media only screen and (min-width: 2560px) {
  .benefits-description {
    font-size: 18px;
    line-height: 42px;
  }

  .what-we-are-about-description {
    font-size: 18px;
    line-height: 42px;
    width: 70%;
  }

  .job-posting {
    min-height: 95px;
    flex-direction: row;
    align-items: center;
    font-size: 28px;
    line-height: 32px;
  }

  .job-posting .position {
    font-weight: 500;
  }
}

.ujuzi-data-section-title {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.ujuzi-data-section-text {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 32px;
}

.ujuzi-data-first-section {
  margin-bottom: 20px;
}

.ujuzi-data-section-image {
  border-radius: 2px;
  margin-top: 0px;
  height: 300px;
  background-position: center;
  background-size: cover;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .ujuzi-data-section-image {
    height: inherit;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .ujuzi-data-section-image {
    height: inherit;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 2560px) {
  .ujuzi-data-section-image {
    height: inherit;
  }

  .ujuzi-data-section-text {
    font-size: 18px;
    line-height: 32px;
  }
}

.drop-us-a-line {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.ujuzi-kilimo-offices {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.general-info {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 20px;
}

.social-link {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 1px solid #979797;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.social-link .icon::before {
  color: #979797;
  margin-left: 0px;
  font-size: 14px;
}

.article-large-image {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #00000063;
  color: #ffffff;
  border-radius: 3px;
}

.article-large-image .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.article-large-image .text-container .date {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.article-large-image .text-container .title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
}

.article-large-image .text-container .divider {
  width: 20%;
  border-bottom: 1px solid #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.article-large-image .text-container .read-more {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.article-hero-image {
  flex: 1;
  flex-direction: column;
  display: flex;
  border-radius: 3px;
  height: 400px;
}

.date-container {
  margin-bottom: 10px;
}

.date-container .article-date {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
}

.date-container .article-date:hover {
  color: #0645AD;
}

.article-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}

.article-title:hover {
  color: #0645AD;
}

.article-text-snippet {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
}

.blog-read-more {
  color: #4A90E2;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.blog-read-more:hover {
  color: #0645AD;
}

.small-article-container {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.small-article-container .image-container {
  display: flex;
  flex: 1;
}

.small-article-container .content-container {
  display: flex;
  flex: 2;
  flex-direction: column;
}

.small-article-container .image {
  height: 100px;
  width: 100px;
  flex-direction: column;
  display: flex;
  border-radius: 3px;
}

.small-article-container .title {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}

.small-article-container .title:hover {
  color: #0645AD;
}

.small-article-container .date {
  color: #8E8E8E;
  font-size: 14px;
  line-height: 14px;
}

.recent-posts-title {
  color: #041333;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

.tags-title {
  color: #041333;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

.tag-link {
  color: #4A90E2;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.tag-link:hover {
  color: #4A90E2;
}

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .article-text-snippet {
    font-size: 16px;
    line-height: 32px;
  }

  .date-container .article-date {
    font-size: 16px;
    line-height: 32px;
  }

  .blog-read-more {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .date {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .title {
    font-size: 50px;
    line-height: 65px;
    width: 80%;
  }

  .article-large-image .text-container .divider {
    width: 30%;
  }

  .article-large-image .text-container .read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .article-text-snippet {
    font-size: 16px;
    line-height: 32px;
  }

  .date-container .article-date {
    font-size: 16px;
    line-height: 32px;
  }

  .blog-read-more {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .date {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .title {
    font-size: 50px;
    line-height: 65px;
    width: 70%;
  }

  .article-large-image .text-container .divider {
    width: 20%;
  }

  .article-large-image .text-container .read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .article-text-snippet {
    font-size: 16px;
    line-height: 32px;
  }

  .date-container .article-date {
    font-size: 16px;
    line-height: 32px;
  }

  .blog-read-more {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .date {
    font-size: 16px;
    line-height: 32px;
  }

  .article-large-image .text-container .title {
    font-size: 60px;
    line-height: 75px;
    width: 60%;
  }

  .article-large-image .text-container .divider {
    width: 20%;
  }

  .article-large-image .text-container .read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }
}

@media only screen and (min-width: 2560px) {
  .article-text-snippet {
    font-size: 18px;
    line-height: 42px;
  }

  .date-container .article-date {
    font-size: 18px;
    line-height: 42px;
  }

  .blog-read-more {
    font-size: 18px;
    line-height: 42px;
  }

  .article-large-image .text-container .date {
    font-size: 18px;
    line-height: 32px;
  }

  .article-large-image .text-container .title {
    font-size: 64px;
    line-height: 75px;
    width: 70%;
  }

  .article-large-image .text-container .divider {
    width: 30%;
  }

  .article-large-image .text-container .read-more {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.section-spacing {
  padding: 3.5em 0em 3.5em 0em;
}

.section-spacing-after-page-banner {
  padding: 5.5em 0em 3.5em 0em;
}

.page-banner-text {
  color: #FFFFFF;
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}

.owl-carousel .owl-item {
  opacity: 1 !important;
}

.testimony-section .owl-dots .owl-dot.active {
  background: #F96C03;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F96C03;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.3;
}

.product-customers-image {
  max-height: 200px;
  max-width: 400px !important;
}

