
@media (min-width: 992px) and (max-width: 1200px) {

	.services-box .services-box-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; border-radius: 22px; }
	
	.about-us-box-text { padding-right: 0; }
	.google-map iframe{
		width: 800px;
		height: 650px;
	}
	
}

/*@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-expand-md .navbar-nav .nav-link { padding-left: 0.6rem; padding-right: 0.6rem; }

	.navbar{width: 100vw;}
	
	.top-content { padding: 180px 0; }

	.section-description p { padding: 0; }
	
	.services-box .services-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; border-radius: 18px; }

	.about-us-box { margin-top: 80px; }
	.about-us-box:last-child { margin-top: 50px; }
	.about-us-box-text { padding-right: 0; text-align: center; }
	
	.more-services-box .more-services-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; border-radius: 18px; }
	
	.contact-box h3:hover i { padding-left: 10px; }
	
	.blog-box h3:hover i { padding-left: 10px; }
	.google-map iframe{
		width: 600px;
		height: 400px;
	}
	.navbar-brand {
		width:50px;
		height: 42px;
	
		border: 0;
		text-indent: -99999px;
	}

}
*/
@media (max-width: 767px) {
	.welcome-txt{text-align: center;}
	
	.navbar.navbar-no-bg { background: #133B88; }
	.navbar-dark .navbar-toggler { border-color: #133B88; }
	.navbar-dark .navbar-toggler:focus { background: #133B88; outline: 0; }
	.navbar-expand-md .navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }

	.navbar{width: 100vw;}

	.top-content { padding: 140px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.section-description p { padding: 0; }
	
	.services-container { padding-bottom: 60px; }
	.services-box { text-align: center; }
	.services-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.about-us-box { margin-top: 80px; }
	.about-us-box:last-child { margin-top: 50px; }
	.about-us-box-text { padding-right: 0; text-align: center; }
	
	.more-services-box { text-align: center; }
	.more-services-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.contact-box { text-align: center; }
	.contact-box-image { max-width: 540px; margin: 0 auto; }
	
	.blog-box { text-align: center; }
	.blog-box-image { max-width: 540px; margin: 0 auto; }
	.blog-box h3 { margin-top: 30px; }
	
	.package-box .accordion_head{ text-align: left;}

	footer { text-align: center; }
	.footer-right { padding-top: 10px; text-align: center; }
	.footer-bottom { padding-top: 20px; }
	.google-map iframe{
		width: 400px;
		height: 300px;
	}
	
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	.navbar{width: 100vw;}
	.google-map iframe{
		width: 300px;
		height: 240px;
	}
	.btn-link-2 {
		font-size: 13px;
		width: 250px;
	}
	.welcome-txt{
		text-align: center;
	}
	.package-box .accordion_head{ text-align: left;}
	
}

