a:hover{
  text-decoration: none;
}
.bg_white {
  background-color: white;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.bg_white_opacity {
  /* background: rgb(255 255 255 / 90%); */
  background-image: url("../image/jerc-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e9e9e9;
}

.topscreenreader_txt:hover,
.topscreenreader:hover {
  color: white;
}

.registration_section {
  margin-top: 0px;
  background-color: antiquewhite;
  padding: 40px 10px;
}

.topbar_rightsec li {
  padding: 0px 5px;
}

.topbar_whitebox {
  border: 1px solid #f3f3f3;
}

.social_media_hover a {
  text-decoration: none;
}
.click-child-box {
  background-color: #f7f7f9;
  padding: 5px;
  min-height: 53px;
}
.click-box {
  display: grid;
  background-color: #3f4b80;
  padding: 12px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.click-box a {
  text-decoration: none;
}
tspan {
  font-weight: bold;
}
.click-icons svg{
  width: 40px;
  height: 20px;
}
.click-icons {
  background-color: #df8d29;
  height: 34px;
  width: 34px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.click-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
  line-height: 1.1;
  padding-left: 10px;
}

.custombackground-color {
  background-color: #e9e9e9;
}

.click-box a:hover .click-child-box {
  background-color: #e19537;
  opacity: 0.9;
  /* box-shadow: 0px 0px 8px 0px #919191; */
}

.click-box a:hover .click-child-box .click-icons {
  background-color: #ce7100;
}

.click-box a:hover .click-child-box .click-text p {
  color: white;
}

.whatasnew-text {
  color: black;
  font-size: 15px;
  border-right: 1px solid white;
}

.whatasnew-text a {
  color: black;
}

.whatsnew_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsnew_box h3 {
  font-size: 17px;
  font-weight: 500;
  background-color: #df8d29;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #df8d29;
  width: 122px;
  color: #fff;
  position: relative;
  padding: 9px 7px;
  margin-right: 13px;
}

.box.arrow-right:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 8px;
  border-top: 10px solid transparent;
  border-right: none;
  border-left: 18px solid #df8d29;
  border-bottom: 12px solid transparent;
}

.box p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

.readmore-btn {
  border-radius: 0;
  background-color: #df8d29;
  color: white;
  font-size: 14px;
  padding: 8px 20px;
}

.readmore-btn:hover {
  background-color: #ce7100;
  opacity: 0.9;
  box-shadow: 2px 2px 10px 0px #e1e1e1;
}

.about-heading-text hr {
  margin-top: 6px;
  border-top: 5px solid #df8d29;
  width: 90px;
  margin-bottom: 15px;
}

.about-text-content p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}

.click-link button {
  width: 135px;
  padding: 6px 0px;
  font-size: 15px;
  background-color: #706961;
  color: white;
  font-weight: 500;
}

.click-link {
  outline: 2px dashed #df8d29;
}

.about-heading-text h3 {
  font-size: 22px;
  font-weight: 500;
}

.click-icons img {
  background-color: #df8d29;
  padding: 5px;
  border-radius: 50%;
  padding: 7px;
}

.jerc-map-image {
  background-image: url(../image/india-map-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jerc-map-image svg {
  height: 300px;
}

.about-notice-board-section {
  display: flex;
  align-items: flex-start;
}

.date-notice-board {
  display: flex;
  justify-content: center;
  background-color: #d8d8d8;
}

.month-notice-board {
  display: flex;
  justify-content: center;
  background-color: #df8d29;
  padding: 0px 4px;
}

.year-notice-board {
  display: flex;
  justify-content: center;
  background-color: #d8d8d8;
}

.calender-noice-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 5px;
  font-weight: 500;
}

.date-notice-board p {
  font-size: 12px;
  margin-bottom: 0px;
}

.month-notice-board p {
  font-size: 12px;
  margin-bottom: 0px;
}

.year-notice-board p {
  font-size: 11px;
  margin-bottom: 0px;
}

.notice-board-content {
  display: flex;
  align-items: center;
}

.notice-board-content a {
  font-size: 12px;
  line-height: 1.3;
  color: black;
  margin-bottom: 0px;
}

.notice_board-section {
  border-bottom: 2px solid #e7e7e5;
  padding: 5px 0px;
  margin: 0px 17px 0px 2px;
}

.notice_tender_section {
  height: 178px;
  overflow-y: auto;
  /* background-color:white; */
}

/* .notice_tender_bg_white {
  background-color: white;
  padding: 15px 8px 15px 8px;
} */

.press-release-main {
  padding: 12px 12px;
  background-color: #df8d29;
  display: flex;
  flex-direction: column;
}
/* 
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 25px;
}

::-webkit-scrollbar {
  width: 4px;
} */

/* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: #515151;
    border-radius: 25px;
  } */

.about-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.photogallery {
  display: flex;
  position: absolute;
  top: bott;
  bottom: 0%;
  align-items: center;
  justify-content: center;
  background-color: #df8d29;
  width: 100%;
  padding: 5px;
}

.photogallery .click-icons {
  box-shadow: none;
}

.photogallery .click-icons svg {
  width: 28px;
  height: 28px;
}

.photogallery .click-text a {
  color: white;
  text-decoration: none;
}

/* sjagfbs */

.tabslist ul {
  list-style-type: none;
  overflow: hidden;
}

.tabslist ul li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

ul.tabMenu {
  border: none;
  display: grid;
  /* display: flex; */
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tabslist ul li {
  cursor: pointer;
}

.press-release-main li.tablinks.activeTab {
  background-color: #df8d29;
  transition: linear 0.5ms;
}

.press-release-main li.tablinks.activeTab a {
  color: white;
}

.press-release-main li.tablinks.activeTab a:hover {
  color: white;
}

.press-release-main .default {
  display: block;
}

.press-release-main .tablinks {
  background-color: white;
  padding: 3px 0px;
  position: relative;
  margin: 0px 10px 17px 0px;
  width: 100%;
}

.tablinks a {
  color: black;
}

.tablinks.activeTab:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-top: 15px solid #df8d29;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: none;
  transform: translate(-50%);
}

.tabcontent {
  display: none;
}

#tender {
  display: none;
}

/* New Footer */
.grand_footer_links {
  display: flex;
  list-style-type: none;
  /* justify-content: space-between; */
  align-items: center;
}

.grand_footer_links .parent_footer_links {
  border-right: 2px solid white;
  padding: 0px 18px;

}

.grand_footer_links .parent_footer_links a {
  font-size: 16px;
  color: white;
  height: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.grand_footer_links .parent_footer_links:last-child {
  border: none;
}

.grand_footer_links .parent_footer_links:first-child {
  padding-left: 0px;
}
.grand_footer_links .parent_footer_links a:hover {
  color: white;
  text-decoration: none;
}

.full_footer_pt_pb {
  padding: 11px 0px;
}

.custom-padding {
  padding: 8px 0px;
}

.copyright-bg {
  background-color: #8d847b;
  
}

.topbar_rightsec li select option {
  border: none;
  color: black;
}

/* .topbar_rightsec li select:hover option {
  color: black;
} */

.tender {
  background-color: white;
}

.tender table tr td {
  font-size: 14px;
  padding: 10px 10px;
}

.tender table tr th {
  font-size: 14px;
  padding: 10px 10px;
  background-color: #df8d29;
  font-weight: 500;
}

.table-bordered,
.table-bordered tr,
.table-bordered td {
  border: 1px solid black;
}

.about_us .aboutus_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2px 0px;
}

.about_us .aboutus_heading h1 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 500;
  color: #df8d29;
}

