body {
  background: #fff;
}

.fa-star {
  font-size: 72% !important;
}

header {
  position: relative !important;
  height: auto;
}

.card-sidebar-mobile {
  padding: 0 0 !important;
}

.sidebar-user {
  margin-bottom: -5px;
}

.sidebar-user .card-body {
  padding: 10px 10px 0;
}

.navbar-nav-link {
  color: #fff;
}

.navbar-nav-link:hover {
  color: #fff;
}

.page-header {
  border-bottom: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cc7722;
  border-color: #cc7722;
}

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

/* Blue (#1d3461), Orange (#cc7722) */

a {
  color: #1d3461;
}

.lower nav {
  background: linear-gradient(to bottom, #7acfcf 0%, #1d3461 100%);
  overflow: hidden;
  height: auto;
}

.lower ul li a {
  padding: 11px 15px;
}

.lower ul li a:hover {
  background: #f48f00;
}

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

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

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

.site_name {
  color: #042449;
  font-size: 20px;
  margin-left: 12px;
  padding-top: 12px;
  display: inline-block;
}

.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;
}

ul.navbar-nav li i {
  margin-right: 5px;
}

.lower {
  position: relative;
}

ul li.hassubmenu {
  position: inherit;
}


ul li.hassubmenu ul {
  position: absolute;
  top: 42px;
  right: 0;
  left: auto;
  background: #1d3461;
  display: none;
  width: 201px;
}

ul li.hassubmenu ul li {
  display: block;
  border-top: 1px solid #fff;
}


.navbar-inverse .navbar-nav.inner-nav>li.hassubmenu:hover ul {
  display: block;
}

.nav.navbar-nav.inner-nav {
  float: right;
  position: relative;
}

.inner-nav li.hassubmenu ul {
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  background: #cc7722;
  display: none;
  padding: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 1px 1px 5px #00000047;
}

.inner-nav li.hassubmenu ul li {
  display: block;
  padding: 4px 10px;
}

.inner-nav li.hassubmenu ul li a {
  color: #fff;
}

.navbar-inverse {
  background: #1d3461;
  background: -moz-linear-gradient(top, #1d3461 0%, #1d3461 100%);
  background: -webkit-linear-gradient(top, #1d3461 0%, #1d3461 100%);
  background: linear-gradient(to bottom, #1d3461 0%, #1d3461 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3461', endColorstr='#1d3461', GradientType=0);
  border-color: #1d3461;
}

.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: #0f2349;
  box-shadow: 0px 0px 10px rgba(0, 35, 73, 0.4);
  border-radius: 0px;
  width: 100%;
  /* max-width: 1170px; */
  margin: auto;
  overflow: hidden;
  position: relative;
}

.middle_wrapper .col-left {
  /* float: left; */
  width: 75%;
  height: 100%;
}

.middle_wrapper .col-right {
  /* float: left; */
  width: 25%;
  /* background: #1d3461; */
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translate(-50%, -50%); */
  /* border-radius: 6px; */
  overflow: hidden;
  padding: 10px;
  z-index: 99;
}

.form_title {
  color: #1d3461;
  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 #1d3461;
  margin: 15px; */
  padding: 18px;
  /* border-radius: 6px; */
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form-group label {
  color: #1d3461;
  margin-bottom: 6px;
  font-size: 14px;
}


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

.btn_viewPass i {
  color: #1d3461;
  font-size: 14px;
}

.form_field {
  width: 100%;
  border: 1px solid #ccc;
  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;
  top: -16px;
  color: #fff;
  font-size: 24px;
  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: -8px;
  top: 0px;
  background: #1d3461 !important;
  padding: 3px 7px 5px 7px !important;
  border-radius: 50%;
  z-index: 9;
  opacity: 1;
  color: #fff !important;
  font-size: 20px;
  font-weight: 300;
}

.modal-header .close {
  margin-top: -12px;
}

.half #case_type_lower {
  width: 50%;
}

.half #caseNo {
  width: 50%;
  height: 32px;
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .8;
}

.mbottom-none {
  margin-bottom: 0px !important;
}

.modal_ngt .modal-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #1d3461;
  font-weight: 600;
}

.modal_ngt .modal-body {
  /* background: #1d3461; */
  padding: 20px;
  overflow-y: auto;
  height: auto;
}

