#abt_H{
	min-width:40%;
	min-height:20%;
	background-color: grey;
	padding:1% 1%;
	color:white;
	border-radius:6px;

}

#abt{
	width:100%;
	min-height:80%;
	margin-top:2%;
	margin-bottom:-30%;	
	background-color:white; 
	box-shadow: 2px 4px 8px #000000;
	
	text-align:justify;
}



#desh13{
	width:90%;
	height:100%;
}

#us1a{
	margin-bottom:6%;
	margin-left: 4%;
	padding-right:-10%;
}

#us1b{
	margin-left: 4%;
	padding-right:-2%;
}

#us1c{
	margin-left: 4%;
}

#us1d, #us1e{
	margin-top:6%;
	margin-left: 4%;
	padding-right:-10%;
}

@media screen and (min-width:1300px){
#desh13{
	position: absolute;
	/*clip: rect(0px,150px,150px,0px);*/
	width:auto;
	height: 100%;
 }
}

@media only screen and (min-width:1000px) and (max-width:1300px){
#desh13{
	
	width:60%;
	height: 70%;
 } 
}

@media only screen and (min-width:775px) and (max-width:1000px){
#desh13{
	
	width:70%;
	height: 60%;
 } 
}

@media only screen and (min-width:575px) and (max-width:775px){
#desh13{
	
	width:80%;
	height: 30%;
 } 
}


@media only screen and (max-width:575px){
#desh13{
	
	width:35%;
	height: 90%;
 } 
}

p{font-size:90%;}