h3,
h5,
p {
  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;
}

.tabAccordSection .accordMenuContWrp {
  position: relative;
}

.tabAccordSection .accordMenuContWrp .cornerBg {
  height: 0;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.faqV3 .tabAccordSection .tabAccordMenu {
  width: max-content;
  margin: 8px 0 0;
}

.faqV3 .tabAccordSection .tabAccordMenu a {
  height: 56px;
  padding: 0 28px 0 24px;
  background: transparent;
  color: #005E9E;
  border: none;
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}

.faqV3 .tabAccordSection .tabAccordMenu a:hover {
  color: #005E9E;
}

.haveQuesSec .mainTitle {
  margin-bottom: 8px;
}

.tabAccordSection .tabAccordMenu.opened a strong {
  font-weight: 600;
}

.tabAccordSection .tabAccordMenu.opened a {
  border-bottom: 0 !important;
}

.faqV3 .tabAccordSection .tabAccordMenu a .counter {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  background: none;
  text-align: center;
  color: #233253;
  margin-right: 6px;
}

.faqV3 .tabAccordSection .tabAccordMenu a strong {
  font-weight: 600;
}

.faqV3 .tabAccordSection .tabAccordMenu a .toggleIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
  margin-left: 30px;
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.accordMenuContWrp {
  margin-bottom: 10px;
}

.tabAccordSection .tabAccordMenu.opened a .toggleIcon {
  transform: rotate(180deg);
}

.faqV3 .tabAccordSection .tabAccordContent {
  padding: 0 32px 40px 75px;
  background: transparent;
  border-top: 0 !important;
  border: none;
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5a5a5a;
}

.catSectionSubTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8a93a5;
  margin: 0 0 40px;
}

.contentHide {
  display: none;
}

