@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* font-family: "Plus Jakarta Sans", sans-serif;  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Poppins", sans-serif; */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1b1a1a;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1b1a1a;
}

h4 {
  font-family: "Poppins", sans-serif;
  color: #1b1a1a;
}

::-webkit-scrollbar {
  display: none;
}

.rhtDivMenu ul li {
}

.nav-link:hover {
  color: #ed1526;
}

p {
  font-family: "Poppins", sans-serif;
}

h2 {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.impactDiv-story .owl-nav {
  display: none !important;
}

.wpcf7-response-output {
  margin-top: 15px !important;
}

.rhtDivMenu ul li a {
  color: #fff !important;
}

#navbarSupportedContent1 .rhtDivMenu {
  margin-left: 20px !important;
}

.rhtDivMenu ul li a {
  text-decoration: none;
  color: #fff;
  background: #ed1526;
  padding: 10px 15px;
  text-transform: uppercase;
  height: 36px !important;
}

.header3 {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 0 10px;
  transition: all ease-in-out 0.5s;
  /* box-shadow: 2px 2px 2px #ccc; */
  background: rgb(254 254 254 / 50%);
  /* filter: blur(5px); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
}

ul li a.nav-link.active {
  color: #ed1625 !important;
}

.header3 ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  text-wrap: nowrap;
}

.header3 ul li a:hover {
  color: #ed1625 !important;
}

.scrolled {
  /* background: #fff; */
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 0px 9px #ccc;
  top: 0;
}

.scrolled .nav-link {
  color: #000;
  transition: all ease-in-out 0.5s;
  text-wrap: nowrap;
}

.scrolled .nav-link.active {
  color: #ed1625 !important;
}

.section-title {
  text-align: center;
  margin: 40px 0 0px;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 48px;
}

.section-title .muted {
  color: #222;
}

.section-title .accent {
  color: #e31b2b;
}

.banner video {
  object-fit: cover;
  height: 100%;
}

.impact-stories h2 {
  font-size: 48px;
}

.banner-caption h1 {
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  text-shadow: 3px 3px 0px #929292;
}

.banner-caption p {
  font-size: 20px;
  color: #fff;
}

.story-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  background: #fafafa;
  border-radius: 6px;
  justify-content: space-between;
  text-align: left;
  padding-left: 20px;
}

.story-left {
  width: 45%;
  padding: 12px 24px;
  padding-right: 0;
}

.story-left h3 {
  font-size: 32px;
  margin-bottom: 45px;
  font-weight: 700;
}

