/*Global Code Start  */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-decoration: none;
  }
  body, h1, h2, h3, h4, h5, html, p {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
  }
 
  a{
    text-decoration: none;
  }
  a:hover{
    text-decoration: none;
  }

  .container-box{
    width: 90%;
    margin: 0 auto;
  }
  article{
    min-height: 100%;
    display: flex!important;
    flex-direction: column;
    align-items: stretch;
  
  }
  main{
    flex-grow: 1;
  }
  header,footer,main{
    flex-shrink: 0;
  }
  html,body{
    height: 100%;
    width:100%;
  }
  /* Global Code End  */

  /* Header Css code start   */
  .topbar-pd{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#054a97;
  }
  .topbar_rightsec {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 15px;
    justify-content: end;
  }
  .topbar_rightsec li {
    position: relative;
  }
  .topbar_leftsec li {
    position: relative;
  }
  .topscreenreader_txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color:white;
    padding-right: 5px;

  }
  input::placeholder{
    font-weight:500;
    color: #dddddd;
  }
  button i{
    color: #dddddd;
  }
  .topscreenreader{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color:white;
  }
  .topscreenreader_txt:hover{
    text-decoration: none;
  }
  .topbar_whitebox {
    width: 15px;
    height: 15px;
    background: black;
    border: 2px solid #f3f3f3;
    margin-right: 3px;
    /* padding: 0px 8px; */
  }
  
  .topbar_blackbox {
    width: 15px;
    height: 15px;
    background-color: white;
    border: 1px solid #e3e3e3;
    /* padding: 0px 8px; */
  }
 .topbar_rightsec li select {
    background-color: transparent;
    color: white;
    font-size: 14px;
    margin-right: 5px;
    border: none;
  }
  .topbar_leftsec {
    
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 15px;
  }
  .topbar_leftsec li a {
    color: white;
    padding: 0px 12px;
    font-size: 14px;
    font-weight:500;
}
  .topbar_leftsec li:not(:last-child):after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid white;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
  } 
a:hover{
  color:white;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 6;
  left: 140px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  
}

.form-group{
  margin: 0px; 
}

.has-search .form-control {
  padding-left: 10px;
  height: 26px;
  border-radius: 0px;
}
.form-control {
  padding: 0px 0px;
}
.aboutuslinks_section{
  list-style-type: none;
  display: flex;
  align-items: center;
}
.aboutuslinks_section li a{
 color: black;
  padding: 5px 6px;
  font-weight: 500;
}
/* .jerclogo-section img{
  width: 100%;
} */

/* Header Css code end   */

/* Footer code Start */
.footer-text-section{
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-text {
  align-items: center;
}

/* .footer-date-section, .copy-text-section{
  padding-top: 10px;
  padding-bottom: 10px;
} */


.visitors-count-section p {
  background-color: #054a97;
  padding: 5px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 6px;
}


.jerc-logo-sec{
  padding: 20px 0px;
}
.chsmalogo{
  padding-bottom: 15px;
}
.aboutuslinks_section li a:hover{
  color: black;
}
.footer-text-section a{
  color: white;
  font-size: 13px;
  font-weight: 500;
}
footer{
  background-color: #706961;
}

.footer-date-section p{
  color:white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;

}
.visitors-text p{
  color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.copyright-bg{
  background-color: #b0a392;
  padding: 12px 0px;
}
.copy-text-section p, .footer-text p{
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}


.site-hosted-text p{
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.paddingbottom{
  padding-bottom: 10px;
}
.footer-social-media-icons a{
  margin-right: 5px;
  
}
.swachlogo{
  margin-right: 15px;
}
.feedback-footer-text{
  position: relative;
  margin-right: 30px;
}
  .feedback-footer-text::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    /* border: 1px solid; */
    background-color: white;
    margin-left: 14px;
    top: 6px;
    display: inline-block;
}
.feedback-footer-text:last-child()
{
  display: none;
}
.searchBar {
  width: 100%;
  position: relative;
  margin-right: 8px;
}
#searchQuerySubmit {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 8%;
  top: 24%;
  color: #418adc;
}
#searchQuerySubmit:hover {
  cursor: pointer;
}
.feedback-footer-text:last-child::after{
  display: none;
}
.navbar-nav{
  margin-top:6px;
  text-align: center;
}
.active{
  background-color: #df8d29;
 
}
.nav-link{
  font-weight: bold;
  font-size: 18px;
}

#searchQueryInput {
  width: 173px;
  height: 28px;
  background: white;
  outline: none;
  border: 1px solid #dddada;
  border-radius: 0;
  /* padding: 0 3.5rem 0 1.5rem; */
  font-size: 16px;
  padding-left: 10px;
}
/* .logo-text-section{
  padding-top:10px;
  padding-bottom: 10px;
} */

