body {
  font-family: Poppins, Montserrat sans-serif;
  background-image: url(../img/background-pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.preloader-wrapper {
  margin: 180px auto;
  display: block;
  
} 

td, th {
    padding: 10px 5px;
}

.input-field {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.bg-blue {
  background-color: #3268C0 !important;
  color: #fff;
}

.pt-lg {
  padding-top: 30px;
}

.py-1 {
  padding: 1rem 0rem;
}

.py-lg {
  padding-right: 30px;
  padding-left: 30px;
}

.mb-md {
  margin-bottom: 15px;
}

.mt-md {
  margin-top: 15px;
}

.mt-lg {
  margin-top: 30px;
}

.text-blue {
  color: #3268C0;
}

.bg-dark-blue {
  background-color: #193460;
  color: #fff;
}

.text-dark-blue {
  color: #193460;
}

.uppercase {
  text-transform: uppercase;
}

.border {
  border: 1px solid #868A90;
}

.border-bottom {
  border-bottom: 1px solid #979797;
}

.box {
  margin-bottom: 15px
}

.table-meds thead tr, .table-meds tbody tr {
  border-bottom: 1px solid #3268C0;
}

.table-meds tbody tr:last-child {
  border-bottom: 0px;
}

.table-meds th, .table-meds td {
  border-right: 1px solid #3268C0;

}

.table-meds th:last-child, .table-meds td:last-child {
  border-right: 0px;

}

.title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 60px 10px 30px;
    left: -12px;
    margin-bottom: 1rem;
  }
  
  .title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #3268C0;
    transform: skewx(-45deg);
    transform-origin: top left;
  }
  
  .title h1 {
    position: relative;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
  }

.title-small {
  padding: 5px;
}

.collapsible {
    box-shadow: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.label-off {
  position: relative !important;
  left: 0px !important;
  display: block !important;
}

.collapsible li {
    border-bottom: 1px solid #ddd;
}

.collapsible li.active .collapsible-header{
    color: #3268C0;
}

.collapsible li .collapsible-header i {
  transform: rotate(-90deg);
  transition: all 0.4s ease;
}

.collapsible li.active .collapsible-header i {
  transform: rotate(0deg);
}

.collapsible li:last-child {
    border-bottom: 0px;
}

.collapsible-header {
   border-bottom: 0px;
}


.collapsible-body  {
    border-bottom: 0px; 
    padding: 0px;
}

.collapsible-header i {
  margin-left: auto;
  margin-right: 0rem;
  width: 24px;
  height: 24px;
}

.progressbar {
    padding: 100px 0px 0px 0px;
    margin: 0px auto 15px auto;
    min-width: 450px;
  }
  .progressbar li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: lighter;
  }

  .progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 24px;
    left: -50%;
    z-index: -1;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: #3268C0;
    font-weight: bold;
  }
  .progressbar li.active:before {
    background-color: #3268C0;
    border: none;
    color: #fff;
  }
  .progressbar li.active + li:after {
    background-color: #868A90;
  }

  .active > .steps-circle {
  border: none;

} 

  .steps-circle {
  display: inline-block;
  color: #7d7d7d;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  vertical-align: middle;

}

.steps-circle i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #7d7d7d;
    font-size: 2rem;
    line-height: 48px;
}

.active > .steps-circle i {
    color: #fff;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

  @media only screen and (min-width: 993px) {
    .container {
      width: 90%;
    }
  }

@media only screen and (max-width: 600px) {
  .progressbar {
    padding: 50px 0px 0px 0px;
    min-width: 250px;
  }
  .font-16 {
    font-size: 10px;
  }
  .padding-lg {
    padding: 0px 5px;
}
}
