/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../../fonts/K88pR3goAWT7BTt32Z01m1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
body{
	background: #1268b3;
	font-family: 'Open Sans', sans-serif;
}
.logo{
	text-align:center;
	margin:10px 0px;
}
.headerImg{
	padding-top:10px;
}
.headingOne{
	color: #ffdc00;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding-top:10px;
}
.whiteHeadingTwo{
	color: #fff;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:10px 0px;
}
.whiteSmallHeading{
	color: #fff;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:15px 0px;
}
.tab{
	float:left;
	width:100%;
	padding:5px 10px;
	color: #fff;
	font-size:15px;
	background: #0b4f9e;
	margin-top:10px;
}
.andMoreText{
	float:right;
	width:100%;
	text-align:right;
	color: #ffffff;
	font-size:13px;
	padding:10px 0px;
}
.subTab{
	float:left;
	width:100%;
	padding:5px 10px;
	color: #ffdd00;
	font-size:18px;
	background: #0b4f9e;
	margin-top:30px;
}
.border {
	border: 1px solid #5a96ca;
}
.regis_heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
.text_box {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 150px;
	height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #1B468D;
	text-decoration: none;
	padding-left: 5px;
}
.text_box_drpdw {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 150px;
	height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #1B468D;
	text-decoration: none;
	padding-left: 5px;
}
.subcontent {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	text-decoration: none;
	text-align: justify;
	padding-left: 5px;
	font-weight: normal;
}
@media (min-width: 481px) and (max-width: 768px) { 
	.logo{
	text-align:center;
	margin:10px 0px;
}
}
@media (min-width: 769px) {
	.logo{
	text-align:right;
	margin:10px 0px;
	padding-right:97px;
}

}