.main-footer {
  background:#E95420;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #DDDDDD;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*transition: transform .3s ease-in-out,margin .3s ease-in-out;
  z-index: 820;*/
}

.separaters{
    color: #FFF;
    background-color:  #0B1A71;
    font-size: 22px;
    text-align: center;
    /*margin: 20px;
    padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid gray;
  }

  .imp{
    color: red;
    font-size: 16px;
    font-weight: 700;
  }
  .toppad{
    margin-top: 15px;
    padding-top: 15px; 
    margin-bottom: 40px;
  }
  .gap{
    padding: 10px;
  }
  .card h1{
    color: #FFF;
  }
  .card p{
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
  }
  .bg-gray{
    background-color: gray;
  }

  .ajloder >.modal-content{
    background-color: transparent;
    border: none;
  }
  .mycol {
    display: inline-block;
  }
  .mycolR{
    float: right;
    margin-top:10px; 
  }

  #ajaxloaderModal {
    background-color: #dddddd91;
  }

  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #593196;

  }

  .back{
    background-color: #bad7f2;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.card p {
    
    font-size: 15px;
    text-transform: capitalize;
}