@media only screen and (max-width: 700px) and (min-width: 300px)  {

}
@media only screen and (max-width: 1080px) {
	
	.connctInput{
		width: 70% !important;
	}
	.submtBtnWidth{
		width: 40% !important;
		text-align: center;
	}
	
	#logo img{max-height:40px}
}

@media only screen and (min-width: 1081px) {
	
	.connctInput{
		width: 40% !important;
	}
	
	.submtBtnWidth{
		width: 30% !important;
		text-align: center;
	}
	
}
.connctInput{
		font-size: 12px !important;
	}

.logo:hover::before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #f7631b;
}

.logo:hover {
    color: #f7631b;
    box-shadow: 0 0 15px #f7631b;
	text-shadow: 0 0 15px #f7631b;
}

.cnUl {
	font-size:14px;
	font-weight: 600 px;
	margin-left: 30px;
}



.nwAccContainer {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  
  
  
  clear: both;
  
}

.connctSlct{
	color: #8c8c8c;
	height:40px;
	line-height:40px;
}

.connctSlct {
	onChange: color: #000;
	
	}






.slctOp { color: #000	}

.connctInput{
	width:40%;
	line-height:40px;
	border:none;
	outline:none;
	background:#ffc2b3;
	padding:0 20px;
	margin-top: 10px;
	border-radius: 15px;
	font-size: 18px;
	clear: both;
}

.crsSubmit{
	float: right;
	width:100%;
	line-height:30px;
	border:none;
	outline:none;
	background:#ffc2b3;
	padding:0 10px;
	border-radius: 10px;
	font-size: 14px;
	clear: both;
}

.submtBtn:hover{ background:#38a4ff }

.crsDtlsBtn {
	width:80%;
	line-height:30px;
	border:none;
	outline:none;
	background-color:#04091e !important;
	color: #FFF;
	margin: 0 auto;
	padding:0 10px;
	border-radius: 10px;
	font-size: 14px;
	clear: both;
}



#enroll:hover { background:#f7631b; }

.www {
	background:#edeef0
	}

.www:hover{
	color: #000;
	font-weight: 700;
	box-shadow: 0 0 9px #ff6700;
	
}


.payImg:hover{
box-shadow: 0 0 9px #ff6700;
}

.payBtn{
	
	 margin-bottom: 20px;
	 width: 250px;
	 padding: 5px;
	 margin: 0 auto;
	 background-color: #04091e;
	 color: #FFF;
	 border-radius: 25px;
	 
}
.payBtn:hover{
	background-color: #ff6700;
	 color: #000;
}

.payhead{
	margin-top: 10px;
}

.ArText18700
{
font-family:Cairo !important;
font-weight:700 !important;
font-size:18px !important;
}

.ArText16700
{
font-family:Cairo !important;
font-weight:700 !important;
font-size:16px !important;
}

.text-center{ text-align: center }
.text-right{ text-align: right }
.text-left{ text-align: left }
