
/*** Header Css ***/
.header-sec {
	position: relative;
	z-index: 1001;
}
.header-fix {
	padding: 0;
	display: block;
	height: auto;
}
.sign-header {
	position: relative;
}
/*** End Of Header Css ***/

/*** Banner Css ***/
* {
	box-sizing: border-box;
}
.banner-bg {
	z-index: 1001;
}
.k-logo {
	padding-top: 30px;
	padding-bottom: 25px;
}
.k-content {
	align-items: unset;
}
.sign-up-text {
	padding-top: 33px;
}
.sign-up-text h1 {
	font-size: 58px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.03;
	letter-spacing: 2.32px;
	text-align: left;
}
.sign-up-text p {
	font-size: 16px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	opacity: 0.77;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.48px;
	text-align: left;
	padding-top: 36px;
}
.sign-up-text h1 span {
	color: #23b6b4;
}
.sign-up-text hr {
	width: 61px;
	height: 10px;
	background-color: #23B6B4;
	border-radius: 5px;
	display: block;
	margin: 0;
}
.information {
	padding-bottom: 100px;
}
.my-info {
	border-radius: 5px;
	box-shadow: 5px 12px 24px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 36px 36px 40px 36px;
	position: relative;
	z-index: 1001;
	overflow: hidden;
	width: 460px;
}
.my-info h2 {
	opacity: 0.88;
	color: #38394a;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 18px;
}
.login-form .inputfield {
	margin-bottom: 18px;
}
.login-form .inputfield input {
	color: #38394A;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0.52px;
	text-align: left;
	border-radius: 5px;
	border: 1px solid rgba(157, 157, 157, 0.5);
	height: 55px;
	padding-left: 28px;
}
.login-form .inputfield input:focus {
	border: 1px solid #6a6a6a;
	-webkit-box-shadow: 3px 0px 12px 0px rgba(0,0,10,0.1);
	-moz-box-shadow: 3px 0px 12px 0px rgba(0,0,10,0.1);
	box-shadow: 3px 0px 12px 0px rgba(0,0,10,0.1);
}
.login-form .inputfield input::placeholder {
	color: #000000;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.login-form .inputfield input:focus {
	outline: 0;
	box-shadow: none;
}
.my-interest {
	margin-top: 18px;
}
.my-interest input[type=checkbox] {
    display:none;
}
.my-interest  input[type=checkbox] + label {
    opacity: 0.77;
	color: #38394a;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0.52px;
	text-align: left;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	border: solid 1px #dfdfdf;
	background-color: #f5f5f5;
	height: 37px;
	margin-bottom: 18px;
	margin-right: 10px;
	text-decoration: none;
}
.my-interest input[type=checkbox]:checked + label{
    background-color: rgb(35, 182, 180);
	color: #ffffff;
	border: 1px solid rgb(35, 182, 180);
}
.my-interest label {
	opacity: 0.77;
	color: #38394a;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0.52px;
	text-align: left;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	border: solid 1px #dfdfdf;
	background-color: #f5f5f5;
	height: 37px;
	margin-bottom: 18px;
	margin-right: 10px;
	text-decoration: none;
	cursor: pointer;
}
.login-bottom .cta-btn {
	opacity: 0.99;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0.45px;
	padding: 15px 85px;
	height: 49px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #4065de;
	margin-bottom: 18px;
}
.login-bottom .cta-btn:hover {
	background-color: #1D41B7;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
}
.login-bottom .cta-btn:focus {
	box-shadow: none;
}
.login-bottom p {
	font-size: 10px;
	color: #38394a;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 11px;
	letter-spacing: 0.45px;
	text-align: left;
	margin: 0;
}
.login-bottom p a {
	color: #23b6b4;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.44px;
	text-align: left;
}
.login-bg-image {
	position: absolute;
	right: 0;
	bottom: 0px;
	object-fit: contain;
	box-shadow: 0 5px 99px 0 rgba(0, 0, 0, 0.1);
	padding-right: 0;
	z-index: 999;
	overflow: hidden;
}
.login-bg-image img {
	max-width: initial;
	height: 736px;
}
.privacy {
	background-color: #ffffff;
	height: 100%;
	float: right;
	overflow: hidden;
	z-index: 1001;
	display: none;
	position: absolute;
	right: 0;
	box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.16);
}
.privacy-inner {
	width: 520px;
	padding: 70px 48px 90px;
}
.privacy h2 {
	color: #38394A;
	font-size: 39px;
	line-height: 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding-bottom: 40px;
}
.privacy h3 {
	color: #38394A;
	font-size: 21px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding-bottom: 10px;
}
.privacy p {
	color: #38394A;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding-bottom: 35px;
}
.privacy p a i {
	position: relative;
    top: 1px;
}
.privacy button {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 18px 90px 18px 25px;
	border-radius: 5px;
	background-color: #23B6B4;
	margin-top: 30px;
}
.privacy button:hover {
	color: #ffffff;
	background-color: #1e9b99;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
}
.privacy button i {
	margin-right: 70px;
}
.privacy button:focus {
	box-shadow: none;
}

/*** End Of Banner Css ***/

/*** Thanks Css ***/
.thank-bg {
	width: 100%;
	z-index: 1001;
}
.thanks-slidshow {
	position: relative;
}
.thank-text {
	text-align: center;
}
.thank-text h1 {
	font-size: 100px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 100px;
	letter-spacing: 2.32px;
	text-transform: capitalize;
	margin: 0px 0px 5px;
	text-transform: initial;
}
.thank-text p {
	font-size: 32px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 38px;
	letter-spacing: 0.48px;
	text-transform: initial;
}
/*** End Of Thanks Css ***/


/*** Media Query Css ***/

@media only screen and (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}
	.sign-up-text {
		padding-top: 70px;
	}
}
@media only screen and (min-width: 1700px) {
	.container {
		max-width: 1640px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.login-bg-image {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.my-info {
		width: 100%;
		padding: 30px 15px;
	}
	.sign-up-text h1 {
		font-size: 44px;
	}
	.login-bg-image {
		display: none;
	}
}
@media only screen and (max-width: 880px) {
	.thank-bg {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.k-content {
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.thank-content {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.k-logo {
		text-align: center;
		padding: 30px 0px;
	}
	.k-content {
		padding-bottom: 0;
	}
	.sign-up-text h1 {
		font-size: 36px;
		line-height: 40px;
		text-align: center;
	}
	.sign-up-text hr {
		margin: 0 auto;
	}
	.sign-up-text p {
		text-align: center;
	}
	.my-info {
		width: 100%;
		padding: 30px 15px;
	}
	.login-bg-image {
		display: none;
	}
	.privacy {
		width: 100%;
	    top: 0;
	    right: -10px;
	}
	.privacy h2 {
		font-size: 28px;
	}
	.privacy-inner {
		padding: 30px 25px;
    	width: 100%;
	}
	.privacy button {
		padding: 18px 80px 18px 25px;
	}
	.thank-text h1 {
		font-size: 44px;
		line-height: 50px;
	}
	.thank-text p {
		font-size: 21px;
		line-height: 25px;
	}
	.login-bottom p {
		line-height: 15px;
	}
	.shapes {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-80%);
		transform: translateX(-50%) translateY(-80%);
	}
}
/*** End Of Media Query Css ***/