/* Footer */
.footer-custom-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.st-footer .links-list li a.no-border-right {
  border-right: none;
  padding-right: 0;
}
.sqs-svg-icon--list {
    padding-bottom: 7px;
  }
.mt-footer-icon-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  width: 22px;
  height: 25px;
  margin: 0 16px 0 0;
}
.mt-footer-social-list .mt-footer-icon-wrap:nth-last-child(1) {
  margin: 0;
}
.mt-footer-social-links {
  text-align: right;
}
.mt-footer .address-text, 
.mt-footer .copyright-text {
  color: #fff;
  font-weight: 400;
  opacity: .7;
}
.mt-footer.yss-footer .footer__logo img {
  margin-top: -21px;
}
.mt-footer.yss-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all .5s ease-in-out;
}
.mt-footer.yss-footer a:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  transition: 300ms;
  opacity: 0;
} 
.mt-footer.yss-footer a:hover:after {
  opacity: 1;
  transition: all .5s ease-in-out;
}

.mt-footer.yss-footer .copyright-text {
    opacity: 1;
}
.yss-footer .terms-text {
  text-align: center;
}

.disclaimer-text,
.privacy-text,
.terms-text {
    text-align: right;
    color: #fff;
}

.copyright {
    text-align: left;
    color: #fff;
}

.phone {
    text-align: left; 
    padding-top: 10px;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
}

.mt-body .disclaimer-text a {
    color: #fff;
    text-decoration: none;
}

.mt-body .terms-text a {
    color: #fff;
    text-decoration: none;
}

.mt-body .privacy-text a {
    color: #fff;
    text-decoration: none;
}

.disclaimer-notice {
  text-align: left; 
  font-size: 12px; 
  color: #ffffff; 
  padding-top: 40px;
}
.footer-nav {
  text-align: right; 
  font-size: 16px; 
  color: #ffffff; 
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .footer__logo,
  .mt-footer-social-links,
  .mt-footer .address-text, 
  .mt-footer .privacy-links-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .mt-footer .copyright-text {
    text-align: center;
  }
  .mt-footer .privacy-links-list {
    margin-bottom: 10px;
  }
  .footer-block-simple {
    display: flex;
    position: relative;
  }
  .footer-block-simple .footer-left-block {
    order: 2;
  }
  .footer-block-simple .footer-right-block {
    order: 1;
    {#margin-top: 19px;#}
  }
  .footer-block-simple .footer-left-block .footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -50% 0 auto;
    transform: translate(-50%);
  }
  .copyright,
  .disclaimer-text,
  .terms-text,
  .privacy-text {
    text-align: center;
    color: #fff;
    padding-top:10px;
  }
  .footer-nav {
    text-align: center;
    color: #fff;
  }

  .yss-footer .footer-block-simple .terms-text {
    margin-top: 20px;
  }
  .yss-footer .footer-left-block .copyright-text {
    margin-top: 20px;
  }
  .phone {
    text-align: center; 
    padding-top: 10px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
}
@media screen and (max-width: 768px) {
  .container-fluid .row-fluid .page-center {
    padding: 10px 25px;
  }
  .mt-footer-icon-wrap {
    margin: 0 10px 0 10px;
  }
  .mt-footer-social-list .mt-footer-icon-wrap:nth-last-child(1) {
    margin: 0 10px 0 10px;
  }
  .mt-footer-icon-wrap {
    text-align: center!important;
  }
  .phone {
    text-align: center; 
    padding-top: 10px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
}

@media screen and (max-width: 576px) {
  .mt-footer .address-text {
    font-size: 14px;
  }
  .mt-footer .copyright-text {
    font-size: 12px;
  }
  .mt-footer .privacy-links-list .links-list li a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .mt-footer-icon-wrap, 
  .mt-footer-social-list .mt-footer-icon-wrap:last-child {
    margin: 0 6px 0 6px;
  }
  .mt-body .mt-footer.mt-background {
    padding: 35px 0 30px;
  }
  .phone {
    text-align: center; 
    padding-top: 10px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
  
}


