.bee-footer .inner-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.bee-footer .inner-sec .top-sec {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.bee-footer .footer-menu .hs-menu-wrapper ul {
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.bee-footer .inner-sec .top-sec .social-media {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.bee-footer .inner-sec .top-sec .social-media .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.bee-footer .inner-sec .top-sec .social-media .icon:hover svg path {
  fill: #f59e0c;
}
.bee-footer .inner-sec .bottom-sec {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  padding-bottom: 20px;
}
.bee-footer .legal-menu .hs-menu-wrapper ul {
  flex-direction: row;
  row-gap: 20px;
  justify-content: center;
}
.bee-footer .legal-menu .hs-menu-wrapper ul li {
  padding: 0 20px;
  border-left: 1px solid #757f87;
}
.bee-footer .copyright {
  text-align: center;
}
.bee-footer .footer-menu .hs-menu-wrapper ul li a {
  font-weight: 600;
  font-size: 16px;
}
.bee-footer .legal-menu .hs-menu-wrapper ul li a {
  font-size: 16px;
}
.bee-footer .footer-menu .hs-menu-wrapper ul li.active a,
.bee-footer .legal-menu .hs-menu-wrapper ul li.active a{
  color: #d97706;
}

.bee-footer .vanta-logo {
  width: 80px;
  height: 80px;
}
.bee-footer .vanta-logo img {
  width: 100%;
  height: 100%;
}
.bee-footer .social-media {
  display: flex;
  gap; 20px;
}
.bee-footer .social-media .icon {
  width: 20px;
  display: block;
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/



@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1080px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
  .bee-footer .inner-sec {
    flex-direction: column;
  }
  .bee-footer .inner-sec .top-sec {
    flex-direction: column;
  }
  .bee-footer .inner-sec .bottom-sec {
    flex-direction: column-reverse;
  }
  .bee-footer .legal-menu .hs-menu-wrapper ul li {
    border: none;
    padding: 0;
  }
  .bee-footer .legal-menu .hs-menu-wrapper ul {
    column-gap: 20px;
  }
  .bee-footer .social-media {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {}
