/*box background color*/
.policy-box{
    background-color: #333 !important;
  }
  
  #special-link {
    color: #00FFFF !important; /* Change this to your desired color */
  }
  
  #special-link:hover{
    color:#999 !important;
  }

  .colored-line{
    border-top: 2px solid #FFFFFF !important; /* Change this to any color you like */
  }
    
  .colored-line-1{
    border-top: 2px solid #ff6600 !important; /* Change this to any color you like */
  }