
html,body
{
  width:100%;
  /*height:100%;*/
  background:#fff;
}

 .user {
                display: inline-block;
                   width: 35mm;
                   height: 45mm;
                margin-bottom: 10px;
                border-radius:0px;
                margin-top:10px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }
            .user-sign {
                display: inline-block;
                width: 210px;
                height: 40px;
                margin-bottom: 10px;
                border-radius:5px;
                margin-top:10px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }
            
            .prf-bd{border-left:1px solid #ddd;}
            .brd{border-top:1px solid #ddd; padding:10px 15px; margin:0;}

           /* .pad{
                padding-left: 45px;
            }*/

            .qualtxt{
                color: #046f04;
                margin: 0px;
                padding: 10px 5px;
                font-weight: 600;
                font-size: 13px;
                border: 1px solid #ddd;
            }

            .sandy{
                width: 100px;
                float: right;
            }
			
.modal-dialog{width:400px;}
.no-padding{ padding:0px;}
.vrfc-sc{float:left; padding:10px;}
.q1{ padding: 10px;}

.hed-tg {
	margin: 0px; padding: 5px; clear: both;
	color:#000; font-size: 22px; font-weight: bold
}
.hed-tg i{font-size:22px; color:#f92c0b;}

.lder-hid {
	width:50px; 
	position: absolute;
	top: 15%;
	display:none;
}

.displ-mob {display:none;}

.navbar-collapse {
    overflow-x: inherit;
    padding-right: 0;
    padding-left: 0;
    border-top: none;
    box-shadow: none;
}

.fixed_class{position:fixed !important;}

#index-lft-sidebar {
width: 100%;
overflow: hidden;
display: inline-block;
height: auto;
position: relative;
top: 0;
background: rgb(77, 110, 10);

}

#index-lft-sidebar ul{margin:0; padding:0;}

.index-lft-sidebar li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0 16px 15px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index-lft-sidebar li:hover {
    color: #fff;
    background:#333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.index-lft-sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

#index-lft-sidebar ul li {
    position: relative;
    border-bottom: 1px solid #fff;
	color: #fff;
}

#index-lft-sidebar{display:none;}


/*left menu css start here */


#lft-sidebar {
	width: 220px;
	overflow: hidden;
	display: inline-block;
	height: calc(100vh - 70px);
	position: fixed;
	top: 100px;
	left: 0;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px
	rgba(0, 0, 0, 0.1);
	background:rgb(77, 110, 10);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#lft-sidebar ul li {
    position: relative;
	border-bottom: 1px solid #fff;
}
.leftside-navigation,.right-stat-bar{
    height: 100%;
}
.right-stat-bar ul {
    list-style-type: none;
    padding-left: 0;
}
/*LEFT NAVIGATION ICON*/
.right-side-accordion li:nth-child(2) ul li .prog-row {
    border: none;
}
/*---*/
.nav-collapse.collapse {
    display:inline;
}
ul.lft-sidebar-menu,ul.lft-sidebar-menu li ul.sub {
    margin:-2px 0 0;
    padding:0;
}
ul.lft-sidebar-menu {
    padding-top:0px;

}
#lft-sidebar>ul>li>ul.sub {
    display:none;
}
#lft-sidebar .sub-menu>.sub li a {
    padding-left:40px;
}
#lft-sidebar>ul>li.active>ul.sub,#lft-sidebar>ul>li>ul.sub>li>a {
    display:block;
}
ul.lft-sidebar-menu li ul.sub li {
    background:rgba(52, 48, 48, 0);
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
ul.lft-sidebar-menu li ul.sub li a {
    font-size:12px;
    padding-top:13px;
    padding-bottom:13px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    color:#fff;
}
ul.lft-sidebar-menu li ul.sub li a:hover,ul.lft-sidebar-menu li ul.sub li.active a {
    color:#fff;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display:block;
    background:rgba(40, 40, 46, 0.28);
}
ul.lft-sidebar-menu li {
    border-bottom:1px solid #fff;
}
ul.lft-sidebar-menu li.sub-menu {
    line-height:15px;
}
ul.lft-sidebar-menu ul.sub li {
    border-bottom:none;
}
ul.lft-sidebar-menu li a span {
    display:inline-block;
}
ul.lft-sidebar-menu li a {
    color:#fff;
    text-decoration:none;
    display:block;
    padding:16px 0 16px 15px;
    font-size:12px;
    outline:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.lft-sidebar-menu li a.active, ul.lft-sidebar-menu li a:hover, ul.lft-sidebar-menu li a:focus {
    background: #200803;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.lft-sidebar-menu li a i {
    font-size:15px;
    padding-right:6px;
}
ul.lft-sidebar-menu li a:hover i,ul.lft-sidebar-menu li a:focus i {
    color:#fff;
}
ul.lft-sidebar-menu li a.active i {
    color:#fff;
}

.lft-wrapper {
	display:inline-block;
	padding:15px;
	width:100%;
	padding-top:0px;
}

.lft-main-side {
    margin-left:230px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.lft-hide{margin-left:0;}

.sid-bg{background:#fff;}

.sid-hed {
	
color: #000;
border: 1px solid #ccc;	
background:#fff;
}

.int-hed{padding:15px; text-align:justify;}
.instruct-brd ul{padding:15px 30px!important; text-align:justify; float:left; width:100%;}
.pos-lg {
	position: relative;
	top: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
height:90px;

}

.fnt-usc{font-size:11px; margin-top:10px;}

#header_one{position:relative;}
.lft-main-side{padding-top:100px;}

.pos-lg img {
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
width: 60px;
float: left;
height:60px;

}

.pos-lg li{border-bottom:none !important;}

.log-lt ul{width:100%; padding:0;}
.log-lt .nm-chng {color:#000; font-size:13px;}
.log-lt li

{

padding-left: 70px;
list-style: none;
color: #090;
width:210px;
font-size:15px;
margin-bottom: 2px;
text-transform: capitalize;

}
.siz-gap{ width:13.667%;}

.lgot-ic {cursor:pointer;}


/*left menu end here*/



.code-job{font-size:20px;}
.newheader img {width:100%; height:100px; border-bottom: 1px solid #fff;}

a.forgotanchor:hover{
         color: black !important;
         }
         .ad-brd{ padding:10px; text-align:center; height:100px; background:#298c7d; color:#ffe86f; font-weight:600; border-radius:5px; margin-bottom:15px;}
         .ad-mc-brd{
         padding: 10px;
         text-align: center;
         height: 100px;
         background: #1d7dbb;
         color: #fff;
         font-weight: normal;
         border-radius:5px;
         margin-bottom:15px;
         }
         .ad-brd-btn {
         background:#ffe86f;
         color:#333;
         padding:7px 30px; 
         font-weight:600;
         text-align:center;
         border-radius:5px;
         border:none;
         outline:none;
         font-size:13px;
         border: 2px solid #edd307;
         }
         .ad-brd-mock {
         background:#e3691e;
         color:#fff;
         padding:7px 30px; 
         font-weight:600;
         border-radius:5px;
         text-align:center;
         border:none;
         outline:none;
         font-size:13px;
         border: 2px solid #edd307;
         }
         .mock-free {font-size:13px; margin:5px auto; position: relative;
         top: 10px; font-weight:600;}
         .usd p{color: #fff;
         margin: 0;
         font-size: 13px; font-weight:600;}
         .whts-new {background:#1d7dbb; color:#fff; padding:10px; border-top-left-radius:5px; border-top-right-radius:5px; font-weight: 600;
         font-size: 15px; box-shadow: 0 1px 10px rgba(0,0,0,0.24);}
         .whts-brd {
         border: 1px solid #1d7dbb;
         border-radius: 7px;
         box-shadow: 0 1px 10px rgba(2,2,2,0.6);
         float:left; 
         width:100%;
         }
         .mve-brdr {
         height: 400px;
         overflow: auto;
         float:left; 
         width:100%;
		 background:#effcdb;
         }
         .whats-txt {
         float: left;
         width: 100%;
         border-bottom: 1px dashed #333;
         cursor:pointer;
         }
         .whats-txt ul{margin:0; padding:0; float:left; width:100%;}
         .whats-txt li{ list-style: none;
         font-size: 12px;
         padding: 10px;
         text-align:justify;
         }

			.modal-dialog {
			width: 900px;
			margin: 30px auto;
			}


.nw-gap{ 
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.adv-full{float:left; width:100%; padding:10px; background: rgba(207, 228, 148, 0.5);} 
.adv-pdf {
	float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px;
    background: rgb(231, 249, 255);
}

.lst-adv{font-weight: 600; font-size: 13px; margin: 10px auto;}
.adv-cnt {
text-align:center; 
font-weight: 600;

}

.fl-btm{float:left; width:100%; margin:15px auto;}

.btn-fill {
padding: 10px 10px;
margin-bottom: 0;
font-size: 14px;
border:none;
font-weight: 600;
text-align: center;
vertical-align: middle;
background:#2ea763; 
color:#fff;
border-radius:20px;
float:left;
width:100%;
cursor:pointer;
transition:0.4s;
}


.btn-issue {
padding: 10px 10px;
margin-bottom: 0;
font-size: 14px;
border:none;
font-weight: 600;
text-align: center;
vertical-align: middle;
background:#0e84af; 
color:#fff;
border-radius:20px;
float:left;
width:100%;
cursor:pointer;
transition:0.4s;
}


.btn-fq {
padding: 10px 10px;
margin-bottom: 0;
font-size: 14px;
border:none;
font-weight: 600;
text-align: center;
vertical-align: middle;
background:#528600; 
color:#fff;
border-radius:20px;
float:left;
width:100%;
cursor:pointer;
transition:0.4s;
}

.btn-fill:hover {background:#528600;transition:0.4s;}

.btn-issue:hover {background:#1173bd;transition:0.4s;}

.btn-fq:hover {background:#65a325;transition:0.4s;}

.inst-proced {
	padding: 10px 30px;
	font-size: 14px;
	border:none;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	background:#090; 
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	margin:15px auto;
	transition:0.4s;

}
.inst-proced:hover {background:#257fa3;transition:0.4s;}

.nxt-bt {
padding: 10px 15px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
border:none;
font-weight: 600;
text-align: center;
vertical-align: middle;
background:#179ed4; 
color:#fff;
border-radius:5px;
cursor:pointer;
transition:0.4s;

}

.pret-bt {
padding: 11px 15px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
border:none;
font-weight: 600;
text-align: center;
vertical-align: middle;
background:#e7623f; 
color:#fff;
border-radius:5px;
cursor:pointer;
transition:0.4s;
margin: 0 10px;

}
.instr-line a:hover{text-decoration: none; color: #fff;}
.instr-line a:active{text-decoration: none; color: #fff;}
.instr-line a:focus{text-decoration: none; color: #fff;}

.instr-line1 a:hover{text-decoration: none; color: #fff;}
.instr-line1 a:active{text-decoration: none; color: #fff;}
.instr-line1 a:focus{text-decoration: none; color: #fff;}
.nxt-bt:hover {
 background:#257fa3;
 transition:0.4s;
}

.pret-bt:hover {
 background:#b74b44;
 transition:0.4s;

}

.int-head {
	border: 1px solid #179ed4;
	float: left;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.instruct-head{
 text-transform:uppercase;
 padding:10px;
 color:#fff;
 font-size:15px;
 font-weight:600;
 background:#1b93b0;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 
 }
 
 .instruct-chk {float:left; width:100%; padding:0px; margin-bottom:10px;}
 
 .instruct-chk input{float:left; width:3%; outline:none !important;}
 
 .trms-inst{font-size:13px; font-weight:600; float:left; width:95%;}
 
 .instr-line{text-align:center; margin:10px auto; border-top:1px solid #179ed4; clear:both;}
 .instr-line1{text-align:center; margin:10px auto; border-top:1px solid #179ed4; clear:both;}
 
 .instruct-brd{
  float:left; 
  width:100%;
  margin-top:10px;
  
 }
 .instruct-brd ul{padding: 10px; padding-left:40px;}
 
  .instruct-brd li{
	list-style: decimal;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	text-align:justify;
  
  }
 
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th
{border:1px solid #ccc;}

.routepanel {
    width: 100%;
    height: auto;
	position:relative;
	top:0px;
	left:0;
	bottom:0;
	right:0; 
	background-color: #FFF;
	margin: 1em auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
	border-top:none;
	margin:0px 0px 0px 0x;
}

.afrm-txt h2 {
	font-size: 18px;
	margin: 0;
    color: #528600;
	text-align:center;
	font-weight: 600;

}

.left-mrgn{padding-left:30px;}
.yrs-sec{position: relative; top: 10px; left: -20px; font-weight: 600;}


.ads-brd {
	border:1px solid #046f04;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px 0px;
	border-radius:10px;
	float: left;
	width: 100%;
	
}

.alert-danger {
    background-color: #fffbfb;
    border-color: #ebccd1;
    color: #a94442;
}


/*custom radio button start here*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
	padding-right: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
	font-weight:normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #179ed4;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*custom radio button end here*/


.ads-hd h4{padding-bottom:5px; font-weight:600; font-size:14px;}

.enroll-main .form-control {margin-bottom:10px;}

.error-class{color:#f00; font-size:12px; font-weight:600;}

.trms-txte {font-size:12px;}

.enrol-quote {
	color: #f00;
	font-size:10px;
	font-weight:normal;
	margin-bottom:10px;
	float:left; 
	width:100%;
	text-align:justify;
}

.afrm-btn{
	outline:none;
	border:none;
	padding:10px;
	background:#0f8fbe;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: 10px auto;
	 transition: all 0.5s ease;
}

.afrm-btn:hover{
	outline:none;
	border:none;
	padding:10px;
	background:#1b7595;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: 10px auto;
	 transition: all 0.5s ease;
}

.int-txt li {
 background:url(../img/terms.png) no-repeat left;
 padding-left:30px;
 margin: 10px auto;

}
.int-txt{margin:0; padding:0; list-style:none;}

.apl-main{margin-top:20px;}
.sidebar_main_active #footer, .sidebar_main_open #footer {
	margin-left: 0px
}

.close:hover, .close:focus {
    color: #FF6900;
    text-decoration: none;
    cursor: pointer;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background: #fff;
    opacity: 1;
    padding: 5px 10px;
    border-bottom: 4px solid #252725;
    border-radius: 5px;
}
.modal-dialog {
    width: 900px;
    margin: 100px auto;
}
button.close:active {
    opacity: 1;
}
button.close:hover {
    opacity: 1;
}
button.close:focus {
    opacity: 1;
}
.fade.in {
    opacity: 1;
    background: #0000008c;
}
.modal.fade {
    z-index: 1214 !important;
}
.modal-open {
    overflow: hidden;
    padding: 0 !important;
}

input[type=text] {
  background: rgb(255,255,255); /* fallback color */
  background: rgba(255,255,255,0.8);
  color: #686b6d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ttxtphoto input[type=file]{ background-color:#000;}

input[type=text]:focus {
  outline: none;
  background: rgb(255, 255, 255); /* fallback color */
  background: rgba(255, 255, 255, 1.00);
}

input[type=radio]:checked + label:after {
  opacity: 1;
}
.routepanlsec
{
	width:499px;
	height:auto;
	padding:5px;
	background-color:#90b96a;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	float:left;
}

.new-skill {
	padding:7px;
}

.main-btn {
	outline:none;
	border:none;
	padding:10px 15px;
	background:#528600;
	color:#fff;
	border-radius:10px;
	transition:0.6s;
	font-weight:600;
	margin:10px auto;
}

.main-btn:hover {
	background:#416804;
	margin:10px auto;
}
.tbltxt{font-size:13px; text-align:justify;} 


.innercontainer
{
	width:100%;
	padding:10px;
	height:auto;
	float:left;
}

table,tr,td,th {
	border-collapse:collapse;
	padding:5px 5px;
	font-size:12px;
	
}
.innercontainer
{
	width:100%;
	padding:10px;
	height:auto;
	float:left;
}
.form-nw {
	height:30px;
	border-radius:10px;
	padding:0 7px;
	border:1px solid #ddd;
}

.dytls-gap{padding:10px;}


.main-new-panel
{

	width:100%;
	height:auto;
	padding:10px 1px;
	background-color:#179ed4;
	text-transform:uppercase;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float:left;
}

.new-maintxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 10px;
}

.mainpanel {
    width: 100%;
    height: auto;
    background: url(images/white-patternbg.png);
    background-repeat: repeat;
    background-color: #FFF;
    margin: 0 auto;
    border: solid 1px #72a542;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 0px 3px 0px 0px #090;
    box-shadow: 0px 0px 5px #ADADAD;
    -webkit-box-shadow: 0px 0px 5px #ADADAD;
    -moz-box-shadow: 0px 0px 5px #ADADAD;
    -o-box-shadow: 0px 0px 5px #ADADAD;
    
}

.frm-txt {
	color:#046f04;
	margin: 10px auto;
	font-weight:600;
	font-size:13px;
}
.frm-txt1 {
	margin:10px auto;
	color:#000;
	font-weight:500;
	font-size:12px;
}
.lt{float: left;}

.main-input {
border: 1px solid #ddd;
}

.newheader{
	max-width:100%;
	width:100%;
	float:left;

}
.formlogtxt {
    height: 30px;
    width: 200px;
    background-color: #fff;
    background: url(images/textboxbg.jpg);
    background-repeat: repeat-x;
    border: solid 1px #090;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.frm-btn {
	outline:none;
	border:none;
	padding:7px 15px;
	background:#060;
	color:#fff;
	border-radius:5px;
	transition:0.6s;
	font-weight:600;
	border-bottom:3px solid #090;
	margin:10px auto;
}
.tick{ padding: 0px;
    position: absolute;
    top: 0px;
    right: -10px;
}
.form-control{font-size:13px;}

.frm-btn:hover {
	background:#416804;
	margin:10px auto;
}

.full-sc {
	width:100%;
	float:left;
}

/***********Footer Sec Start*****************/
.footer {
	background: #528600; none repeat scroll 0 0 !important;
	padding: 10px 0px !important;
	color: #fff;
	clear: both;
	text-align: center;
	font-weight: 600;
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
}


.footernew
{
	width:100%;
	height:40px;
	background-color:#FFF; 
	background-position: bottom;
	border-top:solid 1px #CCC;
	

}



.innerfooter
{
	width:99%;
	margin:0 auto;
}

.footerimage
{
	
	width:100%;
	height: auto;
	float:left;
}

.footertext
{
	
	height:30px;
	width:auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.footertextnew
{
	
	height:30px;
	width:auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	float:right;
}

.footerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding:5px;
	line-height:28px;
}
.footerlink a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.footerlink a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.footerlink a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}


.headercont
{   
	/*background: url(../images/newheader.jpg); 
	background-repeat:no-repeat;*/
	width:100%;
	max-width:100%;
	height:auto;
	border-bottom:solid 3px #c5dc04;
	float: left;
}

.headerimage
{
	background:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	width:718px;
	height:118px;
	float:right;
}

#header_one {
	background: none;
	background-size:cover;
	padding:0;
	height: 100px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1104;
	margin-bottom: 0px;
}



@media all and (max-width: 1024px) {
.lft-wrapper{padding-top:0; padding:10px;}
#header_one{position:relative !important; height:auto;}

.breadcrumb.wizard li{display:none;}

#footer {border-top:none; height:auto; text-align: center;}

.footerlink{line-height:inherit; padding:0;}

.footertextnew{height:auto; margin-top:0; float:left; width:100%; text-align:center;}

.footertext {
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    float: left;
}


}


@media all and (max-width: 768px) {

.vuln-sec{
    top: 0 !important;
    position: relative;
    left: 150px !important;
	
}
    .modal-dialog{margin:0px auto; width:100% !important;}
.blnk-stp {
    position: relative;
    right: 0;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: -1px 4px 8px 0px #898787;
    margin: 0 5px;
    border-radius: 10px;
    top: 0;
    margin-bottom: 20px;
}
.rwd-table th,
.rwd-table td {
	padding: 5px 5px;
	font-size:11px;
	float:left; 
	width:100%;
	
}
.rwd-table td{text-align:right;}
.bt-size{text-align:left;}


.dytls-gap{text-align:left !important;}

.newheader img{height:auto;}
.enroll-main .frm-txt{margin:0px auto;}
.enroll-main .frm-txt1{margin:0px auto;}

.enroll-main td:last-child{margin-bottom:0 !important;}

#index-lft-sidebar .leftside-navigation{height:auto;}
#index-lft-sidebar{display:block;}
.lft-wrapper{padding-top:0; padding:10px;}
#header_one{position:relative !important; height:auto;}

.breadcrumb.wizard li{display:none;}

#footer {text-align: center; height:auto !important; margin-top:0 !important;}

.footerlink{line-height:inherit; padding:0;}

.footertextnew{height:auto; margin-top:0; float:left; width:100%; text-align:center;}

.footertext {
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    float: left;
}

.btn-fill {
    padding: 10px 5px;
    margin-bottom: 0;
    font-size: 12px;
    border: none;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
    margin-bottom: 10px;
}

.btn-issue {

 padding: 10px 5px;
    margin-bottom: 0;
    font-size: 12px;
    border: none;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
    margin-bottom: 10px;
}

.btn-fq {

 padding: 10px 5px;
    margin-bottom: 0;
    font-size: 12px;
    border: none;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
    margin-bottom: 10px;
}

.hed-tg{font-size:12px; font-weight:600;}
.vrfc-sc{width:100%;}
.modal-dialog{margin:0px auto; width:100%;}
.q1{
font-size: 12px !important;
padding: 5px;
}
.ftr-hi8-gap{height:auto;}

.adv-full{font-size:12px;}
.pg-siz{font-size:12px;}

.tp-tx {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.enrl-inpt input{width:100%;  margin-bottom:10px;}

.left-mrgn{padding-left:0;}
.yrs-sec {
    position: relative;
    top: 0;
    left: 16px !important;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
}
.tick {
    padding: 0px;
    position: relative;
    top: 0px;
    right: 0;
}

#verifymobilebtn{width:100%;}

#editmblbtn{

position: absolute;
right: 15px !important;
top: -28px !important;

}

/*.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
    width: 100%;
    display: block;
    margin: 0;
	padding:6px 6px;
}
*/

.wrapper{min-height:auto;}

.bg-log{width:100%; left:0; clear:both;}
.bd-log-sc{margin-top:40px;}
.enlg-hed{text-align:left; font-size:12px;}
.bt-full{width:100%; text-align:center;}
.pg-txt{font-size:12px; padding:2px;}

.forgot-bg{background:none; top:0;}

p{fon-size:12px;}

.dv-hid{display:none;}
.displ-mob {display:block;}

.lft-main-side{padding-top:0px;}

#lft-sidebar {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
}
.lft-main-side {
    position: relative;
    min-height: auto;
	margin-left:0;
}

.control-label{font-size:12px;}

.frm-txt{margin:6px auto;}
.frm-txt1{margin:6px auto;}

.lder-hid {top: -60px;
right: 40px;

}

.panel-body{padding:10px;}

.main-input{font-size:13px;}
.panel-danger{font-size:13px; text-align:justify;}

.border-pd{font-size:13px;}

.sandy {
    width: 100px;
    float: left;
}

.modal-dialog{width:100%;}

.bd-gap{padding-top:0;}

.code-job{font-size:14px;}


.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sid-hed{border:none;}
.log-lt li{width:240px;}

/*menu section css start here*/
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    background: #f15719;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

/*menu section css end here*/




}










/*rwd table css start here*/

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: 0em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}


.rwd-table td:before {
 content: attr(data-th) "" !important;
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    display: inline-block;
    color: #000;
    clear: both;
    text-align: left;
}


.rwd-table {
  color: #333;
  overflow: hidden;
}


.rwd-table th,
.rwd-table td {
	padding: 5px 5px;
	
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none !important;
  }
  .rw-brd{border-bottom:1px solid #999;}
}
@media screen and (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
/*rwd table css start here*/



@media only screen and (max-width: 800px) {
.menu{display:none;}
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		float: left;
		width: 100%;
		background:none;
		height:auto;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 

 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: none;
		white-space: normal;
		text-align:left;
		width:100%;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}



	