.aboutus_heading hr {
  background-color: #054a97;
  width: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 1px;
}

.about_us p,
.copyright_policy_section p,
.hyperlinkiing_policy p,
.privacy_policy p,.terms_conditions p ,.accessibility_text p{
  font-size: 16px;
  line-height: 24px;
  word-spacing: 3px;
  text-align: justify;
  font-weight: 500;
}

/* cards */

.profile_member {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-bottom: 30px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.profile_member h1 {
  margin-bottom: 0px;
  font-size: 26px;
  padding: 9px 0px;
  background-color: #ce7100;
  color: white;
}

.profile_member .member_title {
  font-size: 14px;
  padding: 5px 12px;
  margin-bottom: 0px;
}

.member_title {
  color: grey;
  font-size: 18px;
}

.member_content {
  font-size: 13px;
  padding: 5px 12px;
  margin-bottom: 0px;
}

.profile_member button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.profile_member a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.profile_member button:hover,
.profile_member a:hover {
  opacity: 0.7;
}

/* End.. */

.input-year-slt {
  padding: 0 15px;
  font-size: 15px;
  line-height: 16px;
  border-radius: 0;
  height: 26px !important;
  background-color: #df8d29;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid white;
}

.input-year-slt option {
  color: black;
  background-color: white;
}

.advance-btn {
  border: 1px solid #fff;
  padding: 3px 10px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 0;
}



/* .search-container .search-typ {
  border: none;
  border-radius: 5px;
  height: 30px;
  min-width: 180px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
}

.search-container button {
  padding: 6px 10px;
  right: 26px;
  top: 11px;
  background: #bc610c;
  border: none;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: unset;
} */



.fa-search:before {
  content: "\f002";
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #bc610c;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  border-radius: 0.25rem;
}

.page-link:hover {
  background-color: #054a97;
  border-color: #054a97;
  color: #fff;
}

.pagination {
  /* margin: 20px; */
  padding-top: 10px;
  justify-content: center;
}

table tbody tr td a .fa ,table tbody tr td a .fas{
  font-size: 18px !important;
  color: #054a97;
  padding-left: 5px;
  padding-right: 5px;
}

.tbl-bdr,
td,
th,
tr {
  border: 1px solid #dee2e6 !important;
  padding: 6px 10px !important;
  text-align: center;
  vertical-align: middle !important;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table thead th {
  background-color: #df8d29;
  color: white;
  font-weight: 500;
}

.page-ttl ,.members_heading h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.pages_heading ,.members_heading{
  display: flex;
  flex-direction: column;
  padding:35px 0px;
}

.pages_heading hr {
  background-color: #bc610c;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1px;
}

.tool-tip-box {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.box-ttl {
  background-color: #df8d29;
  border: 1px solid #df8d29;
  padding: 15px;

}

.box-ttl p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 500;
}

.box-container {
  border: 1px solid #ededed;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}



.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fctn-txt {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: justify;
}

.box-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0 15px;
}

.rgt-arw-clr {
  color: #555;
  margin-right: 10px;
  margin-top: 2px;
}

.table thead .table_heading_blue {
  background-color: #054a97;
  font-size: 24px;
}

.about-chairperson p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  word-spacing: 3px;
  text-align:justify;
}
p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  word-spacing: 3px;
  text-align:justify;
}
.chairperson_and_member_profile h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 8px;
}

