body {
    background: #ececec;
}

.fa-star { font-size: 72% !important; }
.mainheader {
  /* udit */
    /* background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cecece', GradientType=0);
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
}

.header_inner {
  /*  udit */
    /* max-width: 1170px; */
    width: 100%;
    margin: 0 auto;
}

.mainheader .logo_right {
    float: right;
    height: 80px;
}

.mainheader .logo_left {
    float: left;
    height: 80px;
}

.mainheader .logo_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
}

.nav_menu {
    /*max-width: 1170px;*/
    width: 100%;
    margin: 0 auto;
}

#Divmenu {
    padding: 0;
}

.navbar-nav > li > a {
    padding: 10px 20px;
}

.navbar-inverse {
  /* udit */
    background: #004b8e;
    /* background: -moz-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
    background: -webkit-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
    background: linear-gradient(to bottom, #3c7bb3 0%, #004b8e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7bb3', endColorstr='#004b8e', GradientType=0);
    border-color: #2e6ca2;
}

.social_menu {
    float: right;
}

.social_menu a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    display: inline-block;
    min-width: 38px;
}

.social_menu a:hover {
    background: #174a77;
}

.middle_wrapper {
    /* background: #174a77; */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);   */
    border-radius: 10px;
    width: 100%;
    max-width: 1170px;
    margin: 7% auto 0 auto;
    overflow: hidden;
}

.middle_wrapper .col-left {
    float: left;
    width: 70% !important;
}

.middle_wrapper .col-right {
    float: left;
    width: 30% !important;
    background: #174a77;
}

.form_title {
    color: #840f0f;
    padding: 14px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c19b64;
    background: #f3dfc4;
}

.form_wrapper {
    border: 1px solid #d7e0ef;
    margin: 5px;
    padding: 20px;
    border-radius: 6px;
    background: #d7e0ef;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form_label {
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.form_field {
    width: 100%;
    border: 1px solid #174a77;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: 0;
    background: #fff;
}

.form_field:-internal-autofill-selected {
    background-color: #fff;
}

.form_field:-webkit-autofill {
    background-color: #fff !important;
}

.form_btn {
    color: #fff;
    border: 0;
    outline: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    background: #3c7bb3;
    background: -moz-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
    background: -webkit-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
    background: linear-gradient(to bottom, #3c7bb3 0%, #004b8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7bb3', endColorstr='#004b8e', GradientType=0);
    width: 100%;
}

.captcha_wrapper {
    overflow: hidden;
}

.captcha_wrapper img {
    width: 45%;
    float: left;
    padding: 4px 0;
    background: #290000;
    border-radius: 5px;
}

.captcha_wrapper input {
    width: 50%;
    float: right;
}

.banner_caption {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.0)', endColorstr='rgba(0, 0, 0, 1)', GradientType=0);
    width: 100%;
    padding: 18px 30px;
}

.footer_inner {
    text-align: center;
    font-size: 12px;
}

.err_msg {
    text-align: center;
    margin-bottom: -15px;
}

.err_msg span {
    display: inline-block;
    background: #bd4949;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
    border: 1px solid #f9d2d2;
}

.close {
	position: absolute;
    right: 2px;
    top: 3px;
    background: #ffffff !important;
    padding: 5px 10px !important;
    border-radius: 50%;
    z-index: 9;
    opacity: 1;
}

.mbottom-none { margin-bottom: 0px !important; }
.modal_ngt .modal-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.modal_ngt .modal-body {
    background: #0c2136b8;
    padding: 5px;
    overflow-y: auto;
    height: auto;
}
.modal_ngt .modal-content {
    background: #0c2136b8;
    border: 4px solid #0c2136b8;
}
.modal_ngt .modal-header {
  background: #0c2136b8;  
  border-bottom: 1px solid #0c2136b8;
  border-radius: 6px;
}
.modal_ngt .container_map {
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}
.modal_ngt .container_map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}
.modal_ngt .container_inner {
  border: 0px solid #d7e0ef;
  padding: 10px;
  border-radius: 5px;
  background: #d7e0ef;
  position: relative;
}
.modal_ngt .container_inner svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 80px;
  color: #a75f57;
  z-index: 0;
}
.modal_ngt .container_inner .icon_forgotpass {
  display: block;
  width: 40px;
  margin: 0 auto 20px auto;
}
.modal_ngt .container_inner .user_types_radio {
  position: relative;
  z-index: 1;
}
.modal_ngt .container_inner .user_types_radio input {
  margin-top: 5px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal_ngt .container_inner .user_types_radio label {
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.modal_ngt .container_inner .user_types_radio .heading {
  font-size: 16px;
  color: #000;
}
.modal_ngt form {
  margin: 0;
}
.modal_ngt .captcha_col {
  background: #4fffff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.modal_ngt .captcha_col img {
  height: 36px;
}
.modal_ngt .captcha_col a img {
  height: 25px;
}
.modal_ngt .btn-custom {
  color: #5e2f2a;
  background: rgb(247,233,169);
  background: -moz-linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
  background: linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7e9a9",endColorstr="#c18e66",GradientType=1);
  transition: all 0s;
  border: none;
}
.modal_ngt .btn-custom:hover {
  background: rgb(216, 197, 149);
}
.mtop-12 { margin-top: 12px; }
#mobileOtp, #emailOtp { width: 130px !important; }

.form-control
{
	    border: 1px solid #004b8e !important;
}

label
{
	color: #004b8e !important;
}