footer.care-footer {
    width: 100%;
    bottom: 0;
    height: auto;
    margin-top: 20px;
}

.care-footer-blue {
    padding: 80px 0 20px 0;
    background-color: #283891;
    /*background-image: linear-gradient(to right, #b10000, #b10000 25%, #ffbb73 25%, #ffbb73 50%, #b10000 50%, #b10000 75%, #ffbb73 75%);*/
    background-size: 100% 6px;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.footer-copyright-area {
    background: #00ade2;
    padding: 20px
}

.container-fluid.foot-cont {
    width: 85%;
    margin: auto
}

h3.foot-header {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

p.footer-p {
    padding-right: 5%;
    color: #f4f7fd;
    font-size: 15px;
    margin-bottom: 10px;
    word-break: break-word;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Merriweather', sans-serif !important;
}

p.copyright-p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif !important;
}

p.copyright-p a {
    text-decoration: none;
    color: #fff
}

p.copyright-p a:hover {
    color: #fff
}

img.foot-icon {
    height: 30px
}

.email-care,
.foot-social {
    margin-top: 30px
}

ul.social-footicon {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.social-footicon li {
    padding: 0 10px
}

footer a:hover {
    text-decoration: none
}

.privacy {
    display: flex;
    justify-content: space-between
}

.foot-col a {
    text-decoration: none
}

.footer-location-area {
    background: #fff;
    padding: 20px 0;
    text-align: center
}

.care-foo-p {
    margin-bottom: 0
}

p.care-foo-p>span {
    position: relative;
    padding: 0 3%;
    border-right: 2px solid #ccc;
    color: #ed1c24
}

p.care-foo-p>span:last-child {
    border-right: none
}

.footer-tariff {
    display: inline-block;
    padding: 5px;
    color: #ed1c24;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fixed-bottom-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    right: 0
}

.btn.fixed-btn-content,
.fixed-btn-content {
    text-decoration: none;
    background: #ed1c24;
    text-align: center;
    height: 60px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    color: #e4e4e4;
    display: block;
    line-height: 14px;
    margin: 0 1px;
    width: -webkit-fill-available;
    width: 98%;
    padding: 5px
}

.btn.fixed-btn-content:active,
.btn.fixed-btn-content:focus,
.btn.fixed-btn-content:hover,
.fixed-btn-content:active,
.fixed-btn-content:focus,
.fixed-btn-content:hover {
    text-decoration: none;
    color: #fff
}

.btn.fixed-btn-content,
.fixed-btn-content img {
    margin-bottom: 3px
}

a.footer-tariff {
    font-size: 15px
}

.sitemap-banner {
    width: 100%;
    height: 215px;
    background-color: #ed1c24;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center
}

.main-site-page-link {
    padding: 10px 20px;
    background: #ed1c24;
    border-radius: 4px;
    color: #fff;
    font-size: 20px
}

.site-links {
    color: #ed1c24;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px
}
.divideline-ftr {
    height: 100%;
}

@media only screen and (min-device-width:769px) and (max-device-width:1024px) {
    .container-fluid.foot-cont {
        width: 95%;
        margin: auto
    }

    p.copyright-p,
    p.footer-p {
        font-size: 14px
    }

    img.foot-icon {
        width: 40px;
        height: 40px
    }

    .social-footicon li {
        padding: 0 5px
    }

    a.footer-tariff {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    .divideline-ftr {
        border-right: 0;
    }
    .container-fluid.foot-cont {
        width: 95%;
        margin: auto
    }

    footer.care-footer {
        margin-bottom: 20px
    }

    p.footer-p {
        padding-right: 8%;
        font-size: 12px
    }

    p.copyright-p {
        font-size: 12px
    }

    img.foot-icon {
        width: 30px;
        height: 30px
    }

    .privacy {
        padding: 0 40px
    }

    .social-footicon li {
        padding: 0 5px
    }

    p.care-foo-p>a {
        font-size: 12px;
        padding: 0 5px
    }

    a.footer-tariff {
        font-size: 14px
    }

    .care-footer-blue {
        padding: 40px 0 20px 0
    }
}

@media only screen and (max-width:580px) {
    .care-footer-blue {
        padding: 30px 0 20px 0
    }

    .footer-copyright-area {
        padding-bottom: 40px
    }

    .fixed-bottom-box {
        display: block
    }

    .privacy {
        padding: 0;
        display: block
    }

    img.foot-icon {
        width: 45px;
        height: 40px
    }

    h3.foot-header {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 18px;
    }

    p.footer-p {
        padding-right: 4%;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 31px;
    }

    p.copyright-p {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:370px) {
    img.foot-icon {
        width: 40px;
        height: auto
    }
}