.terms-conditions2 {
    display: none;
    background-color: white;
    font-size: 12pt;
    padding: 10px 4px 10px 10px;
    border-radius: 8px;
  }
  .testimonials12 {
    display: none;
    background-color: white;
    font-size: 12pt;
    padding: 10px 4px 10px 10px;
    border-radius: 8px;
  }
  
  .privacy2 {
    display: none;
    background-color: white;
    font-size: 12pt;
    padding: 10px 4px 10px 10px;
    border-radius: 8px;
  }

  .tcIndent {
    margin: 0px;
    padding-left: 16px;
  }
  
  .tcArea {
    
    height: 460px;
    overflow-y: scroll;
  }
  
  .tcClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    padding: 0 6px 2px;
    position: absolute;
    right: -10px;
    top: -10px;
  }
  
  .tcButton {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
  }