@charset "utf-8";
/* CSS Document */

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

/*callback form css start*/
.callback_inner .form-group input.code { width:50%;}
/*callback form css end*/

}

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

}

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

.callback { margin-top:30px; }
.callback .callback_inner .form-group input.code { width:70%; }
.callback .callback_inner p { font-size:16px; }
.callback .callback_inner .submit { font-size:18px; }

#facebox { margin-top:100px; }

.phone-main { float:none; margin:0px auto; text-align:center; margin-top:20px; }

/*welcome css start*/
.wel h1 { font-size:32px; }
.wel .text { font-size:18px; line-height:1.5em; }
/*welcome css end*/

.feature__content h4 { font-size:24px; }
.feature__content p { font-size:18px; }

.service__content p { font-size:18px; }
.team__content p { font-size:18px; }

.stud_detail { height:470px; }
.stud_detail h6 { font-size:22px; font-weight:600; }
.stud_detail p { font-size:18px; }

.copyright { font-size:16px; } 

}

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


}

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


}