.footer_wrap {
    padding: 50px 0px;
    background-color: #000;
    text-align: center;
    color: #ffffff;
}


.footer_wrap h6 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-bottom: 30px;
}

.footer_inner span {
    display: flex;
    align-items: center;
    margin: 10px;
    color: #fff;
    font-size: 18px;
    justify-content: center;
}

.footer_inner span svg {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.footer_inner span a {
    color: #ffffff;
}


.social_plugin {
    margin-top: 30px;
}

.social_plugin ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_plugin ul li {
    margin: 0px 10px;
}

.social_plugin ul li a {
    font-size: 24px;
    color: #fff;
    background-color: #ffffff50;
    width: 40px;
    display: flex;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.footer_navbar {
    text-align: center;
    margin-top: 100px
}

.footer_navbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.footer_navbar ul li a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all ease 500ms;
}

.footer_navbar ul li a:hover {
    color: #ffffff50;
}

.contact_us .inner_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_us h4.title {
    margin: 0px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-right: 30px;
}

.contact_us .buynowbtn {
    margin: 0px;
}


@media only screen and (max-width: 768px) {

    .footer_navbar ul {
        display: block;
    }

    .footer_navbar ul li {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
    }

}


@media only screen and (max-width: 480px) {
    .footer_wrap h6 {
        font-size: 18px;
    }
}



@media only screen and (max-width: 384px) {
    .footer_wrap h6 {
        font-size: 18px;
        line-height: 1.3;
    }

    .footer_navbar {
        margin-top: 50px;
    }

}