.story-left p {
  color: #474747;
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.read-more {
  color: #ed1526;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.story-image {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-footer {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  margin-bottom: 26px;
  margin-top: 30px !important;
  padding-right: 15%;
  padding-left: 14%;
}

.slider-footer .lineDivOnly {
  width: 82%;
}

.slider-footer .pager {
  display: flex;
  gap: 5px;
  align-items: center;

  width: 136%;
}

.next-link {
  color: #404040 !important;
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
  gap: 2px;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  padding-left: 20px;
}

.arrow {
  transform: translateY(-1px);
  font-weight: 700;
  margin-left: 20px;
}

/* banner section Start */

.banner {
  height: 800px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.banner-caption {
  position: absolute;
  bottom: 10%;
  color: #fff;
}

/* banner section End */

.timeline-line {
  height: 2px;
  background: #000;
  width: 100%;
  position: absolute;
  top: 119px;
  left: 0;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item p {
  font-size: 16px;
  margin-top: 20px;
}

.timeline-dot {
  width: 35px;
  height: 35px;
  background: #ff0000;
  border-radius: 50%;
  border: 3px solid #fff;
  outline: 1px solid #ff0000;
  margin: auto;
  position: relative;
  z-index: 10;
}

.timeline-item h3 {
  color: #ed1526;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.timeline-connector {
  width: 1px;
  height: 80px;
  background: #d9d9d9;
  margin: auto;
  margin-top: 10px;
  position: relative;
}

.timeline-connector::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  left: -4px;
}

.reflectionDiv-in p {
  margin-top: 20px;
  font-size: 16px;
}

.reflectionDiv h2 {
  font-size: 36px;
  font-weight: 700;
}

.reflectionDiv-in p a {
  color: #ed1526;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.reflectionDiv-in h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.reflectionDiv-in h4 {
  font-size: 20px;
  margin-top: 15px;
}

.weDidDivIn {
  border-top: 1px solid #000;
}

.weDidDiv h2 {
  font-size: 48px;
}

.weDidDivIn h3 {
  font-size: 20px;
}

.impactDiv-story {
  background: #f3f3f3;
}

.impactDiv-story h2 {
  font-size: 48px;
}

.impactDiv-story-inBox {
  background-color: #ffffff;
  padding: 30px;
  margin-left: 47px;
  margin-top: -61px;
  z-index: 999;
  position: relative;
  padding-left: 30px;
}

.impactDiv-story-inBox strong {
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
}

.impactDiv-story-inBox h4 {
  font-size: 16px;
  font-weight: 400;
}

.impactDiv-story-inBox h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.impactDiv-story-inBox p {
  margin: 20px 0;
  font-size: 16px;
}

.botSec p {
  font-size: 30px;
  margin: 0;
  text-transform: capitalize;
  color: #272e32;
}

.whySgenDiv-in span {
  display: inline-block;
  height: 200px;
  overflow: hidden;
}

.whySgenDiv-in-cap {
  padding-left: 20px;
  padding-top: 5%;
}

.whySgenDiv-in-cap p {
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}

.whySgenDiv-in-cap h3 {
  font-size: 24px;
  color: #000;
}

.whySgenDiv h2 {
  font-size: 48px;
}

.whySgenDiv-in-cap a {
  color: #ed1526;
  display: none;
}

.whySgenDiv {
  padding-bottom: 80px !important;
}

.botSec a {
  padding: 12px 26px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 12px #ed162585;
  font-size: 20px;
  margin-left: 20px;
}

.whySgenDiv-in span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.peopleDiv h2 {
  font-size: 48px;
}

.peopleDiv-inBoxDiv span {
  display: inline-block;
  height: 360px;
  overflow: hidden;
  width: 100%;
}

.peopleDiv-inBoxDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peopleDiv-in h3 {
  position: relative;
}

.peopleDiv-in h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  top: 70%;
  left: 0;
}

.peopleDiv-in h3 span {
  background: #f3f3f3;
  padding-right: 5%;
  z-index: 9;
  position: relative;
}

.peopleDiv-inBoxDiv h4 {
  font-size: 20px;
  margin-top: 15px;
}
.peopleDiv-inBoxDiv p {
  font-size: 12px;
  font-weight: 500;
}

.peopleDiv-in {
  margin-bottom: 40px;
  margin-top: 30px;
}

.supportDiv {
  padding: 100px 0 90px;
  text-align: center;
}

.supportDiv a {
  background: #ed1526;
  padding: 12px 20px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  box-shadow: 2px 4px 12px #ed162585;
}

.footerDiv-in1 p {
  margin-bottom: 0;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerDiv-in1 p a {
  background: none !important;
  padding: 0 !important;
  border-radius: 0;
  text-decoration: none;
  color: #616161 !important;
}

.footerDiv-in1 {
  /* border-right: 1px solid #ccc; */
  height: 54px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  justify-content: center;
}

.col-lg-3:first-child .footerDiv-in1::after {
  display: none;
}

.footerDiv-in1::after {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 40px;
  left: -28px;
  position: absolute;
  bottom: 0;
}

.footerDiv-in1 img {
  margin-top: 5px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footerDiv-in1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
  font-weight: 400;
}

.healthDiv h2 {
  margin-bottom: 20px;
  font-size: 50px;
  margin-top: 30px;
  color: #ed1526;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.footerDiv-in1 textarea {
  border: 1px solid #b8b8b8;
  width: 100%;
  height: 40px;
  padding: 7px;
  background: #fbfafc;
  border-radius: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.footerDiv-in1 a {
  background: #ed1526;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff !important;
}

.healthDiv {
  border-top: 1px solid #626262;
  margin-top: 50px;
  padding-top: 10px;
}

.FinancingDiv-in-rht {
  padding-right: 10%;
}

.FinancingDiv-in a {
  padding: 10px 28px;
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  box-shadow: 2px 2px 12px #ed162585;
  background-color: #ed1526;
  color: #fff;
  margin-top: 30px;
  margin-left: 5%;
  font-size: 18px;
  align-items: center;
  display: inline-flex;
}

.FinancingDiv {
  padding: 150px 0;
}
.FinancingDiv ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 25px;
}

.FinancingDiv ul li::before {
  content: "";
  position: absolute;
  left: -4%;
  top: 15%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ed1625;
}

.FinancingDiv-in ul {
  padding-top: 20px;
  padding-left: 20px;
}

.FinancingDiv-in ul li h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.FinancingDiv-in ul li p {
  font-size: 16px;
}
.missionDiv {
  padding: 60px 0 80px 0;
}

.missionDiv span {
  display: inline-block;
  overflow: hidden;
  height: 600px;
  width: 100%;
  margin-bottom: 15px !important;
}

.missionDiv h2 span {
  height: auto !important;
  width: auto;
  display: inline-table;
}

.missionDiv h2 {
  font-size: 48px;
  margin: 0 !important;
}

.missionDiv h3 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #4b4b4b;
}

.missionDiv p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 25px;
}

