@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@200;300;400;500;600;700;800&display=swap");
body {
  background: #fff !important;
  color: #000 !important;
  overflow-x: hidden !important;
  font-family: "Spartan", sans-serif !important;
}

html {
  scroll-behavior: smooth !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#brands-sec .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

#banner-section,
#event-banner-slider {
  padding-bottom: 3rem;
  overflow: hidden;
  padding-top: 9rem;
}

.container-1200-wrp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

#banner-section .bottom-content a {
  padding: 10px 15px;
  margin-top: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #c00;
  background: #c00;
  color: #fff;
}

#banner-section .bottom-content a:hover {
  border: 2px solid #c00;
  color: #c00;
  text-decoration: unset;
  background: unset;
}

#banner-section .padding-top .key-words h1 {
  padding: 0rem 4rem;
  letter-spacing: 1px;
  line-height: 2;
}

#banner-section .main-circle .main-video video {
  width: 100%;
  height: 100%;
}

#banner-section .main-circle .play-button-wrapper {
  position: absolute;
  top: 0%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#banner-section .main-circle .play-button-wrapper .play-gif {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#change-makers .change-makers-slider .play-button-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}

.loading_tab {
  text-align: center;
  padding-bottom: 0px;
  background-color: #f00;
  margin: 0 auto;
  width: 150px;
  height: 30px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  display: none;
}

#banner-section .main-circle .bottom-content {
  padding: 3rem;
}

#make-impact,
#humanity-planet,
#collaps-imgs-sec,
#advantage-dlc,
#workshop-programs-tabs,
#change-makers,
#faqs-sec,
#get-involved-banner {
  padding: 3rem 0rem;
  background: #fff;
  color: #000;
}

.causes-cards {
  padding: 10rem 0rem 0rem 0rem;
}

#make-impact .heading h1,
#make-impact .heading h2,
#humanity-planet .heading h2,
#collaps-imgs-sec .heading h2,
#advantage-dlc .heading h2,
#workshop-programs-tabs .heading h2,
#change-makers .top-title h2 {
  font-size: 40px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff !important;
}

#make-impact .heading h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
}

#make-impact .make-impact-content p {
  font-size: 20px;
  margin-bottom: 3rem;
  line-height: 1.7;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#make-impact .text-video {
  position: relative;
  overflow: hidden;
}

#make-impact .text-video video {
  width: 100%;
}

#make-impact .text-video .text-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: multiply;
}

#make-impact .text-video .text-box h2 {
  font-size: 15.5rem;
  font-weight: 800;
  width: 100%;
  height: 100%;
  text-shadow: 2px 7px 0 #3e3e3e;
}

#humanity-planet .img-title h2 {
  font-family: "Spartan", sans-serif;
  font-size: 32px;
  text-align: center;
  padding-top: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#humanity-planet .img-title .border-bottom1,
#humanity-planet .img-title .border-bottom2 {
  border-bottom: 4px solid #c00 !important;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0rem auto;
}

#humanity-planet .container-fluid {
  padding: 3rem 6rem;
}

#humanity-planet #humanity-planet .content:hover .img-title .border-bottom1 {
  opacity: 1;
  -webkit-animation: line-animation 1s linear;
  animation: line-animation 1s linear;
}

#humanity-planet #humanity-planet .content:hover .img-title .border-bottom2 {
  opacity: 1;
  -webkit-animation: line-animation 1s linear;
  animation: line-animation 1s linear;
}

@-webkit-keyframes line-animation {
  0% {
    left: 0;
  }
  100% {
    right: 100%;
  }
}

@keyframes line-animation {
  0% {
    left: 0;
  }
  100% {
    right: 100%;
  }
}

#humanity-planet .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#humanity-planet .content .caption {
  position: absolute;
  top: 100%;
  left: 0;
  height: 15%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#humanity-planet .content .caption p {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 10px 20px;
  line-height: 2px;
  font-family: "Spartan";
  line-height: 1.5;
  padding: 4rem 7rem 1.5rem 7rem;
}

#humanity-planet .content .caption .view-all-btn {
  color: #fff;
  font-size: 14px;
  background: #c00;
  padding: 7px 20px;
  font-weight: 400;
  margin-right: 10px;
  border: 2px solid #c00;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#humanity-planet .content .caption .view-all-btn:hover {
  text-decoration: none;
  border: 2px solid #c00;
  background: transparent;
  color: #c00;
}

#humanity-planet .content .caption .up-down {
  -webkit-animation: up-down 0.6s infinite alternate;
  animation: up-down 0.6s infinite alternate;
  display: block;
  -webkit-transition: 0.4;
  transition: 0.4;
}

#humanity-planet .content .caption .up-down i {
  font-size: 34px;
}

#humanity-planet .causes-cards .card-width {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 2.5rem;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#humanity-planet .content .caption .up {
  display: none;
  -webkit-transition: 0.4;
  transition: 0.4;
}

#humanity-planet .content:hover .border-bottom1,
#humanity-planet .content:hover .border-bottom2 {
  opacity: 1;
}

#humanity-planet .content:hover .caption {
  opacity: 1;
  height: 110%;
  top: 0;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #00000029),
      to(#000)
    ) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000029 0, #000 100%) 0 0
    no-repeat padding-box;
}

#humanity-planet .content:hover .up {
  opacity: block;
  -webkit-animation: up-down 0.6s infinite alternate;
  animation: up-down 0.6s infinite alternate;
  display: block;
  margin-top: 3rem;
}

#humanity-planet .content:hover .up i {
  font-size: 38px;
}

#humanity-planet .content:hover .up-down {
  display: none;
}

#humanity-planet .content img {
  cursor: pointer;
  width: 100%;
}

#advantage-dlc .container-fluid {
  padding: 5rem 13rem;
}

#humanity-planet .top-title h1 {
  font-size: 24px;
  font-family: "Spartan";
  text-align: center;
  padding: 1.5rem 0rem 3.5rem 0rem;
  position: relative;
  z-index: 999;
  width: 63%;
  margin: 0 auto;
  line-height: 1.7;
}

#humanity-planet .left-content h6 {
  font-size: 22px;
  margin-bottom: 1rem;
}

#humanity-planet .left-content h2 {
  color: #c00;
  font-size: 36px;
  font-weight: 700;
}

#humanity-planet .social-impactslider .card a img {
  width: 100%;
}

#humanity-planet .social-impactslider .card,
#explore-our-sec .social-impactslider .card {
  border: 0;
  background: unset;
  border-radius: 0;
  border-radius: 15px;
}

#humanity-planet .social-impactslider .card a .label-title span,
#explore-our-sec .card a .label-title span {
  font-family: "Spartan";
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 76%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 1rem;
  text-align: left;
}

#explore-our-sec .card a .label-title span {
  font-size: 22px;
}

#humanity-planet .social-impactslider .card a .label-title,
#explore-our-sec .card a .label-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left;
}

#explore-our-sec .card a .label-title {
  top: 80%;
}

#humanity-planet .social-impactslider .card:before,
#explore-our-sec .card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#humanity-planet .social-impactslider .card:hover:before,
#explore-our-sec .card:hover:before {
  opacity: 1;
}

#humanity-planet .social-impactslider .card:hover a,
#explore-our-sec .card:hover a {
  text-decoration: underline;
}

#humanity-planet .social-impactslider .card:hover a .label-title,
#explore-our-sec .card:hover a .label-title {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

#explore-our-sec .card a img {
  width: 100%;
  border-radius: 15px;
}

#explore-our-sec .card {
  border: unset;
  border-radius: 15px;
}

#humanity-planet .social-impactslider .human-title,
#explore-our-sec .human-title {
  padding-bottom: 3rem;
  z-index: 4;
}

#humanity-planet .social-impactslider .planet-title,
#explore-our-sec .planet-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 4;
}

.we-drive {
  padding: 5rem 0rem;
}

#we-drive .card {
  font-size: 15px;
}

#advantage-dlc .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 100%;
}

#advantage-dlc .flex-content h2 {
  font-size: 32px;
  margin-bottom: 2rem;
  font-family: "Spartan";
  padding-left: 1rem;
}

#advantage-dlc .flex-content h2 {
  text-align: center;
}

#advantage-dlc .flex-content h2,
#update-event .top-title h2 {
  padding-left: 0rem;
  line-height: 1.5;
}

#advantage-dlc .flex-content p {
  font-size: 1.2rem;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3rem;
  line-height: 2;
  text-align: center;
}

#advantage-dlc #counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
  justify-content: center;
}

#advantage-dlc .counter {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#advantage-dlc .men {
  text-align: center;
  padding-bottom: 1px;
  width: 20%;
  margin: 2rem 0rem 0rem 0rem;
}

#counters div:before {
  border-right: 2px solid#b7b7b7;
  height: 53px;
  content: " ";
  z-index: -1;
  position: absolute;
  margin-top: 31px;
  align-items: center;
  display: flex;
  justify-content: center;
}

#counters div:first-child:before {
  display: none;
}

#advantage-dlc .men h3 {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 700;
}

#advantage-dlc .men p {
  font-size: 24px;
  padding-top: 1rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

#advantage-dlc .map-svg {
  width: 80%;
  margin: 0rem auto;
}

.tooltip {
  opacity: 1;
}

.tooltip > .tooltip-inner {
  background: #fff;
  color: #000;
  opacity: 1;
}

.tooltip > .arrow::before {
  border-top-color: #fff;
}

.tooltip > .arrow::before {
  border-bottom-color: #fff;
}

.tooltip > .tooltip-inner > .card > .card-header {
  background: #000;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-family: 600;
}

.tooltip > .tooltip-inner > .card .card-body {
  padding: 5px;
}

.tooltip > .tooltip-inner > .card .card-body i {
  font-size: 10px;
  color: #cc0000;
}

#news-updates .top-title h2 {
  font-size: 40px;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

#changemaker .swiper-container {
  width: 100%;
  height: 497px;
}

#changemaker .swiper-slide {
  width: 700px;
  height: auto;
}

#changemaker .swiper-slide img {
  -webkit-box-shadow: 0 10px 30px #00000026;
  box-shadow: 0 10px 30px #00000026;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#changemaker .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

#changemaker .img-overlay {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #00000000),
      to(#000)
    ) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0
    no-repeat padding-box;
  width: 700px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

#changemaker .swiper-slide-active .img-overlay {
  opacity: 1;
}

#changemaker .swiper-slide-active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#changemaker .img-overlay h4 {
  font-size: 18px;
  font-weight: 400;
  padding: 0rem 1rem;
  margin-bottom: 0.4rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

#changemaker .img-overlay h5 {
  font-size: 18px;
  font-weight: 400;
  padding: 0rem 1rem;
  margin-bottom: 0.4rem;
  text-align: left;
  letter-spacing: 1px;
}

#changemaker .img-overlay p {
  font-size: 14px;
  font-weight: 400;
  padding: 0rem 1rem;
  margin-bottom: 0.4rem;
  text-align: left;
  letter-spacing: 1px;
}

#news-updates {
  padding: 10rem 0rem;
}

#news-updates .bg-card-color {
  background: #141414 0 0 no-repeat padding-box;
  border-radius: 15px;
  width: 450px;
  height: auto;
}

#changemaker .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
#changemaker .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: #2c2c2c;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

#changemaker .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
#changemaker .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}

.hide-join {
  display: none !important;
}

#news-updates .container-fluid {
  padding: 0rem 6rem;
}

#news-updates .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 100%;
  padding: 15px 10px 0 10px;
}

#news-updates .img-content p,
#news-updates .img-content h6,
#news-updates .img-content span a {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

#news-updates .img-content .inner-content {
  padding: 1rem 1rem 2em 1rem;
}

#news-updates .img-content span a {
  color: #c00;
  font-weight: 800;
}

#news-updates .img-content p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-updates .img-content h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 20px;
}

#news-updates .img-content span a {
  color: #c00;
  font-weight: 800;
}

#news-updates .two-inner-content {
  color: #fff;
  background: #292929 0 0 no-repeat padding-box;
  width: 92%;
  height: 100%;
  border-radius: 15px;
  margin: 0rem auto;
  position: relative;
  top: -17%;
  height: 5.3rem;
}

#news-updates .two-inner-content .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

#news-updates .two-inner-content .img-width {
  width: 18%;
}

#news-updates .two-inner-content .img-width img {
  width: 100%;
}

#news-updates .two-inner-content .profile-content {
  width: 50%;
  padding-left: 7px;
}

#news-updates .two-inner-content .profile-content p,
#news-updates .two-inner-content .profile-content h5 {
  font-size: 12px;
  margin-bottom: 0.3rem;
}

#news-updates .two-inner-content .profile-lebal {
  width: 25%;
}

#news-updates .two-inner-content .profile-lebal span {
  font-size: 10px;
}

#news-updates .marquee-impact {
  width: 100%;
  height: 100%;
  background: #000;
  color: white;
  overflow: hidden;
  position: relative;
}

#news-updates .marquee-impact:before,
#news-updates .marquee-impact:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

#news-updates .marquee-impact:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    to(transparent)
  );
  background: linear-gradient(to right, #000 0, transparent 100%);
}

#news-updates .marquee-impact:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #000),
    to(transparent)
  );
  background: linear-gradient(to left, #000 0, transparent 100%);
}

#news-updates .marquee-impact .content {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee-impact 20s linear infinite;
  animation: marquee-impact 20s linear infinite;
}

#news-updates .marquee-impact .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 32px;
  white-space: nowrap;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#news-updates .marquee-impact .content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#news-updates .img-content p,
#news-updates .img-content p span a {
  font-size: 12px;
  white-space: pre-line;
  margin-bottom: 0rem;
}

@-webkit-keyframes marquee-impact {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee-impact {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#news-updates .ribbon {
  font-size: 20px;
  position: absolute;
  text-align: center;
  margin-bottom: 0rem;
  left: 78.6%;
  top: 1%;
}

#news-updates .ribbon2 {
  font-size: 20px;
  position: absolute;
  text-align: center;
  margin-bottom: 0rem;
  left: 76.2%;
  top: -1%;
}

#news-updates .text {
  display: inline-block;
  padding: 0.3em 0.7em;
  min-width: 4em;
  line-height: 1.2em;
  background: #c00;
  position: relative;
}

#news-updates .ribbon:after,
#news-updates .ribbon2:after,
#news-updates .ribbon:before,
#news-updates .ribbon2:after,
#news-updates .text:after,
#news-updates .bold:before {
  content: "";
  position: absolute;
  border-style: solid;
  background: transparent;
}

#news-updates .ribbon:before,
#news-updates .ribbon2:after {
  top: 0.3em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: -2;
}

#news-updates .text:before {
  bottom: 100%;
  left: 0;
  border-width: 0.5em 0.7em 0 0;
}

#news-updates .text:after {
  top: 100%;
  right: 0;
  border-width: 0.5em 1em 0 0;
  border-color: #8b0102 transparent transparent transparent;
}

#news-updates .ribbon:after,
#news-updates .ribbon2:after,
#news-updates .bold:before {
  top: 0.5em;
  right: -2em;
  z-index: -1;
}

#news-updates .bold:before {
  top: 0.7em;
  right: -2.3em;
}

#update-event .top-title h2 {
  font-size: 32px;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

#update-event {
  padding: 5rem 0rem;
}

#update-event .container-fluid {
  padding: 0rem 6rem;
}

#update-event .main-content p {
  font-size: 26px;
  font-weight: 400;
}

#update-event .event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

#update-event .act-btns {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#update-event .act-btns a {
  color: #fff;
  font-size: 16px;
  background: #c00;
  padding: 7px 20px;
  font-weight: 400;
  margin-right: 10px;
  border: 2px solid #c00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#update-event .act-btns a:hover {
  text-decoration: none;
  border: 2px solid #c00;
  background: transparent;
  color: #c00;
}

#update-event .swiper-slide img {
  width: unset;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

#update-event .swiper-slide-active img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

#update-event .img-overlay {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #00000000),
      to(#000)
    ) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0
    no-repeat padding-box;
  width: 696px;
  height: 630px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

#update-event .img-overlay .tag-label {
  position: relative;
  top: 7%;
  left: 76.9%;
  background: #00000085 0 0 no-repeat padding-box;
  padding: 5px 31px;
  font-weight: 600;
  font-size: 18px;
}

#update-event .swiper-slide-active .img-overlay {
  opacity: 1;
}

#update-event .swiper-button-next,
#update-event.swiper-rtl .swiper-button-prev {
  right: 23%;
}

#update-event .swiper-button-next,
#update-event.swiper-button-prev {
  top: 90%;
}

#update-event .swiper-button-prev,
#update-event .swiper-container-rtl .swiper-button-next {
  left: 65%;
  top: 90%;
}

#update-event .swiper-button-next:after,
#update-event .swiper-rtl .swiper-button-prev:after,
#update-event .swiper-button-prev:after,
#update-event .swiper-rtl .swiper-button-next:after {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
}

#faqs-sec {
  background: #fff;
}

#faqs-sec .title h2 {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}

#faqs-sec .faqs-page .title h2 {
  font-size: 44px;
  padding-left: 1rem;
  line-height: 1.5;
}

#faqs-sec .faqs-page {
  padding-top: 9rem;
}

#faqs-sec .faqs-page .title {
  padding-bottom: 3rem;
}

#faqs-sec .title h2::first-letter {
  color: #c00;
}

#faqs-sec #faq .card {
  margin-bottom: 20px;
  border: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #f1f1f1;
}

#faqs-sec #faq .card .card-header {
  border: 0;
  border-radius: 15px;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#faqs-sec #faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: #f1f1f1;
  padding: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 600;
  border-bottom-right-radius: 15px;
}

#faqs-sec #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  float: right;
}

#faqs-sec #faq .card .card-header .btn-header-link.collapsed {
  background: #f1f1f1;
  color: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#faqs-sec #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#faqs-sec #faq .card .collapsing {
  background: #141414;
  line-height: 30px;
}

#faqs-sec #faq .card .collapse {
  border: 0;
}

#faqs-sec #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#faqs-sec #faq .card .card-body {
  color: #000;
  background: #f1f1f1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 500;
}

#faqs-sec #faq .card .btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#causes-human #human::before {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 160px;
  visibility: hidden;
  pointer-events: none;
}

#causes-human #planet::before {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 160px;
  visibility: hidden;
  pointer-events: none;
}

#causes-human {
  padding-top: 8.5%;
}

#causes-human .human-cards .row {
  padding: 0rem 0rem 4rem 0rem;
}

#causes-human .human-cards .human-head-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
  background: #000;
}

#causes-human .human-cards .planet-head-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
  background: #000;
}

#causes-human .human-cards .human-title.human-head-fixed {
  padding-bottom: 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed {
  margin-bottom: 1rem;
  padding-bottom: 0rem;
}

#causes-human .human-cards .human-title.human-head-fixed h1 {
  font-size: 34px;
  width: 20%;
  margin: 0rem 7rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1rem 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed h1 {
  width: 16%;
  font-size: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0rem 7rem;
  padding: 1rem 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed {
  padding-top: 0rem;
}

#causes-human .human-cards .human-title.human-head-fixed::after,
#causes-human .human-cards .planet-title.planet-head-fixed::after {
  margin-top: -2.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#causes-human .human-cards .human-title.human-head-fixed::before,
#causes-human .human-cards .planet-title.planet-head-fixed::before {
  margin-top: 2.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#causes-human .human-cards .card {
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 3rem;
}

#causes-human .human-cards .card a .label-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left;
}

#causes-human .human-cards .card a .label-title span {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Spartan", sans-serif;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 1rem;
  text-align: left;
}

#causes-human .human-cards .card a .label-title p {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 1rem;
  text-align: left;
}

#causes-human .human-cards .card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#causes-human .human-cards .card:hover:before {
  opacity: 1;
}

#causes-human .human-cards .card:hover a {
  text-decoration: underline;
}

#causes-human .human-cards .card:hover a .label-title {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

#causes-human .human-cards .card a img {
  width: 100%;
}

#causes-human .human-cards .human-title {
  padding-bottom: 3rem;
  z-index: 4;
}

#causes-human .human-cards .planet-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 4;
}

#causes-human .human-cards .human-title h1,
#causes-human .human-cards .planet-title h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0rem;
  position: relative;
  background: #000;
  width: 27%;
  margin: 0rem 4rem;
  z-index: -999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}

#causes-human .human-cards .planet-title h1 {
  margin: 0rem 5rem;
  width: 21%;
}

#causes-human .human-cards .human-title::before,
#causes-human .human-cards .planet-title::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  left: 0;
  margin-top: 2.5rem;
  z-index: -999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#causes-human .human-cards .human-title::after,
