/** terms and cond section end **/
.footer .footer-links ul li {
  padding: 10px 0; 
}
.terms-sec {
  margin: 0px;
  padding: 30px 0px;
  width: 100%;
}
.terms-sec {
  margin: 0px;
}
.terms-section {
  width: 100%;
  background: #fff;
  box-sizing: border-box
}

.terms-section .h1-title {
  font-size: 30px;
  line-height: 29px;
  margin: 5px 0 0 0;
  font-weight: 600;
  text-transform: uppercase;
}

.terms-section .sub-heading {
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  font-weight: 600;
}
.terms-section a {
  color:#0245c1;
}
.terms-section p {
  font-size: 15px;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ul-terms {
  margin: 10px 0px 10px 0px;
  padding-left: 22px;
  list-style-type: disclosure-closed
}

.ul-terms li {
  margin-bottom: 10px;
  line-height: 130%;
  font-size: 15px;
}

/** terms and cond section start **/