/* Minimal Bootstrap-compatible utilities for DigeeMed homepage (replaces blocking full bootstrap.css) */
*,*::before,*::after{box-sizing:border-box}
body{margin:0}
.img-fluid{max-width:100%;height:auto}
.d-flex{display:flex!important}
.align-items-center{align-items:center!important}
.justify-content-center{justify-content:center!important}
.text-center{text-align:center!important}
.text-end{text-align:right!important}
.text-dark{color:#212529!important}
.text-white{color:#fff!important}
.text-warning{color:#ffc107!important}
.text-capitalize{text-transform:capitalize!important}
.bg-dark{background-color:#212529!important}
.btn{display:inline-block;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem}
.container,.container-fluid,.container-xl,.container-xxl{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto}
@media (min-width:1200px){.container,.container-xl{max-width:1140px}.container-xxl{max-width:1320px}}
@media (min-width:1400px){.container-xxl{max-width:1320px}}
.row{display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y,0)*-1);margin-right:calc(var(--bs-gutter-x,.75rem)/-2);margin-left:calc(var(--bs-gutter-x,.75rem)/-2)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x,.75rem)/2);padding-left:calc(var(--bs-gutter-x,.75rem)/2);margin-top:var(--bs-gutter-y,0)}
.g-5,.gy-5{--bs-gutter-y:3rem}.g-5,.gx-5{--bs-gutter-x:3rem}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-12{flex:0 0 auto;width:100%}
.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}
.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}
.mx-3{margin-right:1rem!important;margin-left:1rem!important}
.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}
.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}
.ps-5{padding-left:3rem!important}
@media (min-width:576px){
  .col-sm-3{flex:0 0 auto;width:25%}
  .col-sm-4{flex:0 0 auto;width:33.33333333%}
  .col-sm-6{flex:0 0 auto;width:50%}
  .col-sm-9{flex:0 0 auto;width:75%}
  .col-sm-12{flex:0 0 auto;width:100%}
}
@media (min-width:768px){
  .col-md-6{flex:0 0 auto;width:50%}
  .col-md-12{flex:0 0 auto;width:100%}
  .text-md-center{text-align:center!important}
}
@media (min-width:992px){
  .col-lg-4{flex:0 0 auto;width:33.33333333%}
  .col-lg-5{flex:0 0 auto;width:41.66666667%}
  .col-lg-6{flex:0 0 auto;width:50%}
  .col-lg-7{flex:0 0 auto;width:58.33333333%}
  .col-lg-8{flex:0 0 auto;width:66.66666667%}
  .col-lg-12{flex:0 0 auto;width:100%}
  .text-lg-end{text-align:right!important}
}
