/*
*************************************************************category question worry section css start********************************************************
*/


h3,
li,
ul {
  margin: 0;
}
body,
html {
  font-family: Poppins, sans-serif;
}

.mainTitle {
        font-size: 38px;
        text-align: left;
}
.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;
}
.titleBgBox {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 10px solid #edf8ff !important;
  border-radius: 10px;
  position: absolute;
    border-color: #edf8ff;
    left: -25px;
    top: -16px;
    z-index: -1;
}
.questWorrySection {
  background: #fff;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.question-worry-section .questWorrySection .illustrationSec img, .question-worry-section .questWorrySection .questionsSection .listBullet img{
  width: auto;
  height: auto;
}
.questWorrySection .questionsSection {
  width: 55%;
  max-width: 730px;
}
.questWorrySection .questionsSection h3 {
  margin-bottom: 32px;
  font-size: 38px;
  text-align: left;
}
.questWorrySection .questionsSection h3 .titleBgBox {
  border-color: #edf8ff;
  left: -25px;
  top: -16px;
  z-index: -1;
}
.questWorrySection .questionsSection h3 .titleBgBox svg {
  position: absolute;
  top: 5px;
  left: 5px;
}
.questWorrySection .questionsSection h3 strong:before {
  background: #fff;
}
.questWorrySection .questionsSection ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #233253;
  margin-bottom: 14px;
}
.questWorrySection .questionsSection ul li .listBullet {
  margin: 6px 5px 0 0;
}
/*.mainTitle {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #233253;
  position: relative;
  z-index: 1;
  text-align: center;
}*/
.qws-heading {
    text-align: left !important;
}
h3.titleWithBox {
  font-size: 38px;
  line-height: 48px;
  color: #233253;
  z-index: 1;
  padding-left: 30px;
}
h3.titleWithBox,
h3.titleWithBox strong {
  position: relative;
  font-weight: 700;
}
h3.titleWithBox strong:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  background: #eaf1f8;
  top: 9px;
  z-index: -1;
}
h3.titleWithBox .titleBgBox {
  border-color: #fff;
  z-index: -1;
  left: 0;
  top: -15px;
}
h3.titleWithBox .titleBgBox svg {
  position: absolute;
  top: 5px;
  left: 5px;
}
.question-worry-section .questWorrySection .questionsSection h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 26px;
  text-align: left;
  position: relative;
}

.question-worry-section .questWorrySection .questionsSection h2::before {
  content: '';
  width: 72px;
  height: 72px;
  background: transparent;
  border: 10px solid #edf8ff !important;
  border-radius: 10px;
  position: absolute;
  border-color: #edf8ff;
  left: -25px;
  top: -16px;
  z-index: -1;
}

.question-worry-section .questWorrySection .questionsSection h2::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../../../../../content/dam/hdfclifeinsurancecompany/icons/plus-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -25px;
  top: 0px;
}

@media screen and (device-width: 1024px) {
  .mainTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .questWorrySection {
    padding: 40px 0;
  }
  .questWorrySection .questionsSection h3 {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 34px;
  }
}
@media screen and (min-width: 100px) and (max-width: 768px) {
  .titleBgBox {
    width: 54px;
    height: 54px;
    border-width: 7px;
    border-radius: 7px;
  }
  .question-worry-section p {
    margin-bottom: 18px !important;
  }
  .mainTitle {
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: center !important;
    margin-bottom: 32px;
  }
  .qws-heading {
    margin-bottom: 32px !important;
  }
  .titleBgBox {
    display: none;
  }
  .questWorrySection {
    padding: 45px 26px 56px 33px;
  }
  .questWorrySection .illustrationSec {
    display: none;
  }
  .questWorrySection .questionsSection {
    margin-left: 0;
    width: 100%;
  }
  .questWorrySection .questionsSection h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 85%;
  }
  .questWorrySection .questionsSection h3 .titleBgBox {
    display: none;
  }
  .questWorrySection .questionsSection ul li {
    display: flex;
    color: #233253;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .questWorrySection .questionsSection ul li .listBullet {
    display: inline-flex;
    margin: 6px 10px 0;
    min-width: 17px;
    height: 17px;
  }
  .questWorrySection .questionsSection ul li:last-child {
    margin-bottom: 0;
  }
}
.reducepadding {
  padding: 50px 0 30px;
}
/*# sourceMappingURL=style.css.map */


/*******************************************************************category question worry section css end**************************************************************************************/

.questWorrySection .questionsSection ul li {
  list-style: none;
  background: url('../../../../../content/dam/hdfclifeinsurancecompany/icons/qus-icon.svg') no-repeat left center;
  background-size: 17px 17px;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .questWorrySection .questionsSection ul li {
    background-position: left top;
    margin: 0 5px 16px 5px;
  }
}