.feedback-footer-text {
  position: relative;
  /* margin-right: 18px;
  margin-left: 18px; */
}

 .nav-bar{
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .custom-padding{
  padding: 15px 0px;
 }

/* Kishan */
 /* Login section styling start */

.box_section {
  text-align: center;
  margin-top: 20px;   
}
.box_section a i {

  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #df8d29;
  margin: 0 10px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  border: 3px solid #df8d29;
}

.two a i {

  background: #054a97;  
  margin: 0 10px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  border: 3px solid #054a97;
}
.three a i {
  
  background: #618305;
  margin: 0 10px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  border: 3px solid #476002;
}

.box_section h4 {
  font-size: 22px;
  margin-top: 15px;
  font-weight: 500;
}
.box_section h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.box_section .user_login,
.two .user_registration,
.three .user_filing {
  margin-top: 10px;
  background: #df8d29;
  display: inline-block;
  border: 2px solid #df8d29;
  padding: 10px 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s linear;
}
.two .user_registration {
  background: #054a97;
  border: 2px solid #054a97;
}
.three .user_filing {
  background: #618305;
  border: 2px solid #476002;
}
.box_section .user_login:hover,
.two .user_registration:hover,
.three .user_filing:hover 
{
    background: transparent;
    font-size: 15px;
    color: #000!important;
}
/* modal section Styling */
#exampleModal {
  margin-top: 100px;
}
#exampleModal .modal-content h5 {
  text-transform: uppercase;
  font-size: 28px;
  color: #343a40;
}
#exampleModal .modal-content .modal-body {
 text-align: center;
}
#exampleModal .modal-body h4 {
  color: #07579b;
  font-size: 22px;
  font-weight: 500;
}
#exampleModal .modal-body form {
  text-align: center;
}
#exampleModal .modal-body form button {
  width: 100%;
  margin-bottom: 10px;
  background: #4d90fe;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  border: none;
  color: #fff;
  transition: all .3s linear;
}
#exampleModal .modal-body form button:hover {
  background: #357ae8;
  
}
#exampleModal .modal-body form a {
  align-items: center;
  color: rgb(110, 109, 109);
  font-size: 15px;
  text-decoration: none;
  transition: all .3s linear;
}
#exampleModal .modal-body form a:hover {
  text-decoration: underline;
  color: #4d90fe;
}
.form-control:focus
{
  box-shadow: none;
  border-color: #476002;
}

/* Login section styling end */
.form-control {
  width: 100%;
  height: 40px;
}
.registration_section .form-control:focus
{
  border-color: #b2904a;
  box-shadow: none;
}
.registration_section {
  margin-top: 10px;
}
.registration_section .logo img {
  height: 100px;
}
.registration_section .title_logo {
  text-align: center;
}
.registration_section .title_logo img {
  height: 80px;
}
.registration_section .india_logo img {
  height: 80px;
}

.registration_section .login_page {
  background: black;
  padding: 4px 0;
  border-bottom: 3px solid #b2904a;
}
.registration_section .login_page a {
  color: #fff;
  text-decoration: none;
  padding: 7px 8px;
  font-weight: 600;
}
.registration_section .login_page a:hover {
  background: #b2904a;
}

/* Form Section Start */

