.footer-newsletter-2 {
  padding: 0px 50px 40px 50px;
  position: relative;
  margin-top: 70px;
  /* background: #f3f3f3; */
}
@media (max-width: 767px) {
  .footer-newsletter-2 {
    margin-top: 40px;
    text-align: center;
    padding: 0px 25px 25px 25px;
  }
}
.footer-newsletter-2 h5 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0px;
  padding-top: 44px;
}
@media (max-width: 991px) {
  .footer-newsletter-2 h5 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-2 h5 {
    font-size: 20px;
    padding-top: 31px;
  }
}
.footer-newsletter-2 p {
  padding: 0px;
  margin: 0px;
  color: #808080;
}
.footer-newsletter-2 .content {
  margin: 0px auto;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .footer-newsletter-2 .content {
    padding-top: 15px;
  }
}
.footer-newsletter-2 .content input {
  margin-left: auto;
  margin-right: 10px;
  background: #e6e6e6;
  color: #000;
  width: 410px;
}
@media (max-width: 767px) {
  .footer-newsletter-2 .content input {
    width: 100%;
  }
}
.footer-newsletter-2 .content input:focus {
  background: #e6e6e6;
}
.footer-newsletter-2 .content .button {
  margin-right: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer-newsletter-2 .content .button {
    font-size: 15px;
    padding-top: 9px;
    white-space: nowrap;
  }
}
.footer-newsletter-2 .checkbox {
  padding-top: 2px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .footer-newsletter-2 .checkbox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-newsletter-2 .checkbox label {
  font-size: 13px;
  position: relative;
  cursor: pointer;
  margin: 0px;
}
.footer-newsletter-2 .checkbox label .custom-control-indicator {
  position: absolute;
  background: #e6e6e6;
  width: 20px;
  height: 20px;
  display: block;
  left: -30px;
  top: 0px;
}
.footer-newsletter-2 .checkbox label .custom-control-input:checked ~ .custom-control-indicator:before {
  content: "\f00c";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 20px;
  color: #06bec7;
}
.footer-newsletter-2 .checkbox label a {
  text-decoration: underline;
  color: #808080;
}
.footer-newsletter-2 .checkbox label a:hover {
  color: #000;
}
.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .main-content .pattern > .container,
  .standard-body .main-content .pattern > .container {
    padding-bottom: 40px;
  }
}
.common-home .main-content .pattern > .container,
.common-home .standard-body .main-content .pattern > .container {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .common-home .main-content .pattern > .container,
  .common-home .standard-body .main-content .pattern > .container {
    padding-bottom: 0px;
  }
}
.standard-body .footer .background {
  background: #1a1a1a;
}
.footer .background {
  background: #1a1a1a;
  color: #fff;
}
.footer .background a {
  color: #fff;
}
.footer .background a:hover {
  color: #fff;
}
.footer .background h4 {
  color: #808080;
}
.footer .background .about-us {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .footer .background .about-us {
    padding-top: 40px;
    text-align: center;
  }
}
.footer .background .about-us img {
  margin-bottom: 15px;
}
.footer .background .about-us p {
  padding: 20px 0px 0px 0px;
  font-size: 15px;
  line-height: 22px;
  color: #808080;
}
@media (max-width: 767px) {
  .footer .background .about-us p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 15px;
  }
}
.footer .background .about-us p span {
  color: #06bec7;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .background .about-us p span {
    font-size: 15px;
  }
}
.footer .background .open-footer-menu .icon span {
  background: #fff;
}
.footer .background .open-footer-menu .text {
  color: #fff;
}
.copyright .background {
  background: #1a1a1a !important;
}
.copyright .background p,
.copyright .background a {
  color: #999999;
}
.copyright .background p {
  text-align: center;
}
.copyright .background .social-payments {
  padding: 25px 0px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments {
    margin-top: 5px;
  }
}
.copyright .background .social-payments .social {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments .social {
    width: 100%;
  }
}
.copyright .background .social-payments .social .social-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.copyright .background .social-payments .social .social-links li {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments .social .social-links li {
    margin: 0px 10px;
  }
  .copyright .background .social-payments .social .social-links li:first-child {
    margin-left: auto;
  }
  .copyright .background .social-payments .social .social-links li:last-child {
    margin-right: auto;
  }
}
.copyright .background .social-payments .social .social-links li a {
  color: #4a4a4a;
  font-size: 20px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments .social .social-links li a {
    font-size: 17px;
  }
}
.copyright .background .social-payments .social .social-links li a:hover {
  color: #fff;
}
.copyright .background .social-payments .payments {
  margin-left: auto;
  margin-right: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments .payments {
    width: 100%;
    padding-top: 20px;
    margin: 0px;
    text-align: center;
  }
}
.copyright .background .social-payments .payments a {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 0px 7px;
}
@media (max-width: 767px) {
  .copyright .background .social-payments .payments a {
    padding: 0px 4px;
  }
}
.copyright .background .social-payments .payments a img {
  max-height: 25px;
}
.copyright .background .links {
  padding-top: 23px;
  padding-bottom: 10px;
}
.copyright .background .links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
@media (max-width: 767px) {
  .copyright .background .links ul {
    overflow: scroll;
  }
}
.copyright .background .links ul li {
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .copyright .background .links ul li {
    white-space: nowrap;
    margin: 0px 20px 0px 0px;
  }
}
.copyright .background .links ul li:first-child {
  margin-left: auto;
}
.copyright .background .links ul li:last-child {
  margin-right: auto;
}
.copyright .background .links ul li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
