.img-box-6 {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  line-height: 3.6rem!important;
}

.icon-box, .img-box {
  text-align: center;
  display: inline-block;
}

img {
  max-width: 100%;
  max-height: 100%;
}
.info-box {
  display: block;
  min-height: 3.5rem;
  width: 100%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.bg-white {
  background-color: #fff!important;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
}
.info-box-content {
  padding: .25rem 1rem;
  margin-left: 3.5rem;
}
.overlay {
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.z-index-999 {
  z-index: 999;
}
.border-4 {
  border-width: 4px !important;
}

/* START smoth-scroll */
.smoth-scroll::-webkit-scrollbar {
  width: 6px !important;
}
.smoth-scroll::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb {
  background: #959ea6 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb:hover {
  background: #647484 !important; 
}
/* END scrollbar */

.box-h-125 {
  max-height: 125px;
  overflow: auto;
}