.chairperson_and_member_profile p {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 500;
}

.chairperson_profile h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}

.chairperson_section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 40px;
}


.all_chairperson_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 280px;
  padding-bottom: 20px;
 
}

.image_text_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image_text_section p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}

.image_text_section .members_date {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}

.members_section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 90px;
}
.members_heading h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 4px;
}

.chairperson_member_profile {
  padding-top: 15px;
  /* padding-bottom: 30px; */
}

.members_heading {
  display: flex;
  flex-direction: column;
  padding:35px 0px;
}

.members_heading hr {
  width: 204px;
  padding: 1px;
  background-color: #df8d29;
  margin-bottom: 0px;
  margin-top: 0px;
}

.border_bottom_chairperson {
  border-bottom: 1px solid grey;
}

.member_image img,
.chairperson_and_member_profile img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid #d3d3d3;
}

.member_image {
  width: 200px;
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.members_heading .members_border_width_less {
  width: 118px;
}

.members_heading .chairperson_border_bottom_width {
  width: 140px;
}

.bread_active a {
  color: #df8d29;
  font-size: 14px;
}

.breadcrumb {
  background: transparent !important;
}

.breadcrumb-item {
  font-size: 14px;
}

.search_container {
  display: flex;
  justify-content: end;
}

.search_container .search-typ {
  border: none;
  border-radius: 5px;
  height: 30px;
  min-width: 180px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
  font-size: 16px;
}

.search_container button {
  padding: 6px 10px;
  right: 26px;
  top: 11px;
  background: #faa640cf;
  border: none;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: unset;
  font-size: 19px;
}

.box_section {
  padding: 40px 0px;
  border-radius: 14px;
  margin: 100px 40px;
  /* margin-top: 80px; */
}

.login_box {
  background-color: #fcf3ec;
  border: 3px solid #edd9c9;
}

.registration_box {
  background-color: #f0f4ff;
  border: 2px solid #8aa3c5;
}

.filing_box {
  background-color: #fdffcd;
  border: 2px solid #82855c;
}

.box_section .user_login,
.box_section .user_registration,
.box_section .user_filing {
  margin-top: 0px;
  /* background: #df8d29; */
  display: inline-block;
  border: 2px solid #df8d29;
  padding: 9px 55px;
  font-size: 15px;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.box_section .user_registration {
  background: #2679f3;
  border: 2px solid #2865a2;
  color: black;
  font-weight: 500;
}

.box_section .user_login {
  background-color: #ffccad;
  border: 2px solid #dda46f;
  color: black;
  font-weight: 500;
}

.box_section .user_filing {
  background: #f4f95e;
  border: 2px solid #e1c87a;
  font-weight: 500;
  color: black;
}

.box_section .user_login:hover,
.box_section .user_registration:hover,
.box_section .user_filing:hover {
  background: transparent;
  font-size: 15px;
  color: #000 !important;
}

.box_section h4 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: bold;
  padding-top: 26px;
  padding-bottom: 20px;
}

.login_bg_banner {
  background-image: url("../image/login-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 85vh;
}

.box_section h4 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
}

.box_section .user_login {
  margin-top: 18px;
}

.box_section .user_filing {
  margin-top: 18px;
}

.hearing_bg_color .form-group {
  margin-bottom: 0px;
}

.hearing_bg_color .app_re_btn {
  background-color: #df8d29;
  padding: 6px 22px;
  font-size: 14px;
  color: white;
  margin-right: 10px;
  margin-top: 30px;
}

.hearing_bg_color select option {
  background-color: white;
  color: black;
}

.hearing_bg_color label {
  color: white;
}

.hearing_bg_color input,
.hearing_bg_color select {
  height: 33px;
  padding: 0px 6px;
}

.hearing_bg_color {
  background-color: #054a97;
}

/* Utilites section */
.utilities_section {
  display: flex;
  align-items: center;
  position: relative;
}

.utilities_section .utility {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  margin-right: 15px;
  padding: 2px;
  border: 1px solid #a3a3a3;
}

.utility .overlay_hover_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}

