/*:::  For Desktop  :::*/

.mobileHeader{
	display: none;
}


/*:::  For Mobile  :::*/


@media (min-width: 200px) and (max-width:575.98px){
	.Desktop_navigation{
		display:none;
	}
	.mobileHeader{
		display: block;
	}
	.CategoryProduct a p {
	    color: #fff;
	}
	.LogoArea {
	    padding: 35px 0px;
	}
	.LogoArea img {
	    width: 100%;
	}
    .VideoSlider h2 {
	    text-align: center;
	    font-size: 21px;
	}
	.VideoSlider p {
	    color: #f1e9e9;
	    text-align: center;
	    font-size: 13px;
	    line-height: 30px;
	    word-break: break-all;
	    margin-top: 13px;
	    font-family: 'Josefin Sans';
	}    
	#Video video {
	    width: 100%;
	    height: 640px;
	    object-fit: cover;
	}
	.imageAniGroup {
	    text-align: center;
	    margin-bottom: 35px;
	}
	.FooterBottomNav p {
	    color: #eeeeeed9;
	    font-size: 14px;
	    margin-bottom: 9px;
	}
	.FooterNav a {
	    color: #fff;
	    margin-right: 8px !important;
	    letter-spacing: .3px !important;
	    font-size: 13px !important;
	}
}