#causes-human .human-cards .planet-title::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  right: 0;
  margin-top: -2.5rem;
  z-index: -1000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#causes-human .human-cards .swiper-horizontal > .swiper-pagination-bullets,
#causes-human
  .human-cards
  .swiper-pagination-bullets.swiper-pagination-horizontal,
#causes-human .human-cards .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}

#causes-human .human-cards .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
  display: inline-block;
  border-radius: 50%;
  background: #cc000000;
  border: 2px solid #c00;
  opacity: unset;
}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5,
.swiper-pagination6,
.swiper-pagination7,
.swiper-pagination8,
.swiper-pagination9,
.swiper-pagination10,
.swiper-pagination11,
.swiper-pagination12,
.swiper-pagination13,
.swiper-pagination14 {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

#causes-human .human-cards .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #c00;
}

#causes-human .human-cards .sec-padding {
  padding: 0rem 0rem 5rem 0rem;
}

#change-makers.height,
#causes-flipcart.height,
#hcms-banner-update,
#social-partners.height,
#explore-communities.height,
#get-involved-banner.height,
#workshop-programs-tabs.height,
#social-instagram {
  padding: 3rem 0;
  background-color: #fff;
  color: #000;
}

#entrepreneurship .banner-content .heading-title h2,
#change-makers .heading-title h1,
#entrepreneurship .get-involve .heading-title h2,
#social-partners .heading-title h2,
#cause-we-fightfor .banner-content .heading-title h2,
#community-of-impact .banner-content .heading-title h2,
#explore-communities .banner-content .heading-title h2,
#feature-program .banner-content .heading-title h2,
#social-instagram .heading-title h2 {
  text-align: center !important;
  font-size: 34px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

#hcms-banner-update .hcms-profiles {
  margin-top: 2rem;
  background: #000;
}

#hcms-banner-update .hcms-profiles.cause-vol {
  margin-top: 0rem;
}

#change-makers .banner-content {
  padding: 0rem 0rem 2rem 0rem;
}

#change-makers .banner-para {
  padding: 2rem 15px 0rem 15px;
}

#cause-we-fightfor {
  padding-bottom: 4rem;
}

#cause-we-fightfor .row .col-xl-3 {
  margin-bottom: 5rem;
}

#causes-flipcart .filpcard-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
/* 
#causes-flipcart .filpcard-flex .filpcard-width {
    width: 24%;
    margin-bottom: 1rem;
} */

#feature-program {
  padding-bottom: 4rem;
}

#entrepreneurship .banner-content .heading-title h1 span {
  height: 50px;
  width: 50px;
  background: #222;
  border-radius: 59%;
  padding: 7px 24px;
  color: #c00;
  position: relative;
  left: 16px;
  z-index: -1;
  top: -10px;
}

#entrepreneurship .banner-content .banner-para {
  padding-top: 3rem;
}

#entrepreneurship .banner-content .banner-para p,
#change-makers .banner-para p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

#entrepreneurship .banner-content .banner-para a {
  color: #c00;
  font-size: 20px;
}

#causes-flipcart .flip-card {
  background-color: transparent;
  height: 400px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 5;
}

#causes-flipcart .flip-card-inner {
  position: relative;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#causes-flipcart .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip-card-back {
  position: absolute;
  width: 100%;
  height: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#causes-flipcart .flip-card-front {
  color: black;
  /* position: absolute; */
  width: 100%;
  height: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

#causes-flipcart .flip-card-back {
  background-color: #121212;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 24px;
  position: absolute;
    top: 0;
}


#causes-flipcart .flip-card-front .w-100 {
    width: 100%!important;
    height: 100%;
}
#causes-flipcart .flip-card-back-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #fff;
}

#causes-flipcart .flip-card-back-readmore {
  color: #c60102;
  font-size: 14px;
  font-weight: bold;
}

#causes-flipcart .flip-card-back-content {
  font-size: 14px;
  max-width: 100%;
  color: #fff;
  line-height: 1.7;
}

#causes-flipcart .flip-card-back-content::-webkit-scrollbar {
  width: 5px;
}

#causes-flipcart .flip-card-back-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#causes-flipcart .flip-card-back-content::-webkit-scrollbar-thumb {
  background: #888;
}

#causes-flipcart .flip-card-back-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#causes-flipcart .card-container {
  position: relative;
  text-align: center;
  color: white;
}

#causes-flipcart .centered {
  position: absolute;
  top: 42%;
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding: 0 50px;
  z-index: 1;
}

#explore-communities .centered {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 35%);
  transform: translate(-50%, 35%);
}

#explore-communities .centered h3 {
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
}

#explore-communities .card {
  border: unset;
  background-color: unset;
}

#explore-communities .card a {
  color: #fff;
}

#hcms-causes-sliders .swiper-container.row-bottom {
  margin: 2rem 0rem 4rem 0rem;
}

#hcms-causes-sliders .swiper-container .card,
#change-makers .change-makers-slider .swiper-container .card {
  background: #f1f1f1 0 0 no-repeat padding-box;
  padding: 0.7rem;
  border-radius: 0;
  color: #000;
  border: 0px;
}

#change-makers .change-makers-slider .swiper-container .card {
  padding: 0rem 0rem;
}

#change-makers .change-makers-slider {
  overflow: hidden;
}

#change-makers .change-makers-slider .swiper-slide {
  height: 800px;
  overflow: hidden;
}

#change-makers .change-makers-slider .swiper-slide-visible .swiper-slide-active,
#change-makers .change-makers-slider .swiper-slide-visible {
  pointer-events: none;
}

#change-makers .banner-content .heading-title {
  padding-top: 2rem;
}

/* 
#change-makers .change-makers-slider .swiper-slide-next {
  -webkit-transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1.1) !important;
  transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1.1) !important;
  pointer-events: unset;
} */

#hcms-causes-sliders .swiper-container .card .card-body,
#change-makers .change-makers-slider .swiper-container .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
  text-align: left;
  height: 195px;
}

#hcms-causes-sliders .swiper-container .card .card-body p,
#change-makers .change-makers-slider .swiper-container .card .card-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hcms-causes-sliders .swiper-container .card .hcms-details h1,
#change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
  font-size: 20px;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

#hcms-causes-sliders .swiper-container .card .hcms-details span,
#change-makers
  .change-makers-slider
  .swiper-container
  .card
  .hcms-details
  span {
  font-size: 15px;
  color: #c00;
  font-weight: 800;
}

#hcms-causes-sliders .swiper-container .card .hcms-details p,
#change-makers .change-makers-slider .swiper-container .card .hcms-details p {
  margin-bottom: 0.2rem;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1,
#change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
#hcms-causes-sliders .swiper-container .swiper-button-next2,
#hcms-causes-sliders .swiper-container .swiper-button-prev2,
.expo-communities .swiper-container .swiper-button-next2,
.expo-communities .swiper-container .swiper-button-prev2,
#hcms-causes-sliders .swiper-container .swiper-button-next3,
#hcms-causes-sliders .swiper-container .swiper-button-prev3,
#hcms-causes-sliders .swiper-container .swiper-button-next4,
#hcms-causes-sliders .swiper-container .swiper-button-prev4,
#hcms-causes-sliders .swiper-container .swiper-button-next5,
#hcms-causes-sliders .swiper-container .swiper-button-prev5 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

#change-makers
  .change-makers-slider
  .swiper-container
  .swiper-button-next1:after,
#change-makers
  .change-makers-slider
  .swiper-container
  .swiper-button-prev1:after,
#hcms-causes-sliders .swiper-container .swiper-button-next2:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
.expo-communities .swiper-container .swiper-button-next2:after,
.expo-communities .swiper-container .swiper-button-prev2:after,
#hcms-causes-sliders .swiper-container .swiper-button-next3:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
#hcms-causes-sliders .swiper-container .swiper-button-next4:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
#hcms-causes-sliders .swiper-container .swiper-button-next5:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
  left: 15px;
  background: #2c2c2c 0 0 no-repeat padding-box;
  border-radius: 50%;
  padding: 30px;
}

#hcms-causes-sliders .swiper-container .swiper-button-prev2,
.expo-communities .swiper-container .swiper-button-prev2,
#hcms-causes-sliders .swiper-container .swiper-button-prev3,
#hcms-causes-sliders .swiper-container .swiper-button-prev4,
#hcms-causes-sliders .swiper-container .swiper-button-prev5 {
  left: 15px;
  background: #2c2c2c 0 0 no-repeat padding-box;
  border-radius: 50%;
  padding: 30px;
  top: 40%;
}

#change-makers
  .change-makers-slider
  .swiper-container
  .swiper-button-prev1:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
.expo-communities .swiper-container .swiper-button-prev2:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
  content: "prev";
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1 {
  right: 15px;
  background: #2c2c2c 0 0 no-repeat padding-box;
  border-radius: 50%;
  padding: 30px;
}

#hcms-causes-sliders .swiper-container .swiper-button-next2,
.expo-communities .swiper-container .swiper-button-next2,
#hcms-causes-sliders .swiper-container .swiper-button-next3,
#hcms-causes-sliders .swiper-container .swiper-button-next4,
#hcms-causes-sliders .swiper-container .swiper-button-next5,
#hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
  right: 15px;
  background: #2c2c2c 0 0 no-repeat padding-box;
  border-radius: 50%;
  padding: 30px;
  top: 40%;
}

#change-makers
  .change-makers-slider
  .swiper-container
  .swiper-button-next1:after,
#hcms-causes-sliders .swiper-container .swiper-button-next2:after,
.expo-communities .swiper-container .swiper-button-next2:after,
#hcms-causes-sliders .swiper-container .swiper-button-next3:after,
#hcms-causes-sliders .swiper-container .swiper-button-next4:after,
#hcms-causes-sliders .swiper-container .swiper-button-next5:after {
  content: "next";
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

#hcms-causes-sliders .swiper-container .slider-right-btn,
#change-makers .change-makers-slider .swiper-container .slider-right-btn {
  padding-top: 1rem;
}

#hcms-causes-sliders .swiper-container .slider-right-btn a,
#change-makers .change-makers-slider .swiper-container .slider-right-btn a {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #cc0000;
  border: 1px solid #cc0000;
  padding: 8px 23px;
  text-decoration: none;
  transition: 0.4s;
}

#hcms-causes-sliders .swiper-container .slider-right-btn a:hover {
  color: #cc0000;
  background: transparent;
  border: 1px solid #cc0000;
}

#change-makers .play-button-wrapper {
  position: absolute;
  top: 41%;
  left: 44%;
  right: 66%;
  bottom: 59%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.changemaker-slider .card .playpause {
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec-hcm-bx .grid-nav-bx .city-sldr .swiper-button-next:after,
.sec-hcm-bx
  .grid-nav-bx
  .city-sldr
  .swiper-container-rtl
  .swiper-button-prev:after {
  content: "next";
  font-size: 32px;
  color: #000;
}

.sec-hcm-bx .grid-nav-bx .city-sldr .swiper-button-prev:after,
.sec-hcm-bx
  .grid-nav-bx
  .city-sldr
  .swiper-container-rtl
  .swiper-button-next:after {
  content: "prev";
  font-size: 32px;
}

.sec-hcm-bx {
  background: #fff;
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.sec-hcm-bx .grid-nav-bx .city-sldr::before {
  content: "";
  width: 90px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: -moz-linear-gradient(
    left,
    white 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    white 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.sec-hcm-bx .grid-nav-bx .city-sldr::after {
  content: "";
  width: 90px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) -50%,
    white 60%,
    white 101%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) -50%,
    white 60%,
    white 101%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) -50%,
    white 60%,
    white 101%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.sec-hcm-bx .grid-nav-bx {
  background: #fff;
  color: #000;
  height: 50px;
}

.sec-hcm-bx .grid-nav-bx .city-sldr {
  padding: 10px 95px;
  position: relative;
}

.sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide-active a,
.sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide a {
  color: #000;
}

.sec-hcm-bx .grid-nav-bx .city-sldr::before,
.sec-hcm-bx .grid-nav-bx .city-sldr::after {
  background: #fff;
}

.sec-hcm-bx .grid-nav-bx .city-sldr .swiper-button-prev:after,
.sec-hcm-bx
  .grid-nav-bx
  .city-sldr
  .swiper-container-rtl
  .swiper-button-next:after {
  content: "prev";
  font-size: 32px;
  color: #000;
}

.sec-hcm-bx .grid-nav-bx {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 55px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

#hcms-banner-update .hcms-img {
  background-image: url("../images/social-impact/hcm-banner.png");
  height: 329px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

#hcms-banner-update .hcms-img .hcms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#hcms-banner-update .hcms-img .hcms-title h1 {
  font-size: 44px;
  margin-bottom: 0rem;
}

#hcms-banner-update .hcms-img .hcms-title p {
  font-size: 20px;
  margin-bottom: 2rem;
}

#hcms-banner-update .hcms-profiles .hcms-title a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #cc0000;
  border: 1px solid #cc0000;
  padding: 8px 23px;
  text-decoration: none;
  transition: 0.4s;
  margin-top: 0px;
}

#hcms-banner-update .hcms-profiles .hcms-title a:hover {
  color: #cc0000;
  background: transparent;
  border: 1px solid #cc0000;
}

#hcms-banner-update .hcms-profiles .img-width {
  width: 8.33%;
  text-align: center;
}

#hcms-banner-update .hcms-profiles .img-width img {
  filter: grayscale(1);
  width: 100%;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: 0rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content p {
  font-size: 24px;
  font-weight: 700;
  padding-top: 1rem;
  color: #fff;
}

#hcms-banner-update .recent-updates .recent-update-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 21px;
  background: #141414 0 0 no-repeat padding-box;
}

#hcms-banner-update .recent-updates .recent-update-title h1 {
  font-size: 22px;
}

#hcms-banner-update .recent-updates .recent-update-title a {
  font-size: 10px;
  color: #fff;
}

#hcms-banner-update .recent-updates .recent-update-content ol li {
  padding: 19px 21px 16px 0;
  border-bottom: 1px solid #383838;
  font-size: 14px;
}

#hcms-causes-sliders .slider-title h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
  font-weight: 800;
  text-transform: capitalize;
}

#hcms-causes-sliders .slider-title span {
  color: #c00;
}

#hcms-causes-sliders .slider-title p {
  font-size: 16px;
  font-weight: 300;
}

#get-involved-banner .get-involved-banner-img {
  background-image: url("../images/social-impact/Get-Involved.png");
  height: 329px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

#get-involved-banner .get-involved-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#get-involved-banner .get-involved-banner-title h3 {
  line-height: 2;
  font-size: 29px;
  color: #fff;
}

#get-involved-banner .get-involved-banner-title h2 {
  color: #fff;
}

#get-involved-banner .get-involved-banner-title a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #d50001;
  border: 1px solid #d50001;
  padding: 12px 30px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#get-involved-banner .get-involved-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 2rem;
}

#get-involved-banner .get-involved-title p {
  font-size: 18px;
  margin-bottom: 2rem;
}

#get-involved-banner .get-involved-tabs .volunteer-bg {
  background-image: url("../images/social-impact/get-involved/volunteer-tab-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .organisation-bg {
  background-image: url("../images/social-impact/get-involved/organisation-tab-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .member-bg {
  background-image: url("../images/social-impact/get-involved/member-tab-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .btn-header-link {
  color: #fff;
  display: block;
  padding: 2rem 2rem 2rem 3rem;
  font-weight: 700;
  font-size: 32px;
  width: 60%;
  margin: 0 auto;
}

#get-involved-banner .get-involved-tabs .btn-header-link:after {
  content: "\f077";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  transition: 0.4s;
  float: right;
  padding-right: 3rem;
}

#get-involved-banner .get-involved-tabs .btn-header-link.collapsed {
  color: #fff;
}

#get-involved-banner .get-involved-tabs .btn-header-link.collapsed:after {
  content: "\f078";
}

#get-involved-banner .get-involved-tabs .btn.focus,
#get-involved-banner .get-involved-tabs .btn:focus {
  box-shadow: unset;
}

#get-involved-banner .get-involved-tabs .tab-heading .fade-p {
  padding-bottom: 2rem;
  margin-bottom: 0rem;
  opacity: 1;
  transition: 0.4s;
}

#get-involved-banner .get-involved-tabs .tab-detail p {
  width: 50%;
  margin: 0rem auto;
  line-height: 1.7;
  font-size: 18px;
  color: #fff;
}

#get-involved-banner .get-involved-tabs .tab-detail a {
  color: #fff;
  background: #cc0000;
  padding: 10px 30px;
  border: 2px solid #cc0000;
  transition: 0.4s;
  font-weight: 600;
}

#get-involved-banner .get-involved-tabs .tab-detail a:hover {
  color: #cc0000;
  background: #00000040;
  border: 2px solid #cc0000;
  text-decoration: unset;
  font-weight: 600;
}

#get-involved-banner .get-involved-tabs #volunteer-tab .fadeout,
#get-involved-banner .get-involved-tabs #organisation-tab .fadeout,
#get-involved-banner .get-involved-tabs #member-tab .fadeout {
  padding-bottom: 0rem;
  opacity: 0;
  transition: 0.4s;
  margin-bottom: 0rem;
}

#get-involved-banner .get-involved-banner-title a:hover {
  color: #d50001;
  background: transparent;
  border: 1px solid #d50001;
}

#workshop-programs-tabs .nav-pills .nav-link.active,
.workshop-programs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c00;
  border-radius: 0;
  padding: 1.5rem 1rem;
}

#workshop-programs-tabs .tab-left-content .subhead {
  font-weight: 600 !important;
  font-size: 28px !important;
}

#workshop-programs-tabs .nav-pills .nav-link {
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 1.5rem 1rem;
  margin: 0.5rem 0rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
}

#workshop-programs-tabs .tab-content .tab-left-content {
  background: #222 0 0 no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 6rem;
}

#workshop-programs-tabs .tab-content .tab-left-content h2 {
  margin-bottom: 2rem;
  color: #fff;
  width: 70%;
  font-size: 29px;
  padding-top: 2rem;
}

#workshop-programs-tabs .tab-content .tab-left-content p {
  width: 70%;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #fff;
}

#workshop-programs-tabs .tab-content .tab-left-content a {
  color: #fff;
  background: #c00;
  padding: 5px 30px;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
  background: #00000096 0 0 no-repeat padding-box;
  width: 297px;
  height: 530px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4rem 2rem;
}

#workshop-programs-tabs .tab-content .tab-right-content img {
  width: 100%;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay p {
  font-size: 16px;
  margin-bottom: 0.8rem;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay span {
  color: #fff;
  background: #c00;
  padding: 5px 10px;
}

#workshop-programs-tabs .position-middle {
  position: absolute;
  z-index: 4;
  left: 149%;
  width: 100%;
  -webkit-transform: translateY(145px);
  transform: translateY(145px);
}

#social-partners .marquee-impact {
  width: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
}

#social-partners .marquee-impact:before,
body .marquee-impact:after {
  position: absolute;
  top: 0;
  width: 272px;
  height: 200px;
  content: "";
  z-index: 1;
}

#social-partners .marquee-impact .content {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-animation: marquee-impact 20s linear infinite;
  animation: marquee-impact 20s linear infinite; */
}

#social-partners .marquee-impact .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 32px;
  white-space: nowrap;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#social-partners .marquee-impact .content li .background-curve {
  border-radius: 15px;
  background: #222 0 0 no-repeat padding-box;
  padding: 15px;
}

#social-partners .marquee-impact .content li .background-curve img {
  border-radius: 15px;
}

#social-partners .marquee-impact .content li p {
  font-size: 16px;
  padding-top: 1rem;
}

#social-partners .marquee-impact .content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee-impact {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#explore-communities .expo-communities {
  padding-top: 4rem;
}

#twitter-section {
  background: #f1f1f1;
  padding: 5rem 0rem;
}

#twitter-section .left-content {
  color: #141414;
  padding: 2.5rem 4rem 2.5rem 2.5rem;
}

#twitter-section .left-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding-top: 1rem;
}

#twitter-section .left-content p {
  font-weight: 500;
}

#twitter-section .right-content {
  background: #333;
  color: #fff;
  padding: 3rem;
  -webkit-transform: translate(-55px, 0px);
  transform: translate(-55px, 0px);
}

#twitter-section .right-content h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#twitter-section .right-content h6 {
  margin-bottom: 2rem;
}

#twitter-section .right-content p {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
}

#twitter-section .right-content .tweet-btn {
  background: #cc0000;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  border: 1px solid #cc0000;
}

#twitter-section .right-content .tweet-btn:hover {
  color: #cc0000;
  background: 0;
  border: 1px solid #cc0000;
}

#get-involve-banner {
  padding: 6rem 0rem 0rem 0rem;
}