.faqV3 .haveQuesSec {
  padding: 50px 0;
  margin-bottom: 0;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox {
  margin-bottom: 20px;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox p {
  font-size: 16px;
  color: #5a5a5a;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox .counterTextArea {
  float: right;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox textarea {
  width: 100% !important;
  height: auto;
  /* border: 1px solid #c7cacc; */
  padding: 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 23px;
  color: #5a5a5a;
  font-weight: 300;
  resize: none;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox .consernSubmit {
  margin: 10px auto 0;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox .consernSubmit:hover {
  box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox textarea.backWhite {
  background-color: #fff !important;
}

.faqV3 .leftImg {
  position: absolute;
  margin-top: -255px;
  left: 65px;
  width: 240px;
  height: auto;
}

.haveQuesSec .mainTitle {
  margin-bottom: 8px;
}

.haveQuesSec .catSectionSubTitle {
  margin-bottom: 20px;
}

.haveQuesSec .tabAccordSection {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.haveQuesSec .tabAccordwithImg {
  max-width: 960px;
}

.accordMenuContWrp.opened .faq-download .questionanswer .accordion-lists .accordion-head p {
  color: #005e9e;
  font-size: 16px;
}

.accordMenuContWrp.opened .faq-download .questionanswer .accordion-lists .open .accordion-head p {
  color: #ed1c24;
}

@media screen and (max-width: 1500px) {
  .faqV3 .leftImg {
    left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .faqV3 .tabAccordSection .tabAccordMenu {
    width: 100%;
  }
  
  .faqV3 .tabAccordSection .tabAccordMenu a .toggleIcon {
    margin-left: auto;
  }

  .faqV3 .tabAccordSection .tabAccordMenu a .counter {
    color: #005e9e;
  }

  .faqV3 .leftImg {
    display: none;
  }

  .faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox textarea {
    height: 150px;
  }

  .faqV3 .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox p span {
    font-size: 12px;
  }
}

.faqV3 .haveQuesSec .tabAccordSection .tabAccordContent {
  padding: 0 85px 0px 75px;
}

.haveQuesSec .viewMoreBtnWrp {
  margin-top: 40px;
}

.viewMoreBtnWrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: 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;
}

.opened .cornerBg {
  height: 100px !important;
  transition: height 0.5s;
}


.closed .toggleIcon {
  background-color: #fff;
}

.closed .toggleIcon svg path {
  stroke: #ed1c24;
}

.faqV3 .opened .toggleIcon {
  background-color: transparent;
}

.faqV3 .opened .toggleIcon svg path {
  stroke: #005E9E;
}


.accordion-content li:nth-child(3) {
  padding-top: unset;
}

.accordion-content li:nth-child(4) {
  padding-top: unset;
}


@media screen and (device-width: 1024px) {
  .mainTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 5px;
  }

  .haveQuesSec {
    padding: 50px 0;
  }

  .haveQuesSec .tabAccordSection {
    max-width: 97%;
  }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
  .accordion-content li:nth-child(3) {
    padding-top: unset;
  }

  .accordion-content li:nth-child(4) {
    padding-top: unset;
  }

  .viewMoreBtn {
    font-size: 14px;
  }

  .tabAccordSection .tabAccordMenu a {
    height: 56px;
  }

  .tabAccordSection .tabAccordMenu a .counter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .tabAccordSection .tabAccordMenu.opened a strong {
    font-weight: 600;
  }

  .faqV3 .tabAccordSection .tabAccordMenu a strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }

  .tabAccordSection .tabAccordMenu a .toggleIcon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }

  .tabAccordSection .tabAccordContent {
    padding: 0 20px 20px;
  }

  .haveQuesSec .mainTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .catSectionSubTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 32px;
  }

  .faqV3 .haveQuesSec {
    padding: 20px 0;
  }

  .haveQuesSec .catSectionSubTitle {
    margin-bottom: 32px;
  }

  .faqV3 .tabAccordSection .tabAccordMenu a {
    padding: 0 16px;
    height: auto;
    min-height: 56px;
  }

  .tabAccordSection .tabAccordMenu a .counter {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }

  .tabAccordSection .tabAccordMenu a strong {
    width: calc(100% - 79px);
  }
}

.tabAccordSection table {
  width: 100%
}

.tabAccordSection table th,
.tabAccordSection table td {
  min-width: 100px;
  padding: 10px
}

.tabAccordSection table tr {
  background: #eaf1f8
}

.tabAccordSection table th {
  vertical-align: middle;
  background: #005e9e;
  border: 1px solid #fff;
  color: #fff
}

.tabAccordSection table td {
  vertical-align: top;
  border: 1px solid #fff;
  color: #5a5a5a
}

.tabAccordSection table tr:nth-child(even) {
  background-color: #f2f2f2
}


@media screen and (min-width: 100px) and (max-width: 1023px) {
  .haveQuesSec .tabAccordSection .tabAccordContent,
  .tabAccordSection .tabAccordContent {
    padding: 10px 40px 40px 70px;
  }
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
  .tabAccordSection .tabAccordMenu a .toggleIcon {
    border-radius: 50%;
  }
}

.mainTitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #233253;
  position: relative;
  z-index: 1;
  text-align: center;
}

.reducepaddingforfaq {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media screen and (max-width:767px) {
  .reducepaddingforfaq {
    padding: 25px 25px !important;
  }
}

.faqV3 .haveQuesSec {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .individual-tab-contents-wrappers .haveQuesSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
  .faqV3 .tabAccordSection .tabAccordMenu a {
    padding: 0 !important;
    height: auto;
    min-height: 56px;
  }
}

@media only screen and (max-width: 1024px) {
  .individual-tab-contents-wrappers .haveQuesSec .tabAccordSection .tabAccordContent {
    padding: 0 25px 40px 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .faqV3 .accordion-head {
    padding-left: 24px !important;
    padding-right: 20px !important;
  }
}

.tabAccordSection table td {
  vertical-align: top;
  border: 1px solid #fff;
  color: #5a5a5a;
}

.tabAccordSection table td,
.tabAccordSection table th {
  min-width: 100px;
  padding: 10px;
}

.tabAccordSection table tr {
  background: #eaf1f8;
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
  .haveQuesSec .tabAccordSection .tabAccordContent {
    padding: 0 20px 0px 20px;
  }

  .faqV3 .haveQuesSec .tabAccordSection .faq-download {
    padding: 0 25px 0px 50px;
  }
}

.claim-online-wrapper .haveQuesSec {
  margin-top: 0px;
}

.innerClaimTabs .contact-section-wrapper .tabAccordContent {
  padding-bottom: 20px !important;
}

.claim-online-wrapper .haveQuesSec {
  padding: 74px 0px;
}

.aboutTabWrap .Documentation .haveQuesSec {
  margin-top: unset;
}

.tabAccordSection table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

.tableResp b {
  font-weight: bold;
}

.faqV3 .accordMenuContWrp .faq-download p {
  font-size: 14px;
  line-height: 22px;
  color: #5a5a5a;
  font-weight: 400;
}

.faqV3 .accordMenuContWrp.opened .faq-download p.blackText {
  color: #233253;
}


.faqV3 .accordMenuContWrp .faq-download h4 {
  font-size: 18px;
  line-height: 22px;
  color: #5a5a5a;
  font-weight: 400;
}

.tabAccordContent ul li {
  font-weight: 400;
  padding-bottom: unset !important;
  margin-left: 15px !important;
}

.aboutTabWrap .haveQuesSec {
  margin-top: 0px;
}

.tabAccordSection .tabAccordMenu a .dis-none {
  display: none !important;
}

#rural .accordMenuContWrp.opened .faq-download .questionanswer p {
  font-weight: 600;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 640px) {
  .claim-online-wrapper .haveQuesSec {
    padding: 55px 0px;
  }

}

.tableResp td,
.tableResp th {
  font-weight: 400;
}

.tabAccordContent ul {
  margin-left: 35px;
}

#HealthFAQ .tabAccordSection .tabAccordContent a,
#special .tabAccordSection .tabAccordContent a,
#rural .tabAccordSection .tabAccordContent a,
#GrievanceFAQ .tabAccordSection .tabAccordContent a,
#CancerFAQ .tabAccordSection .tabAccordContent a,
#FAQscontainer .tabAccordSection .tabAccordContent a {
  font-size: 14px;
}

.tabAccordSection .tabAccordContent {
  font-weight: 400 !important;
}

@media only screen and (max-width: 640px) {
  #special .claim-online-wrapper .haveQuesSec {
    padding: 0px 0px;
  }
}

.faqV3 .removepaddingtop {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 28232 - Change font size 48px to 32px START*/
.faqV3 .haveQuesSec h2.mainTitle {
  font-size: 32px !important;
  margin-bottom: 20px;
}

/* in mobile there was an impact for the same */
@media screen and (min-width: 100px) and (max-width: 768px) {
  .faqV3 .haveQuesSec h2.mainTitle {
    font-size: 24px !important;
  }
  .faqV3 .accordMenuContWrp .faq-download h4 {
    font-size: 16px;
  }
}

.faqV3 .haveQuesSec .container{
  padding-right: 8px;
  padding-left: 8px;
}

/* 28232 - Change font size 48px to 32px END*/
/* FAQ opening closing Icon CSS */

.faqV3 .opened .toggleIcon {
  background-image: url('../../../../../content/dam/hdfc-life-insurance/blue_Arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.FaqV3Arrow.toggleIcon{
  background-image: url('../../../../../content/dam/hdfc-life-insurance/blue_Arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
/* FAQ closing opening icon css end here */

/***********************************************************category faq css start************************************************/
.tabAccordSection .tabAccordMenu a .togglearrow {
	margin-left: 0px;
	margin-right: 24px;
}
.tabAccordContent .fontsizesmall {
    font-size:11px!important;
}
.tabAccordSection .tabAccordMenu a .dis-none {
	display: none;
}
.tabAccordContent ul li {
	font-size: 14px;
	line-height: 22px;
	color: #5a5a5a;
	list-style: disc;
	margin-left: 15px;
	word-break: break-word;
	/* background: url(../../../../../content/dam/hdfclifeinsurancecompany/images/product/trust.png) no-repeat 0 5px;
	padding-bottom: 20px;
    position: relative;
	background-size: 15px 15px;
	padding-left: 22px; */
}
.tabAccordContent .aboutSectionTabMenu li{
  list-style:none;
}
.tabAccordContent .accordionAnswer ul li {
	list-style: none;
}
.tabAccordContent ol li {
	font-size: 14px;
	line-height: 22px;
	color: #5a5a5a;
	/* margin-left: 15px; */
}
.tabAccordContent ol {
	margin-left: 16px;
	padding-left: 0px;
}
@media screen and (max-width: 767px) {
	.tabAccordSection .tabAccordMenu a .dis-none {
		display: block;
		padding-top: 10px;
	}
	.tableResp {
		max-width: 100%;
		overflow-x: scroll;
	}
	.tabAccordSection .tabAccordMenu a .togglearrow {
		position: absolute;
		right: 0;
	}
	.padt40 {
		text-align: center;
		padding-top: 10px;
	}
}
.tabAccordSection .tabAccordContent {
	font-weight: 400;
}

