/*Nav*/
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #333;
    font-size: 16px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color: #00aeef;
}

/*Registrasion success*/

#popup .fa-link {
     color: #fff;
}

/*donationLandingSocialIcons*/
.donationLandingSocialIcons {
    text-align: center;
}
.donationLandingSocialIcons ul {
    padding: 0;
}
.donationLandingSocialIcons ul li{
    display: inline-block;
     width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
}

.donationLandingSocialIcons ul li.facebook {
    background: #3b5998;
}
.donationLandingSocialIcons ul li.twitter {
    background: #00acee;
}
.donationLandingSocialIcons ul li.envelope {
    background: #ccc;
}
.donationLandingSocialIcons ul li.linkedin {
    background: #0e76a8;
}
.donationLandingSocialIcons ul li.comment {
    background: #25D366;
}

.donationLandingSocialIcons ul li a {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   width: 100%;
   color: #fff !important;
   font-size: 18px;
   text-decoration: none;
}

/*Custom Landing*/
.customLanding .vertical-align-top.responsive-padding  {
    background: #004A99;
    border-radius: 16px;
    overflow: hidden;
}