.missionDiv ul li {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
  list-style-type: disc;
}

.missionDiv ul {
  padding-left: 5%;
  margin-bottom: 50px;
}

.rebbtn {
  padding: 8px 20px;
  border: 1px solid #ed1526;
  text-decoration: none;
  border-radius: 5px;
  gap: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.rebbtn img {
  width: 24px;
}

.rebbtn.onebtn {
  color: #ed1526 !important;
}
.rebbtn.twobtn {
  color: #fff;
  background-color: #ed1526;
  box-shadow: 2px 2px 12px #ed162585;
}

.reflectionDiv-in big {
  display: inline-block;
}

.reflectionDiv-in big img {
  height: 80px;
}

.reflectionDiv {
  padding: 80px 0;
  background: #f3f3f3;
}

.reflectionDiv-in-rht {
  text-align: right;
  float: right;
}

.reflectionDiv-in-rht img {
  width: 100%;
}

.peopleDiv-inBoxDiv span {
  display: inline-block;
  width: 100%;
}

.testimonialDivIn {
  padding: 60px 60px;
  height: 434px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border: 1px solid #cecece;
}

.testimonialDivIn img {
  width: auto !important;
  display: inline-block !important;
}

.testimonialDivIn p {
  font-size: 20px;
  margin-bottom: 60px;
  margin-top: 20px;
  width: 100%;
}

.testimonialDivIn h3 {
  color: #000;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}

.testimonialDivIn h4 {
  font-size: 24px;
  font-weight: 300;
  width: 100%;
}

.slider-footer2 .pager {
  width: 84%;
}

.testimonialDiv {
  padding-top: 80px !important;
}

.testimonialDiv h2 {
  font-size: 48px;
}

.footerDivLand .col-lg-4:last-child .footerDiv-in1 {
  border: none;
}

.socialDiv {
  display: flex;
  justify-content: space-between;
}

.supportDiv h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  text-transform: capitalize;
  background: #f3f3f3;
  padding: 50px 0;
  margin-bottom: 60px;
}

.supportDiv h2 span {
  display: none !important;
}

.footerDiv-in-box {
  width: 100%;
  margin-top: 0px;
  padding-left: 20%;
}

.footerDivLand {
  padding: 100px 0 60px 0;
}

.mil-stoneDiv h2 {
  font-size: 48px;
}

#storiesSlider {
  padding-left: 14%;
}

#testimonialSlider {
  padding-left: 13.6%;
}

.footerDivLand {
  padding-left: 7%;
  padding-right: 7%;
}

#nextTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
  text-transform: capitalize;

  color: #404040 !important;
}

#nextTitle2 {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
  text-transform: capitalize;
}

.animationSec {
  text-align: center;
  background: #f3f3f3;
  padding-top: 60px;
}

