.page-heading {
  color: #1c1c1c;
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 179%;
  letter-spacing: -0.4px;
}

.head-title {
  margin-top: 7%;
}

.head-title .t-left {
  color: #535353;
  text-align: right;
  margin-right: 8px;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.104px;
  width: 101px;
}

.head-title .t-right {
  color: #1C1C1C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.104px;
  width: 131px;
  margin-left: 8px;
}

.page-heading .link {
  color: #4c8f38;
}

.drpdwn-cntnr {
  height: 104px;
  border-radius: 0px 8px 8px 8px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.drpdwn-cntnr .drpdwn {
  padding: 28px;
}

.drpdwn-cntnr .drpdwn select {
  border: none;
  outline: none;
  width: 100%;
  color: #535353;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
}

.drpdwn-lbl {
  color: #535353;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  opacity: 0.5;
}

.search-btn {
  width: 125px;
  height: 48px;
  border-style: none;
  border-radius: 45px;
  background: #4d9039;
  color: #fff;

  /*font styling*/
  font-feature-settings: "ss04" on, "ss06" on, "liga" off;
  /* Body/Medium 150%/Bold */
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.filter-cntnr {
  display: flex;
  justify-content: space-between;
}

.filter-cntnr .left-cntnr {
  color: #1c1c1c;
  font-family: Archivo;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /*56px */
  letter-spacing: -0.4px;
}

.filter-cntnr .right-cntnr {
  display: flex;
  align-items: center;
}

.filter-cntnr .right-cntnr button {
  border-style: none;
  border-radius: 45px;
  width: 140px;
  height: 48px;
  background: #4d9039;

  /*Font Style*/
  color: #fff;
  text-align: center;
  font-feature-settings: "ss04" on, "ss06" on, "liga" off;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.filter-cntnr .right-cntnr .circle {
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 26px;
  background: #fff76b;
}

.card .card-body {
  padding: 20px;
}

.card-frame{
    border: 2px solid #EEEEEE;
    border-radius: 8px;
}

.card-btn {
  border-radius: 38px;
  border: 1px solid #4D9039;
  background: #4D9039;
  color: #FFF;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-btn:hover {
  background: #4D9039;
}

.pagination {
  margin-top: 12%;
  display: flex;
  justify-content: center;
}

.pagination ul {
  list-style: none;
}

.pagination ul li {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #FFF;
}

.pagination ul li a {
  text-decoration: none;
  color: #535353;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
}

.current-page {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #FFF76B;
}

.title-1 {
  color: #1C1C1C;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
  margin-top: 20px;
}

.title-2 {
  color: #1C1C1C;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin-top: 10px;
}

.desc {
  color: #1C1C1C;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 10px;
}

.title1-sub {
  color: #1C1C1C;
  font-family: Archivo;
  font-size: 14px;
  display: inline;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  opacity: 0.5;
}

/* switch styles */
.switch {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: -4px;
  background-color: #4C8F38;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #FFF76B;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}