.footer-cnt span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 23px;
    line-height: 53px;
    font-family: 'Helvetica' !important;
    font-weight: bold;
    display: block;
}
.main-footer h4 {
    margin: 26px -2px 26px 0px;
    padding: 0px 0px;
    color: #01B7A1;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
}
.cnt-footer a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 32px;
    /*margin-top: 25px;*/
    display: inline-block;
}

.soical-footer a {
    padding-right: 15px;
    color: transparent;
}
.soical-footer a:hover {
    color: transparent;
}
.cnt-footer a:hover {
    color: #01B7A1;
}
.main-footer ul li a {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    color: #fff!important;;
    text-decoration: none;
    display: inline-block;
    font-family: "Manrope", sans-serif !important;
    font-weight:normal!important;
}

.footer-logo {
    width: 180px;
    height: 30px;
}

.main-footer {
    margin: 0px;
    padding: 80px 0px 30px;
    background: url(../images/footer-bg-img.png) no-repeat right #032D28;
}

.footer-divider {
    margin: 48px 0px 50px 0px;
    padding: 0px 0px;
    height: 1px;
    width: 100%;
    background: #01B7A1;
    display: block;
}

@media (max-width:1024px) {
    .soical-footer a {
        padding: 4px;
    }

    .footer-cnt span{
        font-size: 15px;
    }
}
@media (max-width:768px) {
    .footer-cnt span{
        font-size: 16px;
    }
    .soical-footer a {
        padding: 1px;
    }
}
@media (max-width:680px) {

    .footer-cnt span{
        margin-bottom: 0px;
    }
    .footer-cnt {
        margin-bottom: 48px;
    }

    .soical-footer a {
        padding: 7px;
    }

    .footer-divider{
        margin: -16px 0px 30px 0px;

    }

    .second-footer {
        text-align: center;
    }
    .second-footer .privacy-link {
        text-align: center;
    }
}

@media (max-width:475px) {

.second-footer span {
    display: none;
}
.footer-logo{
    margin-bottom: 6px;
}
}