/* Header */

header {
  padding: 11px 0;
  background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
  background: #1353B6;
}
/* Success Stories Section */

.successStoriesSec {
  padding: 129px 0 40px 0;
}
.successWrapper{
  position: relative;
  padding: 36px 0 0;
  
}
.successWrapper::before {
  content: "Success Stories";
  font-size: 140px;
  font-weight: 700;
  line-height: 182px;
  -webkit-text-stroke: 1.57px #ffefe4;
  position: absolute;
  color: #ffffff;
  left: -80px;
  top: -70px;
  z-index: -1;
}
.successWrapper h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  color: #08080f;
}
.success-breadcrumbs {  display: none;}
/* Lets Make Section */

.letsMakeSec {
  background-color: #f2f7ff;
  padding: 40px 0 153px 0;
}

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

.letsMakeCol h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  color: #08080f;
  max-width: 501px;
  width: 100%;
}

.letsMakeCol p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  color: #08080f;
  max-width: 429px;
  width: 100%;
  margin-top: 20px;
}

.letsMakeCol img {
  max-width: 576px;
  width: 100%;
  max-height: 349px;
  height: 100%;
}

/* Success Cards Section */

.successCardsWrapper {
  gap: 30px 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  top: -69px;
  position: relative;
}

.successCardsWrapper ul {
  list-style: none;
}

.successCardsWrapper ul li {
      font-size: 16px;    font-weight: 300;    line-height: 21px;    color: #08080f;    margin-top: 15px;    position: relative;    padding-left: 25px;
}

.successCardsWrapper ul li::before {
    content: "";    background-image: url(../images/success-bullet.svg);    width: 15px;    height: 15px;    position: absolute;    left: 0;    background-repeat: no-repeat;    top: 2px;
}

.successCard1,
.successCard2,
.successCard3,
.successCard4,
.successCard5 {
  border: 1px solid #d4edf9;
  background-color: #fafdff;
  border-radius: 5px;
  max-width: 373px;
  width: 100%;
  min-height: 352px;
  height: 100%;
  position: relative;
  padding: 30px;
  margin: 0 auto;
}

.successCard1:hover,
.successCard2:hover,
.successCard3:hover,
.successCard4:hover,
.successCard5:hover {
  border: 1px solid #F07527;
}

.successCard1::after,
.successCard2::after,
.successCard3::after,
.successCard4::after,
.successCard5::after {
  content: "";
  background-image: url(../images/successLadder.webp);
  max-width: 59px;
  width: 100%;
  max-height: 157px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.successCard1 img {
  max-width: 185px;
  width: 100%;
  max-height: 28px;
  height: 100%;
  padding: 0 auto;
}

.successCard2 img {
  max-width: 185px;
  width: 100%;
  max-height: 30px;
  height: 100%;
}

.successCard3 img {
  max-width: 200px;
  width: 100%;
  max-height: 28px;
  height: 100%;
}

.successCard4 img {
  max-width: 185px;
  width: 100%;
  max-height: 36px;
  height: 100%;
}

.successCard5 img {
  max-width: 185px;
  width: 100%;
  max-height: 26px;
  height: 100%;
}

.successCardImage {
  text-align: center;
  margin-bottom: 40px;
}

/* Media Query 1199px */
@media (max-width: 1199px) {
  /* Success Stories Section */

  .successWrapper::before {
    left: -42px;
  }
}
/* Media Query 1169px */

@media (max-width: 1169px) {
  /* Success Stories Section */
  .successWrapper::before{
    font-size: 124px   
}
}
@media screen and (max-width: 991px){
  .successWrapper::before{
    top: -86px;
    left: -35px;
    font-size: 95px;
    line-height: 199px;
  }
  .successWrapper h1 {
    margin-top: -21px;   
  } 
}
/* Media Query 767px */

@media (max-width: 767px) {
  /* Success Stories Section */

  .successWrapper::before{
    font-size: 70px;
    top: -68px;
    left: -30px;
    line-height: 150px;
  }
  .successWrapper h1 {
    font-size: 40px;   
    margin-top: -35px;
  } 
  
}

/* Media Query 575px */

@media (max-width: 575px) {
  /* Success Stories Section */
  .successWrapper h1 {
    font-size: 30px;
    line-height: 39px;
    margin-top: -57px;
  }

   .successWrapper::before{
    font-size: 48px;
    top: -56px;
    left: -29px;
    line-height: 64px;
  }  .success-breadcrumbs {    display: flex;    column-gap: 10px;    margin-top: 50px;    align-items: center;  }  .success-breadcrumbs .homeOption {    font-weight: 300;    font-size: 15px;    color: #626060;  }  .success-breadcrumbs .success-para {    font-weight: 300;    font-size: 15px;    color: #06447e;  }

  /* Lets Make Section */

  .letsMakeSec {
    padding: 40px 0 128px 0;
  }

  .letsMakeWrapper {
    flex-direction: column;
    justify-content: unset;
    row-gap: 25px;
  }

  .letsMakeCol {
    max-width: 330px;
    width: 100%;
  }

  .letsMakeCol h2 {
    font-size: 26px;
    line-height: 39px;
  }

  .letsMakeCol p {
    font-size: 14px;
    line-height: 24px;
  }

  .letsMakeCol img {
    max-width: 330px;
    max-height: 200px;
  }
}
