.navbar-nav .nav-item {
  margin: 20px;
}

.navbar {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header-section .nav-link.active {
  color: #2E3094 !important;
}

.nav-item .nav-link {
  font-size: 16px;
  color: #000;
}

.nav-item:hover .nav-link {
  color: #2E3094 !important;
}

.btn-0 {
  background-color: #2E3094;
  width: 180px;
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-0:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
  letter-spacing: 1px;
}

.get-in-btn {
  padding-right: 30px;
}

.navbar-brand img {
  padding-left: 30px;
}

@media (max-width: 480px) {
  .input-box {
    margin-top: 10px;
  }
  .send-btn {
    margin: 0;
  }
}
@media (max-width: 1044px) {
  .navbar-nav .nav-item {
    margin: 14px !important;
  }
}
.box svg {
  position: absolute;
  right: 10px;
  top: 15px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile-2 + label {
  width: 100%;
  height: 60px;
  border: 1px solid #dbdbdb;
  background: #fff;
  line-height: 36px;
}
