.header-logo img{
    width: 100px;
}

.custom-btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #E20001;
    border-color: #E20001;
}

.custom-btn-position{
    margin-right: 50px;
}


@media only screen and (min-width: 768px) {
    .header-logo img{
        width: 120px;
    }
    .mean-container a.meanmenu-reveal{
        margin-top: -46px;
    }
}

@media only screen and (min-width: 992px) {
    .top-up-img-1{
        width: 300px;
    }
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1440px) {

}
