@media screen and (max-width: 720px) {
	.top_phone {display: block;}
	.top1 {width: 100%;}
	.hide2 {display: flex;}
	.top  {z-index: 12;}
	.add_top {background-color: #0D0D0D !important;}
	.add_img {display: flex !important;}
	.flexd :hover #flexd2 span ,
	.flexd :hover #flexd2 div {color: #000000 !important;}
		
	.foot {display: block;}
	#flexd2:hover span {
		display: initial;
	}
	
	#flexd2:hover img {
		display: none;
		margin-right: 20px;
	}
	
}