@charset "utf-8";

body {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;background: #98cafd;
}

ul,
ol,
li {
	padding: 0
}

img {
	max-width: 100%
}
/* Loader Css */
.loader_9 {
	position: fixed;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 9999;
}
.lds-ripple {
	position: absolute;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #666;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}
.lds-ripple div:nth-child(2) {
	animation-delay: -.5s
}
 @keyframes lds-ripple {
 0% {
 top: 36px;
 left: 36px;
 width: 0;
 height: 0;
 opacity: 1
}
 100% {
 top: 0;
 left: 0;
 width: 72px;
 height: 72px;
 opacity: 0
}
}

.textthank  h2 {
	font-size: 60px;
	color: #ac3162;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
}
.textthank p {
	color: #06305b;
	font-size: 24px;
	margin: 0;
	line-height: 30px;
}

.textthank {
	width: 60%;
	margin: auto;
	text-align: center;
}


h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	width: 510px;
	line-height: 50px;
	margin-top: 0;
}

h3 {
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
}

.leftside li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #de528a;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
}

.leftside li {
	position: relative;
	list-style: none;
	padding-left: 19px;
	font-size: 19px;
	font-weight: 600;
	color: #ffffff;
}

.leftside ul {
	padding: 0;
	margin: 7px 0;
}

.Speak {
	background: #06305b;
	color: #fff;
	display: inline-block;
	padding: 6px 70px 6px 30px;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	border-radius: 20px;
	position: relative;
	margin: 15px 0 0;
}

.Speak::before {
	position: absolute;
	content: "";
	background-image: url(../images/icon.png);
	width: 50px;
	height: 50px;
	background-position: 0 0;
	top: -1px;
	right: -6px;
	background-size: 45px;
	background-repeat: no-repeat;
}

.free {
	width: 190px;
	margin: 30px 0;
}





.mobbanner {
	display: none;
}


/*checkbox-design*/
.checkbox-label {
	display: block;
	position: relative;
	padding-left: 31px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	line-height: 19px;
}

.checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.input option {
    line-height: 21px;
    min-height: 30px;
    display: inline-block;
    font-size: 16px;
}
.input:focus{outline:0}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 19px;
	width: 19px;
	border: solid 2px #171717;
	background: transparent;
	background-color: transparent;
	border-radius: 3px;
}


.checkbox-label:hover input ~ .checkmark {}

.checkbox-label input:checked ~ .checkmark {
	background-color:
		transparent;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-label .checkmark::after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-label input:checked ~ .checkmark:after {
	display: block;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.banner .container {
	max-width: 1340px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}







.form-sec {
	width: 292px;
	background: #564d86d1;
	padding: 13px 24px 20px;
}

.form-sec .form-group::before {
	position: absolute;
	content: "";
	background-image: url(../images/form-icon.png);
	width: 30px;
	height: 40px;
	background-position: -3px -11px;
	top: 7px;
	left: 4px;
}

.adm-txt {
	font-size: 27px;
	color: #fff;
	text-align: center;
	/* text-transform: uppercase; */
	font-weight: 900;
	margin: 4px 0 18px;
}

.form-sec .form-group {
	position: relative;
	padding-left: 43px;
	background: #fff;
	margin-bottom: 1rem;
	border-radius: 0px;
}

.input {
	border: none;
	padding: 0;
	height: 33px;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	color: #000;
	background: transparent;
}

.sbt {
	border: solid 1px #000;
	border-radius: 0px;
	padding: 8px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin: 20px auto 0;
	width: 240px;
	display: inherit;
	font-weight: 900;
	font-size: 22px;
}

.form-sec .form-group.email::before {
	background-position: -3px -57px;
	width: 30px;
}

.form-sec .form-group.Mobile::before {
	background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
	background-position: 1px -150px;
	width: 35px;
}

.form-sec .form-group.State::before {
	background-position: 1px -161px;
	top: 5px;
	height: 25px;
	width: 33px;
	background-size: 30px;
}
.form-sec .form-group.courseinfo::before {
   background-position: -2px -151px;}
.form-sec .form-group.City::before {
	background-position: -3px -242px;
	top: 5px;
	height: 21px;
}

.banner > img {
	height: 100vh;
	width: 100vw;
}







@media only screen and (max-width:1300px) {

	.banner .container {
		max-width: 1190px;
		padding: 15px;
	}

}

@media only screen and (max-width:991px) {

	.banner .container {

		flex-wrap: wrap;
	}

	.banner > img {
		height: 100vh;
		width: 130vw;
		max-width: inherit;
	}
}

@media only screen and (max-width:767px) {

	.content {
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
	}

	.banner > img {
		display: none
	}

	body {
		overflow: visible;
		background: #6a5db5;
	}

	.banner > .mobbanner {
		display: block;
		width: 100%;
		height: auto;
	}

	h1 {
		font-size: 54px;
		width: 430px;
		line-height: 55px;
	}

	.leftside {
		min-height: 990px;
	}

	.Speak {

		padding: 6px 52px 6px 23px;
		font-size: 16px;


	}
}





@media only screen and (max-width:500px) {
	h1 {
		font-size: 38px;
        width: 100%;
        line-height: 45px;
        padding-top: 30px;
	}

	.form-sec {
		width: 100%;
		box-sizing: border-box;
	}

	.banner > .mobbanner {
		display: block;
		width: 100%;
		background: #98cafd;
		position: relative;
		top: 80px;
	}

	.leftside {
		min-height: 490px;
	}

	.textthank {
		width: 90%;
		margin-top: 180px;
	}

	.textthank p {
		color: #06305b;
		font-size: 20px;
		margin: 0;
		line-height: 30px;
	}

	h3 {
		font-size: 18px;
	}

	.leftside li {

		font-size: 14px;
	}

	.leftside li::before {

		top: 9px;
	}

	.free {
		width: 140px;
		margin: 30px 0;
	}

	.banner > .mobbanner {

		top: -30px;
	}

	.Speak {
		padding: 6px 52px 6px 15px;margin: 1px 0 0;
	}
	
	.adm-txt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 900;
    margin: -2px 0 12px;
}
}

@media only screen and (max-width:370px) {
	
}







