#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: 17.3%;	
}
#header-section #header-content .col-md-12{
    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 h1{
	color: #fff;
	font-size: 50px;
}
#header-section #header-content 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;
}
#service-offer{
	background-color: #fff;
}
#service-offer-title{
	position: relative;
}
#service-offer-title::after{ position: absolute; content: ""; width: 50%; height: 3px; background-color: #0f0640; bottom: 0; right: 0;}
#service-offer-title h1{
	padding: 50px;
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
}
#service-offer-content{ text-align: center; padding: 50px 0;}
/* #service-offer .col-md-4{
	padding: 2%;
} */
#service-offer-content img{
	width: 100%;
}
#service-offer-content h3{
	font-size: 20px;
	letter-spacing: 1px;
	padding: 5% 5% 0 5%;
	font-weight: bold;
} 
#service-offer-content p{padding: 0 10px 0 10px; font-size: 17px;color: gray;text-align:center}
#service-offer-content b{font-weight: bold; font-style: italic;}
.modal-content{
	background-color: #242D66;
    color: #dee2e6;
    /*font-family: sans-serif;*/
}
.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; }
#hygiene img{ width: 100%; }
img#hygiene-mobile { display: none; }
@media screen and (max-width: 570px) {
	#header-section img {
        width: 52%;
     }
     #header-section .header-title h1{
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#header-section #header-content h3{
		font-size: 15px;
		padding: 2% 3%;
		letter-spacing: 1px;
    }
	#header-section #header-content h2{
	font-size: 16px;
    }
	#header-section .header-title a{
		font-size: 15px;
	}
	#service-offer-title::after{ display: none;}
	#service-offer-content{ padding: 5% 0;}
	#child-service-offer-content p, #child-service-offer-content2 p{padding-bottom: 30px}
	#child-service-offer-content2 img, #child-service-offer-content3 img{padding-top: 30px}
	#child-service-offer-content::after{position: absolute; content: ""; width: 50%; height: 3px; background-color: #0f0640; bottom: 0; right: 0;}
	#child-service-offer-content2::after{
		position: absolute;content: "";bottom: O;right: 0;
		width: 50%;height: 3px;background-color: #0f0640;
	}
	#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%;
	}
	#service-offer-title h1{padding: 5% 0 0 0; font-size: 20px;letter-spacing: 2px; margin-bottom: 0;}
	#service-offer-content h3{font-size: 18px;} 
	#service-offer-content p{margin:0 1% 0 1%; font-size: 15px}
	.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;}
	.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%;
	}
	.form-group #email {
		padding-bottom: 4%;
	}
}