@media screen and (max-width:1199px){
	.homeNav ul li{
		padding: 0 5px;
	}
	.homeNav ul li a{
		font-size: 14px;
	}
	.innerPart h1{
		font-size: 35px;
	}
}
@media screen and (max-width:1024px){}

@media screen and (max-width:991px){
	.homeNav ul li a {
    font-size: 16px;
    color: #000;
}
.homeNav ul li{
	margin-bottom: 10px;
}

.clientListing {
	flex-wrap: wrap;
}
.services{
	padding: 40px 0;
}
.planning{
	margin: 40px 0;
}
.callNowBg, .needHelpPart{
	padding-top: 40px;
}
.needHelpPart h2{
	font-size: 40px;
}
.getInTouch{
	margin: 40px 0;
}

.clientListing  li{
	margin-bottom: 20px;
}
.innerPart h1 {
    font-size: 26px;
}
}

@media screen and (max-width:767px){
.servListing:nth-child(2n+1) .servRight{
	order: 2;
}
.servListing:nth-child(2n+1) .servLeft{
	order: 1;
}
.callNowPart{
	height: auto;
	padding-bottom: 20px;
}
.callNowBg h2{
	font-size: 36px;
}
.getForm .form-group{
	margin-bottom: 0px;
}
.getForm .form-control{
	margin-bottom: 20px;
}
.footerPart{
	padding-top: 40px;
	padding-bottom: 30px;
}
.copyright{
	margin-top: 30px;
}
.servListing:nth-child(2n+1) {
    text-align: left;
}
.bannerText h2{
	font-size: 70px;
}
.bannerText h1{
	font-size: 40px;
}
.bannerImage{
	height: 500px;
}
.bannerText{
	padding-top: 180px;
}
.videoBg{
	height: 328px;
}
.videoBg img{
	height: 300px;
    width: 100%;
    object-fit: cover;
}
.videoBg iframe{
	height: 300px !important;
}
.bookingConsulting{
	margin-top: 120px;
}

.contMapPart iframe{
	height: 340px !important;
}
}

@media screen and (max-width:480px){
	.bannerText h1 strong, .bannerText h1{
		font-size: 35px;
}
.bannerText h2{
	font-size: 56px;
	line-height: 60px;
}
.bannerImage {
    height: 450px;
}
}