.registration_section form .form_heading h6,
.registration_section form .heading h6 {
  background: #054a97;
  color: #fff;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
  
}
.registration_section form .heading h6
 {
  background: #054a97;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  
}
.registration_section form .form-group label {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.registration_section form .form-group span {
  color: #ff0000;
}
.registration_section form .form-group .char {
  color: #ff0000;
  margin-top: 10px;
}

.registration_section form .form-group textarea {
  resize: none;
  width: 100%;
}
.registration_section form .form_button {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.registration_section form #add_more,
.registration_section form #add_more_ind,
.registration_section form #add_more_adv,
.registration_section form #add_more_emp
 {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.registration_section form #add_more:hover {
  color: #b2904a;
}
.registration_section form .form_button button {
  padding: 5px 30px;
  font-size: 20px;
  border: 2px solid #054a97;
  background: #054a97;
  color: #fff;
  transition: all .3s ease;
}
.registration_section form .form_button button:hover {
  border: 2px solid #054a97;
  background: #fff;
  color: #000000;
}
.remove_form,
.remove_form_ind,
.remove_form_adv,
.remove_form_emp
 {
  cursor: pointer;
  color: #ff0000;
}
.advocate_section,
.individual,
.employee
 {
  display: none;
}
.toggle-password {
  margin-top: -27px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}
.eye-slash
{
  cursor: pointer;
}
/* Form Section End */


.module.sitemap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font: 14px/21px Helvetica, Arial, sans-serif;
  color: #444;
  background-color: #eee;
}
.module.sitemap ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.module.sitemap > ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -webkit-column-rule: 1px outset #ddd;
  -moz-column-rule: 1px outset #ddd;
  column-rule: 1px outset #ddd;
}
.module.sitemap ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.module.sitemap ul li a {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font: 14px/21px Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
.module.sitemap ul li a:before {
  content: "\f0a9";
  margin: 0 5px 0 0;
  font-family: FontAwesome;
}
.module.sitemap ul ul li a {
  color: #333;
}
.module.sitemap ul ul li a:before {
  content: "\f061";
}
.module.sitemap ul ul ul li a:before {
  content: "\f054";
}
.module.sitemap ul ul li a {
  margin-left: 20px;
}
.module.sitemap ul ul ul li a {
  margin-left: 40px;
}
.module.sitemap ul ul ul ul li a {
  margin-left: 60px;
}
.module.sitemap ul ul ul ul li a:before {
  content: "\f101";
  margin: 0 5px 0 0;
  font-family: FontAwesome;
}
select.select_year_dropdown{    
  border: 1px solid #aaa;
      border-radius: 3px;
      padding: 3.8px;
      margin-left:10px;
      background-color: transparent;
  }

 img.captcha_img{
  display: block;
  height: 38px;
  width: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
 }
 .visitors-text{
  padding-right: 8px;
}
.poupopBox{display: none;}
.pdfreader{
  width: 100%;
  height: 500px;
}
.regulations-box p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.regulation-icon {
  width: 70px;
  background: #c9c9c9;
  border-radius: 50%;
  padding: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.regulations-box {
  background: #ededed;
  padding: 22px;
  transition: 0.3s;
  min-height: 180px;
}
.regulations-grids {
  padding-bottom: 20px;
}
.regulations-box:hover {
  background: #df8d29;;
  color: #fff;
}
.regulations-box img {
  width: 44px;
}
.cgrfSelect{
  width: 164px !important;
}
.compliance_monitorselect{
  width: 182px;
}
.boxFlexCompliance{
  background: #ededed;
    padding: 0px 16px;
    transition: 0.3s;
    min-height: 140px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}
.under-construction-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.oops-text {
  font-size: 100px;
  text-align: center;
  font-weight: bold;
}
.not-found {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.error-msg {
  text-align: center;
}
.back-home {

  text-align: center !important;
  text-transform: uppercase !important;
  transition: 0.5s;
  background-size: 200% auto !important;
  box-shadow: 0 0 20px #eee !important;
  display: block !important;
  background-color: #fa843d !important;
    border-radius: 24px !important;
    color: #fff !important;
    padding: 9px 45px !important;
    margin-top: 20px !important;
    font-size: 20px !important;
}

.dateModifiedColor{
  background-color: #054a97;
  color:#fff;
 
  border-radius: 23px;
  font-size: 14px;
  padding: 4px 12px;
  margin-left: 8px;
}

.item-header:not(.collapsed) {
  background: #054a97;
  /* border-radius: 5px; */
}
.item-header .btn-link:focus, .btn-link.focus {
  text-decoration: none !important;
}
.latest-news-ticker p, .table .item-header:not(.collapsed) h2,  .table .item-header:not(.collapsed) h2 {
  color: #fff;
}
.item-header .btn.btn-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.item{
  margin-bottom: 12px;
}
.TabHead{
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: left;
}
.pageTitle h3{
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
}
.pb15{
  padding-bottom: 15px;
}
.item-header .btn-link:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.pb15 a{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.bg_col{
  background-color:#df8d29e8;
}
.bg_col a:hover {
  color:#000;
}
.subjectBoldIterimOrder{
  font-weight: 700;
}
.SubjectHoverLink:hover{
  color: #054a97;
}
.mw125{
  max-width: 125px;
}
.item-header .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.tabsData{
  background-color: #054a97;
    padding: 12px;
    margin-bottom: 12px;
}
.tabsData p{
  display: inline-block;
}

.tabsData p a{
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size:16px;
}
.ombudsman_detail h2{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}
.ombudsman_detail h2 hr{
  margin: 0;
  margin-top: 10px;
  border-top: 2px solid rgba(0, 0, 0, 1);
}
.ombudsman_detail p{
  font-size: 15px;
  padding: 12px 0;
  margin: 0;
}
.ombudsman_detail ul{
  list-style: decimal;
}
.ombudsman_detail ul li ul{
  list-style: lower-alpha;;
}
.underMaintain{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin: auto;
}
#cgrf_Details_id ul{
  padding-left: 16px;
    list-style: decimal;
    font-size: 14px;
}
#cgrf_Details_id ul li{
  padding-bottom: 9px;
}
#cgrf_Details_id  td:last-child ul{
  list-style: none;
}
.rtiAnswer{
  padding-left: 12px;
    list-style: decimal;
}
.currentRegulationList{
  padding-left: 15px;
  list-style: decimal;
  padding-top: 7px;
}
.currentlocationpara{
  padding-left: 15px;
}
.mainBoxPhoto{
  display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 22px;
    padding: 40px 0px;
}
.mainBoxPhoto img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.mainBoxPhoto .photoLink{
  max-height: 250px;
}