.utilities_section .utility .about_utility_text {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 2px;
}

/* .utilities_section .utility:hover {
  box-shadow: 0px 0px 3px 0px white;
} */

.utilities_section .utility:hover .overlay_hover_text {
  opacity: 1;
}

/* RTI section */
.rti_content .rti_text {
  padding-top: 6px;
  padding-bottom: 6px;
}

.rti_content .rti_text .rti_question_text {
  margin-bottom: 0px;
  font-size: 16px;
}

.rti_content .rti_text .rti_answer_text {
  margin-bottom: 0px;
  font-size: 15px;
  padding-left: 35px;
}

/* New Index page css */

.important_links_section .click-box {
  background-color: transparent;
  padding: 0px;
}

.important_links_section .click-box a {
  text-decoration: none;
 

}
.important_links_section .click-box a .click-child-box {
  background-color: #f7f7f9;
    color: white;
    font-weight: 500;
    margin-bottom: 9px;
    padding: 6px 6px;
    min-height: 46px;
    border: 2px solid #dbdce3;
}

a.colorWhite {
  color: white;
  box-shadow: none !important;
  border: none !important;
}

.important_links_section .click-box a .click-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
  line-height: 1.1;
}

.important_links_section .press-release-main {
  padding: 10px;
}

.important_links_section .notice_tender_bg_white {
  background-color: #f7f7f9;
  padding: 0px 15px 15px 8px;
}

.important_links_section .calender-noice-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 0px;
  font-weight: 500;
}

.important_links_section .notice-board-content {
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.important_links_section .notice_tender_section {
  height: 192px;
  overflow-y: auto;
}

.important_links_section .click-child-box {
  background-color: #f7f7f9;
  padding: 5px;
}
.important_links_section .click-link button {
  width: 131px;
  padding: 12px 0px;
  color: white;
  outline: 1.9px dashed #3f4b80;
  font-weight: 500;
  margin-bottom: 13px;
  background-image: linear-gradient(#cd7100, #bd6800);
}
/* .important_links_section .click-link button {
  width: 131px;
  padding: 12px 0px;
  background-color: #706961;
  color: white;
  outline: 2px dashed #df8d29;
  font-weight: 500;
 margin-bottom: 12px;
} */
.important_links_section .click-link button {
  font-size: 15px;
}

.important_links_section .click-link {
  
  outline: 0px;
  
}
.other_links-section .click-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 10px;
   
}
.other_links-section .click-box a .click-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
  line-height: 1.1;
}
.other_links-section .click-box:hover a .click-text p {
  color: black;
}
.notice_tender_section .marquee_direction_up {
  transition: all 0.2s linear;
  animation: marquee 90s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.notice_tender_section .marquee_direction_up:hover {
  animation-play-state: paused;
}

.topbar_rightsec li .indian_govt_img_width {
  width: 90px;
}

.topbar_rightsec li .azadi_ka_img_width {
  width: 60px;
}

/* Data tables csss */
table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable thead .sorting {
  background-image: none !important;
  cursor: default !important;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}

table.dataTable thead .sorting_desc {
  background-image: none !important;
}

.dataTables_length label {
  font-size: 0px;
}

.dataTables_wrapper .dataTables_length select {
  padding: 4px 14px !important;
  font-size: 15px;
  border-radius: 0px !important;
}
select.select_year_dropdown {
  border-radius: 0px;
}

.dataTables_wrapper .dataTables_length select option {
  background-color: #fff;
}

.dataTables_info {
  display: none;
}

.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  padding-top: 25px !important;
  text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #054a97 !important;
  color: black !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 7px 15px !important;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: black !important;
  border: 1px solid #df8d29 !important;
  background: none !important;
  border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background: #4297f6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
  display: none !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: black !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: black !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: white !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: white !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 0px !important;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
  font-size: 15px;

}

