@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Patrick+Hand+SC&display=swap');

p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --font-family: "Inter", sans-serif;
}

section {
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
  line-height: normal;
}

body {
  font-family: var(--font-family);
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
  color: #3b3b3b;
}

i {
  font-style: normal;
}

.header {
  position: sticky;
  left: 0;
  z-index: 9;
  top: 0;
  background: #fff;
}

.header .navbar {
  box-shadow: 0 4px 20px 7px rgba(0, 0, 0, 0.19);
  background: #f7f7f7;
  position: relative;
  padding: 0;
}

.header .navbar .navbar-brand {
  padding: 0;
  width: 194px;
  padding: 13px 0px;
}

.header .navbar .navbar-brand img {
  width: 100%;
}

.header .navbar .navbar-collapse {
  justify-content: end;
}

.header .navbar .navbar-collapse .navbar-nav {}

.header .navbar .navbar-collapse .navbar-nav .nav-item {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #6ab301;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  transition: all .3s ease-in-out;
  padding: 0px 15px;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  margin: 43px 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #6ab301;
}

.header .headerTop {
  background: #6ab301;
  padding: 20px 0;
}

.headerTop .headerinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .headerTop .left_bx {}

.header .headerTop .left_bx {}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-top: 4px solid #ffad00;
  border-radius: 0;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transition: .9s ease-in-out;
  width: fit-content;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
}

.navbar-expand-lg .navbar-nav .show .nav-link {
  border-radius: 8px 8px 0 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a svg {
  width: 16px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover svg path {
  fill: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a span:last-child {
  margin-left: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  background: #6ab301;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover svg path {
  stroke: #000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover svg {
  transform: rotate(180deg);
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg path {
  stroke: #000;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.soical_list {
  display: flex;
  align-items: center;
}

.soical_list li {
  display: block;
}

.soical_list li a {}

.soical_list li+li {
  margin-left: 24px;
}

.header .headerTop .rgt_bx {}

.header .headerTop .rgt_bx .btn_grp {
  display: flex;
  align-items: center;
}

.header .headerTop .rgt_bx .btn_grp .btn {
  border-radius: 35px;
  padding: 8px 26px;
  height: 35px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headerTop .rgt_bx .btn_grp .btn+.btn {
  background: #ffad00;
  color: #fff;
  margin-left: 24px;
}

.banner-bx {
  position: relative;
  height: 804px;
  display: flex;
  align-items: center;
}

.banner-bx img {}

.banner-bx .inner_banner {
  position: relative;
  width: 52%;
  z-index: 2;
}

.banner-bx .inner_banner .banner_lft {}

.banner-bx .inner_banner .banner_lft h1 {
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.banner-bx .inner_banner .banner_lft h3 {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 32px;
}

.banner-bx .inner_banner .banner_lft p {}

.banner-bx .inner_banner .banner_lft .btn {}

.btn_comm {
  width: 211px;
  height: 59px;
  font-weight: 600;
  font-size: 20px;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_comm:hover {
  background: #2e2e2e;
  color: #fff;
}

.banner-bx:after {
  background: linear-gradient(271deg, rgba(245, 255, 223, 0) 16.18%, #84b027 78.85%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 70%;
  height: 100%;
}

.banner_sect .owl-nav {
  display: none;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}

.owl-dots .owl-dot {
  background: #d9d9d9 !important;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.owl-dots .owl-dot.active {
  border-radius: 42px;
  width: 34px;
  height: 12px;
  background: #6ab301 !important;
  display: flex;
  align-items: center;
}

.Project_sect .nav-tabs {
  margin-bottom: 60px;
  border: 0;
}

.Project_sect .header_top {
  width: 90%;
  margin-bottom: 60px;
}

.Project_sect .nav-tabs .nav-item {}

.Project_sect .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  border: 0;
  padding: 0;
  margin-right: 36px;
  padding-bottom: 10px;
}

.Project_sect .nav-tabs .nav-item .nav-link.active {
  color: #6ab301;
  font-weight: 700;
  border-bottom: 1px solid #6ab301;
  background: none;
}

.tab_media {
  position: relative;
  padding-right: 30px;
  /* padding-bottom: 50px; */
}

.tab_media img {
  z-index: 2;
  position: relative;
  width: 100%;
}

.Project_sect .tab_media:after {
  content: '';
  background: url(../images/Arrow.png);
  width: 130px;
  height: 130px;
  position: absolute;
  right: -45px;
  z-index: 4;
  top: -20px;
}

.tab_media:before {
  content: '';
  background: #6ab301;
  width: 188px;
  height: 188px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.tab_media.whomeare::before {
  top: -40px;
  bottom: initial;
  right: 0;
}

.counter_sect .count_list.home_counter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 30px 0 0px;
}

.home_counter .count_item {
  background: #fff;
  box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.Project_sect {
  padding: 40px 0;
  background: #f2ffdf;
}

iframe {
  width: 100%;
}

.tab_proj_content {
  margin-top: 50px;
  padding-left: 40px;
}

.tab_proj_content .header_top {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.tab_proj_content .header_top h2 {
  font-weight: 500;
  font-size: 24px;
  color: #6ab301;
  margin-bottom: 15px;
}

.tab_proj_content .header_top h3 {
  font-weight: 700;
  font-size: 39px;
  margin-bottom: 24px;
  color: #2e2e2e;
}

.Project_about .notes {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}

.tab_proj_content .header_top p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  margin-bottom: 15px;
  text-align: left;
  font-style: normal;
}

.tab_proj_content ul {
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
  margin: 15px 0 30px;
}

.tab_proj_content ul li {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #3b3b3b;
  padding-left: 40px;
  position: relative;
}

.tab_proj_content ul li:after {
  content: '';
  width: 25px;
  height: 21px;
  position: absolute;
  background: url(../images/checkIocn.svg);
  left: 0;
  top: 2px;
}

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

.tab_proj_content .btn_comm {}

.WhatWeDo_sect {
  margin-bottom: 20px;
}

.OurProject_sect {
  background: #84b027;
  padding: 60px 0;
}

.header_top {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}

.header_top h2 {
  font-weight: 700;
  font-size: 44px;
  color: #6ab301;
  margin-bottom: 15px;
}

.OurProject_sect .header_top h2 {
  color: #fff;
}

.header_top p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3b3b3b;
}

.OurProject_sect .header_top p {
  color: #fff;
  font-style: italic;
}

.OurProject_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 54px;
  margin-top: 40px;
}

.OurProject_list .card_bx {
  padding: 28px 26px;
  background: #fff;
  text-decoration: none;
}

.OurProject_list .card_bx .img_media {
  border-radius: 8px;
}

.OurProject_list .card_bx .img_media img {
  border-radius: 8px;
  width: 100%;
}

.OurProject_list .card_bx .content_bx {
  background: #fff;
  text-align: center;
  padding-top: 20px;
}

.OurProject_list .card_bx .content_bx h3 {
  font-weight: 700;
  font-size: 30px;
  color: #373737;
  margin-bottom: 10px;
}

.OurProject_list .card_bx .content_bx p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #373737;
}

.Involved_sect .header_top {
  width: 70%;
}

.Involved_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 80px;
}

.Involved_list .card_bx {
  border-left: 1px solid #000;
  padding: 30px 20px;
  position: relative;
}

.Involved_list .card_bx .icon {
  width: 55px;
  position: relative;
  margin-bottom: 15px;
}

.Involved_list .card_bx .icon img {}

.Involved_list .card_bx h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #6ab301;
  margin-bottom: 20px;
  font-family: "Patrick Hand SC", cursive;
}

.Involved_list .card_bx p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #7c7c7c;
}

.Involved_list .card_bx:after {
  background: #6ab301;
  width: 6px;
  position: absolute;
  left: -3px;
  top: 50%;
  height: 100px;
  content: '';
  transform: translateY(-50%);
}

.Involved_sect {
  padding: 80px 0;
}

.WhatWeDo_sect.WhatWeDobg {
  background: #ddf0b3;
  display: flex;
  align-items: center;
  grid-template-columns: 40% 60%;
  padding-right: 16%;
}

.WhatWeDo_sect.WhatWeDobg h4 {
  font-weight: 600;
  font-size: 24px;
  color: #6ab301;
  margin-bottom: 20px;
  text-align: center;
}

.WhatWeDo_sect.WhatWeDobg .tab_proj_content {}

.WhatWeDo_sect.WhatWeDobg .tab_proj_content h2 {
  font-weight: 500;
  font-size: 24px;
  color: #6ab301;
  margin-bottom: 30px;
}

.WhatWeDo_sect.WhatWeDobg .tab_proj_content h3 {
  font-weight: 700;
  font-size: 39px;
  color: #2e2e2e;
  margin-bottom: 24px;
}

.WhatWeDo_sect.WhatWeDobg .tab_proj_content p {
  margin-bottom: 30px;
  line-height: 32px;
  text-align: center;
}

.WhatWeDo_sect.WhatWeDobg .tab_proj_content p+p {
  margin-bottom: 15px;
}

.Involved_list .card_bx .icon:after {
  background: #cecece;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  content: '';
  position: absolute;
  left: -8px;
  top: 8px;
  z-index: -1;
}

.Involved_list .card_bx:hover .icon:after {
  background: #6ab301;
}

.OurPartner_sect .header_top {
  width: 70%;
}

.OurPartner_sect {
  padding: 0px 0 80px;
}

.OurPartner_sect ul {
  border: 1px solid #afafaf;
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  border-bottom: 0;
  margin-top: 60px;
}

.OurPartner_sect li {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #afafaf;
}

.border-right {
  border-right: 1px solid #afafaf !important;
}

.OurPartner_sect li img {}

.OurPartner_sect li+li {
  border-left: 1px solid #afafaf;
}

.OurPartner_sect li:nth-child(5) {
  border-left: 0;
}

.stories_sect {
  padding: 70px 0px;
  background: #f2ffdf;
}

.stories_sect .header_tp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.stories_sect .header_tp h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: #2e2e2e;
  margin-bottom: 15px;
}

.stories_sect .header_tp p {
  font-weight: 400;
  font-size: 21px;
  line-height: 135%;
  color: #373737;
}

.stories_sect .header_tp .btn {
  font-weight: 600;
  font-size: 29px;
  line-height: 124%;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f60;
}

.stories_sect .header_tp .lft_bx {
  max-width: 80%;
  width: 100%;
}

.stories_list .card_bx {
  border: 0.91px solid #000;
  padding: 20px;
  height: 100%;
  min-height: 420px;
   display: flex;
  flex-direction: column;
}

.stories_list .card_bx .img_media {}

.stories_list .card_bx .img_media img {
  width: 100%;
}

.stories_list .card_bx .content_bx {
  margin-top: 20px;
  flex-grow: 1;
}

.stories_list .card_bx .content_bx h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #373737;
  margin-bottom: 10px;
}

