::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.navbar-area.is-sticky .navbar img.site-logo {
  height: 95px;
}

.navbar-area .navbar img.site-logo {
  height: 110px;
}

.footer_area_about img.footer-logo {
  height: 120px;
}

.footer_twitter_area h6 {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: normal;
}

.main-navbar {
  padding: 0;
}

#common_banner_area {
  padding: 50px;
  background-position: top;
}

.footer_area_about p {
  padding-top: 0;
}

.footer_area_about h3 {
  padding-bottom: 35px;
}

ul.topbar-list-right li a {
  color: var(--navber-color);
  /* font-size: 18px; */
  background: transparent;
  /* border: 1px solid #912b10; */
  /* width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; */
}
.copyright_right ul li a {
  color: #fff;
  /* font-size: 18px; */
  background: #212529;
  border: 1px solid #212529;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.copyright_right ul li a:hover {
  color: #212529;
  background: transparent;
}
.copyright_left p {
  color: var(--black-color);
}

.copyright_right ul li {
  padding-left: 10px;
}

/* .copyright_right ul{
      margin-right: 30px;
  } */

.go-top.active {
  top: 94%;
}

.banner_one_text .color_big {
  z-index: 1;
}

.copyright_area {
  background-color: transparent;
  padding: 20px 0;
}

.about_top_boxed_text h3 {
  font-size: 26px;
}

.about_top_boxed_icon img {
  height: 100px;
  width: 100px;
}

.about_area_para p {
  font-size: 16px;
}

.btn_md {
  font-size: 16px;
}

.footer_twitter_area h6 {
  line-height: 28px;
}

.copyright_right {
  text-align: left;
}

.copyright_right ul li:first-child {
  padding-left: 0;
}

.copyright_left {
  text-align: center;
}

#volunteer-section .volunteer-para p {
  line-height: 28px;
}

#volunteer-section .volunteer-para ul.unorder-list li {
  padding: 3px 0;
  color: var(--paragraph-color);
  line-height: 28px;
  list-style: square;
}

#volunteer-section .volunteer-para ul.unorder-list li::marker {
  color: #932c14;
}

#volunteer-section .volunteer-para {
  margin-bottom: 30px;
}

#volunteer-section .volunteer-para .list-part {
  display: flex;
  justify-content: flex-start;
  gap: 10%;
}

.section_padding {
  padding: 60px 0 60px;
}

.work_with_us .content-para p {
  margin-bottom: 18px;
  line-height: 28px;
}

.work_with_us .content-para {
  margin-bottom: 50px;
}

#home_five_card_area .service-card p {
  display: -webkit-box;
  height: 62px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 36px;
}

.card_five_wrapper {
  min-height: 334px;
}

#home_five_card_area .service-card h3 {
  font-size: 21px;
}

.service-detail-sec .service-details h3,
.trust-content h3 {
  margin-top: 35px;
}

.service-detail-sec .service-details p {
  padding-top: 15px;
  line-height: 28px;
}

.service-detail-sec .service-details ul li {
  padding-bottom: 10px;
  color: var(--paragraph-color);
}

.service-detail-sec .service-details ul li:last-child {
  padding-bottom: 0;
}

.service-detail-sec .service-details ul {
  padding-top: 15px;
}

.service-detail-sec .service-details ul.disc-list {
  padding-left: 18px;
}

ul.disc-list {
  padding-left: 18px;
}

ul.disc-list li {
  list-style: disc !important;
  line-height: 28px;
  padding-bottom: 10px;
  color: var(--paragraph-color);
}

.service-detail-sec .service-details ul.disc-list li {
  list-style: disc !important;
  line-height: 28px;
}

.service-detail-sec .service-details ul.disc-list li::marker {
  color: #932c14;
}

.service-detail-sec .service-details table,
.service-detail-sec .service-details table th,
.service-detail-sec .service-details table td {
  border: 1px solid #eb6d07;
  border-collapse: collapse;
}

.service-detail-sec .service-details table tbody tr:first-child {
  background: #eb6d07;
}

.service-detail-sec .service-details table tbody tr:first-child td {
  color: #fff;
}

.service-detail-sec .service-details table tbody tr:not(:first-child) {
  background: #fff7f0;
  --bs-table-accent-bg: #fff7f0;
}

.service-detail-sec .service-details table tbody tr td:first-child {
  text-align: left;
}

