@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1250px !important;
	}
}

@media screen and (max-width: 1399px) {
	#banner {padding: 7rem 0 16rem 0;}
}

@media screen and (max-width: 1100px) {
	footer .container {max-width: 900px !important;}
}

@media screen and (max-width: 991px) {
	.navbar {padding: 2.5rem 0 !important;}
	.navbar .left {margin-left: 20px;}
	#packages .heading p, #packages .bottomText .width, #testimonial .heading p, #services .heading p {width: 100%;}
	footer {text-align: center; padding: 4rem 0 3rem 0}
	footer img {width: 270px;}
	footer h5 {margin-bottom: 1.5rem;}
	
	.contact-section, #testimonial, #packages, #about, #services, #ourStory, #stand, #offer, #case, #contactSection, #terms {padding: 5rem 0;}
	#banner {padding: 5rem 0;}
	#banner p {width: 100%;}
	
	#subBanner {padding: 3rem 0 5rem 0}
	
	#testimonial #testimonialCarousel button {display: none;}
	#testimonial .heading {margin-bottom: 2rem;}
	
	#testimonial .blockquote p {font-size: 25px; line-height: 30px;}
	
	#offer .heading p {width: 100%;}
	
	#contactSection .socialMedia {justify-content: left;}
	
	form button {width: 100%;}
	
	#offer .heading {margin-bottom: 3rem;}
	#case .company {margin-top: 3rem;}
	
	#terms .container {max-width: 100% !important;}
	
	.socialMedia {
		justify-content: center;
		margin-top: 1.5rem; /* optional spacing */
	}
}

@media screen and (max-width: 767px) {
	#banner {padding: 1rem 0 5rem 0;}
	
	h1 {font-size: 50px !important; line-height: 55px !important;}
	h2 {font-size: 45px !important; line-height: 50px !important;}
	.navbar-brand img {width: 230px;}
	footer img {width: 230px;}
}

@media screen and (max-width: 575px) {
	.mobile-banner-img img {width: 80vw;}
}

@media screen and (max-width: 350px) {
	h1 {font-size: 40px !important; line-height: 45px !important;}
	h2 {font-size: 35px !important; line-height: 40px !important;}
	p {font-size: 16px; line-height: 22px;}
	.navbar-brand img {width: 200px;}
	footer img {width: 200px;}
	
	#testimonial .blockquote p {font-size: 20px; line-height: 25px;}
	
	#banner p {font-size: 19px; line-height: 25px;}
}