a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .tab-content h2{color: #000;font-size:20px;text-transform: uppercase;margin-bottom: 30px;}
.tab .tab-content h4{color: #0c1262;font-size:17px;text-transform: capitalize;margin-top: 30px;}
.tab .tab-content p{color: #000;font-size: 15px;font-style: normal;text-align: justify;}
.tab .tab-content .loan-content li{color: #000;font-size: 14px; font-weight: normal;list-style-type: none;line-height: 20px;font-style: normal;font-family: "Lora", serif;margin: 4px;text-align: justify;}
.tab .tab-content .loan-content li:before{
  content: "\f046"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-right:8px; /* same as padding-left set on li */
  color:#0a437c;    
}


.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    display: block;
    padding: 5px 10px;
    margin: 0 10px 20px 0;
    font-size:15px;
    font-weight: 700;
    color: #171E89;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #171e89;
    color: #fff;
    border: none;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 3px;
    height: 0;
    background: #444bba;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ height: 25px; }
.tab .nav-tabs li a:after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e16a46;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
    bottom: -10px;
    opacity: 1;
}
.tab .tab-content{
    padding: 25px;
    margin-top: 0;
    background: #e0e0e0;
    border-radius:10px;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    border:3px dashed #fff;
    letter-spacing: 1px;
    position: relative;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{ margin-bottom: 0; }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}