#get-involve-banner .banner-img {
  background-image: url("../images/social-impact/get-involved/get-involved-banner.png");
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#hcms-banner-update .hcms-profile-content {
  background-color: #343434;
  padding: 1rem;
}

#hcms-banner-update .hcms-profile-content .hcms-cause {
  background: #292828 0% 0% no-repeat padding-box;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

#hcms-banner-update .hcms-profile-content .hcms-cause h2 {
  font-size: 16px;
  font-weight: 600;
}

#hcms-banner-update .hcms-profile-content .hcms-profile-img {
  margin: 0rem 0rem 1rem 0rem;
}

#hcms-banner-update .hcms-profile-content .hcms-profile-img img {
  width: 100%;
}

#hcms-banner-update .hcms-profile-content .hcms-name h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#hcms-banner-update .hcms-profile-content .hcms-position p {
  font-size: 14px;
  margin-bottom: 0.2rem;
}

#hcms-banner-update .hcms-profile-content .hcms-chapter {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 0.6rem 1.5rem;
  color: #cc0000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

#hcms-banner-update .hcms-tab-content .nav-pills .nav-link {
  border-radius: 0rem;
}

#hcms-banner-update .hcms-tab-content .nav-link {
  padding: 0rem;
  margin: 4px 4px;
  filter: grayscale(1);
  transition: 0.4s;
}

#hcms-banner-update .hcms-tab-content .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: unset;
  filter: unset;
}

#hcms-banner-update .hcms-tab-content a img {
  width: 145px;
  height: 145px;
}

#hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
  height: 454px;
}

#get-involve-banner .banner-img h1 {
  line-height: 1.8;
  font-size: 48px;
  font-weight: 800;
}

#get-involve-banner .banner-img p {
  font-size: 16px;
  width: 35%;
  padding-top: 2rem;
  line-height: 1.7;
}

#get-sign-up-sec .lebal-padding {
  padding: 5rem 5rem;
}

#get-sign-up-sec .lebal-padding .text p {
  font-size: 1.525rem;
  margin-bottom: 0rem;
}

#get-sign-up-sec .lebal-padding .sign-up-btn a {
  background: #c00;
  color: #fff;
  border: 2px solid #c00;
  padding: 0.575rem 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#get-sign-up-sec .lebal-padding .sign-up-btn a:hover {
  background: #000;
  color: #c00;
  border: 2px solid #c00;
  font-weight: 400;
}

#for-just-sec {
  padding: 5rem 0rem 0rem 0rem;
}

#for-just-sec .title,
#explore-our-sec .title {
  z-index: 4;
}

#for-just-sec .title h2,
#for-just-sec .title h3 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0rem;
  position: relative;
  background: #000;
  width: 100%;
  margin: 0rem auto;
  z-index: -5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
  width: 45%;
}

#for-just-sec .title h3 {
  font-size: 1.525rem;
}

#for-just-sec .title:before,
#explore-our-sec .title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  left: 0;
  margin-top: 3.5rem;
  z-index: -999;
}

#for-just-sec .title:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  left: 0;
  margin-top: -3.5rem;
  z-index: -999;
}

#for-just-sec .img-hover-effect {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 15px;
}

#for-just-sec .img-hover-effect .hover-title {
  padding: 2em;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#for-just-sec .img-hover-effect .hover-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#for-just-sec .img-hover-effect .hover-title h2 {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

#for-just-sec .img-hover-effect .hover-title a {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  color: #fff;
  z-index: 1;
  text-decoration: unset;
}

#for-just-sec .img-hover-effect:hover .hover-title a {
  opacity: 1;
}

#for-just-sec .img-hover-effect .hover-title::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

#for-just-sec .img-hover-effect:hover .hover-title::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#for-just-sec .img-hover-effect:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.01);
  transform: scale(1.05);
}

#for-just-sec .row {
  padding: 5rem 0rem;
}

#for-just-sec .img-hover-effect img {
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 15px;
}

#explore-our-sec .title h2 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0rem;
  position: relative;
  background: #000;
  width: 100%;
  margin: 0rem auto;
  z-index: -5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
  width: 50%;
}

#explore-our-sec .title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  left: 0;
  margin-top: 1.6rem;
  z-index: -999;
}

#explore-our-sec .title:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #c00;
  position: absolute;
  left: 0;
  margin-top: -2rem;
  z-index: -999;
}

#explore-our-sec .sub-title {
  padding: 5rem 0rem;
}

#explore-our-sec .sub-title h2,
#causes-human .bucket-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

#explore-our-sec .sub-title p,
#causes-human .bucket-title p {
  padding-top: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

#collaps-imgs-sec .container-general {
  width: 100%;
}

#collaps-imgs-sec .container-general .gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

#collaps-imgs-sec .container-general .gallery-wrap .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#collaps-imgs-sec .container-general .gallery-wrap .item:hover {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

#collaps-imgs-sec .collaps-effect .item:first-of-type {
  background-image: url("../images/social-impact/get-involved/Collaborate.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(2) {
  background-image: url("../images/social-impact/get-involved/Volunteer.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(3) {
  background-image: url("../images/social-impact/get-involved/Campaign.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(4) {
  background-image: url("../images/social-impact/get-involved/Engage.png");
}

#collaps-imgs-sec .collaps-effect .item:last-of-type {
  background-image: url("../images/social-impact/get-involved/Mentor-Train.png");
}

#collaps-imgs-sec .collaps-effect .item .item-content {
  padding: 8rem 2rem;
}

#collaps-imgs-sec .collaps-effect .item .item-content h2 {
  font-size: 2.25rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}

#collaps-imgs-sec .collaps-effect .item .item-content p {
  font-size: 14px;
  width: 20%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left;
  position: absolute;
}

#collaps-imgs-sec .collaps-effect .item:hover .item-content p,
#collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
  opacity: 1;
}

#collaps-imgs-sec .collaps-effect .item .item-content .action-btn {
  padding: 8px;
  margin-top: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #c00;
  background: #cc0000;
  color: #fff;
  opacity: 0;
  position: relative;
  top: 180px;
  font-weight: 700;
}

#collaps-imgs-sec .collaps-effect .item .item-content .action-btn:hover {
  border: 2px solid #cc0000;
  color: #cc0000;
  text-decoration: unset;
  background: #00000082;
  font-weight: 700;
}

#form-view {
  padding: 10rem 0rem;
  background: #fff;
  color: #222;
}

#form-view .form-title {
  padding-top: 5rem;
}

#form-view .form-title h1 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #c00;
  margin-bottom: 1.3rem;
}

#form-view .form-title .border-bottom,
#form-view .border-bottom {
  border: 3px solid #cc2027;
}

#form-view
  form
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before,
#form-view form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c00;
}

#form-view form .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #cc00003d;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #cc00003d;
}

#form-view form label {
  font-size: 16px;
  font-weight: 500;
}

#form-view form label i {
  color: #c00;
  font-size: 8px;
  position: relative;
  top: -5px;
}

#form-view form .form-row {
  padding: 2rem 0rem 0rem 0rem;
}

#form-view form .form-control {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}

#form-view form .form-control:focus {
  border-color: #c00;
  -webkit-box-shadow: 0 0 0 0.2rem #cc00003d;
  box-shadow: 0 0 0 0.2rem #cc00003d;
  background-color: #fff;
}

#form-view form .btn-submit {
  background: #c00;
  color: #fff;
  border: 1px solid #c00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#form-view form .btn-submit:hover {
  background: #fff;
  color: #c00;
  border: 1px solid #c00;
}

#form-view .error {
  color: #c00;
}

#workshop-programs-tabs .swiper-button-prev {
  top: 50%;
}

video {
  cursor: pointer;
}

.display-web {
  display: block;
}

.display-mobi {
  display: none;
}

/*Social Impact event page css start*/

#event-banner-slider .event-card {
  background: #1c1c1c 0% 0% no-repeat padding-box;
  padding: 5rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 15px;
}

#event-banner-slider .event-card .event-title h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
}

#event-banner-slider .event-card .event-discri p {
  font-size: 16px;
  margin-bottom: 2rem;
  text-align: left;
}

#event-banner-slider .event-card .event-date-time,
#event-banner-slider .event-card .event-location,
#events-filters .event-card-content .events-filters .event-card-content {
  margin-bottom: 2rem;
}

#event-banner-slider .event-card .event-links a,
#events-filters .event-card-content .event-links a {
  color: #cc0000;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 1rem;
}

#event-banner-slider .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#event-banner-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}

#event-banner-slider .mySwiper2 {
  height: 100%;
  width: 100%;
}

#event-banner-slider .mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

#event-banner-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

#event-banner-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#event-banner-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#event-banner-slider .col-move {
  z-index: 4;
  transform: translate(52px, 0px);
}

#event-banner-slider .swiper-button-next,
#event-banner-slider .swiper-button-prev {
  top: 78%;
}

#event-banner-slider .swiper-button-next,
#event-banner-slider .swiper-rtl .swiper-button-prev {
  right: 8%;
}

#event-banner-slider .swiper-button-prev,
#event-banner-slider .swiper-rtl .swiper-button-next {
  left: 83%;
}

#event-banner-slider .event-card-img .event-time-position {
  position: absolute;
  top: 75%;
  left: 30%;
}

#event-banner-slider .event-card-img .event-time-position p {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}

#event-banner-slider .swiper-button-next:after,
#event-banner-slider .swiper-rtl .swiper-button-prev:after,
#event-banner-slider .swiper-button-prev:after,
#event-banner-slider .swiper-rtl .swiper-button-next:after {
  font-size: 29px;
}

#events-filters {
  padding: 3rem 0rem;
}

#events-filters .filters-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#events-filters .filters-flex .filters-width {
  width: 20%;
}

#events-filters .filters-flex .filters-width .btn-all {
  background: transparent linear-gradient(256deg, #ba271a 0%, #6d1b1b 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  height: 49px;
}

#events-filters
  .filters-flex
  .filters-width
  .bootstrap-select
  > .dropdown-toggle {
  height: 47px;
}

#events-filters .filters-flex .filters-width .filter-option-inner-inner {
  outline: none;
  color: #000;
}

#events-filters .filters-flex .filters-width .filter-option-inner {
  padding-top: 5px;
}

#events-filters .filters-flex .filters-width .dropdown-menu.show {
  z-index: 4;
}

#events-filters .filters-flex .filters-width .dropdown-item.active,
#events-filters .filters-flex .filters-width .dropdown-item:active {
  background: transparent linear-gradient(256deg, #ba271a 0%, #6d1b1b 100%) 0%
    0% no-repeat padding-box;
}

#events-filters
  .filters-flex
  .filters-width
  .bootstrap-select
  .dropdown-toggle:focus,
#events-filters
  .filters-flex
  .filters-width
  .bootstrap-select
  > select.mobile-device:focus
  + .dropdown-toggle {
  outline: unset;
}

#events-filters
  .filters-flex
  .filters-width
  .btn-light:not(:disabled):not(.disabled).active,
#events-filters
  .filters-flex
  .filters-width
  .btn-light:not(:disabled):not(.disabled):active,
#events-filters
  .filters-flex
  .filters-width
  .show
  > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #fff;
  border-color: unset;
}

#events-filters
  .filters-flex
  .filters-width
  .bootstrap-select
  .dropdown-toggle:focus,
#events-filters
  .filters-flex
  .filters-width
  .bootstrap-select
  > select.mobile-device:focus
  + .dropdown-toggle {
  outline: unset !important;
  outline: unset !important;
  outline-offset: unset;
}

#events-filters .filters-flex .filters-width .form-control {
  height: 47px;
}

#events-filters .row-padding {
  padding: 5rem 0rem 0rem 0rem;
}

#events-filters .event-card-content,
#event-why-should .event-why-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

#events-filters .event-card-content .event-title h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

#events-filters .event-card-content .event-discri p {
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: left;
}

#events-filters .event-card-content .event-date-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 46%;
}

#events-filters .overflow-hidden .overlay-date {
  background: #000000cf;
  color: #fff;
  position: absolute;
  top: 67%;
  left: 26%;
  padding: 12px 25px;
  font-weight: 600;
}

#event-why-should {
  margin: 3rem 0rem 0rem 0rem;
  padding: 3rem 0rem;
  background: #0d0d0d;
}

#event-why-should img {
  border-radius: 15px;
}

#event-why-should .event-why-content .title h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 3rem;
}

#event-why-should .event-why-content {
  padding: 0rem 4rem 0rem 0rem;
}

#event-why-should .event-why-content ol li {
  border-bottom: 1px solid #8a8a8a;
}

#event-why-should .event-why-content ol li:last-child {
  border-bottom: unset;
}

#event-why-should .event-why-content ol li::marker {
  font-weight: 800;
  font-size: 24px;
}

#event-why-should .event-why-content ol li p {
  font-size: 16px;
  padding: 2rem 1rem 2rem 1rem;
  margin-bottom: 0rem;
  line-height: 1.7;
}

/*Social Impact event page css end*/

/*Social Impact cause inner css start*/

#change-makers .banner-content .heading-title .cause-content {
  font-size: 1.2rem;
  font-weight: 500;
  width: 80%;
  margin: 0rem auto;
  padding-top: 2rem;
  line-height: 1.7;
}

#hcms-banner-update .hcms-profiles .img-width.img-width-volun {
  width: 11%;
  text-align: center;
}

#hcms-banner-update .recent-updates .recent-update-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 21px;
  background: #141414 0% 0% no-repeat padding-box;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content.vol-update {
  width: 99%;
}

#hcms-banner-update .recent-updates .recent-update-content {
  padding: 0px 10px;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content .volunteers-counts {
  font-size: 1.825rem;
  margin-bottom: 2rem;
}

#hcms-banner-update .recent-updates .recent-update-title h1 {
  font-size: 1.375rem;
  color: #fff;
}

#hcms-banner-update .recent-updates .recent-update-title a {
  font-size: 14px;
  color: #fff;
}

#hcms-banner-update .recent-updates .recent-update-content {
  background: #000;
  color: #fff;
}

#causes-flipcart .centered.card-text {
  margin-bottom: 0;
  position: absolute;
  top: 53% !important;
  transform: translate(50%, 50%);
  color: #fff;
  font-size: 28px;
  text-align: center;
  right: 50%;
  left: -53%;
  font-weight: 600;
}

.hcms-causes-sliders {
  padding: 3rem 0rem;
  background: #fff;
}

#hcms-causes-sliders .hcms-causes-sliders .slider-title h2 {
  font-size: 34px;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 1px;
}

#hcms-causes-sliders
  .hcms-causes-sliders
  .swiper-container
  .card
  .hcms-details
  h2 {
  font-size: 20px;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

#top10-alternate-suppliers,
#impact-brandcollab,
#brands-sec {
  padding: 3rem 0rem;
}

#top10-alternate-suppliers .heading-title h2 {
  color: #000;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 2rem;
}

#impact-brandcollab .heading-title h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 2rem;
  color: #fff;
}

#top10-alternate-suppliers .top10-content,
#impact-brandcollab .impact-brandcoll-content {
  width: 80%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
}

#top10-alternate-suppliers .country-name {
  font-size: 18px;
  font-weight: 500;
}

#top10-alternate-suppliers .country-name i {
  color: #cc0000;
  font-size: 20px;
}

#top10-alternate-suppliers .explore-btn,
#impact-brandcollab .explore-btn {
  color: #cc0000;
  font-size: 16px;
  font-weight: 700;
}

#top10-alternate-suppliers .row .row-bottom,
#impact-brandcollab .row .row-bottom {
  margin-bottom: 2rem;
}

#impact-brandcollab {
  background: #000;
  color: #fff;
}

#impact-brandcollab .row-left {
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#impact-brandcollab .product-name {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid;
  margin-right: 1rem;
  border-radius: 22px;
  background: #000;
}

#brands-sec {
  background: #000;
}

#brands-sec .brands-flex {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

#brands-sec .brands-flex .brand-width {
  width: 24%;
  justify-content: center;
  align-items: center;
  display: flex;
}

#brands-sec .marquee1,
#brands-sec .marquee2 {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 160px;
  overflow-x: hidden;
}

#brands-sec .track1 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee1 50s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#brands-sec .marque1 .track1 img,
#brands-sec .marque2 .track2 img {
  width: 250px;
}

@keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#brands-sec .track2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 50s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@keyframes marquee2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

#social-instagram .heading-title {
  margin-bottom: 4rem;
}

/*Social Impact cause inner css end*/

/* change maker slider new code */

iframe {
  width: 400px;
  height: 600px;
}

.videoWrapper {
  width: 400px;
  height: 600px;
}

.videoPoster {
  position: absolute;
  top: 4%;
  right: 0;
  left: 18%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: unset !important;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
  display: none;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.loading {
  margin-bottom: 50px;
}

/* #change-makers .change-makers-slider .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {

  pointer-events: none;
}

#change-makers .change-makers-slider .swiper-slide.swiper-slide-next
{
    
    pointer-events: unset;
} */

#change-makers .change-makers-slider .swiper-slide {
  height: 640px !important;
  overflow: hidden;
}

/* #change-makers .change-makers-slider .swiper-slide-active
{
  pointer-events: unset !important;
} */

/* Social impact program page css start */

section#banner-section-1 {
  background: url(https://www.dellaleaders.com/v3/wp-content/uploads/2022/03/bg-nobeef.png);
  padding: 100px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-section-1 h1 {
  text-align: left;
  font: normal normal 900 50px/80px Spartan;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
#banner-section-1 h2 {
  text-align: left;
  font: normal normal 900 50px/80px Spartan;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}


#banner-section-1 h1.header-h1 {
  text-align: left;
  font: normal normal 900 35px/30px Spartan;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

#banner-section-1 h4 {
  text-align: left;
  font: normal normal bold 36px/50px Spartan;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

#banner-section-1 button {
  border: 3px solid #ffffff;
  padding: 10px 40px;
  background: transparent;
  color: #fff;
  font: normal normal normal 25px/41px Bebas Neue;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

#bg-grey h2 {
  text-align: center;
  font: normal normal 800 50px/90px Spartan;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  opacity: 1;
}

#bg-grey p {
  text-align: center;
  font: normal normal normal 20px/36px Spartan;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  width: 100%;
}

.bg-g {
  background: rgb(255, 255, 255);
  padding: 60px 20px 60px 50px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 20%,
    rgba(241, 241, 241, 1) 20%,
    rgba(241, 241, 241, 1) 100%
  );
}

.bg-g h3 {
  text-align: left;
  font: normal normal 800 50px/76px Spartan;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.bg-p p {
  text-align: left;
  font: normal normal medium 20px/36px Spartan;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.mid-text-inner {
  display: flex;
  padding: 50px 50px 0px;
  align-items: center;
}

.mid-text-inner h2 {
  text-align: left;
  font: normal normal normal 120px/60px Bebas Neue;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.mid-text-inner p {
  text-align: left;
  font: normal normal normal 30px/45px Spartan;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 20px;
  opacity: 1;
}

.bg-end {
  align-items: end;
  display: flex;
}

#bg-grey-1 .bg-top {
  align-items: start;
  display: flex;
}

#nobeef-sec #bg-grey-half .nav-tabs li a {
  background: transparent;
  margin: 0 15px;
  border-radius: 15px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  flex-direction: column;
  height: 100%;
  border: 0px;
}

.triangle-bottom {
  width: 0;
  height: 0;
  margin: -20px auto;
}

.triangle-bottom {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.triangle-bottom {
  border-top: 30px solid black;
  margin-top: -8px;
  display: none;
}

.nav-tabs .nav-link.active .triangle-bottom {
  border-top: 30px solid black;
  margin-top: -8px;
  display: block;
}
#nobeef-sec #bg-grey-half {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(241, 241, 241, 1) 50%,
    rgba(241, 241, 241, 1) 100%
  );
}

#nobeef-sec #bg-grey-half .tab-pane {
  color: #fff;
  padding: 50px;
}

#nobeef-sec #bg-grey-half .tab-pane h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 50px;
}

.long-arrow-right {
  display: block;
  margin: 30px auto;
  width: 20px;
  height: 20px;
  border-top: 5px solid #d50001;
  border-left: 5px solid #d50001;
}

.long-arrow-right {
  transform: rotate(135deg);
}

.long-arrow-right::after {
  content: "";
  display: block;
  width: 5px;
  height: 45px;
  background-color: #d50001;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.bg-white {
  background: #fff;
  color: #000;
  text-align: left;
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 18px #00000029;
  opacity: 1;
}

.bg-white button {
  background: #d50001;
  border-radius: 0;
  border: 0;
  padding: 7px 28px 4px;
  text-align: left;
  font: normal normal 600 16px/26px Spartan;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

#bg-grey-1 {
  padding: 3rem 0;
  background-color: #fff;
}

