body {
    scroll-behavior: smooth !important;
  }
  
  a:hover,
  a {
    text-decoration: none !important;
    color: white;
  }
  ul {
    font-size: 18px;
  }
  
  /* nav,
  #mobile-menu {
    background-color: #abe7f7 !important;
  }
  footer {
    background-color: #abe7f7 !important;
  } */
  
  /* Privacy and Terms Conditions */
  .page {
    text-align: justify;
    padding: auto 15px !important;
  }
  
  .page h3 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
  }
  
  .page h4 {
    font-size: 25px;
    font-weight: 500;
    text-align: start;
    margin: 10px 0px;
  }
  
  .page p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .page ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 10px;
  }
  
  .page ul li {
    margin-bottom: 10px;
  }
  
  .page a {
    margin-bottom: 10px;
    color: #007bff !important;
    font-weight: 600;
  }
  