
body { font-family: 'Inter', sans-serif; font-size:14px; }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color:#fff; }
.nav-link { color:#fff; }
.nav-link:focus, .nav-link:hover { color:#999;}

.logo { height:40px; }
.bg-shijirmed { background: linear-gradient(to left, #2563eb, #1e40af); }
.banner { background: linear-gradient(to left, #1e40af, #2563eb); }

.gradient-blue { background: #2563eb; }
.gradient-purple { background: #9334ea; }
.gradient-green { background: #17a34a; }
.gradient-orange { background: #ca8a04; }

#about-us { background-color:#f6f6f6;}
.fa-check { color:green;}
.blue-icon { color:#2563eb; background-color:rgba(37,99,235, 0.3); width:50px; height:50px; border-radius:50%; font-size:20px; display: flex; align-items: center; justify-content: center; }
.green-icon { color:#17a34a; background-color:rgba(23,168,74, 0.3); width:50px; height:50px; border-radius:50%; font-size:20px;display: flex; align-items: center; justify-content: center; }
.purple-icon { color:#9334ea; background-color:rgba(147,52,235, 0.3); width:50px; height:50px; border-radius:50%; font-size:20px;display: flex; align-items: center; justify-content: center; }
  
.blue-icon i, .green-icon i, .purple-icon i { line-height: 1; }
.blue-icon, .green-icon, .purple-icon { flex-shrink: 0; }
.price { font-weight:bold; font-size:22px;}

.offcanvas-header { background-color:#2563eb; }
.nav { background-color:#eee; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { color:#000; background-color:#fff; }

.shopping-cart { position:fixed; bottom:20px; right:20px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; border-radius:50%; font-size:20px; color:#fff; }

.banks { max-width:100px;}

footer { background-color:#202938; color:#fff;}