.vision-statement p{
	color: rgba(255, 255, 255, 1) !important;
	font-weight: 400 !important;
	font-size:20px !important;
	line-height: 36px !important;
}
.vision-statement-section .btn{
	margin-right:100px !important;
/*	margin-top:180px !important;*/
}
.qute-img{
	position: absolute;
	margin-left:-70px;
	margin-top:5px;
}
.vision-statement-section{
	padding-top:30px;
	padding-bottom:30px;
    background-image: URL('../img/about-us-bg-banner.png');
    background-size:100% 100%;
    height:auto;
    margin-top:50px;
    border-radius: 20px;
}
.co-founder-ceo .detail{
	padding:0px 30px 0px 80px !important;
}
.co-founder-ceo h2{
	font-size:50px !important;
	margin-top:30px !important;
}
.co-founder-ceo .detail span{
	font-size:22px !important;
}
.co-founder-ceo .detail{
	padding-right:80px !important;
}
.footer-section:before{
	height:0.5px !important;
}
.sign-up-today:before{
    position: absolute;
    content: '';
    left: 50%;
    background: rgba(231, 231, 231, 1);
    height: 0.5px !important;
    margin-top:-90px;
    width: 90%;
    transform: translate(-50%,-50%);
}
.sign-up-today{
    padding-top:150px;
}

@media only screen and (max-width: 600px) {
	.thousand-users-detail{
		padding: 10px 20px !important;
	}	
	.vision-statement-section .btn{
		margin-top:0px !important;
	}
	.vision-statement-section{
		padding-top: 10px !important;
	}
	.co-founder-ceo .detail{
		padding: 10px !important;
		margin-bottom:20px;
	}
	.advance-content{
	    margin-top: 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.sign-up-today-detail.d-flex.align-items-center{
		display: unset !important;
		text-align: center !important;
	}
	.sign-up-today-detail.d-flex.align-items-center a{
		margin-right: 0px !important;
		margin-bottom: 20px !important;
	}
	.co-founder-ceo .img{
		margin-top:30px;
	}
	.thousand-users-detail{
		padding-left:0px;
		padding:30px;
	}
}