.renew_button,.new_button,.sample_maha,.sample_mum{
  width: 98%;
  box-shadow: 5px 10px #FF671B;
  border: none;
  background-color: #005D9E;
  color: #FCFEF1;
  padding: 14px 28px;
  margin-top: 8vh;
  margin-left: 0.5vw;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
  .navbar-brand{
      display: none;  
  }

 .navbar-collapse.collapse.in { 
  display: inline-block; 
}

.nav-item{
  padding: 0px 25px 0px 25px;
  font-size: 20px;
}

.nav-link{
  color: red;
}

body{ 
  overflow-x: hidden; 
} 

h2{
  color: red;
   font-size: 32px;color: red;text-transform: uppercase;font-weight: 700;position: relative;padding-bottom: 20px;
}

h1{
  font-size: 32px;color: #000;text-transform: uppercase;font-weight: 700;position: relative;padding-bottom: 20px;
}
@media only screen and (max-width: 1025px){
  .img-1,.img-3{
    display: none;
  }
  marquee{
    display: none;
  }
  .img-2{
    display: block;  
      margin-left: auto;
      margin-right: auto;

  }
  h1{
    font-size: 23px;
  }
  h2{
    font-size: 23px;
    color: red; 
  }
  .navbar-brand{
      display: block;
  }
  .nav-item{
  padding: 0px 0px 0px 0px;
  }

}

.img-2{
  height: auto; 
   width: 30rem;
}


@media only screen and (max-width : 768px){
  .img-2{
    height: auto; 
     width: 20rem;
  }
  
}


  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }


  input[type="date"]:valid{
    height: 65%;
  }

.footer{
    background-color: black;
    width: 100%;
}

hr{
  border: 0.1px solid white;
  width: 100%;
}

.footer-link:hover
 { 
    color: white; 
    text-underline-position: 1px;
     font-weight: none ;
}

.footer-link{
    color: white;
    font-size: 15px;
}

nav{
  margin-bottom: 20px;
}