/*box background color*/
.ride365-box{
    background-color: #333 !important; /* background color */
  }
  
  .img-gap{
    margin-bottom: 20px; /* For 3 images at top */
  }
  
  #special-link {
    color: #00FFFF !important; /* Change this to your desired color */
  }
  
  #special-link:hover{
    color: #999 !important; /* Change this for your hover color */
  }

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