@media only screen and (max-width:991px) {
	.navbar .contact-btn {
		display: none;
	}
	.main-banner .banner-caption h1 {
		font-size: 45px;
	}
	.main-banner .banner-form {
		max-width: 90%;
		margin-bottom: 20px;
	}
	.main-banner {
		height: auto;
	}
	.banner-inner .custom-container {
		height: 22vh;
	}
	.about-inner .custom-container {
		padding: 20px 7%;
	}

}

@media only screen and (max-width:767px) {
	.highlights-main .highlight-row {
		flex-wrap: wrap;
	}
	.highlights-main .highlight-box {
		width:100%;
	}
	.main-banner .banner-caption {
	    position: unset;
	    width: 100%;
	    padding-top: 160px;
	    padding-left: 7%;
	}
	.main-banner .banner-caption h1 {
		font-size: 35px;
	}
	.main-banner {
		height: auto;
	}
	.main-banner .banner-caption ul li {
		font-size: 14px;
	}
	.main-banner .banner-caption h5 {
		font-size: 16px;
	}
	.main-banner .banner-form {
	    max-width: 100%;
	    margin: 0px auto 20px;
	}
	.contact-banner-home .content a {
		padding: 10px;
		display: block;
		width: fit-content;
	}
	.contact-banner-home .content {
		width: 100%;
	}
	footer .footer-bottom .footer-links {
		text-align: left;
	}
	footer .footer-bottom .footer-copy {
		text-align: left;
	}
	footer .footer-bottom .footer-links a {
    margin-left: 0px;
}
	.highlights-inner .h-box-center {
	    margin-top: 0px;
	}
	.form-section-about .contact-img img {
	    height: 300px;
	    object-fit: contain;
	}
	.contact-details-inner .contact-details .box .content h4 {
		font-size: 15px;
	}
	.contact-details-inner .contact-details .box .content p {
		font-size: 13px;
	}
	.contact-details-inner .contact-details .box {
		padding: 15px 7px;
	}
	.contact-details-inner .contact-details .box .content h6 {
		font-size: 15px;
	}
}

@media only screen and (max-width:499px) {
	.navbar .navbar-brand {
		width: 180px;
	}
}