.center-block {
  text-align: center;
}

.right-block {
  text-align: right;
}

.left-block {
  text-align: left;
}

.nav-styles {
  background-color: #ee6e73;
}

.navbar-nav a {
  color: #fff !important;
}

.h-img {
  height: 350px;
}

.order-card {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.bg-c-red {
  background: linear-gradient(45deg, #c62828, #e53935);
}

.bg-c-indigo {
  background: linear-gradient(45deg, #1a237e, #1a237e);
}

.bg-c-teal {
  background: linear-gradient(45deg, #009688, #009688);
}

.bg-c-orange {
  background: linear-gradient(45deg, #f57c00, #ffcc80);
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-block {
  padding: 25px;
  height: 120px;
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.card-body {
  text-align: center;
  background-color: #424242;
  color: #fff;
}

.divider {
  height: 20px;
}

.divider-max {
  height: 200px;
}

.img-black {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.cbody-height {
  height: 60px;
}

.card-link {
  text-decoration: none;
}

.counter-box {
  display: block;
  background: #f6f6f6;
  padding: 40px 20px 37px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 30px;
  width: 100%;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px;
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

.sub_head_line {
  font-size: 9pt;
  font-style: italic;
}

.login-section {
  background-color: #bdbdbd !important;
}

.circle-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}

.circle-grid a{
    text-decoration: none;
    color: #424242;
}

.circle-item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 15pt;
}

.red{
    background-color: #ef5350;
}

.teal{
    background-color: #009688 ;
}

.brown{
    background-color: #8d6e63;
}

.green{
    background-color: #388e3c;
}

.blue{
    background-color: #0277bd;
}



@media (min-width: 768px) {
  .circle-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