#bg-grey {
  padding: 3rem 0rem 3rem 0rem;
  background-color: #f1f1f1;
}

#nobeef-sec {
  /* transform: translate(0px,-100px);*/
  background: #fff;
}

#nobeef-sec .tab-content h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

#nobeef-sec .bg-black {
  color: #fff;
  padding: 50px;
  justify-content: center;
  margin-bottom: 30px;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgb(0 0 0) 30%, rgb(0 0 0) 100%); */
  background: url(../images/social-impact/program-page/nobeefweek-bg.png);
  background-size: cover;
}

#nobeef-sec #bg-grey-half .bg-black p {
  font-size: 20px;
  padding-bottom: 10px;
  color: #fff;
}

.bg-black p {
  font-size: 20px;
  padding-bottom: 10px;
  color: #fff;
}

.bg-white input {
  background: #b9b8b8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: #000;
  border: 0px;
  font-size: 14px;
}

.form-check-label {
  font-size: 14px;
}

#nobeef-sec .bg-gy-1 {
  background: #f1f1f1 0% 0% no-repeat padding-box;
  border-radius: 15px;
  color: #000 !important;
  padding: 50px !important;
}

#nobeef-sec .bg-gy-1 h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 40px;
}

#nobeef-sec .bg-gy-1 ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

/* #nobeef-sec .bg-gy-1 ul li a {
  background: #000;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 80px;
  border-radius: 10px;
  margin-right: 50px;
} */

#box {
  position: relative;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#list {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #222;
  z-index: -1;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.act > #list {
  left: 50px;
  top: 0px;
  width: auto;
  height: 40px;
  padding: 5px;
  background-color: #222;
  border-radius: 30px;
  z-index: 1;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.a2a_default_style .a2a_svg {
  background-color: transparent !important;
}

#btn {
  width: 40px;
  height: 40px;
  background-color: #222;
  border-radius: 100%;
  border: none;
  font-size: 20px;
  color: #f5f5f5;
  cursor: pointer;
  z-index: 2;
  display: grid;
  place-content: center;
}

#btn:hover {
  background-color: #666;
}

/* scrollbar Handle on hover */

.MainVideoSection .customScroll::-webkit-scrollbar-thumb:hover {
  background: black;
}

@media only screen and (max-width: 1440px) {
  #bg-grey-1 .bg-g {
    background: rgb(255, 255, 255);
    padding: 60px 20px 60px 50px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(241, 241, 241, 1) 30%,
      rgba(241, 241, 241, 1) 100%
    );
  }
  #bg-grey-1 .bg-g h3 {
    font: normal normal 800 35px/46px Spartan;
  }
  #banner-section-1 {
    padding: 100px;
  }
  #banner-section-1 .header-h1 {
    font: normal normal 900 20px/35px Spartan;
  }
  #banner-section-1 h1 {
    font: normal normal 900 35px/50px Spartan;
  }
 #banner-section-1 h2 {
    font: normal normal 900 35px/50px Spartan;
  }
  #banner-section-1 h4 {
    font: normal normal bold 23px/37px Spartan;
  }
  #banner-section-1 button {
    padding: 5px 35px;
    font: normal normal normal 24px/40px Bebas Neue;
  }
  .mid-text-inner h2 {
    font: normal normal normal 80px/60px Bebas Neue;
  }
  .mid-text-inner p {
    font: normal normal normal 20px/35px Spartan;
  }
}

@media only screen and (max-width: 1024px) {
  .bg-gray h3 {
    font-size: 25px !important;
  }
  .wid-img {
    width: 220px !important;
  }
  #nobeef-sec #bg-grey-half .nav-tabs li a {
    background: transparent;
    margin: 10px;
    border-radius: 15px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    flex-direction: column;
    height: 100%;
  }
  .bg-gray {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bg-gray h3 {
    font-size: 18px !important;
  }
  .wid-img {
    width: 150px !important;
  }
  #nobeef-sec .bg-gy-1 ul li a {
    padding: 8px 41px;
    border-radius: 6px;
  }
  #nobeef-sec #bg-grey-half .nav-tabs li a {
    background: transparent;
    margin: 10px;
    border-radius: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    flex-direction: column;
    height: 100%;
  }
  #bg-grey p {
    text-align: center;
    font: normal normal normal 16px/26px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 100%;
    width: 100%;
  }
  #bg-grey h2 {
    text-align: center;
    font: normal normal 800 35px/45px Spartan;
  }
  #bg-grey-1 .bg-g h3 {
    font: normal normal 800 35px/45px Spartan;
  }
  #banner-section-1 {
    padding: 20px;
  }
  #banner-section-1 .header-h1 {
    font: normal normal 900 20px/35px Spartan;
  }
  #banner-section-1 h1 {
    font: normal normal 900 35px/50px Spartan;
  }
#banner-section-1 h2 {
    font: normal normal 900 35px/50px Spartan;
  }
  #banner-section-1 h4 {
    font: normal normal bold 23px/37px Spartan;
  }
  #banner-section-1 button {
    padding: 5px 35px;
    font: normal normal normal 24px/40px Bebas Neue;
  }
  .mid-text-inner h2 {
    font: normal normal normal 80px/60px Bebas Neue;
  }
  .mid-text-inner p {
    font: normal normal normal 20px/35px Spartan;
  }
}

@media only screen and (max-width: 425px) {
  .wid-img {
    width: 100px !important;
  }
  #black-bg.bg-black-b {
    padding: 15px !important;
  }
  #health .bg-g {
    padding: 15px !important;
  }
  section#banner-section-1 {
    padding: 15px !important;
  }
  .arrow-pos {
    padding-top: 6px;
  }
  .triangle-bottom {
    border-top: 20px solid black;
    margin-top: -11px;
  }
  #nobeef-sec .tab-content h3 {
    font-size: 23px !important;
    line-height: 35px;
  }
  .bg-black {
    padding: 5px;
    font-size: 23px !important;
    line-height: 35px;
  }
}

.bg-gray:hover h3 {
  transform: translateY(0px) !important;
}

#bg-grey-1 .bg-g {
  padding: 20px !important;
}

#bg-grey-1 .bg-g p {
  font: normal normal normal 16px/26px Spartan !important;
}

.bg-grey-1 p,
#bg-grey-1 .bg-g p {
  font: normal normal normal 16px/26px Spartan !important;
}

#bg-grey-1 .bg-g .red-btn {
  font: normal normal 400 18px/37px Bebas Neue !important;
  padding: 10px 15px !important;
  margin-top: 10px;
}

.video iframe {
  height: 250px !important;
}

.VideoList .nav-link {
  padding: 0 0.5rem;
}

#nobeef-sec .bg-gy-1 ul {
  display: flex;
}

#nobeef-sec .bg-gy-1 ul li {
  text-align: center;
  margin-bottom: 5px;
  position: revert;
  display: flex;
  justify-content: center;
}

#nobeef-sec .bg-gy-1 {
  padding: 0px;
}

.bg-black h3 {
  font-size: 20px;
  font-weight: 600;
}

.bg-black p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  color: #fff;
}

#nobeef-sec #bg-grey-half .nav-tabs li a {
  margin: 2px;
  padding: 0;
  font-size: 14px;
}

#bg-grey-1 .bg-g {
  background: rgb(255, 255, 255);
  padding: 46px 20px 40px 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 20%,
    rgba(241, 241, 241, 1) 20%,
    rgba(241, 241, 241, 1) 100%
  );
}

.bg-white {
  padding: 20px;
}

#nobeef-sec .bg-gy-1 ul li a {
  margin-right: 16px;
  padding: 8px 15px;
  font-size: 13px;
}

.pb-5 {
  padding-bottom: 1rem !important;
}

.arrow-pos {
  padding-top: 20px;
  width: 20px;
}

#bg-grey-1 .bg-gray {
  background: #efefef;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.item-zoom {
  position: relative;
  border: 0 solid #333;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}
.item-zoom img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* width: 100%; */
}
.bg-gray:hover .item-zoom img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#nobeef-sec #bg-grey-half .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
#nobeef-sec .bg-gray h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff !important;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  transition: 0.4s;
  border: 0 solid red;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  z-index: 9;
  line-height: 1.3;
  background-image: linear-gradient(to top, black, #ffffff00) !important;
}
.bg-gray:hover h3 {
  transform: translateY(-20px);
}
.arrow-pos {
  padding-top: 20px;
}

/* .wid-img {
    width: 300px !important;
} */
#bg-grey-1 .bg-g {
  /* background: #F1F1F1; 
  height: 100%;*/

  padding: 50px;
}
#health .bg-g {
  background: #f1f1f1;
  height: 100%;
  padding: 50px;
}
#health .bg-g p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  width: 87%;
}
#health .bg-g p:nth-child(2) {
  font-weight: 700 !important;
}
#health .bg-g img {
  margin-bottom: 40px;
  width: 300px;
}
#health .bg-g .red-btn {
  background: #d02d1e 0% 0% no-repeat padding-box;
  border: 1px solid #d02d1e;
  color: #ffff;
  font: normal normal 400 24px/37px Bebas Neue;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 39px;
  margin-top: 20px;
}
#black-bg.bg-black-b {
  color: #fff;
  padding: 50px;
  justify-content: center;
  margin-bottom: 30px;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgb(0 0 0) 30%, rgb(0 0 0) 100%); */

  background: #000;
}
.center-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#black-bg .bg-video h3 {
  font: normal normal bold 36px/50px Spartan;
  color: #fff;
  margin: 1rem 0rem;
}
#black-bg .bg-video p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-bottom: 0.5rem;
}
#black-bg .small-txt {
  font-size: 16px;
  line-height: 10px !important;
  color: #fff;
  margin: 0;
}
.bg-video h3 {
  padding-bottom: 10px;
}
.bg-video .red-btn1 {
  background: #d02d1e 0% 0% no-repeat padding-box;
  border: 1px solid #d02d1e;
  color: #ffff;
  font: normal normal 400 16px/20px Bebas Neue;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 8px 20px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.border-box {
  border: 2px solid #fff;
  padding: 40px;
  font-size: 21px;
  margin-top: 4rem !important;
  text-align: center;
  font-weight: 700;
}
.container-custom-wrp {
  padding: 0rem 5rem;
}

/* Social impact program page css end */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 650px !important;
    overflow: hidden;
    pointer-events: unset;
  }

  .videoPoster {
  }

  .videoPoster {
    left: 0%;
    top: 6%;
    width: 100% !important;
    height: 100% !important;
    background-size: unset !important;
  }

  #faqs-sec .container-fluid {
    padding: 0 0rem;
  }

  #twitter-section .left-content h2 {
    font-size: 1.2rem;
    padding-top: 2rem;
    text-align: center;
    width: 100%;
  }
  #get-involved-banner .get-involved-title h2 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .inner-header {
    transform: translateY(75px) !important;
  }
  #change-makers.height {
    padding: 15rem 0rem 2rem 0rem !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 640px !important;
    overflow: hidden;
    pointer-events: unset;
  }

  .videoPoster {
    left: 0%;
    top: 0%;
  }

  .videoPoster {
    width: 100% !important;
    height: 100% !important;
    background-size: unset !important;
  }

  .videoWrapper {
    width: 100%;
    height: 100%;
  }

  iframe {
    width: 100%;
    height: 100%;
  }
  #workshop-programs-tabs .tab-content .tab-right-content img {
    height: 50vh;
  }

  #faqs-sec .container-fluid {
    padding: 0 0rem;
  }

  #faqs-sec .card-body {
    padding: 1rem;
  }

  .inner-header {
    transform: translateY(0px) !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  iframe {
    width: 100% !important;
    height: 100% !important;
  }

  #change-makers .change-makers-slider .swiper-slide {
    height: 620px !important;
    overflow: hidden;
  }

  .videoPoster {
    width: 100% !important;
    height: 100% !important;
    top: 0%;
    right: 0;
    left: 0%;
    background-size: unset !important;
  }
  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 48%;
    margin-bottom: 0rem;
  }

  #causes-flipcart .filpcard-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 39px;
  }

  #workshop-programs-tabs .tab-content .tab-right-content img {
    height: 45vh;
  }

  #faqs-sec .container-fluid {
    padding: 0 0rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 620px !important;
  }

  .videoPoster {
    top: 0%;
    left: 0%;
    background-size: unset !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .videoPoster {
    top: 0%;
    left: 0%;
    background-size: unset !important;
  }

  #change-makers .change-makers-slider .swiper-slide {
    height: 620px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1620px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 645px !important;
    overflow: hidden;
  }

  .videoPoster {
    left: 10%;
    top: 0%;
  }

  #change-makers .banner-content {
    padding: 10rem 0rem 0rem 0rem;
  }
}
@media only screen and (min-width: 2021px) and (max-width: 2499px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 800px !important;
    overflow: hidden;
  }

  .videoPoster {
    left: 21%;
  }
}
@media only screen and (min-width: 2500px) and (max-width: 3500px) {
  #change-makers .change-makers-slider .swiper-slide {
    height: 750px !important;
  }

  .videoPoster {
    left: 24%;
  }
}
@media only screen and (min-width: 1024x) and (max-width: 3000px) {
  .wid-img {
    width: 300px !important;
  }
}
@media only screen and (min-width: 768x) and (max-width: 1024px) {
  .wid-img {
    width: 300px !important;
  }

  #nobeef-sec .bg-gray h3 {
    font-size: 18px !important;
  }
}

