

@media only screen and (max-width : 575px) {
.hideinmobile{
	display: none;
}
.showinmobile{
	display: flex;
}
}
@media only screen and (max-width : 398px) {
		.toptitle{
	font-size: 18px;
}
.topsuptitle{
	font-size: 16px;
}
.td1{

	font-size: 14px;
}
.td2{

	font-size: 14px;
}
.td3{
	font-size: 14px;
}
.td4{
	font-size: 13px;
}
}
@media only screen and (min-width : 576px) and (max-width : 768px) {
	.hideinmobile{
	display: flex ;
}
.showinmobile{
	display: none;
}
}
@media only screen and (max-width : 768px) {	
	body{
		width:auto;
	}
	html {
		-webkit-text-size-adjust: none;
	}
}





@media only screen and (min-width : 769px) and (max-width : 991px) {
		.hideinmobile{
	display: flex ;
}
.showinmobile{
	display: none;
}
}

@media only screen and  (min-width : 992px){
		.hideinmobile{
	display: flex ;
}
.showinmobile{
	display: none;
}
}
@media only screen and  (min-width : 1172px){
	
}

