.lotusaccount{
    list-style-type: disc; 
    padding-left: 40px;
}

.moneylaundering{
    color: #1E0089;
}

.text-block .leadaccounttype{
    color: #1E0089;
    font-weight: 300;
}


/*CHANGES FROM HERE MADE BY WALTER AKPEDEYE*/

/*Change menu button background color*/
.btn-sm{
  background-color: #00CECE;
  border-radius: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/*Menu button hover color*/
.btn-sm:hover {
  background-color: black;
}

/*Hide menu toggle icon*/
.menu-toggle::after{
    visibility: hidden;
}

/*make desktop header background white*/
.header-main{
    background-color:white !important;
}

/*Add padding above the banner so it starts after the header, while changing the viewport height to 75%*/
.banner{
    height: 90vh;
    max-height: 100%;
    width: 100%;
}
/* Make banner responsive on mobile*/
@media only screen and (max-width: 767px) {
   .banner {
      height: 70vh;
      max-height: 100%;
   }
}


/*Change menu titles font and color*/
.menu-toggle a{
    color:#000000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
/*Change menu items font and color*/
.menu-item a{
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

/*Hide | icon before the header button*/
.menu-btns::before{
    visibility: hidden;
}


@media (max-width: 768px) {
        .wgs-title {
          font-size: 18px;
          text-align: center;
          margin-bottom: 10px;
        }
        
        .wgs-menu {
          text-align: center;
        }
      }