#header-section{
	background-image: url('/assets/images/business/banner.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
}
#header-section img{
   width: 15%;	
}
#header-section #header-content{
    background: rgba(0, 0, 0, 0.4);
}
#header-section .header-title{
	padding: 23% 0 10% 12%; 
}
#header-section #header-content #social-contact{
	position: absolute;
	top: 20%;
	right: 5%;
}
#header-section #header-content #social-contact ul{list-style-type: none;}
#header-section #header-content #social-contact ul li a i{color: #fff; font-size: 18px;padding-bottom: 15px;}
#header-section .header-title h2{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#header-section #header-content h3{
	color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}
#header-section .header-title a{
	font-size: 18px;
	text-transform: uppercase;
	padding: 1% 5% 1% 5%;
	color: #fff; 
	border-radius: 20px;
}
#header-section .header-title a:hover, 
#header-section .header-title a:focus,
#header-section .header-title a:active{
	background-color: #1699ca !important;
}
#arrow{
	position: absolute;
	margin-top: -40px;
}
#pointer {
    width: 100%;
    height: 100%;
    padding: 12px;
    position: relative;
    background: lightgray;
    }
#pointer h1{
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 10px;
}
#hygiene{
	background-color: #fff;
	padding: 20px 0 0 0;
}
#hygiene img{
	width: 100%; 
}
#shuttle-business{
	background-color: #4b7fa2;
	padding: 2%;
	text-align: center;
	color: #f4f4f4;
}
#shuttle-business h1{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 4px;
}
#shuttle-business h3{
	font-size: 22px;
}
#shuttle-business img{
	width: 96%;
	height: 250px
}
#shuttle-business p{
	font-size: 18px;
	text-align: center;
}
#shuttle-business p strong{
	font-weight: bold;
}

/*css of feature section*/
#feature{
	padding: 100px 50px 0 50px;
	text-align: center;
	background-color: #fff;
}
#feature h1{
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 2px;
}
#feature h3{
	font-size: 20px;
	padding: 2.25rem;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#child-feature1 p, #child-feature2 p{
	font-size: 20px;
	text-align: center;
	padding: 1% 10% 0 10%;
}
#child-feature1{
	position: relative;
	padding: 2% 5% 0 5%;
}
#child-feature1 img, #child-feature2 img{
	width: 100%;
}
#child-feature2{
	padding: 5%;
}
.modal-content{
	background-color: #242D66;
    color: #dee2e6;
}

.modal-title h4{
	font-size: 20px;
	padding-top: 8%;
}
.modal-title p{
	padding: 0 10% 0 10%;
	font-weight: normal;
}
#sub-notification{ background: linear-gradient(#242D66 50%, #fff 50%);font-size:17px;padding:4%;color: #333;}
#sub-notification p{ letter-spacing: 1px;font-weight: 600}
#sub-notification .modal-footer{ border: none;}
#sub-notification .btn{ border-radius: 10px;margin: 0 auto; margin-bottom: -4%;}
div#notification { margin: 10% 0 0 0;padding-bottom: 0 !important;}
#icon .fa{ font-weight: normal; font-size: 90px;color: #fff; }
#shuttle-benefits{ padding-top: 50px; background-color: #e8f0f7;}
#shuttle-benefits h1{ font-weight: bold; font-size: 25px; letter-spacing: 3px;}
#shuttle-benefits i{font-size: 40px; padding-bottom: 5%;}
#shuttle-benefits h5{font-weight: bold;}
#shuttle-benefits img {
    height: 100px;
    width: 100px;
    margin: 5% 0% 5% 0%;
}
#hygiene img{ width: 100%; }
img#hygiene-mobile { display: none; }
@media screen and (max-width: 570px) {	
	#header-section img {
        width: 45%;
     }
     #header-section .header-title h1{
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#header-section #header-content h3{
		font-size: 15px;
		padding: 2%;
    }
	#header-section #header-content h2{
	font-size: 16px;
    }
	#header-section .header-title a{
		font-size: 15px;
	}
	#hygiene img{
		width: 100%; 		
		/*border: 2px solid lightgray;*/
	}
	#arrow{
		display: none;
	}
	#feature{
	padding: 30px 30px 0 30px;
	}
	#feature h1{
		font-size: 20px;
		/* padding: 0 0 5% 0; */
		letter-spacing: 1px;
	}
	#feature h3{
		font-size: 14px;
		letter-spacing: 1px;
		padding: 5% 0;
	}
	#child-feature1 p, #child-feature2 p{
		font-size: 16px;
	}
	#child-feature1 .col-md-4, #child-feature2 .col-md-4{
		margin-bottom: 5%;
	}
	#shuttle-business h1{
		font-size: 22px;
		letter-spacing: 2px;
	}
	#shuttle-business h3{
		font-size: 18px;
	}

	#shuttle-business img{
		width: 100%;
	}
	#shuttle-business p{
		font-size: 16px;
	}
	#header-section .header-title{
		padding: 15% 0 15% 0; 
	}
	.modal-title h4{
		font-size: 20px;
		padding: 0 0 10px 0;
		margin: 0;
	}
	.modal-title p{
		font-size: 14px;
		padding: 0;
		margin: 0;
	}
	.form-group #email{
		padding-bottom: 4%;
	}
	.modal-title h4{
		padding-top: 10%;
	}
	.modal-title p{
	padding: 0 10% 0 10%;
	}
	#sub-notification p{ letter-spacing: 0}
	div#icon { padding: 5% 0 0 0;}
	#icon .fa{ font-size: 80px; }
	div#notification { margin: 20% 0 0 0;}
	.shared-communiuty{
		text-align: center;
	}
	.shared-communiuty p{
		padding: 0 20px;
	}
	.col-md-6.offset-md-4 {
		text-align: center;
	}
	.pt-3, .py-3 {
		padding-top: 0 !important;
	}
	img#hygiene-mobile { display: block; }
	img#hygiene-original { display: none; }
}
@media screen and (min-width: 571px) and (max-width: 767px){
	#header-section img {
		width: 25%;
	}
	#shuttle-business img {
		height: 270px;
	}
	.shared-communiuty {
		text-align: center;
	}
	.shared-communiuty p{
		padding: 0 20px;
	}
	.form-group #email {
		padding-bottom: 4%;
	}
}