
.footer-social-icons {
    width: auto;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
    margin-left: 15px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.social-icons img {
    width:16px;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;    
}
.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-twitter:hover {
    background-color: #00acee;
    color: #fff;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-linkedin:hover {
    background-color: #0e76a8;
    color: #fff;
}


.iconbox .box-header .icon-rounded.fixed-deposit:before {
    content: url('../images/icons/fixeddeposit.png');
}


.iconbox .box-header .icon-rounded.flexirecurring:before {
    content: url('../images/icons/flexirecurring.png');
}


.iconbox .box-header .icon-rounded.recurring:before {
    content: url('../images/icons/recurring.png');
}


.iconbox .box-header .icon-rounded.savings:before {
    content: url('../images/icons/savings.png');
}


.iconbox .box-header .icon-rounded.monthly:before {
    content: url('../images/icons/monthly.png');
}


.iconbox .box-header .icon-rounded.daily:before {
    content: url('../images/icons/daily.png');
}
.box-content .title.first_child{
    margin-top: 0px;
}
.box-content .title span{
    font-size: 10px;
    color: red
}
.box-content .title span.grey{
    font-size: 12px;
    color: #666666;
}
.about-v3 .box-content p{
    text-align: justify;
}

.table {
    background-color: #f1f1f1;
    color: #0084b4
    margin-bottom: 0px;
}
.table th {
    background-color: #0084b4;
    color: #fff;
}
.table > tbody > tr > th{
    padding: 15px;
}
.table > tbody > tr{
    padding: 15px;
}
 
.footerlogo{
    /*background-color: #fff;*/
    /*padding:10px;*/
}  
@media (max-width:991px){
    .sidebar .widget {
        margin-bottom: 30px;
    }
}


@media (max-width: 992px){
    .footerlogo{
        margin-top: 40px;
    } 
    .widget-box{
        padding-top: 0px;
    } 
    .footer-bottom .copyright, .footer-bottom .menu-footer {
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
    } 
    .footer-bottom .menu-footer li {
        margin-left:0px;
    }
}


@media (max-width: 768px){
    .bg-theme.white img{
        margin-bottom: 20px;
    }   
    .bg-theme.white .col-sm-3:last-child img{
        margin-bottom: 0px;
    }
    .footerlogo{
        max-width: 260px;
    }  
}