.download-app-link {        
    color: #ffffff!important;
    background-color: #f5a94d;
    position: fixed;
    top: 60%;
    left: 60px;
    width: 120px; 
    height: 120px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    /*font-size: 18px;*/
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    z-index: 99;
    display: flex;
    align-items: center;
  justify-content: center;
    /*animation:pulse 2s infinite;*/
}

.download-app-link a{
    color: #ffffff;
 /*   width: 100%;
    height: 100%;*/
    display: block;
    font-size: 16px;
}

.download-app-link a i{
    font-size: 27px;
}

.navbar-stick:not(.navbar-dark){
    background-color: #f2f8fb;
}


@media ( max-width:768px ){
    .footer-cta{
        transform: translateY(0)!important;
        margin-top: 0!important;
        margin-bottom:20px!important;
    }
}