.dataTables_filter label {
  font-size: 0px;
}

/*Images */
.images #media_image-9 {
  margin-right: 5px;
}

/* help */
.accessibility_help_section h2,
h3,
p {
  margin: 0px;
}

.help_page_styling h5 {
  font-weight: 500;
  font-size: 18px;
}

.help_section p {
  font-size: 16px;
}

.help_section a {
  color: black;
  text-decoration: none;
  padding: 0px 5px;
  font-size: 15px;
}

.help_section a i {
  padding: 0px 5px;
  font-size: 20px;
}

.bg_color {
  background-color: #df8d29;
  color: white;
  font-size: 20px;
  font-size: 20px;
  padding: 5px 10px;
 
}

.accessibility_heading {
  font-size: 22px;
  padding: 4px 6px;
}

.accessibility_help_section p {
  font-size: 16px;
  line-height: 20px;
}

.accessibility_help_section .accessibility_options_list {
  list-style-type: decimal;
}

.page_styling {
  border: 1px solid black;
  /* box-shadow: 0px 0px 2px 0px black; */
}

.accessibility_content p {
  padding: 4px 12px;
}

/* .feedback_form {
  padding: 20px;
  border: 2px solid #d1d1e0;
} */

.feedback_form form span {
  color: #df8d29;
  font-weight: 700;
  font-size: 16px;
}

.accessibility_options_list li strong {
  font-weight: 500;
}

.draft_regulations_links a {
  color: black;
  font-size: 15px;
  text-decoration: none;
}

.draft_regulations_links p {
  flex-basis: 35px;
}

/*table tr td a {
  color: black;
  text-decoration: none;
} */

table tr td a:hover {
  color: black;
  text-decoration: none;
}




.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #df8d29;
  outline: 0;
  box-shadow: 0px 0px 0px 0px;
}

.sl_no_width_adjust {
  width: 6% !important;
}
.internal_bgbanner{
  background-image: url("../image/jerc-inner-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height:160px;
  position: relative;
  display: flex;
    justify-content: end;
    align-items: end;

}
.breadcrumb {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  position: absolute;
  background-color: #e9ecef;
  border-radius: 0rem;
  bottom: 0px;
  width: auto;
}
.breadcrumb ol{
  list-style: none;
  display: flex;
  background: rgb(0 0 0  / 85%) !important;
  margin-bottom: 0px;
  padding: 2px 6px;
}
.breadcrumb-item{
  color: white;
}
.bread_active a {
  color: white;
}
.select_year_dropdown option{
  background-color:white;
}
.table tr td a .fa-eye{
  margin:0px !important;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: border-box !important;
}
table tr td, table tr th{
  text-align: left;
}
.goog-te-gadget img{
  display:none !important;
}
body > .skiptranslate {
  display: none;
}
body {
  top: 0px !important;
}
.error-msg-css{
  text-align: left;
    font-size: 15px;
    color: red;
    padding: 8px 10px;
    font-weight: 600;
}
.form_response{
  font-size: 28px;
  text-align: center;
  color: peru;
}
.dis_none_form{
  display: none;
}
.disabled {
  opacity: 0.5; /* Adjust the opacity or add any styling to visually indicate the button is disabled */
  pointer-events: none; /* Disable pointer events */
}
.page-ttl,.members_heading h3 {
  position: relative;
  display: inline-block; /* This ensures that the underline adjusts to the width of the element */
}

.page-ttl::after ,.members_heading h3::after{
  content: "";
  display: block;
  width: 100%; /* Matches the width of the .page-ttl element */
  height: 2px; /* Adjust height for the thickness of the underline */
  background-color: #bc610c; /* Set the underline color */
  position: absolute;
  bottom: -5px; /* Adjust this value to control the distance from the text */
  left: 0; /* Aligns the underline to the left edge of the element */
}
.pages_heading,.members_heading  {
  display: block;
}
.pages_heading hr,.members_heading hr { 
  display: none;
}

.view-all-btn {
    text-align: right;
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.view-all-btn:hover {
    text-decoration: underline;
}

