html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, article, aside, nav, footer, address {
	display: block;
}
.text-white{
	color: #fff;
}
html {
	background: #f5f5f5;
}
body {
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
	font-size: 17px;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	margin: auto;
	position : relative;
}
input,textarea,select{
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.submit{
	cursor: pointer !important;
}
a{
	color: #333;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
	font-size: 16px;
	font-family: 'open_sanslight';
}
.hidden{
	display:none !important;
}
br.clear {
	clear: both;
	line-height: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
header {
	padding-top: 60px;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}
header img {
	margin-right: 5px;
}
header img.medium {
	width: 80px;
	height: 80px;
	display: inline-block;
}
header img.large {
	width: 100px;
	height: 100px;
	display: inline-block;
}

header div.right {
	width: 55%;
	text-align: justify;
}
header .address.large {
	font-weight: bold;
	font-size: 12pt;
}
header .address.medium {
	font-weight: bold;
	font-size: 10pt;
}
header .title {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 15pt;
}
main {
	border-bottom: 1px solid #000;
}
main div.top {
	margin-top: 60px;
}
main div.top .data {
	margin-top: 20px;
}
main div.top .data span {
	width: 150px;
	display: inline-block;
	font-weight: bold;
}

main div.top .data b {
	margin-right: 50px;
}
main div.top .right {
	padding-right: 30px;
}
main div.top .photo {
	width: 28mm;
	height: 35mm;
	background: #ccc;
	border:1px solid #777;
}
main div.top .photo img {
	width: 100%;
	display: block;
}
main div.top .label {
	text-align: center;
	margin-top: 10px;
}
main .details {
	margin-bottom: 30px;
}
main .details h3 {
	margin: 30px 0 20px;
}
main .details .data-container {
	margin-left: 50px;
}

main .details .data-container .data{
	margin-top: 10px;
}
main .details .data-container .data span {
	width: 150px;
	display: inline-block;
	font-weight: bold;
}

main .details .data-container .data b {
	margin-right: 30px;
}
footer {
	margin-top: 20px;
}
footer .data{
	margin-top: 10px;
}
footer .data span {
	width: 100px;
	display: inline-block;
	font-weight: bold;
}

footer .data b {
	margin-right: 30px;
}

footer div.right {
	width: 40%;
	text-align: center;
}
footer div.right .signature{
	width: 120px;
}

/* register styles for */
.preloader.pls-teal .plc-path {
stroke: #009688;
}

.preloader.pls-gray .plc-path {
stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
stroke: #fff;
}

.pl-circular {
animation: rotate 2s linear infinite;
height: 100%;
transform-origin: center center;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.plc-path {
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
stroke-linecap: round;
stroke-width: 2;
stroke-miterlimit: 10;
fill: none;
}

@keyframes rotate {
100% {
	transform: rotate(360deg);
}
}

@keyframes dash {
0% {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
}

50% {
	stroke-dasharray: 89,200;
	stroke-dashoffset: -35px;
}

100% {
	stroke-dasharray: 89,200;
	stroke-dashoffset: -124px;
}
}

@keyframes color {
100%, 0% {
	stroke: #f44336;
}

40% {
	stroke: #2196f3;
}

66% {
	stroke: #4caf50;
}

80%, 90% {
	stroke: #ffc107;
}
}
.popup-bg{
	background:rgba(0,0,0,.8);
	top:0;
	width:100%;
	height:100%;
	z-index:999
}
.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{
	background-image:none
}
.popup-box{
	width:100px;
	height:100px;
	top:0;
	margin:auto;
	z-index:1000
}
.popup-bg,.popup-box{
	position:fixed;
	right:0;
	left:0;
	bottom:0
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	
}
ol,
ul {
	list-style: none;
}
del {
	text-decoration: line-through;
}
@font-face {
	font-family: 'product_sans_bold';
	src: url('../fonts/product_sans/product_sans_bold-webfont.woff2') format('woff2'),
			url('../fonts/product_sans/product_sans_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'product_sans_regular';
	src: url('../fonts/product_sans/product_sans_regular-webfont.woff2') format('woff2'),
			url('../fonts/product_sans/product_sans_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "product_sans_regular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1c2c40;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 400;
}
input,
textarea,
select {
	font-family: "product_sans_regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
}
	
a {
	color: #707070;
	font-family: "product_sans_regular", sans-serif;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
}
a.button {
	margin-top: 30px;
	padding: 18px 55px;
	border-radius: 15px;
	background: #000;
	color: #ffff;
	font-family: 'product_sans_bold';
	font-size: 24px;
	display: inline-block;
	background: linear-gradient(90deg, rgba(106,244,178,1) 0%, rgba(53,163,94,1) 82%);
}
a:hover,
.submit:hover {
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb {
	display: block;
}
.thumb img {
	display: block;
	width: 100%;
}
p {
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
	color: #707070;
	font-family: "product_sans_regular", sans-serif;
}

.hidden {
	display: none;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
	width: 85%;
	margin: 0 auto;
	max-width: 1200px;
}
#main {
	background: #329d58;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main section.container {
	background: url("../images/wave.png") #fdfdfd no-repeat;
	background-size: 100% 100%;
	width: 80%;
	min-height: calc(100vh - 110px);
	position: relative;
	display: flex;
	align-items: center;
}
#main section.containers {
	background: url("../images/wave.png") #fdfdfd no-repeat;
	background-size: 100% 100%;
	width: 80%;
	min-height: calc(100vh - 110px);
	position: relative;
	display: flex;
	align-items: center;
}
#main div.logos {
	padding: 25px 20px 20px;
	background: #eef7f3;
	display: flex;
	align-items: center;
	width: 220px;
	min-height: 110px;
	border-radius: 0 56px 56px 0;
	position: absolute;
	top: 25px;
}
#main div.logos h1.artboard {
	width: 88px;
	margin-right: 20px;
}
#main div.logos h1.logo {
		width: 55px;
}
#main div.logos h1.artboard a{
	display: inline-block;
}
#main div.logos h1.logo a{
	display: inline-block;
}
#main div.logos h1.artboard a img{
	display: block;
	width: 100%;
}
#main div.logos h1.logo a img{
	display: block;
	width: 100%;
}
#main div.logo {
	padding: 25px 20px 20px;
	background: #eef7f3;
	display: flex;
	align-items: center;
	width: 220px;
	min-height: 110px;
	border-radius: 0 56px 56px 0;
	position: absolute;
	top: 25px;
}
#main div.logo h1.artboard {
	width: 88px;
	margin-right: 20px;
}
#main div.logo h1.logo {
		width: 55px;
}
#main div.logo h1.artboard a{
	display: inline-block;
}
#main div.logo h1.logo a{
	display: inline-block;
}
#main div.logo h1.artboard a img{
	display: block;
	width: 100%;
}
#main div.logo h1.logo a img{
	display: block;
	width: 100%;
}
#main div.content{
	width: 55%;
	margin: 0 auto;
	border: 1px solid #0000003b;
	border-radius: 10px;
	padding: 50px 80px;
	background: #fff;
}
#main div.content div.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
	flex-wrap: wrap;
}
#main div.content div.top h5.left{
	font-size: 22px;
	font-weight: 600;
	width: 80%;
}
#main div.content div.top h5.right{
	font-size: 22px;
	font-weight: 600;
	color: #55fc5e;
}
#main div.content div.middle{
	width: 95%; 
}
#main div.content div.middle h4{
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	color: #191919;
	margin-bottom: 25px;
}

