/*Mobile*/
/* @media (max-width: 320px) {
	.right, .left {
		width: 20px;
	}

	.content {
		padding: 0 20px 0px 15px;
	}

	.mobile-header img {
		height: auto;
		margin-top: 35px;
	}

	.blu-background {
		padding: 15px;
	}

	.blu-background .text p {
		color: #fff;
		font-size: 15px;
	}
} */
@media (max-width: 767px) {
	.right, .left {
		width: 20px;
	}

	.content {
		padding: 0 20px 0px 15px;
	}

	.mobile-header img {
		height: auto;
		margin-top: 35px;
	}

	.blu-background {
		padding: 15px;
	}

	.blu-background .text p {
		color: #fff;
		font-size: 15px;
	}

	.heading {
		padding-bottom: 0px;
	}
	
	#top-left {
		text-align: center;
		font-size: 12px;
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.top i {
		font-size: 18px;
		float:none;
	}
	#top-right {
		text-align: center;
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 7px;
	}
	.top h1 {
		font-size: 25px;
	}
	.top h2 {
		font-size: 18px;
	}
	.header {
		height: 50vh;
	}
	.header-text h2 {
		font-size: 23px;
	}
	.top .col-md-12 {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.text.about-section p>strong {
		font-size: 20px;
	}
	.text.about-section {
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}
	.about {
		padding-top: 0;
	}
	.blu-background {
		padding: 15px 20px;
	}
	.text.blu-background p {
		font-size: 17px;
	}
	.contact {
		padding-right: 0;
	}
	.contact .col-md-7 {
		padding-left: 0;
	}
	#map {
		height: 300px;
	}
	.contact-form {
		padding-left: 0;
	}
	.contact-details {
		padding-left: 0;
	}
	.footer .col-md-5 {
		padding-bottom: 40px;
	}
	.footer-bottom p, .footer-bottom a {
		font-size: 12px;
	}
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
		padding-top: 0;
	}
	.mobile-header img {
		height: 140px;
	}

	.footer img {
		margin-top: 20px;
	}

	.bottom {
		padding-left: 50px;
		padding-right: 50px;
	}
	
}

/*Tablet & small screens:*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
		padding-top:0vh;
	}

	.text.about-section {
		padding-left: 10px;
		padding-right: 20px;
	}
	#top-left p {
		font-size: 15px;
	}
	.contact{
		padding-right: 0;
	}
	.facilities .col-md-3 {
		width: 49.6%;
		display: inline-block;
	}
	.gallery .col-md-3 {
		width: 49.6%;
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gallery .col-md-4 {
		margin-bottom: 25px;
	}
	.contact-details {
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.contact-form {
		padding-left: 0;
	}
	.footer .col-md-7 {
		padding-left: 0;
	}
	.header-text .col-md-12 {
		padding-bottom: 0;
	}
	.about {
		padding-top: 30px;
	}
	.bottom .col-md-12 p {
		font-size: 15px;
	}
	.bottom {
		padding-left: 0px;
		padding-right: 60px;
		text-align: center;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-text .col-md-12 {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.text.about-section {
		padding-left: 0;
		padding-right: 0;
	}
	.text.blu-background p {
		font-size: 23px;
	}

	.contact-details {
		margin-bottom:40px;
	}

	.blu-background {
		padding: 20px;
		margin-top: 38px;
		height: 430px;
	}
	.blu-background .text p {
		color: #fff;
		font-size: 20px;
	}

	.gallery .col-lg-3 {
		margin-bottom: 20px;
	}

	.contact-form {
		padding-left: 20px;
		padding-top: 10px;
	}
}

/*Laptop:*/
@media (min-width: 1199px) and (max-width: 1600px) {
	.header-text .col-md-12 {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.text.about-section {
		padding-left: 0px;
		padding-right: 10px;
	}

	.blu-background {
		margin-top: 30px;
		height: 390px;
	}

	.blu-background .text p {
		font-size: 20px;
	}

	.gallery .col-lg-3 {
		margin-bottom: 25px;
	}
}

@media (min-width: 1391px) and (max-width: 1600px) {
	.blu-background {
		margin-top: 30px;
		height: 365px;
	}
}

@media (min-width: 1440px) and (max-width: 1600px) {
	.header-text .col-md-12 {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 0px;
		padding-left: 30px;
		padding-right: 30px;
	}
}