h1, h2, h3, h4, h5, h6, p, li, table, button{
	font-family: 'Poppins';
}
.banner{
	background-image: url('../images/Picture1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 70px;
	height: 350px;
	background-position: center;
}
.banner .col-sm-8{
	margin-left: 50px;
}
.banner h1{
	font-size: 45px;
	font-weight: 600;
	margin-top: 30px;
}
.banner h6{
	font-size: 23px;
	line-height: 1.5;
	color: #2D55A5;
	font-weight: 600;
}
.banner p {
    margin-top: 15px;
    font-size: 18px;
}
.banner img{
	float: right;    
	width: 215px;
}
.whyngs{
	margin-top: 80px;
	max-width: 90%;
}
.whyngs-pointers {
    padding: 15px 20px;
    display: inline-flex;
}
.whyngs h2 {
    font-weight: 600;
    color: #2d55a5;
    margin-bottom: 30px;
}
.whyngs-pointers h5 {
    font-size: 20px;
    font-weight: 600;
}
.whyngs-pointers p {
    font-size: 15px;
}
.whyngs-pointers img{
    background-color: #2d55a5;
    padding: 16px;
    width: 80px;
    border-radius: 10px;
    height: max-content;
}
.whyngs-pointers span {
    padding-left: 20px;
}
.package-bg{
	background-color: #f8f7f7;
	margin-top: 80px;
	padding-bottom: 20px;
}
.package-bg .container-fluid{
	max-width: 90%;
}
.standard{
	background-color: #eff1f5;
	text-align: center;
}
.premium{
	background-color: #e8f0f7;
	text-align: center;
}
.pkg-title{
	font-size: 28px;
    color: #2d55a5;
    font-weight: 600;
}
.pkg-options{
	background-color: #eceaea;
	font-size: 15px;
}
.pkg-options b{
	font-size: 16px;
}
.timline-bg .container-fluid{
	max-width: 90%;
}
.timline-bg{
	background-color: #E7E6E6;
}
.timline-bg h2 {
    padding: 30px 0;
    color: #2d55a5;
    font-weight: 600;
}
.dlv-timeline {
    background-color: #fff;
    padding: 25px;
    height: 150px;
    border-radius: 20px;
    border: 3px solid #2D55A5;
    margin-bottom: 35px;
}
.dlv-timeline img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 35px;
}
.dlv-timeline h6 {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.booknow{
	background-color: #2D55A5;
}
.booknow .container-fluid{
	max-width: 90%;
	padding: 20px 20px 10px;
}
.booknow h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.booknow h6 {
    color: #fff;
    font-size: 18px;
}
button.book-now {
    background: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
}
.footer{
	margin-top: 0!important;
}
.footer .container-fluid{
	max-width: 90%;
}
.footer-icon{
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}
.footer-icon a{
	color: #fff;
}
.footer-icon a:hover{
	color: #fff;
	text-decoration: none;
}
.disclaimer{
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
}
@media (max-width: 600px{
	.banner .col-sm-8 {
    	margin-left: 18px;
	}
	.banner h1 {
    	font-size: 35px;
	}
	.banner p{
		font-size: 15px;
	}
	.banner h6 {
    	font-size: 20px;
	}
	.whyngs {
	    margin-top: 56px;
	    max-width: 100%;
	}
	.package-bg{
		margin-top: 50px;
	}
	.timline-bg h2 {
    	font-size: 30px;
	}
	.dlv-timeline {
	    width: 200px;
	    margin-left: auto;
	    margin-right: auto;
	}
}