.navbar {

  overflow: hidden;
}

.nav-link {
  color: white;
}
.img-url {
  padding: 30px 0px 30px 0px;  
  
  width: 100%;
  background-size: cover;
  
}
.bolderfonter {
  font-weight: 800;
}
.dottedimg {
    background-image: url(images/background-image.png);
    /* opacity: 0.9; */
    background-size: cover;
    /* padding: 5px 5px 40px 5px; */
    width: 100%;
  
}

.faqbutn {
  margin-bottom: 20px; background-color: #f6f5fe !important; font-weight: 700; font-size: 18px !important; border-radius: 50px !important; padding-top: 15px; padding-bottom: 15px;  
}
@media screen and (max-width: 480px) {
  /* .navbar {
    background-color: #2b2b2b;
     color: white;
    position: fixed !important;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    z-index: 1000;
  } */
}