.service-detail-sec .service-details table tbody tr td {
  padding: 10px 15px;
}

.service-detail-sec .service-details table {
  width: 100%;
  margin: 20px 0;
}

.service-detail-sec .service-details th,
.service-detail-sec .service-details td {
  text-align: center;
  padding: 8px 3px;
}

.service-section .section_heading {
  margin-bottom: 65px;
}

#make_donation_area .donation-content p,
.trust-content p,
.para-content p {
  padding-top: 15px;
  line-height: 28px;
}

#make_donation_area .donation-content ul.flex-list li {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

#make_donation_area .donation-content ul li {
  padding-bottom: 10px;
  color: var(--paragraph-color);
  line-height: 28px;
}

#make_donation_area .donation-content ul li:last-child {
  padding-bottom: 0;
}

#make_donation_area .donation-content ul {
  padding-top: 15px;
}

#make_donation_area .donation-content ol li,
.para-content ol li {
  padding-bottom: 10px;
  color: var(--paragraph-color);
  line-height: 28px;
}

#make_donation_area .donation-content ol li:last-child,
.para-content ol li:last-child {
  padding-bottom: 0;
}

#make_donation_area .donation-content ol,
.para-content ol {
  padding-top: 15px;
  padding-left: 15px;
}

#make_donation_area .donation-content h3 {
  margin-top: 30px;
}

#make_donation_area .donation-content {
  margin-bottom: 50px;
}

.pdf_download_left h5 {
  margin-left: 15px;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px !important;
  }
}

.team-section .volunteer_wrapper,
.expert-section .volunteer_wrapper,
#board-of-management .expert-section .volunteer_wrapper {
  display: flex;
}

.team-section .volunteer_wrapper h5,
.expert-section .volunteer_wrapper h5,
#board-of-management .expert-section .volunteer_wrapper h5 {
  padding-top: 8px;
  font-size: 16px;
}

.team-section .volunteer_wrapper p,
.expert-section .volunteer_wrapper h5,
#board-of-management .expert-section .volunteer_wrapper h5 {
  padding-top: 20px;
}

.team-section .volunteer_wrapper .volunteer_text {
  text-align: left;
  width: 70%;
}

.team-section .volunteer_wrapper .volunteer_img {
  width: 30%;
}

.team-section .volunteer_wrapper .volunteer_img img,
.expert-section .volunteer_wrapper .volunteer_img,
#board-of-management .expert-section .volunteer_wrapper .volunteer_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.team-section .volunteer_wrapper {
  min-height: 281px;
  max-height: 281px;
  margin-bottom: 35px;
}

.expert-section p.link-text,
#board-of-management .expert-section p.link-text {
  font-size: 14px;
}

.expert-section .volunteer_wrapper .volunteer_img,
#board-of-management .expert-section .volunteer_wrapper .volunteer_img {
  width: 25%;
}

.expert-section .volunteer_wrapper .volunteer_text,
#board-of-management .expert-section .volunteer_wrapper .volunteer_text {
  width: 72%;
  text-align: left;
}

.expert-section .volunteer_wrapper,
#board-of-management .expert-section .volunteer_wrapper {
  padding-bottom: 15px;
}

.expert-section .volunteer_wrapper,
#board-of-management .expert-section .volunteer_wrapper {
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 18px 18px;
  margin-bottom: 25px;
}

.mission_area .about_two_img img {
  width: 100%;
}