.stories_list .card_bx .content_bx p {
  font-weight: 400;
  font-size: 16px;
  color: #373737;
}

.stories_list .card_bx .content_bx ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.stories_list .card_bx .content_bx ul li {
  display: block;
}

.stories_list .card_bx .content_bx ul li svg {width: 24px;height: 24px;}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 12;
}

.owl-nav button {}

.owl-nav button.owl-prev {
  left: -35px;
  position: relative;
}

.owl-nav button.owl-next {
  position: relative;
  right: -35px;
}

.owl-nav button span {
  background: #6ab301;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  font-size: 44px;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
}

.counter_sect h3 {
  font-weight: 700;
  font-size: 42px;
  color: #373737;
  margin-bottom: 30px;
}

.counter_sect {
  padding: 40px 0px;
}

.counter_sect .count_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.counter_sect .count_list .count_item {
  text-align: center;
}

.counter_sect .count_list .count_item small {
  text-align: center;
  padding: 10px 0px;
}

.counter_sect .count_list .count_item small img {
  width: 50%;
}


.counter_sect .count_list .count_item h3 {
  font-weight: 400;
  font-size: 35px;
  color: #373737;
  font-family: "Aclonica", sans-serif;
  margin: 10px 0px;
  text-align: center;
  position: relative;
  display: inline-block;
}


.counter_sect .count_list .count_item p {
  font-weight: 400;
  font-size: 17px;
  color: #373737;
}

.counter_sect .row {
  justify-content: space-between;
  align-items: center;
}

.counter_sect .count_list .count_item span {}

.counter_sect .count_list .count_item h3:after {
  height: 61px;
  width: 61px;
  border-radius: 100%;
  content: '';
  position: absolute;
  left: -5px;
  top: -20px;
  z-index: -1;
  background: #6ab301;
}

.video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

.video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

.video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

.video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

.Testimonials_sect .header_top {
  width: 70%;
  margin-bottom: 50px;
}

.Testimonials_sect .video_bx {
  position: relative;
}

.Testimonials_sect .video_bx button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border: 0;
}

.Testimonials_sect .owl-nav button span {
  border-radius: 100%;
  background: #fff;
  stroke-width: 1px;
  border: 1px solid #cacaca;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #878787;
}

.Testimonials_sect {
  background: #f2ffdf;
  padding: 20px 0px 70px;
}

.Testimonials_sect .owl-nav button.owl-prev {
  left: -80px;
}

.Testimonials_sect .owl-nav button.owl-next {
  right: -80px;
}

.video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  left: 0;
  height: 100%;
}

.Trusties_sect {
  padding: 60px 0px;
  background: #f2ffdf;
  margin-top: 120px;
}


.Trusties_sect .header_top {
  width: 70%;
  margin-bottom: 50px;
}

.Trusties_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Trusties_list .card_bx {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #6ab301;
  padding: 28px 26px;
}

.Trusties_list .card_bx .img_media {}

.Trusties_list .card_bx .img_media img {
  width: 100%;
}

.Trusties_list .card_bx .content_bx {
  text-align: center;
  margin-top: 20px;
}

.Trusties_list .card_bx .content_bx h3 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}


.Trusties_list .card_bx .content_bx p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.Trusties_list .card_bx .content_bx ul {
  justify-content: center;
}

.Trusties_list .card_bx .content_bx li {}

.Trusties_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Trusties_list .card_bx {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #6ab301;
  padding: 28px 26px;
}

.Trusties_list .card_bx .img_media {}

.Trusties_list .card_bx .img_media img {
  width: 100%;
}

.Trusties_list .card_bx .content_bx {
  text-align: center;
  margin-top: 20px;
}


.Trusties_list .card_bx .content_bx p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.Trusties_list .card_bx .content_bx ul {
  justify-content: center;
}

.Trusties_list .card_bx .content_bx li {}

.Donate_sect {
  background: #f2ffdf;
  margin-top: 20px;
  padding: 60px 0;
}

.Donate_sect .tab_media {}

.Donate_sect .tab_media img {
  width: 100%;
}

.Donate_sect .row {}

.Donate_sect .Donate_from {
  padding-left: 10%;
}

.Donate_sect .Donate_from h3 {
  font-weight: 700;
  font-size: 36px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.Donate_sect .Donate_from .Donate_plan {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 30px;
}

.Donate_sect .Donate_from .Donate_plan label {
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: #373737;
  position: relative;
}

.Donate_sect .Donate_from .Donate_plan label input {
  display: none;
}

.Donate_sect .Donate_from .Donate_plan label span {
  padding-left: 45px;
}

.Donate_sect .Donate_from .Donate_plan label span:after {
  width: 28px;
  height: 28px;
  border: 1.5px solid #6AB301;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 100%;
}

.Donate_sect .Donate_from .Donate_plan input:checked~span:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 7px;
  top: 7px;
  background: #6ab301;
  border-radius: 100%;
}

.from-group {
  margin-bottom: 20px;
  position: relative;
}

.from-group .from-control {
  border: 0.25px solid #7c7c7c;
  height: 61px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  width: 100%;
  padding: 8px 20px;
}

.from-group span.Rupees {
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
  color: #939598;
  position: absolute;
  top: 20px;
  right: 20px;
}

.from-group p {
  font-weight: 400;
  font-size: 16px;
  line-height: 124%;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

.Donate_from button.btn {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #3b3b3b;
  border-radius: 100px;
  height: 55px;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #fff;
  display: block;
  width: 380px;
  margin-left: auto;
}

.OurMedia_sect .header_top {
  width: 70%;
  margin-bottom: 50px;
}

.OurMedia_sect {
  padding: 30px 0 40px;
}

.OurMedia_sect ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  height: 100% !important;
}

