@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
textarea, input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cls, .clr {
	clear: both
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w100 {
	width: 100%;
}
.w50 {
	width: 50%;
}
.w48 {
	width: 48%;
}
.rlt {
	position: relative;
}
.text-c {
	text-align: center;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}
body-wrapper {
	float: left;
	width: 100%;
}
.clearfix:after, .body-wrapper:after, .full-wrapper:after, .main-wrapper:after {
	clear: both;
	content: " ";
	display: block;
}
.full-wrapper {
	float: left;
	width: 100%;
}
.main-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}
.header {
	background: #fff;
	padding: 15px 0;
}
.logo {
	width: 20%;
}
.logo img {
	max-width: 240px;
	width: auto;
}
.social {
	text-align: right;
}
ul.social li {
	display: inline-block;
	list-style: none;
	padding: 8px 8px;
	font-weight: 400;
}
ul.social li:nth-child(2) {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.hero-banner {
	background: url(images/banner.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0 100px 0;
	text-align: center;
}
.hero-banner h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.hero-banner h1 span {
	font-weight: 200;
}
.hero-banner p {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin: 20px 0 0 0;
}
.hero-banner h2 {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.hero-banner h2 span {
	background: #494aca;
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding: 10px 12px;
	border: 1px dashed #fff;
	border-radius: 6px;
	margin: 0 10px;
}
.form-outer {
	margin: 50px 0 0 0;
}
.form-wrap {
	width: 100%;
	max-width: 500px;
	border-radius: 6px;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	text-align: left;
	padding: 30px;
}
.form-group {
	margin: 0 0 20px 0;
}
.form-group label {
	font-size: 16px;
	color: #494aca;
	margin: 0 0 5px 0;
	display: block;
}
.input-xent, .form-input select {
	border: 2px solid #5758dc;
	border-radius: 6px;
	background: #e8e8ff;
	padding: 18px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #494aca;
}
.form-input select option:disabled {
	display: none;
}
.mob-span .input-xent {
	padding-left: 80px;
}
.form-input span {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	padding: 17px 15px;
	font-size: 16px;
	color: #494aca;
	border-right: 2px solid #494aca;
}
.submit-btn {
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	background: #f05e14;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	border: 0;
	padding: 15px;
}
.mob-submit {
	margin: 15px 0 0 0;
}
.form-wrap small {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 8px 0 0 0;
	display: inline-block;
}
.why-wrap {
	padding: 35px 0 60px 0;
}
.why-wrap h2, .ph-partners h2 {
	font-size: 30px;
	font-weight: 400;
	color: #1f206b;
	margin: 0 0 25px 0;
	line-height: 35px;
}
.why-wrap h2 span, .ph-partners h2 span {
	font-weight: 600;
}
.why-box-me {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.why-ph-bix {
	width: 20%;
	margin: 0 2%;
	padding: 30px 20px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #5758dc;
	box-shadow: 0px 6px 12px #b8b8da;
}
.why-ph-bix img {
	max-width: 120px;
}
.why-ph-bix h3 {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 400;
	color: #3538a2;
	line-height: 24px;
	text-transform: uppercase;
}
.why-ph-bix h3 span {
	font-weight: 600;
	display: block;
}
.ph-partners {
	background: #dfe0ec;
	padding: 35px 0 45px;
}
.ph-partners h2 span {
	display: block;
}
.ph-partners h2 {
	margin: 0 0 0 0;
}
.ph-partners p {
	font-size: 20px;
	color: #2d2d2e;
	font-weight: 400;
	margin: 10px 0 20px 0;
}
.partner-slider .slider-box {
	margin: 0 20px;
}
.partner-slider {
	width: 90%;
	margin: 35px auto 0 auto;
}
.ph-footer {
	background: #fff;
	padding: 20px 0;
}
.ph-footer img {
	max-width: 200px;
}
.ph-footer p {
	font-size: 14px;
	color: #333;
	margin: 10px 0 0 0;
}
.thank-you-logo img {
	max-width: 180px;
}
.thank-you-logo {
	margin: 0 0 20px 0;
}
.thank-you-wrap {
	padding: 20px 0;
}
.tick {
	margin: 0 0 10px 0;
}
.tick img {
	max-width: 60px;
}
.thank-you-wrap h3 {
	font-size: 16px;
	font-weight: 600;
	color: #2e2f75;
}
.thank-you-wrap h4 {
	font-size: 14px;
	font-weight: 400;
	color: #2e2f75;
}

/******************* ***** RESPOSIVE CSS ***** *******************/

@media all and (min-width:300px) and (max-width:699px) {
.logo img {
	width: 150px;
}
.logo {
	margin: 5px 0 0 0;
}
.header {
	background-color: #fff;
	position: fixed;
	z-index: 999;
	padding: 0;
	box-shadow: 2px 2px 21px #00000021;
}
ul.social li img {
	width: 26px;
}
.hero-banner {
	margin: 42px 0 0 0;
	background: #200f1e url(images/banner-mob.jpg) top center no-repeat;
	background-size: 100%;
}
.why-ph-bix {
	width: 45%;
	margin: 0 2% 5% 0;
	padding: 20px 15px;
}
.why-ph-bix img {
	max-width: 80px;
}
.why-ph-bix h3 {
	font-size: 16px;
	line-height: 20px;
}
.why-wrap h2, .ph-partners h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
	line-height: 24px;
}
.why-wrap {
	padding: 15px 0 15px 0;
}
.hero-banner h1 {
	font-size: 35px;
}
.hero-banner {
	padding: 35px 0;
}
.hero-banner h2 span {
	font-size: 18px;
	width: 100%;
	display: block;
	padding: 10px 12px;
	margin: 0 0 10px 0;
	background: rgba(73, 74, 202, 0.5)
}
.input-xent, .form-input select {
	padding: 15px;
}
.form-input span {
	padding: 16px;
}
.ph-footer img {
	max-width: 120px;
}
}
 @media all and (min-width:700px) and (max-width:999px) {
.hero-banner {
	background: #200f1e url(images/banner-mob.jpg) top center no-repeat;
	background-size: 100%;
}
.why-ph-bix {
	width: 45%;
	margin: 0 2% 5% 0;
	padding: 20px 15px;
}
.why-ph-bix img {
	max-width: 100px;
}
.why-wrap h2, .ph-partners h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
	line-height: 24px;
}
.why-wrap {
	padding: 15px 0 15px 0;
}
.hero-banner h1 {
	font-size: 35px;
}
.hero-banner {
	padding: 35px 0;
}
.hero-banner h2 span {
	font-size: 18px;
	width: 100%;
	display: block;
	padding: 10px 12px;
	margin: 0 0 10px 0;
	background: rgba(73, 74, 202, 0.5)
}
.input-xent, .form-input select {
	padding: 15px;
}
.form-input span {
	padding: 16px;
}
.ph-footer img {
	max-width: 120px;
}
}

	
/******************* ***** RESPOSIVE CSS ***** *******************/