/* changemaker slider vider end */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #nobeef-sec .bg-gray h3 {
    font-size: 13px !important;
  }

  #change-makers .swiper-slide {
    height: 300px !important;
    overflow: hidden;
  }

  .display-web {
    display: none;
  }

  .container-custom-wrp {
    padding: 0rem 0rem;
  }

  .display-mobi {
    display: block;
  }

  #banner-section,
  #event-banner-slider {
    padding-top: 3rem;
  }

  #banner-section .about-para .text {
    height: 95px;
  }

  #banner-section .about-para .text span {
    font-size: 25px;
    padding-top: 5px;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .about-para .slider {
    font-size: 32px;
  }

  #banner-section .about-para .bottom-content p {
    width: 100%;
    font-size: 14px;
    padding: 2rem 0rem;
    margin: 0rem;
  }

  #banner-section .about-para .bottom-content a {
    font-size: 12px;
  }

  #banner-section .main-circle {
    margin-top: 3rem;
  }

  #banner-section .main-circle .play-button-wrapper i {
    font-size: 48px;
  }

  #banner-section .bottom-content a {
    padding: 7px 7px;
    font-size: 10px;
  }

  #banner-section .main-circle .play-button-wrapper {
    width: unset;
    height: unset;
  }

  #banner-section .main-circle .bottom-content {
    padding: 1rem;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 2rem 0.5rem;
  }

  #make-impact .heading h1,
  #change-makers .top-title h2,
  #news-updates .top-title h2,
  #update-event .top-title h2,
  #faqs-sec .title h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  #make-impact .make-impact-content p,
  #update-event .main-content p,
  #update-event .act-btns a,
  #faqs-sec #faq .card .card-body,
  #changemaker .img-overlay h4,
  #changemaker .img-overlay h5 {
    font-size: 14px;
  }

  #make-impact .make-impact-content p {
    margin-bottom: 2rem;
    width: 100%;
  }

  #make-impact {
    padding: 0rem 0rem;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 4.5rem;
  }

  #make-impact .make-impact-content,
  #humanity-planet .row .col-sm-3.col-md-12,
  #humanity-planet .row .col-sm-9.col-md-12 {
    padding: 0;
  }

  #humanity-planet .content .caption p {
    padding: 1rem 0rem 1.5rem 0rem;
  }

  #humanity-planet .img-title h2 {
    font-size: 16px;
    padding-top: 0rem;
  }

  #humanity-planet .content .caption {
    height: 11%;
  }

  #humanity-planet .content .caption .up-down i,
  #humanity-planet .content:hover .up i {
    font-size: 20px;
  }

  #humanity-planet .content:hover .up {
    margin-top: 1rem;
  }

  #humanity-planet .content .caption p {
    font-size: 12px;
    padding: 0rem;
  }

  #humanity-planet .content .caption .view-all-btn {
    font-size: 12px;
    margin-right: 0;
    padding: 7px 13px;
  }

  #humanity-planet .row .col-sm-12.col-md-12 {
    margin-bottom: 2rem;
    padding: 0;
  }

  #humanity-planet .causes-padding {
    padding: 2rem 0rem 0rem !important;
  }

  #humanity-planet .left-content h6 {
    font-size: 18px;
  }

  #humanity-planet .left-content h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 18px;
  }

  #humanity-planet .social-impactslider .card a .label-title {
    top: 83%;
  }

  #humanity-planet .causes-cards .card-width {
    width: 100%;
    padding: 0;
  }

  #humanity-planet .content .border-bottom1,
  #humanity-planet .content .border-bottom2 {
    border-bottom: 3px solid #c00 !important;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #humanity-planet .social-impactslider .card a .label-title {
    margin-left: 0.5rem;
  }

  #we-drive h2 {
    font-size: 24px;
  }

  #we-drive .card {
    width: 100%;
    margin: 1rem 0rem;
    height: 250px;
  }

  #advantage-dlc,
  #changemaker,
  #news-updates,
  #update-event,
  #we-drive,
  #change-makers,
  #get-involved-banner,
  #workshop-programs-tabs {
    padding: 2rem 0rem;
  }

  #advantage-dlc .flex-content h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }

  #advantage-dlc .flex-content p {
    width: 100%;
    font-size: 14px;
    padding-bottom: 0rem;
  }

  #advantage-dlc .row .col-sm-12,
  #update-event .row .col-sm-12 {
    padding: 0rem;
  }

  #advantage-dlc .men h3 {
    font-size: 24px;
  }

  #advantage-dlc .men p {
    font-size: 16px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 50%;
  }

  #counters div:before {
    margin-top: 2px;
  }

  #counters div:nth-child(3):before,
  #counters div:nth-child(5):before {
    display: none;
  }

  #advantage-dlc .men h3 svg {
    height: 24.293px;
    width: 40.291px;
  }

  #advantage-dlc svg {
    height: 198.759px;
  }

  #changemaker .swiper-slide-active .img-overlay .play-btn {
    padding: 20px 0rem 0rem 16rem !important;
  }

  #change-makers
    .change-makers-slider
    .swiper-slide-visible
    .swiper-slide-active,
  #change-makers .change-makers-slider .swiper-slide-visible {
    pointer-events: unset;
  }

  #changemaker .swiper-container {
    height: auto;
  }

  #news-updates .marquee-impact:before,
  #news-updates .marquee-impact:after {
    background: unset;
  }

  #update-event .swiper-button-next,
  #update-event.swiper-rtl .swiper-button-prev {
    right: 10%;
  }

  #update-event .img-overlay {
    width: 100%;
    height: auto;
  }

  #update-event .img-overlay .tag-label {
    font-size: 14px;
    left: 61.9%;
  }

  #faqs-sec #faq .card .card-header .btn-header-link {
    white-space: break-spaces;
    font-size: 14px;
  }

  #faqs-sec #faq {
    padding-top: 2rem;
  }

  #faqs-sec .faqs-page .title h2 {
    font-size: 18px;
    padding-left: 0.5rem;
  }

  #faqs-sec .faqs-page .title {
    padding-bottom: 0rem;
  }

  #faqs-sec .faqs-page {
    padding-top: 6rem;
  }

  #we-drive .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .we-drive {
    padding: 2rem 0rem;
  }

  #workshop-programs-tabs .sec-hcm-bx .grid-nav-bx {
    height: 70px;
  }

  #causes-human #planet::before {
    height: 72px;
  }

  #causes-human .human-cards .human-title {
    padding-bottom: 1rem;
  }

  #causes-human .human-cards .row .col-sm-6 {
    padding: 0;
  }

  #causes-human {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  #causes-human .human-cards .card a .label-title p {
    top: 19%;
  }

  #causes-human .human-cards:last-child {
    padding-top: 3rem;
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 80%;
    font-size: 24px;
    margin: 0 auto;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 1.5rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.5rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 24px;
    width: 80%;
    margin: 0rem auto;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2rem;
  }

  #causes-human .human-cards .human-head-fixed {
    top: 16px;
  }

  #causes-human .human-cards .planet-head-fixed {
    top: 16px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 18px;
  }

  #causes-human .human-cards .card a .label-title {
    top: 72%;
  }

  #causes-human .bucket-title h2 {
    font-size: 24px;
  }

  #causes-human .bucket-title p {
    font-size: 14px;
  }

  #causes-human .human-cards .sec-padding {
    padding: 0rem 0rem 3rem 0rem;
  }

  #causes-flipcart .flip-card {
    height: 300px;
    margin-bottom: 0rem;
  }

  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 100%;
    margin-bottom: 9rem;
  }

  #entrepreneurship .banner-content {
    padding-top: 7rem;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #cause-we-fightfor .banner-content .heading-title h2,
  #community-of-impact .banner-content .heading-title h2,
  #explore-communities .banner-content .heading-title h2,
  #feature-program .banner-content .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  #entrepreneurship .banner-content .banner-para p,
  #change-makers .banner-para p {
    font-size: 14px;
    line-height: 1.7;
  }

  #change-makers .banner-para p {
    margin-bottom: 0rem;
  }

  #change-makers .banner-para {
    padding: 0 15px;
  }

  #causes-flipcart .col-sm-6.col-md-6 {
    padding: 0;
  }

  #causes-flipcart {
    margin-bottom: 0rem;
  }

  #entrepreneurship .banner-content .banner-para {
    padding-top: 2rem;
  }

  #explore-communities .card .centered h3 {
    font-size: 18px;
  }

  #explore-communities .col-sm-4.col-md-4 {
    padding: 0 0 1rem 0;
  }

  #explore-communities .banner-content {
    padding-bottom: 4rem;
  }

  .sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide-active a,
  .sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide a {
    font-size: 15px;
  }

  #get-involved-banner .get-involved-banner-title a {
    font-size: 14px;
    padding: 8px 23px;
  }

  #get-involved-banner .get-involved-banner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  #get-involved-banner .get-involved-banner-title h3 {
    line-height: 1.7;
    font-size: 18px;
    text-align: center;
  }

  #get-involved-banner .get-involved-banner-title p {
    text-align: center;
    line-height: 1.5;
  }

  /* #get-involved-banner .get-involved-title h2 {
        font-size: 20px;
        line-height: 1.5;
        color: #000 !important;
    } */

  /* #get-involved-banner .get-involved-title h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 2rem;
        color: #000 !important;
    } */

  #get-involved-banner .get-involved-tabs .btn-header-link {
    padding: 2rem 1rem 2rem 2rem;
    font-size: 24px;
    width: 100%;
  }

  #get-involved-banner .get-involved-tabs .btn-header-link:after {
    margin-left: 0rem;
    float: right;
  }

  #get-involved-banner .get-involved-tabs .tab-heading .fade-p {
    padding-bottom: 2rem;
    font-size: 14px;
  }

  #get-involved-banner .get-involved-tabs .tab-detail p {
    width: 100%;
    font-size: 14px;
  }

  #get-involved-banner .get-involved-tabs .tab-detail a {
    font-size: 14px;
  }

  #get-involved-banner .get-involved-banner-title h2 {
    line-height: 1.7;
    font-size: 20px;
    text-align: center;
  }

  #social-partners {
    padding-top: 3rem;
    display: block;
  }

  #explore-communities .expo-communities {
    padding-top: 0rem;
  }

  #explore-communities {
    padding-top: 2rem;
  }

  #social-partners .marquee-impact {
    padding-top: 3rem;
  }

  #causes-flipcart .row .col-sm-6.col-md-3 {
    padding: 0;
  }

  #get-involved-banner.mb-5 {
    margin-bottom: unset !important;
  }

  #get-involved-banner.pb-5 {
    padding-bottom: unset !important;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 1.2rem;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 7px;
    padding: 24px;
    top: 36%;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
    left: 7px;
    padding: 24px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1 {
    right: 7px;
    padding: 24px;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 7px;
    padding: 24px;
    top: 36%;
  }

  #change-makers .play-btn {
    top: 34%;
    left: 39%;
    opacity: 1;
  }

  #change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem;
  }

  #change-makers .banner-content .heading-title .cause-content {
    font-size: 14px;
    width: 100%;
  }

  #change-makers .banner-content {
    padding-top: 0px;
    margin-top: 0px !important;
  }

  #change-makers .change-makers-slider .swiper {
    height: auto;
  }
  /* #change-makers .change-makers-slider .swiper-slide-next {
    -webkit-transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1) !important;
    transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1) !important;
  } */

  #change-makers svg {
    width: 50px;
    height: 50px;
  }

  #hcms-banner-update .hcms-img {
    height: 115px;
    background-size: cover;
    padding: 10px;
  }

  #hcms-banner-update {
    padding: 1rem 0rem;
    margin-top: 0rem;
  }

  #hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 16px;
  }

  #hcms-banner-update .hcms-img .hcms-title p {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .recent-updates .recent-update-title {
    margin-top: 14px;
  }

  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 14px;
  }

  #hcms-banner-update .hcms-profiles .display-mobi .nav-link img {
    width: 91px;
    height: 91px;
  }

  #hcms-banner-update .hcms-profiles .display-mobi .nav-link {
    margin: 0.2rem 0.2rem;
    padding: 0.2rem;
  }

  #hcms-banner-update .hcms-profiles .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  #hcms-banner-update .hcms-profiles .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    bottom: unset;
    right: unset;
  }

  #hcms-banner-update .hcms-profiles button.close {
    width: unset;
    height: unset;
    border: unset;
    outline: unset;
    color: unset;
    border-radius: unset;
    opacity: unset;
    position: unset;
    left: unset;
    top: unset;
    border: unset;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  #hcms-banner-update .hcms-profiles button.close {
    padding: unset;
    background-color: #343434;
    width: unset;
    height: unset;
    border: unset;
    outline: unset;
    color: unset;
    border-radius: unset;
    opacity: unset;
    position: unset;
    left: unset;
    top: unset;
    border: unset;
    float: right;
    padding: 10px;
  }

  #hcms-banner-update .hcms-profiles button.close span {
    display: block;
    margin-top: 4px;
    padding: 0px;
    position: relative;
    float: right;
  }

  #hcms-banner-update .hcms-profiles .img-width {
    width: 16.3%;
    text-align: center;
    background: #000;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 91%;
    height: 100%;
    top: 0%;
    bottom: 0%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 20px !important;
    margin-bottom: 1rem !important;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    text-align: center;
    font-size: 16px;
    text-align: center;
    padding-top: 1rem;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 12.4px;
  }

  .modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1040 !important;
    background-color: #000 !important;
  }

  #hcms-banner-update .hcms-img .hcms-title a {
    font-size: 0.6rem;
    padding: 6px 18px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol {
    padding-left: 22px;
  }

  #hcms-banner-update .row .pr-0 {
    padding: 0px 15px 0px 15px !important;
  }

  #hcms-causes-sliders {
    padding: 2rem 0rem;
  }

  #hcms-causes-sliders .slider-title h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .slider-title p {
    font-size: 15px;
    line-height: 1.7;
  }

  #hcms-causes-sliders .hcms-causes-sliders .slider-title h2 {
    font-size: 18px;
    word-spacing: 0px;
    letter-spacing: 0px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .swiper-container .card .card-body p,
  #change-makers .change-makers-slider .swiper-container .card .card-body p,
  #hcms-causes-sliders .swiper-container .card .hcms-details span,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    span {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .card .hcms-details h1,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    h1 {
    font-size: 16px;
  }

  #hcms-causes-sliders
    .hcms-causes-sliders
    .swiper-container
    .card
    .hcms-details
    h2 {
    font-size: 16px;
  }

  #hcms-causes-sliders .swiper-container .card .card-body,
  #change-makers .change-makers-slider .swiper-container .card .card-body {
    padding: 1.5rem 0rem 0rem 0rem;
  }

  #hcms-causes-sliders .swiper-container .slider-right-btn a,
  #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    font-size: 16px;
    padding: 3px 20px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 1rem 1rem;
  }

  #workshop-programs-tabs .tab-content .tab-left-content h1 {
    font-size: 24px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content p {
    font-size: 14px;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  #workshop-programs-tabs .tab-left-content .subhead {
    font-size: 16px !important;
  }

  #workshop-programs-tabs .tab-content .tab-left-content a {
    font-size: 16px;
  }

  #workshop-programs-tabs .position-middle {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
  }

  #workshop-programs-tabs .nav-pills .nav-link {
    font-size: 10px;
    font-weight: 500;
  }

  #workshop-programs-tabs .nav-pills .nav-link {
    margin: 0rem 0rem;
  }

  #workshop-programs-tabs .nav-pills .nav-link {
    padding: 1rem 0.5rem;
  }

  #workshop-programs-tabs .position-middle .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
    height: auto;
    padding: 1rem 2rem;
  }

  #workshop-programs-tabs .nav-pills .nav-link.active,
  .workshop-programs .nav-pills .show > .nav-link {
    padding: 1rem 0.5rem;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p {
    font-size: 14px;
  }

  #workshop-programs-tabs .col-sm-3 {
    padding: 0;
  }

  #cause-we-fightfor {
    padding-bottom: 0rem;
  }

  #causes-flipcart .centered {
    top: 50% !important;
    font-size: 19px;
    padding: 0 40px;
  }

  .hcms-causes-sliders {
    padding: 0rem 0rem;
  }

  #causes-flipcart .flip-card-front,
  .flip-card-back {
    height: 400px;
  }

  #causes-flipcart .flip-card-front {
    background-size: cover;
  }

  #community-of-impact {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #causes-flipcart .centered.card-text {
    font-size: 20px;
  }

  #causes-flipcart .flip-card-back {
    padding: 13px;
    height: 400px;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 14px;
  }

  #causes-flipcart .flip-card-back-content {
    font-size: 12px;
    line-height: 1.7;
  }

  #workshop-programs-tabs .sec-hcm-bx .swiper-slide {
    width: 95px !important;
  }

  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 2rem 0;
  }

  #change-makers.height {
    padding: 0rem 0rem 2rem 0rem;
  }

  #workshop-programs-tabs .col-sm-12.col-md-12 {
    padding: 0;
  }

  #twitter-section {
    padding: 3rem 0rem;
  }

  #twitter-section .left-content {
    padding: 2rem;
  }

  #twitter-section .left-content h2 {
    font-size: 1.2rem;
    padding-top: 2rem;
  }

  #twitter-section .left-content p {
    font-size: 14px;
    margin-bottom: 2rem;
    text-align: center;
  }

  #twitter-section .align-items-mobi-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  #twitter-section .right-content {
    -webkit-transform: unset;
    transform: unset;
    padding: 2rem;
  }

  #twitter-section .right-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  #twitter-section .right-content .tweet-btn {
    font-size: 14px;
  }

  #get-involve-banner .banner-img {
    height: 500px;
  }

  #get-involve-banner .banner-img p {
    width: 100%;
    font-size: 14px;
  }

  #get-involve-banner .banner-img h1 {
    font-size: 20px;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 1rem 0rem;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 16px;
    margin-bottom: 1rem;
    text-align: center;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 14px;
    padding: 0.375rem 1rem;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3,
  #explore-our-sec .title h2 {
    font-size: 1.2rem;
    width: 97%;
    line-height: 1.7;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec {
    padding: 2rem 0rem 0rem 0rem;
  }

  #for-just-sec .row {
    padding: 2rem 0rem;
  }

  #for-just-sec .row .col-sm-6.col-md-12 {
    padding: 0;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }

  #for-just-sec .img-hover-effect .hover-title::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 12px;
  }

  #explore-our-sec .sub-title h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #explore-our-sec .sub-title {
    padding: 1rem 0rem;
  }

  #collaps-imgs-sec .container-general .gallery-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 52vh;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content {
    padding: 2rem 4rem;
  }

  #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
    top: 10px;
    font-size: 0.557rem;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content p {
    width: 100%;
    font-size: 12px;
    position: unset;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 20px;
  }

  #explore-our-sec .sub-title p {
    font-size: 14px;
  }

  #explore-our-sec .row .col-sm-3.col-md-6 {
    padding: 0;
  }

  #explore-our-sec .title:before {
    margin-top: 2rem;
  }

  #explore-our-sec .title:after {
    margin-top: -2.7rem;
  }

  #form-view {
    padding: 0rem;
  }

  #form-view .form-title h1 {
    font-size: 20px;
  }

  #form-view form label {
    font-size: 14px;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 4rem !important;
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 1.6rem;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 68%;
    left: 13%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  #event-banner-slider .col-move {
    z-index: unset;
    transform: unset;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 73%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 86%;
  }

  #events-filters .filters-flex .filters-width {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row .col-sm-12 {
    padding: 0px;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 0%;
    left: 0;
    padding: 9px 25px;
    font-size: 12.4px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 100%;
    font-size: 14px;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 0rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 14px;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 18px;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 0rem 0rem 0rem 0rem;
  }
  /*Social Impact event page css end*/
  /* Social Impact cause inner page css start */

  #top10-alternate-suppliers .heading-title h2,
  #impact-brandcollab .heading-title h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  #top10-alternate-suppliers,
  #impact-brandcollab,
  #brands-sec {
    padding: 2rem 0.5rem;
  }

  #top10-alternate-suppliers .top10-content,
  #impact-brandcollab .impact-brandcoll-content {
    width: 100%;
    font-size: 14px;
  }

  #top10-alternate-suppliers .country-name {
    font-size: 14px;
  }

  #impact-brandcollab .row-left {
    padding: 0px 15px;
  }

  #impact-brandcollab .product-name {
    padding: 5px 8px;
    font-size: 12px;
  }

  #brands-sec .brands-flex .brand-width {
    width: 45%;
  }

  #impact-brandcollab .row .row-bottom {
    margin-bottom: 2rem;
    justify-content: center;
  }

  #top10-alternate-suppliers .explore-btn,
  #impact-brandcollab .explore-btn {
    font-size: 14px;
  }

  #impact-brandcollab .heading-title h2 {
    color: #fff;
  }
  /* Social Impact cause inner page css end */
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .display-web {
    display: none;
  }

  .container-custom-wrp {
    padding: 0rem 0rem;
  }

  .display-mobi {
    display: block;
  }

  #change-makers .banner-content .heading-title {
    padding-top: 3rem;
  }

  #change-makers .banner-content .heading-title .cause-content {
    width: 100%;
  }

  #hcms-banner-update .hcms-profiles .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  #hcms-banner-update .hcms-profiles .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem auto;
    pointer-events: none;
    bottom: unset;
    right: unset;
  }

  #hcms-banner-update .hcms-profiles button.close {
    width: unset;
    height: unset;
    border: unset;
    outline: unset;
    color: unset;
    border-radius: unset;
    opacity: unset;
    position: unset;
    left: unset;
    top: unset;
    border: unset;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  #hcms-banner-update .hcms-profiles button.close {
    padding: unset;
    background-color: #343434;
    width: unset;
    height: unset;
    border: unset;
    outline: unset;
    color: unset;
    border-radius: unset;
    opacity: unset;
    position: unset;
    left: unset;
    top: unset;
    border: unset;
    float: right;
    padding: 10px;
  }

  #hcms-banner-update .hcms-profiles button.close span {
    display: block;
    margin-top: 4px;
    padding: 0px;
    position: relative;
    float: right;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }

  #banner-section,
  #event-banner-slider {
    padding-top: 6.7rem;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .main-circle .play-button-wrapper {
    width: unset;
    height: unset;
  }

  #banner-section .main-circle .bottom-content {
    padding: 1rem;
  }

  #banner-section .about-para .text {
    height: 95px;
  }

  #banner-section .about-para .text span {
    font-size: 25px;
    padding-top: 5px;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .about-para .slider {
    font-size: 32px;
  }

  #banner-section .about-para .bottom-content p {
    width: 100%;
    font-size: 14px;
    padding: 2rem 0rem;
    margin: 0rem;
  }

  #banner-section .about-para .bottom-content a {
    font-size: 12px;
  }

  #banner-section .main-circle {
    margin-top: 3rem;
  }

  #banner-section .main-circle .play-button-wrapper i {
    font-size: 48px;
  }

  #banner-section .bottom-content a {
    padding: 7px 7px;
    font-size: 10px;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 2rem 0rem;
  }

  .causes-cards {
    padding: 4rem 0rem 0rem 0rem;
  }

  #make-impact .heading h1,
  #change-makers .top-title h2,
  #news-updates .top-title h2,
  #update-event .top-title h2,
  #faqs-sec .title h2,
  #we-drive h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  #make-impact .make-impact-content p,
  #update-event .main-content p,
  #update-event .act-btns a,
  #faqs-sec #faq .card .card-body,
  #changemaker .img-overlay h4,
  #changemaker .img-overlay h5 {
    font-size: 16px;
  }

  #make-impact,
  #advantage-dlc,
  #changemaker,
  #news-updates,
  #update-event,
  #we-drive {
    padding: 2rem 0rem;
  }

  #humanity-planet .img-title h2 {
    font-size: 24px;
    padding-top: 0rem;
  }

  #humanity-planet .content .caption {
    height: 14%;
  }

  #humanity-planet .content .caption .up-down i,
  #humanity-planet .content:hover .up i {
    font-size: 26px;
  }

  #humanity-planet .content:hover .up {
    margin-top: 1rem;
  }

  #humanity-planet .content .caption p {
    font-size: 18px;
    padding: 2rem 2rem 1rem 2rem;
  }

  #humanity-planet .content .caption .view-all-btn {
    font-size: 14px;
    margin-right: 0;
    padding: 7px 13px;
  }

  #humanity-planet .row .col-sm-12.col-md-12 {
    margin-bottom: 2rem;
  }

  #humanity-planet .left-content h6,
  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 18px;
  }

  #humanity-planet .left-content h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  #we-drive .card {
    width: 100%;
    margin-bottom: 2rem;
  }

  #we-drive .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #we-drive .card p {
    width: 75%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 18px;
  }

  #advantage-dlc .flex-content h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }

  #advantage-dlc .flex-content p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0rem;
  }

  #advantage-dlc .men h3,
  #advantage-dlc .men3 h3 {
    font-size: 32px;
  }

  #advantage-dlc .men p,
  #advantage-dlc .men3 p {
    font-size: 16px;
  }

  #advantage-dlc .men,
  #advantage-dlc .men3 {
    margin: 1rem 0rem;
  }

  #advantage-dlc .men h3 svg {
    width: 50px;
    height: 36px;
  }

  #advantage-dlc svg {
    height: 373.759px;
  }

  #changemaker .img-overlay {
    width: 100%;
  }

  #changemaker .swiper-container {
    height: auto;
  }

  #changemaker .swiper-slide-active .img-overlay .play-btn {
    padding: 20px 0rem 0rem 40rem !important;
  }

  #change-makers .banner-para p {
    font-size: 16px;
  }

  #change-makers
    .change-makers-slider
    .swiper-slide-visible
    .swiper-slide-active,
  #change-makers .change-makers-slider .swiper-slide-visible {
    pointer-events: unset;
  }

  #update-event .swiper-button-next,
  #update-event.swiper-rtl .swiper-button-prev {
    right: 10%;
  }

  #update-event .img-overlay {
    width: 100%;
    height: auto;
  }

  #update-event .img-overlay .tag-label {
    font-size: 16px;
    left: 58.9%;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 9.8rem;
  }

  #make-impact .heading h1,
  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 25px;
  }

  #make-impact .make-impact-content p {
    width: 100%;
  }

  #humanity-planet .row.causes-padding {
    padding: 3rem 0rem 0rem !important;
  }

  #humanity-planet .causes-cards .card-width {
    width: 33.33%;
  }

  #advantage-dlc .men h3 {
    font-size: 24px;
  }

  #advantage-dlc .men p {
    font-size: 16px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 20%;
  }

  #counters div:before {
    height: 46px;
    margin-top: 10px;
  }

  #advantage-dlc .men h3 svg {
    width: 41px;
    height: 20px;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #workshop-programs-tabs .col-sm-3.col-md-12 {
    padding: 0rem;
  }

  #change-makers .swiper-slide-active .play-button-wrapper {
    opacity: 1;
  }

  #change-makers .change-makers-slider .play-button-wrapper i {
    font-size: 4rem;
  }
  /* #change-makers .change-makers-slider .swiper-slide-next {
    -webkit-transform: unset !important;
    transform: unset !important;
  } */

  #causes-human {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 33%;
    font-size: 24px;
    margin: 0 2rem;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 1.5rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.5rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 24px;
    width: 33%;
    margin: 0rem 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2rem;
  }

  #causes-human .human-cards .human-head-fixed,
  #causes-human .human-cards .planet-head-fixed {
    top: 38px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 20px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 16px;
  }

  #causes-human .human-cards .card a .label-title {
    top: 67%;
  }

  #causes-human .bucket-title h2 {
    font-size: 24px;
  }

  #causes-human .bucket-title p {
    font-size: 14px;
  }

  #causes-human .human-cards .sec-padding {
    padding: 0rem 0rem 3rem 0rem;
  }

  #causes-human .human-cards .card a .label-title p {
    top: 5%;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #social-instagram .heading-title h2 {
    line-height: 1.5;
  }

  #social-partners {
    padding: 2rem;
  }

  #change-makers .banner-content {
    padding-top: 0rem;
  }

  #explore-communities .card .centered h3 {
    font-size: 20px;
  }

  #change-makers .change-makers-slider .swiper {
    height: 550px;
  }

  #change-makers,
  #causes-flipcart,
  #hcms-banner-update,
  #workshop-programs-tabs,
  #social-partners,
  #explore-communities,
  #get-involved-banner,
  #faqs-sec {
    padding: 3rem 1rem;
  }

  #causes-flipcart {
    margin-bottom: 0rem;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #entrepreneurship .banner-content .banner-para p {
    font-size: 16px;
    line-height: 1.7;
  }

  #entrepreneurship .banner-content .banner-para {
    padding-top: 2rem;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 1.2rem;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
    left: 4px;
    padding: 20px;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 4px;
    padding: 20px;
    top: 36%;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1 {
    right: 4px;
    padding: 24px;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 4px;
    padding: 24px;
    top: 36%;
  }

  #hcms-causes-sliders
    .hcms-causes-sliders
    .swiper-container
    .card
    .hcms-details
    h2 {
    font-size: 18px;
  }

  #change-makers .play-btn {
    top: 41%;
    left: 45%;
    opacity: 1;
  }

  #change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem;
  }

  #hcms-banner-update .hcms-img {
    height: 329px;
    background-size: cover;
  }

  #hcms-banner-update {
    padding: 1rem 0rem;
  }

  #hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title p {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title a {
    font-size: 16px;
  }

  #hcms-banner-update .recent-update-title {
    margin-top: 1rem;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol li {
    font-size: 0.85rem;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol {
    padding-left: 22px;
  }

  #hcms-banner-update .hcms-profiles .img-width {
    width: 10.33%;
    text-align: center;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 73%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 1.625rem;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    text-align: center;
    font-size: 18px;
    text-align: center;
    padding-top: 1rem;
    width: 90%;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 12.4px;
  }

  #hcms-causes-sliders {
    padding: 2rem 0rem;
  }

  #hcms-causes-sliders .slider-title h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .slider-title p {
    font-size: 16px;
    line-height: 1.7;
  }

  #hcms-causes-sliders .swiper-container .card .card-body p,
  #change-makers .change-makers-slider .swiper-container .card .card-body p {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .card .hcms-details h1,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    h1 {
    font-size: 16px;
  }

  #hcms-causes-sliders .swiper-container .slider-right-btn a,
  #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    font-size: 15px;
    padding: 3px 20px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 1rem 1rem;
  }

  #workshop-programs-tabs .tab-content .tab-left-content h1 {
    font-size: 24px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content p {
    font-size: 14px;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  #workshop-programs-tabs .tab-left-content .subhead {
    font-size: 18px !important;
  }

  #workshop-programs-tabs .tab-content .tab-left-content a {
    font-size: 14px;
  }

  #workshop-programs-tabs .position-middle {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
  }

  #collaps-imgs-sec .container-general .gallery-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 52vh;
  }

  #workshop-programs-tabs .position-middle .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
    height: auto;
    padding: 1rem 2rem;
  }

  #workshop-programs-tabs .nav-pills .nav-link.active,
  .workshop-programs .nav-pills .show > .nav-link {
    padding: 1.5rem 1rem;
  }

  #workshop-programs-tabs .position-relative {
    padding-right: 0px;
    padding-left: 0px;
  }

  #workshop-programs-tabs .nav-pills .nav-link,
  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p,
  #social-partners .marquee-impact .content li p {
    font-size: 14px;
  }

  #faqs-sec .title {
    margin-bottom: 1rem;
  }

  #faqs-sec .faqs-page .title h2 {
    font-size: 2.1rem;
    padding-left: 0.5rem;
  }

  #faqs-sec .faqs-page .title {
    padding-bottom: 2rem;
  }

  #faqs-sec .faqs-page {
    padding-top: 9rem;
  }

  #form-view {
    padding: 5rem 0rem;
  }

  #causes-flipcart .flip-card {
    margin-bottom: 0rem;
  }

  /* #workshop-programs-tabs .tab-content .tab-right-content img {
        height: 46vh;
    } */

  #change-makers.height,
  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 3rem 0;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #cause-we-fightfor .banner-content .heading-title h2,
  #community-of-impact .banner-content .heading-title h2,
  #explore-communities .banner-content .heading-title h2,
  #feature-program .banner-content .heading-title h2,
  #hcms-causes-sliders .hcms-causes-sliders .slider-title h2,
  #social-instagram .heading-title h2 {
    font-size: 1.6rem;
  }

  #cause-we-fightfor {
    padding-bottom: 2rem;
  }

  #causes-flipcart .flip-card {
    height: 300px;
  }

  #causes-flipcart .flip-card-front,
  .flip-card-back {
    height: 300px;
  }

  #causes-flipcart .flip-card-back {
    padding: 10px;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 16px;
  }

  #causes-flipcart .flip-card-back-content {
    font-size: 12px;
  }

  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 48%;
    margin-bottom: 1rem;
  }

  #twitter-section {
    padding: 3rem 0rem;
  }

  #twitter-section .left-content {
    padding: 2rem;
  }

  #twitter-section .left-content h2 {
    font-size: 1.2rem;
  }

  #twitter-section .left-content p {
    font-size: 14px;
    margin-bottom: 2rem;
  }

  #twitter-section .right-content {
    -webkit-transform: unset;
    transform: unset;
    padding: 2rem;
  }

  #twitter-section .right-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  #twitter-section .right-content .tweet-btn {
    font-size: 14px;
  }

  #get-involve-banner .banner-img h1 {
    font-size: 32px;
  }

  #get-involve-banner .banner-img p {
    width: 60%;
  }

  #get-involve-banner .banner-img p {
    font-size: 14px;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 1.2rem;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #get-involved-banner .get-involved-banner-title p {
    text-align: center;
    line-height: 1.5;
  }

  #get-involved-banner .get-involved-title h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    color: #000 !important;
  }

  #get-involved-banner .get-involved-tabs .btn-header-link {
    font-size: 24px;
    padding: 2rem 7rem 2rem 15rem;
    width: 100%;
  }

  #get-involved-banner .get-involved-tabs .btn-header-link:after {
    margin-left: 6rem;
  }

  #community-of-impact {
    padding-bottom: 0rem;
  }

  #get-involved-banner .get-involved-tabs .tab-detail p {
    width: 80%;
    font-size: 16px;
  }

  #get-involved-banner .get-involved-tabs .tab-detail a {
    font-size: 14px;
  }

  #collaps-imgs-sec .container-general .gallery-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 52vh;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content {
    padding: 2rem 4rem;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content p {
    width: 100%;
    font-size: 12px;
    position: unset;
  }

  #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
    top: 10px;
    font-size: 0.557rem;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 20px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 76%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 3rem;
  }

  #for-just-sec .title:after {
    margin-top: -3rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 95%;
  }

  #get-involved-banner .get-involved-banner-title h3 {
    font-size: 24px;
  }

  #get-involved-banner .get-involved-banner-title h2 {
    font-size: 1.7rem;
  }

  #get-involved-banner .get-involved-banner-title a {
    font-size: 14px;
  }

  #causes-flipcart .centered {
    top: 38%;
    font-size: 24px !important;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 4rem !important;
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 1.6rem;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 68%;
    left: 19%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  #event-banner-slider .col-move {
    z-index: unset;
    transform: unset;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 73%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 86%;
  }

  #events-filters .filters-flex .filters-width {
    width: 32%;
    margin-bottom: 0.5rem;
    margin-right: 5px;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 0%;
    left: 0;
    padding: 9px 25px;
    font-size: 12.4px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 100%;
    font-size: 14px;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
    width: 100%;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 1rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 14px;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 18px;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 0rem 0rem 0rem 0rem;
  }
  /*Social Impact event page css end*/
  /* Social Impact cause inner page css start */

  #top10-alternate-suppliers .heading-title h2,
  #impact-brandcollab .heading-title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #top10-alternate-suppliers,
  #impact-brandcollab,
  #brands-sec {
    padding: 3rem 1rem;
  }

  #top10-alternate-suppliers .top10-content,
  #impact-brandcollab .impact-brandcoll-content {
    width: 100%;
    font-size: 14px;
  }

  #top10-alternate-suppliers .country-name {
    font-size: 14px;
  }

  #impact-brandcollab .row-left {
    padding-left: 1rem;
  }

  #impact-brandcollab .product-name {
    padding: 5px 8px;
  }

  #brands-sec .brands-flex .brand-width {
    width: 45%;
  }
  /* Social Impact cause inner page css end */
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #banner-section,
  #event-banner-slider {
    padding-top: 9.9rem;
  }

  .container-custom-wrp {
    padding: 0rem 1rem;
  }

  #banner-section .about-para .text span {
    font-size: 22px;
    padding-top: 5px;
  }

  #banner-section .about-para .slider {
    font-size: 28px;
  }

  #banner-section .about-para .text {
    height: 45px;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .main-circle .play-button-wrapper {
    width: unset;
    height: unset;
  }

  #banner-section .main-circle .bottom-content {
    padding: 2rem;
  }

  #community-of-impact {
    padding-bottom: 0rem;
  }

  .hcms-causes-sliders {
    padding: 0rem 0rem;
  }

  #banner-section .about-para .bottom-content p {
    width: 100%;
    font-size: 14px;
    padding: 2rem 0rem;
    margin: 0rem;
  }

  #banner-section .about-para .bottom-content a {
    font-size: 12px;
  }

  #banner-section .main-circle .play-button-wrapper i {
    font-size: 4rem;
    left: 47%;
  }

  #banner-section .main-circle {
    margin-top: 0rem;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 2rem 1rem;
  }

  .causes-cards {
    padding: 4rem 0rem 0rem 0rem;
  }

  #make-impact .heading h1,
  #change-makers .top-title h2,
  #news-updates .top-title h2,
  #update-event .top-title h2,
  #faqs-sec .title h2,
  #we-drive h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  #make-impact .make-impact-content p,
  #update-event .main-content p,
  #update-event .act-btns a,
  #faqs-sec #faq .card .card-body,
  #changemaker .img-overlay h4,
  #changemaker .img-overlay h5 {
    font-size: 18px;
  }

  #make-impact,
  #advantage-dlc,
  #changemaker,
  #news-updates,
  #update-event,
  #we-drive {
    padding: 3rem 0rem;
  }

  #humanity-planet .img-title h2 {
    font-size: 20px;
    padding-top: 0rem;
  }

  #humanity-planet .content .caption {
    height: 16%;
  }

  #humanity-planet .content .caption .up-down i,
  #humanity-planet .content:hover .up i {
    font-size: 26px;
  }

  #humanity-planet .content:hover .up {
    margin-top: 1rem;
  }

  #humanity-planet .content .caption p {
    font-size: 16px;
    padding: 0rem 2rem 1rem 2rem;
  }

  #humanity-planet .content .caption .view-all-btn {
    font-size: 14px;
    margin-right: 0;
    padding: 7px 13px;
  }

  #humanity-planet .row .col-sm-12.col-md-12 {
    margin-bottom: 2rem;
  }

  #humanity-planet .left-content h6 {
    font-size: 18px;
  }

  #humanity-planet .left-content h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 22px;
    top: 30%;
  }

  #humanity-planet .social-impactslider .card a .label-title {
    top: 71%;
  }

  #we-drive {
    margin: 5rem 0rem 2rem;
  }

  #we-drive .card {
    width: 30%;
    margin-bottom: 2rem;
  }

  #we-drive .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #advantage-dlc .flex-content h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }

  #advantage-dlc .flex-content h2 {
    margin-bottom: 3rem;
  }

  #advantage-dlc .flex-content p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0rem;
  }

  #advantage-dlc {
    padding-top: 1.5rem;
  }

  #advantage-dlc svg {
    height: 450.759px;
  }

  #update-event .img-overlay {
    width: 100%;
    height: auto;
  }

  #update-event .act-btns a {
    font-size: 14px;
  }

  #update-event .img-overlay .tag-label {
    left: 60.9%;
  }

  #update-event .img-overlay .tag-label {
    font-size: 16px;
    left: 58.9%;
  }

  #update-event .swiper-button-next,
  #update-event.swiper-rtl .swiper-button-prev {
    right: 13%;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 13rem;
  }

  #make-impact .heading h1,
  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 30px;
  }

  #make-impact .make-impact-content p {
    width: 100%;
  }

  #humanity-planet .heading {
    padding-top: 3rem;
  }

  #humanity-planet .causes-cards .card-width {
    width: 33.33%;
  }

  #advantage-dlc .men h3 {
    font-size: 24px;
  }

  #advantage-dlc .men p {
    font-size: 16px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 20%;
  }

  #counters div:before {
    height: 46px;
    margin-top: 10px;
  }

  #advantage-dlc .men h3 svg {
    width: 41px;
    height: 20px;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #workshop-programs-tabs .col-sm-3.col-md-12 {
    padding: 0rem;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
    top: 40%;
  }

  #change-makers .swiper-slide {
    height: inherit !important;
  }

  #change-makers .banner-content .heading-title .cause-content {
    width: 100%;
  }

  #hcms-banner-update .recent-updates .recent-update-content {
    padding: 10px;
  }

  #hcms-causes-sliders .hcms-causes-sliders .slider-title h2 {
    font-size: 29px;
  }

  #change-makers .change-makers-slider .play-button-wrapper i {
    font-size: 48px;
  }

  #change-makers .change-makers-slider .card .playpause svg {
    width: 50px;
    height: 50px;
  }

  #entrepreneurship .banner-content .banner-para p,
  #change-makers .banner-para p {
    font-size: 16px;
    font-weight: 400;
    padding: 0rem 1rem;
    line-height: 1.7;
  }

  .sec-hcm-bx .grid-nav-bx {
    height: 80px;
  }

  .sec-hcm-bx .grid-nav-bx .city-sldr {
    padding: 15px 95px;
  }

  #causes-human {
    -webkit-transform: translateY(68px);
    transform: translateY(68px);
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 35%;
    font-size: 1.9rem;
    margin: 0 2rem;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 2rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.5rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 29px;
    width: 36%;
    margin: 0rem 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -1.9rem;
  }

  #causes-human .human-cards .human-head-fixed,
  #causes-human .human-cards .planet-head-fixed {
    top: 75px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 16px;
  }

  #causes-human .human-cards .card a .label-title p {
    font-size: 38px;
    top: 49%;
  }

  /* #causes-flipcart .filpcard-flex .filpcard-width {
        width: 23%;
        margin-bottom: 0rem;
    } */
  p.card-text {
    line-height: 26px;
    font-size: 17px;
  }
  #causes-flipcart,
  #hcms-banner-update,
  #workshop-programs-tabs,
  #social-partners,
  #explore-communities,
  #get-involved-banner {
    padding: 8rem 0;
  }

  #social-partners {
    padding: 2rem;
    margin: 0rem 0;
  }

  #causes-flipcart .centered {
    top: 57% !important;
    font-size: 24px !important;
    padding: 0 27px;
  }

  #causes-flipcart .flip-card-back-title p {
    margin-bottom: 1rem;
  }

  #causes-flipcart .row .col-lg-3 {
    padding: 0 5px;
  }

  #causes-flipcart .flip-card-front,
  .flip-card-back,
  #causes-flipcart .flip-card-front,
  .flip-card-back img {
    height: 320px;
  }

  #explore-communities .card .centered h3 {
    font-size: 20px;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #cause-we-fightfor .banner-content .heading-title h2,
  #community-of-impact .banner-content .heading-title h2,
  #explore-communities .banner-content .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 29px;
    line-height: 1.5;
  }

  #entrepreneurship .banner-content .banner-para p {
    font-size: 18px;
    line-height: 1.7;
  }

  #entrepreneurship .banner-content .banner-para {
    padding-top: 2rem;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 1.2rem;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 7px;
    padding: 24px;
    top: 35%;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    padding: 24px;
    top: 35%;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-next,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev,
  #change-makers .change-makers-slider .swiper-container .swiper-button-next,
  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-rtl
    .swiper-button-prev {
    right: 7px;
    padding: 24px;
    top: 35%;
  }

  #change-makers .play-btn {
    top: 36%;
    left: 39%;
    opacity: 1;
  }

  #change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem;
  }

  #hcms-banner-update .hcms-img {
    height: 329px;
    background-size: cover;
  }

  #hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title a,
  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 16px;
    padding: 5px 20px;
  }

  #hcms-banner-update .recent-updates {
    padding-top: 1rem;
  }

  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 16px;
  }

  #hcms-banner-update .hcms-img .hcms-title {
    padding: 10px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol li {
    font-size: 0.85rem;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol {
    padding-left: 22px;
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 98px;
    height: 98px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause {
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 0.8rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 1.2rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-position p {
    font-size: 0.65rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 421px;
  }

  #hcms-causes-sliders {
    padding: 2rem 0rem;
  }

  #hcms-causes-sliders .slider-title h1 {
    font-size: 26px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .slider-title p {
    font-size: 1.125rem;
    line-height: 1.7;
  }

  #hcms-causes-sliders .swiper-container .card .card-body p,
  #change-makers .change-makers-slider .swiper-container .card .card-body p {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .card .hcms-details h1,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    h1 {
    font-size: 1.125rem;
  }

  #hcms-banner-update .hcms-profiles .img-width {
    width: 8.33%;
    text-align: center;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 73%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 1.625rem;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    text-align: center;
    font-size: 20px;
    text-align: center;
    padding-top: 1rem;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .slider-right-btn a,
  #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    font-size: 15px;
    padding: 3px 20px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 1rem 1rem;
  }

  #workshop-programs-tabs .tab-content .tab-left-content h1 {
    font-size: 24px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content p {
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
  }

  #workshop-programs-tabs .tab-content .tab-left-content a {
    font-size: 15px;
  }

  #workshop-programs-tabs .position-middle {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
  }

  #workshop-programs-tabs .nav-pills .nav-link {
    font-size: 14px;
    width: 25%;
    padding: 1rem 0.5rem;
    margin: 0rem;
    font-weight: 500;
  }

  #workshop-programs-tabs .position-middle .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
    height: auto;
    padding: 1.5rem 2rem;
    width: 360px;
  }

  #workshop-programs-tabs .nav-pills .nav-link.active,
  .workshop-programs .nav-pills .show > .nav-link {
    padding: 1rem 0.5rem;
    width: 25%;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p,
  #social-partners .marquee-impact .content li p {
    font-size: 16px;
  }

  #faqs-sec .title {
    margin-bottom: 1rem;
  }

  #workshop-programs-tabs .col-lg-12.position-relative {
    padding: 0;
  }

  #form-view {
    padding: 5rem 0rem;
  }

  #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
    top: 10px;
    font-size: 0.557rem;
  }

  #causes-flipcart .flip-card-back {
    padding: 8px;
  }

  #causes-flipcart .flip-card-back,
  #causes-flipcart .flip-card {
    height: 326px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    z-index: 1;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 12px;
  }

  #causes-flipcart .flip-card {
    height: 300px;
  }

  #causes-flipcart .flip-card-back-content {
    font-size: 12px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
  }

  #change-makers .banner-content {
    padding: 3rem 0 4rem;
  }

  #change-makers.height,
  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 2rem 0;
  }

  #causes-flipcart {
    margin-bottom: 0rem;
  }

  #twitter-section {
    padding: 3rem 0rem;
  }

  #twitter-section .left-content {
    padding: 2rem;
  }

  #twitter-section .left-content h2 {
    font-size: 1.2rem;
  }

  #twitter-section .left-content p {
    font-size: 14px;
    margin-bottom: 2rem;
  }

  #twitter-section .right-content {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
    padding: 2rem;
  }

  #twitter-section .right-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  #twitter-section .right-content .tweet-btn {
    font-size: 14px;
  }

  #get-involve-banner .banner-img h1 {
    font-size: 32px;
  }

  #get-involve-banner .banner-img p {
    width: 60%;
  }

  #get-involve-banner .banner-img p {
    font-size: 14px;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 1.2rem;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #get-involved-banner .get-involved-banner-title h3 {
    font-size: 24px;
  }

  #get-involved-banner .get-involved-banner-title h2 {
    font-size: 29px;
  }

  #get-involved-banner .get-involved-tabs .btn-header-link {
    padding: 3rem 5rem 2rem 10rem;
  }

  #get-involved-banner .get-involved-tabs .btn-header-link:after {
    margin-left: 7rem;
  }

  #get-involved-banner .get-involved-title h2 {
    font-size: 30px;
    color: #fff;
    color: #000 !important;
  }

  #get-involved-banner .get-involved-tabs .tab-detail p {
    width: 100%;
  }

  #workshop-programs-tabs .tab-left-content .subhead {
    font-size: 20px !important;
  }

  #collaps-imgs-sec .container-general .gallery-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 52vh;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content {
    padding: 2rem 4rem;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content p {
    width: 100%;
    font-size: 12px;
    position: unset;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 20px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 60%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 1.8rem;
  }

  #for-just-sec .title:after {
    margin-top: -3.4rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 75%;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 29px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 14px;
  }

  #faqs-sec .faqs-page .title h2 {
    font-size: 2.1rem;
    padding-left: 0.5rem;
  }

  #faqs-sec .faqs-page .title {
    padding-bottom: 2rem;
  }

  #faqs-sec .faqs-page {
    padding-top: 9rem;
  }

  #explore-communities .centered {
    top: 32%;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 1rem !important;
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 1.7rem;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 75%;
    left: 31%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 0.975rem;
    margin-bottom: 1rem;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 73%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 78%;
  }

  #events-filters .filters-flex .filters-width {
    width: 32%;
    margin-bottom: 0.5rem;
    margin-right: 5px;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 0%;
    left: 0;
    padding: 9px 25px;
    font-size: 14px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 100%;
    font-size: 0.975rem;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
    width: 100%;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 1rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 0.975rem;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 1.2rem;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
    padding: 3rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 3rem 0rem 3rem 0rem;
  }
  /* Social Impact cause inner page css start */

  #top10-alternate-suppliers .heading-title h2,
  #impact-brandcollab .heading-title h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #top10-alternate-suppliers,
  #impact-brandcollab,
  #brands-sec {
    padding: 2rem 1rem;
  }

  #top10-alternate-suppliers .top10-content,
  #impact-brandcollab .impact-brandcoll-content {
    width: 100%;
    font-size: 16px;
  }

  #top10-alternate-suppliers .country-name {
    font-size: 16px;
  }

  #impact-brandcollab .row-left {
    padding-left: 1rem;
  }

  #impact-brandcollab .product-name {
    padding: 5px 8px;
  }

  #brands-sec .brands-flex .brand-width {
    width: 30%;
  }
  /* Social Impact cause inner page css end */
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #banner-section,
  #event-banner-slider {
    padding-top: 6rem;
  }

  .container-custom-wrp {
    padding: 0rem 0rem;
  }

  #banner-section .about-para .slider {
    font-size: 34px;
  }

  #banner-section .about-para .text span {
    font-size: 26px;
  }

  #banner-section .about-para .text {
    height: 54px;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .main-circle .play-button-wrapper {
    width: unset;
    height: unset;
  }

  #banner-section .main-circle .bottom-content {
    padding: 2rem;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 4rem 0rem;
  }

  .causes-cards {
    padding: 6rem 0rem 0rem 0rem;
  }

  #banner-section .about-para .bottom-content p {
    font-size: 20px;
    width: 90%;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 4rem 0rem;
  }

  .causes-cards {
    padding: 6rem 0rem 0rem 0rem;
  }

  #make-impact .heading h1,
  #change-makers .top-title h2,
  #news-updates .top-title h2,
  #update-event .top-title h2,
  #faqs-sec .title h2,
  #we-drive h2 {
    font-size: 33px;
    line-height: 1.5;
  }

  #make-impact .make-impact-content p,
  #update-event .main-content p,
  #update-event .act-btns a,
  #faqs-sec #faq .card .card-body,
  #changemaker .img-overlay h4,
  #changemaker .img-overlay h5 {
    font-size: 20px;
  }

  #advantage-dlc,
  #changemaker,
  #news-updates,
  #update-event,
  #we-drive {
    padding: 4rem 0rem;
  }

  #humanity-planet .img-title h2 {
    font-size: 24px;
    padding-top: 0rem;
  }

  #humanity-planet .content .caption {
    height: 12%;
  }

  #humanity-planet .content .caption .up-down i,
  #humanity-planet .content:hover .up i {
    font-size: 26px;
  }

  #humanity-planet .content:hover .up {
    margin-top: 1rem;
  }

  #humanity-planet .content .caption p {
    font-size: 16px;
    padding: 0rem 2rem 1rem 2rem;
  }

  #humanity-planet .content .caption .view-all-btn {
    font-size: 14px;
    margin-right: 0;
    padding: 7px 13px;
  }

  #humanity-planet .row .col-sm-12.col-md-12 {
    margin-bottom: 2rem;
  }

  #humanity-planet .row.causes-padding {
    padding: 2rem 0rem 0rem !important;
  }

  #humanity-planet .left-content h6 {
    font-size: 18px;
  }

  #humanity-planet .left-content h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 16px;
  }

  #humanity-planet .social-impactslider .card a .label-title {
    top: 71%;
  }

  #advantage-dlc .flex-content h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }

  #advantage-dlc .flex-content h2 {
    margin-bottom: 3rem;
  }

  #advantage-dlc .flex-content p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0rem;
  }

  #advantage-dlc {
    padding-top: 1.5rem;
  }

  #advantage-dlc .img-fluid {
    padding-top: 3rem;
  }

  #advantage-dlc svg {
    height: 373.759px;
  }

  #make-impact {
    padding: 0rem 0rem 4rem 0rem;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 15.5rem;
  }

  #make-impact .heading h1,
  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 30px;
  }

  #make-impact .make-impact-content p {
    width: 100%;
  }

  #advantage-dlc .men h3 {
    font-size: 29px;
  }

  #advantage-dlc .men p {
    font-size: 20px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 20%;
  }

  #counters div:before {
    height: 46px;
    margin-top: 10px;
  }

  #advantage-dlc .men h3 svg {
    width: 41px;
    height: 20px;
  }

  #social-partners .marquee-impact {
    height: 300px;
  }

  #change-makers.height,
  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 2rem 0px;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #cause-we-fightfor .banner-content .heading-title h2,
  #community-of-impact .banner-content .heading-title h2,
  #explore-communities .banner-content .heading-title h2,
  #feature-program .banner-content .heading-title h2,
  #hcms-causes-sliders .hcms-causes-sliders .slider-title h2,
  #top10-alternate-suppliers .heading-title h2,
  #impact-brandcollab .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 29px;
  }

  #feature-program {
    padding-bottom: 2rem;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #workshop-programs-tabs .col-sm-3.col-md-12 {
    padding: 0rem;
  }
  /* #change-makers .change-makers-slider .swiper-slide-next {
    -webkit-transform: unset !important;
    transform: unset !important;
  } */

  #change-makers .change-makers-slider .play-button-wrapper i {
    font-size: 48px;
  }

  #change-makers .change-makers-slider .play-button-wrapper {
    left: 50.2%;
    top: 35%;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #humanity-planet .causes-cards .card-width {
    padding: 0 5px;
  }

  #causes-human {
    -webkit-transform: translateY(68px);
    transform: translateY(68px);
  }

  #causes-flipcart .flip-card {
    height: 370px;
    margin-bottom: 0rem;
  }

  #causes-flipcart .flip-card-front,
  .flip-card-back {
    height: 380px;
  }

  #causes-flipcart .flip-card-back {
    padding: 12px;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 14px;
  }

  #causes-flipcart .flip-card-back-content {
    font-size: 13px;
  }

  #causes-flipcart .centered {
    font-size: 24px !important;
    top: 60% !important;
    padding: 0 26px;
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 31%;
    font-size: 32px;
    margin: 0 2rem;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 2.1rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.6rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 29px;
    width: 30%;
    margin: 0rem 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2.2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2.2rem;
  }

  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 32%;
  }

  #causes-human .human-cards .human-head-fixed,
  #causes-human .human-cards .planet-head-fixed {
    top: 75px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 18px;
  }

  #causes-human .human-cards .card a .label-title p {
    top: 22%;
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 1rem 1rem;
  }

  #workshop-programs-tabs .tab-content .tab-right-content img {
    height: 466px !important;
  }

  #causes-human .human-cards .card a .label-title {
    top: 59%;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 29px;
    line-height: 1.5;
  }

  #entrepreneurship .banner-content .banner-para p {
    font-size: 18px;
    line-height: 1.7;
  }

  #entrepreneurship .banner-content .banner-para {
    padding-top: 2rem;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 19.2px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 0;
    padding: 24px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 0;
    padding: 24px;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-next,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev,
  #change-makers .change-makers-slider .swiper-container .swiper-button-next,
  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-rtl
    .swiper-button-prev {
    right: -9px;
    padding: 20px;
  }

  #change-makers .play-btn {
    top: 36%;
    left: 39%;
    opacity: 1;
  }

  #change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem;
  }

  #hcms-banner-update .hcms-img {
    height: 329px;
    background-size: cover;
  }

  #hcms-banner-update {
    padding: 2rem 0rem;
  }

  #community-of-impact {
    padding-bottom: 0rem;
  }

  #cause-we-fightfor {
    padding-bottom: 2rem;
  }

  #hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 43px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title p {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title a,
  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 18px;
  }

  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 16px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol li {
    font-size: 14px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol {
    padding-left: 22px;
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 110px;
    height: 110px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause {
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 14px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 19px;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-position p {
    font-size: 10.4px;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 471px;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 100%;
    height: 100%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 29px;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    text-align: center;
    font-size: 20px;
    text-align: center;
    padding-top: 1rem;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 14px;
  }

  #hcms-causes-sliders {
    padding: 2rem 0rem;
  }

  #hcms-causes-sliders .slider-title h1 {
    font-size: 29px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .slider-title p {
    font-size: 18px;
    line-height: 1.7;
  }

  #hcms-causes-sliders .swiper-container .card .card-body p,
  #change-makers .change-makers-slider .swiper-container .card .card-body p {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .card .hcms-details h1,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    h1 {
    font-size: 18px;
  }

  #hcms-causes-sliders .swiper-container .slider-right-btn a,
  #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    font-size: 15px;
    padding: 3px 20px;
  }

  #workshop-programs-tabs .nav-pills .nav-link.active,
  .workshop-programs .nav-pills .show > .nav-link,
  #workshop-programs-tabs .nav-pills .nav-link {
    padding: 1rem 1rem;
    font-size: 14px;
    font-weight: 600;
  }

  #workshop-programs-tabs .position-middle {
    -webkit-transform: translateY(68px);
    transform: translateY(68px);
    z-index: 1;
    left: 152%;
  }

  #workshop-programs-tabs .tab-content .tab-left-content h1 {
    font-size: 24px;
  }

  #workshop-programs-tabs .tab-content .tab-left-content p {
    margin-bottom: 1.5rem;
  }

  #form-view {
    padding: 5rem 0rem;
  }

  #get-involve-banner .banner-img h1 {
    font-size: 32px;
  }

  #get-involve-banner .banner-img p {
    width: 60%;
  }

  #get-involve-banner .banner-img p {
    font-size: 14px;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 19px;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 24px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 60%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 1.8rem;
  }

  #for-just-sec .title:after {
    margin-top: -3.4rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 75%;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 29px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 14px;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 5rem !important;
  }

  #event-banner-slider .col-move {
    z-index: 2;
    transform: translate(29px, 0px);
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 29px;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 75%;
    left: 31%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 73%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 73%;
  }

  #events-filters .filters-flex .filters-width {
    width: 19%;
    margin-bottom: 0.5rem;
    margin-right: 5px;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 0%;
    left: 0;
    padding: 9px 25px;
    font-size: 16px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 50%;
    font-size: 16px;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
    width: 100%;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 22.4px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 1rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 16px;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 19px;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
    padding: 3rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 3rem 0rem 3rem 0rem;
  }
  /*Social Impact event page css end*/

  .bg-trans {
    z-index: 2;
  }
  /* social impact casuse inner page css start*/

  #top10-alternate-suppliers .country-name {
    font-size: 16px;
  }

  #top10-alternate-suppliers .top10-content,
  #impact-brandcollab .impact-brandcoll-content {
    font-size: 18px;
  }
  /* social impact casuse inner page css end*/
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  #banner-section,
  #event-banner-slider {
    padding-top: 9rem;
  }

  #banner-section .about-para .slider {
    font-size: 34px;
  }

  #banner-section .about-para .text span {
    font-size: 26px;
  }

  #banner-section .about-para .text {
    height: 54px;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #banner-section .main-circle .play-button-wrapper i {
    font-size: 80px;
    top: 35%;
    bottom: 60%;
    left: 47%;
    right: 53%;
  }

  #banner-section .about-para .bottom-content p {
    font-size: 20px;
    width: 90%;
  }

  #make-impact,
  #humanity-planet,
  #collaps-imgs-sec,
  #advantage-dlc,
  #workshop-programs-tabs,
  #change-makers,
  #faqs-sec {
    padding: 3rem 0rem;
  }

  #community-of-impact {
    padding-bottom: 0rem;
  }

  .hcms-causes-sliders {
    padding: 0rem 0rem;
  }

  #change-makers .heading-title h1 {
    padding-top: 2rem;
  }

  #change-makers .banner-content .heading-title {
    padding-top: 0rem;
  }

  .causes-cards {
    padding: 6rem 0rem 0rem 0rem;
  }

  #change-makers .banner-content .heading-title .cause-content {
    width: 100%;
  }

  #make-impact .heading h1,
  #change-makers .top-title h2,
  #news-updates .top-title h2,
  #update-event .top-title h2,
  #faqs-sec .title h2,
  #we-drive h2 {
    font-size: 33px;
    line-height: 1.5;
  }

  #make-impact .make-impact-content p,
  #update-event .main-content p,
  #update-event .act-btns a,
  #changemaker .img-overlay h4,
  #changemaker .img-overlay h5 {
    font-size: 20px;
  }

  #faqs-sec #faq .card .card-body {
    font-size: 14px;
  }

  #make-impact,
  #advantage-dlc,
  #changemaker,
  #news-updates,
  #update-event,
  #we-drive {
    padding: 4rem 0rem;
  }

  #humanity-planet .img-title h {
    font-size: 24px;
    padding-top: 0rem;
  }

  #humanity-planet .content .caption {
    height: 1%;
  }

  #humanity-planet .content .caption .up-down i,
  #humanity-planet .content:hover .up i {
    font-size: 26px;
  }

  #humanity-planet .content:hover .up {
    margin-top: 1rem;
  }

  #humanity-planet .content .caption p {
    font-size: 16px;
    padding: 0rem 2rem 1rem 2rem;
  }

  #humanity-planet .content .caption .view-all-btn {
    font-size: 14px;
    margin-right: 0;
    padding: 7px 13px;
  }

  #humanity-planet .row .col-sm-12.col-md-12 {
    margin-bottom: 2rem;
  }

  #humanity-planet .row.causes-padding {
    padding: 2rem 0rem 0rem !important;
  }

  #humanity-planet .left-content h6 {
    font-size: 18px;
  }

  #humanity-planet .left-content h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 16px;
  }

  #humanity-planet .social-impactslider .card a .label-title {
    top: 71%;
  }

  #advantage-dlc .flex-content h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }

  #advantage-dlc .flex-content h2 {
    margin-bottom: 3rem;
  }

  #advantage-dlc .flex-content p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0rem;
  }

  #advantage-dlc {
    padding-top: 1.5rem;
  }

  #advantage-dlc .img-fluid {
    padding-top: 3rem;
  }

  #advantage-dlc svg {
    height: 449.759px;
  }

  #make-impact {
    padding: 0rem 0rem 4rem 0rem;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 248px;
  }

  #make-impact .heading h1,
  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 30px;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #cause-we-fightfor .banner-content .heading-title h2,
  #community-of-impact .banner-content .heading-title h2,
  #explore-communities .banner-content .heading-title h2,
  #feature-program .banner-content .heading-title h2,
  #hcms-causes-sliders .hcms-causes-sliders .slider-title h2,
  #top10-alternate-suppliers .heading-title h2,
  #impact-brandcollab .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 29px;
  }

  #cause-we-fightfor,
  #feature-program {
    padding-bottom: 2rem;
  }

  #make-impact .make-impact-content p {
    width: 100%;
  }

  #humanity-planet .causes-padding {
    padding: 3rem 0rem 0rem !important;
  }

  #advantage-dlc .men h3 {
    font-size: 29px;
  }

  #advantage-dlc .men p {
    font-size: 20px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 20%;
  }

  #counters div:before {
    height: 46px;
    margin-top: 17px;
  }

  #advantage-dlc .men h3 svg {
    width: 41px;
    height: 20px;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #workshop-programs-tabs .col-sm-3.col-md-12 {
    padding: 0rem;
  }

  #change-makers .change-makers-slider .play-button-wrapper i {
    font-size: 48px;
  }

  #humanity-planet .causes-cards .card-width {
    padding: 0 5px;
  }

  #causes-human {
    -webkit-transform: translateY(68px);
    transform: translateY(68px);
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 30%;
    font-size: 32px;
    margin: 0 2rem;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 2.1rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.6rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 29px;
    width: 26%;
    margin: 0rem 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2.2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2.2rem;
  }

  #causes-human .human-cards .human-head-fixed,
  #causes-human .human-cards .planet-head-fixed {
    top: 75px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 18px;
  }

  .sec-hcm-bx .grid-nav-bx .city-sldr {
    padding: 10px 95px;
  }

  #workshop-programs-tabs .swiper-button-prev {
    top: 50%;
  }

  #causes-flipcart .flip-card-front,
  .flip-card-back {
    height: 363px;
  }

  #causes-flipcart .flip-card-back {
    padding: 12px;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 14px;
  }

  #causes-flipcart .flip-card-back-content {
    font-size: 13px;
  }

  #causes-flipcart .centered {
    font-size: 14px;
  }

  #causes-flipcart .flip-card {
    height: 370px;
  }

  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 32%;
  }

  #entrepreneurship .banner-content .heading-title h2,
  #change-makers .heading-title h1,
  #entrepreneurship .get-involve .heading-title h2,
  #social-partners .heading-title h2,
  #social-instagram .heading-title h2 {
    font-size: 29px;
    line-height: 1.5;
  }

  #entrepreneurship .banner-content .banner-para p {
    font-size: 18px;
    line-height: 1.7;
  }

  #entrepreneurship .banner-content .banner-para {
    padding-top: 2rem;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 19px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 9px;
    padding: 24px;
    top: 41%;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 9px;
    padding: 24px;
    top: 41%;
  }

  #change-makers.height,
  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 3rem 0rem;
  }

  #change-makers .play-btn {
    top: 36%;
    left: 39%;
    opacity: 1;
  }

  #entrepreneurship .banner-content .banner-para p,
  #change-makers .banner-para p {
    font-size: 18px;
    font-weight: 400;
  }

  #change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem;
  }

  #hcms-banner-update .hcms-img {
    height: 329px;
    background-size: cover;
  }

  #hcms-banner-update {
    padding: 3rem 0rem;
  }

  #hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 43px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title p {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  #hcms-banner-update .hcms-img .hcms-title a {
    font-size: 18px;
  }

  #hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 18px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol li {
    font-size: 14px;
  }

  #hcms-banner-update .recent-updates .recent-update-content ol {
    padding-left: 22px;
  }

  #hcms-causes-sliders {
    padding: 2rem 0rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
    width: 95px;
    height: 95px;
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 95px;
    height: 95px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause {
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 0.8rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-position p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 306px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-chapter {
    font-size: 10px;
    margin-top: 0rem;
  }

  .hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 65%;
    height: 45%;
    top: 15%;
    bottom: 85%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 32px;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    font-size: 20px;
    text-align: center;
    padding-top: 1rem;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 14px;
  }

  #hcms-causes-sliders .slider-title h1 {
    font-size: 29px;
    line-height: 1.5;
  }

  #hcms-causes-sliders .slider-title p {
    font-size: 18px;
    line-height: 1.7;
  }

  #hcms-causes-sliders .swiper-container .card .card-body p,
  #change-makers .change-makers-slider .swiper-container .card .card-body p {
    font-size: 14px;
  }

  #hcms-causes-sliders .swiper-container .card .hcms-details h1,
  #change-makers
    .change-makers-slider
    .swiper-container
    .card
    .hcms-details
    h1 {
    font-size: 18px;
  }

  #hcms-causes-sliders .swiper-container .slider-right-btn a,
  #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    font-size: 15px;
    padding: 3px 20px;
  }

  #workshop-programs-tabs .nav-pills .nav-link.active,
  .workshop-programs .nav-pills .show > .nav-link,
  #workshop-programs-tabs .nav-pills .nav-link {
    padding: 1rem 1rem;
    font-size: 14px;
    font-weight: 600;
  }

  #workshop-programs-tabs .position-middle {
    -webkit-transform: translateY(67px);
    transform: translateY(67px);
  }

  #workshop-programs-tabs .tab-content .tab-left-content p {
    margin-bottom: 1.5rem;
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 0rem 1rem;
  }

  #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
    height: auto;
  }

  #faqs-sec .title {
    margin-bottom: 1rem;
  }

  #social-partners .marquee-impact .content li p {
    font-size: 19px;
  }

  #form-view {
    padding: 5rem 0rem;
  }

  #get-involve-banner .banner-img h1 {
    font-size: 48px;
  }

  #get-involve-banner .banner-img p {
    width: 60%;
  }

  #get-involve-banner .banner-img p {
    font-size: 14px;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 19px;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 24px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 60%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 1.8rem;
  }

  #for-just-sec .title:after {
    margin-top: -3.4rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 75%;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 29px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 14px;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 1rem !important;
  }

  #event-banner-slider .col-move {
    z-index: 2;
    transform: translate(29px, 0px);
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 29px;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 75%;
    left: 31%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 73%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 73%;
  }

  #events-filters .filters-flex .filters-width {
    width: 19%;
    margin-bottom: 0.5rem;
    margin-right: 5px;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 0%;
    left: 0;
    padding: 9px 25px;
    font-size: 16px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 50%;
    font-size: 16px;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
    width: 100%;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 1rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 16px;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 19px;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
    padding: 3rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 3rem 0rem 3rem 0rem;
  }
  /*Social Impact event page css end*/
}
@media only screen and (min-width: 1400px) and (max-width: 1620px) {
  #banner-section,
  #event-banner-slider {
    padding-top: 9rem;
  }

  #banner-section .about-para .bottom-content p {
    font-size: 20px;
    width: 77%;
  }

  #banner-section .main-circle .play-button-wrapper i {
    font-size: 80px;
    top: 37%;
    bottom: 60%;
    left: 47%;
    right: 53%;
  }

  #community-of-impact {
    padding-bottom: 0rem;
  }

  #humanity-planet .content .caption p {
    font-size: 16px;
    padding: 1rem 3rem 1rem 3rem;
  }

  #humanity-planet .img-title h1,
  #humanity-planet .img-title h1 {
    font-size: 24px;
    padding-top: 1rem;
  }

  #humanity-planet .content:hover .up {
    margin-top: 2rem;
  }

  #humanity-planet .content:hover .up i,
  #humanity-planet .content .caption .up-down i {
    font-size: 26px;
  }

  #humanity-planet .content .caption {
    height: 10%;
  }

  #banner-section .about-para .slider {
    font-size: 34px;
  }

  #banner-section .about-para .text span {
    font-size: 26px;
  }

  #banner-section .about-para .text {
    height: 54px;
  }

  #make-impact .text-video .text-box h2 {
    font-size: 248px;
  }

  #make-impact .heading h1,
  #make-impact .heading h2,
  #humanity-planet .heading h2,
  #collaps-imgs-sec .heading h2,
  #advantage-dlc .heading h2,
  #workshop-programs-tabs .heading h2 {
    font-size: 30px;
  }

  #make-impact .make-impact-content p {
    width: 100%;
  }

  #advantage-dlc .men h3 {
    font-size: 32px;
  }

  #advantage-dlc .men p {
    font-size: 24px;
  }

  #advantage-dlc .men {
    margin: 1rem 0rem;
    text-align: center;
    width: 20%;
  }

  #counters div:before {
    height: 46px;
    margin-top: 17px;
  }

  #advantage-dlc .men h3 svg {
    width: 41px;
    height: 20px;
  }

  #advantage-dlc svg {
    height: 449.759px;
  }

  #change-makers .change-makers-slider {
    padding-top: 0rem;
  }

  #workshop-programs-tabs .col-sm-3.col-md-12 {
    padding: 0rem;
  }
  /* #change-makers .change-makers-slider .swiper-slide-next {
    -webkit-transform: unset !important;
    transform: unset !important;
  } */

  #change-makers .change-makers-slider .play-button-wrapper i {
    font-size: 48px;
  }

  #change-makers .swiper-slide {
    height: inherit;
  }

  #banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
  }

  #humanity-planet .causes-cards .card-width {
    padding: 0 5px;
  }

  #humanity-planet .social-impactslider .card a .label-title span {
    font-size: 16px;
  }

  #causes-human {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  #causes-human .human-cards .human-title h1,
  #causes-human .human-cards .planet-title h1 {
    width: 26%;
    font-size: 32px;
    margin: 0 2rem;
  }

  #causes-human .human-cards .human-title::before,
  #causes-human .human-cards .planet-title::before {
    margin-top: 2.1rem;
  }

  #causes-human .human-cards .human-title::after,
  #causes-human .human-cards .planet-title::after {
    margin-top: -1.6rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed h1,
  #causes-human .human-cards .planet-title.planet-head-fixed h1 {
    font-size: 29px;
    width: 23%;
    margin: 0rem 2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::before,
  #causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2.2rem;
  }

  #causes-human .human-cards .human-title.human-head-fixed::after,
  #causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2.2rem;
  }

  #causes-human .human-cards .human-head-fixed,
  #causes-human .human-cards .planet-head-fixed {
    top: 96px;
  }

  #causes-human .human-cards .card a .label-title span {
    font-size: 18px;
  }

  #change-makers
    .change-makers-slider
    .swiper-container
    .swiper-button-prev1:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
  .expo-communities .swiper-container .swiper-button-prev2:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-size: 19px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
    left: 9px;
    padding: 24px;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
  #hcms-causes-sliders .swiper-container .swiper-button-prev2,
  .expo-communities .swiper-container .swiper-button-prev2,
  #hcms-causes-sliders .swiper-container .swiper-button-prev3,
  #hcms-causes-sliders .swiper-container .swiper-button-prev4,
  #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 9px;
    padding: 24px;
    top: 34%;
  }

  #change-makers .change-makers-slider .swiper-container .swiper-button-next1 {
    right: 9px;
    padding: 24px;
  }

  #feature-program {
    padding-bottom: 2rem;
  }

  #hcms-causes-sliders .swiper-container .swiper-button-next2,
  .expo-communities .swiper-container .swiper-button-next2,
  #hcms-causes-sliders .swiper-container .swiper-button-next3,
  #hcms-causes-sliders .swiper-container .swiper-button-next4,
  #hcms-causes-sliders .swiper-container .swiper-button-next5,
  #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 9px;
    padding: 24px;
    top: 34%;
  }

  #workshop-programs-tabs .position-middle {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  #workshop-programs-tabs .tab-content .tab-left-content {
    padding: 1rem 3rem;
  }

  #workshop-programs-tabs .nav-pills .nav-link {
    font-size: 15px;
  }

  #advantage-dlc .men h3 svg {
    width: 66px;
    height: 33px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
    width: 106px;
    height: 106px;
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 106px;
    height: 106px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause {
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-bottom: unset;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 14px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-position p {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 340px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-chapter {
    font-size: 10px;
    margin-top: 0rem;
  }

  #change-makers .banner-content {
    padding: 0rem 0rem 0rem 0rem;
  }

  #change-makers .banner-content .heading-title {
    padding-top: 0rem;
  }

  #change-makers .banner-content .heading-title .cause-content {
    width: 100%;
    padding-bottom: 3rem;
  }

  #cause-we-fightfor {
    padding-bottom: 2rem;
  }

  #causes-flipcart .flip-card-back {
    padding: 10px;
  }

  #causes-flipcart {
    margin-bottom: 0rem;
  }

  #causes-flipcart .centered {
    font-size: 18px;
    padding: 0 39px;
    top: 33%;
  }

  #causes-flipcart .filpcard-flex .filpcard-width {
    width: 32%;
  }

  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 19px;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 24px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 60%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 29px;
  }

  #for-just-sec .title:after {
    margin-top: -3.4rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 65%;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 29px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 14px;
  }

  #change-makers.height,
  #causes-flipcart.height,
  #hcms-banner-update,
  #social-partners.height,
  #explore-communities.height,
  #get-involved-banner.height,
  #workshop-programs-tabs.height,
  #social-instagram {
    padding: 4rem 0;
  }

  .hcms-banner-update .hcms-profiles .hcm-counter-content {
    width: 65%;
    height: 45%;
    top: 15%;
    bottom: 85%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 35px;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content p {
    font-size: 20px;
    text-align: center;
    padding-top: 1rem;
  }

  #hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 14px;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 1rem;
  }

  #event-banner-slider .pt-3 {
    padding-top: 1rem !important;
  }

  #event-banner-slider .col-move {
    z-index: 2;
    transform: translate(29px, 0px);
  }

  #event-banner-slider .event-card .event-title h1,
  #events-filters .event-card-content .event-title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 29px;
  }

  #event-banner-slider .event-card-img .event-time-position {
    top: 75%;
    left: 31%;
  }

  #event-banner-slider .event-card .event-discri p,
  #event-banner-slider .event-card .event-date-time,
  #event-banner-slider .event-card .event-location,
  #event-banner-slider .event-card .event-links a,
  #events-filters .event-card-content .event-discri p,
  #events-filters .event-card-content .event-links a {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 79%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 6%;
  }

  #event-banner-slider .swiper-button-next,
  #event-banner-slider .swiper-button-prev {
    top: 73%;
  }

  #events-filters .filters-flex .filters-width {
    width: 19%;
    margin-bottom: 0.5rem;
    margin-right: 5px;
  }

  #events-filters
    .filters-flex
    .filters-width
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  #events-filters .row-padding {
    padding: 2rem 0rem 2rem 0rem;
  }

  #events-filters .overflow-hidden .overlay-date {
    top: 70%;
    left: 29%;
    padding: 9px 25px;
    font-size: 16px;
  }

  #events-filters .event-card-content {
    padding-top: 1.5rem;
  }

  #events-filters .event-card-content .event-date-time {
    width: 50%;
    font-size: 16px;
  }

  #events-filters .row-padding .overflow-hidden img {
    border-radius: 15px;
    margin-bottom: 0rem;
    width: 100%;
  }

  #event-why-should {
    padding: 1rem 0rem;
  }

  #event-why-should .event-why-content .title {
    padding-top: 2rem;
  }

  #event-why-should .event-why-content .title h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #event-why-should .event-why-content {
    padding: 1rem;
  }

  #event-why-should .event-why-content ol li p {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 16px;
  }

  #event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 19px;
  }

  #event-why-should {
    margin: 0rem 0rem 0rem 0rem;
    padding: 3rem 0rem 0rem 0rem;
  }

  #events-filters {
    padding: 3rem 0rem 3rem 0rem;
  }
  /*Social Impact event page css end*/
}
@media only screen and (min-width: 1621px) and (max-width: 1919px) {
  #get-sign-up-sec .lebal-padding {
    padding: 2rem 0rem;
  }

  #get-sign-up-sec .lebal-padding .text p {
    font-size: 19px;
  }

  #get-sign-up-sec .lebal-padding .sign-up-btn a {
    font-size: 16px;
  }

  #collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 24px;
  }

  #for-just-sec .title h2,
  #for-just-sec .title h3 {
    width: 60%;
    font-size: 32px;
  }

  #for-just-sec .title h3 {
    font-size: 16px;
  }

  #for-just-sec .title:before,
  #explore-our-sec .title:before {
    margin-top: 1.8rem;
  }

  #for-just-sec .title:after {
    margin-top: -3.4rem;
  }

  #explore-our-sec .title h2 {
    font-size: 32px;
    width: 65%;
  }

  #for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 29px;
  }

  #for-just-sec .img-hover-effect .hover-title a {
    font-size: 14px;
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 123px;
    height: 123px;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 390px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
    width: 123px;
    height: 123px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-cause,
  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    margin-bottom: 0.5rem;
  }

  #hcms-banner-update .hcms-profile-content .hcms-chapter {
    margin-top: 0.5rem;
  }

  #humanity-planet .social-impactslider .card a .label-title span,
  #explore-our-sec .card a .label-title span {
    font-size: 17px;
    margin-left: 0.5rem;
  }
  /*Social Impact event page css start*/

  #event-banner-slider .event-card {
    padding: 2rem 2rem;
  }

  #event-banner-slider .swiper-button-prev,
  #event-banner-slider .swiper-rtl .swiper-button-next {
    left: 79%;
  }

  #event-banner-slider .event-card-img .event-time-position {
    left: 35%;
  }

  #event-banner-slider .event-card-img .event-time-position p {
    font-size: 32px;
  }
  /*Social Impact event page css end*/
}
@media only screen and (min-width: 2021px) and (max-width: 2499px) {
  #workshop-programs-tabs .position-middle {
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }

  #advantage-dlc .men5 h3:after {
    left: 34%;
  }

  #advantage-dlc .men2 h3:after {
    left: 56%;
  }

  #advantage-dlc .men3 h3:after {
    left: 67%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    height: 100%;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 22px;
  }

  #causes-flipcart .flip-card {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 2500px) and (max-width: 3500px) {
  #workshop-programs-tabs .position-middle {
    -webkit-transform: translateY(254px);
    transform: translateY(254px);
  }

  #hcms-banner-update .hcms-tab-content a img {
    width: 190px;
    height: 190px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
    width: 190px;
    height: 190px;
  }

  #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 591px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-position p,
  #hcms-banner-update .hcms-profile-content .hcms-chapter,
  #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 19px;
  }

  #hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 32px;
  }

  #change-makers .change-makers-slider .play-button-wrapper .play-gif {
    width: 100%;
  }

  #hcms-banner-update .hcms-profiles .hcm-counter-content {
    height: 100%;
  }

  #causes-flipcart .flip-card-back-title {
    font-size: 22px;
  }

  #causes-flipcart .flip-card {
    margin-bottom: 2rem;
  }
}

