 .billing-process-list {
  list-style-position: inside;
   list-style: none;
   counter-reset: item;
 }

 .billing-process-list > li {
   counter-increment: item;
 }

 .billing-process-list > li::before {
   margin-right: 10px;
   content: counter(item);
   color: #009fe3;
   width: 1.2em;
 }

.down-arrow{
  font-family: fontawesome;
  color: #009fe3;
}

.video-tutorial-button, .more-information-button{
  color: #009FE3;
  border: 1px solid #009FE3 !important;
  border-radius: 0
}

.text-cyan{
  color:#009FE3
}

.text-blue{
  color: #003E7F
}

.text-step {
  color: #017CC4
}

.want-to-join-button{
  background: #007BC4;
  border: 1px solid #009FE3 !important;
  border-radius: 0;
}

.bg-pearl{
  background: #F6F6F6;
}

 .bg-gray{
     background: #DDD;
 }

.bg-header-footer{
  background-color:#007BC4;
}

.bg-client{
  background: linear-gradient(180deg, rgb(0, 157, 222) 2%, rgb(32, 85, 137) 75%);
}

.list-group-item::before {
  content: "●";
  margin-right: 0.75rem;
}

li{
  border: none !important;
}

.carousel-img-container{
  height: 200px;
}

.carousel-img-container img{
  max-height: 100%;
  max-width: 100%;
}

.carousel-text-container{
  min-height: 150px;
}
