/*footer*/

.page-footer {
    position: relative;
    background-color: #ff6f62;
    color: white;
}
.page-footer a,.page-footer a:active{
    text-decoration:none;
    color:white;
}

.download {
    padding: 10px 0px;
    background-color: rgba(255, 255, 254, 0.9);
    font-size: 16px;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.download span:last-child a {
    padding-left: 20px;
}

.page-footer .download .download-logo-img {
    min-width: 30px;
}

.page-footer .download .download-img {
    min-width: 50px;
}

.download p {
    color: gray;
    font-size: 14px;
}

.download b {
    color: tomato;
    font-size: 14px;
}

.social a i {
    font-size: 20px;
    transition: .2s ease-in-out;
}

.list-unstyled li a {
    color: white;
    text-decoration: none;
    font-size: .9rem;
}

.list-unstyled i {
    font-size: larger;
    padding-right: 10px;
}


/*animate love icon*/

footer .fa-heart {
    animation: fa-heart 5s ease infinite;
}

@keyframes fa-heart {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.25);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    55% {
        transform: scale(1.25);
    }
    70% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 600px) {
    .list-unstyled li {
        padding-bottom: 18px;
    }
    .list-unstyled li a:hover {
        color: whitesmoke;
    }
}

@media only screen and (max-width: 800px) {
    .list-unstyled li {
        padding-bottom: 5px;
    }
}

.footer-copyright {
    font-size: 15px;
}


/*footer*/

.footer {
    padding: 20px 0px;
    background-color: #ff6f62;
}
.footer a,.footer a:active{
    color:white;
    text-decoration:none;
}
.footer a:hover{
    color:whitesmoke;
}
.footer .other-details {
    color: white;
    font-size: 16px;
    margin: 0 auto;
}

.footer .other-details  a {
    color: white;
    text-decoration: none;
}

.footer .other-details  a:not(.other-details a:first-child) {
    margin-left: 10px;
}

.footer .social i {
    color: white;
}