.newsLetterContain {
    margin-top: 80px;
    background: #eef3f7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newsLetterContain .text p {
    font-size: 1.067rem;
    line-height: 50px;
    color: #777a52;
    font-weight: 500;
    margin-bottom: 0;
}
.newsLetterContain .text p span {
    color: #000000;
    font-weight: 500;
}
.formWrap input.form-control {
    display: block;
    max-width: 300px;
    height: 50px;
    padding: 0 0 0 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    color: #b0b0b0;
    background-color: #ffffff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footerContain {
    margin-top: 60px;
    padding-right: 0px !important; 
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    background-color: black;
    color: #171717;
}
.footerContain .social {
    margin-top: 20px;
}
#social-tags {
    background: #373737;
    color: #171717;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 20px;
}
.footerContain .links {
    margin-top: 45px;
    margin-bottom: 45px;
}
.footerContain .links h4 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.footerContain .links a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    line-height: 26px;
}
footer .website-by a.text-white {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
.copyright {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #171717;
    font-size: 14px;
}
.copyright .paymentOptions span {
    margin-right: 20px;
}
.copyright .copyLinks a {
    font-size: 14px;
    color: #171717;
    border-right: 1px solid #4b4b4b;
    padding-right: 20px;
    margin-left: 20px;
}
.copyright .copyLinks a:last-of-type {
    border-right: none;
    padding-right: 0;
}
.footer-legal .website-by a,
.footer-legal .website-by a:hover,
.footer-legal .website-by a:active,
.footer-legal .website-by a:focus {
    font-size: 14px;
    line-height: inherit;
    color: #171717;
}
footer .footer-legal p {
    margin-bottom: 0;
    padding-bottom: 8px;
}

#signUpButton {
    background-color: black !important;
    color: white !important;
}
.website-author {
    background-color: black;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.website-author span {
    color: yellow;
}
.payment-logos {
    display: flex;
    justify-content: space-between;
}
.logo-ssl {
    padding-left: 0px !important;
}
.footer-links {
    padding-bottom: 30px;
}

.social-media-icons {
    padding-top: 7px;
}
.mobile-ssl-logo {
    display: none;
}

@media (max-width: 1024px) { 
    .newsLetterContain .text p {
        line-height: 50px;
    }
}

@media only screen and (max-width: 992px) {
  .newsLetterContain {
    margin-top: 60px;
  }
  .newsLetterContain .text p {
    line-height: 28px;
  }
  footer .footer-legal p {
    margin-bottom: 1rem;
  }
  .footerContain .links {
    margin-top: 1rem;
  }
  .logo-ssl{
    display: none;
  }
  .paymentOptions span {
      display: none;
  }
  .list-unstyled {
      padding-bottom: 10px;
  }
  .mobile-ssl-logo {
      display:inline !important;
  }
}

@media (max-width: 1024px) { 
    .footerContain {
        margin-top: 50px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        background-color: black;
        color: #171717;
    }
}

@media (max-width: 768px) { 
    .newsLetterContain {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .newsLetterContain .text p {
        text-align: center;
    }
    .formWrap input.form-control {
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .footerContain .links h4 {
        font-size: 1rem;
    }
    .copyright .paymentOptions span {
        font-size: 16px;
    }
    .copyright .copyLinks a {
        font-size: 13px;
        padding-right: 7px;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    #social-tags {
        margin: auto;
    }
    .footerContain {
        padding-top: 40px;
    }
    .footerContain .logo, .footerContain .social {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .footerContain .social {
        margin-top: 40px
    }
    .footerContain .social a {
        line-height: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .footerContain .links {
        margin-top: 40px;
        text-align: center;
    }
    .footerContain .links a {
        font-size: 12px;
    }
    .footerContain .links > div {
        margin-top: 20px;
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .footerContain .links h4 {
        font-size: 0.8rem;
    }
    .copyright .paymentOptions {
        text-align: center;
        width: 100%;
        display: block;
    }
    .copyright .paymentOptions span {
        font-size: 26px;
    }
    .copyright {
        padding-top: 40px;
    }
    .copyright .copyLinks {
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }
    .copyright .copyLinks a {
        font-size: 15px;
        padding-right: 0;
        margin-left: 0;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border: none;
    }
    .footer-links {
    padding-bottom: 41px;
    }
    .copyright .copyLinks {
        text-align: center;
        margin-top: 0;
        width: 100%;
    }
    .formWrap input.form-control {
        margin-top: 1.618rem;
    }
     .newsLetterContain .text p {
        line-height: 28px;
     }
    .footerContain .links {
        margin-top: 10px;
        text-align: center;
    }
    .footerContain .links {
        margin-top: 45px;
        margin-bottom: 10px;
    }
}
