﻿

.appleStore {
    margin-top: 5.5px;
    width: 130px;
}

.googleStore {
    width: 140px;
}



.user_card {
    background: #ffffff url(/Version2020/Portal/img/besmart.png) no-repeat 95% 10px;
}
    @media (max-width : 650px) {
        

        .user_card {
            background: #ffffff url(/Version2020/Portal/img/besmart_small.png) no-repeat 99% 10px;
        }


        .appleStore {
            margin-top: -6px !important;
            width: 70px;
        }

        .googleStore {
            margin-top: -9px;
            width: 72px;
        }
    }
