.LifeSanchayPlus  .HDFCLifeSanchayPlus .wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  padding: 78px 10px 58px;
}

.LifeSanchayPlus .HDFCLifeSanchayPlus .wrapper {			
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: space-between;
  grid-template-rows: auto 1fr;
  gap: 10px;
}

/* .sanchayPlus-content {
  border: 1px solid red;
} */
.LifeSanchayPlus .sanchayPlus-content.full-height {
  grid-row: span 2;
}
/* component 1 */
.LifeSanchayPlus  .sanchayPlus__banner img {
  width: 100%;
}

/* component 2 */

.LifeSanchayPlus  .sanchayPlus__heading--head h2 {
  /* font-size: 48px; */
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  color: #233253;
  /* max-width: 600px; */
}
.LifeSanchayPlus  .sanchayPlus__heading--info {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  max-width: 652px;
  color: #233253;
  /* color: #8a93a5; */
}

/* component 3 */
.LifeSanchayPlus  .sanchayPlus__details--featureList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 25px;
  margin-left: 10px;
}
.LifeSanchayPlus  .sanchayPlus__details--featureItem {
  position: relative;
  padding-left: 20px;
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: 400;
  color: #233253;
  margin-bottom: 0px !important;
}
.LifeSanchayPlus  .sanchayPlus__details--featureItem::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../../../../content/dam/hdfclifeinsurancecompany/hdfc-life-sanchay-plus/sanchayPlusListIcon.svg") no-repeat;
  margin-bottom: 0px !important;
}
.LifeSanchayPlus .sanchayPlus__details--featureItem p{
  margin-bottom: 0px !important;
}
.LifeSanchayPlus  .sanchayPlus__details--benefit {
  width: 100%;
  margin-top: 40px;
  background: linear-gradient(
    90deg,
    #f9f9f9 0.1%,
    #cfdfe9 52.71%,
    #f9f9f9 100%
  );
}

.LifeSanchayPlus  .sanchayPlus__details--benefit p {
  text-align: center;
  padding: 15px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #005E9E;
}

.LifeSanchayPlus .sanchayPlus__details--calculatePremium {
  margin-top: 40px;
}
.LifeSanchayPlus .sanchayPlus__details--calculatePremium a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ed1c24;
  /* padding: 10px 29px; */
  padding: 5px 20px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #ed1c24;
}
.LifeSanchayPlus .sanchayPlus__details--calculatePremium a:hover{
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
  background: #ff3038;
}
.LifeSanchayPlus .sanchayPlus__details--arn {
  margin-top: 22px;
  text-align: end;
}
.LifeSanchayPlus .sanchayPlus__details--arn p{
  margin-bottom: 0px !important;
}

/* component 3 */

@media (max-width: 767px) {
  .LifeSanchayPlus .HDFCLifeSanchayPlus .wrapper{
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .LifeSanchayPlus .sanchayPlus__heading--head h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .LifeSanchayPlus .sanchayPlus__heading--info {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 27px;
  }

  .LifeSanchayPlus .HDFCLifeSanchayPlus .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .LifeSanchayPlus .sanchayPlus-content.full-height {
    grid-row: auto;
  }

  .LifeSanchayPlus  .sanchayPlus-content:nth-child(1) {
    order: 2;
  }

  .LifeSanchayPlus .sanchayPlus-content:nth-child(2) {
    order: 1;
  }

  .LifeSanchayPlus .sanchayPlus-content:nth-child(3) {
    order: 3;
  }
  .LifeSanchayPlus  .sanchayPlus__details--featureList {
    grid-template-columns: repeat(2, 1fr);
  }
  .LifeSanchayPlus .sanchayPlus-content {
    display: flex;
    flex-direction: column;
  }
  .LifeSanchayPlus .sanchayPlus__details--calculatePremium {
    margin: 40px auto 0px;
  }
  .LifeSanchayPlus  .sanchayPlus__details--benefit p{
    font-size: 12px;
    line-height: 16px;
  }
  .LifeSanchayPlus  .sanchayPlus__details--featureItem{
    font-size: 14px;
    line-height: 20px;
  }
  .LifeSanchayPlus  .sanchayPlus__details--featureItem::before{
    width: 16px;
    height: 16px;
    background-size: contain;
    /* top: 1px; */
  }
  .LifeSanchayPlus  .sanchayPlus__details--benefit{
    margin-top: 27px;
  }
  .LifeSanchayPlus  .sanchayPlus__details--benefit p{
    padding: 6px 0px;
    margin-bottom: 0px !important;
  }
  .sanchayPlus__details--calculatePremium{
    margin-top: 21px !important;
  }
  .LifeSanchayPlus .sanchayPlus__details--arn{
    font-size: 12px;
  }
}
