.nav-mob {
	background-color: #F7F8F9 !important;
}

li.nav-item.san-item1 {
    text-decoration: none;
    border-bottom: 5px solid #0a0a7c;
    height: 48px;
    width: 140px;
}
.nav-grid a:hover {
    text-decoration:none;
    
}
.san-child-wrapper {
    background-color: #F7F8F9 !important;
    margin-right: -522px;
}
@media only screen and (min-width : 767px) {


.header-img-mob {
    display:none;

}
.button-mob {
   display:none;

}

 }
 
/*Mobile View*/
 @media only screen and (max-width : 767px) {
 	
	.mob-view.card-img-bg.hidden-md-up {
        background-image: none !important;
	background-color: #00175A;
}
.nav-mob{
display: none;
}

.header-img {
    display:none
}
.button-pad {
    display:none;
}
.mob-view1
{
display:none;
}
.button-mob {

    margin-bottom: -136px;
	}
 }
 
 /* iphone 6/7/8 plus*/
 @media (min-width: 414px) and (max-width: 736px){
 	.header-img {
    margin-left: 92px !important;
}
.button-pad {
    margin-left: 34px !important;
}
 }
 
 /* iphone 6/7/8 */
 @media (min-width: 375px) and (max-width: 667px){
 	.header-img {
    margin-left: 78px !important;
}
.button-pad {
    margin-left: 17px !important;
}
 }
 
 /* Aug 28, 2020 */
.image-mob {
	display: none;
}
@media only screen and (max-width : 767px) {
	.image-pc {
 		display: none;
 	}
	.image-mob {
		display: block !important;
	}
}