.modal_ngt .modal-content {
  /* background: #1d3461;
  border: 4px solid #1d3461; */
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
  background: #e7e9ed;
}

.modal_ngt .modal-header {
  box-shadow: 1px 1px 5px #ffffff36;
}

.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 #c19b64;
padding: 20px;
border-radius: 5px;
background: #f3dfc4; */
  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;
}

.mbot-12 {
  margin-bottom: 12px;
}

#mobileOtp,
#emailOtp {
  width: 150px !important;
}

.mobilecaptcha,
.emailcaptcha {
  margin-top: 2px;
}

.block-inline {
  display: inline-block;
}

i.fa-eye,
i.fa-eye-slash {
  cursor: pointer !important;
}

.mr-1 {
  margin-right: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.d-none {
  display: none;
}

/* .oldColor {
  border-color: #2e6da4;
  background-color: #337ab7;
  color: #23527c;
} */
.header_inner .right_logo {
  float: right;
  padding: 10px 0;
}

.header_inner .right_logo img {
  padding: 0 12px;
  height: 55px;
}

.agree .form-control {
  background: none;
  border: 0;
  border-radius: 0;
}


.section {
  position: relative;
  padding: 20px 32px;
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: 1px solid #eceeef;
  background-color: #fdfdfd;
}

.overlay-black:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.counter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.counter {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
  overflow: hidden;
  background: #eceeef;
  border-radius: 10px;
  border: 3px solid #cc7831;
  margin: 15px 20px;
  flex: 1;
  min-width: 20%;
}

.fa-user:before {
  content: "\f007";
}

.counter p {
  font-size: 32px !important;
  margin: 26px 0 !important;
}

.counter p span {
  color: #1d3462 !important;
}

.counter.color-alt h6,
.counter.color-alt i,
.counter.color-alt p {
  color: #1d3462;
  line-height: 0;
}

.counter h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 18px !important;
  margin: 0;
}

.counter i {
  display: block;
  font-size: 48px !important;
  color: #cc7831 !important;
  margin-bottom: 56px;
}

.content_sec1 {
  padding: 60px 10px;
  max-width: 1170px;
  margin: 0 auto;
}

.content_sec1 p {
  color: #2c2c2c;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

.headingWithLine {
  font-size: 36px;
  color: #1d3461;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.headingWithLine::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #cc7722;
  margin: 0 auto;
}

.headingWithLine span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.content_footer {
  /* background: url(../images/bg_footer.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  background: #1d3461;
  background: -moz-linear-gradient(top, #1d3461 100%, #1d3461 0%);
  background: -webkit-linear-gradient(top, #1d3461 100%, #1d3461 0%);
  background: #1d3461;
}

.footerwrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.footerwrap .map iframe,
.footerwrap .map object {
  width: 100%;
  height: 220px;
  max-width: 500px;
  border: 1px solid #ccc;
}

.logofooter {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.contactwrap {
  /* background-color: rgba(74, 175, 175, 0.5);
  padding: 14px 18px; */
  color: #fff;
}

.contactwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.contactwrap ul li i {
  margin-right: 10px;
  margin-left: -26px
}

.contactwrap ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 23px;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px; */
}

.contactwrap ul li svg {
  margin-right: 10px;
}