#main div.page_content {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
#main div.page_content span {
	display: block;
	width: 36%;
	margin: 0 auto;
}
#main div.page_content img.spot {
	width: 100%;
	display: block;
}
#main div.page_content h1 {
	margin: 50px 0 25px;
	font-size: 55px;
	color: #329d58;
	font-family: 'product_sans_regular';
}
#main div.page_content h2 {
	color: #606060;
	font-size: 25px;
	margin: 0 auto;
	font-family: 'product_sans_regular';
}
#main div.page_content a.button {
}
#main div.content_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 100px; 
}
#main div.left{
	width: 42%;
}
#main div.left img {
	width: 100%;
	display: block;
	border-radius: 15px;
}
#main div.right{
	width: 55%; 
}
#main div.right h2 {
	font-size: 20px;
	width: 90%; 
	font-family: "EGGIndulekhaUni";
}
#main div.right h3 {
	font-size: 20px;
	margin: 25px 0 20px;
	color: #606060;
	font-family: "EGGIndulekhaUni";
}
#main div.right ul {
	
}
#main div.right ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
} 
#main div.right ul li:last-child {
	margin-bottom: 0;
}
#main div.right ul li span {
	width: 10px;
	height: 10px;
	background: #56e19e;
	border-radius: 50%;
	margin-right: 16px;
} 
#main div.right ul li p {
	font-size: 26px;
	font-family: "EGGIndulekhaUni";
	width: calc(100% - 26px);
}
#main div.content_box div.right a.button{

}
#login{
	display:flex;
	flex-direction:row;
}
#login div.left{
	width:60%;
	margin-right:30px;
	position:relative;
}
#login div.left div.top{
	background-color: #e9f6f0;
	display:flex;
	justify-content:flex-end;
	padding:20px;
	align-items:center;
}
#login div.left div.top div.widget{
	width:109px;
	margin-right:15px;
}
#login div.left div.top div.widget:last-child{
	margin-right:none;
}
#login div.left div.top div.widget img.special{
	height:85px;
	object-fit: contain;
}
#login div.left div.bottom {
	width: 100%;
}
#login div.left div.bottom div.inner-container{
	position: absolute;
	left: 0;
	bottom: 0;
	right:0;
	top: -3px;
}
#login div.right{
	width:37%;
	display:flex;
	align-items:center;
	min-height:100vh;
	padding:0px 70px;
}
#login div.container{
	width:100%;

}
#login div.container h3{
	font-size:20px;
	font-family:"product_sans_bold";
	text-align:center;
	font-weight: 600;
	margin-bottom:35px;
}
#login div.container form.main{


}
#login div.container form.main div.academics{

	margin-bottom:30px;

}
#login div.container form.main div.academics:last-child{

	margin-bottom:unset;

}
#login div.container form.main div.academics div.head  {
	display:flex;
}
#login div.container form.main div.academics div.head div.wrap{
	border-radius: 50%;
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	margin-right: 8px;
}
#login div.container form.main div.academics div.head div.wrap div.head-image-sec {
	width: 19px;
	transform: translate(4px,3px);
}
#login div.container form.main div.academics div.head  p{
	font-size:15px;
	color: #000;
	margin-bottom:15px;
}
#login div.container form.main div.academics div.head div.head-image {
	width: 24px;
	margin-right:8px;
}
#login div.container form.main div.academics div.details{
	

}
#login div.container form.main div.academics div.details div.detail{
	width: 100%;
	border: 1px solid #7e8284;
	border-radius: 6px;
	margin-bottom: 15px;
}

