/*For Mobile*/
@media only screen and (max-width:760px) {
.img-left {float:none;}
.img-right {float:none;}	
	
/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */	
	.header-section {min-height:inherit; padding:15px 0; text-align:center;}
	.header-section .logo {float:none; padding:15px 0 30px 0;}
	.header-section .signup a {float:left; margin:0 8px 0 0; padding:5px 15px;}
	.header-section .login a {float:left; margin:0 8px 0 0; padding:5px 15px;}
	
/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */	
	.click-section .container .about {position:absolute; right:60px; top:-55px;}
	
	
/* 	-----------------------------------------------------
	-------------------- Banner Styles ------------------
	----------------------------------------------------- */
	.banner-section {padding:15px 0;}
	.banner-section aside {width:100%; min-height:inherit; float:none;}	
	.banner-section section {width:100%; min-height:inherit; float:none;}	
	.banner-section figure {margin:0; padding:10px;}
	.banner-section .btn-click a {font-size:14px;}
	
	.banner-bottom-section .left, .banner-bottom-section .right {float:none;}
	.banner-bottom-section aside {margin:0 auto; padding:30px 0 0 0;} 
		
	
/* 	-----------------------------------------------------
	------------------- Content Styles ------------------
	----------------------------------------------------- */
	.content-section {min-height:400px;}
	.content-section h1 {font-size:28px;}
	.content-section h2 {font-size:24px;}	
	.content-section h3 {font-size:22px;}
	.content-section h4 {font-size:20px;}
	.content-section h5 {font-size:18px;}
	.content-section h6 {font-size:16px;}
	.content-section p {font-size:14px;}	
	.content-section ul li {font-size:14px;}
	.content-section ol li {font-size:14px;}	
	
	.home-section01 {padding:30px 0;}
	.home-section01 [class*="col-"] {padding:8px 15px;}
				
	.home-section02 {padding:30px 0;}
	.click-link01 a {margin:5px 0; padding:10px; height:52px;}
	.click-link02 a {margin:5px 0; padding:10px; height:52px;}

	.home-section03 {padding:30px 0;}
	
	
	
/* 	-----------------------------------------------------
	-------------------- Footer Styles ------------------
	----------------------------------------------------- */
	.footer-section {padding:30px 0;}

	

}
/*For Midium Mobile*/
@media only screen and (min-width:480px) and (max-width:760px){
	
}
/*For Tablet*/
@media only screen and (min-width:761px) and (max-width:900px) {
.img-left {float:none; margin:10px 0;}
.img-right {float:none; margin:10px 0;}	

.banner-section section {width:60% !important;}
.banner-section .btn-click a {font-size:18px;}
.click-link01 a, .click-link02 a {height:auto;}
.home-section03 ul li {padding:0 15px;}

}

@media only screen and (min-width:901px) and (max-width:1040px) {
.banner-section section {width:68% !important;}
}