/*  new section add css */
#francis-diano {
  color: #fff;
  padding: 50px;
  justify-content: center;
  margin-bottom: 50px;
  background: #000;
}
#francis-diano h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700;
}
#francis-diano img {
  width: 100%;
}
#francis-diano p {
  width: 80%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
  margin-left: 34px;
}
#francis-diano .mr-f {
  margin-top: 100px;
}
#francis-diano .mr-f a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
}
#francis-diano .img-box {
  position: relative;
  z-index: 2;
}
#francis-diano .rs {
  position: relative;
  top: 50px;
}
#mav-sec {
  color: #fff;
  padding: 50px;
  justify-content: center;
  margin-bottom: 50px;
  background: #000;
}
#mav-sec h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700;
}
#mav-sec img {
  width: 100%;
}
#mav-sec .img-box {
  position: relative;
  z-index: 2;
}
#mav-sec .rs {
  position: relative;
  top: 50px;
}
#social-courses {
  background: #fff;
  padding: 60px 60px;
}
#social-courses .courses-bg {
  background: #d9d9d9;
  padding: 30px 30px;
}
#social-courses .nav-pills .nav-link.active,
#social-causes .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c00;
  border-radius: 0;
  padding: 1.5rem 1rem;
  font-weight: 700;
}
#social-courses .nav-pills .nav-link {
  border-radius: 0;
  background: #d9d9d9;
  color: #000;
  padding: 1.5rem 1rem;
  margin: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 700;
}
#social-courses h2 {
  color: #000;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 700;
}
#social-courses .card {
  border-radius: 10px;
  border: unset;
  background: #fff;
  height: 100%;
  width: 100%;
}
#social-courses .infra-box {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#social-courses .infra-box p {
  margin: 0px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.msd-4 {
  margin-bottom: 2rem;
}
#social-courses .infra-box p a {
  color: #cc0000;
  font-weight: 600;
  font-size: 18px;
}
#social-courses .country-name {
  font-size: 18px;
  font-weight: 500;
}
#social-courses .country-name i {
  font-size: 20px;
}
#social-courses .form-group {
  margin-bottom: 1rem;
}
#social-courses label {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 2.5;
}
#social-courses .wpcf7-form-control-wrap {
  position: relative;
}
#social-courses .bg-course input {
  background: #b9b8b8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: #000;
  border: 0;
  font-size: 14px;
}
#social-courses .bg-course img {
  width: 100%;
}
#social-courses
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control {
  background: transparent;
}
#social-courses .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
#social-courses input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  background: #d50001;
  border-radius: 0;
  border: 0;
  padding: 7px 28px 7px;
  text-align: left;
  font: normal normal 600 16px/26px Spartan;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}
