﻿.border-left {
  border-left: 1px solid #525252 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #ced4da !important; }

.border-dark {
  border-color: #343a40 !important; }

.services-menu-dropdown {
  background-color: #efefef;
  padding: 1.75rem 0; }

.services-menu-img {
  background-color: #ced4da;
  height: 129px;
  border-radius: 1.75rem; }
  .img-gride-title-no-description .services-menu-img {
    height: 215px; }

.img-icon {
  text-align: center;
  font-size: 3rem;
  color: #6c757d;
  display: flex;
  justify-content: center;
  align-items: center; }