#login div.container form.main div.academics div.details div.detail:last-child{
	margin-bottom:unset;

}
#login div.container form.main div.academics div.details div.detail.required{
	border: 1px solid #f6838d;
	border-radius: 6px;
	margin-bottom: 15px;
	position:relative;
	overflow: unset!important;
}
#login div.container form.main div.academics div.details div.detail.required input::placeholder{
	font-size:14px;
	color: #f6838d;
	font-family:"product_sans_bold";
}
#login div.container form.main div.academics div.details input::placeholder{
	font-size:14px;
	color:#beb4ab;
}
#login div.container form.main div.academics div.details div.specific{
	display:flex;
	align-items:center;
}
#login div.container form.main div.academics div.details div.specific div.detail-section{ 
	width:48%;
	border: 1px solid #7e8284;
	margin-right:4%;
	border-radius: 6px;
}
#login div.container form.main div.academics div.details  div.detail.required div.info{ 
	position: absolute;
	right: -39px;
	top: 8px;
	width: 29px;
}
#login div.container form.main div.academics div.details div.specific div.detail-section:last-child{
	margin-right:unset;

}
#login div.container form.main div.basic{ 

}
#login div.container form.main div.basic p { 
	font-size:18px;
	color: #000;
	transform: translateY(3px);
}
#login div.container form.main div.academics div.details button { 
	background-color: #5cc66a;
	color: #fff;
	font-size: 15px;
	width: 100%;
	padding: 10px 20px;
	border-radius: 6px;
	display:block;
	font-family:"product_sans_bold";
}
#main div.content div.middle form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#main div.content div.middle form label.container {
    border: 1px solid #0000003b;
    padding: 12px 0;
    border-radius: 5px;
    font-size: 21px;
    color: #191919;
    width: 100%;
    text-align: center;
	margin-bottom: 10px;
	min-height: 78px;
}
#main div.content div.middle form label.container.selected {
    background: #3b8aff;
    color: #fff;
}
#main div.content div.middle form label.container span {
   
}
#main div.content div.middle form label input[type="radio"] {
    opacity: 0;
}
#main div.content div.middle form input[type="submit"] {
    background: linear-gradient(
        90deg,
        rgba(106, 244, 178, 1) 0%,
        rgba(53, 163, 94, 1) 82%
    );
    padding: 15px 0;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    width: 100%;
}
@media (max-width:1280px){
	.logo-exams{
		display: none !important;
	}
}
@media (max-width:1280px){
	#main section.containers{
		min-height: calc(100vh - 200px);
	}
	/* #main .logo {
		display: none !important;
	} */
	#main div.content{
		width: 79%;
		padding: 42px 68px;
	}
	#main div.content div.middle form label.container{
		width: 48%;
		margin-right: 10px;
	}
	#main div.content div.middle form{
		
	}
	#main div.content div.middle form label.container:nth-child(2n){
		margin-right: 0px;
	}
	#main div.page_content span {
		width: 30%;
	}
	#main div.left {
		display: none;
	}
	#main div.right {
		width: 90%;
	}
	#main div.right h3 {
		font-size: 30px;
	}
	#login div.left{
		width: 57%;
	}
	#login div.right{
		padding: 0px 32px;
	}
	#login div.container h3{
		font-size: 27px;
	}
	#login div.container form.main div.academics{
		margin-bottom: 20px;
	}
	#login div.left div.bottom div.inner-container{
		bottom: -37px;
		top:unset;
	}
	#otp .content{
		width:50% !important;
	}
}
@media (max-width:1024px){
	#main div.content{
		width: 85%;
		padding: 42px 68px;
	}
	#main div.content div.top{
		margin-bottom: 25px;
	}
	#main div.content div.middle h4{
		font-size: 20px;
	}
	#main div.content div.middle form label.container{
		width: 100%;
		margin-right: 0;
	}
	#main div.page_content h1 {
		font-size: 50px;
		margin: 45px 0 20px;
	}
	#main div.page_content h2 {
		font-size: 40px;
		width: 90%;
	}
	#main div.page_content a.button {
		font-size: 20px;
	}
	#main div.right h2 {
		width: 100%;
	}
}
@media (max-width:980px){
	#main section.containers{
		min-height: calc(100vh - 150px);
	}
	#main div.content{
		width: 90%;
	}
	#main div.content div.middle h4{
		line-height: 35px;
	}
	#main div.content div.top h5.left{
		font-size: 19px;
	}
	#main div.content div.top h5.right{
		font-size: 19px;
	}
	#main div.logos h1.artboard a {
		width: 60%;
	}
	#main div.logos h1.logo a {
		width: 60%;
	}
	#main div.page_content h1 {
		font-size: 45px;
	}
	#main div.page_content h2 {
		font-size: 35px;
	}
	#main div.logos {
		padding: 20px 15px 15px;
		width: 185px;
		min-height: 100px;
	}
	#main div.logos h1.artboard {
		margin-right: 0;
	}
	#main div.page_content span {
		width: 38%;
	}
	#main div.content_box div.right a.button {
		padding: 18px 45px;
	}
	*{
		overflow-x:hidden;
	}
	#login div.right{
		padding: 0px 40px;
		width: 45%;
	}
	#otp .content{
		width:50% !important;
	}
}
	/*@media (max-width:900px){
		 #main div.content{
			padding: 30px 50px;
		}
		#main div.content div.middle h4{
			font-size: 18px;
		}
		#main div.content div.middle h4{
			line-height: 30px;
		}
		#main div.content div.top h5.left{
			font-size: 17px;
		}
		#main div.content div.top h5.right{
			font-size: 17px;
		}
	}*/