.about_mission_area .about_two_left_wrapper .about_tree_mission_text .heading {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.about_tree_mission_icon {
  width: auto;
  margin-right: 10px;
}

ul.unorder-list {
  padding-top: 15px;
}

ul.unorder-list li {
  padding-bottom: 10px;
  color: var(--paragraph-color);
}

.about_tree_mission_text h3 {
  padding-bottom: 0;
}

.about_mission_area {
  padding-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  white-space: nowrap;
}

.volunteer_wrapper .volunteer_text h3 {
  margin-bottom: 12px;
}

.service-detail-sec .service-details ul li:last-child {
  padding-bottom: 0;
}

.service-content .service-details img {
  margin-bottom: 1rem;
}

.payment-response-page {
  padding: 80px 0;
}

.payment-response-page .payment-response-body {
  width: 40%;
  margin: 0 auto;
  box-shadow:
    -4px -6px 24px rgba(0, 0, 0, 0.08),
    8px 12px 24px rgba(0, 0, 0, 0.08);
  padding: 65px;
  text-align: center;
  border-radius: 15px;
}

.payment-response-page .payment-response-body .image-payment {
  margin-bottom: 15px;
}

.payment-response-page .payment-response-body .content-payment {
}

.payment-response-page .payment-response-body .content-payment p.title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.gallery_album_item {
  text-align: center;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}

.gallery_album_item .albumname {
  padding: 15px;
}

.gallery_album_item .albumname a p {
  color: #912b10;
  font-size: 16px;
  font-weight: 600;
}

.gallery_item img.mainimage {
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.gallery_overlay a img {
  height: 65px;
  width: auto;
}

.gallery_album_item .imagealbum img {
  height: 45vh;
  object-fit: cover;
  width: 100%;
}

.service-detail-sec
  .service-details
  .service-content-section
  h3.innerpage__title {
  font-size: 20px;
  color: #000;
  position: relative;
  background: #f7f7f7;
  padding: 10px 15px;
  font-weight: 500;
  margin-top: 0;
}

.service-detail-sec
  .service-details
  .service-content-section
  h3.innerpage__title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #912b10;
  bottom: 0;
  left: 0;
  top: 0;
}

.service-detail-sec .service-details .service-content-section {
  margin-top: 40px;
}

.service-detail-sec .service-details .service-content-section p {
  position: relative;
  padding-left: 25px;
}

.service-detail-sec .service-details .service-content-section p:before {
  content: "";
  content: "\f30b";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #912b10;
  font-weight: 900;
}

.service-detail-sec .service-details .service-content-section ul {
  padding-left: 45px;
}

.service-detail-sec .service-details .service-content-section p strong {
  font-weight: 600;
  color: #912b10;
}

.service-detail-sec
  .service-details
  .service-content-section
  ul.disc-list
  li
  strong {
  font-weight: 600;
  color: #912b10;
}

.service-detail-sec .service-details .service-content-section p span.fixitem {
  display: block;
  margin-bottom: 10px;
}

.service-detail-sec
  .service-details
  .donation-content
  .service-content-section
  h5 {
  margin-top: 25px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

#make_donation_area
  .service-detail-sec
  .service-details
  .service-content-section
  ol {
  padding-left: 45px;
}

#make_donation_area
  .service-detail-sec
  .service-details
  .service-content-section
  ol
  li::marker {
  color: #912b10;
}

.listviewshow {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #912b10;
  border-style: dashed;
}

.listviewshow p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  background: rgb(145 43 16 / 5%);
  padding: 15px 25px;
}

.listviewshow ul.disc-list {
  padding-left: 45px;
}

.listviewshow ul.disc-list li {
}

.listviewshow ul.disc-list li::marker {
  color: #912b10;
}

.volunteer_wrapper.other_volunteer_wrapper {
}

.volunteer_wrapper.other_volunteer_wrapper .volunteer_text {
}

.volunteer_wrapper.other_volunteer_wrapper .volunteer_text p.title {
  padding: 0;
  color: #000;
  font-weight: 600;
}

.volunteer_wrapper.other_volunteer_wrapper .volunteer_text p.link-text {
  color: #912b10;
  font-weight: 500;
}

.volunteer_wrapper.other_volunteer_wrapper {
  margin-bottom: 30px;
}

.about-page-content p {
  padding-top: 15px;
  line-height: 28px;
}

#about_area_eight .volunteer_wrapper {
  margin-bottom: 30px;
}

#other-team-member .volunteer_wrapper {
  margin-bottom: 30px;
}

#volunteer_area_main .section_heading h2 {
  padding-bottom: 12px;
}

#volunteer_area_main .volunteer_text .desc {
  max-height: 225px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  margin-top: 8px;
}

#our-team .section_heading h2 {
  padding-bottom: 12px;
}

#our-team .volunteer_text .desc {
  max-height: 225px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  margin-top: 8px;
}

.service-detail-sec .service-details h3 {
  font-size: 20px;
  color: #000;
  position: relative;
  background: #f7f7f7;
  padding: 10px 15px;
  font-weight: 500;
  margin-top: 40px;
}

.service-detail-sec .service-details h3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #912b10;
  bottom: 0;
  left: 0;
  top: 0;
}

