footer {
    background: #000;
    color: #c7c7c7;
    padding: 30px 0;
    font-family: 'Montserrat';
}
footer .footerfirst img.footer-logo {
    max-width: 280px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
footer .termsholder a {
    color: #c7c7c7;
}
footer .termsholder ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 20px;
}
footer .signupbox h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
footer .signupbox p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}

footer .inputemailwrap {
    position: relative;
}

footer input.emailinput {
    height: 37px;
    border: 1px solid #c7c7c7;
    outline: 0;
    background: transparent;
    border-radius: 6px;
    width: 100%;
    color: #c7c7c7;
    padding-left: 17px;
}
footer input.emailinput::placeholder {
    color: #c7c7c7;
    opacity: 1; /* Firefox */
  }
  
  footer input.emailinput ::-ms-input-placeholder { /* Edge 12-18 */
    color: #c7c7c7;
  }
footer .inputemailwrap span {
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
}
footer  .container {
    max-width: 1300px;
}
footer .lowerinner {
    text-align: center;
}
footer .lowerfooter {
    margin-top: 70px;
}
footer .lowerinner p {
    font-size: 12px;
    font-family: 'Montserrat';
    margin-top: 10px;
}
footer img.footer-card.mohide {
    display: inline-block;
}
footer ul.list.list-payment.moshow {
    display: none;
}


/* responsive*/
@media (max-width: 1010px){
    footer .footerfirst img.footer-logo {
        max-width: 200px;
    }
}
@media (max-width: 992px){
    footer  .footerfirst {
        text-align: center;
    }
    footer .termsholder {
        margin: 30px 0;
    }
    footer .footer-last {
        text-align: center;
    }
    footer  .signupbox {
        max-width: 80%;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    footer  .lowerfooter {
        margin-top: 30px;
        background: #fff;
        padding: 20px 0;
    }
    footer {
        padding-bottom: 0;
    }
    footer .lowerinner p {
        color: #000;
    }
    footer  img.footer-card.mohide {
        display: none;
    }
    footer  ul.list.list-payment.moshow {
        display: flex;
        justify-content: center;
    }
    footer ul.list.list-payment.moshow li {
        margin-right: 6px;
    }
}
@media (max-width: 480px){
    footer .footerfirst img.footer-logo {
        max-width: 360px;
    }
}
@media (max-width: 360px){
    footer .footerfirst img.footer-logo {
        max-width: 320px;
    }
}
footer .termsholder a {
    color: #c7c7c7;
    text-decoration: none;
}