.whygenesisContent {
  background-image: linear-gradient(
      0deg,
      rgb(8 32 43 / 70%),
      rgb(8 32 43 / 70%)
    ),
    url(/images/whygenesisBanner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 800px;
  position: relative;
}

.mission {
  background: url(../images/patternBg.png), gray !important;
  background-size: 175px;
  font-size: 24px;
  color: white;
}

.mission .sectionTitle {
  font-size: 40px;
  color: white;
  font-weight: 500;
  letter-spacing: 0;
}

.whygenesisContent .introText {
  text-align: center;
  font-size: 45px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 200px;
  font-weight: 400;
  line-height: 54px;
  color: white;
}

.selectLoanService .discussLoanBtn {
  padding: 12px 40px !important;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.statistics p {
  font-weight: 700;
  font-size: 28px;
  color: #2a2a29;
}

.whygenesisContent .statistics {
  background: #b4b7bb;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
}

.statistics {
  background: #dee7f1bd;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
}

.statisticsCount:before {
  left: -5% !important;
}

.statisticsCount {
  position: relative;
}

.statisticsCount:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5%;
  height: 65%;
  width: 2px;
  background-color: #b74a26;
}

.statisticsCount:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 5%;
  height: 65%;
  width: 2px;
  background-color: #b74a26;
}

.sectionTitle {
  font-size: 40px;
  font-weight: 500;
  color: #002839;
}

.ourprocessTitle {
  font-weight: 700;
  font-size: 24px;
  color: #b74a26;
}

.WGButton {
  border: 1px solid #b74a26 !important;
  color: #b74a26;
  background-color: white;
  font-size: 12px;
  padding: 5px 25px !important;
  font-weight: 700;
}

.viewloanPgm .WGButton {
  font-size: 16px;
  padding: 12px 40px !important;
}

.WGmainContent,
.lendingPartners {
  background-color: white;
}

.nav-link.active {
  border-bottom: 2px solid black;
}

.partnerTitle {
  position: absolute;
  background-color: white;
  left: 40%;
  top: 16%;
  font-size: 14px;
  font-weight: bold;
  z-index: 20;
  padding: 0px 50px;
  color: #b74a26;
}

.subquoteTitle {
  font-size: 16px;
  font-weight: 600;
}

.partnerName {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}

.partnerDesignation {
  font-size: 14px;
  position: relative;
  top: -6px;
}

.subTitle {
  font-weight: 700;
  font-size: 14px;
  color: #b74a26;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
  left: 50%;
  transform: translate(-44%, 0);
}

.main-timeline-section .timeline-end {
  right: 0px;
}

.conference-timeline-content {
  width: 1086px;
  margin-left: 100px;
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 1125px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #b74a26;
}

.timeline-article {
  width: 12%;
  position: relative;
  min-height: 230px;
  float: left;
}

.timeline-article p {
  margin-bottom: 0.25rem;
}

.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: -30px;
  font-size: 18px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 65%;
  left: 42px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: black;
}

.timeline-article .content-box {
  border-radius: 5px;
  background-color: #f6f6f6;
  width: 250px;
  position: absolute;
  top: 76%;
  left: -76px;
  padding: 10px;
  background-color: #dee7f1;
  min-height: 195px;
}

.timeline-article-top .content-box {
  left: -100px;
}

.timeline-article-top .content-box:before {
  content: " | ";
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  top: -32px;
  border: 10px solid transparent;
}

.timeline-article-bottom .content-date {
  top: 59%;
}

.timeline-article-bottom .content-box {
  top: -30%;
}

.timeline-article-bottom .content-box:before {
  content: "|";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  border: 10px solid transparent;
}

.mainTimeline {
  max-width: 100%;
  overflow-x: auto;
  height: 468px;
  padding-top: 85px;
  cursor: pointer;
}

.statistics > div {
  display: inline-block;
  width: auto;
  min-width: 180px;
}

.hide {
  display: none !important;
}

.mobileMenuLight {
  display: block;
}

.partnerInfo {
  position: relative;
  padding: 0px 0px 0px 20px;
  color: white;
  background-color: rgb(0, 40, 57, 0.65);
  margin-top: -68px;
  margin-bottom: 25px;
  text-align: left;
  z-index: 1000;
}

.mainTimeline::-webkit-scrollbar {
  display: none;
}

.linkedIn a {
  word-break: break-word;
}

