*, ::after, ::before {
    box-sizing: border-box;
}
footer.page-footer {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    float: left;
    background: none;
    margin: 60px auto 0;
    padding-top: 30px;
}
footer.page-footer .footer-container {
    max-width: 1685px;
    width: 100%;
    padding: 0 15px;
    background: none;
    margin: 30px auto 0;
}
footer.page-footer .footer-container .footer_one {
    float: left;
    width: 14%;
    margin-right: 2%;
}
footer.page-footer .footer-container .footer_two {
    float: left;
    width: 64%;
}
.footer_links {
    float: left;
    width: 100%;
}
.footer_links .footer_links_sub .footer_links_one {
    width: 28%;
    float: left;
    margin-right: 2%;
}
.footer_links h3 {
    margin: 0;
    font-size: 18px;
    color: #181824;
    font-family: Montserrat-Thin;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer_links ul {
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
.footer_links ul li a {
    font-size: 18px;
    color: #a8a8a8;
    font-weight: 500;
    font-family: Montserrat-Thin;
}
.footer_links ul li a:hover {
    color: #947056;
}
.footer_links .footer_links_sub .footer_links_two {
        width: 28%;
    float: left;
    margin-right: 2%;
}
.footer_links .footer_links_sub .footer_links_three {
       width: 38%;
    float: left;
    margin-right: 2%;
}
footer.page-footer .footer-container .footer_three {
    float: left;
    width: 20%;
}
.footer_three img {
        float: right;
    width: 225px;
    margin-bottom: 20px;
}
.footer_three .footer-social ul.social_icon {
    margin: 0;
    padding: 0;
    float: right;
}
.footer_three .footer-social ul.social_icon li.fb a {
    background-image: url(../images/socialicon.png);
    font-size: 0;
    padding: 18px 24px;
    background-repeat: no-repeat;
}
.footer_three .footer-social ul.social_icon li.in a {
    background-image: url(../images/socialicon.png);
    font-size: 0;
    padding: 18px 24px;
    background-repeat: no-repeat;
    background-position: -45px;
}
.footer_three .footer-social ul.social_icon li.insta a {
    background-image: url(../images/socialicon.png);
    font-size: 0;
    padding: 18px 24px;
    background-repeat: no-repeat;
    background-position: -89px;
}
.footer_three .footer-social ul.social_icon li {
    list-style-type: none;
    display: inline-block;
}
.footer_links ul li a:hover {
    text-decoration: none;
}
.copyright {
    background-color: unset;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    color: #000000;
    font-weight: 300;
    font-family: "Open Sans"; 
    margin-top: 60px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px){

footer.page-footer .footer-container .foo-common {
    width: 100%;    margin: auto;
}
footer.page-footer .footer-container .foo-common .footer_logo.foo-com {
    width: 100%;    text-align: center;
}
.footer_two.foo-common .foo-com {
    width: 33.33%;
    margin: 15px auto;
}
.footer-social.foo-com .footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;margin: 5px auto 20px;
}
.footer-social.foo-com .footer-logo img {
    margin: auto;
    text-align: center;
    float: none;
}
.footer_three .footer-social ul.social_icon {
    width: 100%;
    text-align: center;
}
small.copyright {
    margin: auto;
}
}

@media only screen and (max-width: 690px){
.footer_two.foo-common .foo-com {
    width: 100%;
    text-align: center;
}
footer.page-footer .footer-container {
    margin: auto;
}
.footer-social.foo-com .footer-logo img {
    max-width: 50%;
}
}
@media only screen and (max-width: 480px){
    .footer_links ul li a {
        font-size: 12px;
    }
    .footer_links h3 {
        margin: 0;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer_links ul li {
        padding: 5px 0;
    }
    .footer-social.foo-com {
        text-align: center;
        padding: 15px 0;
        float: left;
        width: 100%;
    }
    .footer_three img {
        float: none;
        width: 225px;
        margin-bottom: 20px;
        margin: 0 auto 15px;
        text-align: center;
    }
}