/*
category faq component css start
*/

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;
}
.tabAccordSection .tabAccordMenu {
  margin: 8px 0 0;
}
.tabAccordSection .tabAccordMenu a {
  height: 86px;
  padding: 0 28px 0 24px;
  background: #fff;
  color: #233253;
}
.tabAccordSection .tabAccordMenu a {
  display: flex;
  flex-wrap:nowrap !important;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #c7cacc;
  line-height: 22px;
  cursor: pointer;
}

.haveQuesSec .mainTitle{
  margin-bottom: 8px;
}
.tabAccordSection .tabAccordMenu a .counter,
.tabAccordSection .tabAccordMenu .counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  flex: none;
}

.tabAccordSection .tabAccordMenuTitle p {
  margin-bottom: 0 !important;
}

.tabAccordSection .tabAccordMenu.opened a strong,
.faq .tabAccordSection .tabAccordMenu.opened .faq-heading {
  font-weight: 600;
}
.tabAccordSection .tabAccordMenu.opened a {
  border-bottom: 0 !important;
}
.tabAccordSection .tabAccordMenu a .counter,
.tabAccordSection .tabAccordMenu .counter {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
  text-align: center;
  color: #005e9e;
  margin-right: 6px;
}
.tabAccordSection .tabAccordMenu a strong {
  font-weight: 400;
}
.tabAccordSection .tabAccordMenu a .toggleIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  flex: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(237, 28, 36, 0.6);
  margin-left: auto;
  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 {
  /*border: 1px solid #c7cacc;*/
  margin-bottom: 10px;
}
/* .haveQuesSec h2.mainTitle {
  font-size: 48px !important;
} */
.tabAccordSection .tabAccordMenu.opened a .toggleIcon,
.faq .tabAccordSection .tabAccordMenu.opened .toggleIcon {
  transform: rotate(180deg);
}
.tabAccordSection .tabAccordContent {
  padding: 0 32px 40px 75px;
  background: #fff;
  border-top: 0 !important;
  border: 1px solid #c7cacc;
  border: 1px solid #c7cacc;

  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;
}

.faq .haveQuesSec {
  padding-block: 50px;
  /* padding: 0px 0 80px; */
  margin-bottom: 0;
}

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

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

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

.faq .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;
}

.faq .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;
}

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

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

.faq .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) {
  .faq .leftImg{
    left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .faq .leftImg{
    display: none;
  }
  .faq .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox textarea{
    height: 150px;
  }
  .faq .tabAccordSection .accordMenuContWrp .tabAccordContent .textBox p span {
    font-size: 12px;
}
}

.haveQuesSec .tabAccordSection .tabAccordContent {
  padding: 0 85px 40px 75px;
}
.haveQuesSec .viewMoreBtnWrp {
  margin-top: 40px;
}
.viewMoreBtnWrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*.mainTitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  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;
}
.opened .cornerBg {
  height: 100px !important;
  transition: height 0.5s;
}


.closed .toggleIcon {
  background-color: #fff;
}
.closed .toggleIcon svg path {
  stroke: #ed1c24;
}
.opened .toggleIcon {
  background-color: #ed1c24;
}
.opened .toggleIcon svg path {
  stroke: #fff;
}


.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: 40px 0;
  }
  .haveQuesSec .tabAccordSection {
    max-width: 97%;
  }
  .haveQuesSec .tabAccordSection .tabAccordContent {
    padding: 0px 30px 20px 70px !important;
  }
}
@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: 70px;
  }
  .tabAccordSection .tabAccordMenu a .counter,
  .tabAccordSection .tabAccordMenu .counter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .tabAccordSection .tabAccordMenu.opened a strong {
    font-weight: 600;
  }
  .tabAccordSection .tabAccordMenu a strong {
    font-weight: 400;
    font-size: 14px;
    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;
  }
  
  .faq .haveQuesSec {
    padding-block: 20px;
  }
  .haveQuesSec .catSectionSubTitle {
    margin-bottom: 32px;
  }
  .tabAccordSection .tabAccordMenu a {
    padding: 0 16px;
    height: auto;
    min-height: 74px;
  }
  .tabAccordSection .tabAccordMenu a .counter,
  .tabAccordSection .tabAccordMenu .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 {
    /* width: unset;
    height: 24px; */
    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: 20px 25px !important;
  }
}
/*# sourceMappingURL=style.css.map */