.OurMedia_sect ul li {
  display: block;
}

.faq_sect .accordion .accordion-item {
  border: 0;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}

.faq_sect .accordion .accordion-item .accordion-header {}

.faq_sect .accordion .accordion-item .accordion-header .accordion-button {
  border: 0;
  background: #fff;
  box-shadow: none;
  /* border: 1px solid #d1d1d1; */
  border-radius: 2px;
  font-weight: 600;
  font-size: 26px;
  line-height: 135%;
  color: #333;
}

.faq_sect {
  margin-bottom: 70px;
  margin-top: 60px;
}

.header_top.faq {
  width: 100%;
  text-align: left;
}

.faq_sect .accordion .accordion-item .accordion-header .accordion-button::after {
  content: '';
  background-image: url(../images/plus.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.faq_sect .accordion {
  margin-top: 40px;
}

.faq_sect .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url(../images/close.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.faq_sect .accordion .accordion-item .accordion-body {
  border-top: 1px solid #4CAF50;
}

.faq_sect .accordion .accordion-item .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
}

.faq_sect .accordion .accordion-item .accordion-body p+p {
  margin-top: 15px;
}

.faq_sect .volunteer-box {
  width: 100%;
  padding-top: 120px;
}

.faq_sect .volunteer-box small {
  padding-top: 70px;
}


/*.faq_sect .volunteer-box{ background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%); margin-top: 120px; width:400px; height:400px; border-radius:50%; }
.faq_sect .volunteer-box .inner{margin: 30px; background: #40ae49; border-radius:50%; width:380px; height:380px; }*/

.faq_sect .volunteer-box .inner h4 a {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  vertical-align: center;
  padding-top: 120px;
}


.faq_sect .volunteer-box .inner small {
  text-align: center;
  width: 100%;
  display: block;
}


footer {
  background: #242424;
  color: #fff;
  padding: 100px 0 60px;
  position: relative;
}

footer::after {
  position: absolute;
  content: '';
  background: url(../images/footer.png);
  width: 368px;
  height: 451px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.ft_row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.ft_row .ft_colum {}

.ft_row .ft_colum h3 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.ft_row .ft_colum ul {}

.ft_row .ft_colum ul li {
  display: block;
}

.ft_row .ft_colum ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}

.ft_row .ft_colum p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.ft_row .ft_colum h3:after {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #6ab301;
  content: "";
  left: 0;
}

.ft_row .ft_colum h4 {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.ft_row .ft_colum ul.contus_ft {}

.ft_row .ft_colum ul.contus_ft li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ft_row .ft_colum ul.contus_ft li {
  margin-bottom: 15px;
}

.ft_row .ft_colum h5 {
  font-weight: 500;
  font-size: 14px;
  color: #6ab301;
  margin-bottom: 20px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown {
  background: #fff;
  width: 100%;
  top: 104px;
  /* pointer-events: none; */
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  transition: all 0.25s ease-in-out;
  z-index: 6;
  visibility: hidden;
  display: none;
  padding: 15px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .menu_inner {
  display: flex;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab {
  padding: 50px 20px;
  border-right: 1px solid #c8c8c8;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab .btn {
  border-radius: 43px;
  width: 264px;
  height: 43px;
  background: #f3ffe3;
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  border: 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab .btn span {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab .btn span+span {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content {
  padding: 40px 31px;
  width: 100%;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx .icon {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx .content_bx {
  margin-left: 15px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab .btn:hover {
  background: #6ab301;
  color: #fff;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx .content_bx h3 {
  font-weight: 700;
  font-size: 16px;
  color: #1d1d1b;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx .content_bx p {
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1b;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 35px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab .btn:hover svg path {
  fill: #fff;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link {
  padding: 0;
  margin: 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link:hover {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  color: #1d1d1b;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link.active h3 {
  color: #6ab301;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link p {
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1b;
}


.header .navbar .navbar-collapse .navbar-nav .nav-item:hover .menu_dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  display: block;
}


.tab_media .owl-nav {
  display: none;
}


.stories_list .card_bx .content_bx h3 {
  display: flex;
  align-items: center;
}

.stories_list .card_bx .content_bx h3 span+span {
  font-size: 16px;
  color: #6ab301;
}

.step_sect {
  background: #ddf0b3;
  padding: 60px 0;
}

.step_sect img {
  width: 100%;
  margin-top: 50px;
}

.banner-bx .inner_banner .banner_lft h4 {
  font-weight: 700;
  font-size: 24px;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.OurMedia_sect ul li img {
  width: 100%;
}

.Project_about {
  padding: 50px 0 0;
}

.Project_about .header_top {
  margin-bottom: 50px;
  width: 100%;
}

.Project_about .header_top h2 {
  font-weight: 500;
  font-size: 24px;
  color: #6ab301;
  margin-bottom: 10px;
}

.Project_about .header_top h3 {
  font-weight: 700;
  font-size: 39px;
  text-align: center;
  color: #2e2e2e;
}

.Project_about .header_top2 {
  margin-bottom: 50px;
}

.Project_about .header_top2 h2 {
  font-weight: 700;
  font-size: 39px;
  text-align: center;
  color: #6ab301;
  margin-bottom: 15px;
}

.Project_about .header_top2 h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.Project_about .content_bx .header_bx {
  margin-bottom: 5px;
}

.Project_about .content_bx .header_bx h3 {
  font-weight: 700;
  font-size: 30px;
  color: #373737;
  margin-bottom: 0;
}

.Project_about .content_bx .header_bx p {
  font-weight: 400;
  font-size: 18px;
  color: #373737;
}

.Project_about .content_bx p {
  line-height: 28px;
}

.Project_about .content_bx h2 {
  color: #6ab301;
}

.Project_about .content_bx .btn_comm {
  margin-top: 50px;
}

.Project_about .content_bx {}

.Project_about .content_bx h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  color: #6ab301;
}

.Project_about .content_bx p {
  font-weight: 400;
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 15px;
}

.Project_about .content_bx p span {
  font-weight: 700;
  color: #6ab301;
}

.Project_about .tab_media {
  padding-bottom: 40px;
}

.tab_media img {
  width: 100%;
}

.left_bx.tab_media:before {
  left: 0;
  right: initial;
}

.left_bx.tab_media {
  padding-right: 0;
  padding-left: 30px;
}

.content_bx.pr-5 {
  padding-right: 40px;
}

.counter_sect .tab_media:before,
.Donate_sect .tab_media:before,
.Training_sect .tab_media:before,
.WhatWeDo_sect .tab_media:before {
  display: none;
}

.content_bx.pl-5 {
  padding-left: 40px;
}


.OurMedia_sect ul .small {
  width: 24%;
}

.OurMedia_sect ul .wide {
  width: 33%;
}

.OurMedia_sect ul .tall-wide {
  width: 32%;
}

.step_sect.bg-white {
  background: #fff;
}


.banner_inner {}

.banner-wrp {
  position: relative;
  height:530px;
  display: flex;
  align-items: center;
}

.banner_inner .banner-wrp img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: right;
}

.banner_inner .banner-wrp:after {
  background: linear-gradient(271deg, rgba(245, 255, 223, 0) 16.18%, #84b027 78.85%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 70%;
  height: 100%;
}

.banner-wrp .inner_banner {
  position: relative;
  z-index: 3;
}

.banner-wrp .inner_banner .banner_rght {}

.banner-wrp .inner_banner .banner_rght h1 {
  font-weight: 700;
  font-size: 54px;
  color: #333;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


.ContactUs_sect {
  padding: 60px 0;
}

.ContactUs_sect .header_top {
  width: 100%;
  margin-bottom: 50px;
}

.ContactUs_sect .header_top h2 {
  color: #000;
}

.ContactUs_sect .header_top p {
  color: #717171;
  font-weight: 500;
}

.ContactUs_sect .contactus_wrapp {
  display: flex;
  gap: 50px;
  align-items: center;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx {
  border-radius: 10px;
  background: #6ab301;
  padding: 40px;
  position: relative;
  flex: 0 0 33%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 600px;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx {
  position: relative;
  height: 100%;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/mark.png);
  width: 245px;
  height: 209px;
  content: '';
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx::after {
  position: absolute;
  bottom: -27%;
  background: url(../images/letter_send.png);
  width: 253px;
  height: 169px;
  content: '';
  right: 20%;
  object-fit: contain;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .hd_bx {}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .hd_bx h3 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .hd_bx p {
  font-weight: 400;
  font-size: 18px;
  color: #c9c9c9;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .md_bx {
  display: flex;
  flex-direction: column;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .md_bx a {
  display: flex;
  align-items: start;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .md_bx a span {}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .md_bx a span+span {
  margin-left: 20px;
}

.map_sect {
  padding: 60px 0;
}

.map_sect img {
  width: 100%;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx {
  position: relative;
  z-index: 2;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx ul.soical_list {}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx ul.soical_list li+li {
  margin-left: 15px;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx ul.soical_list li a {
  border-radius: 100%;
  background: #1b1b1b;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx ul.soical_list li a:hover {
  background: #fff;
}

.ContactUs_sect .contactus_wrapp .Contact_left_bx .btm_bx ul.soical_list li a:hover svg path {
  fill: #000;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx .from-group {}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx .from-group label {
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  color: #000;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx .from-group .from-control {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 5px 0;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #8d8d8d;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx .from-group .from-control:focus {
  outline: none;
  box-shadow: none;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.from-group-check {
  margin-bottom: 20px;
}

.from-group-check label {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  padding-right: 20px;
}

.from-group-check label input {
  display: none;
}

.from-group-check label span {
  position: relative;
  padding-left: 30px;
}

.from-group-check label span:after {
  background: #e0e0e0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 100px;
}

.from-group-check input:checked~span::after {
  background: #000;
}

.from-group-check input:checked~span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
  z-index: 3;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx .from-group textarea.from-control {
  height: 100px;
}

.ContactUs_sect .contactus_wrapp .Contact_rgt_bx button.btn_send {
  float: right;
  width: 230px;
  height: 59px;
  font-weight: 600;
  font-size: 20px;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_sect img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ServicesOffter_sect {
  background: #EBEBEB;
  padding: 50px 0;
  margin: 50px 0 0;

}


.ServicesOffter_sect p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3b3b3b;
}




.ServicesOffter_sect>h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #737373;
  margin-bottom: 30px;
}

.ServicesOffter_sect .ServicesOffter_wrapp {}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner {
  background: #fff;
  border-radius: 14px;
  padding: 40px 60px;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 {
  display: flex;
  align-items: center;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h4 {
  font-weight: 400;
  font-size: 24px;
  color: #797474;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 ul li {
  display: block;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 span {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  position: relative;
  top: 5px;
  margin-left: 15px;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner p {
  font-weight: 400;
  font-size: 26px;
  line-height: 135%;
  color: #000;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar .img_media {}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar .img_media img {}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar .cont_bx {}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar .cont_bx h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #000;
}

.ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .user_avtar .cont_bx p {
  font-weight: 400;
  font-size: 17px;
  line-height: 135%;
  color: #000;
}

.ServicesOffter_sect .owl-nav {
  top: 40%;
}


.AboutUs_sect {
  padding: 70px 0 50px;
}

.AboutUs_sect .content_bx {
  margin-right: 20px;
}

.AboutUs_sect .content_bx .header_top {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.AboutUs_sect .content_bx .header_top h3 {
  font-weight: 500;
  font-size: 24px;
  color: #707070;
}

.AboutUs_sect .content_bx .header_top p {}

.AboutUs_sect .content_bx .header_top h2 {
  font-weight: 700;
  font-size: 50px;
  color: #6ab301;
  margin-bottom: 5px;
}

.AboutUs_sect .content_bx p {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}


.AboutUs_sect .content_bx .green-bold {
  font-size: 22px;
  text-align: left;
  color: #6ab301;
  font-weight: 600;
}


.media_list {
  display: flex;
  gap: 20px;
}

.media_list .media_colum {
  width: 48%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.media_list .media_colum .media_img {
  border-radius: 97px 0 0 0;
  overflow: hidden;
}

.media_list .media_colum .media_img img {
  width: 100%;
}

.media_list .media_colum .media_img+.media_img {
  border-radius: 0 0 118px 0;
}

.media_list .media_colum+.media_colum {
  margin-top: -50px;
}

.Ourmession_sect {}

.Ourmession_sect .header_top {
  width: 90%;
}

.Ourmession_sect .header_top h2 {}

.Ourmession_sect .header_top p {
  line-height: 28px;
}

.Ourmession_sect .Ourmession_inner {
  border-radius: 26px;
  background: #f5f5f5;
  padding: 60px;
}

/* 
.timeline {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.timeline-content .timieline-title {
    background: #d9d9d9;
    position: relative;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 40px;
    margin:  0 auto;
}

.timeline-period {
    position: absolute;
    text-align: center;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.timeline-content .timieline-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.timeline-content {
    width: 200px;
    position: relative;
    height: 190px;
}

.timeline-period h3 {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}

.timeline-period p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.timeline:after {
    background: #d9d9d9;
    content: '';
    position: absolute;
    top: 40%;
    height: 1px;
    width: 100%;
}

.timeline-content .timieline-title:after {
    content: '';
    width: 38px;
    height: 29px;
    border: 0;
    border-bottom: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-color: inherit;
    position: absolute;
    bottom: -10px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #d9d9d9;
    left: 50%;
    margin-left: -11.5px;
} */
#process {
  overflow-x: hidden;
}

.steps-timeline h3 {
  background: #d9d9d9;
  position: relative;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 40px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
}

.steps-pane {
  width: 140px;
  margin-left: 30px;
}

.inverted-steps-pane {
  width: 140px;

}

.inverted-steps-pane p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: left;
}

.inverted-steps-pane h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 6px;
}

.steps-one:hover h3,
.steps-two:hover h3,
.steps-three:hover h3,
.steps-four:hover h3,
.steps-five:hover h3 {
  background: #6ab301;
  color: #fff;
}

.steps-one:hover h3:after,
.steps-two:hover h3:after,
.steps-three:hover h3:after,
.steps-four:hover h3:after,
.steps-five:hover h3:after {
  border-color: #6ab301 transparent transparent transparent;
}

.steps-one:hover svg circle:first-child,
.steps-two:hover svg circle:first-child,
.steps-three:hover svg circle:first-child,
.steps-four:hover svg circle:first-child,
.steps-five:hover svg circle:first-child {
  fill: #ECFFD0;
  stroke: #D9D9D9;
}

.steps-one:hover svg circle:last-child,
.steps-two:hover svg circle:last-child,
.steps-three:hover svg circle:last-child,
.steps-four:hover svg circle:last-child,
.steps-five:hover svg circle:last-child {
  fill: #6AB301;
}

.Certification_sect {
  overflow: hidden;
  padding: 50px 0 0;
  background: #f2ffdf;
}

.Certification_sect .header_top {
  width: 61%;
}

.Certification_sect .header_top h2 {
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 5px;
}

.Certification_sect .header_top p {
  line-height: 28px;
}

.Certification_wrapp {
  display: flex;
  padding-left: 14%;
  gap: 50px;
  margin: 50px 0;
}

.Certification_wrapp .Certification_hd {
  flex: 0 0 33%;
}

.Certification_wrapp .Certification_hd h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 125%;
  color: #303030;
}

.Certification_wrapp .card_bx {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  width: 286px;
  height: 374px;
  margin: 20px;
}

.Certification_wrapp .card_bx .img_media {}

.Certification_wrapp .card_bx .img_media img {
  width: 100%;
}

.Certification_wrapp .card_bx h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: #14668c;
  margin-bottom: 15px;
  margin-top: 30px;
}

.Certification_wrapp .card_bx p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #303030;
}

.CoreService_sect {
  margin: 50px 0;
}

.CoreService_sect .CoreServ_offered {}

.CoreService_sect .header_top {
  margin-bottom: 50px;
}

.CoreService_sect .CoreServ_offered .nav {
  border: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.CoreService_sect .CoreServ_offered .nav li {}

.CoreService_sect .CoreServ_offered .nav li .nav-link {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #5e5e5e;
  background: #f3ffe1;
  border-radius: 39px;
  border: 0;
  padding: 8px 28px;
}

.CoreService_sect .CoreServ_offered .nav li .nav-link.active {
  background: #6ab301;
  font-weight: 500;
  color: #000;
}

.CoreServ_offered_content {}

.CoreServ_offered_content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
}

.CoreServ_offered_content p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.CoreServ_offered_content ul {
  margin: 40px 0;
}

.CoreServ_offered_content ul li {
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}

.CoreServ_offered_content ul li::after {
  background: url(../images/dot.png);
  width: 20px;
  height: 20px;
  content: '';
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.CoreServ_media {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.CoreServ_media .media_colum img {
  width: 100%;
}

.CoreServ_media .media_colum+.media_colum {
  display: flex;
  align-items: center;
  gap: 10px;
}

.CoreServ_media .media_colum+.media_colum .media_img {
  border-radius: 0 0 0 70px;
  overflow: hidden;
}

.CoreServ_media .media_colum+.media_colum .media_img img {}

.CoreServ_media .media_colum+.media_colum .media_img+.media_img {
  border-radius: 0px !important;
}

.CoreServ_media .media_colum .media_img {
  border-radius: 0 70px 0 0;
}

.CoreService_sect .CoreServ_offered .CoreServ_offered_content ul li span {
  font-weight: 700;
}

.CoreService_sect .CoreServ_offered .CoreServ_offered_content .btn_comm {
  margin-top: 50px;
}

li.nav-item {}

.Certification_wrapp .owl-nav {
  display: flex;
  justify-content: flex-start;
  left: -35%;
}

.Certification_wrapp .owl-nav button.owl-prev,
.Certification_wrapp .owl-nav button.owl-next {
  position: relative;
}

.Certification_wrapp .owl-nav button.owl-prev {
  background: url(../images/arrow01.png);
  width: 49px;
  height: 39px;
  background-repeat: no-repeat;
  display: block;
}

.Certification_wrapp .owl-nav button.owl-next {
  background: url(../images/arrow02.png);
  width: 49px;
  height: 39px;
  background-repeat: no-repeat;
  right: 0;
}

.Certification_wrapp .owl-nav button span {
  display: none;
}

.Volunteering_sect {
  padding: 90px 0;
  background: #f2ffdf;
}

.Volunteering_sect .nav-tabs {
  margin-bottom: 40px;
  border: 0;
}

.Volunteering_sect .nav-tabs .nav-item {}

.Volunteering_sect .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  border: 0;
  padding: 0;
  margin-right: 36px;
  padding-bottom: 10px;
}

.Volunteering_sect .nav-tabs .nav-item .nav-link.active {
  color: #6ab301;
  font-weight: 700;
  border-bottom: 1px solid #6ab301;
  background: none;
}

.Contact_Volunteering {
  border-radius: 10px;
  background: #6ab301;
  padding: 60px;
  position: relative;
  display: flex;
  min-height: 450px;
  color: #fff;
}

.Contact_Volunteering .contact_inner {}

.Contact_Volunteering .contact_inner h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.Contact_Volunteering .contact_inner h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.Contact_Volunteering .contact_inner p {
  font-size: 16px;
  font-weight: 600;
}

.Contact_Volunteering {
  position: relative;
  height: 100%;
}

.Contact_Volunteering::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/mark.png);
  width: 245px;
  height: 209px;
  content: '';
}

.VolunteeringForm {
  margin-left: 40px;
}

.VolunteeringForm h3 {
  font-size: 32px;
  font-weight: bold;
  color: #6ab301;
  margin-bottom: 20px;
}

.VolunteeringForm .from-group .from-control {
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  border-color: #4CAF50;
}

.VolunteeringForm .from-group label {
  margin-bottom: 7px;
}

.VolunteeringForm .btn_send {
  float: right;
  width: 290px;
  height: 59px;
  font-weight: 600;
  font-size: 20px;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center;
}

.VolunteeringForm .btn_send:hover {
  border-color: #4CAF50;
  color: #fff;
  background: #6ab301;
}

.contact_info {
  background: #6ab301;
}

.contact_info .contact_infoInner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.contact_info .contact_infoInner iframe {
  margin: 0;
  padding: 0;
}

.contact_info .contact_infoInner .rgt_bx {
  line-height: 0;
}

.contact_info .contact_infoInner .lft_bx {
  padding: 60px;
  color: #fff;
}

.contact_info .contact_infoInner .lft_bx p {}

.contact_info .contact_infoInner .lft_bx .md_bx {}

.contact_info .contact_infoInner .lft_bx .md_bx a {
  display: flex;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.contact_info .contact_infoInner .lft_bx .md_bx a+a {}

.contact_info .contact_infoInner .lft_bx .md_bx a span {}

.contact_info .contact_infoInner .lft_bx .md_bx a span+span {}

.contact_info .contact_infoInner .lft_bx h3 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (min-width: 990px) and (max-width: 1640px) {
  .banner-wrp .inner_banner .banner_rght h1 {
    font-size: 46px;
  }

  .banner-bx .inner_banner {
    width: 50%;
  }

  .header_top h2,
  .WhatWeDo_sect.WhatWeDobg .tab_proj_content h3,
  .stories_sect .header_tp h2,
  .ServicesOffter_sect>h3,
  .counter_sect h3,
  .Donate_sect .Donate_from h3,
  .AboutUs_sect .content_bx .header_top h2,
  .Certification_wrapp .Certification_hd h3 {
    font-size: 36px;
  }

  .header_top p {
    font-size: 16px;
  }

  .header .headerTop {
    padding: 10px 0;
  }

  .soical_list li a svg {
    width: 20px;
    height: 20px;
  }

  .header .headerTop .rgt_bx .btn_grp .btn {
    height: 30px;
    font-size: 14px;
  }

  .banner-bx {
    height: 520px;
  }

  .WhatWeDo_sect.WhatWeDobg .tab_proj_content h2 {
    margin-bottom: 15px;
  }

  .banner-bx .inner_banner .banner_lft h1 {
    font-size: 46px;
  }

  .Project_sect {
    padding: 40px 0;
    background: #f2ffdf;
  }

  .Project_sect .nav-tabs {
    margin-bottom: 60px;
  }

  .stories_list .card_bx .content_bx ul li svg {
    width: 24px;
    height: 24px;
  }

  .btn_comm,
  .ContactUs_sect .contactus_wrapp .Contact_rgt_bx button.btn_send {
    height: 45px;
    border: 0;
    width: 180px;
    font-size: 18px;
  }

  .stories_list .card_bx .content_bx h3 span+span {
    font-size: 14px;
  }

  .tab_proj_content .header_top h2,
  .WhatWeDo_sect.WhatWeDobg .tab_proj_content h2 {
    font-size: 20px;
  }

  .OurProject_list .card_bx .content_bx h3 {
    font-size: 26px;
  }

  .OurProject_list .card_bx .content_bx p {
    font-size: 16px;
  }

  .tab_proj_content .header_top h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .OurProject_list {
    gap: 40px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner p .WhatWeDo_sect.WhatWeDobg .tab_proj_content p {
    margin-bottom: 15px;
  }

  .stories_sect .header_tp .btn {
    font-size: 20px;
  }

  .stories_list .card_bx {
    padding: 15px;
  }

  .stories_list .card_bx .content_bx h3 {
    font-size: 22px;
  }

  .Trusties_list .card_bx .content_bx h3,
  .CoreServ_offered_content h3 {
    font-size: 26px;
  }

  .stories_list .card_bx .content_bx p {
    font-size: 16px;
  }

  .Trusties_list .card_bx .content_bx p {
    font-size: 18px;
  }

  .CoreServ_offered_content ul li {
    margin-bottom: 20px;
  }

  .Donate_sect .Donate_from h3 {
    margin-bottom: 20px;
  }

  .CoreService_sect .CoreServ_offered .nav {
    margin-bottom: 30px;
  }

  .Donate_sect .Donate_from .Donate_plan label {
    font-size: 20px;
  }

  .Donate_sect .Donate_from .Donate_plan label span:after {
    width: 22px;
    height: 22px;
  }

  .Donate_sect .Donate_from .Donate_plan input:checked~span:before {
    left: 4px;
    top: 4px;
  }

  .from-group .from-control {
    height: 50px;
  }

  .from-group span.Rupees {
    top: 13px;
  }

  .tab_proj_content {
    margin-top: 20px;
  }

  .Project_sect .tab_media:after {
    top: -40px;
  }

  .Donate_from button.btn {
    height: 60px;
    font-size: 26px;
  }

  .faq_sect .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
  }

  .tab_proj_content ul {
    gap: 20px 15px;
  }

  .Donate_sect .Donate_from .Donate_plan label span {
    padding-left: 35px;
  }

  .OurProject_sect .header_top {
    width: 90%;
  }

  .AboutUs_sect .content_bx .header_top {
    margin-bottom: 20px;
  }

  .WhatWeDo_sect.WhatWeDobg {
    padding-right: 5%;
  }

  .AboutUs_sect .content_bx .header_top h3 {
    font-size: 22px;
  }

  .AboutUs_sect .content_bx p {
    font-size: 20px;
    line-height: 28px;
  }

  .Ourmession_sect .Ourmession_inner {
    padding: 40px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h4 {
    font-size: 22px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner p {
    font-size: 20px;
  }

  .CoreService_sect .CoreServ_offered .nav li .nav-link {
    padding: 8px 20px;
  }

  .tab_proj_content ul {
    margin: 30px 0;
  }
}



@media screen and (min-width: 990px) and (max-width:1280.5px) {
  .Certification_wrapp .Certification_hd h3 {
    font-size: 32px;
  }
}

@media(min-width: 900px) {

  .steps-timeline h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    border-width: 12px;
    border-style: solid;
    border-color: #d9d9d9 transparent transparent transparent;
  }

  .inverted-pane-warp {
    display: inline-flex;
    margin: 0 auto;
  }

  .steps-timeline {
    border-top: 2px solid #d9d9d9;
    padding-top: 20px;
    margin-top: 120px;
  }

  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 20%;
    margin-top: -91px;
  }

  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #fc6429;
  }

}

@media(max-width: 899px) {
  .Volunteering_sect {
    padding: 40px 0;
  }

  .Volunteering_sect .nav-tabs {
    flex-direction: column;
  }

  .Volunteering_sect .nav-tabs .nav-item .nav-link {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }

  .Volunteering_sect .nav-tabs .nav-item .nav-link.active {
    background: #6ab301;
    color: #fff;
    border-bottom: 1px solid #6ab301;
  }

  .contact_info .contact_infoInner .lft_bx {
    padding: 40px 20px;
  }

  .contact_info .contact_infoInner .lft_bx h3,
  .VolunteeringForm h3 {
    font-size: 24px;
  }

  .contact_info .contact_infoInner {
    display: block;
  }

  .VolunteeringForm {
    margin-left: 0px;
    margin-top: 30px;
  }

  .VolunteeringForm .btn_send {
    width: 100%;
  }

  .counter_sect .count_list.home_counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }

  .Project_sect .nav-tabs {
    flex-direction: column;
  }

  .Project_sect .nav-tabs .nav-item .nav-link {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }

  .Project_sect .nav-tabs .nav-item .nav-link.active {
    background: #6ab301;
    color: #fff;
    border-bottom: 1px solid #6ab301;
  }

  .Project_about .header_top h3 {
    font-size: 26px;
  }

  .Ourmession_sect .Ourmession_inner {
    padding: 20px;
  }

  .steps-timeline {
    border-left: 2px solid #d9d9d9;
    margin-left: 35px;
    margin-top: 50px;
  }

  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -9px;
    margin-top: 20px;
  }

  .step-wrap,
  .steps-stops {
    float: left;
  }

  .pane-warp {
    margin-left: 20%;
  }

  .inverted-pane-warp {
    margin-left: 20%;
  }

  .steps-timeline h3 {
    margin-left: 20%;
  }

  .inverted-steps-pane {
    width: auto;
  }

  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }

  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #fc6429;
  }

  .counter_sect .count_list.home_counter .count_item {
    margin-bottom: 0;
  }

  .counter_sect .count_list.home_counter .count_item+.count_item {
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.Projects_new_sect {
  padding: 60px 0;
  background: #f2f2f2;
}

.Projects_new_sect .consut_wrap {
  margin-top: 50px;
}

.Projects_new_sect .consut_wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.Projects_new_sect .consut_wrap ul li {
  display: block;
  width: 31.666%;
}

.Projects_new_sect .consut_wrap ul .box-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Projects_new_sect .consut_wrap ul p {
  margin: 0;
  font-size: 16px;
}

.box-card {
  background-color: white;
  border-radius: 24px;
  padding: 24px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
  visibility: visible;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.box-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.text-not .banner-bx:after {
  display: none;
}

.icon_Mweb {
  display: none;
}
.counter_sect .count_list.home_counter .count_item {
    display: flex;
    flex-direction: column;
}
section.Volunteering_sect.gallery_sect {}

section.Volunteering_sect.gallery_sect .nav-tabs {
    margin: 0;
}

section.Volunteering_sect.gallery_sect .tab-content {
    background: #fff;
    padding: 20px;
}

section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect {
    padding: 0;
}

section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect ul .tall-wide {
    width: 100%;
}
section.Volunteering_sect.gallery_sect .nav-item {}

section.Volunteering_sect.gallery_sect .nav-item .nav-link {
    background: #2e2e2e;
    margin: 0;
    border-radius: 0;
    color: #fff;
    padding: 15px 30px;
    border-right: 1px solid #fff;
}
section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect li.video_bx {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect li.video_bx button {
    border: 0;
    background: transparent;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 0;
}

section.Volunteering_sect.gallery_sect .tab-content .OurMedia_sect li.video_bx button img {}
section.Volunteering_sect.gallery_sect .nav-item .nav-link.active {
    background: #6ab301;
    color: #fff;
    font-weight: 400;
}
@media screen and (max-width: 990px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item{position: relative;}
  span.icon_web {
    display: none;
  }

  .icon_Mweb {
         display: flex;
        border: 1px solid #6ab301;
        padding: 5px;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        z-index: 6;
        top: 8px;
        background: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: 0;
    background: rgb(139 195 74 / 20%);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    white-space: initial;
  }

span.icon_Mweb.show .IconPlus {
    display: none;
  }

  .icon_Mweb .IconMin {
    display: none;
  }

span.icon_Mweb.show .IconMin {
    display: block;
  }

  .AboutUs_sect {
    padding: 40px 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }

  .ContactUs_sect .contactus_wrapp {
    flex-wrap: wrap;
  }

  .ContactUs_sect .contactus_wrapp .Contact_left_bx {
    flex: 0 0 100%;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link h3 {
    margin: 0;
    font-weight: 400;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu .nav-link p {
    display: none;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown {
    position: initial;
    padding: 0;
    display: none !important;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    /* background: transparent; */
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 30px 0;
    display: block;
    cursor: pointer;
  }

  .navbar-toggler span {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    background: #1F1F1F;
    border-radius: 5px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #1F1F1F;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler span::after {
    top: -8px;
  }

  .navbar-toggler span::before {
    width: 20px;
  }

  .navbar-toggler.active span:after,
  .navbar-toggler.active span:before {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  }

  .navbar-toggler.active span {
    background: transparent;
  }

  .navbar-toggler.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    width: 27px;
  }

  .navbar-toggler.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 27px;
  }

  .navbar-toggler {
    position: absolute;
    right: 20px;
    top: -7px;
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item.dp-menu>.nav-link::after {
    background: url(../images/arrow.svg);
    content: '';
    position: absolute;
    right: 8px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .banner-wrp .inner_banner .banner_rght h1 {
    font-size: 32px;
  }

  .Project_about {
    padding-bottom: 0;
  }

  .Project_about .header_top2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .Project_about .header_top2 h3 {
    font-size: 18px;
  }

  .Project_about .content_bx .header_bx h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .Project_about .content_bx .btn_comm {
    margin: 20px 0 40px;
  }

  .content_bx.pr-5 {
    padding-right: 0px;
  }

  .content_bx.pl-5 {
    padding-left: 0px;
  }

  .order2 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .header_bx {
    display: none;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content {
    padding: 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .tab-content .SubMenu {
    gap: 0;
    grid-template-columns: auto;
    padding: 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .menu_inner {
    flex-direction: column;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .menu_dropdown .header_tab {
    padding: 0;
    display: none;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 15px !important;
    border: 0;
    font-size: 16px;
    margin: 0;
    position: relative;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 80%;
    right: -100%;
    top: 180px;
    height: calc(100vh - 0px);
    transition: .3s ease-in-out;
    padding: 0px;
    background: #f7f7f7;
    padding-bottom: 50px;
  }

  .header .navbar .navbar-collapse .navbar-nav {
    overflow-y: auto;
    height: calc(100vh - 220px);
    display: block;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .menu-drop {
    position: initial;
    display: none;
    width: 100%;
  }

  .ContactUs_sect .contactus_wrapp .Contact_rgt_bx::after {
    bottom: -18%;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item:hover .menu-drop {
    display: block;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .tab_proj_content {
    padding-left: 0;
  }

  .Project_sect .tab_media:after {
    bottom: -40px;
    top: initial;
    left: 0;
    transform: rotate(61deg);
  }



  .tab_proj_content .header_top h2 {
    font-size: 18px;
  }

  .tab_proj_content .header_top h3 {
    font-size: 26px;
  }

  .btn_comm {
    height: 40px;
    font-size: 16px;
    width: 135px;
  }

  .tab_proj_content .header_top p,
  .tab_proj_content ul li {
    font-size: 14px;
  }

  .Project_sect {
    padding: 20px 0 45px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .header_top {
    width: 100% !important;
  }

  .header_top h2,
  .AboutUs_sect .content_bx .header_top h2 {
    font-size: 32px;
  }

  .Project_sect .nav-tabs {
    margin-bottom: 30px;
  }

  .OurProject_list,
  .Involved_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .OurProject_list .card_bx .content_bx h3 {
    font-size: 24px;
  }

  .OurProject_list .card_bx .content_bx p {
    font-size: 14px;
  }

  .OurProject_list .card_bx {
    padding: 15px;
  }

  .WhatWeDo_sect.WhatWeDobg {
    grid-template-columns: auto;
    padding: 30px 15px;
    margin-bottom: 0;
  }

  .Project_sect .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    margin-right: 15px;
  }

  .WhatWeDo_sect.WhatWeDobg .tab_proj_content {}

  .WhatWeDo_sect.WhatWeDobg .tab_proj_content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .WhatWeDo_sect.WhatWeDobg .tab_proj_content h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .WhatWeDo_sect.WhatWeDobg .tab_proj_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .banner-bx .inner_banner .banner_lft h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .banner-bx .inner_banner {
    width: 80%;
  }

  .banner_sect .owl-carousel .owl-item img {
    object-position: center;
  }

  .banner-bx,
  .banner-wrp {
    height: 354px;
  }

  .OurPartner_sect ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .stories_sect .header_tp h2 {
    font-size: 32px;
  }

  .stories_sect .header_tp p {
    font-size: 16px;
  }

  .stories_sect .header_tp .btn {
    font-size: 18px;
  }

  .stories_list .card_bx .content_bx h3 {
    font-size: 24px;
  }

  .stories_list .card_bx {
    padding: 15px;
  }

  .stories_list .card_bx .content_bx p {
    font-size: 14px;
  }

  .Trusties_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .Trusties_list .card_bx {
    padding: 20px;
  }

  .Donate_sect .tab_media {
    display: none;
  }

  .Donate_sect .Donate_from {
    padding: 0;
  }

  .Donate_from button.btn {
    height: 50px;
    font-size: 24px;
    width: 100%;
  }

  .Donate_sect .Donate_from .Donate_plan label span {
    padding-left: 30px;
  }

  .from-group .from-control {
    height: 50px;
  }

  .from-group span.Rupees {
    font-size: 16px;
    top: 14px;
  }

  .Donate_sect .Donate_from .Donate_plan label span:after {
    width: 18px;
    height: 18px;
  }

  .Donate_sect .Donate_from .Donate_plan input:checked~span:before {
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
  }

  .Donate_sect .Donate_from .Donate_plan label {
    font-size: 16px;
  }

  .Donate_sect .Donate_from h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .Testimonials_sect .video_bx button img {
    width: 40px;
  }

  .owl-nav button span {
    width: 40px;
    height: 40px;
    font-size: 32px;
  }

  .Testimonials_sect .video_bx img {
    width: 100%;
  }

  .soical_list li+li {
    margin-left: 15px;
  }

  .soical_list li svg {
    width: 18px;
  }

  .Trusties_list .card_bx .content_bx h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .Trusties_list .card_bx .content_bx p {
    font-size: 16px;
  }

  .counter_sect .count_list .count_item {
    margin-bottom: 30px;
  }

  .banner-bx .inner_banner .banner_lft h4 {
    font-size: 16px;
  }

  .stories_list .card_bx .content_bx ul li svg {
    width: 18px;
  }

  .counter_sect .count_list .count_item h3 {
    margin-bottom: 40px;
  }

  .counter_sect .count_list {
    margin-top: 60px;
    gap: 30px;
  }

  .counter_sect h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .tab_media img {
    width: 100%;
  }

  .stories_list .card_bx .content_bx ul {
    gap: 6px;
    margin-top: 10px;
  }

  .Certification_wrapp {
    flex-direction: column;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
.tab_media img{width: 100%;}

  .Certification_wrapp .Certification_hd h3 {
    font-size: 26px;
    text-align: center;
  }

/*  strat payment page css here 
*/
ul.categoriesList{ display:block !important; }
ul.categoriesList li{ width: 100% !important; margin:8px 0px !important; }
.form-wizard{ display: block !important; }
.col-md-5.col-lg-5.col-sm-12.text-right {
  text-align: left !important;
}
.row.form-group.align-items-center {
  margin-bottom:23px;
}

.btn.btn-primary.paymentNRIIndividual.ml-4{ margin-top: 20px !important; }

/*  end of here  payment page css here 
*/

  .OurMedia_sect ul .tall-wide,
  .OurMedia_sect ul .wide {
    width: 100%;
  }

  .OurMedia_sect ul .small {
    width: 100%;
  }

  .ft_row {
    grid-template-columns: auto;
    gap: 20px;
  }

  .OurMedia_sect ul li img {
    width: 100%;
  }

  .OurPartner_sect li {
    height: 155px;

  }

  .Certification_wrapp .card_bx {
    margin: 0 15px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner {
    padding: 20px;
  }

  .faq_sect .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    text-align: left;
  }

  .stories_sect .header_tp {
    flex-direction: column;
  }

  .OurMedia_sect ul {
    flex-direction: column;
  }

  .stories_sect .header_tp .lft_bx {
    max-width: 100%;
  }

  .headerTop .headerinner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .banner-bx .inner_banner .banner_lft h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .header_top h2,
  .AboutUs_sect .content_bx .header_top h2 {
    font-size: 26px;
  }

  .banner-bx .inner_banner {
    width: 100%;
  }

  .banner-bx .inner_banner .banner_lft h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .ServicesOffter_sect>h3 {
    font-size: 26px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 ul li svg {
    width: 16px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx h3 span {
    font-size: 14px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner .header_bx {
    flex-direction: column;
    gap: 15px;
  }

  .ServicesOffter_sect .ServicesOffter_wrapp .ServicesOffter_inner p {
    font-size: 14px;
  }

  .CoreServ_offered_content,
  .left_bx.tab_media {
    margin-bottom: 30px;
  }

  .media_list {
    margin-top: 50px;
  }

  .media_list .media_colum .media_img {
    border-radius: 40px 0 0 0;
  }

  .header .navbar .navbar-brand {
    width: 120px;
  }

  .navbar .navbar-collapse {
    top: 150px;
  }

  .media_list .media_colum .media_img+.media_img {
    border-radius: 0 0 60px 0;
  }

  .Trusties_list,
  .counter_sect .count_list,
  .OurPartner_sect ul,
  .OurProject_list,
  .Involved_list {
    grid-template-columns: auto;
  }
}

.Mission_sect {
  margin-bottom: 150px;
  margin-top: 40px;
}

.Mission_sect.about {
  margin-bottom: 40px;
}

.Mission_sect .Mission_inner {
  display: flex;
}

.Mission_sect .Mission_inner .Mission_icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-left: 5%;
}

.Mission_sect .Mission_inner .Mission_icon img {}

.Mission_sect .Mission_inner .Mission_icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background: #fff;
  border: 4px solid;
  border-color: #6ab301;
  display: flex;
  align-items: center;
  width: 190px;
  height: 190px;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.Mission_sect .Mission_inner .Mission_icon .icon svg {}

.Mission_icon:after {
  background: #6ab301;
  width: 429px;
  height: 429px;
  content: '';
  position: absolute;
  left: -40%;
  bottom: -15%;
  border-radius: 100%;
  z-index: -1;
}

.Mission_sect .Mission_inner .mission_content {
  margin-right: 15%;
}

.Mission_sect .Mission_inner .mission_content .card_mis {
  background: #89c336;
  display: flex;
  align-items: center;
  padding: 26px 35px;
  gap: 20px;
  color: #fff;
  position: relative;
  margin-left: 25%;
  height: 213px;
}

.Mission_sect .Mission_inner .mission_content .card_mis::after {
  position: absolute;
  content: '';
  background: url(../images/ic_03.png);
  width: 321px;
  left: -38.5%;
  height: 227px;
  z-index: 6;
  bottom: -13px;
  background-size: contain;
  background-repeat: no-repeat;
}

.Mission_sect .Mission_inner .mission_content .card_mis:last-child:after {
  position: absolute;
  content: '';
  background: url(../images/ic_02.png);
  width: 321px;
  left: -38.5%;
  height: 227px;
  z-index: 6;
  bottom: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}

.Mission_sect .Mission_inner .mission_content .card_mis+.card_mis {
  margin-top: 50px;
}

.Mission_sect .Mission_inner .mission_content .card_mis .rgt_icon {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 130px;
  justify-content: center;
}

.Mission_sect .Mission_inner .mission_content .card_mis .lft_bx {}

.Mission_sect .Mission_inner .mission_content .card_mis .lft_bx h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}

.Mission_sect .Mission_inner .mission_content .card_mis .lft_bx p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width:460px) {

  .OurProject_sect {
    padding: 50px 0px;
  }

  .counter_sect {
    padding: 50px 0px;
  }

  .counter_sect .count_list .count_item small img {
    width: 40%;
  }

  .Project_sect {
    padding: 47px 0 45px;
  }

  .tab_media.whomeare::before {
    top: -26px;
    bottom: initial;
    right: 0;
  }

  .OurPartner_sect li {
    height: 180px;
  }

  .stories_sect {
    padding: 50px 0px;
    background: #f2ffdf;
  }

  .Testimonials_sect {
    margin: 0px 0;
  }

  .counter_sect .count_list.home_counter {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .owl-nav button.owl-next {
    right: 0;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }

  .Testimonials_sect .owl-nav button.owl-next {
    right: 0;
  }

  .Testimonials_sect .owl-nav button.owl-prev {
    left: 0;
  }

  .AboutUs_sect .content_bx .header_top h3 {
    font-size: 18px;
  }

  .AboutUs_sect .content_bx p {
    font-size: 16px;
  }

  .faq_sect .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }

  .stories_sect .header_tp h2,
  .Project_about .header_top h3,
  .CoreServ_offered_content h3 {
    font-size: 24px;
  }

  .ServicesOffter_sect>h3 {
    font-size: 24px;
  }

  .Testimonials_sect {
    margin: 40px 0;
  }

  .Donate_sect {
    margin-top: 0px;
  }

  .Donate_sect {
    padding: 20px;
  }

  .Donate_sect .Donate_from .Donate_plan {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 0;
  }

  .OurPartner_sect li img {
    width: 180px;
  }

  .Project_about {
    padding: 30px 0px;
  }

  .banner-bx,
  .banner-wrp {
    height: 278px;
  }

  .banner-wrp.mobile-gall {
  height: 190px;
}

  .banner-bx {
    position: relative;
  }

  .banner-bx::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #6ab301e0;
    z-index: 1;
  }


  .Trusties_sect {
    margin-top: 0;
  }

  .navbar .navbar-collapse {
    top: 199px;
  }

  .header_top h2,
  .AboutUs_sect .content_bx .header_top h2 {
    font-size: 24px;
  }

  .banner-bx .inner_banner .banner_lft h1 {
    font-size: 20px;
  }

  .faq_sect {
    margin: 30px 0;
  }

  .OurPartner_sect {
    padding: 0px 0 40px;
  }

  .Certification_sect .header_top {
    padding: 0 20px;
  }

  .faq_sect .volunteer-box {
    padding-top: 0;
  }

  .OurPartner_sect li:last-child {
    display: none;
  }

  .Projects_new_sect .consut_wrap ul {
    flex-direction: column;
  }

  .Mission_sect .Mission_inner,
  .Mission_sect .Mission_inner .mission_content .card_mis {
    flex-direction: column;
  }

  .Mission_sect .Mission_inner .Mission_icon {
    display: none;
  }

  .Projects_new_sect .consut_wrap ul li {
    width: 100%;
  }

  .Mission_sect .Mission_inner .mission_content {
    margin: 0;
    padding: 0 20px;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis {
    margin: 0;
    height: auto;
    text-align: center;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis .rgt_icon {
    order: 1;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis .lft_bx {
    order: 2;
  }

  .Mission_sect {
    margin: 0 0 30px;
  }

  .Project_about .content_bx {
    margin-bottom: 50px;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis::after,
  .Mission_sect .Mission_inner .mission_content .card_mis:last-child::after {
    display: none;
  }
}

.Donation_form_sect {
  padding: 60px 0 0;
  background: #f2ffdf;
}

.Donation_form_sect .Donation_form_wrapp {
  display: flex;
  align-items: center;
  gap: 60px;
}

.Donation_form_sect .Donation_form_wrapp .image_donte {
  width: 40%;
}

.Donation_form_sect .Donation_form_wrapp .image_donte img {
  width: 100%;
}

.Donation_form_sect .Donation_form_wrapp .Donate_from {
  width: 60%;
  padding-right: 15%;
}

.Donation_form_sect .Donation_form_wrapp .Donate_from h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_from .from-group {}

.Donation_form_sect .Donation_form_wrapp .Donate_from .from-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 124%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_from .from-group .from-control {
  height: 50px;
  border-radius: 50px;
}

.Donation_form_sect .Donation_form_wrapp button.btn {}

.Donation_form_sect .header_top {
  margin-bottom: 50px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_from .from-group textarea.from-control {
  height: 120px;
  border-radius: 8px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
  margin-top: 21px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan label {
  font-weight: 500;
  font-size: 18px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: #373737;
  position: relative;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan label input {
  display: none;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan label span {
  padding-left: 30px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan label span:after {
  width: 22px;
  height: 22px;
  border: 1.5px solid #6AB301;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 100%;
}

.Donation_form_sect .Donation_form_wrapp .from-group span.Rupees {
  top: 14px;
}

.Donation_form_sect .Donation_form_wrapp .Donate_plan input:checked~span:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #6ab301;
  border-radius: 100%;
}

.read-more-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  position: relative;
}

.read-more-content.expanded {
  -webkit-line-clamp: unset;
  max-height: 1000em;
  overflow: visible;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  color: #6ab301;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 1199px) and (max-width:1660.5px) {
  .Mission_sect .Mission_inner .mission_content .card_mis::after {
    left: -44.2%;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis:last-child:after {
    left: -44.2%;
  }

  .Mission_sect .Mission_inner .mission_content {
    margin-right: 5%;
  }
}

@media screen and (min-width: 1199px) and (max-width:1440.5px) {
  .Mission_sect .Mission_inner .mission_content .card_mis::after {
    left: -53.7%;
  }

  .Mission_sect .Mission_inner .mission_content .card_mis:last-child:after {
    left: -53.7%;
  }
}


@media screen and (min-width: 320px) and (max-width:768.5px) {
  .Donation_form_sect {
    padding-bottom: 45px;
  }

  .Donation_form_sect .Donation_form_wrapp .image_donte {
    display: none;
  }

  .Donation_form_sect .Donation_form_wrapp .Donate_plan {
    flex-direction: column;
    gap: 15px;
  }

  .Donation_form_sect .Donation_form_wrapp .Donate_from {
    width: 100%;
    padding: 0 20px;
  }
}



.read-more-btn {
  display: inline-block;
  color: #007bff;
  font-weight: 500;
  margin-top: 6px;
  cursor: pointer;
}
.d-none {
  display: none;
}