/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}


@media only screen and (min-width: 767px) and (max-width: 1100px) {
	.socail_mail{text-align:center;}
	/* .socail_mail ul li:last-child{display:none;} */
	.head_logo{font-size:18px!important;white-space: normal!important;}
	.about-padding{padding:30px 0!important;}
	.abt_title{padding-bottom:0px!important;}
	.section-tittle h2{font-size:24px!important;}
	.service_home{padding:30px 0!important;}
	.footer-bottom-area .footer-border{padding:20px 0 10px!important;}
	.footer-tittle ul li{margin-bottom:8px!important;}
	.mb-50{margin-bottom:20px!important;}
 
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
	.socail_mail{text-align:center;}
	.socail_mail ul li:last-child{display:none;}
	.head_logo{font-size:18px!important;white-space: normal!important;}
	.about-padding{padding:30px 0!important;}
	.abt_title{padding-bottom:0px!important;}
	.section-tittle h2{font-size:24px!important;}
	.service_home{padding:30px 0!important;}
	.footer-bottom-area .footer-border{padding:20px 0 10px!important;}
	.footer-tittle ul li{margin-bottom:8px!important;}
	.mb-50{margin-bottom:20px!important;}
 
}
