/* the hive footer 5 */
.footer .footer-right {
  width: 76%;
  position: relative;
  overflow: hidden;
  /* background-color: #e2fef8; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-menu-wraper {
  padding-bottom: 3.125rem;
  position: relative;
   gap: 2.375rem ;
    display: flex;
  justify-content: center;
  align-items: self-start;
}
.footer .footer-menu {
    justify-content: center;
    gap: 2.25rem;
    flex-flow: wrap;
}
.submenu-wrap{
  border-right: 1px solid;
  padding-right: 2.25rem;
}
.footer .footer-menu.no-submenu-wrap{
  display: grid !important;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 20px;
}
.footer-menu .footer-menu-item{
  text-align: center;
}
.footer-menu .footer-menu-item .menu-item-link{
  font-size: .90rem;
  padding: 0 10px;
  font-weight: 500;
}
.footer-menu .footer-menu-item ul.footer-submenu .menu-item-link{
  font-size: .90rem;
  font-weight: 400;
}

.footer .footer-menu-wraper::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  position: absolute;
  bottom: 0px;
}
.footer .footer-social {
  margin-top: 2.5rem;
}
.footer .footer-top-wraper {
  padding: 3.75rem 6.25rem;
}

.footer .footer-left {
  flex-grow: 1;
  padding: 20px 30px 40px;
  /* background-color: #0a1e1f; */
}
.footer .footer-address-wraper {
  max-width: 324px;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 1.5rem;
}
.footer .footer-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-lower {
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
  background: #fff;
}
.footer .footer-policy-nav {
  margin-left: auto;
}
.footer .footer-property-icons {
  margin-right: auto;
}
.footer ul.policy-nav li a {
  border-bottom: 1px solid;
}

.ficon-wrap .swi{
  font-size: 1.4rem;
}
.footer-contact-wrap .ficon-wrap .swi{
  font-size: 1.1rem;
}

.footer ul.property-icons-list{
  margin-top: 0px;
}
/* single page footer css style */
.single-page-website .footer .footer-top-wraper{
  height: 100%;
      display: flex;
    align-items: center;
}
.single-page-website .footer .footer-social{
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
  }

  .footer .footer-left {
    width: 100%;
    order: 0;
  }

  .footer .footer-right {
    width: 100%;
  }

  .footer .footer-top-wraper {
    padding: 25px 20px;
  }

  .footer .footer-lower {
    padding: 16px 20px;
    flex-flow: wrap;
  }

  .footer .footer-policy-nav {
    order: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    border: none;
  }

  .footer .footer-property-icons {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .footer .footer-copyright,
  .footer .footer-attribution {
    order: 1;
  }

  .footer-attribution {
    margin-left: auto;
  }

  .footer-menu .footer-submenu .footer-menu-item{
  padding-bottom: 0;
}

  .footer-submenu {
    text-align: left;
  }

  .footer .footer-address-wraper {
    max-width: 100%;
    border: none;
  }

  .footer .footer-social {
    margin-top: 25px;
  }
  .single-page-website .footer .footer-social{
  margin-top: 0;
}
}

@media screen and (max-width: 767px) {
  .footer ul.policy-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px){
   .footer .footer-menu.no-submenu-wrap {
    grid-auto-flow: row;
  }
 
}