.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.footecolor {
    background-color: #03013e;
    color: white;
}

.footer_social_section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.makeflex {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* <!-- footer start  --> */

.footer a {
    color: white;
    text-decoration: none;
}

.footer p {
    color: white;
}

.footer h3 {
    margin-top: 15px;
}

.footer li {
    line-height: 30px;
}

.ghsNfh,
.kfOAcm {
    width: 100%;
    position: relative;
    margin-top: 60px;
    height: 9.51vw;
    background-image: url(../images/desktop\ footer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kfOAcm {
    display: none;
}

@media (max-width:720px) {
    .footer {
        padding-top: 20px;
    }
    .kfOAcm {
        display: block;
    }
    .ghsNfh {
        display: none;
    }
    .footer li {
        font-size: 14px;
    }
}

.fLNSNF {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.kPWxUS:first-child {
    margin-left: 0px;
}

.kPWxUS {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 50px;
    background: url(../images/social/facebook.svg) center center / cover no-repeat;
}

.aqzVE {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 50px;
    background: url(../images/social/linkedin.svg) center center / cover no-repeat;
}

.dshCGe {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 50px;
    background: url(../images/social/instagram.svg) center center / cover no-repeat;
}

.iwdnzM {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 50px;
    background: url(../images/social/pinterest.svg) center center / cover no-repeat;
}

.ciyVcb {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 50px;
    background: url(../images/social/youtube.svg) center center / cover no-repeat;
}

@media (max-width:720px) {
    .footer {
        padding-left: 0px;
    }
    .footer .about {
        font-size: 14px;
        text-align: center;
    }
    .footer li {
        font-size: 13px;
    }
    .footer .col-md-3 h3 {
        font-size: 15px;
        font-weight: 500;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .kPWxUS,
    .aqzVE,
    .dshCGe,
    .iwdnzM,
    .ciyVcb {
        width: 60px;
        margin-left: 15px;
    }
    .footer .col-md-3 {
        padding: 20px;
    }
}

.last-footer h3,
.last-footer p {
    display: block;
    margin-bottom: 10px;
    color: rgb(43, 43, 43);
    text-align: center;
}

.last-footer p {
    font-size: 17px;
}

.last-footer ul {
    text-align: center;
}

.last-footer li {
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
}

.last-footer li a {
    color: rgb(43, 43, 43);
    text-align: center;
}

@media (max-width:720px) {
    .last-footer li {
        padding: 8px 10px;
    }
    .last-footer p,
    .last-footer li a {
        font-size: 14px;
    }
    .last-footer h3 {
        font-size: 20px;
    }
}