.sidenav::-webkit-scrollbar {
    display: none;
}

.footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-social li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-footer-img {
    margin-left: 0;
    margin-top: 0;
}

.agent-Heading{
    height: 140px;
}

@media screen and (max-width: 1023px) {
    .hotline-number-main-container{
        margin-top: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .col-md-4-custom{
        padding-top: 5%;
    }
}