/* begin::Global css */
:root {
    --primary-color: #14244d;    
    --secondary-color: #21c87a;
    --black-color: #0D0D0D;
    --white-color: #ffffff;
    --gray-color: #E5E5E5;
    --site-font: "Quicksand", serif;
}

body {
    line-height: 1.2;
    font-family: var(--site-font);
}

.canvasjs-chart-credit {
    display: none;
}

.text_primary_color {
    color: var(--primary-color);
}

.text_secondary_color {
    color: var(--secondary-color);
}

@media (min-width: 992px) {
    .app-content {
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: transparent;
    }

    .app-header-separator {
        display: none;
    }
}

.card {
    border: none;
}
/* end::Global css */

.download_app_btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_app_btns > a {
    height: 32px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.download_app_btns > a:last-child {
    margin-right: 0;
}

.download_app_btns > a > img {
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.app-navbar ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.app-navbar ul li {
    margin-right: 20px !important;
}

a.myas_logo {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.myas_logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

a.mp_logo {
    display: block;
    height: 55px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.mp_logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

a.dsyw_logo {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.dsyw_logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

a.sai_logo {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.sai_logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

a.fitindia_logo {
    display: block;
    height: 55px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.fitindia_logo img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

a.g20_logo {
    display: block;
    height: 55px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.g20_logo img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}
