
/* Large Screens (Desktops) */

@media only screen and (max-width : 1440px) {
	#slider:after,
	#banner:after {
		background-size: 100% 100%;
	}
}

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

	.imageText .text {
		margin-right: 0;
	}

	.imageText.alt .text {
		margin-left: 0;
	}

	.imageText .image {
		margin-left: 0;
	}

	.imageText.alt .image {
		margin-right: 0;
	}
}

/* Medium Screens (Tablets - Landscape) */

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

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 104px;
	}

	#header .section,
	body.scrolled #header .section {
		height: 105px;
	}

	#header .logo,
	body.scrolled #header .logo {
		font-size: 22px;
	}

	#header .options #navigation ul li {
		margin-left: 25px;
	}

	#header .options #navigation ul li ul,
	body.scrolled #header .options #navigation ul li ul {
		padding-top: 18px;
	}

	#header .options .enrolNow {
		margin-left: 25px;
	}

	#slider:after,
	#banner:after {
		height: 35px;
	}

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

	#slider .slides li .overlay .title {
		font-size: 32px;
	}

	#slider .bubbles.one {
		left: -36px;
		top: -69px;
		width: 159px;
	}

	#slider .bubbles.two {
		right: -113px;
		bottom: -27px;
		width: 199px;
	}

	.imageText .image {
		font-size: 15px;
	}

	.imageText .text {
		width: 530px;
	}

	.imageText .text .heading {
		font-size: 33px;
	}

	.imageText .text .logo {
		width: 250px;
		margin-bottom: 25px;
	}

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

	#environments:before {
		height: 35px;
	}

	#environments .bubbles {
		right: -60px;
		top: -55px;
		width: 194px;
	}

	#inclusions .listing {
		max-width: 860px;
	}

	#who .bubbles.one {
		width: 202px;
		right: -45px;
		top: -47px;
	}

	#who .listing li {
		padding-left: 20px;
		padding-right: 20px;
	}

	#promise .estimateBtn {
		margin-top: 90px;
	}
	
	#footer .layers .bubbles.one {
		left: -22px;
		top: -69px;
		width: 217px;
	}

	#footer .layers .bubbles.two {
		right: -15px;
		top: -81px;
		width: 170px;
	}

	.estimateBtn {
		font-size: 35px;
	}

	.heading {
		font-size: 40px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

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

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 79px;
		font-size: 18px;
	}

	#header .section,
	body.scrolled #header .section {
		height: 80px;
	}

	#header .logo, body.scrolled #header .logo {
		font-size: 16.5px;
	}

	#header .options #navigation ul li ul, body.scrolled #header .options #navigation ul li ul {
		padding-top: 10px;
	}

	#header .options .top {
		margin-bottom: 8px;
		padding-right: 149px;
	}

	#header .options .enrolNow {
		position: absolute;
		right: 15px;
		top: 5px;
	}

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

	#slider .slides li .overlay .title {
		font-size: 25px;
	}

	#slider .bubbles.one {
		left: -27px;
		top: -58px;
		width: 122px;
	}

	#slider .bubbles.two {
		right: -78px;
		bottom: -29px;
		width: 160px;
	}

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

	.imageText .image {
		font-size: 9px;
	}

	.imageText .text {
		width: 449px;
	}

	.imageText .text .logo {
		width: 165px;
		margin-bottom: 21px;
	}

	.imageText .text .heading {
		font-size: 28px;
	}

	#environments .section {
		padding-top: 77px;
	}

	#environments .bubbles {
		right: -60px;
		top: -54px;
		width: 152px;
	}
	
	#environments .listing li {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#environments .listing li .image {
		padding: 3px;
		margin-bottom: 10px;
	}

	#environments .listing li .name {
		font-size: 22px;
	}

	#inclusions .listing li {
		font-size: 21px;
	}

	#who:before {
		height: 30px;
	}

	#who .listing li .image {
		padding: 4px;
	}

	#who .listing li .image img {
		height: 160px;
	}

	#who .listing li:nth-child(5n+2) .image {
		top: 0;
	}
	
	#who .bubbles.two {
		width: 161px;
		bottom: -35px;
	}

	#promise .section {
		padding-bottom: 20px;
	}

	#promise .estimateBtn {
		margin-top: 56px;
	}

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

	#footer .purpleLayer .top .logo {
		width: 317px;
	}

	#footer .purpleLayer .bottom .section {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
	}

	#footer .layers .bubbles.one {
		left: -22px;
		top: -57px;
		width: 166px;
	}

	#footer .layers .bubbles.two {
		right: -10px;
		top: -62px;
		width: 148px;
	}

	.estimateBtn {
		font-size: 27px;
	}

	.heading {
		font-size: 35px;
	}

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

