@media only screen and (device-width: 800px) ,only screen and (device-height: 1280px) {
	.man{
		width:auto;
		height: 700px;
	}
}
@media only screen and (device-width: 768px) ,only screen and (device-height: 1024px) {
	.man{
		width:auto;
		height: 700px;
	}
	.logo-text {
	    color: black !important;
	    font-size: 16px !important;
	    left: 27px !important; 
	    position: absolute !important;
	    top: 295px !important;
	    width: 370px !important;
	}
	.logo {
	    left: 38px !important;
	    position: absolute !important;
	    top: 85px !important;
	}
}

@media (max-width:1000px){
	#shadow1,#shadow2{
		display:none;
	}
}

@media (max-width:767px){
	#shadow1,#shadow2{
		display:none;
	}
	.man{
		width:210px;
/* 		height:80%; */
/* 		top:40vmin; */
		height:auto;
		top:350px;
	}
	.logo{
		width:180px;
		height:120px;
/* 		top:15Vmin; */
		top:135px;
		left:60px;
	}
	
	.parallax-window{
		min-height:600px !important;
		height:600px !important;
	}
	
	.logo-text {
	    left: 15px !important;
	    top: 215px !important;
	    width: 270px !important;
	    font-size:12px !important;
	}
	
	.mobNum{
		float:left !important;
		width:100% !important;
	}
	
	.mobile-ph-no{
		float:left;
	}
	
	.header-logo{
		visibility:visible !important;
	}
	
	.pageContent{
		padding-top:140px;
	}
	
	.center-content{
		display:block;
	}
	
	.responsiveLogoText{
		display:block;
		padding-top:160px !important;
	}
	.mainLogoText{
		display:none;	
	}
}

@media(max-width:570px){
	.man{
		display:none;
	}
	.resLogo{
		display:none;
	}
		iframe{
	width:100%;
	height:auto;
}
}
@media (max-width:450px){
	.man{
		display:none;
	}
	.logo{
		width:120px;
		height:70px;
		top:22Vmin;
	}
	
	.parallax-window{
		min-height:400px !important;
		height:400px !important;
	}
	.resLogo{
		display:none;
		justify-content:center;
		align-items:center;
	}
	
	.header-logo{
		width:100%;
	}
	
	.pageContent{
		padding-top:140px;
	}
	
	iframe{
	width:100%;
	height:auto;
}
}

@media (max-width:380px){
		
	.parallax-window{
		min-height:280px !important;
		height:200px !important;
	}
	
	.mobile-ph-no{
		font-size:6vmin;
		float:left;
	}
	
	.dropdown-toggle{
		padding:6px !important;
	}
	.header-logo{
		visibility:visible !important;
	}
	#header{
		position:fixed !important;
	}
	
	.pageContent{
		padding-top:100px;
	}
	iframe{
	width:100%;
	height:auto;
}
}



