ul{
  line-height: 1.2;
}
.showdot{
  list-style-type: disc;
  font-size: 2rem;
  color: #ffce3b;
}


.overlay-item-no-of {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
}

.float-left {
  left: -20px;
  top: -20px;
  position: relative;
}

.green{
  background-color: #008D36;
}

.bg-gray{
  background-color: #ebebeb!important;
}


.form-control {
  border: solid 2px #008D36;
  font-size: 1.1rem !important;
  width: 100%;
  border-radius: 10px;
}


@media (min-width: 768px) {
  .float-left {  left: -40px; } 
}

.w-85{
  width: 85%;
}