/* term and privecy */
  a.link {
    color: #154E72;
    font-weight: 700;
  }
  .terms-condition .sub-mutual-text {
    margin-top: 80px;
    text-transform:capitalize;
    margin-right: 300px;
  }
  .sub-text.main{
    margin-right: 300px;
  }
  .terms-dec.main .sub-text.main{
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* .terms-dec.main .sub-text.main:last-child{
    margin-bottom: 0px;
  } */
  .list-of-terms li {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  
  .tems .count {
    flex-shrink: 0;
    width: 25px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #94C63A;
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }
  
  hr.terms {
    margin: 67px 0px;
    color: #D9D9D9;
  }
  
  .list-of-payment-term {
    padding-left: 20px;
  }
  
  .list-of-payment-term li {
    margin-bottom: 20px;
    list-style-type: disc;
    list-style: disc;
  }
  .list-of-payment-term li::marker {
    color: #585858;
  }
  .list-of-payment-term li:last-child{
    margin-bottom: 0px;
  }
  .privecy .sub-title{
    color: #154E72;
    margin-bottom: 10px;
  }
  .privecy  hr.terms {
    margin: 40px 0px;
  }