.copyright {
  background: #cc7722;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}

.copyright-inner {
  background: #747272;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 8px;
}

.col-right .header {
  background: #cc7722;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.col-right .header .title {
  color: #fff;
  font-size: 18px;
  font-family: "ubunturegular", Arial, serif;
  position: relative;
  z-index: 2;
}

.navbar-brand {
  display: none;
}

.top-sec {
  border: 1px solid #1d3462;
  background: rgba(29, 52, 98, 0.07);
  /* border: 1px solid #cc7722;
  background: #f8e7d9; */
  padding: 6px 0px 0px;
  margin: 0px auto 6px;
  border-radius: 6px;
}

.greybg {
  background-color: #444;
  color: #fff;
}

.greybg:hover {
  color: #fff;
}

.orangebg {
  background-color: #f48f00;
  color: #fff;
}

.text-white {
  color: #fff;
}

.f-nav {
  position: static !important;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.otpBtn {
  padding: 6px 4px;
  position: absolute;
  top: 25px;
  right: 15px;
}

.btn-2 {
  color: #fff;
  background-color: #cc7722;
  border-color: #cc7722;
}

.wrapbanner {
  background-image: none;
  height: 412px;
}

.lSSlideOuter,
.lSSlideWrapper,
.lightSlider,
.lslide,
.slidebg {
  height: 100% !important;
}

#lightSlider li {
  position: relative;
}

.bannertitle {
  color: #fff;
  font-family: "Lato-Light", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: auto;
  left: 0%;
  bottom: 0%;
  background-color: rgba(169, 27, 23, 0.7);
  width: 100%;
  padding: 3px 10px;
  transform: none;
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.slidebg {
  background-position: center;
  background-size: cover;
}

.flinks {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0px 10%;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  background: #e09245;
  color: #fff;
  align-items: center;
}

.flinks ul {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}

.flinks ul li {
  list-style: none;
  text-align: left;
  display: inline;
  color: #fff;
}

.flinks a {
  padding: 8px;
  display: inline-block;
  color: #fff;
}

.flinks li span {
  color: #fff;
}

.flinks .open-menu {
  position: relative;
}

.flinks ul li .submenu {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 300px;
  background: #eceeef;
  padding: 0;
  opacity: 0;
  box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.46);
}

.flinks ul.submenu li {
  display: block;
  padding: 0px 15px;
  border-bottom: 1px solid rgb(224 146 69);
}

.flinks .submenu a {
  display: block;
  text-align: left;
  padding: 10px 0;
  color: #1d3462;
}

.flinks ul li:hover .submenu {
  visibility: visible;
  opacity: 1.0;
  transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
}

.refreshIcon {
  position: absolute;
  margin: 5px 8px 0px;
  font-size: 22px;
  display: inline-block;
  color: #cc7722;
}

.mtopname,
.m-menu {
  display: none;
}

.sidebar {
  width: 20.875rem;
}

.sidebar-dark {
  background-color: #1d3462;
}

.sidebar-dark .nav-sidebar>.nav-item-open>.nav-link:not(.disabled),
.sidebar-dark .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar>.nav-item-open>.nav-link:not(.disabled),
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #cc7722;
}

ul.navbar-nav li i {
  color: #cc7831;
}

.sidebar li.nav-item:first-child {
  border-bottom: none;
}

.sidebar li.nav-item,
.sidebar li.nav-item.nav-item-submenu:first-child,
.nav-group-sub li.nav-item:first-child {
  border-bottom: 1px solid rgba(204, 120, 49, 0.43);
}

.nav-item-submenu>.nav-link:after {
  font-size: 2rem;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
  text-decoration: none;
  background-color: #1d3463;
}

.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-link:not(.disabled):hover {
  color: #fff;
  background-color: rgba(204 120 49);
}

.page-header {
  margin: 20px 0 20px;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}

.inner-ftr {
  background: #fafafa;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid #eeeeee;
}

select.form-control:not([size]):not([multiple]) {
  height: inherit;
}

#rightbar {
  padding: 0;
}

.card.checklistSec {
  width: 100%;
  /* padding: 0px 12px; */
  border-top: 0px;
  margin: 0 3px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 0;
  background: #edf2fb;
  padding: 10px 20px;
  border: 1px solid #1d3462;
  margin: 0 33px;
  margin-bottom: 50px;
}

.card.inner-card {
  background: none;
  border: 0;
}

.card.checklistSec .date {
  margin-top: -10px;
  margin-bottom: 10px;
}

.card.checklistSec object {
  padding: 0 15px;
}

.steps-btn {
  padding: 0;
}

.steps-btn .btn {
  border-radius: 0;
}

.breadcrumb-default {
  border: solid 0px #adadad;
  margin: 0;
  max-width: 100%;
  border-radius: 24px;
  padding: 0;
  margin-left: 18px;
}

.breadcrumb-default.steps-btn .btn {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin-right: 1px;
  padding: 6px 14px;
  font-size: 16px;
}

.checklistSec fieldset {
  padding: 0px;
  border: none;
  border-radius: 6px;
  margin: 0;
  display: block;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 22px;
}

.checklistSec fieldset:first-child legend:first-child {
  padding-top: inherit;
}

