body {
    /* background: #121d33; */
    background: white;
    color: black;
    /* background-attachment: fixed; */
    margin: 0;
    padding: 0;
  }
  .intop {
    padding-top: 60px;
  }
  
  .black {
    color: #121d33;
  }
  .srhbtn {
    position: absolute;
    height: 2rem; 
    margin: 5px; 
    margin-left: 10px;
    z-index: 5;
    color: white;
  }
  .navgroup{
    display: flex;
    position: relative;
    width: 35%;
    margin-right: 20px;
    height: 2.3rem;
  }
  .inputnav:focus {
    background-color: rgba(240, 242, 247, 0.1);
    box-shadow: none;
    outline: 0;
    border-color: white;
  }
  /* .inputnav::placeholder {
    color: white;
    padding-left: 30px !important;
  } */
  .inputnav{
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    cursor: text;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-radius: 2px;
    overflow-x: auto;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(240, 242, 247, 0.1);
    color: rgb(255, 255, 255) !important;
    border-radius: 0.5rem;
    height: 2.6rem;
    /* line-height: 2.5rem; */
    border: 1px solid transparent;
    transition: border 300ms ease 0s;
    position: relative;
}
  .navbar-nav li {
    color: rgb(204, 210, 222);
    transition: color 500ms ease 0s, background-color 500ms ease 0s;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    position: relative;
    width: auto;
  }
  a {
    text-decoration: none !important;
  }
  .nav-link {
    border-radius: 5px;
    padding:3px 20px;
    font-weight: 500;
  }
  .nav-link:hover {
    color:lightgray;  
    background:rgba(99, 97, 97, 0.473); 
  }
  .hero-footer a {
    color: rgb(103, 113, 133);
    font-weight: 400;
  }
  .hero-footer h4 {
    padding-bottom: 15px;
  }
.hero-footer h5 {
  padding-bottom: 15px;
}
  .hero-footer a:hover {
    color: #121D33;
    font-weight: 400;
  }
  .herotab {
    background-color: rgb(18, 29, 51);
    background-image: url('/img/banner-bg.svg');
    background-repeat: no-repeat;
    background-size: 90rem;
    background-position: -0.0625rem center;
    color: rgb(255, 255, 255);
    padding: 80px 0px;
}
@media only screen and (max-width: 576px) {
  .herotab h2 {
    font-size: 1.5em;
  }
}
  @media only screen and (max-width: 991.98px) {
    .jeru {
      width: 100%;
    }
  }
  @media only screen and (max-width: 991.98px) {
    .remove {
      display: none;
    }
    .height {
      max-height: 400px;
    }
  }
  @media only screen and (min-width: 991.98px) {
    .remover {
      display: none;
    }
  }
  @media only screen and (max-width: 991.98px) {
    .removers {
      display: none;
    }
  }
  
  @media only screen and (min-width: 991.98px) {
    .intop {
      padding-top: 20vh;
    }
    .jeru {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  p {
    background: none;
  }
  
  @media only screen and (max-width: 576px) {
    .wither {
      min-width: 100%;
    }
  }
  .d-load-wrap{
    position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.711);
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  }
  .load-wrapper {
    margin: 0 5px;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border:5px gray solid;
    border-top:5px lightblue solid; 
    animation-name:spinloader;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  @keyframes spinloader {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
  }