footer {
    background-image: url('../img/fbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 28px 0;
}

footer .title h3 {
    color: #fff;
    text-align: center;
}

footer .title p {
    color: #fff;
    text-align: center;
}

footer .parent_form ,  .custom_design .parent_form{
    display: flex;
    gap: 10px;
    padding: 17px 0 0 0;
}
.custom_design .custom{
    width:40%;
}
.custom_design .parent_form{
	flex-wrap: wrap;
}

footer .parent_form input, .custom_design .parent_form input{
    width: 100%;
    padding: 14.5px 20px;
    border-radius: 31px;
    outline: none;
    font-size: 12px;
}

footer .parent_form input::placeholder, .custom_design .parent_form input::placeholder {
    font-size: 12px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
}

footer input.wpcf7-form-control.wpcf7-submit.has-spinner, .custom_design input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #369A40;
    border: 0;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    padding: 18px 10px;
}

.wpcf7-not-valid-tip, .custom_design .wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
}

footer .wpcf7 form .wpcf7-response-output, .custom_design .wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: #fff;
}

footer input.wpcf7-form-control.wpcf7-submit.has-spinner:hover, .custom_design input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
}

footer .underline {
    border: 1px solid #45514A;
    margin: 45px 0 55px 0;
}

footer .custom p {
    margin: 0;
}

footer .logo {
    margin-bottom: 28px;
    padding-left: 50px;
}

footer ul.site-details {
    list-style: none;
    padding-left: 50px;
}

ul.site-details {
    list-style: none;
}

ul.site-details li {
    margin-bottom: 13px;
}

ul.site-details li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 21px;
    transition: 0.3s;
}

ul.site-details li:hover a {
    color: #369A40;
}

footer .title h4 {
    color: #369A40;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px 0;
}

footer .menulist li {
    list-style: none;
    margin-bottom: 9px;
}

footer .menulist li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 21px;
    transition: 0.3s;
}

footer .menulist li:hover a {
    color: #369A40;
}

footer .newsletter {
    background: #1E1E1E;
    padding: 21px 21px 21px 59px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

footer .newsletter .wpcf7-not-valid-tip {
    position: absolute;
    top: -25px;
}

footer .newsletter .wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0 0;
}

footer .newsletter strong {
    font-size: 29px;
    font-weight: 700;
    color: #fff;
}

footer .newsletter strong img {
    margin: 0 15px 0 0;
}

footer .newsletter p {
    display: flex;
    width: 100%;
    margin: 0;
}

footer .newsletter-form {
    position: relative;
}

footer .newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
    font-size: 12px;
    color: #000;
    padding: 15px 20px;
    border-radius: 50px;
    width: 600px;
}

footer .newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder {
    font-size: 12px;
    color: #000;
    opacity: 1;
}

footer .newsletter button {
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 0;
    height: max-content;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
}

.copy-right {
    background-color: #000;
    padding-bottom: 31px;
}

.copy-right .title p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    footer .newsletter {
        display: flex;
        align-items: center;
        margin-top: 30px;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    footer .newsletter {
        flex-direction: column;
        padding: 20px 0;
    }
    footer {
        padding: 50px 0 28px 0;
    }
    .copy-right {
        text-align: center;
    }
    .copy-right .title p {
        color: #fff;
        margin: 0 0 6px 0;
        font-size: 12px;
    }
    footer .logo {
        margin-bottom: 12px;
        padding-left: 0px;
    }
    footer ul.site-details {
        list-style: none;
        padding: 0 0 26px 0;
    }
    footer .parent_form {
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 17px 0 0 0;
    }
    footer .underline {
        margin: 10px 0 30px 0;
    }
	.custom_design .custom{
    width:80%;
}
}