footer {
    /*background-color: #0055a7;
    color: #fff;*/
}

.footer_info_area {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
}


/*-----sitemap-----*/

.foot_sitemap {
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
}

.foot_sitemap h4 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.foot_sitemap a {
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 1rem;
}


/*-----social-----*/

.footer_social-icon {
    padding-left: 15%;
    margin-bottom: 1rem;
}

.footer_social-icon a {
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
    display: inline-block;
    opacity: .5;
    transition: .5s;
}

.footer_social-icon a:hover {
    opacity: 1;
    filter: drop-shadow(0px 0px 10px rgb(75, 200, 255))
}

.footer_social-icon a img {
    width: 100%;
    height: auto;
}


/*-----newsleter-----*/

.footer_newsleter {
    padding-left: 15%;
    position: relative;
}

.footer_newsleter span {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: .2rem;
}

.footer_newsleter div {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 0 .3rem;
}

.footer_newsleter input[type=email] {
    width: 65%;
    font-size: .9rem;
    padding: 0.3rem;
    border: none;
    background-color: transparent;
}

.footer_newsleter input[type=email]:focus {
    outline: none;
}

.footer_newsleter button {
    border-radius: 100px;
    padding: .3rem .8rem;
    font-size: .8rem;
    border: none;
    line-height: 1;
    background-color: #2b97ff;
    color: #fff;
}

.footer_newsleter button:focus {
    outline: none;
}


/*-----copyright-----*/

.copyright {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
    line-height: 1;
    font-size: 1rem;
}

.copyright a {
    color: rgb(0, 0, 0);
    margin: 0 0.2rem;
}

@media(max-width:1440px) {
    /*-----sitemap-----*/
    .foot_sitemap {
        margin-right: 5%;
    }
    /*-----social-----*/
    .footer_social-icon {
        padding-left: 10%;
    }
    .footer_social-icon a {
        width: 40px;
        height: 40px;
        margin-right: 1rem;
    }
    /*-----newsleter-----*/
    .footer_newsleter {
        padding-left: 10%;
        position: relative;
    }
    .footer-frame spen {
        font-size: 0.8rem;
    }
}

@media(max-width:1024px) {
    .footer_info_area {
        padding: 2rem 0;
    }
    /*-----sitemap-----*/
    .foot_sitemap {
        display: inline-block;
        vertical-align: top;
        margin-right: 5%;
    }
    .foot_sitemap h4 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .foot_sitemap a {
        margin-bottom: .5rem;
        font-size: .6rem;
    }
    /*-----social-----*/
    .footer_social-icon {
        padding-left: 5%;
    }
    .footer_social-icon a {
        margin-right: .5rem;
        opacity: 1;
    }
    /*-----newsleter-----*/
    .footer_newsleter {
        padding-left: 8%;
    }
    .footer_newsleter span {
        font-size: 1.2rem;
    }
    .footer_newsleter input[type=email] {
        width: 60%;
    }
    .footer_newsleter button {
        font-size: .6rem;
    }
    /*-----copyright-----*/
    .copyright {
        font-size: .8rem;
    }
    .footer-frame spen {
        font-size: 0.8rem !important;
    }
}

@media(max-width:768px) {
    .footer_info_area {
        width: 100%;
        padding: 2rem 0;
    }
    /*-----sitemap-----*/
    .foot_sitemap {
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
    }
    .foot_sitemap h4 {
        margin-bottom: .9rem;
        font-size: 1.2rem;
    }
    .foot_sitemap a {
        margin-bottom: .5rem;
        font-size: .6rem;
    }
    /*-----social-----*/
    .footer_social-icon {
        padding-left: 3%;
    }
    .footer_social-icon a {
        width: 30px;
        height: 30px;
        margin-right: .5rem;
        opacity: 1;
    }
    /*-----newsleter-----*/
    .footer_newsleter {
        padding-left: 3%;
    }
    .footer_newsleter span {
        font-size: 1rem;
    }
    .footer_newsleter input[type=email] {
        width: 55%;
    }
    .footer_newsleter button {
        font-size: .5rem;
    }
    /*-----copyright-----*/
    .copyright {
        width: 100%;
    }
}

@media(max-width:480px) {
    .footer_info_area {
        padding: 2rem 0 1rem;
    }
    /*-----sitemap-----*/
    .foot_sitemap {
        display: none;
    }
    /*-----social-----*/
    .footer_social-icon {
        padding-left: 1rem;
        margin-bottom: 1rem;
    }
    .footer_social-icon a {
        width: 35px;
        height: 35px;
        margin-right: 1rem;
        display: inline-block;
        opacity: 1;
    }
    /*-----newsleter-----*/
    .footer_newsleter {
        padding-left: 1rem;
    }
    .footer_newsleter span {
        font-size: 1.4rem;
        margin-right: 1rem;
        margin-top: .2rem;
    }
    .footer_newsleter input[type=email] {
        width: 65%;
        font-size: .9rem;
        padding: 0.3rem;
        border: none;
        background-color: transparent;
    }
    .footer_newsleter button {
        font-size: .8rem;
    }
    .footer_newsleter button:focus {
        outline: none;
    }
    /*-----copyright-----*/
    .copyright {
        width: 90%;
        line-height: 2;
        font-size: .8rem;
        /* text-align: center; */
    }
    .copyright a {
        color: rgb(0, 0, 0);
        margin: 0 0.2rem;
    }
}