@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
/*@import url(font-awesome.min.css);*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

body{ 
  margin: 0px;
  font-size: 14px;
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.color-blue{
  background-color: #fff;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.color-red{
  color: #e31d13 !important;
}
.new-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.new-col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding-top40{
  padding-top: 40px !important;
}
.margin-top20{
  margin-top: 20px !important;
}
.margin-bottom40{
  margin-bottom: 40px !important;
}
.rowflex{
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
#main{
  width: 100%;
}
header{
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #d9e1e6;
}
.carousel-item img{
  width: 100%;
}
.logo{
  width: 100%;
  max-width: 200px;
  margin:auto;
}
.logo img{
  width: 100%;
}
.form-bg{
  width: 100%;
  padding: 50px 0;
  background-color: #e4edf2;
  min-height: calc(100vh - 178px);
}
.form-bg h1{
  font-size: 24px;
  margin: 0px;
  color: #fff;
  
  text-align: center;
}
.form-bg h1 span{
  padding: 10px 15px;
  display: inline-block;
  background-color: #054c97;
  position: relative;
}
.form-bg h1 span:before,
.form-bg h1 span:after{
  content: "";
  width: 50%;
  height: 2px; 
  background-color: #d9e1e6;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.form-bg h1 span:before{
  left: -50%;
}
.form-bg h1 span:after{
  right: -50%;
}
.main-form{
  width: 100%;
}

.left-box{
  width: 100%;
  background-color: #054c97;
  padding: 30px;
  position: relative;
  text-align: center;
  /*min-height: 430px;*/
}
.left-box h4{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.registerHeading{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.or-icon{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #054c97;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
}
.register-li,
.register-li ul{
  margin: 15px 0 0 0;
  padding: 0px;
  text-align: center;
}

.register-li li{
  margin:0 5px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.register-li li a{
  padding: 8px 15px;
  width: 130px;
  display: block;
  font-size: 15px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.register-li li a.google{
  background-color: #db4d40;
}
.register-li li a.facebook{
  background-color: #485a95;
}
.register-li li a i{
  margin-right: 5px;
}
.register-li li a:hover,
.register-li li a:focus{
  border: 2px solid rgba(255,255,255,1);
}
.right-box{
  width: 100%;
  /*min-height: 430px;*/
  background-color: #fff;
  padding: 30px 30px 30px 50px;
}
.inner-form {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
}
.right-box h2{
  font-size: 24px;
  margin: 0 0 20px 0;
}
.right-box .form-control,
.inner-form .form-control{
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  color: #868e96;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.right-box .form-control:focus,
.inner-form .form-control:focus{
  border-color: #054c97;
}
.right-box .form-group,
.inner-form .form-group{
  margin-bottom: 14px;
  position: relative;
}
.inner-form h4{
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  position: relative;
}

.inner-form h4:before{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #e31d13;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.inner-form h5{
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  position: relative;
}
.inner-form h5:before{
  content: "";
  width: 40px;
  height: 2px;
  background-color: #054c97;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.inner-form h6{
  font-size: 15px;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  position: relative;
}
.inner-form h6:before{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.btn-bg{
  text-align: center;
  padding-top: 15px;
}
.dob-icon{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #cccccc;
}
.dob-iconnew{
  right: 0px;
  top: 29px !important;
}
.reg-icon{
  width: 100%;
  max-width: 150px;
  margin: 30px auto 20px auto;
}

.reg-icon img{
  width: 100%;
}
.btn-register{
  background-color: #e31d13;
  border: 1px solid #e31d13;
  border-radius: 0px;
}

.btn-register:hover,
.btn-register:focus{
  background-color: #b90c03;
  border: 1px solid #b90c03;
  box-shadow: none;
}
.hidden {
  display: none;
}

.visible {
  display: block;
}

/*radio btn and checkbox*/
.radiobutton {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobutton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.radiobutton:hover input ~ .checkmark {
  background-color: #fff;
}
.radiobutton input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #054c97;
}
.radiobutton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobutton input:checked ~ .checkmark:after {
  display: block;
}
.radiobutton .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #039003;
}

.checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #ddd;
}
.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #039003;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*end radio btn and checkbox*/

.colgrade{
  width: 20% !important;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.tabelStru {width: 100%;}
.tabelStru td, th {border: 1px solid #ddd; padding: 5px 12px;}
.tabelStru th {border: 1px solid #ddd;}
.tabelStru.table>caption+thead>tr:first-child>td,
.tabelStru.table>caption+thead>tr:first-child>th,
.tabelStru.table>colgroup+thead>tr:first-child>th,
.tabelStru.table>thead:first-child>tr:first-child>th {
border-top: 1px solid #ddd !important;}
.right-boxInner {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 40px !important;
}

.btn-registerNew {
  font-size: 18px;
  padding: 9px 50px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #253d84;
  border-color: #253d84;
}

.mainH{
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.help-form-bg {
  width: 100%;
}

.help-form-bg .modal-dialog {
  width: 100%;
  max-width: 600px;
}

.help-form-bg .modal-content {
  border-radius: 0px;
  border: none;
}

.help-form-bg .modal-header {
  background-color: #1a64b7;
}

.help-form-bg .modal-title {
  line-height: 20px;
  color: #fff;
  display: inline-block;
}

.help-form-bg .close {
  cursor: pointer;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.help-form-bg .form-control {
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
  border-color: #ddd;
  font-weight: normal;
}

.help-form-bg textarea.form-control {
  height: auto
}

.help-heading {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 30px 0 0 0;
}
.help-heading a{
  color: #fff;
}
.help-heading a:hover{
  color: #ddd;
}
.orText{
  font-size: 20px;
  font-weight: bold;
  color: #253d84;
  margin: 5px 0 10px 0;
  font-family: 'Dancing Script', cursive;
}
footer{
  width: 100%;
  padding: 30px 0;
  border-top: 1px dashed #d9e1e6;
  text-align: center;
}
@media (min-width: 201px) and (max-width: 767px) {

.form-bg{
  min-height: calc(100vh - 150px);
  padding: 15px 0;
}
.right-box{
  padding: 20px;
}
.right-box h2 {
  margin: 0 0 10px 0;
}
.btn-bg{
  padding-top: 0px;
}
.reg-icon{
  display: none;
}
.register-li li {
  display: block;
  margin: 0 0 10px 0;
}
.register-li li a{
  width: 100%;
}
.form-bg h1 span:before,
.form-bg h1 span:after{
  display: none;
}
.right-boxInner {
  padding: 15px !important;
}
.registerHeading{
  margin: 0 0 15px 0;
}
.mainH{
  font-size: 16px !important;
}
.left-box-new{
  display: none;
}
.modal-dialog{
  margin: 0px;
  padding: 15px;
}
footer {
  padding: 10px 0;
  font-size: 13px;
}
}