@media (max-width:769px){
	#main section.containers{
		min-height: calc(100vh - 170px);
	}
	#main div.content{
		width: 93%;
	}
	#main div.page_content img.spot {
		margin-top: -35px;
	}
	#main div.page_content h1 {
		font-size: 40px;
		margin: 40px 0 25px;
	}
	#main div.page_content h2 {
		font-size: 25px;
	}
	#main div.page_content span {
		margin-top: 40px;
		width: 45%;
	}
	#main div.right h2 {
		font-size: 28px;
	}
	#main div.right h3 {
		font-size: 25px;
	}
	#main div.right ul li p {
		font-size: 20px;
		width:calc(100% - 26px);
	}
	#main div.content_box div.right a.button {
		padding: 15px 35px;
	}
	#login div.right{
		padding: 0px 8px;
	}
	#login div.container h3{
		font-size: 22px;
	}
	#login div.container form.main div.academics p{
		font-size: 13px;
	}
	#login div.left{
		width: 43%;
	}
	#otp .content{
		width:70% !important;
		padding: 36px;
	}
	#otp .content p{
		font-size: 14px !important;
	}
}
@media (max-width:690px){
	#main div.content div.top h5.left{
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}
	#main div.content div.top h5.right{
		margin: 0 auto;
	}
	#main div.logos {
		display: none;
	}
}
@media (max-width:640px){
	#main section.containers{
		min-height: calc(100vh - 190px);
		width: 95%;
	}
	#main section.containers {
		min-height:100vh;
	}
	#main div.content{
		width: 95%;
		padding: 30px 30px;
	}
	#main div.content div.top h5.left{
		font-size: 18px;
	}
	#main div.content div.top h5.right{
		font-size: 18px;
	}
	#main div.content div.middle h4{
		font-size: 19px;
		line-height: 30px;
	}
	#main div.content div.middle form label.container{
		font-size: 19px;
	}
	#main div.logos {
		padding: 15px 10px 10px;
		width: 170px;
	}
	#main div.logos h1.artboard {
		width: 75px;
	}
	#main div.logos h1.logo {
		width: 50px; 
	}
	#main div.logos h1.artboard {
		width: 75px;
	}
	#main div.logos h1.logo {
		width: 50px;
	}
	#main div.logos {
		padding: 15px 10px 10px;
		width: 175px;
		min-height: 85px;
	}
	#main div.content_box {
		padding: 50px;
	}
	#main div.right h2 {
		width: 100%;
	}
	#main div.content_box div.right a.button {
		font-size: 20px;
	}
	#main div.page_content a.button {
		padding: 15px 40px;
	}
	#login div.left{
		width:unset;
	}
	#login div.left div.top{
		position: fixed;
		width: 100%;
	}
	#login div.left div.bottom{
		display:none;
	}
	#login div.right{
		padding-top: 147px;
	}
	#login div.container{
		width:100%;
	}
	#login div.right{
		width:90%;
		margin:0 auto;
	}
	#login div.left{
		margin-right:unset;
	}
	#login div.container h3{
		margin-bottom: 20px;
	}
	#login div.right{
		padding-top: 100px;
	}
	#login div.left div.top{
		justify-content:center;
	}
	#login div.left div.top div.widget{
		width: 88px;
	}
	#login div.left div.top div.widget img.special{
		height: 72px;
	}
	#otp .content{
		width:90% !important;
	}

}
@media all and (max-width: 480px) {
	#main section.containers{
		background: none;
	}

	input {
		padding: 14px !important;
	}
	#main div.logos {
		padding: 15px 10px 10px;
		width: 158px;
		min-height: 80px;
	}
	#main div.logos h1.artboard {
		width: 65px;
	}
	#main div.logos h1.logo {
		width: 45px;
	}  
	#main div.page_content span {
		margin-top: 70px;
		width: 55%;
	}
	#main div.page_content h1 {
		font-size: 30px;
	}
	#main div.page_content h2 {
		font-size: 20px;
	}
	#main div.page_content a.button {
		font-size: 17px;
		margin-top: 30px;
		padding: 15px 45px;
	}
	#main div.content_box {
		padding: 25px;
	}
	#main div.right h2 {
		font-size: 24px;
	}
	#main div.right h3 {
		font-size: 20px;
		margin: 20px 0 10px;
	}
	#main div.right ul li p {
		font-size: 17px;
	}
	#main div.content_box div.right a.button {
		font-size: 16px;
	}
	#main div.page_content a.button {
		padding: 12px 35px;
	}
	#main section.container {
		width: 90%;
		border-radius: 15px;
	}
	a.button {
		border-radius: 7px;
	}
	#otp .content div.error p{
		margin-bottom: 10px !important;
		font-size:15px !important;
		line-height:22px !important;
	}
	#login div.right{
		padding-top: 140px;
	}
	
}
@media all and (max-width: 360px) {
	#otp .content .buttons .button2 a{
		padding: 6px 37px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	#otp .content{
		padding: 40px !important;
	}
	#otp .content div.error p{
		margin-bottom: 10px !important;
		font-size:15px !important;
		line-height:22px !important;
	}
	#login div.right{
		padding-top: 140px;
	}
	#otp .content .inputs input::placeholder{
		font-size:14px !important;
		color:#beb4ab !important;
		text-align:center;
	}
}
label.selected span p{
	color: #fff;
}
#otp{
	display:none;
}
#otp.active{
	display:block;
}
#window{
	background-color: rgba(0,0,0,0.5);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
} 
@media (max-width:420px){
	#main section.containers{
		min-height: calc(100vh - 170px);
	}
	#main div.content div.middle h4{
		font-size: 18px;
		line-height: 25px;
	}
	#main div.content div.middle form label.container{
		font-size: 16px;
	}
	#main div.content div.top h5.left{
		font-size: 17px;
	}
	#main div.content div.top h5.right{
		font-size: 17px;
	}
	#main div.content div.middle form input[type=submit]{
		font-size: 19px;
	}
}
@media (max-width:340px){
	#main section.containers{
		min-height: calc(100vh - 150px);
	}
	#main div.content div.middle h4{
		font-size: 16px;
		line-height: 25px;
	}
	#main div.content div.middle form label.container{
		font-size: 16px;
	}
	#main div.content div.top h5.left{
		font-size: 16px;
	}
	#main div.content div.top h5.right{
		font-size: 16px;
	}
	#main div.content div.middle form input[type=submit]{
		font-size: 16px;
	}
}
#login{
	display:flex;
	flex-direction:row;
	min-height:100vh;
}
#login div.left{
	width:70%;
	margin-right:30px;
	position:relative;
}
#login div.left div.top{
	background-color: #e9f6f0;
	display:flex;
	justify-content:flex-end;
	padding:20px;
	align-items:center;
}
#login div.left div.top div.widget{
	width:109px;
	margin-right:15px;
}
#login div.left div.top div.widget:last-child{
	margin-right:none;
}
#login div.left div.top div.widget img.special{
	height:85px;
	object-fit: contain;
}
#login div.left div.bottom {
	width: 100%;
}
#login div.left div.bottom div.inner-container{
	position: absolute;
	left: 0;
	bottom: 0;
	right:0;
	top: -3px;
}
#login div.right{
	width:50%;
	display:flex;
	align-items:center;
	min-height:100vh;
	padding:0px 70px;
}
#login div.container{
	width:100%;

}
#login div.container h3{
	font-size:30px;
	font-family:"product_sans_bold";
	text-align:center;
	font-weight: 600;
	margin-bottom:35px;
}
#login div.container form.main{


}
#login div.container form.main div.academics{

	margin-bottom:30px;

}
#login div.container form.main div.academics:last-child{

	margin-bottom:unset;

}
#login div.container form.main div.academics div.head  {
	display:flex;
}
#login div.container form.main div.academics div.head div.wrap{
	border-radius: 50%;
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	margin-right: 8px;
}
#login div.container form.main div.academics div.head div.wrap div.head-image-sec {
	width: 19px;
	transform: translate(4px,3px);
}
#login div.container form.main div.academics div.head  p{
	font-size:15px;
	color: #000;
	margin-bottom:15px;
}
#login div.container form.main div.academics div.head div.head-image {
	width: 24px;
	margin-right:8px;
}
#login div.container form.main div.academics div.details{
	

}
input{
	padding: 14px;
}
#login div.container form.main div.academics div.details div.detail{
	width: 100%;
	border: 1px solid #7e8284;
	border-radius: 6px;
	margin-bottom: 15px;
}