.service-detail-sec .service-details ul {
  padding-left: 18px;
}

.service-detail-sec .service-details ul li {
  list-style: disc !important;
  line-height: 28px;
}

.service-detail-sec .service-details ul li::marker {
  color: #932c14;
}

.blog_card_wrapper {
  margin-bottom: 40px;
}

.blog_card_wrapper {
  margin-bottom: 40px;
}

#volunteer-section .volunteer-para ul li {
  padding: 3px 0;
  color: var(--paragraph-color);
  line-height: 28px;
  list-style: square;
}

#volunteer-section .volunteer-para ul {
  padding: 10px 0 10px 20px;
  /* width: 50%; */
}

#volunteer-section .volunteer-para ul li::marker {
  color: #932c14;
}

.about_mission_area ul {
  padding-top: 15px;
}

.about_mission_area ul li {
  padding-bottom: 10px;
  color: var(--paragraph-color);
}

.service-detail-sec .service-details .donation-content h5 {
  margin-top: 25px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.5;
}

.service-detail-sec .service-details p {
  position: relative;
  padding-left: 25px;
}

.service-detail-sec .service-details p:before {
  content: "";
  content: "\f30b";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #912b10;
  font-weight: 900;
}

.service-detail-sec .service-details p span.fixitem {
  display: block;
  margin-bottom: 10px;
}

#make_donation_area ul {
  padding-top: 15px;
}

.service-detail-sec .service-details ul {
  padding-left: 45px !important;
}

#make_donation_area .service-detail-sec .service-details ol {
  padding-left: 45px;
}

#make_donation_area .service-detail-sec .service-details ol li::marker {
  color: #912b10;
}

.service-detail-sec .service-details p strong {
  font-weight: 600;
  color: #912b10;
}

.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu.full-width {
  left: 230px;
  width: fit-content;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 8px 25px;
}

#board-of-management .para-content ol {
  margin-bottom: 0;
}

#board-of-management .title p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding-top: 18px;
  padding-bottom: 24px;
}

.work_with_us ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.work_with_us ul li {
  padding: 3px 0;
  color: var(--paragraph-color);
  line-height: 28px;
  list-style: square;
}

.work_with_us ul li::marker {
  color: #932c14;
}

#contact_full_map .contact_map_area {
  margin-top: 0;
}

#other-team-members .sub-title p {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}

.team-page-section .team-subtitle {
  margin: 40px 0 30px;
}
.team-page-section .section_heading {
  margin-bottom: 0;
}
.team-page-section .team-subtitle p {
  font-size: 20px;
  font-weight: 500;
  /* border-left: 3px solid #92341b;
  border-right: 3px solid #92341b; */
  padding: 15px;
  margin: 60px 0 50px;
  text-transform: none;
  /* background: #e5e5e5; */
  color: #92341b;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  justify-content: center;
}

.diamond-shape {
  background: #92341b;
  height: 10px;
  text-align: center;
  transform: rotate(45deg);
  width: 10px;
}

/* .team-page-section .team-subtitle p {
  font-size: 20px;
  font-weight: 600;
  padding: 12px;
  margin-bottom: 30px;
  color: #2e2e2e;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
  position: relative;
} */

.team-page-section .team-subtitle p::after,
.team-page-section .team-subtitle p::before {
  content: "";
  display: block;
  border-bottom: 1px solid #92341b;
  border-top: 1px solid #92341b;
  height: 5px;
  /* background-color: #f8f8f8; */
  width: 150px;
}

.team-page-section .team-subtitle p::after {
  justify-self: start;
}

.team-page-section .team-subtitle p::before {
  justify-self: start;
}

.team-page-section .inner-subtitle {
  margin: 30px 0 30px;
}

.team-page-section .team-subtitle:first-child {
  margin: 0 0 20px 0;
}

.team-page-section {
  margin-bottom: 0 !important;
}

.team-page-section .inner-subtitle p {
  position: relative;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 12px;
}

.team-page-section .inner-subtitle p::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  content: "";
  background-color: #912b10;
}

.team-page-section .volunteer_img img {
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
  border-radius: 10px;
}

.team-page-section .volunteer_img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#viability-of-health-equity .grid-inner-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.primary-care-services .grid-images img,
.secondary-care-services .grid-images img {
  margin-bottom: 1rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  height: 400px;
}

