.Insurance-solutions .insurance__solutions .wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.Insurance-solutions .insurance__solutions .wrapper {
  padding: 50px 0px;
}

.Insurance-solutions .insurance__solutions--title {
  text-align: center;
}

.Insurance-solutions .insurance__solutions .insurance__solutions--heading {
  color: #233253;
  font-family: Poppins, sans-serif;
  position: relative;
  font-size: 32px;
  line-height: 29px;
  font-weight: bold;
}

.Insurance-solutions .insurance__solutions--description {
  font-size: 17px;
  color: gray;
  font-weight: bold;
  margin-top: 15px;
}

.Insurance-solutions .solutions__Container {
  margin-top: 35px;
  display: flex;
  /* gap: 15px; */
  justify-content: center;
  flex-direction: column;
  /* overflow-x: scroll; */
}

/* card */
.Insurance-solutions .solutions__card {
  padding: 29px 17px 19px 22px;
  background-color: white;
  /* max-width: 100%;
  width: 90%; */
  border-radius: 20px;

}

/* @media screen and (max-width: 1366px){
  .Insurance-solutions .solutions__card{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
} */


.Insurance-solutions .solutions__card--planName {
  display: flex;
  gap: 12px;
  align-items: center;
}

.solutions__card--planName .solutions__card--name {
  margin: 0;
}

.Insurance-solutions .solutions__card--name {
  color: black;
  font-size: 18px;
  font-weight: 900;
}

.Insurance-solutions .solution__card--tagImage {
  width: 15px !important;
}

.Insurance-solutions .solutions__card--tag {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: #fde7e8;
  padding: 2px 6px;
}

.Insurance-solutions .solution__card--tagContent {
  color: #ed1c24;
  font-weight: 700;
  font-size: 12px;
}

.Insurance-solutions .solutions__card--title {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
  /* min-height: 40px; */
  margin-top: 10px;
}

.Insurance-solutions .solutions__card--heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #005e9e;
  /* min-height: 60px; */
  max-height: 60px;
  margin-top: 9px;
}

.Insurance-solutions .solutions__heading--name {
  color: #ed1c24;
}

.Insurance-solutions .solutions__card--UIN {
  margin-top: 21px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #444;
}

.Insurance-solutions .solutions__card--description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #444;
  min-height: 37px;
  /* overflow-y: auto ;
  max-height: 75px; */
  word-wrap: break-word;
}

.Insurance-solutions .monthlyPremium__container {
  /* min-height: 26px; */

}

.Insurance-solutions .solutions__card--MonthlyPremium {
  margin-top: 14px;
  background-color: #e5eef5;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 700;
  color: #005e9e;
  text-align: center;
}

.Insurance-solutions .solutions__card--MonthlyPremium p {
  margin-bottom: 0px !important;

}

.Insurance-solutions .solutions__card--breakLine {
  border-bottom: 5px solid #ed1c24;
  width: 70px;
  margin-top: 17.5px;
}

.Insurance-solutions .solutions__card--benefits {
  margin-top: 19.5px;
  list-style: none;
  height: 144px;
  overflow-y: scroll;
}

.Insurance-solutions .solution__card--benefitsItem {
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  word-wrap: break-word;
}

.Insurance-solutions .solution__card--benefitsItem span {
  color: #2776ab;
  background-color: #e5eef5;
  font-weight: 700;
  padding: 2px 4px;
}

.Insurance-solutions .solution__card--benefitsItem:not(:last-child) {
  margin-bottom: 10px;
}

.Insurance-solutions .solution__card--benefitsItem::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -0px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../../../../content/dam/hdfclifeinsurancecompany/recommanded-insurance-solutions/shieldicon.png") no-repeat;
}

.Insurance-solutions .solutions__explore--link {
  display: flex;
  justify-content: center;
}

.Insurance-solutions .solutions__card--explore {
  display: flex;
  justify-content: center;
}

.Insurance-solutions .solutions__card--explore {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #ed1c24;
  margin-top: 10px;
}

.Insurance-solutions .solutions__card--explore span {
  text-decoration: underline;
  margin-right: 2px;
  font-size: 15px;
}

.Insurance-solutions .solutions__card--calculate {
  background-color: #ed1c24;
  display: flex;
  justify-content: center;
  box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.Insurance-solutions .solutions__card--calculate .solutions__card--calculatePremium:hover {
  box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
}

.Insurance-solutions .solutions__card--calculatePremium {
  padding: 5px 9px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.Insurance-solutions .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.Insurance-solutions .owl-carousel button.owl-dot {
  background-color: grey;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.Insurance-solutions .owl-carousel button.owl-dot.active {
  background-color: #233253;
}

.Insurance-solutions .owl-carousel.owl-drag .owl-item {
  display: flex;
}

/* .Insurance-solutions .owl-stage-outer {
  margin: 0 20px;
} */

.Insurance-solutions .cardContents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* justify-content: space-around; */
  /* gap: 5px; */
  height: 100%;
}

.Insurance-solutions .owl-carousel .owl-stage {
  height: 100%;
  display: flex;
  margin: 0 auto;
}

.solutions__Container.owl-carousel.owl-loaded .col-lg-4 {
  max-width: 100%;
  flex: unset;
}

@media screen and (max-width: 1023px) {
  .Insurance-solutions .solutions__Container {
    flex-direction: column;
  }

  .solutions__card--tag img {
    max-width: 100%;
  }

  .Insurance-solutions .insurance__solutions .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .Insurance-solutions .owl-stage-outer {
    margin: 0;
  }

  .Insurance-solutions .insurance__solutions .insurance__solutions--heading {
    font-size: 24px;
  }
}