/* Extra Small Screens */

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

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

	#header {
		position: relative;
		border-top: 6px solid #ff9933;
		border-bottom: 4px solid #ff9933;
	}
	
	#header .section,
	body.scrolled #header .section {
		display: block;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .logo,
	body.scrolled #header .logo {
		display: block;
		margin: 0 auto 15px;
		font-size: 18px;
	}

	#header .options #navigation {
		display: none;
	}

	#header .options .enrolNow {
		position: static;
		margin: 0 auto;
	}

	#header .options .top {
		margin: 0 0 8px;
		padding: 0;
		justify-content: center;
		flex-wrap: wrap;
	}

	#header .options .top ul li {
		margin: 0 5px;
	}

	#slider:after,
	#banner:after {
		height: 17px;
	}

	#slider .slides li img {
		display: none;
	}

	#slider .slides li img.forMobile {
		display: block !important;
	}
	
	#slider .slides li img:first-of-type {
		display: none !important;
	}
	
	#slider .slides li img:last-of-type {
		display: block !important;
	}

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

	#slider .slides li .overlay .title {
		font-size: 19px;
		margin-bottom: 25px;
	}

	#slider .bubbles.one {
		left: -21px;
		top: -55px;
		width: 85px;
	}

	#slider .bubbles.two {
		right: -78px;
		bottom: -17px;
		width: 100px;
	}
	
	#content .section {
		padding-top: 30px;
	}

	#welcome .section {
		padding-top: 13px;
	} 
	
	.imageText {
		display: block;
	}

	.imageText .image,
	.imageText.alt .image {
		margin: 0 auto 15px;
	}

	.imageText .image .shape {
		top: -10px;
	}

	.imageText.alt .image {
		margin-bottom: 40px;
	}

	.imageText .text {
		width: 100%;
		text-align: center;
	}

	#environments:before,
	#environments:after {
		height: 15px;
	}

	#environments .bubbles {
		right: -60px;
		top: -54px;
		width: 127px;
	}

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

	#environments .listing {
		display: block;
		margin-top: 20px;
	}

	#environments .listing li {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 23px;
	}

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

	#inclusions .listing {
		display: block;
	}

	#inclusions .listing li {
		margin: 0 auto 15px;
		font-size: 17px;
	}

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

	#who:before {
		height: 20px;
	}

	#who .section {
		padding-top: 52px;
	}

	#who .listing {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#who .listing li .image img {
		height: auto;
	}

	#who .bubbles.one {
		width: 134px;
		right: -46px;
		top: -44px;
	}

	#inclusions .section {
		padding-bottom: 48px;
	}

	#promise .section {
		padding-bottom: 30px;
	}

	#promise .estimateBtn {
		margin-top: 32px;
	}

	.estimateBtn {
		font-size: 22px;
	}

	#footer .purpleLayer .top .section {
		display: block;
		padding-top: 45px;
	}

	#footer .purpleLayer .top .contacts .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	#footer .purpleLayer .top .contacts .socials li {
		margin: 0 5px 10px;
	}

	#footer .purpleLayer .top .logo {
		display: block;
		width: 270px;
		margin: 0 auto 15px;
	}

	#footer .purpleLayer .top .contacts .more {
		text-align: center;
	}

	#footer .purpleLayer .top .contacts .more li {
		display: inline-block;
	}

	#footer .purpleLayer .top .contacts .more li a {
		padding-left: 24px;
	}

	#footer .purpleLayer .top .contacts .more li.email a:before {
		top: 4px;
		width: 19px;
	}

	#footer .purpleLayer .top .contacts .more li.phone a:before {
		left: 1px;
		top: 2px;
		width: 17px;
	}

	#footer .layers .bubbles.one {
		left: -14px;
		top: -37px;
		width: 130px;
	}

	#footer .layers .bubbles.two {
		right: -12px;
		top: -44px;
		width: 124px;
	}

	.heading {
		font-size: 28px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

}

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

}

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

}