

.footer-wrapper {
    padding: 15px;
    background-color: #3A3845;
}

.footer-container {
    margin: auto;
    padding: 25px 0;
}

.first-col .head-para {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #001F33;
}

.first-col p,
.footer-extra-info p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    color: #FFFFFF;
}

/*.first-col {*/
/*    width: 32% !important;*/
/*}*/

.second-col p,
.third-col p ,
.fourth-col p{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFFFFF;
}

.fourth-col .footer-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #FFFFFF;
}

.fourth-col .footer-info .head {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 12px;
}

.footer-wrapper ul{
    padding: 0;
}

.footer-wrapper ul li {
    padding-bottom: 20px;
    list-style: none;
}

.footer-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 15px;
}


.fourth-col .footer-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #FFFFFF;
    margin: 0;
}

.footer-wrapper hr {
    border-top: 1px solid #6559a7;
}

.divider {
    width: 30px;
    height: 9px;
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 20px;
}
