.footerbg {
    background-color: #6f6f6f;
    color: white !important;
}

.text-gray {
    color: #e9e9e9;
}

.text-lessbold {
    font-family: Roboto-thin;
}

.font0_6 {
    font-size: 0.6rem;
}

.footertopsection {
    text-align: center;
}

.footerbottomsection {
    margin-left: 15%;
    margin-right: 15%;
}

.footernumberfooter {
    font-size: 0.6rem;
}

.footerh2ptag {
    margin: 0%;
}

.footerlastspanleft {
    float: left;
}

.footerlastspanright {
    float: right;
}

.footerataglinks {
    /* color: inherit; */
    text-decoration: none;
}

.footerataglinks:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.footergridicons {
    color: #C5C5C5 !important;
}

.footer-link>a:last-child {
    border-right: none !important;
    margin-right: 0px !important;
    padding-right: 0px !important;

}


.footer-link a {
    border-right: 1px solid #e9e9e9;
    margin-right: 20px;
    padding-right: 20px;
}

.footerarrowicon:hover {
    color: white;
}

@media(max-width:1500px) {
    .footernumberfooter {
        font-size: 0.5rem;
    }

    .numberfooter {
        font-size: 20px;
    }
}

@media(max-width:1330px) {
    .footernumberfooter {
        font-size: 0.6rem;
    }

    .numberfooter {
        font-size: 18px;
    }

    .responsive-text-size {
        font-size: 14px;
    }
}

@media(max-width:1301px) {
    .footernumberfooter {
        font-size: 0.6rem;
    }

    .numberfooter {
        font-size: 18px;
    }

    .responsive-text-size {
        font-size: 14px;
    }
}

@media(max-width:1245px) {
    .footernumberfooter {
        font-size: 0.6rem;
    }

    .numberfooter {
        font-size: 16px;
    }

    .responsive-text-size {
        font-size: 14px;
    }
}

@media(max-width:1216px) {

    .responsive-text-size {
        font-size: 12px;
    }
}

@media(max-width:1199px) {
    .footernumberfooter {
        font-size: 0.8rem;
    }

    .numberfooter {
        font-size: 18px;
    }

    .responsive-text-size {
        font-size: 16px;
    }
}

@media(max-width:800px) {

    .footernumberfooter {
        font-size: 0.8rem;
    }

    .numberfooter {
        font-size: 18px;
    }

    .responsive-text-size {
        font-size: 18px;
    }

    .footerbottomsection {
        margin-left: 5%;
        margin-right: 5%;
    }

    .footer-social-icon-padding {
        padding-left: 7%;
    }

    .footerh4tag {
        margin: 0 0 5px 0;
    }

    .footerptag {
        margin: 5px 0 5px 0;
    }
}