.aside-list-items {
    font-family: gotham-book;
    color: #525252 !important;
    /* padding-right: 18rem !important; */
    line-height: 1.5rem;
} 
.aside-list-items .list-item-2{
    padding-right: 5rem !important;
}
.aside-list-items .list-item-1{
    padding-right: 5rem !important;
    font-size: 1rem;
}
.c-bg-primary{
    background: #651b63 !important;
} 

.auth-aside-divider-tag{
    padding:0.75rem !important;
    background: #651b63 !important;
}
.aside-bg .shied-tick-icon{
    height: 2.2rem !important;
}

 /* fonts */
 @font-face {
    font-family:gotham-bold ;
    src: url('./Gotham-Font/Gotham-Bold.otf');
  }
  @font-face {
    font-family:gotham-light ;
    src: url('./Gotham-Font/Gotham-Light.otf');
  }
  @font-face {
    font-family:gotham-medium ;
    src: url('./Gotham-Font/GothamMedium.ttf');
  }
  @font-face {
    font-family:gotham-book ;
    src: url('./Gotham-Font/GothamBook.ttf');
  }
  .gotham-bold{
    font-family: gotham-bold;
  }
  .gotham-light{
    font-family: gotham-light;
  }
  .gotham-medium{
    font-family: gotham-medium;
  }
  .gotham-book{
    font-family: gotham-book;
  }
  .c-text-black{
    color: #344054 !important;
  }
  .c-text-light{
    color:#525252 !important;
  }

  /* slider */
.splide .splide__pagination__page.is-active{
    background-color: var(--color-primary) !important;
}
.splide .splide__arrow.splide__arrow--prev{
    display: none !important;
}
.splide .splide__arrow.splide__arrow--next{
    display: none !important;
}
/*
.splide__pagination{
    bottom:1rem !important;
}*/

/* footer */
footer .list-unstyled li a{
    font-family: gotham-book;
    /* font-size: 0.8rem !important; */
  }
  footer .copyright-text{
    font-size: 0.8rem !important;
  }

  .lego-btn.btn-basic-b {
     color:#667085 !important;
  }
  .lego-btn.btn-basic-b:hover {
    color: #ffff !important;
  }