/* Apiary */
.footer .footer-right {
  width: 75%;
  position: relative;
  overflow: hidden;
  background-color: #ECEBE9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .footer-menu-wraper {
  padding-bottom: 3.125rem;
  position: relative;
  display: flex;
  gap: 2.25rem;
  justify-content: center;
  align-items: self-start;
}

.footer .footer-menu-wraper::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  position: absolute;
  bottom: 0px;
}
.footer .footer-menu {
  justify-content: center;
  gap: 36px;
  flex-flow: wrap;
}
.submenu-wrap{
  border-right: 1px solid;
  padding-right: 36px;
}
.footer .footer-menu.no-submenu-wrap{
  display: grid !important;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 1.25rem;
}

/* .footer-menu .footer-menu-item{
  padding: 0 10px;
} */

.footer-menu .footer-menu-item .menu-item-link{
  font-size: 1.25rem;
}
.footer-menu .footer-menu-item ul.footer-submenu .menu-item-link{
  font-size: 1rem;
}
.footer .footer-social {
  margin-top: 2.25rem;
}

.footer .footer-top-wraper {
  padding: 3.75rem 6.25rem;
}

.footer .footer-left {
  flex-grow: 1;
  padding: 1.5rem;
  order: 1;
}

.footer .footer-address-wraper {
  max-width: 20.25rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.5rem;
}
.footer .footer-email-wrap a, .footer .footer-contact-wrap a, .footer .footer-address-wrap a, .footer .footer-time-wrap
 {
    gap: 8px;
}
.ficon-wrap .swi{
  font-size: 1.8rem;
}
.footer-contact-wrap .ficon-wrap .swi{
  font-size: 1.3rem;
}
.footer .footer-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer .footer-lower {
  display: flex;
  padding: 1rem 2rem;
  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;
}

.footer-menu .footer-menu-item .footer-submenu .menu-item-link {
  font-size: .95rem;
}

.footer.new-section ul.policy-nav li a, .new-section .footer-copyright p{
  font-size: 0.8rem;
}

.footer ul.policy-nav li{
  padding: 5px;
}
/* single page footer css style */
.single-page-website .footer-left{
  display: none;
}
.single-page-website .footer .footer-right{
  width: 100%;
}
.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;
    max-width: 100%;
  }

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

 

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

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

  .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 ul.footer-menu {
    flex-flow: wrap;
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  .footer ul.policy-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-top-wraper {
    padding: 5rem 1rem;
  }
  .footer .footer-lower{
    padding:1.33rem 1rem;
  }
  .footer .cb-logo-wrap img:first-child {
    margin-left: 0;
  }
  footer .cb-logo-wrap{
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px){
   .footer .footer-menu.no-submenu-wrap {
    grid-auto-flow: row;
  }
}