.bg1 {background-color: #F6FAFE !important;}
.bg2 {background-color: #FFF1EB !important;}
.bg-white {background: #fff !important;}
.c1 {color: #002fa6 !important;}


.breadcrumb-item+.breadcrumb-item::before {
    display: none !important;
}

.align-item-center {
-webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.space10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.space20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.space30 {
    padding-top: 30px;
    padding-bottom: 30px;
}