nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 120px;
  align-items: center;
  position: fixed;
  z-index: 100000;
  background: #ffffff;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  cursor: pointer;
}

nav ul li a {
  color: #404040;
}

nav ul li:nth-child(1),
nav ul li:nth-child(2),
nav ul li:nth-child(3),
nav ul li:nth-child(4) {
  margin-right: 51px;
}

nav ul li:nth-child(1) {
  margin-left: auto;
}

nav ul li:nth-child(5) {
  margin-right: auto;
}

nav li .drop-arrow {
  margin-bottom: 1px;
}

nav button {
  background: #4f4b6a;
  border-radius: 3px;
  color: #f4f5fd;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10.5px 25px;
}

nav .icon .line {
  height: 3px;
  width: 30px;
  border-radius: 3px;
  margin: 5px;
  transition: 0.4s;
  cursor: pointer;
}

nav .icon .line:nth-child(1),
nav .icon .line:nth-child(3) {
  background: #4f4b6a;
}

nav .icon .line:nth-child(2) {
  background: #f58220;
}

#check,
nav .icon {
  display: none;
}

.dropdown {
  position: fixed;
  z-index: 100;
  transition: transform 0.7s ease-in-out;
  transform: translate(0, -100%);
  width: 100%;
}

.show {
  transform: translate(0, 0);
}

.about-dropdown {
  width: 100%;
  background: #ffffff;
  display: flex;
  margin-top: 118px;
}

.banner .about-dropdown .company-links {
  width: 20%;
  padding: 40px 0 0 120px;
}

#products-links {
  width: 60%;
  display: flex;
}

#products-links #left {
  margin-right: 10%;
}

#products-links #left #bulk {
  margin-top: 80px;
}

#products-links #right button {
  padding: 11.5px 19.5px;
  border: none;
  background: #4f4b6a;
  border-radius: 3px;
  color: #f4f5fd;
  font-size: 16px;
  margin-bottom: 30px;
  cursor: pointer;
}

#services-links {
  width: 40%;
}

.banner .about-dropdown .company-links h3 {
  margin-bottom: 30px;
}

.banner .about-dropdown .company-links .link-pair {
  display: flex;
  margin-bottom: 40px;
}

.banner .about-dropdown .company-links .link-pair img {
  margin-right: 17px;
}

.banner .about-dropdown .company-links .link-pair a {
  color: #404040;
}

.banner .about-dropdown .company-links .double-up {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -90%);
  display: none;
}

.banner .about-dropdown .company-links .double-up button {
  width: 60px;
  height: 60px;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  background: #4f4b6a;
  color: #fff9f8;
  opacity: 0.6;
}

.banner .about-dropdown .blogs {
  width: 80%;
  background: #fff9f8;
  padding: 40px 130px;
}

.banner .about-dropdown .blogs h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 20px;
}

.banner .about-dropdown .blogs .blog-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#p-dropdown .blog-details,
#s-dropdown .blog-details,
#r-dropdown .blog-details {
  justify-content: flex-start;
}

.banner .about-dropdown .blogs .blog-details div {
  width: 28%;
}

#p-dropdown .blog-details div {
  margin-right: 8%;
  width: 40%;
}

#s-dropdown .blog-details div {
  margin-right: 8%;
  width: 33%;
}

#r-dropdown .blog-details div {
  margin-right: 8%;
}

.banner .about-dropdown .blogs .blog-details div .blog-img {
  margin-bottom: 16px;
  width: 100%;
}

.banner .about-dropdown .blogs .blog-details div .blog-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}

.banner .about-dropdown .blogs .blog-details div .blog-text {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #404040;
}

.banner .about-dropdown .blogs .blog-details div a {
  color: #404040;
}

.banner .about-dropdown .blogs .blog-details div .blog-link {
  font-size: 16px;
}

.dropdown-footer {
  width: 100%;
  padding: 10px 120px;
  background: #d7d5e3;
  display: flex;
  justify-content: space-between;
}

.dropdown-footer .speak-to-expert {
  display: flex;
  align-items: center;
}

.dropdown-footer .speak-to-expert #mic {
  margin-right: 10px;
}

.dropdown-footer .speak-to-expert a {
  color: #404040;
}

.dropdown .dropdown-footer .socials {
  align-items: center;
  margin-top: 5px;
}

.dropdown-footer .socials img {
  width: 18px;
  height: 18px;
}

.dropdown-footer .socials img:nth-child(1),
.dropdown-footer .socials img:nth-child(2),
.dropdown-footer .socials img:nth-child(3) {
  margin-right: 10px;
}