.animationSec h2 {
  font-size: 64px;
}

.mce_SELRES_start {
  display: none !important;
}

/* media screnn */
@media (max-width: 1600px) {
  .navbar-nav {
    gap: 0px !important;
  }

  .healthDiv h2 {
    font-size: 45px;
    text-transform: uppercase;
  }

  .header3 ul li a {
    font-size: 12px !important;
  }
}

@media (max-width: 1366px) {
  .navbar-nav {
    gap: 2px !important;
    padding: 0px 0 0 0;
  }

  .header3 {
    padding: 0 0px;
  }

  .testimonialDiv {
    padding-left: 5%;
  }

  .header3 ul li a {
    font-size: 12px !important;
  }

  .rhtDivMenu ul li a {
    margin-left: 15px;
  }

  .next-link {
    font-size: 17px;
  }

  .banner {
    height: 700px;
  }

  .footerDivLand {
    padding-left: 2%;
    padding-right: 2%;
  }

  #testimonialSlider {
    padding-left: 0;
  }
  .peopleDiv-in h3::after {
    width: 100%;
  }

  .testimonialDivIn p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .slider-footer {
    padding-left: 0;
  }
  #storiesSlider {
    padding-left: 0;
  }
  .FinancingDiv {
    padding: 100px 0;
  }
  .navbar-brand {
    width: 300px;
    margin: 0;
  }
  .navbar-brand img {
    width: 100% !important;
    height: auto;
  }
}

@media (max-width: 1280px) {
  .header3 ul li a {
    font-size: 11px !important;
  }
  #navbarSupportedContent1 .rhtDivMenu {
    margin-left: 5px !important;
  }
  .story-image {
    height: 350px;
  }
}

@media (max-width: 1199px) {
  .header3 ul li a {
    font-size: 10px !important;
  }

  .navbar-brand {
    width: 200px;
  }
  .scrolled .nav-link {
    padding: 0px 2px !important;
  }
}

