/*
Author       : DNHWEBDESIGN.
MOBILE RESPONSIVE MEDIA
*/
@media screen  and (min-width: 1025px)  and (max-width: 1200px)
{
	
}
@media screen  and (max-width: 1024px) 
{
	
}


/* ----------- Laptop ----------- */
@media screen  and (min-width: 1200px)  and (max-width: 1600px)
{

}

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px)
{

}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{
	


}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
{
	
}

/* ----------- Android Hp ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 681px) and (max-width: 767px)
{
	

}
@media only screen and (min-width: 481px) and (max-width: 680px)
{
	
}


@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) 
{
	/*iPhone X in portrait & landscape*/
	
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px)
{
	/*iPhone 6, 7, & 8*/
	

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 320px) and (max-width: 480px)
{
	body
	{
		font-size: 14px;
	}
	h1,.h1 
	{
		font-size:30px;
	}
	h2,.h2
	{
		font-size: 24px;
	}
	h3,.h3
	{
		font-size: 20px;
	}
	h4,.h4
	{
		font-size: 18px;
	}
	h5,.h5
	{
		font-size: 16px;
	}
	div.title h2.heading_title
	{
		font-size: 24px;
	}
	header .main-header .main-box .logo-box
	{
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	header .main-header .main-box .logo-box .logo img
	{
		max-width: 100px;
	}
	.main-header .nav-outer
	{
		display: none;
	}
	.block-head.head-menu
	{
		display: block;
	}

	.main-slider .hero-caption .hero-text h2
	{
		font-size: 32px;
	}
	.main-slider .hero-caption .hero-text .cover_link p
	{
		font-size: 20px;
	}

	
	.about_section_home [class*="col-"]
	{
		border-right: 0;
		border-bottom: 1px #eeeeee solid;
	}
	.about_section_home [class*="col-"]:last-child
	{
		border-bottom: 0;
	}

	footer .footer_box
	{
		margin-bottom: 25px;
	}
	footer .footer_box .footer_social ul li img
	{
		max-width: 35px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) 
{
	
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) 
{	
	
}