.page-footer{

    background: #2B48B3;

    padding: 80px 0px 20px;

}

.footer-logo {

    margin-bottom: 15px;

}

.ft-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .04em;
    color: #FFF;
    text-transform: capitalize;

}
.ftcms-address {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    letter-spacing: .04em;
    margin-bottom: 0.5rem;
}
.ft-content p.contact-section a {
    color: #fff;
}

.footer-list .ftcms-link {

    font-style: normal;

    font-weight: 700;

    font-size: 18px;

    line-height: 130%;

    color: #fff;

    letter-spacing: 0.04em;

    margin: 0px 0px 30px;

}

.footer-list .ftcms-linkcls {

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 130%;

    color: #fff;

    letter-spacing: 0.04em;

    margin: 0px 0px 30px;

}

.footer-list .ftcms-links {

    margin: 0;

    padding: 0;

    list-style: none;

}

.footer-list .ftcms-links li {

    margin-bottom: 15px;

}

.footer-list .ftcms-links li a {

    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 130%;

    letter-spacing: 0.04em;

    color: #FFFFFF;

}

.footer-list .ftcms-links li a:hover{

    text-decoration: none;

}

.ftbt-content{

    border-top: 1px solid #fff;

    padding: 30px 0px 0px;

}

.ftbt-content p {

    font-style: normal;

    font-weight: 400;

    font-size: 13px;

    line-height: 150%;

    text-align: center;

    letter-spacing: 0.04em;

    color: #FFFFFF;

    margin: 0px 0px 0px;

}

.social-media-links{

    margin: 15px 0px 20px;

}

.social-media-links ul {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.social-media-links ul li {

    margin-right: 34px;

}

.social-media-links ul li a {

    color: #fff;

    font-size: 24px;

}

.social-media-links ul li a .fa{

    font-family: FontAwesome !important;

}





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



    .ft-content p{

        font-size: 14px;

    }



}



@media only screen and (max-width: 991px) and (min-width:768px){



    .social-media-links ul li {

        margin-right: 20px;

    }



}



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



    .ft-content p{

        font-size: 14px;

    }
    .ftbt-content {
        border-top: none;
        padding: 0px 0 0;
    }
    .ft-content {
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }

    .page-footer{

        padding: 30px 0px 20px;

    }

    .social-media-links ul{

        justify-content: left;

    }

    .social-media-links ul li {

        margin-left: 0;

        margin-right: 20px;

    }

    .social-media-links ul{

        margin-bottom: 20px;

    }

    .footer-list .ftcms-link{

        position: relative;

        font-size: 18px;

        letter-spacing: 0.05em;

        margin: 0px 0px 15px;

        border-bottom: 1px solid #fff;

        padding-bottom: 15px;

    }

    .footer-list .ftcms-links{

        display: none;

    }

    .footer-list .ftcms-link:after {

        content: "\f196";

        font-family: 'FontAwesome';

        position: absolute;

        right: 0;

        top: 0;

    }

    .footer-list .open .ftcms-link:after{

        content: "\f147";

    }

    .footer-list .open .ftcms-links {

        border-bottom: 1px solid #fff;

        margin-bottom: 15px;

    }

    .footer-list .open .ftcms-link {

        border-bottom: none;

        padding-bottom: 0;

    }



}