/* Footer */
footer {
    background: #111827;
    color: #9ca3af;
    padding: 70px 0 30px;
  }
  footer h5 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 16px;
  }
  footer a {
    color: #9ca3af;
    text-decoration: none;
    transition: color .2s ease;
  }

  footer a .bi{
    color: #9ca3af;
    transition: color .2s ease;
  }
  footer a .bi:hover{
    color: #ececec;
  }

  footer a:hover {
    color: #fff;
  }

  
.form-control{
  border-radius: 12px;
  padding: 5px;
  border: 1px solid var(--slate-200);
}
.frc1{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.input-group-text {
  background: #176552;
  color: white;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}


 
  