/*
*****************************************************************************category faq component css end******************************************************
*/
/* .haveQuesSec {
  margin-top: 20px;
} */
@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) {
.tabAccordSection .tabAccordMenu a {
    padding: 0 16px !important;
    height: auto;
    min-height: 74px;
}
}
@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) {
.faq .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 20px 20px;
}
.faq .haveQuesSec .tabAccordSection .faq-download {
  padding: 0 25px 40px 70px;
}
}
.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;
}
.accordMenuContWrp.opened .faq-download p {
  /* margin-bottom: 18px !important; */
  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){
h1 {
    /* font-size: 24px !important;
    line-height: 50px !important; */
  }
    .claim-online-wrapper .haveQuesSec {
      /* padding: 55px 0px; */
      padding-block: 20px;
    }

}
.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;
}
}

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

/* @media screen and (max-width: 768px){
  .faq .tabAccordSection .tabAccordContent.faq-download {
    padding: 0 25px 40px 15px !important; 
  }
  .faq .tabAccordContent ul {
    margin-left: -5px;
  } 
} */

/* 28232 - Change font size 48px to 32px START*/
.faq .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){
.faq .haveQuesSec h2.mainTitle {
    font-size: 24px !important;
}
.faq .haveQuesSec .tabAccordContent p a {
  word-break: break-word;
}

}
/* 28232 - Change font size 48px to 32px END*/

/* FAQ opening closing Icon CSS */

  .faq .tabAccordSection .tabAccordMenu.opened .toggleIcon {
    background-image: url('https://stg1-website.hdfclife.tech/content/dam/hdfc-life-insurance/Arrow_White_Image.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
.FaqArrow.toggleIcon{
    background-image: url('https://stg1-website.hdfclife.tech/content/dam/hdfc-life-insurance/Arrow_red_Image.svg');
    background-repeat: no-repeat;
    background-position: center;
}
/* FAQ closing opening icon css end here */

.faq .viewMoreButton {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #233253;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
.faq .tabAccordSection .tabAccordMenu {
     display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #c7cacc;
    line-height: 22px;
    cursor: pointer;
    height: 86px;
    padding: 0 28px 0 24px;
    background: #fff;
    color: #233253;
}
.faq .tabAccordSection .tabAccordMenu.opened {
  border-bottom: 0 !important;
}
.faq .tabAccordSection .tabAccordMenu .faq-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #233253;
  display: flex;
}
.faq .tabAccordSection .tabAccordMenu .toggleIcon {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(237, 28, 36, 0.6);
    margin-left: auto;
    transform: rotate(0);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
  }
  @media screen and (max-width: 767px) {
    .faq .tabAccordSection .tabAccordMenu .faq-heading {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 80px);
  }
    .faq .tabAccordSection .tabAccordMenu {
      padding: 0 16px !important;
        height: auto;
        min-height: 74px;
    }
    .faq .tabAccordSection .tabAccordMenu .toggleIcon {
      width: 20px;
      height: 20px;
      flex: none;
    }
  }

/* version 2 */
.faq .version-2.haveQuesSec h2.mainTitle {
  color: #374254;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 25px;
}

.faq .version-2 .tabAccordSection .tabAccordMenu{
  background: #F3F4F6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}

.faq .version-2 .tabAccordSection .tabAccordContent {
  color: #374254;
  background: #F3F4F6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.faq .version-2 .tabAccordSection .tabAccordMenu .toggleIcon {
  background: transparent;
  background-image: url(../../../../../content/dam/hdfc-life-insurance/Arrow_red_Image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.faq .version-2 .tabAccordSection .tabAccordMenu:not(.opened) {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.faq .version-2 .tabAccordSection .tabAccordMenu .faq-heading {
  color: #0C111D;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.faq .version-2 .viewMoreButton {
  color: #186CF2;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.faq .version-2 .viewMoreButton img {
  transition: all 0.3s ease;
}

.faq .version-2 .viewMoreButton.viewLessBtn img {
  transform: rotate(180deg);
}

.faq .version-2 .tabAccordSection .tabAccordMenu,
.faq .version-2 .tabAccordSection .tabAccordContent {
  border: none;
}


@media screen and (max-width:767px) {
  .faq .version-2 .tabAccordSection .tabAccordMenu .faq-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}

/***********************************************************category faq css start************************************************/
.tabAccordSection .tabAccordMenu a .togglearrow,
.faq .tabAccordSection .tabAccordMenu .togglearrow {
	margin-left: 0px;
	margin-right: 24px;
}
.tabAccordContent .fontsizesmall {
    font-size:11px!important;
}
.tabAccordSection .tabAccordMenu a .dis-none,
.faq .tabAccordSection .tabAccordMenu .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,
	.faq .tabAccordSection .tabAccordMenu .togglearrow {
		position: absolute;
		right: 0;
	}
	.padt40 {
		text-align: center;
		padding-top: 10px;
	}
}
.tabAccordSection .tabAccordContent {
	font-weight: 400;
}

