@charset "utf-8";
/* CSS Document */
@media only screen and ( max-width:1200px) {

.callback ::-webkit-input-placeholder { font-size:13px; color:#000; }
.callback .form-group input { width:100%; border-radius:0px; border:none; margin:0 10px 15px 0; } 
.callback .form-group textarea { width:100%; border-radius:none; border:none; } 
.callback .form-group input.code { float:left; width:65%; border:none; border:#FFF 1px solid; }
.callback .captcha { background:#fff; padding:10px; border-radius:4px;}

}

@media only screen and ( max-width:960px) {


}


@media only screen and ( max-width:768px) {
	
#header-top { text-align:center;}
#header-top .text-right {text-align:center;}
.logo { text-align:center;}
.top_socials { width:55%; margin:0px auto; text-align:center; margin-left:40px;}
.top_socials li a { font-size:20px;}

/*welcome area*/
.welcome-area {}
.welcome-content .text{ font-size:20px; line-height:1.6em;}
/*welcome end*/

.blog-content {margin-top:40px;}

.pricing-content h4 { font-size:28px;}
.price-info img { width:100%;}

.project-img a img { width:100%; }

.f_bor { text-align:center;}
.flex-caption { display:none;}

/*onload popup css start*/ 
#enquirypopup .modal-dialog { width:85%; margin:0px auto; margin-top:100px; }
/*onload popup css end*/ 

.powered_by { text-align:center; float:none;}
}



@media only screen and ( max-width:480px) {

#header-bottom .text-left { text-align: left;}
#header-bottom .none { display:none;}
#header-bottom .phone_c { text-align:center; float:left; margin-left:50px;}

.bg { padding:15px; }
.callback .form-group input.code {  width:55%; }

.welcome-img { display:none;}
.welcome-content h1 { font-size:30px; margin-bottom:6px;}


/*onload popup css start*/ 
#enquirypopup .modal-dialog { width:80%; margin:0px auto; margin-top:100px; }
#enquirypopup .popup_from .popup_from_inner .form-group input.code { width:50%; }
/*onload popup css end*/ 

}


@media only screen and ( max-width:320px) {
	

}

