 /****************************************************************category term insurance riders section css start**********************************************************/
 h3,
h5,
li,
p,
ul {
  margin: 0;
}
body,
html {
  font-family: Poppins, sans-serif;
}
.btnred:not(:disabled):not(.disabled).active:focus,
.btnred:not(:disabled):not(.disabled):active:focus,
.show
  > .btnred.dropdown-toggle:focus:not(:disabled):not(.disabled).active:focus {
  background: #ff3038 !important;
  outline: none;
  outline-style: none;
  outline-width: 0;
}
body,
html {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.siteButton {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.siteButton:hover {
  background: #ed1c24;
}
.siteButton:active,
.siteButton:hover {
  color: #fff;
  box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}
.siteButton:active {
  background: #ff373f;
  border: 1px solid #ff373f;
}
.siteButton.outlinedBtn {
  background: transparent;
  color: #ed1c24;
  border-color: #ed1c24;
}
.siteButton.outlinedBtn:hover {
  background: #fff;
  box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}
.termInsuranceRidersSection .catTermInsuranceSec .insuranceBenList .illustrationImg  img{
  width: auto;
  height: auto;
}
.siteButton.outlinedBtn:active {
  background: #ff373f;
  border: 1px solid #ff373f;
  color: #fff;
  box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}
.catSectionSubTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8a93a5;
  margin: 0 0 40px;
}
.contentHide {
  display: none;
}
.termInsuranceRidersSection .contentHide{
  display: none;
  /* opacity: 0; */
}
.catTermInsuranceSec {
  padding: 80px 0;
  background: #f9f9f9;
}
.catTermInsuranceSec .mainTitle {
  margin: 0 auto 8px;
  max-width: 850px;
  text-align: center;
}
.insuranceBenList {
  max-width: 1060px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.termInsuranceRidersSection .insuranceBenList {
  margin: 0 auto 0;
  padding-left: 0;
  padding-right: 0;
}
.insuranceBenList li {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c7cacc;
  background: #fff;
  width: 49%;
  padding: 27px 19px 24px 32px;
  position: relative;
}
.insuranceBenList li .illustrationImg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}
.insuranceBenList li .benContent {
  padding-top: 6px;
  margin-left: 10px;
  width: calc(100% - 66px);
}
.insuranceBenList li .benContent h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #005e9e;
  margin-bottom: 26px;
}
.insuranceBenList li .benContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #233253;
  margin-bottom: 33px;
}
.insuranceBenList li .benContent a {
  display: inline-flex;
}
.contentCenter {
  text-align: center;
}
.termInsuranceRidersSection .mainTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #233253;
  position: relative;
  z-index: 1;
  text-align: center;
}
.viewMoreBtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #233253;
  text-transform: uppercase;
}
.viewMoreBtn:hover {
  color: #233253;
}
.viewMoreBtn span {
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.cornerBg {
  position: absolute;
  width: 4px;
  height: 100px;
  background: #ed1c24;
  left: 0;
  top: -1px;
}
.termInsuranceRidersSection .insuranceBenList li {
  margin-bottom: 20px;
}
@media screen and (device-width: 1024px) {
  .mainTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .catTermInsuranceSec {
    padding: 40px 0;
  }
  .insuranceBenList {
    max-width: 97%;
  }
  .insuranceBenList li .benContent h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .insuranceBenList li .benContent p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 100px) and (max-width: 768px) {
  .catSectionSubTitle {
    margin: 0 0 40px !important;
  }
  .haveQuesSec .catSectionSubTitle {
    margin-bottom: 32px !important;
}
  .viewMoreBtn {
    font-size: 14px;
  }
  .termInsuranceRidersSection .mainTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .catSectionSubTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .catTermInsuranceSec {
    padding: 55px 32px;
  }
  .catTermInsuranceSec .mainTitle {
    max-width: 100%;
  }
  .insuranceBenList {
    margin-bottom: 40px;
    padding: 0px;
  }
  .termInsuranceRidersSection .insuranceBenList {
    margin-bottom: 24px;
  }
  .termInsuranceRidersSection .insuranceBenList li {
    width: 100%;
    padding: 40px;
    position: relative;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .insuranceBenList li .illustrationImg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    margin-bottom: 8px;
  }
  .insuranceBenList li .benContent {
    margin-left: 0;
    width: 100%;
  }
  .insuranceBenList li .benContent h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .insuranceBenList li .benContent p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .insuranceBenList li .benContent a {
    display: inline-flex;
  }
  .insuranceBenList li:last-child {
    margin-bottom: 0;
  }
} 
/*# sourceMappingURL=style.css.map */
.benContent h2 {
  font-size: 28px;
    line-height: 34px;
    color: #005e9e;
    font-weight: 700;
    margin-bottom: 26px;
}

.riderimgmargin{
  margin-top:10px;
}

.highlightBlue{
  color:#005e9e;
}
.catTermInsuranceSec {
  padding: 55px 32px;
  background: #f9f9f9;
}

.termInsuranceRidersSection .reduceheightforriderssection {
  padding-inline: 32px;
  padding-block: 50px;
}

@media only screen and (max-width:720px){
  .riderimgmargin{
    margin-top:0px;
  }
  .termInsuranceRidersSection .reduceheightforriderssection {
    padding-block: 25px;
  }
}

@media screen and (min-width: 100px) and (max-width: 1023px){
.catTermInsuranceSec {
    padding: 55px 32px !important;
}
}

.termInsuranceRidersSection .viewMoreLessFunc {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #233253;
  text-transform: uppercase;
}