@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: rgb(216, 216, 216);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(216, 216, 216);
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  border-radius: 50px;
}

:root {
  --first-color: #9CB032;
  --second-color: #D4EF45;
  --third-color: #424A15;
  --white: #FFF;
  --black: #000;
}

.g-btn {
  border-radius: 0;
  padding: 5px;
  border: none
}

.g-btn.g-btn-primary {
  background-color: #9CB032;
  color: #fff;
}

.g-btn.g-btn-primary:hover {
  background-color: var(--second-color);
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.accordion-button:not(.collapsed) {
  color: rgb(12, 99, 228);
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px inset;
}

.accordion-item {
  border-radius: 14px !important;
  border: 2px solid #9CB032 !important;
  background: var(--Neutral-100, #FFF);
  box-shadow: 0px 6px 16px 0px rgba(74, 58, 255, 0.19);
  margin-bottom: 30px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  margin-left: auto;
  content: "";
  background-image: url('../../assets/images/accordian-active.svg') !important;
  background-repeat: no-repeat;
  background-size: 2.25rem !important;
  transition: transform .2s ease-in-out;
  transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(0deg) !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-body.custom-accordian {
  padding-top: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 14px !important;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.bg-banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../../assets/images/bg-banner.svg"), lightgrey 50% / cover no-repeat;
  /* height: 100vh;*/
  height: 956px;
  background-position: top;
  background-size: cover;
}

.moreDetails a {
    color: #0c1118;
    font-family: Poppins;
    font-size: 19.064px;
    text-align: left;
    background-color: #fff;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    white-space: nowrap;
    border: 2px solid #9CB032 !important;
    padding: 10px 12px;
    line-height: normal;
    text-decoration: none;
}

.navbar-brand {
  color: #000 !important;
  font-family: Poppins;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.mt-292px {
  margin-top: 292px;
}

.navbar-brand:hover {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.navbar-expand-lg {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 38px;
  padding: 13.5px;
}

.nav-bar-custom .nav-item a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  padding: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  width: 112px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #93C74B;
  padding: 9px;
}

.howitworkSection .card-header {
  border-radius: 4px 4px 0px 0px;
  background: #9CB032;
  border-bottom: 0px;
}

.databaseSection .card-header {
  border-radius: 4px 4px 0px 0px;
  background: #858585;
  border-bottom: 0px;
  /* min-width: 343px; */
}

.databaseSection .card-header.w-577px {
  border-radius: 4px 4px 0px 0px;
  background: #858585;
  border-bottom: 0px;
  /* min-width: 577px; */
}

.databaseSection .card-body {
  border-bottom: 2px dashed #bbb;
  background: rgba(187, 187, 187, 0.15);
  border-left: 2px dashed #bbb;
  border-right: 2px dashed #bbb;
}

.databaseSection .card-header h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: normal;
  text-transform: uppercase;
}

.databaseSection .card-body.data-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 400px;
}

.howitworkSection .card-header h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  line-height: normal;
  text-transform: uppercase;
}

.howitworkSection .card-body {
  border-bottom: 2px dashed #9CB032;
  background: rgba(156, 176, 50, 0.15);
  border-left: 2px dashed #9CB032;
  border-right: 2px dashed #9CB032;
}

.howitwork-card-body {
  padding: 41px 20px;
  min-height: 475px;
}

.card-img-section {
  border-radius: 4px;
  background: #FFF;
  min-height: 79px;
  margin-bottom: 16px;
}

.card-img-section h5 {
  color: #656E34;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.h-auto {
  min-height: auto !important;
}

.card-img-section p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mb-9px {
  margin-bottom: 9px;
}

.nav-item .nav-link.btn-dashboard {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.btn-dashboard {
  color: #fff !important;
}

.btn.btn-dashboard {
  background-color: #9CB032;
  color: #fff;
  padding: 10px;
  height: 54px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  width: 149px !important;
  line-height: 35px !important;
  border-radius: 0px;
}

.btn.btn-dashboard-1 {
  background-color: #9CB032;
  color: #fff;
  padding: 10px;
  height: 48px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: 149px !important;
  line-height: 26px !important;
  border-radius: 0px;
}

.howitworkSection .card-header.two {
  border-radius: 4px 4px 0px 0px;
  background: #00A3CC;
}

.howitworkSection .card-body.two {
  background: #D9F1F7;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #9cb032 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}

.img-bottomFix {
  position: absolute;
  right: 0px;
  margin-bottom: 100px;
  margin-top: -39px;
}



.btn.btn-dashboard-1:hover {
  background-color: #9CB032;
  color: #fff;
  padding: 10px;
  height: 48px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: 149px !important;
  line-height: 26px !important;
  border-radius: 0px;
}


.btn-dashboard {
  background-color: #9CB032;
  color: #fff;
  padding: 10px;
  height: 54px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  width: 149px !important;
  line-height: 35px !important;
  border-radius: 4px;
}

.btn-dashboard:hover {
  background-color: #9CB032;
  color: #fff !important;
  padding: 10px;
  height: 54px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  width: 149px !important;
  line-height: 35px !important;
  border-radius: 0px;
}

.banner-text-section h3 {
  color: #D4EF45;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 80px;
}

.banner-text-section h4 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0px;
}

.banner-text-section p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
  /* 200% */
}

.flex-design-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.btn-dashboard-outerline {
  color: #fff;
  padding: 10px;
  height: 54px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  border: 1px solid #FFF;
  font-weight: 600;
  width: 149px !important;
  line-height: 35px !important;
  border-radius: 4px;
}

.btn-dashboard-outerline:hover {
  color: #fff;
  padding: 10px;
  height: 54px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  border: 1px solid #FFF;
  font-weight: 600;
  width: 149px !important;
  line-height: 35px !important;
  border-radius: 4px;
}

.mb-60px {
  margin-bottom: 60px;
}

.small-title {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 62px;
}

.main-title h3 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 77.778% */
  margin: 28px 0 31px 0;
}

