/* Terms Related To Term Insurance start */
.termaccordion .sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .termaccordion .sec-title {
        font-size: 24px;
    }
}

.terms-rel-te .card{margin-bottom: 7px;}
.terms-rel-te .btn-block{text-decoration: none;color: #217abd;}
.terms-rel-te .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.terms-rel-te .card .card-body p{
    color: #454545;
    font-weight: 300;
    line-height: 1.5;
}

.terms-rel-te .card-header a {
    color: #495057;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.terms-rel-te .card-header {padding: 0.69rem 0.35rem;background-color: rgb(0 0 0 / 2%);}

.terms-rel-te .card:hover {
    box-shadow: 0 5px 7px rgb(98 158 199 / 22%);
    border: 1px solid #629ec7;
    background: #fcfeff;
}

.terms-rel-te .card .card-body {color: #454545;font-weight: 300;}


.terms-rel-te .mb-0 > a {
	display: block;
	position: relative;
    line-height: 19px;
  }
  .terms-rel-te .mb-0 > a:after {
	content: ""; /* fa-chevron-down */
	background-image: url(../../../../../content/dam/hdfclifeinsurancecompany/category-page/newtermplan/tab-arrow.png);
	width: 14px;
    height: 18px;
    background-size: contain;
    background-position: 0px 8px;
    background-repeat: no-repeat;
	display: inline-block;
    float: right;
  }

  .terms-rel-te .mb-0 > a[aria-expanded="true"]:after {
	content: ""; /* fa-chevron-up */
	background-image: url(clientlib/img/tab-arrow.png);
	width: 14px;
    height: 18px;
    background-size: contain;
    background-position: 0px 2px;
    background-repeat: no-repeat;
	display: inline-block;
    float: right;
	transform: rotate(180deg);
  }

  @media only screen and (min-width:769px){
    .accordion-margin{
        margin-bottom: 1.5rem !important;
    }
  }

@media only screen and (max-width:769px){
    .termaccordion .sec-spc-btm {
        padding-bottom: 20px;
    }
    
    .termaccordion .sec-spc-top {
        padding-top: 20px;
    }
}


/* Terms Related To Term Insurance end */