footer {
  border-top: 1px solid #ededed;
  background-color: #fff;
  font-size: 14px;
  padding: 0 !important;
  font-family: "Poppins", Helvetica, sans-serif;
  display: block;
}

footer ul:not(.list-inline):not(.slides) > li {
  line-height: 1.6 !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #333333;
}

footer .margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

footer h5 {
  margin: 0 0 15px 0;
  font-size: 18px;
}

@media (min-width: 576px) {
  footer .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

footer ul,
footer ol {
  list-style: none;
  margin: 0 0 25px 0 !important;
  padding: 0;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #555555;
}

footer ul li a:hover {
  color: #004dda !important;
  opacity: 1;
}

footer ul.links li a:hover:after {
  opacity: 1;
  color: #004dda;
}

footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

footer ul.links li a:after {
  font-family: "ElegantIcons";
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .follow_us {
  -webkit-animation-delay: 1.1s;
}

footer ul li {
  color: unset;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}

footer li {
  letter-spacing: normal;
}

footer ul li a i {
  font-size: 14px;
  margin-right: 10px;
}

footer .follow_us ul li{
  width: auto;
  margin: 0;
  text-align: left;
}

footer .follow_us ul li a i {
  color: #555555;
  opacity: 0.6;
}
footer .follow_us ul li a i:hover {
  opacity: 1;
  color: #004dda;
}

footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

footer .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

footer .follow_links ul li a {
  padding: 0 0 4px;
}

footer .follow_links ul {
  display: flex;
  flex-wrap: nowrap;
}
footer .follow_links ul li{
  margin-left: 4px;
}

footer .follow_links ul li:last-child{
  display: none;
}
footer .follow_links ul li:nth-child(2){
  display: none;
}

footer .follow_links ul li:first-child{
  margin: 0;
}

@media (min-width: 576px) {
  footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  footer .container {
    max-width: 1140px;
  }
}

footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer .col-sm-6,
footer .col-md-6,
footer .col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  footer .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  footer h5 {
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
    display: block;
  }

  footer h5:after {
    font-family: "themify";
    content: "\e61a";
    width: 20px;
    display: block;
    float: right;
  }

  footer h5.opened:after {
    content: "\e622";
  }

  footer ul {
    padding-top: 15px;
  }
  footer .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .app_link {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  footer .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  footer .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

footer h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

footer .collapse:not(.show) {
  display: none;
}