.checklistSec legend {
  width: 100%;
  display: inline-block;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  background: #1d3460;
  padding: 8px 14px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.checklistSec fieldset div.date-div {
  float: right;
  position: relative;
  z-index: 9;
  border-radius: 6px;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  font-family: none;
  font-style: inherit;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-block;
  width: auto;
  color: #444 !important;
}

.checklistSec fieldset .row {
  padding: 0 15px;
}

.checklistSec fieldset .row.alert {
  margin: 10px 15px 30px 15px;
  padding: 8px 0 3px 0;
}

.steps-btn .btn.btn-primary {
  background-color: #1d3460;
}

.steps-btn .btn.btn-primary,
.steps-btn .btn.btn-warning,
.steps-btn .btn.btn-dark {
  border-color: #ffffff !important;
  border-bottom: 0;
  border-top: 0;
}

.btn-breadcrumb .btn:first-child,
.btn-breadcrumb .btn:last-child {
  padding: 6px 15px;
  border-radius: 0px;
}

.btn-cntr {
  display: block;
  margin: auto;
}

.btn-rt {
  display: block;
  float: right;
  margin-right: 15px;
}

.table-indent tr td {
  padding-left: 28px !important;
  text-indent: -18px;
}

.modal.show {
  display: block !important;
  opacity: 1;
}

.table.trial-table {
  border-collapse: collapse !important;
}

.table.trial-table tr:first-child:hover {
  background: #000;
}

.trial-table tr:first-child {
  background: #000;
  color: #fff;
}

.trial-table tr td, .trial-table2 tr th {
  border: 1px solid #ccc;
}  

.table.trial-table2 {
  border-collapse: collapse !important;
}  

.trial-table2 thead tr:first-child {
  background: #000;
  color: #fff;
}

.trial-table2 tr td {
  border: 1px solid #ccc;
}

.container2 {
  max-width: 500px;
  margin: auto;
  padding: 40px 10px;
  background: #edf2fb;
  border-radius: 10px;
}

.bg-warning {
  background-color: #cc7722 !important;
}
.btn-primary {
  color: #fff;
  background-color: #1e3561 !important;
  border-color: #1e3561;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #cc7722;
  border-color: #cc7722;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none !important;
  background: none !important;
}

.page-item.active .page-link:hover {
  z-index: 1;
  color: #fff;
  background-color: #cc7722;
  border-color: #cc7722;
}

.fee-box {
  text-align: center;
  background: #eee;
  margin: 8px 20px;
  padding: 10px;
}

li#example_previous .page-link, li#example_next .page-link {
  background: #1d3462;
  color: #fff;
}

#addmorerecordapp thead tr th {
  text-align: center;
}

#progressbarmini {
  margin: auto !important;
  margin-bottom: 16px !important;
}

#progressbarmini li.active:before,
#progressbarmini li.active:after {
  background: #1d3460 !important;
  color: white;
}

#progressbarmini li:before {
  color: #fff !important;
  background: #7a8388 !important;
}

#progressbarmini li:after {
  content: '';
  width: 74% !important;
  left: -37% !important;
  background: #7a8388 !important;
}

