/*For Mobile*/
@media only screen and (max-width:760px) {
img {max-width:100%; height:auto;}
[class*="col-"] {padding:8px 15px;}
	
/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */
	.header-section {}
	.header-section .text-left, .header-section .text-right {text-align:center !important;}
	.header-section section {min-height:inherit; padding:15px 0;}
	.header-section .call img {float:none; margin-left:10px;}
	.header-section article {min-height:inherit; padding:15px 0 100px 0; text-align:center}
	.header-section article h2 {font-size:26px; max-width:100%;}
	.header-section article p {font-size:14px; max-width:100%;}
	.header-section article h6 {font-size:14px; max-width:100%;}

	.btn-links a {padding:0 20px; width:auto; max-width:inherit; height:40px; border-radius:20px; font-size:14px; line-height:36px;}
	.btn-now a {padding:0 20px; width:auto; max-width:inherit; height:40px; border-radius:20px; font-size:14px; line-height:36px;}
	
/* 	-----------------------------------------------------
	------------------- Content Styles ------------------
	----------------------------------------------------- */
	.content-section {min-height:inherit;}
	.content-section h1 {font-size:26px;}
	.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:60px 0 15px 0;}
	.home-section01 ul li {margin:0 10px;}
	
	.home-section02 {padding:15px 0;}
	.home-section02 ul li {padding:0 0 0 30px !important;}
	
	.home-section03 {padding:15px 0;}
	.home-section03 [class*="col-"] {padding:8px 15px;}
	
	.home-section04 {padding:15px 0;}
	.home-section05 {padding:15px 0;}
	.home-section06 {padding:15px 0;}
	.home-section06 .row {margin:0 -15px;}
	.home-section06 [class*="col-"] {padding:8px 15px;}
	
	.home-section07 {padding:15px 0;}
	.home-section07 h4 {background-position:0 40px;}
	.home-section07 h4 strong {padding:0 15px;}
	
	.home-section08 {padding:15px 0;}
	.home-section09 {padding:15px 0;}
	.home-section09 h2 {background-position:0 20px;}
	.home-section09 h2 span {padding:0 15px;}
	.home-section09 ul li {margin:0 10px;}
	
	.home-section10 {padding:15px 0;}
	.home-section11 {padding:15px 0;}
	
	.mt-5, .my-5 {margin-top:1rem !important;}
	.btn-section01 {text-align:center; position:inherit; bottom:auto;}
	.btn-section02 {text-align:center; position:inherit; bottom:auto;}
	.btn-section03 {text-align:center; position:inherit; bottom:auto; padding-top:15px;}
	
		
/* 	-----------------------------------------------------
	-------------------- Footer Styles ------------------
	----------------------------------------------------- */
	.footer-section {padding:15px 0;}

	.cd-top {display:none !important;}
	.cd-button {display:inline-block !important;}
	

}
/*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:1023px) {
img {max-width:100%; height:auto;}

/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */
	.header-section {}
	.btn-links a {padding:0 30px; font-size:16px;}
	.btn-now a {margin:5px; padding:0 30px; font-size:16px;}
	
/* 	-----------------------------------------------------
	------------------- Content Styles ------------------
	----------------------------------------------------- */
	.content-section {min-height:inherit;}
	.content-section h1 {font-size:40px;}
	.content-section h2 {font-size:36px;}
	.content-section h3 {font-size:32px;}
	.content-section h4 {font-size:28px;}
	.content-section h5 {font-size:24px;}
	.content-section h6 {font-size:20px;}
	.content-section p {font-size:16px;}
	.content-section ul li {font-size:16px;}
	.content-section ol li {font-size:16px;}
	
	.home-section06 .row {margin:0 -15px;}
	.home-section06 [class*="col-"] {padding:15px;}
	
	.btn-section01 {text-align:center; position:inherit; bottom:auto;}
	.btn-section02 {text-align:center; position:inherit; bottom:auto;}
	.btn-section03 {text-align:center; position:inherit; bottom:auto; padding-top:30px;}
	
/* 	-----------------------------------------------------
	-------------------- Footer Styles ------------------
	----------------------------------------------------- */
	.footer-section {}


	
}
@media only screen and (min-width:1024px) and (max-width:1100px) {
	
}