footer {
    background-color: #000;
    padding: 45px 25px;
    overflow: hidden;
}

footer .logo a img {
    max-width: 125px;
    width: 100%;
    margin-bottom: 30px;
}

footer ul.c-details {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.c-details li {
    display: flex;
    gap: 15px;
    margin: 0 0 15px 0;
}

footer ul.c-details li svg {
    margin: 2px 0 0 0;
    width: 21px;
    height: 21px;
}

footer ul.c-details li a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

footer ul.c-details li:first-child a:first-of-type {
    border-right: 1px solid #fff;
    padding: 0 18px 0 0;
}

footer ul.c-details li a:hover {
    color: #00b8e7;
}

footer .padset {
    padding-top: 59px;
}

footer h3 {
    color: #00b8e7;
    font-size: 16px;
    margin: 33px 0 19px 0;
    font-weight: 500;
}

footer ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 19px;
}

footer ul#menu-footer-menu li {
    width: 47%;
}

footer ul#menu-footer-menu li a {
    color: #fff;
    transition: 0.3s;
}

footer ul#menu-footer-menu li a:hover {
    color: #00b8e7;
}

footer h4 {
    color: #00b8e7;
    font-size: 24px;
    font-weight: 700;
    ;
    margin: 33px 0 3px 0;
}

footer p {
    color: #fff;
    font-size: 16px;
    width: 93%;
    font-family: 'Poppins', sans-serif;
}

footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: #fff;
    border: 0;
    border-radius: 50px;
    width: 100%;
    padding: 19px 35px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #636363;
}

footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #636363;
}

footer .newslet {
    position: relative;
}

footer .newslet p {
    margin: 0;
    width: 100%;
}

footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

footer .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
    margin: 15px 0;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
}

footer span.wpcf7-spinner {
    position: absolute;
}

footer .wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 0 0;
}

footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #00b8e7;
    border: 0;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    padding: 21px 55px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
}

footer .padset p {
    margin: 0;
    font-size: 12px;
    width: 100%;
}

footer .website-by {
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 1050px) {
    footer ul.c-details li:first-child a:first-of-type {
        border-right: 0;
        padding: 0 0px 0 0;
    }
    footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 21px 10px;
    }
    footer ul#menu-footer-menu li {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
        position: relative;
        width: 100%;
        margin-top: 10px;
        padding: 16px 23px;
    }
    footer .padset {
        padding-top: 30px;
        text-align: center;
    }
    footer .website-by {
        text-align: center;
        margin-top: 10px;
    }
    footer h4 {
        font-size: 20px;
    }
    footer .logo a img {
        max-width: 125px;
    }
}