#login div.container form.main div.academics div.details div.detail:last-child{
	margin-bottom:unset;

}
#login div.container form.main div.academics div.details div.detail.required{
	border: 1px solid #f6838d;
	border-radius: 6px;
	margin-bottom: 15px;
	position:relative;
}
#login div.container form.main div.academics div.details div.detail.required input::placeholder{
	font-size:14px;
	color: #f6838d;
	font-family:"product_sans_bold";
}
#login div.container form.main div.academics div.details input::placeholder{
	font-size:14px;
	color:#beb4ab;
}
#login div.container form.main div.academics div.details div.specific{
	display:flex;
	align-items:center;
}
#login div.container form.main div.academics div.details div.specific div.detail-section{ 
	width:48%;
	border: 1px solid #7e8284;
	margin-right:4%;
	border-radius: 6px;
}
#login div.container form.main div.academics div.details  div.detail.required div.info{ 
	position: absolute;
	right: -39px;
	top: 8px;
	width: 29px;
}
#login div.container form.main div.academics div.details div.specific div.detail-section:last-child{
	margin-right:unset;

}
#login div.container form.main div.basic{ 

}
#login div.container form.main div.basic p { 
	font-size:18px;
	color: #000;
	transform: translateY(3px);
}
#login div.container form.main div.academics div.details button { 
	background-color: #5cc66a;
	color: #fff;
	font-size: 15px;
	width: 100%;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-family:"product_sans_bold";
}
@media all and (max-width: 1440px) {
	#main div.logos {
		width: 198px;
		top: 6px;
	}
	#main div.left {
		width: 38%;
	}
	#main div.right h2 {
		font-size: 23px;
	}
	#main div.right h3 {
		font-size: 27px;
	}
	#main div.right ul li p {
		font-size: 21px;
	}
	a.button {
		padding: 12px 40px;
		border-radius: 15px;
		font-size: 21px;
	}
}
@media all and (max-width: 1280px) {
	#login div.container h3{
		font-size: 27px;
	}
	#login div.container form.main div.academics{
		margin-bottom: 20px;
	}
	#login div.left div.bottom div.inner-container{
		bottom: -37px;
		top:unset;
	}
	#otp .content{
		width:50%;
	}
}
@media all and (max-width: 980px) {
	*{
		overflow-x:hidden;
	}
	#login div.right{
		padding: 0px 40px;
	}
	#otp .content{
		width:50%;
	}
}
@media all and (max-width: 769px) {
	#login div.right{
		padding: 0px 8px;
	}
	#login div.container h3{
		font-size: 22px;
	}
	#login div.container form.main div.academics p{
		font-size: 13px;
	}
	#login div.left{
		width: 43%;
	}
	#otp .content{
		width:70%;
		padding: 36px;
	}
	#otp .content p{
		font-size: 14px;
	}
	
}
@media all and (max-width:640px) {
	#login div.left{
		width:unset;
	}
	#login div.left div.top{
		position: fixed;
		width: 100%;
	}
	#login div.left div.bottom{
		display:none;
	}
	#login div.right{
		padding-top: 147px;
	}
	#login div.container{
		width:100%;
	}
	#login div.right{
		width:90%;
		margin:0 auto;
	}
	#login div.left{
		margin-right:unset;
	}
	#login div.container h3{
		margin-bottom: 20px;
	}
	#login div.right{
		padding-top: 100px;
	}
	#login div.left div.top{
		justify-content:center;
	}
	#login div.left div.top div.widget{
		width: 88px;
	}
	#login div.left div.top div.widget img.special{
		height: 72px;
	}
	#otp .content{
		width:90%;
	}
}
@media all and (max-width: 320px) {
	#main div.content div.top h5.left,
	#main div.content div.middle h4,
	#main div.content div.middle form label.container
	 {
		margin-bottom: 3px;
	}
}
@media all and (max-width: 480px) {
	#otp .content div.error p{
		margin-bottom: 10px;
		font-size:15px;
		line-height:22px;
	}
	#login div.right{
		padding-top: 80px;
	}
	#main div.content div.top {
		margin-bottom: 13px;
	}
	#main div.content div.middle form input[type="submit"] {
		margin-top: 0;
	}
}
	