@media (max-width: 991px) {
  .story-card {
    flex-direction: column;
    text-align: center;
    padding: 0;
    gap: 0;
  }
  .story-left h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 8px;
    line-height: 36px;
  }

  .missionDiv span {
    height: auto;
  }

  .offer-area {
    margin-top: 20px !important;
  }

  .FinancingDiv ul li::before {
    left: -5%;
    top: 11%;
  }

  .FinancingDiv-in ul {
    text-align: left;
  }
  .timeline-item h3 {
    font-weight: 500;
  }

  #storiesSlider {
    padding-left: 0;
  }

  .story-left p {
    margin-top: 20px;
  }

  .footerDivLand .col-lg-3 .footerDiv-in1 {
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .peopleDiv {
    padding-bottom: 20px !important;
  }

  .testimonialDivIn h4 {
    font-size: 18px;
  }
  .story-left,
  .story-image {
    width: 100%;
    text-align: left;
  }

  .footerDiv-in-box a img {
    margin-top: 0 !important;
    width: 20px;
  }

  .footerDiv-in1 h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .mil-stoneDiv {
    padding-bottom: 0 !important;
  }

  .offerItemTitle span {
    font-size: 28px !important;
  }

  .botSec p {
    font-size: 22px;
    margin: 0 0 20px 0;
  }

  .story-image img {
    height: 100%;
  }

  .peopleDiv-in h3::after {
    display: none;
  }

  .impactDiv-story-inBox h3 {
    margin-top: 0 !important;
    font-size: 20px;
  }

  .testimonialDivIn {
    padding: 20px 20px 30px 20px;
    height: auto;
  }

  .slider-footer {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px !important;
  }

  #nextTitle2 {
    font-size: 14px;
    white-space: nowrap;
  }
  #testimonialSlider {
    padding-left: 0;
  }

  .rebbtn {
    display: inline-block !important;
    width: 55%;
    margin: 8px 0;
    font-size: 16px;
  }

  .timeline-item {
    width: 54.33%;
  }

  .FinancingDiv-in-rht {
    padding-right: 0;
  }

  .healthDiv {
    margin-top: 10px;
    padding-top: 10px;
  }

  .footerDivLand {
    padding: 40px 15px 40px 15px;
  }

  h2 {
    font-size: 30px !important;
  }

  .mbl-line {
    display: none;
  }

  .next-link {
    font-size: 14px;
    text-align: left;
    align-items: flex-start;
    color: #838383;
    padding-left: 10px;
  }

  .slider-footer .pager {
    width: 60%;
    margin-right: 10px;
  }

  .read-more {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .story-left p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 26px;
  }

  .reflectionDiv-in-rht {
    float: none;
    width: auto;
    margin: 0 auto;
  }

  .reflectionDiv-in-rht img {
    width: 100%;
  }
  .reflectionDiv h2 {
    text-align: center;
  }

  .weDidDiv .col-lg-3 {
    width: 85%;
  }

  .impactDiv-story-inBox {
    padding: 25px 0;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .missionDiv h3 {
    margin-bottom: 25px;
    text-align: left;
    font-size: 20px;
  }

  .missionDiv p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .missionDiv ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .rebbtn {
    padding: 12px 12px;
    gap: 10px;
  }

  .missionDiv {
    padding: 60px 0 60px 0;
  }
  .missionDiv ul {
    margin-bottom: 35px;
  }
  .FinancingDiv {
    padding: 50px 0;
  }

  .FinancingDiv-in h2 {
    margin-top: 70px;
  }

  .whySgenDiv .col-lg-3 {
    width: 85%;
  }

  .peopleDiv-in h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 40px !important;
  }

  .peopleDiv-inBox .col-lg-3 {
    width: 65%;
  }

  .footerDiv-in1 {
    border-right: none;
    display: block;
    height: auto;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .header3 {
    padding: 0;
  }

  .navbar-brand {
    width: 240px;
  }

  .mil-stoneDiv .container {
    padding-top: 20px !important;
  }

  .mil-stoneDiv h2 {
    font-size: 48px;
  }

  .supportDiv {
    padding: 80px 0;
  }
  .socialDiv {
    margin-top: 15px;
    gap: 30px;
  }

  .footerDiv-in1 a {
    background: #ed1526;
    padding: 10px 26px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    margin-top: 15px;
    gap: 10px;
    align-items: center;
    margin: 15px auto;
    box-shadow: 2px 4px 12px #ed162585;
    font-weight: 600;
    font-size: 20px;
    justify-content: center;
  }

  .footerDiv-in1 textarea {
    width: 100%;
    height: 140px;
  }

  .whySgenDiv-in-cap {
    padding-left: 0px;
  }

  .footerDiv-in1 p img {
    width: auto;
    height: auto;
  }

  .footerDiv-in-box {
    margin-top: 0px;
    text-align: center;
    padding: 0;
  }

  .footerDiv-in1 p {
    justify-content: flex-start;
    margin-bottom: 0px;
  }

  .healthDiv h2 {
    font-size: 42px !important;
    font-weight: bold;
  }

  .testimonialDivIn p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .arrow {
    width: 15px;
    height: 15px;
  }

  .arrow img {
    width: 54%;
  }

  .reflectionDiv {
    padding: 40px 0;
  }

  .whySgenDiv {
    padding-bottom: 60px !important;
  }

  .navbar-collapse {
    background: rgb(255, 255, 255);
    padding: 0px 20px;
  }

  .header3 ul li a {
    font-size: 12px !important;
    color: #000;
    margin: 0;
    padding: 5px 10px;
  }

  .rhtDivMenu {
    display: inline-block;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 400px;
  }

  .mblparaOnly {
  }

  #nextTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  #nextTitle2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .testimonialDiv {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }

  .slider-footer .pager {
    width: 54%;
  }

  .STORIESDiv {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px !important;
  }

  video {
    height: 100%;
    object-fit: cover;
  }

  .section-title {
    margin: 0px 0 0px;
  }

  .timeline-line {
    top: 90px;
  }

  .banner-caption h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .banner-caption p {
    font-size: 16px;
  }

  .supportDiv h2 span img {
    height: 125px;
  }

  .supportDiv h2 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}
