
/* Large Screens (Desktops) */

@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

	#header #navigation {
		margin-left: 145px;
	}

	#aboutUs .text {
		width: 640px;
	}

	#aboutUs .image {
		width: 515px;
	}

	#slider .slides li .overlay .section {
		padding-bottom: 60px;
	}

	#content .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#services .listing {
		--gap: 10px;
	}

	#booking .form .left {
		width: 716px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#header #navigation {
		margin-left: 49px;
	}

	#header #navigation ul li {
		margin-right: 25px;
	}

	#header .top .location {
		margin-left: 30px;
	}

	#slider {
		margin-bottom: 60px;
	}

	#aboutUs .image {
		width: 381px;
	}

	#aboutUs .text {
		width: 563px;
	}

	#slider .slides li .overlay .text {
		max-width: 510px;
	}

	#slider .starting .text {
		font-size: 22px;
		padding-left: 50px;
		padding-right: 50px;
	}

	#slider .slides li .overlay .text:before {
		width: 68px;
		height: 96px;
		left: -28px;
	}

	#services .listing {
		--gap: 8px;
	}

	#services .listing li {
		margin-bottom: 18px;
	}

	#services .listing li img {
		height: 67px;
	}

	#services .listing li .title {
		font-size: 18px;
	}

	#booking .form .fields .field textarea.textbox {
		height: 224px;
	}

	#booking .form .fields .field .textbox {
		height: 46px;
	}

	#booking .form .left {
		width: 610px;
	}

	#booking .form .right {
		width: 257px;
	}

	#footer .top .middle {
		margin-left: 11px;
	}

	.heading {
		font-size: 35px;
	}

	.linkBtn {
		font-size: 20px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		font-size: 19px;
	}
	
	#header .top {
		font-size: 15px;
	}

	#header .top .socials {
		display: none;
	}

	#header .top .location {
		margin-left: auto;
	}

	#header .bottom .section {
		align-items: flex-end;
		justify-content: space-between;
	}

	#header .bottom .phone {
		position: absolute;
		right: 15px;
		top: 19px;
		font-size: 20px;
	}

	#header #navigation {
		margin: 0 0 0 auto;
	}

	#header #navigation ul li {
		margin: 0 0 0 25px;
		font-size: 18px;
	}

	#header #navigation ul li.hasSub>a:before {
		margin-top: -0.27em;
	}

	#header #navigation ul li ul {
		padding-top: 9px;
	}

	#aboutUs {
		margin-bottom: 25px;
	}

	#aboutUs .image {
		width: 289px;
	}

	#aboutUs .text {
		width: 409px;
		padding-top: 5px;
	}

	#aboutUs .text .title {
		font-size: 22px;
	}

	#slider {
		margin-bottom: 40px;
	}

	#slider .slides li .overlay .section {
		padding-bottom: 43px;
	}

	#slider .slides li .overlay .text {
		max-width: 450px;
	}

	#slider .slides li .overlay .text:before {
		top: 28px;
	}

	#slider .starting {
		bottom: -45px;
	}

	#slider .starting .text {
		font-size: 19px;
		padding-left: 35px;
		padding-right: 35px;
		min-height: 90px;
	}

	#services {
		margin-bottom: 20px;
	}

	#services .listing {
		text-align: center;
		--gap: 15px;
	}

	#services .listing li {
		width: 50%;
		margin-bottom: 30px;
	}

	#services .listing li img {
		height: 75px;
	}

	#booking .form {
		display: block;
	}

	#booking .form .left,
	#booking .form .right {
		width: 100%;
	}

	#booking .form .fields .field label.empty {
		display: none;
	}

	#booking .form .fields .field .textbox {
		font-size: 16px;
	}
	
	#footer .top .section {
		flex-wrap: wrap;
	}

	#footer .top .left {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}

	#footer .top .left .callUs {
		font-size: 32px;
	}

	#footer .top .left .logo {
		margin-bottom: 10px;
	}

	#footer .top .right {
		padding-left: 0;
	}

	.heading {
		font-size: 30px;
	}

	.linkBtn {
		font-size: 19px;
	}
}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
		
	body {
		border: none;
	}

	#mainWrapper,
	body.scrolled #mainWrapper {
		font-size: 17px;
		padding-top: 0;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}

	#header {
		position: static;
	}

	#header .top {
		display: none;
	}

	#header #navigation {
		display: none;
	}

	#header .bottom {
		border-top: 6px solid #3e3e3e;
	}

	#header .bottom .section {
		display: block;
		height: auto;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#header .bottom .logo {
		display: block;
		margin: 0 auto 20px;
		width: 180px;
	}

	#header .bottom .phone {
		display: table;
		position: relative;
		right: 0;
		top: 0;
		margin: 0 auto;
	}

	#slider .slides li .overlay .text .linkBtn {
		display: none;
	}
	
	#slider .starting .text {
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
		min-height: 65px;
	}

	#slider .slides li .overlay .section {
		padding-bottom: 13px;
	}

	#slider .slides li .overlay .text {
		margin: 0 auto;
	}

	#slider .slides li .overlay .text .heading {
		text-align: center;
		font-size: 19px;
		margin: 0;
	}

	#slider .slides li .overlay .text:before {
		left: 50%;
		height: 46px;
		margin-left: -34px;
		top: auto;
		bottom: -20px;
	}

	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#aboutUs {
		display: block;
	}

	#aboutUs .text {
		width: 100%;
	}

	#aboutUs .text .title {
		margin-bottom: 8px;
	}

	#aboutUs .image {
		margin: 0 auto 20px;
	}

	#aboutUs .image img {
		border-radius: 40px;
	}

	#slider {
		margin-bottom: 30px;
	}

	#services {
		margin-bottom: 30px;
	}

	#services .heading {
		margin-bottom: 20px;
	}

	#services .listing li {
		width: 100%;
	}

	#services .listing li .inner {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	#services .listing li:last-child {
		margin-bottom: 0;
	}

	#booking .heading {
		margin-bottom: 20px;
	}

	#booking .form {
		padding-left: 15px;
		padding-right: 15px;
	}

	#booking .form .fields .field.half {
		width: 100%;
	}

	#booking .form .fields .field label {
		text-align: center;
	}

	#booking .form .fields .field .submitBtn {
		margin-left: auto;
		margin-right: auto;
	}

	#footer .top .section {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#footer .top .left .logo {
		margin-bottom: 17px;
	}

	#footer .top .middle {
		margin: 0 0 30px;
		width: 100%;
	}

	#footer .top .right {
		width: 100%;
	}

	#footer .top .right .contacts {
		margin-bottom: 30px;
	}

	#footer .top .right .contacts li a {
		padding-left: 0;
		padding-top: 30px;
		background-position: center top !important;
	}

	#footer .top .right .contacts li.email {
		font-size: 12px;
	}
	
	#footer .top .right .socials {
		justify-content: center;
	}
	
	#footer .top .right .socials li {
		margin-left: 6px;
		margin-right: 6px;
	}

	#footer .bottom .section {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	#footer .bottom .copyright {
		font-size: 15px;
	}

	.bulletList {
		margin: 0 0 18px;
		padding: 0;
	}

	.bulletList li {
		position: relative;
		list-style: none;
	}

	.bulletList li:before {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		margin-right: 5px;
		background: #000;
		border-radius: 100%;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}

	.heading {
		font-size: 26px;
	}
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}