/*collective footer css*/
footer.footer{
    flex-flow: wrap;
}
.footer-top-wraper, .footer-lower{
    width: 100%;
}

.footer .footer-menu {
    justify-content: center;
    gap: 2rem;
    flex-flow: wrap;
}
.footer .footer-menu-wraper {
  padding-bottom: 2.778rem;
  position: relative;
  order: 1;
  padding-top: 2.778rem;
    gap: 2.111rem;
    display: flex;
  justify-content: center;
  align-items: self-start;
}

.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.111rem;
}
.footer-menu .footer-menu-item{
  text-align: center;
}

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

.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-wraper::before {
  content: "";
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    position: absolute;
    top: 0px;
}
.footer .footer-social {
  padding-top: 2.222rem;
  padding-bottom: 2.222rem;
  width: 100%;
  order: 0;
  
}
.footer .footer-top-wraper {
    padding: 0 ;
    display: flex;
    flex-flow: wrap;
    padding: 0px 2.778rem;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 12%) inset;

}
.footer ul.social-links li.social-icon{
    border-radius: 0;
    border: .83px solid #E2E2E2;
}

.footer .footer-address-wraper {
  width: 100%;
  margin:0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
    padding: 39px 0px;
    align-items: flex-start;
    order: 1;
}
.footer .footer-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-lower {
  display: flex;
  padding: 16px 48px;
  align-items: center;
  background: #EEEEEE;
}
.footer .footer-copyright {
  padding-right: 20px;
}
.footer .footer-policy-nav {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ACACAC;
    border-right: 1px solid #ACACAC;
}
.footer .footer-property-icons {
  margin-right: auto;
  padding-left: 8px;
  flex-grow: 1;
}
.footer .property-icons{
  border-right: 0;
}
footer .cb-logo-wrap{
  margin-left: auto;
}
.footer ul.policy-nav li a {
  border-bottom: none;
  position: relative;
  padding-left: 10px;
}
.footer ul.policy-nav li:first-child a::after{
    display: none;
}
.footer ul.policy-nav li a::after{
   top: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 0px;
    border: 2px solid #ACACAC;
    left: -10px;
    transform: translateY(-50%);
}
.footer .footer-time-wrap .footer-time {
    flex-direction: column;
}
.footer-address-wraper .ficon-wrap svg{
    max-width: 20px;
    height: 20px;
}
.footer-address-wraper span.ficon-wrap{
    line-height: 1;
    font-size: 1rem;
}
.footer-address-wraper .footer-contact-wrap span.ficon-wrap{
    font-size: .85rem;
    line-height: 1.4;
}
.footer .footer-email-wrap a, .footer .footer-contact-wrap a, .footer .footer-address-wrap a, .footer .footer-time-wrap{
    gap: 5px;
}

@media screen and (max-width: 992px) {
   
  .footer {
    flex-direction: column;
  }

  .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: 10px;
  }

  .footer .footer-property-icons {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .footer .footer-copyright{
    padding-right: 0;
  }
  .footer .footer-copyright,
  .footer .footer-attribution {
    order: 1;
  }

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

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

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

  .footer .footer-address-wraper,
  .footer .footer-email-wrap a,
  .footer .footer-contact-wrap a,
  .footer .footer-address-wrap a,
  .footer .footer-time-wrap,
  .footer .footer-time-wrap .footer-time {
    flex-direction: column;
    text-align: center;
  }
   .footer .footer-email-wrap, .footer .footer-contact-wrap, .footer .footer-address-wrap, .footer .footer-time-wrap{
width: 100%;
  }
.footer .footer-address-wraper{
  padding: 24px 0 0 0;
}

  .footer .footer-policy-nav{
    border: none;
  }
  footer .cb-logo-wrap{
    margin: initial;
  }
  footer .footer-copyright{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer ul.policy-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-address-wraper{
    gap: 20px;
  }
  .footer ul.policy-nav li a::after{
    display: none;
  }
  .footer.new-section ul.policy-nav li a {
     text-decoration: underline;
    }
    .footer .footer-property-icons{
      padding-left: 0;
    }
    .footer .footer-policy-nav{
      padding-left: 0;
      padding-right: 0;
    }
  .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;
  }
}
