#footer {
  background-color: #f8f9f9;
}
#footer .cont-wrapper {
  padding-bottom: 0;
}
#footer div {
  width: 100%;
}
#footer .footer-row {
  display: flex;
  flex: 0 0 1;
  width: 100%;
}
#footer .footer-heading {
  color: #0f1d2b;
  font-size: 16px;
  line-height: 22px;
  margin: 50px 0 0;
  font-weight: bold;
}
#footer .footer_menus {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 15px;
}
#footer .footer_menus > .footer-row {
  -ms-flex: 2 66.6666%;
      flex: 2 66.6666%;
  width: 66.6666%;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_menus > .footer-row > div {
  -ms-flex: 2 50%;
      flex: 2 50%;
  width: 50%;
}
#footer .footer_menus > .footer-row {
  -ms-flex: 3 33.3333%;
      flex: 3 33.3333%;
  width: 33.3333%;
  
}

@media (min-width: 768px) {
  #footer .footer_menus > .footer-row > div:nth-child(2) {
    padding-left: 1rem;
  }
  #footer .footer_menus > div:nth-child(2)  {
    padding-left: 2rem;
  }
}
  

.single .footer-container.cont-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}


#footer .currency_footer {
  margin-top: 50px !important;
  display: table;
  width: 150px;
  border: 1px solid #e7e4e4 !important;
}
#footer .currency_footer span {
  font-size: 16px;
  line-height: 24px;
  color: #8c8b8b;
  padding: 13px 45px 13px 15px;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  display: block;
  position: relative;
}
#footer .currency_footer span:after {
  content: '';
  display: block;
  background: url(../images/faq-expand-2x.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 13px;
}
#footer .currency_footer div {
  display: none;
}
#footer .currency_footer div.active {
  display: block;
  max-height: 170px;
  padding: 10px;
  background-color: #fff;
}
#footer .currency_footer div.active li {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 5px;
}
#footer .currency_footer div ul {
  overflow-y: scroll;
  max-height: 150px;
}
#footer .currency_footer div ul::-webkit-scrollbar {
  width: 10px;
}
#footer .currency_footer div ul::-webkit-scrollbar-track {
  background: #f8f9f9;
}
#footer .currency_footer div ul::-webkit-scrollbar-thumb {
  background: #e7e4e4;
}
#footer .currency_footer div a {
  color: #8c8b8b;
}

#footer .currency_footer.mobile {
  display: none;
}




@media (max-width: 768px) {
  #footer .footer_menus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_menus > div:nth-child(1) {
    -ms-flex: 2 50%;
        flex: 2 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
  }
  #footer .footer_menus > div:nth-child(1) > div {
    -ms-flex: 1 100%;
        flex: 1 100%;
    width: 100%;
  }
  #footer .footer_menus > div:nth-child(2) {
    -ms-flex: 2 50%;
        flex: 2 50%;
    width: 50%;
  }
}
@media (max-width: 520px) {
  #footer .footer_menus {
    width: 100%;
  }
  #footer .footer_menus > div:nth-child(1) {
    -ms-flex: 1 100%;
        flex: 1 100%;
    width: 100%;
  }
  #footer .footer_menus > div:nth-child(1) > div {
    -ms-flex: 1 100%;
        flex: 1 100%;
    width: 100%;
  }
  #footer .footer_menus > div:nth-child(2) {
    -ms-flex: 1 100%;
        flex: 1 100%;
    width: 100%;
  }
}
#footer .menu {
  clear: both;
  display: table;
  padding: 0;
  margin: 0;
}
#footer .menu li {
  list-style: none;
}
#footer .menu li a {
  color: #8c8b8b;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-decoration: none;
}
#footer .divider {
  display: block;
}
#footer .footer_line {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 10px 30px;
  color: #8c8b8b;
}

@media (max-width: 768px) {
  #footer .footer_menus .footer-row div {
    text-align: center;
  }

  #footer .menu {
    display: unset;
  }

  .currency_footer {
    max-width: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  #footer .cont-wrapper > div {
    margin: 0 auto;
  }
  #footer .footer-heading {
    text-align: center;
  }
  #footer .menu {
    display: table;
    margin: 0 auto;
  }
  #footer .menu li {
    float: none;
    text-align: center;
  }
  #footer .menu li:not(:first-child) a:before {
    content: '';
    display: none;
  }

  .footer-row {
    flex-direction: column;
  }
}

@media (max-width: 960px) and (max-width: 520px) {
  #footer .currency_footer div ul::-webkit-scrollbar {
    width: 10px;
  }
}

@media (max-width: 960px) {
  #footer .currency_footer.hide-es {
    display: table;
  }
}

@media (min-width: 961px) {
  #footer .currency_footer.hide-es {
    display: none;
  }
}
@media (max-width: 960px) {
  #footer .currency_footer.mobile {
    display: none;
  }
}
@media (max-width: 520px) {
  #footer .currency_footer.mobile {
    display: table;
  }
  #footer .currency_footer.tablet {
    display: none;
  }
}