.main-title p small {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.mt-64px {
  margin-top: 64px;
}

.bg-circle {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 200px;
  background: #9CB032;
  margin-bottom: 20px;
}

.bg-circle img {
  margin-top: 25px;
}

.feature-title h5 {
  color: #212121;
  text-align: center;
  cursor: pointer;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  text-decoration-line: underline;
}

.feature-title h6 {
  color: #9CB032;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
}

.feature-title p {
  color: rgb(33 33 33 / 60%);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 0px 69px;
  line-height: normal;
}

.mt-44px {
  margin-top: 44px;
}

.bg-detail-list {
  background-color: #232323;
}

.py-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mt-90px {
  margin-top: 90px;
}

/* .farmer-profile {
  padding-left: 12px;
} */
.farmer-profile h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-transform: capitalize;
  margin-bottom: 14px;
}

.farmer-profile p {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  min-height: 120px;
  line-height: 150%;
  margin-bottom: 0px;
}

.farmer-profile img {
  margin-bottom: 14px;
  width: 39px;
  height: 39px;
}

.vertical-border span img {
  position: relative;
  left: 2px;
  width: 2px;
  top: 10px;
  height: 61px;
}

.vertical-border span {
  position: relative;
  width: 39px;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.vertical-border span:before {
  border-left: 1px solid rgb(112 170 0 / 20%);
  content: "";
  display: block;
  height: 170px;
  left: 20.4px;
  position: absolute;
  top: -23px;
  width: 1px;
  z-index: 0;
}

.minW-210px {
  min-width: 210px;
}

.bg-light-section {
  background: #F8F8F8;
}

.mt-50px {
  margin-top: 50px !important;
}

.tech-title h4 {
  color: #424A15;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
}

.tech-box {
  border-radius: 6px;
  padding: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  color: #434343;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  /* 21px */
}

.mt-32px {
  margin-top: 32px !important;
}

.tech-box img {
  height: 36px;
}

.section-fqa {
  background-color: #424A15;
}

.card.custom-accordian {
  border-radius: 14px;
  border: 2px solid #9CB032;
  background: var(--Neutral-100, #FFF);
  box-shadow: 0px 6px 16px 0px rgba(74, 58, 255, 0.19);
  margin-bottom: 30px;
}

.custom-accordian .title {
  color: #424A15;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.p-30px {
  padding: 30px;
}

.custom-accordian p {
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-right: 82px;
}

.card.custom-accordian .card-header {
  border-radius: 14px;
  cursor: pointer;
}

.iframe-border {
  border-radius: 8px;
  border: 8px solid #F4F4F4;
  min-height: 600px;
}

.custom-accordian .collapse-icon {
  display: none;
  transition: all ease-in-out;
}

.custom-accordian .open-icon {
  display: block;
  animation: active-move .5s;
  transition: all ease-in-out;
}

.custom-accordian.active .open-icon {
  display: none;
}

.custom-accordian.active .title {
  color: var(--Neutral-800, #170F49);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.custom-accordian.active .collapse-icon {
  display: block;
  animation: inactive-move .5s;
}

@keyframes active-move {
  from {
    transform: rotate(270deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes inactive-move {
  from {
    transform: rotate(90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.bg-howitwork-section {
  background: rgb(156 176 50 / 10%)
}

.iframe-border {
  border-radius: 8px;
  border: 8px solid #F4F4F4;
  min-height: 600px;
  width: 80%;
}

.bg-banner.aboutSection {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../../assets/images/bg-banner.svg"), lightgrey 50% / cover no-repeat;
  height: 632px;
  background-position: center;
  background-size: cover;
}

.releasingSection {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../../assets/images/releasing.svg"), lightgrey 50% / cover no-repeat;
  min-height: 591px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.realising-section {
  padding: 80px;
}

.realising-section h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.realising-section h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  opacity: 0.8;
}

.realising-section p {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  opacity: 0.8;
}


.realising-section ul li {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  opacity: 0.8;
}

.banner-text-aboutsection h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner-text-aboutsection p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.w-90 {
  width: 90%;
}

.mt-100px {
  margin-top: 100px;
}

.p-24px {
  padding: 24px;
}

.mt-111px {
  margin-top: 111px;
}

.aboutusSection-1 {
  max-width: 500px;
}

.aboutusSection-1 .title-small {
  color: #9CB032;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.aboutusSection-1 h4 {
  color: var(--Black---White-Gray100, #1F1F1F);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}


.aboutusSection-1 p {
  color: #212121;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  opacity: 0.6;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}


.banner-text-aboutsection {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  max-width: 600px;
}

.banner-about-img {
  border-radius: 0px;
  background: linear-gradient(0deg, rgba(66, 74, 21, 0.80) 0%, rgba(66, 74, 21, 0.80) 100%), url("../../assets/images/Agri.svg") lightgray 50% / cover no-repeat;
  min-height: 382px;
  width: 100%;
}

.banner-about-img h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.banner-about-img p {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}

.feature-box {
  border-radius: 10px;
  border: 1px solid #FFF;
  width: 200px;
  height: 254px;
  padding: 48px 10px;
}

.feature-box h5 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 151.523%;
  white-space: nowrap;
}

.feature-box p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  padding: 0px 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.card.bg-achieve {
  border-radius: 16px;
  background: #F0F0F0;
  max-width: 578px;
  min-height: 472px;
}

.bg-light-1 {
  background-color: #f0f0f0;
}

.joinus-section {
  padding: 82px 0px;
  max-width: 508px;
}

.p-40px {
  padding: 40px !important;
}

.text-orange {
  color: #9CB032;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.joinus-section h4 {
  color: var(--Black---White-Gray100, #1F1F1F);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.joinus-section h4.text-orange {
  color: #9CB032;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.joinus-section p {
  color: #212121;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  opacity: 0.6;
}

.joinus-section h6 {
  color: #9CB032;
  font-family: Poppins;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.card.bg-achieve .card-body h4 {
  color: var(--Black---White-Gray100, #1F1F1F);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.bg-achieve .card-body p {
  color: #212121;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  opacity: 0.8;
}

.footer {
  background: #232323;
}

.py-50px {
  padding: 50px 0px;
}

.footer-links {
  max-width: 295px;
}

.footer-links-1 h6 {
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 21px;
  margin-bottom: 0px;
  /* 21px */
}

.footer-links-1 ul li a {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  line-height: 33px;
  padding-bottom: 12px;
}

.footer-links h6 {
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 21px;
  margin-bottom: 0px;
  /* 21px */
}

.footer-links ul li a {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 12px;
  /* 21px */
}

.mt-31px {
  margin-top: 31px;
}

.card.bg-dark-green {
  background: #656E34;
  border-radius: 16px;
  border: 0px;
  max-height: 681px;
}

.card.filter-box {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  max-height: 681px;
}

.navbar-expand-lg.contact {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 38px;
  padding: 13.5px;
}

.pxpy-62 {
  padding: 42px 20px;
}

.mt-24px {
  margin-top: 24px;
}

.card-1 {
  border-radius: var(--12, 12px);
  background: var(--Primary-Blue, #E3F5FF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  min-width: 184px;
  min-height: 84px;
  padding: 12px 24px;
}

.card-1 p,
.card-2 p {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  /* 200% */
}

.card-1 h5,
.card-2 h5 {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}

.card-2 {
  border-radius: var(--12, 12px);
  background: #F6F6F3;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  min-width: 184px;
  min-height: 84px;
  padding: 12px 24px;
}

.pxpy-62 h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.filter-box h5 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  margin-bottom: 42px;
}

.form-group .filter-label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 0px 10px;
}

.filter-input {
  height: 48px !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
}

.mb-15px {
  margin-bottom: 15px;
}

.text-forgot {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}

.btn.btn-signin {
  background: #656E34;
  height: 40px;
  border-radius: 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}


.mb-74px {
  margin-bottom: 74px;
}

.light-box {
  border-radius: 10px;
  padding: 32px;
  background: #F5F5F5;
}

.light-box p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.light-box small {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-header.card-dark {
  background: #232323;
  backdrop-filter: blur(4.6149163246154785px);
}

.chart-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 11.076px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tbl_radius {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.tbl_province thead tr th {
  background: #232323;
  backdrop-filter: blur(5.026591777801514px);
  color: #FFF;
  font-family: Poppins;
  font-size: 12.064px;
  padding: 12px 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tbl_province tbody tr td {
  color: #000;
  font-family: Poppins;
  font-size: 12.064px;
  text-align: left;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  padding: 12px 25px;
  line-height: normal;
}

.tbl_province1 thead tr th {
  background: #232323 !important;
  backdrop-filter: blur(5.026591777801514px);
  color: #FFF;
  font-family: Poppins;
  font-size: 12.064px;
  padding: 12px 25px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tbl_province1 tbody tr td {
  color: #000;
  font-family: Poppins;
  font-size: 12.064px;
  text-align: left;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 12px;
  line-height: normal;
}

tr.mhead {
  background-color: #232323 !important;
}

tbody tr .mhead th {
  color: #fff !important;
}

tbody tr.mhead td {
  text-align: center!important;
  background: #232323!important;
  color: #fff!important;
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
  vertical-align: middle;
  text-align: center;
  font-family: Poppins;
  font-size: 12.064px;
}

.footer-bg {
  background: #1D1D1D;
}

.footer-bg small {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
}

@media only screen and (max-width:1200px) {
  .flex-design-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width:1024px) {
  .banner-center-image img {
    width: 100%;
  }

  .iframe-border {
    border-radius: 8px;
    border: 8px solid #F4F4F4;
    min-height: 472px;
    width: 80%;
  }

  .mt-292px {
    margin-top: 142px;
  }

  .nav-bar-custom .nav-item a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 112px;
    text-align: left;
  }

  .feature-title p {
    color: rgb(33 33 33 / 60%);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 30px;
    line-height: normal;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #93C74B;
    padding: 10px 12px;
  }

}


@media only screen and (max-width:764px) {
  .banner-center-image img {
    width: 100%;
  }

  .mt-292px {
    margin-top: 200px;
  }

  .iframe-border {
    border-radius: 8px;
    border: 8px solid #F4F4F4;
    min-height: 297px;
    width: 100%;
  }

  .nav-bar-custom .nav-item a {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 112px;
    text-align: left;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #fff;
    padding: 0px;
  }
}