* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}

.navi {
  width: 100%;
  height: 25px;
}

.navi ul {
  
  margin-left: 30px;
  
}

.navi ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 25px;
}

.navi ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial;
  padding: 0 20px;
}

.footer {
  padding: 40px 0;
  background-color: #fff;
}

.footer .social {
  text-align: center;
  padding-bottom: 25px;
  color: #4b4c4d;
}

.footer .social a {
  font-size: 24px;
  color: inherit;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.75;
}

.footer .social a:hover {
  opacity: 0.9;
}

.footer ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}

.footer ul li a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer ul li {
  display: inline-block;
  padding: 0 15px;
}

.footer ul li a:hover {
  opacity: 1;
}

.footer, copyright {
  margin-top: 38px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

.containerform{
  width: 100%;
  height: 100vh;
  background: #001660;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success{
  padding: 20px 0;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
  
}
form{
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}
form h3{
  color: #555;
  font-weight: 800;
  margin-bottom: 20px;
}

form input, form textarea{
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline: none;
  background: #f5f5f5;
  font-size: 16px;
}
form button{
  padding: 15px;
  background: #ff5361;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
}

.privacypolicy {
  padding: 20px 0;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.tos {
  padding: 20px 0;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.sitemap {
  padding: 20px 0;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}