@media only screen and (max-width:370px) {

/* Authentication page   */

.vcheck_logo {
    width: 100px !important;
}

.jsn_logo {
    width: 178px !important;
    padding-left: 40px !important;
}

/* End of Authentication page   */
.footer {
	position: absolute !important;
    height: 42px !important;
    bottom: 0 !important;
    width: 100% !important;
}
/* manage models */

.breadcrumb {
    display: flex !important;
    flex-wrap: initial !important;
    }
.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "" !important;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    color: #0078D4 !important;
    font-size: 21px !important;
    margin-top: 2px !important;
}
.custom_align_username{
    display: none !important;
}
.custom_nav_input_search_width{
    width: 100% !important;
}
        .custom_navbar_brand_color{
    background: #6659f7 !important;
}
.custom_nav_logo_text_vcheck{
    margin-top: 5px !important;
     background: #6659f7 !important;
}

.custom_nav_logo_jumpstart{
    display: none !important;
}
/* End of manage models */
}

/*  **********************************************************************************************   */
/*  **********************************************************************************************   */
/*  **********************************************************************************************   */
/*  **********************************************************************************************   */

@media screen and (max-width: 450px) and (min-width: 371px) {
 /* Authentication page   */

.vcheck_logo {
    width: 115px !important;
}

.jsn_logo {
    width: 227px !important;
    padding-left: 40px !important;
}
.footer {
	position: absolute !important;
    height: 42px !important;
    bottom: 0 !important;
    width: 100% !important;
}


/* End of Authentication page   */

/* manage models */

.breadcrumb {
    display: flex !important;
    flex-wrap: initial !important;
    }
.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "" !important;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    color: #0078D4 !important;
    font-size: 21px !important;
    margin-top: 2px !important;
}
/* End of manage models */
.custom_align_username{
    display: none !important;
}
.custom_nav_input_search_width{
    width: 100% !important;
}
        .custom_navbar_brand_color{
    background: #6659f7 !important;
}
.custom_nav_logo_text_vcheck{
    margin-top: 5px !important;
     background: #6659f7 !important;
}
.custom_nav_logo_jumpstart{
    display: none !important;
}


}
@media screen and (max-width: 1150px) and (min-width: 371px) {
.custom_align_username{
    display: none !important;
    }
}


@media screen and (max-width: 700px) and (min-width: 371px) {
    .custom_nav_logo_jumpstart{
        display: none !important;
    }
    .custom_nav_input_search_width {
        width: 35vw !important;
    }
}

@media only screen and (max-width: 576px) {
    .slider_mobile_hide {
        display: none !important;
    }
}

@media only screen and (max-width: 450px) {
    .index_logo {
        width: 128px !important;
    }
    .jsn_logo {
        width: 208px !important;
        padding-left: 40px !important;
    }
}
@media only screen and (max-width: 440px) {
    .index_logo {
        width: 120px !important;
    }

    .jsn_logo {
        width: 167px !important;
        padding-left: 5px !important;
    }
}