.form-head {
  color: #1d3461 !important;
  font-size: 20px !important;
  margin-bottom: 30px !important;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

.form-head:after {
  content: '';
  border-bottom: 2px solid #c72;
  position: absolute;
  width: 100%;
  display: block;
  margin-top: 6px;
}

.table-center th,
.table-center td {
  text-align: center !important;
}

.print-btn {
  position: absolute;
  top: -30px;
  right: 18px;
}
.print-btn2 {
  position: absolute;
  top: -30px;
  right: 0px;
}

/* New Dashboard */
.dashboard-cards {
  padding: 15px;
}

.dashboard-cards .card {
  background: -moz-linear-gradient(145deg, rgb(247 240 234) 20%, rgb(207 221 250) 80%) !important;
  background: linear-gradient(145deg, rgb(247 240 234) 20%, rgb(207 221 250) 80%) !important;
  border-left: 3px solid #cc7722 !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 20px 15px 2px 15px;
  overflow: visible !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}



.dashboard-cards .card-body {
  padding: 10px 0 0 0 !important;
  min-height: 75px !important;
}

.dashboard-cards .card-body-icon {
  left: 15px !important;
  top: 15px !important;
  opacity: 1 !important;
  font-size: 4rem !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  color: #cc7722 !important;
  position: absolute;
  z-index: 0;
  right: -1rem;
}

.dashboard-cards .card-body .label {
  text-shadow: none !important;
  color: #444 !important;
  text-align: right !important;
  /* font-weight: normal; */
  margin-top: 0 !important;
  font-size: 14px !important;
  padding: 0;
  white-space: normal;
  display: block;
  text-transform: uppercase;
}

.dashboard-cards .card-body .label>span {
  color: #444 !important;
  text-shadow: none !important;
  font-size: 30px !important;
  display: block;
  margin-top: 10px;
  text-transform: none;
  position: relative;
}

.dashboard-cards .n-ppost {
  z-index: 1;
  cursor: pointer;
  font-weight: normal;
}

.size_12 {
  font-size: 12px !important;
}

.size_14 {
  font-size: 14px !important;
}

.dashboard-cards .n-ppost-name {
  top: 38px;
  left: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
  padding: 10px;
  background: #1d3463 !important;
}

.n-ppost-name::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  right: 20px;
  border: 0.75rem solid transparent;
  border-top: none;
  border-bottom-color: #1d3463;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.dashboard-cards .n-ppost-name .card-footer {
  background-color: #9a302800 !important;
  color: #ffffff !important;
  padding: 5px 2px !important;
  text-align: left;
}

.dashboard-cards .card-footer span i.badge {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  background: #cc7722;
  color: #fff;
}

.dashboard-cards .card-footer {
  background-color: transparent !important;
  color: #cc7722 !important;
  padding: 5px 2px !important;
}

.dashboard-cards .card-footer span {
  display: block;
  font-size: 14px;
  overflow: hidden;
}

.dashboard-cards .card-footer span i {
  float: right;
}

.dashboard-cards .n-ppost-name .card-footer {
  background-color: #9a302800 !important;
  color: #ffffff !important;
  padding: 5px 2px !important;
  text-align: left;
  border-color: #694f3e;
}

.dashboard-cards .n-ppost-name .card-footer:first-child {
  border-bottom: none;
}

.dashboard-cards .n-ppost:hover .n-ppost-name {
  visibility: show;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: .10s ease .25s;
}

/*progressbar*/
#progressbarmini {
  text-align: center;
  max-width: 50%;
  /*margin-bottom: 30px;*/
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbarmini li {
  list-style-type: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  width: 20%;
  float: left;
  position: relative;
}

#progressbarmini li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #e67f79;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbarmini li:after {
  content: '';
  width: 79%;
  height: 2px;
  background: #e67f79;
  position: absolute;
  left: -38%;
  top: 14px;
  z-index: 0;
  /*put it behind the numbers*/
}

#progressbarmini li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbarmini li.active:before,
#progressbarmini li.active:after {
  background: #27AE60;
  color: white;
}

/****** Loading CSS Start ******/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****** Loading CSS END ******/

.header-elements-md-inline .header-elements {
  display: none !important;
}

/***********/

@media(max-width: 1139px) {
  .middle_wrapper .col-left {
    width: 100%;
  }

  .middle_wrapper .col-right {
    width: 34%;
  }

  .item img {
    min-height: 390px;
  }

  .jconfirm .jconfirm-box-container .col-md-offset-4 {
    margin-left: 12.25% !important;
  }
}

@media(max-width: 992px) {
  body {
    line-height: 1;
  }
}

@media(min-width: 767px) and (max-width: 992px) {
  .form-group.mbottom-none label {
    display: none;
  }

}



@media(max-width: 938px) {
  .middle_wrapper .col-left {
    width: 100%;
  }

  .middle_wrapper .col-right {
    width: 45%;
  }

  .item img {
    min-height: 390px;
  }
}