p.linkedIn {
  margin: 5px;
}

.WGQuote .sectionTitle {
  font-size: 24px;
}

.connectLink .fa-envelope-o {
  color: white;
  font-size: 22px;
}

.connectLink .fa-linkedin {
  color: white;
  font-size: 23px;
}

.connectLink a {
  color: transparent;
}

.partners img {
  height: auto;
}

.lpCard {
  position: relative;
  width: 100%;
}

.image {
  width: 100%;
  display: block;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002839;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.lpCard:hover .overlay {
  height: 100%;
}

.lpCard img {
  width: 100%;
}

.connectLink {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 10%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.partnerInfo {
  min-height: 40px;
  margin-top: -54px;
}

.endQuote {
  transform: rotate(180deg);
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-timeline-section .conference-center-line,
  .conference-timeline-content {
    width: 900px;
  }

  .timeline-article {
    width: 12%;
  }

  .timeline-article-top .content-box:before {
    left: 61%;
  }

  .timeline-article-bottom .content-box:before {
    left: 49%;
  }

  .timeline-article .content-box {
    width: 200px;
  }

  .timeline-article .meta-date {
    left: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .main-timeline-section .conference-center-line,
  .conference-timeline-content {
    width: 825px;
  }

  .timeline-article {
    width: 12%;
  }

  .timeline-article-top .content-box:before {
    left: 62%;
  }

  .timeline-article-bottom .content-box:before {
    left: 49%;
  }

  .timeline-article .content-box {
    width: 180px;
  }

  .timeline-article .meta-date {
    left: 5px;
  }

  .content-box .fs-16 {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .main-timeline-section {
    transform: translate(-40%, 0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .partnerDesignation {
    font-size: 12px;
  }

  .partnerName {
    font-size: 18px;
  }

  .partnerInfo {
    min-height: 40px;
    margin-top: -50px;
  }
}

@media (min-width: 1024px) {
  .statisticsCount:before {
    left: -10% !important;
  }

  .statisticsCount:after {
    right: -10% !important;
  }
}

@media screen and (max-width: 768px) {
  .statistics > div {
    min-width: auto !important;
  }

  .partnerInfo {
    margin-top: -48px;
  }

  .introText {
    font-size: 35px !important;
  }

  .partnerName {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .partnerDesignation {
    font-size: 14px;
  }

  .partnerTitle {
    left: 35%;
    top: 20%;
  }

  #dropdownMenuLink {
    color: black !important;
  }

  .dropdownblack {
    display: block;
    float: right;
    margin-top: 6px;
  }

  .statisticsCount:after {
    margin-left: 38px;
    right: -3%;
  }

  .nav-link.active {
    border-bottom: 2px solid transparent;
  }
}

@media screen and (max-width: 767px) {
  .partnerTitle {
    left: 32%;
    top: -2%;
  }

  .sectionTitle {
    font-size: 25px;
  }

  .statisticsCount:after,
  .statisticsCount:before {
    top: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .statisticsCount:after {
    right: -5% !important;
  }

  .statisticsCount:before {
    left: -5% !important;
  }
}

@media screen and (max-width: 575px) {
  .introText {
    margin-top: 60px;
  }
}

@media screen and (max-width: 450px) {
  .introText {
    font-size: 35px;
    width: 300px;
  }

  .statistics p {
    font-size: 18px;
  }

  .statistics span {
    font-size: 12px;
  }

  .statisticsCount:after {
    margin-left: 22px;
  }

  .WGButton {
    width: 80%;
  }

  .sectionTitle {
    font-size: 24px;
  }

  .shortHeader span {
    font-size: 14px;
  }

  .statisticsCount:after,
  .statisticsCount:before {
    top: 7px;
  }
}

@media screen and (max-width: 400px) {
  .statistics span {
    font-size: 10px;
  }

  .statistics p {
    font-size: 12px;
  }

  .statisticsCount:after,
  .statisticsCount:before {
    top: 7px;
  }
}

/* new design 2024 */

@media screen and (min-width: 200px) and (max-width: 575px) {
  .margin-bottom-coreValue {
    margin-bottom: 35px;
  }
  .pad-left-2px {
    padding-left: 2px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .margin-bottom-coreValue {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .margin-bottom-coreValue {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1184px) {
  .coreValue-heading {
    height: 75px;
    margin: auto;
  }
}