#otp{
	display:none;
}
#otp.active{
	display: block;
}
#window{
	background-color: rgba(0,0,0,0.5);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#otp .content{
	width: 30%;
	text-align: center;
	background-color: #fff;
	padding: 50px;
	border-radius: 10px;
	position: fixed;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
}
#otp .content .logo{
	width: 80px;
	margin: 0 auto;
}
#otp .content .logo img{
	display: block;
	width: 100%;
}
#otp .content h1{
	font-size: 25px;
	color: #1f2935;
	padding-bottom: 40px;
	padding-top: 20px;
	font-family: 'product_sans_regular';
}
#otp .content .inputs{
	margin-bottom: 15px;
}
#otp .content .inputs input{
	width: 235px;
	height: 36px;
	font-size: 35px;
	background-color:#e9e9e9;
	margin-right: 5px;
	border-radius: 4px;
	text-align: center;
	font-family: 'product_sans_regular';
	display:inline-block;

}
#otp .content .inputs input::placeholder{
	font-size:14px;
	color:#beb4ab;
	transform:translateY(-6px);
}
#otp .content div.error{
	margin-bottom:10px;
}
#otp .content div.error p{
	color: #000;
	padding: unset;
}
#otp .content div.error a{
	color:#381b92;
	text-align: left;
}
#otp .content p{
	color: #f31013;
	font-size: 15px;
	padding-bottom: 25px;
	font-family: 'product_sans_regular';
}
.otp_error{
	display: none;

}
#otp .content .buttons{
	display: flex;
	justify-content: center;
	align-items: center;
}
#otp .content .buttons .button1 input.otp-submit{
	background-color: #41c569;
	padding: 7px 35px;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-family: 'product_sans_regular';
	cursor: pointer;
}
#otp .content .buttons .button2 a{
	border:2px solid #f31013;
	margin-left: 19px;
	border-radius: 4px;
	padding: 5px 35px;
	display:inline-block;
	color: #f31013;
	font-size: 15px;
	font-family: 'product_sans_regular';
}   
	