@media(max-width: 767px) {

  body {
    font-size: 14px;
  }

  .item img {
    min-height: 100%;
  }

  .carousel-inner.inner-height {
    min-height: 100%;
    height: auto;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .middle_wrapper .col-left {
    width: 100%;
    float: none;
    height: 412px;
    margin-top: 170px;
  }

  .middle_wrapper .col-right {
    width: 90%;
    position: static;
    transform: inherit;
    overflow: hidden;
    margin: 30px auto;
  }

  .mainheader .logo_left {
    height: 90px;
    margin: auto;
    display: block;
    float: none;
  }

  .mainheader .right_logo {
    display: none;
  }

  .middle_wrapper {
    border-radius: 0;
    margin: 0;
    background: #f5eedb;
  }

  .banner_caption {
    font-size: 22px;
    padding: 18px 30px 34px 30px;
  }

  .navbar-nav {
    margin: 1.5px 0;
    text-align: center;
  }

  /* .f-nav {
    position: static;
  } */

  .content_footer {
    padding: 30px 20px;
  }

  .contactwrap ul {
    flex-wrap: wrap;
    margin-left: 20px;
  }

  .contactwrap ul li {
    margin-top: 12px;
    width: 100%;
    line-height: 23px;
  }

  .header_inner {
    display: flex;
    align-items: center;
  }

  .site_name {
    padding-top: 0;
  }

  .mtopname {
    color: #fff;
    margin: 17px 5px 0 50px;
    float: left;
    display: block;
  }

  .d-menu {
    display: none;
  }

  .m-menu {
    display: block;
    width: 100%;
  }

  .m-menu li {
    border-bottom: 1px solid rgba(204, 119, 34, 0.5);
  }

  .sidebar:not(.sidebar-component) .sidebar-content {
    position: absolute;
    top: 17.12503rem;
    top: 0;
    left: 0;
    width: 100%;
  }

  .sidebar {
    width: 18.875rem;
  }

  .sidebar-dark .sidebar-mobile-toggler:not([class*=bg-]) {
    background-color: #1d3463;
    border: none;
  }

  .sidebar-dark .sidebar-mobile-toggler a,
  .sidebar-dark .sidebar-mobile-toggler a:hover {
    text-decoration: none;
  }

  .sidebar:not(.sidebar-component) {
    top: 128px;
    width: 240px;
  }

  .sidebar.sidebar-dark.sidebar-main.sidebar-expand-md {
    left: -23.875rem;
  }

  .sidebar.sidebar-dark.sidebar-main.sidebar-expand-md.sidebar-fullscreen {
    left: 0;
  }

  .page-content {
    margin-top: 164px;
  }

  a.sidebar-mobile-expand {
    position: absolute;
    top: 0;
    right: -42px;
    background: rgba(0, 0, 0, 0.37);
    z-index: 99;
  }

  i.icon-arrow-left8 {
    display: none;
  }

  ul.nav.nav-sidebar {
    margin-top: 12px;
  }

  .leftmicon i.fa.fa-bars {
    display: block !important;
  }

  .leftmicon i.fa.fa-long-arrow-alt-left {
    display: none !important;
  }

  .sidebar-fullscreen .leftmicon i.fa.fa-bars {
    display: none !important;
  }

  .sidebar-fullscreen .leftmicon i.fa.fa-long-arrow-alt-left {
    display: block !important;
  }

  section.logo.flag-bg {
    position: fixed;
    z-index: 99;
    width: 100%;
  }

  header#main-menu-container {
    position: fixed;
    width: 100%;
    top: 120px;
    z-index: 99;
  }

  .wrapbanner {
    height: auto;
  }

  .flinks {
    justify-content: center;
    flex-direction: column;
  }

}

@media print {
  .hidePrint {
    display: none;
  }

  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
  }

  fieldset {
    padding: 0px;
    border: none;
    border-radius: 6px;
    margin: 0;
    display: block;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 22px;
    overflow: hidden;
    position: relative;
  }

  legend {
    width: 98%;
    display: inline-block;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
    background: #1d3460;
    padding: 8px 14px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .date-div {
    float: right;
    position: relative;
    z-index: 9;
    border-radius: 6px;
    border: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff;
    font-family: none;
    font-style: inherit;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    width: auto;
    color: #444 !important;
  }

  .d-none {
    display: none;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
  }

  .col-md-12 {
    width: 100%;
  }

  content {
    position: relative;
    width: auto;
    padding: 0;
  }

  .bg-dark {
    background-color: #324148 !important;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
  }

  [class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
    color: #fff;
  }

  h4 {
    font-size: 18px;
  }

  .text-warning {
    color: #ff7043 !important;
  }

  .hidePrint {
    display: none;
  }
  * {
    -webkit-print-color-adjust: exact !important; /*Chrome, Safari*/
    color-adjust: exact !important; /*Firefox*/
  }
}
 