.btn-investwell {
  background-color: #0C213C;
}

.text-investwell {
  color: #0C213C !important;
}

.bg-investwell {
  background-color: #0C213C;
}

.border-investwell {
    border: 0.0625em solid #c0c0c0;
}

.text-info-detail {
  margin-top: 0.21428571428571427em;
  margin-bottom: 0.14285714285714285em;
  padding-right: 0;
  width: auto;
  color: #555;
  font-weight: 700;
  line-height: 1.2;
  font-size: .875em;
}

.text-val {
 font-weight: 400;
 font-size: .9em;
 color: #555;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#loaderImage{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

svg{
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
}

  .border-top-md-0 {
        border-top: 0px !important;
  }
  .border-bottom-md-0 {
        border-bottom: 0px !important;
  }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .border-left-xs-0 {
        border-left: 0px !important;
  }
  .border-top-md-0 {
        border-top: 1px solid #dee2e6 !important;
  }
  .border-bottom-md-0 {
        border-bottom: 1px solid #dee2e6 !important;
  }
  .img-mob {
    width: 80px;
  }
  .text-muted {
    font-size: 14px !important;
  }
  .txt-sm {
    font-size: 15px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .img-mob {
    width: 80px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .img-mob {
    width: 100px;
  }
}

/* only used for background overlay not needed for centering */
#mainForm:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgb(250,250,250);
    z-index: -1;
    border: 1px solid #0C213C;
}

#RequestForm:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.form-group {
   margin-bottom: 0px !important;
}

.form-group > p {
   margin: 0px !important;
   font-weight: 600 !important;
}
