.footer-main {
    padding: 0;
    background: #333333;
}
.footer-top-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-between;
}
.footer-block {
    width: calc(22% - 20px);
    padding: 0 10px;
}
.product-range1.footer-block {
    position: relative;
}
.footer-block.third {
    width: 28%;
}
.footer-block.footer-last {
    text-align: right;
}
.footer-block.footer-last ul li a,
.footer-block.footer-last ul li {
    text-transform: none !important;
}
.footer-block h2 {
    margin: 0 0 15px !important;
    padding-bottom: 7px;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #AE8D54;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}
.footer-block p,
.footer-block a,
.footer-block.footer-last ul li {
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none !important;
    transition: all .4s ease;
    font-size: 16px;
    line-height: 41px;
    color: #ffffff !;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
.footer-block .footer-slide ul li a {
    color: #ffffff;
}
.footer-block a:hover,
.footer-block a:active,
.footer-block a:focus,
.footer-block .footer-slide ul li a:hover,
.footer-block .footer-slide ul li a:active,
.footer-block .footer-slide ul li a:focus {
    /* color: #149b9a; */
     /* opacity: 0.6;  */
}
.footer-block .footer-slide ul {
    padding: 0;
    list-style: none;
}
.footer-block .footer-slide ul li {
    margin: 0 0 4px;
}
.footer-block .footer-slide.last-childs {
    display: flex;
    justify-content: space-between;
}
.footer-block .footer-slide ul li.image {
    margin-top: 10px !important;
}
.footer-block.footer3 .footer-slide ul li {
    margin: 0 0 20px;
}
.footer-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px -5px 0;
}
.footer-payment-item {
    padding: 0 5px;
}
.footer-block.footer4 .footer-slide {
    text-align: right;
    padding-left: 14px;
}
.footer-social {
    margin: 15px 0;
    position: absolute;
    bottom: 0;
}
.top-social {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.social-item {
    padding: 0 5px;
}
.social-item a:hover {
    opacity: 0.6;
}
body .copyright {
    background: #c9ff4b;
    box-sizing: border-box;
    display: block;
    padding: 18px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #523675;
    font-weight: 700;
    font-family: "Poppins-SemiBold";
    text-align: center;
    display: none;
}
.bottom-part {
    padding-top: 60px;
    /* border-top: 1px solid #a4a4a4; */
}
.footer-menu {
    padding-bottom: 45px;
}
/** Footer Top **/
.top-part {
    background-color: #431282;
}
.top-part .footer-top-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
    align-items: center;
    max-width: 100%;
}
.top-part .footer-top-main .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-part .footer-top-main .footer-social .social-item {
    /* margin-right: 5px;
    background-color: #ffd900;
    border: 1px solid #ffd900;
    transition: all .3s ease; */
}
.top-part .footer-top-main .footer-social .social-item:hover {
    /* background-color: transparent;
    border: 1px solid #ffd900; */
}
.top-part .footer-top-main .footer-social .social-item:last-child {
    margin-right: 0;
}
.top-part .footer-top-main .footer-social .social-item a {
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all ease .4s;
}
.top-part .footer-top-main .footer-social .social-item a:hover {
    text-decoration: none;
}
.top-part .footer-top-main .bfr-text {
    width: 25%;
}
.top-part .footer-top-main .bfr-text h2 {
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: #fff;
    font-weight: inherit;
    margin: 0;
}
.top-part .footer-top-main .bfr-text p {
    color: #ffffff;
    font-size: 10.5px;
    line-height: 14px;
    font-family: 'Poppins-Regular';
    max-width: 290px;
    margin: 0;
}
.top-part .footer-top-main .newsletter-form-section {
    width: 40%;
    padding-left: 0;
}
body .block.newsletter {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
body .block.newsletter .field .control {
    text-decoration: none;
    display: block;
    position: relative;
}
.block.newsletter .field .control label {
    display: flex;
}
.footer-main .newsletter input::placeholder,
.footer-main .newsletter input::-moz-placeholder,
.footer-main .newsletter input::-webkit-input-placeholder {
    color: #9b80bc;
}
.footer-main .newsletter input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#9b80bc !important;
    opacity: 1;
    /* Firefox */
}
.footer-main .newsletter input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9b80bc !important;
}
.footer-main .newsletter input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9b80bc !important;
}
.footer-main .newsletter input {
    background-color: #582c90;
    color: #9b80bc;
    font-size: 14px;
    height: 50px;
    border: 0;
    opacity: 1;
    padding: 10px 15px;
    margin-right: 5px;
}
.footer-main .newsletter input:focus {
    outline: none;
    box-shadow: none;
}
.block.newsletter .field.newsletter {
    max-width: 100% !important;
    float: none !important;
}
.block.newsletter .actions {
    padding-left: 5px;
    width: 27%;
    float: none !important;
}
.block.newsletter .field .control:before {
    display: none;
}
.block.newsletter .action.subscribe {
    background: #7d4ba7;
    border: 1px solid #7d4ba7 !important;
    padding: 6px 30px;
    width: 100%;
    font-size: 14px !important;
    height: 50px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border-radius: 0 !important;
    transition: all ease .4s;
    position: initial;
    font-family: "Poppins-SemiBold";
}
.block.newsletter .action.subscribe:hover {
    background: transparent;
    border: 1px solid #154b75 !important;
    color: #fff;
}
.footer-social ul {
    display: flex;
}
.footer-social ul li{
    margin-right: 20px !important;
}
.footer-payment-strip-copyrights {
    background: #fff;
}
body .footer-copyrights-main .copyright {
    display: block;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
.footer-bottom-links a{
    font-size: 13px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
.footer-bottom-links a:hover {
    color: #AE8D54;
}
.footer-bottom-links {
    /* font-size: 16px; */
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
body .footer-copyrights-main .copyright p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
    color: #b7b7b7;
    font-family: "Poppins-SemiBold";
    text-align: center;
}
.payment {
    font-size: 15px;
    line-height: 33px;
    color: #fff;
    font-family: "Poppins-Regular";
}
.payment img {
    margin-left: 5px;
}
.footer-copyrights-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0 10px;
}
@media screen and (max-width:1199px) {
    .footer-block h2 {
        font-size: 17px;
    }
    .footer-block.footer4 .footer-slide {
        padding-left: 0;
    }
}
@media screen and (max-width:991px) {
    .footer-block,
    .footer-block.third {
        width: 50%;
        margin: 0 0 30px;
    }
    .footer-main {
        padding: 0;
    }
    .top-part .footer-top-main .newsletter-form-section {
        width: 70%;
        margin: 0 auto 20px;
    }
    .top-part .footer-top-main .bfr-text {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .top-part .footer-top-main .bfr-text p {
        max-width: 100%;
    }
    .top-part .footer-top-main .footer-social {
        justify-content: center;
        width: 100%;
    }
    .footer-social{
        position: inherit;
    }
    .footer-block h2{
        font-size: 18px;
    }
    .footer-block .footer-slide ul li a{
        font-size: 14px;
        line-height: 30px;
    }
    .footer-bottom-links a{
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    .footer-block,
    .footer-block.third {
        width: 100%;
        margin: 0 0 15px;
    }
    .footer-block.footer3 .footer-slide ul li {
        margin: 0 0 4px;
    }
    .footer-block.footer4 .footer-slide {
        text-align: left;
    }
    .footer-payment {
        justify-content: flex-start;
    }
    .top-part .footer-top-main .footer-social {
        margin-bottom: 15px;
    }
    .top-part .footer-top-main .footer-social .social-item a {
        font-size: 28px;
        height: 40px;
        width: 40px;
    }
    .top-part .footer-top-main .newsletter-form-section {
        width: 90%;
        margin: 0 auto 30px;
    }
    .top-part .footer-top-main .bfr-text p {
        margin-bottom: 20px;
    }
    .top-part .footer-top-main .bfr-text h2 {
        margin-bottom: 18px;
    }
    .top-part .footer-top-main {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer-main .newsletter input {
        height: 45px;
    }
    .block.newsletter .action.subscribe {
        height: 45px;
        padding: 6px 20px;
    }
    .footer-block .footer-slide.last-childs {
        display: block;
    }
    .footer-copyrights-main {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 35px 0;
        flex-wrap: wrap;
    }
    .footer-block.footer-last {
        text-align: left;
    }
    body .footer-copyrights-main .copyright {
        text-align: center;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .payment {
        text-align: center;
    }
    .footer-menu {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .block.newsletter .form.subscribe {
        display: block;
        width: 100%;
    }
    .block.newsletter .actions {
        padding-left: 0;
        width: 100%;
        float: none !important;
        display: block;
    }
    .payment img {
        margin-left: 0;
    }
}