
body
{
	 font-family: 'Roboto Condensed';
}
.left-container
{
	background: #0078b3;
	height: 100%;
	position: fixed;
	padding: 0
	
}
.logo
{
	margin-top: 15px;
	padding-right: 0;
}
.timer
{
	margin-top: 15px;
}
.timer h4
{
	font-weight: 400;
	font-size: 20px;
}
.timer h5
{
	
	font-size: 18px;
	color: white;
}
.timer li
{
	text-decoration: none;
	display: inline-block;
	padding: 0 12px;
	color: white;
	border: 2px solid;
	border-radius: 8px;
	text-align: center;
	line-height: 8px;
}
.profileright-section
{ width: 85%;}
.profileright-section
{
    padding-right: 9px;
}
.menu
{
	margin-top: 25px;
}

.menu ul { list-style-type: none; padding: 0; }

a {
  color: #b63b4d;
  text-decoration: none;
}
 .accordion {
  width: 100%;
 
 
 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 30px;
  color: #4D4D4D;
	background: white;
  font-size: 14px;
  font-weight: 700;
  
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
 .link1 {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 60px;
  color: #4D4D4D;
	background: #ccc;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 60px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.submenu1 {
  display: none;
  background: #666;
  font-size: 14px;
}

.submenu1 li { border-bottom: 1px solid #4b4a5e; }

.submenu1 a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 90px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu1 a:hover {
  background: #b63b4d;
  color: #FFF;
}
.menu-links
{
	margin-top: 25px;
}
.menu-links p
{
	margin-bottom: 0;
	margin-top: 17px;
}
.menu-links p:first-child
{
	margin:0 !important;
}
.menu-links p a
{
	font-size: 16px;
	color: white;
	padding: 11px;

}

.menu-links p:last-child a
{
	padding: 11px;
	background: white;
	color: black !important;
	
}
.right-container
{
	position: absolute;
	right: 0;
}
.container {
display: block;
position: relative;
padding-left: 35px !important;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox 
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}*/

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}




/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 7px;
height: 13px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


.radio .container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default radio button */
.radio  .container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

/* Create a custom radio button */
.radio  .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio  .container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio  .container input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio  .checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio  .container input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.radio  .container .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}

.profile-left-section div
{
	text-align: center;
	margin-top: 33px;
}
.profile-left-section div a
{
	font-size: 14px;
	color: #01abe6  !important;
	line-height: 25px;
	margin-top: 25px;
}
.profile-left-section div a i
{
	font-size: 30px;
}
.center-section
{
	box-shadow: 0px 0px 10px -1px rgba(143,143,143,1);
	padding: 20px;
	margin-top: 5%;
}
 .center-section h5
{
	font-size: 20px;
}

.center-section .table
{
	margin-bottom: 0;
}
.center-section form input
{
	width: 100%;
	height: 30px;
}
.profile-center-section .center-section
{
	font-size: 14px;
	
}
.profile-center-section .center-section th
{
	font-size: 18px;
   
}
.profile-center-section .center-section td tr:first-child
{
	font-size: 18px;
	
}
.table td a
{
	padding: 5px 20px;
	border: 1px solid #0078b3;
	color: #0078b3;
	float: right;
}

.reg
{
	padding: 28px;
	background: #0078b3;
}
.profile-right-section .reg p
{
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.profile-right-section .reg p i
{
	font-size: 14px;
	font-weight: normal;
}
.links
{
	padding: 28px;
   background: white;
}
.links p a
{
	font-size: 16px;
	
	color: #1ea2db !important;
}
.queryform
{
	padding: 28px;
}
.queryform p
{
	background: White;
	padding: 15px;
	font-size: 18px;
	color: #0078b3;
	font-weight: bold;
}
	

.queryform input, .queryform textarea
{
	background:white;
	margin-top: 10px;
	padding: 7px;
	font-size: 14px;
	color:#0078b3 ;
	width: 100%;
	border: 0;
}
.queryform button
{
	margin-top: 10px;
	padding: 7px 22px;
	font-size: 14px;
	/* color: #666; */
	background: white;
	border: 0;
	color: #0078b3;
}   
.welcome h3
{
	font-size: 16px;
}
.welcome h3 button
{
	margin-left: 100px;
	background: #0078b3;
	padding: 15px 40px;
	border: 0;
}
.profile-right-section
{
	background:  #1ea2db;
	padding: 0;
}
.table td
{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table .submit{
width: auto;
height: auto;
border: 0;
padding: 7px 15px;
font-size: 16px;
	background: #0078b3;
	color: white;
}
.table .sub-head
{
	font-size: 16px;
	font-weight: bold;
	border: 0 !important;
}



.log
{
	/*background: #2a7454;*/
	padding-top: 125px;
	padding-left: 30px;
	/*padding-bottom: 30px;*/
	color: #000;
	background-image: url('../images/RegistrationBanner_1700_180.jpg');
	background-size: contain;
  background-repeat: no-repeat;
}
.log h1
{
	margin:0; 
}
.login-user input
{
	width: 40%;
	height: 40px;
	padding-left: 10px;
	 padding-right: 10px;
}
.bttn button
{
	padding: 8px 25px;
	background: #f5892f;
	border: 0;
	color: white;
}
.login-reg h3
{
	font-size: 30px;
}
 
.login-reg a
{
	color: #0078b3 !important;
	font-size: 24px;
}
.profileright-section h4 {
    display: block;
}

/*.profileright-section 
 .login-user {
    width: 100%;
    background: #fdfdfd;
    padding: 44px 10px;
    max-width: 700px;
    margin: auto;
    text-align: center;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.profileright-section h4 input {
    display: block;
    margin: 23px auto;
    height: 48px;
}

.profileright-section  .bttn {
    text-align: center;
}*/

.banner-wrap {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.banner-wrap img {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profileright-section.login-page-sec{
position: relative;
}
/* ---- Rimpa ------ */
.login-wrap{
	padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    max-width: 500px;
    margin: 60px auto 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.login-wrap .form-group.input-material{
	position: relative;
}
.login-wrap .form-group.input-material label{
    left: 12px;
}
.login-wrap .form-group.input-material .form-control{
	width: 100%;
}
.login-wrap .page-headingText{
	margin-top: 0;
	margin-bottom: 30px;
}
.mobile-menu-close,.mobile-menu-open{
	display: none;
}
.login-msg{
	margin-top: 0;
	margin-bottom: 20px;
}





@media only screen and (max-width: 767px) {
	.container.login-page-container{
		padding-left: 15px !important;
	}
	.profileright-section{
		width: 100%;
	}
	.login-wrap{
	padding: 20px;
	}
	.profile-left-section{
		width: 80%;
		position: fixed;
		z-index: 999;
		background-color: #fff;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		overflow: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
	
    .toggole-menu{ transform: translateX(0%); box-shadow: 0 0 10px #00000038;}
	.menucross .fa-bars:before { content: "\f00d";}


	.profile-left-section.open-mMenu{
		transform: translateX(0);
	}
	.mobile-menu-close{
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: transparent;
		border: none;
		color: #2a7454;
		font-size: 26px;
	}
	.mobile-menu-open{
		display: block;
		position: absolute;
		top: calc(100% + 10px);
		right: 15px;
		background-color: transparent;
		color: #2a7454;
		font-size: 22px;
		border: none;
	}
}

