h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
    margin-bottom: 1.2rem;
}

.text-center {
    text-align: center!important;
}

h3 {
    font-size: 2.25rem;
}

p:not(:last-child) {
    margin-bottom: 1.625rem;
}

label[for] {
    cursor: pointer;
}

label {
    margin-bottom: 0.4rem;
    display: inline-block;
}

input[type="text"],  input[type="password"]{
    border-style: solid;
    border-width: 1px;
    height: 50px;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    padding-left: 1.25rem;
    font-size: 15px;
    line-height: 1.5rem;
    color: #292222;
    background-color: #f8f8f8;
    border-color: #dadada;
}

#security_code{
	width:40%;
	display:inline-block;
}

#imgCaptcha{
	width:30%;
	height:51px;
}

.custom-btn{
	width: 200px;
    height: 50px;
    color: white;
    background: #06507e;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}

.custom-btn:hover{
	background:transparent;
	border:2px solid #06507e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000;
}

.form-col{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 1.2rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.content-center{
	vertical-align:middle !important;
	text-align:center;
}

#form-highschoolmarksheet,#form-highschoolcertificate,#form-intermarksheet,#form-intercertificate,#form-charcertificateone,#form-charcertificatetwo,#form-gradmarksheet,#form-postgradmarksheet,#form-clinicaddressproof,#form-residenceproof,#form-photo,#form-signature,#form-noc,#form-bhms,#form-permanentcert,#form-clinicaddressproof,#form-affidavitone,#form-affidavittwo,#form-mdmarksheetone,#form-mdmarksheettwo,#form-mddegree,#form-mdpassingcert,#form-dpharmafirstyear,#form-dpharmasecondyear{
    background: none !important;
    border: none !important;
    padding: 0px !important;
	box-shadow:none !important;
	-webkit-box-shadow::none !important;
	height:34px !important;
}

h3 {text-align:center;}
th {text-align:center;}

.at_infotable{
	font-size:15px;
}

.at_heading{
	color:#00324c;
	font-size:20px;
	margin-bottom:20px;
	margin-top:20px;
}

.at_add{
	color:blue;
	cursor:pointer;
}

#contact_form{
	font-size:17px;
}

.hm_heading{
	color: #05395a;
	font-size:15px;
}

.main-title{
	margin-bottom:40px !important;
}

.main-block{
	margin-top:40px !important;
	margin-bottom:60px !important;
	background-color:#edeaea;
	min-height:600px !important;
	padding-bottom:20px !important;
}

.chkbox_style{
	display:inline-block !important;
	text-align:left;
	width: 41px;
    height: 11px;
	line-height:10px !important;
	height:16px !important;
}

.pl_pr_0px{
	padding-left:0px !important;
	padding-right:0px !important;
}

.hmb_ol_list{
	padding-left:14px !important;
}

.hmb_ol_list li{
	margin-top:10px;
}

.fs_14{
	font-size:14px;
}

.color_red{
	color:#ff0000;
	font-size:13px;
}

.action_button{
	padding: 10px;
color: #1f214d;
border: 2px solid #db8d8d;
border-radius: 10px;
}


.at_add{
	height:45px;
	margin-bottom:20px;
}

.remove{
	height:35px;
}

.username{
	color: #f4ab01;
}

.main-tab-color{
	background-color:#c9c9c0 !important;
}

.main-tab-color a:hover{
	color:gray !important;
}

.mt_20{
		 margin-top:20px;
	  }
	  
	  .mainheading{
		  color: #05395a;
	  }
	  
	  .subheading{
		  color: #f4ab01;
	  }
	  
	  .third-level-menu
    {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    }

   .third-level-menu > li
   {
    background: #fff;
   }

.second-level-menu
{
	/**
    position: absolute;
    top: 30px;
    left: 0;
    **/
	width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
   
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}

.reg_heading{
	margin-top:40px;
	font-size:15px;
}

#documents .col-lg-3, #documents .col-lg-4{
	height:100px;
}

#personalinformation .col-lg-4{
   height:130px;
}

#preview span{
  font-weight:100;
}

.nav-tabs > li > span{
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
position: relative;
display: block;
padding: 10px 15px;
}

.nav-tabs > li.active > span{
color: #fff;
cursor: default;
background-color: #06507e;
border: 1px solid #ddd;
border-bottom-color: rgb(221, 221, 221);
border-bottom-color: transparent;
font-weight: 800;
}

.hindi_text{
	font-size:15px;
	font-weight:500;
}

.abt_chk2 ol{
	padding:0px;
}

.abt_chk2 ol li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px dashed #06507e;
    padding: 10px;
}

.abt_chk2 ol li i {
    position: relative;
    top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.content_chck2 ol li i {
    font-size: 16px;
    color: #06507e;
    margin-right: 10px;
}

.abt_chk2 ol li {
    list-style: none;
}

.hd3 {
    margin: 20px 0px 8px 0px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

 .abt_chk2 ol {
   list-style: none;
   counter-reset: item;
 }
.abt_chk2 ol li {
   counter-increment: item;
   margin-bottom: 5px;
 }
.abt_chk2 ol li:before {
   margin-right: 10px;
   content: counter(item);
   background: #05395a;
   border-radius: 100%;
   color: white;
   width: 24px;
   text-align: center;
   display: inline-block;
 }
 
 
 .abt_chk2 ul{
	padding:0px;
}

.abt_chk2 ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px;
}

.abt_chk2 ul li i {
    position: relative;
    top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.content_chck2 ul li i {
    font-size: 16px;
    color: #06507e;
    margin-right: 10px;
}

.abt_chk2 ul li {
    list-style: none;
}

.tr{
  float:right !important;	
}

.agree_text{
	color:#000 !important;
	font-size:14px;
}

.nav-tabs li span{
	background-color: #06507e;
color: #8d8d8d;
}

.nav-tabs > li.active > span{
	color: #06507e !important;
    background-color: #edeaea !important;
}

.personaltab{
	width:220px;
}

.educationtab{
	width:130px;
}

.homoeotab{
	width:259px;
}

.documentstab{
	width:196px;
}

.previewtab{
	width:220px;
}


.abt_chk3 ul li i{
	position:relative;
	top:2px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_chk3 ul li:hover i{
	padding-left:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.abt_chk3 ul li:last-child{
 border-bottom: none;
       padding: none;
}

.abt_chk3 ul li a {
color: #06507e;
    text-decoration: none;
}

.abt_chk3 ul{
	padding:0px;
}

.abt_chk3 ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px;
}

.abt_chk3 ul li i {
    position: relative;
    top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.content_chck2 ul li i {
    font-size: 16px;
    color: #06507e;
    margin-right: 10px;
}

.abt_chk3 ul li {
    list-style: none;
}

.abt_chk3 ol{
	padding:0px;
}

.abt_chk3 ol li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px dashed #06507e;
    padding: 10px;
}

.abt_chk3 ol li i {
    position: relative;
    top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.content_chck2 ol li i {
    font-size: 16px;
    color: #06507e;
    margin-right: 10px;
}

.abt_chk3 ol li {
    list-style: none;
}

.hd3 {
    margin: 20px 0px 8px 0px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

 .abt_chk3 ol {
   list-style: none;
   counter-reset: item;
 }
.abt_chk3 ol li {
   counter-increment: item;
   margin-bottom: 5px;
 }
.abt_chk3 ol li:before {
   margin-right: 10px;
   content: counter(item);
   background: #05395a;
   border-radius: 100%;
   color: white;
   width: 24px;
   text-align: center;
   display: inline-block;
 }
 
 .abt_chk3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
}