@-webkit-keyframes showSweetAlert {
	0% {
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	}
	45% {
	  transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	}
	80% {
	  transform: scale(0.95);
	  -webkit-tranform: scale(0.95);
	}
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	}
  }
  @keyframes showSweetAlert {
	0% {
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	}
	45% {
	  transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	}
	80% {
	  transform: scale(0.95);
	  -webkit-tranform: scale(0.95);
	}
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	}
  }
  @-webkit-keyframes hideSweetAlert {
	0% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	}
	100% {
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	}
  }
  @keyframes hideSweetAlert {
	0% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	}
	100% {
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	}
  }
  .showSweetAlert {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
  }
  .hideSweetAlert {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
  }
  @-webkit-keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @-webkit-keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
  @keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
  @-webkit-keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }
  @keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }
  .animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
  }
  .animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
  }
  .icon.success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
  }
  @-webkit-keyframes animateErrorIcon {
	0% {
	  transform: rotateX(100deg);
	  -webkit-transform: rotateX(100deg);
	  opacity: 0;
	}
	100% {
	  transform: rotateX(0deg);
	  -webkit-transform: rotateX(0deg);
	  opacity: 1;
	}
  }
  @keyframes animateErrorIcon {
	0% {
	  transform: rotateX(100deg);
	  -webkit-transform: rotateX(100deg);
	  opacity: 0;
	}
	100% {
	  transform: rotateX(0deg);
	  -webkit-transform: rotateX(0deg);
	  opacity: 1;
	}
  }
  .animateErrorIcon {
	-webkit-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
  }
  @-webkit-keyframes animateXMark {
	0% {
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  margin-top: 26px;
	  opacity: 0;
	}
	50% {
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  margin-top: 26px;
	  opacity: 0;
	}
	80% {
	  transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  margin-top: -6px;
	}
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  margin-top: 0;
	  opacity: 1;
	}
  }
  @keyframes animateXMark {
	0% {
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  margin-top: 26px;
	  opacity: 0;
	}
	50% {
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  margin-top: 26px;
	  opacity: 0;
	}
	80% {
	  transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  margin-top: -6px;
	}
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  margin-top: 0;
	  opacity: 1;
	}
  }
  .animateXMark {
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
  }
  @-webkit-keyframes pulseWarning {
	0% {
	  border-color: #F8D486;
	}
	100% {
	  border-color: #F8BB86;
	}
  }
  @keyframes pulseWarning {
	0% {
	  border-color: #F8D486;
	}
	100% {
	  border-color: #F8BB86;
	}
  }
  .pulseWarning {
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
  }
  @-webkit-keyframes pulseWarningIns {
	0% {
	  background-color: #F8D486;
	}
	100% {
	  background-color: #F8BB86;
	}
  }
  @keyframes pulseWarningIns {
	0% {
	  background-color: #F8D486;
	}
	100% {
	  background-color: #F8BB86;
	}
  }
  .pulseWarningIns {
	-webkit-animation: pulseWarningIns 0.75s infinite alternate;
	animation: pulseWarningIns 0.75s infinite alternate;
  }
  .sweet-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 1040;
  }
  .sweet-alert {
	background-color: #ffffff;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 2000;
  }
  @media all and (max-width: 767px) {
	.sweet-alert {
	  width: auto;
	  margin-left: 0;
	  margin-right: 0;
	  left: 15px;
	  right: 15px;
	}
  }
  .btn-primary,.btn-success{
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
  }