#dropdown_container {
  padding-top: 40px;
}

.nav-bar-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1366px;
  width: 100vw;
  margin: auto !important;
  padding: 0 3%;
}

/* @media (max-width:1396px) {
  .nav-bar-top {
    padding: 0 5%;
  }
} */

.nav-bar-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}

/* .left {
  display: flex;
  flex-wrap: wrap;
} */
.nav-bar-top a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  
}

.nav-bar-top a:hover {
  text-decoration: underline;
    font-size: 16px;
  font-weight: 600;
}

.column .dropdown-items {
  padding:8px;
  font-size: 14px !important;
  margin-left: -7px;
}

/* .dropdown-items:hover{
  background-color: #f7f7f7;
  border-radius: 8px; 
}  */

.dropdown-items a{
  font-weight: 400;
  font-size: 14px;
}

.dropdown-items:hover a{
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}

.container-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 5px;
}

.container-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 15px;
}

.container-1col {
  display: grid;
  grid-template-columns: 1fr;
  padding: 15px;
}

.column {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 280px;
  padding: 0 10px 0 10px;
}
.column1 {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.subheader {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

hr {
  display: block;
  border-top: 0.6px solid #fff;
  padding-bottom: 15px;
  border-bottom: 0px;
  color: #fff !important;
  opacity: 1 !important;
}

.dropdown {
  position: relative;
  display: inline-block;

}

.nav_link .dropdownbtn {
  padding: 10px;
  margin: 0 1.6rem;
}

.dropdown-content {
  display: none;
  padding: 30px;
/*   margin-top: 18px; */
  background: linear-gradient(271deg,#cc1897,#a81e9b 27%,#98209d 63%,#7b25a0) 0 0 no-repeat padding-box;
  z-index: 10000;
/*   border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white; */
/*   border-top-right-radius: 10px; */
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
  right: -500px;
}

.dropdown-product {
  padding: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  z-index: 10000;
  border-radius: 10px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.dropdown-solutions {
  padding: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  z-index: 10000;
  border-radius: 10px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.dropdown-company {
  padding: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  z-index: 10000;
  border-radius: 10px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.dropdown-resources {
  padding: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  z-index: 10000;
  border-radius: 10px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
}
/* .dropdown-content-to-the-left {
  left: -400%;
  top: 14px;
  right: auto;
} */

.dropdown:hover .dropdown-content {
  display: grid;
  /*   grid-template-columns: 1fr 1fr 1fr; */
  grid-gap: 10px;
  min-width: 250px;
  border-radius: 20px;
  text-align: center;
}

p {
  font-size: 14px;
}

.hamburger {
  background: none;
  border: none;
  margin-right: 20px;
  cursor: pointer;
/*   color: white; */
  display: none;
}

.hamburger-section {
  right: 0;
  top: 50 !important;
  z-index: 10;
  display: none;
}

.hamburger-left {
  display: flex;
  flex-direction: column;
  padding: 30;
}
.hamburger-left li {
  padding: 24px;
  font-size: 1.0625rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
  color: #252525;
  font-weight: normal;
  z-index: 100;

  cursor: pointer;
}
.hamburger-left li:hover {
    background: #f8f9fc;
}

.login {
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: normal !important;
}

@media (max-width: 991px) {
  .login {
    color: #252525 !important;
  }

.login:hover {
  font-family: 'Nunito Sans', sans-serif !important;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: normal !important;
}

@media (max-width: 991px) {
  .left {
    display: none !important;
  }

  .right {
    display: none !important;
  }

  .hamburger {
    display: block;
  }
  .hamburger-section {
    display: block;
  }
}
  
.column1 .subheader {
  color: #000;
  }
  
#mobileHr {
  color: #000 !important;
  }