.primary-care-services .grid-images,
.secondary-care-services .grid-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.secondary-care-services .odd-grid-images img {
  margin-bottom: 1rem;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.secondary-care-services .odd-grid-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.service-content .service-details img {
  margin-bottom: 1rem;
  border-radius: 10px;
}

.banner-img img {
  border-radius: 10px;
}

.integrated-care-img {
  height: 100%;
}

.integrated-care-img img {
  max-width: 100%;
  height: 100%;
}

.project-area-maps {
  padding-top: 20px;
  display: flex;
  gap: 15px;
}

#health-equity-system-of-integrated-care .grid-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

#health-equity-system-of-integrated-care .grid-images img,
#viability-of-health-equity .grid-images img {
  border-radius: 10px;
  margin-bottom: 1rem;
  height: 100%;
}

#viability-of-health-equity .grid-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

/* .hero-section {
    padding: 2%;
}

.hero-section .heroInner {
    border-radius: 12px;
    overflow: hidden;
} */

.hero-section {
  padding-bottom: 80px;
}

.home_gallery_section .gallery_album_item .imagealbum img {
  height: auto;
}

#footer_area {
  margin-top: 0;
  padding: 70px 0;
}

.home_service_section {
  padding: 50px 0 80px;
}

.home_service_section .causes_boxed_text h3 a {
  padding-top: 0;
}

.home_info_section {
  padding: 135px 0 0;
}

.home_info_section .about_top_boxed_icon img {
  height: 60px;
  width: auto;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background: none;
}

.home_info_section .about_top_boxed_icon {
  text-align: center;
  margin: 0px auto 0 auto;
  margin-top: -90px;
  transition: var(--transition);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow:
    0px -4px 16px rgb(0 0 0 / 6%),
    4px 8px 16px rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_info_section .about_top_boxed_text p {
  margin-bottom: 15px;
}

#donate_area {
  background-image: url(../images/banner/donation.png);
  padding: 90px 0 140px;
}

#common_banner_area {
  background-image: url(../images/banner/breadcrumb.png);
}

.home_about_section .about_area_heading_two h3 {
  font-size: 20px;
  line-height: 1.5;
}

.footer_area_about {
  padding-right: 70px;
}

.home_gallery_section .gallery_album_item img {
  max-height: 305px;
}

#donate_area .donation-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
}

#donate_area .donation-card .donation-card-inner {
  padding: 30px 20px;
}

#donate_area .donation-card .donation-card-inner h3 {
  color: #fff;
  padding-bottom: 25px;
  font-weight: 500;
}

#donate_area .donation-card .donation-card-inner ol {
  padding-left: 15px;
  color: #fff;
}

#donate_area .donation-card .donation-card-inner ol li {
  padding-bottom: 10px;
  padding-left: 4px;
}

#donate_area .donate_text {
  margin-bottom: 60px;
}

.case_boxed_wrapper {
  height: 100%;
}

.home_about_section .about_area_img img {
  border-radius: 10px;
}

.home_about_section .about_area_main_text {
  padding-top: 0px;
}

.about_top_boxed {
  height: 100%;
  min-height: 315px;
}

section#donate_area .counter-box .counter_item {
  width: 46%;
  text-align: center;
  border: 1px solid #eeeeee;
  height: 100%;
  padding: 20px 15px;
  /* padding: 0 15px; */
}

section#donate_area .counter-box .counter_item p,
section#donate_area .counter-box .counter_item h2 {
  color: #fff;
}

section#donate_area .counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

section#donate_area .counter-box.triple-counter-boxes .counter_item {
  width: 31.33%;
}
section#donate_area .counter-box.triple-counter-boxes {
  margin-top: 20px;
}
.is-sticky .btn_navber {
  color: var(--main-color);
}
.is-sticky .btn_navber:hover {
  color: var(--white-color);
}
section#donate_area
  .counter-box.secondary-counter-box
  .counter_item:last-child {
  width: 100% !important;
  margin: 0 15px;
}
#news_details_main .details_big_img img:hover {
  transform: scale(1);
}
#news_details_main .details_wrapper_area .details_text_wrapper h2 {
  font-size: 28px;
  font-weight: 500;
}
.blog_card_heading h3 {
  font-size: 18px;
  font-weight: 500;
}