#social-courses input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:focus {
  box-shadow: none;
}
#social-courses input[type="checkbox"] {
  outline: 1px solid red;
}
#social-courses .card-title {
  font-weight: 500;
}
#social-courses .testi-card {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 130px;
}
#social-courses .testi-card img {
  width: 100%;
  object-fit: cover;
  padding: 0;
}
#social-courses .ie .card {
  border-radius: 130px 20px 20px 130px;
  height: auto;
}
#social-courses .ie .card h3 {
  font-size: 20px;
  line-height: 1.7;
}
#social-courses .ie .card p a {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 30px;
  font-size: 12px;
  padding: 6px 6px;
  font-weight: 600;
}
#social-courses .wf .icon {
  position: relative;
  bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#social-courses .wf .card h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#social-courses .wf p {
  font-weight: 500;
  padding: 0 13px 0 13px;
}
#social-courses .wf .wm-mg {
  margin-top: -20px;
}
#social-courses .wf .card {
  border-radius: 20px;
}
body.lightbg #content.site-content,
#page.lightbg #content.site-content {
  background: #fff;
}
#mav-sec #mav-faq .card {
  margin-bottom: 20px;
  border: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #ffffff;
}
#mav-sec #mav-faq .card .card-header {
  border: 0;
  border-radius: 15px;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ffffff;
}
#mav-sec #mav-faq .card .card-header .btn-header-link.collapsed {
  background: #ffffff;
  color: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#mav-sec #mav-faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
  font-family: "font awesome 5 pro";
  font-weight: 900;
  float: right;
}
#mav-sec #mav-faq .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: "font awesome 5 pro";
  font-weight: 900;
  float: right;
}
#mav-sec #mav-faq .card .collapse {
  border: 0;
}
#mav-sec #mav-faq .card .card-body {
  color: #000;
  background: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 500;
}
#mav-sec #mav-faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#mav-sec #mav-faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: #ffffff;
  padding: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 600;
  border-bottom-right-radius: 15px;
}
#mav-sec #mav-faq .card .btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  background-image: url(../v3/wp-content/themes/dlc-dv-theme/images/social-landing/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
.owl-carousel .owl-nav .owl-next {
  background-image: url(../v3/wp-content/themes/dlc-dv-theme/images/social-landing/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
.owl-carousel .owl-nav i {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mav-sec .mr-f {
    margin-top: 100px;
  }

  #francis-diano h2 {
    font-size: 20px;
  }

  #mav-sec h2 {
    font-size: 20px;
  }

  .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 35px;
  }

  .owl-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 35px;
  }

  #social-courses {
    padding: 60px 0px;
  }

  #social-courses .country-name {
    font-size: 14px;
  }

  #social-courses .wf .mb-5 {
    margin-bottom: 5rem !important;
  }

  #all-course-tab {
    display: flex;
    flex-direction: row !important;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }

  #social-courses .ne {
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #social-courses input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 574px) {
  #social-courses .testi-card {
    display: block;
  }

  #social-courses .ie .card {
    border-radius: 300px 300px 20px 20px;
  }

  #social-courses .testi-card {
    border-radius: 300px 300px 20px 20px;
  }

  #social-courses .ie .card h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #social-courses .card-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  #social-courses .ie .card h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1900px) {
  #social-courses {
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1762px) {
  #social-courses .testi-card {
    display: block;
  }

  #social-courses .ie .col-sm-5 {
    max-width: 100%;
  }

  #social-courses .ie .col-sm-7 {
    max-width: 100%;
  }

  #social-courses .ie .card {
    border-radius: 300px 300px 20px 20px;
    height: 100%;
  }

  #social-courses .testi-card {
    border-radius: 300px 300px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #social-courses .ie .card h3 {
    font-size: 18px;
  }

  #social-courses .nav-pills .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #mav-sec .img-box::before {
    height: auto;
    bottom: 243px;
    top: 20px;
  }

  #francis-diano .img-box::before {
    height: auto;
    bottom: 308px;
    top: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  #mav-sec .img-box::before {
    height: auto;
    bottom: 157px;
    top: 20px;
  }

  #francis-diano .img-box::before {
    height: auto;
    bottom: 193px;
    top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  #mav-sec .img-box::before {
    height: auto;
    bottom: 114px;
    top: 20px;
  }

  #francis-diano .img-box::before {
    height: auto;
    bottom: 147px;
    top: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  #mav-sec .img-box::before {
    height: auto;
    bottom: 36px;
    top: 20px;
  }

  #francis-diano .img-box::before {
    height: auto;
    bottom: 72px;
    top: 20px;
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  #mav-sec .img-box::before {
    height: auto;
    bottom: 22px;
    top: 20px;
  }

  #francis-diano .img-box::before {
    height: auto;
    bottom: 50px;
    top: 20px;
  }
}
