:root{
    --font-open-sans : 'Open Sans', sans-serif;
    --font-anek-mal : 'Anek Malayalam', sans-serif;
    --fontawesome : 'Font Awesome 6 Free';
    --font-light : 300;
    --font-regular: 400;
    --font-medium : 500;
    --font-semibold :600;
    --font-bold : 700;
    --body-font-size : 0.875rem;
    --body-line-height : 1.5;
    --body-font-weight : 400;
    --body-color: #212529;
    --bg-gray : #ECECEC;
}

body {
    font-family: var(--font-open-sans);
    font-size: var(--body-font-size);
    font-weight: var(--font-regular);
    line-height: var(--body-line-height);
    color: var(--body-color);
}

body.ml{font-family: var(--font-anek-mal);}

a{text-decoration: none; outline: none;}
ul, ol{margin: 0; padding: 0; list-style: none;}


.pre-header{background-color: #001954; color: #FFFFFF;}
.pre-header-links li{display: inline-block;}
.pre-header a:not(.opt){color: #FFFFFF; padding:.6rem 1rem; display: block; line-height: normal; transition: all 0.5s ease-out;}
.pre-header a:not(.opt):hover{color: #808080;}
.pre-header-links li:first-child a.faq-link{padding-left: 0;}
.pre-header-links a{letter-spacing:0.5px; font-size: 13px;}
.pre-header-links i{margin-right: 8px;}
.menu-seperator{width: 1px; background: rgb(0,25,84); background: linear-gradient(360deg, rgba(0,25,84,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(0,25,84,1) 100%);}


.lang-select .dropdown-toggle, .lang-select .dropdown-menu{font-size: 13px; font-weight: var(--font-semibold); letter-spacing: 0.7px;}
.language-holder i{font-size: 13px;}
.lang-select button{background: transparent; color: #FFFFFF; padding: 1.2rem 0; border: 0; line-height: normal; font-size: 13px; font-weight: 400;}
.lang-select button:hover, .lang-select button:active, .lang-select button:focus {background-color: transparent; color: #FFFFFF; border: 0; outline: none;}

.lang-select .dropdown-toggle:focus, .lang-select>select.mobile-device:focus+.dropdown-toggle{outline: none !important; border: none; background-color: transparent; color: #FFFFFF;}

.lang-select .btn-check:checked+.btn, .lang-select .btn.active, .lang-select .btn.show, .lang-select .btn:first-child:active, .lang-select :not(.btn-check)+.btn:active {
    color: #FFFFFF;
    background-color: transparent;
    border-color:transparent;
}

.top-social, .misc-link {display: inline;}

.font-links a{padding: .5rem !important;}
.font-links i:not(.fa-language){margin-right:0;}

.cei-logo, .certification img{max-height: 65px;}

.header-menu{background: #FFFFFF;}

.my-nav{justify-content: center; flex-grow: 1;}
.my-nav.navbar-nav .nav-link{font-size: 14px; font-weight: var(--font-bold); padding: 1rem; transition: 350ms cubic-bezier(1, 0.49, 0.09, 1.29) all;}

/* , .my-nav.navbar-nav .nav-link.active */
.my-nav.navbar-nav .nav-link:hover{
    color: #FFFFFF;
    background: #f35352;
    /* box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);  */
    border-radius: .5rem;
}

.dropdown-menu.sub-menu{padding: 0; margin-top: 0; top:135%; border-radius: 0;}
.dropdown-menu.sub-menu .dropdown-item:hover{background: #f35352; color: #FFFFFF;}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 30px;
  top: calc(50% - 15px);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dee2e6;
  background: #767474;
  font-size: 16px;
  transition: .3s;
}

#ticker {
  height: 120px;
  overflow: hidden;
}

.heading{text-transform: uppercase; font-size: 18px; font-weight: var(--font-bold); font-family: var(--font-anek-mal);}
.crumb{font-size: 16px; margin-bottom: 1rem;}
.crumb i{font-size: 12px;}

.btn-theme {
  display: inline-block;
  padding: 5px 10px;
  /* border: 2px black solid; */
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: color 0.75s ease-in-out;
  z-index: 1;
  border-radius: 0px;
  background: #f35352;
  font-size: 14px;
  font-weight: var(--font-semibold);
}
.btn-theme:before, .btn-theme:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  /* background: rgba(102, 102, 102, 0.5); */
  background: rgba(11, 11, 80, 0.5);
  transition: transform 0.75s ease-in-out;
  z-index: -1;
}
.btn-theme:before {
  transform: translate3d(100%, 0, 0) skew(20deg);
  transform-origin: 0 0;
}
.btn-theme:after {
  transform: translate3d(-100%, 0, 0) skew(20deg);
  transform-origin: 100% 100%;
}
.btn-theme:hover {
  color: #fff;
}
.btn-theme:hover:before, .btn-theme:hover:after {
  transform: translate3d(0, 0, 0) skew(20deg);
}

.latest-updates-nav{max-height: 380px !important;}
.newsticker li{padding: 18px 20px; margin-bottom: 15px !important; border-left-width:0.25rem; border-left-style: solid;}

.newsticker li a{color: var(--body-color);}

.marq h2{text-align: center;padding: 0; color: #f7000085; font-size: 35px; margin-bottom: 0;}


.half-circle{
    -webkit-border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.card-shadow{
    margin: auto;
    box-shadow: 0 0 0 0, 4em 0 6em -6em #000000;
    -webkit-box-shadow: 0 0 0 0, 4em 0 6em -6em #000000;
    -moz-box-shadow: 0 0 0 0, 4em 0 6em -6em #000000;
    -o-box-shadow: 0 0 0 0, 4em 0 6em -6em #000000;
}


.grecaptcha-badge {visibility: hidden;}
    .recapv3 {color:#555; display: inline;}
    .recapv3 label {font-size: 0.9em; padding-left: 10px; font-weight: normal;}
    .recapv3 label a {color:#221199}
    .recapv3 label a:hover {text-decoration:underline}
    .recapv3 img {width:28px; float: left;}


.team-card{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.team-card .card-body{padding: 5px 8px;}

.team-card .card-title {margin-bottom: 5px;font-size: 14px;font-weight: 700;}
.team-card .card-text{font-size: 13px;line-height: 17px;}

.officials{flex-direction: row;}
.officials .card-title {margin-bottom: 5px;font-size: 14px;font-weight: 700; text-align: center;}
.officials .card-text{font-size: 13px;line-height: 17px; text-align: center;}

.card-0 img{max-width: 220px; margin: auto;}
.card-1 img, .card-2 img{margin-left:auto; margin-top: auto; margin-right: auto;}
.card-1 img{max-width: 150px; }
.card-2 img{max-width: 120px; }

.Lpadded-content{padding-left: 50px;}

/* .abt-details h1{font-size: 2rem; font-family: var(--font-open-sans);} */
.abt-details p{font-size: 14px; opacity: 0.6; color: #1D263A;}
.bg-gray{background: var(--bg-gray);}

.main-head{position: relative; padding: 0; margin: 0; font-family: var(--font-open-sans); font-weight: var(--font-light); font-size: 2rem; color: #080808; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; text-transform: capitalize; margin-bottom: 15px;}
.ml .main-head{font-size: 1.5rem;}
.main-head span {display: block; font-size: 0.5em; line-height: 1.3;}

.main-head:before {position: absolute; left: 0; bottom: 5px; width: 60px; height: 2px; content: ""; background-color: var(--body-color);}

.main-head span {font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 4px; line-height: 3em; padding-left: 0.25em; color: rgba(0, 0, 0, 0.4); padding-bottom: 10px;}

.main-head-center {text-align:center;}
.main-head-center:before {left:50%; margin-left:-30px;}
.team-card.img-thumbnail{padding: 0.2rem;}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
    border-bottom: solid 1px #dee2e6;
    padding: 10px;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view:last-child {
    border-bottom: 0;
}
.anchor {
  color: var(--body-color);
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  font-weight: var(--font-semibold);
  padding: 0.5em;
  margin-left: -0.5em;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
.anchor:before, .anchor:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid var(--body-color);
  border-radius: 1em;
  bottom: 0.1em;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.anchor:before {
  width: 1em;
  transform-origin: left;
}
.anchor:after {
  width: 90%;
  left: 1em;
  transform: translateX(110%);
}
.anchor:hover:before {
  transform: scaleX(0.3);
}
.anchor:hover:after {
  transform: translateX(0);
}

.stacked-menus * {transition: 0.5s;}
/* .column {padding-left: 1.75rem;} */
.column:hover {padding-left: 0.75rem;}
.column:hover .card .txt {margin-left: 0;}
.column:hover .card .txt h1, .column:hover .card .txt p {color: white;opacity: 1;}
.column:hover .card a, .column:hover .more-link {color: white;}
.column:hover .card a:after, .column:hover .more-link:after {width: 10%;}
.stacked-menus .card {margin: 0;padding: 1.2rem 1rem;border: none;color: black;letter-spacing: 0.05rem;font-family: var(--font-anek-mal);box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);}
.stacked-menus .card .txt {margin-left: 0;z-index: 1;}
.stacked-menus .card .txt h1 {font-size: 0.95rem;font-weight: 500;text-transform: uppercase;}

.stacked-menus .card a {z-index: 3;font-size: 0.7rem;color: black;margin-left: 0;position: relative;bottom: -0.5rem;text-transform: uppercase;margin-top: auto;}
.stacked-menus .card a:after {content: "";display: inline-block;height: 0.5em;width: 0;margin-right: -100%;margin-left: 10px;border-top: 1px solid white;transition: 0.5s;}

.more-link {z-index: 3;font-size: 0.7rem;color: black;margin-left: 0;position: relative;bottom: -0.5rem;text-transform: uppercase;margin-top: auto;}
.more-link:after {content: "";display: inline-block;height: 0.5em;width: 0;margin-right: -100%;margin-left: 10px;border-top: 1px solid white;transition: 0.5s;}



.stacked-menus .card .ico-card {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;overflow: hidden;}
.stacked-menus .card img {position: relative;top: 0;float: right;opacity: 0.2;z-index: 0;max-width: 100px;max-height: 100px;}
.gallery-item {background: #212529;position: relative;box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);border: 5px solid #f5f5f5;overflow: hidden;display: flex;}
.gallery-item .tab-text {padding: 1em;position: absolute;height: 100%;display: flex;}
.gallery-item .tab-text::after, .gallery-item .tab-text::before {position: absolute;content: '';opacity: 0;}
.gallery-item .tab-text::before {top: 20px;right: 10px;bottom: 20px;left: 10px;border-top: 2px solid rgba(255, 255, 255, .3);border-bottom: 2px solid rgba(255, 255, 255, .3);-webkit-transform: scale(0, 1);transform: scale(0, 1);-webkit-transform-origin: 0 0;transform-origin: 0 0;}
.gallery-item .tab-text::after {top: 10px;right: 20px;bottom: 10px;left: 20px;border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1, 0);transform: scale(1, 0);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.gallery-item p {margin: auto;padding: 1rem;text-transform: none;opacity: 0;-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);font-size: .92rem;line-height: 16px;color: #fff;text-align: center;}
.gallery-item .tab-text::after, .gallery-item .tab-text::before, .gallery-item img, .gallery-item p {-webkit-transition:opacity .35s, -webkit-transform .35s;transition: opacity .35s, transform .35s}
.gallery-item:hover img {opacity: .3;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0) scale(1.1, 1.1)}
.gallery-item:hover .tab-text::after, .gallery-item:hover .tab-text::before {opacity: 1;-webkit-transform: scale(1); transform: scale(1)}
.gallery-item:hover p {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.gallery-item:hover .tab-text::after, .gallery-item:hover img, .gallery-item:hover p {-webkit-transition-delay: .15s;transition-delay: .15s}
.owlPrev i, .owlNext i, .vidPrev i, .vidNext i{font-size: 5rem; color: rgba(0, 0, 0, 0.1);}
.owlPrev:hover i, .owlNext:hover i, .vidPrev:hover i, .vidNext:hover i{color: rgba(0, 0, 0, 0.3);}
.mfp-close{cursor: default !important;}

.home-video-gallery .card-body{padding: 0.5rem;}
.home-video-gallery .card-body p{color: var(--body-color);}
.home-video-gallery .card-img-top{padding: 0.25rem;}
.home-video-gallery .thumbnail{position: relative;}
.home-video-gallery .ytplay{width: 100%; height: 100%; position: absolute; z-index: 9; display: flex;}
.ytplay i{color: #FF0000 ; font-size: 5rem; margin: auto; position: relative; opacity: 0.8;}
.ytplay i::after {content: ""; background: white; display: block; width: 40px; position: absolute; top: 25px; left: 20px; height: 30px; z-index: -1;}
.ytplay:hover i{opacity: 1;}

footer{background: #000020; color: #fff; font-size: 14px;}
.footer-head{font-size: 1.25rem;}
.footer-head::after{border-bottom: 2px solid red;content: ""; display: block; padding-top: 5px; width: 60px; margin-bottom: 1rem;}
.footer-logo{max-width: 250px;}
.footer-text p{text-align: justify; padding-right: 3rem;}

.ptb-5{padding-top: 3rem; padding-bottom: 3rem;}
.mtb-5{margin-top: 3rem; margin-bottom: 3rem;}
.latest-wrapper{padding: 1rem;}


.footer-links li *{color: #fff; -webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.footer-links li a{display: flex;}
.footer-links li a::before{font-family: var(--fontawesome); font-weight: var(--font-bold); content: "\f054"; display: block;font-size:10px; margin: auto 0; padding-right:10px; padding-left: 0; transition: padding-left .3s linear}
.footer-links li a:hover{color: #f35352;}
.footer-links li a:hover::before{padding-left: 8px; content:"\f101"}


.tenderslist .tender-title{font-size: 15px; text-transform: uppercase; margin: 5px 0; font-weight: var(--font-semibold); color:rgb(40, 171, 223);}
.tenderslist .badge{width: fit-content;
    /* background-color: rgb(254 226 226);
    color: rgb(153 27 27);*/
    background-color: #FFFFFF;
    color:rgb(107,114,128);
    position: absolute; top:-14px;
    border-top:solid 1px #e5e7eb;
    border-left: solid 1px #e5e7eb;
    border-right: solid 1px #e5e7eb;
    padding:10px 10px;
}
.downloads{color: rgb(40, 171, 223);;}
.tenderslist .dates{color: rgb(55,65,81); font-size: .75rem;}


.service-details ul{
    list-style-type:none;
    margin:1em 0;
    margin-left: 2rem;
}

.service-details ul li:before {
    color:rgb(40, 171, 223);
    font-family:var(--fontawesome);
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
  }

.service-details ul li:before {
    content: "\f101";
    font-weight: bold;
}


.slider-section .owl-carousel .owl-wrapper {
    display: flex !important;
}
.slider-section .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    /* max-height: 400px;
    object-fit: contain;
    max-width: initial; */
}
.news-item a{cursor: default;}


.home-gallery.owl-carousel .owl-stage {
    display: flex !important;
}
.home-gallery.owl-carousel .owl-item img {
    width: 100%;
    /* height: 100%; */
    height:250px;
    object-fit: cover;
    max-width: initial;
}

textarea{resize: none;}


.rtiItem li:first-child{
    width: 30%;
    background-color: rgb(250 245 255);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    -webkit-border-top-left-radius: 0.375rem;
    -webkit-border-bottom-left-radius: 0.375rem;
    -moz-border-radius-topleft: 0.375rem;
    -moz-border-radius-bottomleft: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rtiItem .info h1 {
    font-size: 16px;
    color: rgb(100 116 139);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.rtiItem .info h3 {
    color: rgb(120 113 108);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}
.rtiItem .info span {
    color: #1A2330;
    font-size: 14px;
}

.officerName{
    color: rgb(100 116 139);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.e-applications li{font-weight: 700;}
.e-applications li i{font-size: 24px; margin-right: 1rem;}
.total-applications i{color: #22d3ee;}
.approved-applications i{color: #4ade80;}
.rejected-applications i{color:#f87171}
.pending-applications i{color:#fb923c}

.total-applications span{background-color: #22d3ee;}
.approved-applications span{background-color: #4ade80;}
.rejected-applications span{background-color:#f87171}
.pending-applications span{background-color:#fb923c}




.chartMenu {
    width: 100vw;
    height: 40px;
    background: #1A1A1A;
    color: rgba(54, 162, 235, 1);
  }
  .chartMenu p {
    padding: 10px;
    font-size: 20px;
  }
  .chartCard {
    width: 100vw;
    height: calc(100vh - 40px);
    background: rgba(54, 162, 235, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chartBox {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: solid 3px rgba(54, 162, 235, 1);
    background: white;
  }

.small_head{font-size: 18px; font-weight: 700; margin-left: 1rem;}

.contact-head i, .contact-address i, .contact-numbers i, .contact-emails i{
    margin-top: auto; margin-bottom: auto; font-size: 18px; width: 50px; display: block; color: #808080;
}

.dist-office .contact-head i, .dist-office .contact-address i, .dist-office .contact-numbers i, .dist-office .contact-emails i{
    font-size: 16px; margin-top: 2px;
}

.contact-head{background: #edf6fd;}
.contact-head h2{font-size: 16px; margin: 0; text-transform: uppercase;}
.contact-card{background: #FFFFFF;}
.contact-address p{margin: 0;}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.equal-cols:before,
  .row.equal-cols:after {
    display: block;
  }

  .row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }



.nav-right{
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #dee2e6;
  border-width: 1px;
}

/* .nav-right li
{
    position: relative;
} */

.nav-right li a {
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    color: #777;
    text-align: left;
    border-bottom: 1px solid #EEE;
    font-weight: bold;
    border-left: 4px solid transparent;
}

.nav-right li li a{font-weight: normal; padding-left: 40px;}


.nav-right li a:hover, .nav-right a.active {
    color: #e67e22;
    border-left: 4px solid #e67e22;
}

/* .nav-right li a:hover, .nav-right a.active {
    position: relative;
    color: #e67e22;
    border:0;
    box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: 0 0 5px #DDD;
    border-left: 4px solid #e67e22;
    border-right: 4px solid #e67e22;
    margin: 0 -4px;
}

.nav-right li a:hover:before, .nav-right a.active:before {
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    border-left: 5px solid #e67e22;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
} */

/* .nav-right li:hover a:after, .nav-right a.active:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 0;
    border-right: 5px solid #e67e22;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
} */






#eAppChart{width: auto !important; max-height: 250px !important;}
.badge-count{color: #fff; font-size: 13px; line-height: 12px; letter-spacing: 2px;}

.backBtn{margin: 10px 0; font-size: 14px; background: #6c757d; border-radius: 0.375rem; color: #fff; padding: 0.375rem 0.75rem; display: inline-block;}
.backBtn:hover{background: #5c636a; color: #fff;}
.backBtn i{transform: rotateY(180deg);}

.fixed-table-toolbar .btn{font-size: 14px;}
.collapse.show{visibility: visible;}

.suraksha a{display: flex; background: #fff; padding: 8px; margin-bottom: 1rem;border: 1px solid #ddd; border-radius: 4px; box-shadow: 1px 1px 5px #ccc; align-items: center; color: #1A2330;}
.suraksha a:hover{background: #81f1fc;}
.suraksha a i{font-size: 30px; margin-right: 15px; color: #2FADD3;}
.suraksha a:hover i{color: #0B97C8;}
.main-head .reset{line-height: 1.5rem;}

.main-head.no-sub{margin-bottom: 20px;}
.main-head.no-sub::before{bottom: -10px;}

.WG-gradient{background: linear-gradient(180deg, #ffffff 0%, #ECECEC 80%); border: 0;}


.fee-details{margin-top: 3rem; display: flex; position: relative;}
.fee-details span{background: linear-gradient(170deg, #baffff 0%, #0694c6 70%); color: #1a1a1a;}
.fee-details:hover span{background: linear-gradient(-170deg, #baffff 0%, #0694c6 70%);}
.fee-icon{
    /* background: #2FADD3;  */
    width: 50px; height: 50px; display: flex; z-index: 1;}
.fee-icon i{color: #1a1a1a; font-size: 20px; margin: auto;}
.fee-details .label{
    display: flex;
    margin: auto 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    /* background: #2FADD3;
    color: #fff;*/
    padding: 7px 15px;
    position: relative;
    left:-8px;
    box-shadow: 1px 1px 5px #ccc;
}

.searchInput{margin: 5px auto; width: 20%; display: inline; min-width:400px}
.searchInput::before{
    content:"";
}

.rlb-container table{width:100%}
.rlb-container table td{padding:5px}

/********************************** Responsive Media Queries **********************************/

@media (max-width: 1199.98px)
{
  .navbar-expand-lg .navbar-nav .nav-link {color: var(--font-color);}
  .dropdown-menu[data-bs-popper]{border: none;}
  .custom-nav .navbar-brand img {max-height: 55px;}
  .custom-nav .offcanvas {display: flex;width: 66.194%;}
  .custom-nav .navbar-brand{margin: 0;}
  .navbar-toggler {padding: 10px 5px 10px 0;border: 0;}
  .navbar-toggler:focus{box-shadow: none;}
  .navbar-toggler .toggler-icon {width: 30px;height: 2px;background-color: #001954;display: block;margin: 5px 0;position: relative;-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg);top: 7px;}
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {opacity: 0;}
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {-webkit-transform: rotate(135deg);transform: rotate(135deg);top: -7px;}
  .offcanvas-body{padding: 0;}
  .navbar-expand-lg .navbar-nav .nav-link{padding: 10px 15px; border-bottom: solid 1px #ced4da; word-wrap: break-word; word-break: break-word; white-space: normal;}
  .dropdown-menu[data-bs-popper] li:last-child{border-bottom: solid 1px #e0e0e0;}
  .dropdown-item{padding: .5rem 1.5rem; white-space: normal;}
  .my-nav.navbar-nav .nav-link:hover, .my-nav.navbar-nav .nav-link.active{
    color: #FFFFFF;
    background: #f35352;
    border-radius: 0;
  }
.pre-header a.login-btn{padding-left: 0 !important;}
.social-links-wrapper{border-bottom: solid 1px #ccc;}
.social-icons li{display: inline-block;}
.social-icons li a{padding: .5rem; display: block; color: var(--body-color);}
.social-icons li:first-child a{padding-left: 15px;}
.searchInput{width:60%; min-width:0}
.about-section{padding-top: 0 !important;}
.main-head-responsive-center {text-align:center;}
.main-head-responsive-center:before {left:50%; margin-left:-30px;}

.marq h2{text-align: left; font-size: 20px;}

.latest-wrapper{padding-left:0; padding-right: 0;}
.ptb-5{padding-top: 1.5rem; padding-bottom: 1.5rem;}
.mtb-5, .responsive-mtb-5{margin-top: 1.5rem; margin-bottom: 1.5rem;}
.responsive-mt-5{margin-top: 1.5rem;}
.responsive-mb-5{margin-bottom: 1.5rem;}
.stacked-menus .card .txt h1{max-width: 200px;}
.main-head span{line-height: 1.5rem;}
.footer-logo{margin: auto;}
.footer-text{margin-bottom: 1rem !important;}
.footer-text p{text-align: left; padding-right: unset;}
.fee-details{margin-top: 1rem;}
.Lpadded-content{padding-left:15px;}
.officials{flex-direction: column;}
}


.dashboard-link{display: block; color: var(--body-color) !important;} 
.dashboard-link:hover{color: #e67e22;}
#Srch-Btn{margin-left: -3px; margin-top: -1px; display: inline;}

.childMenus a{
  display: block;
  text-decoration: none;
  padding: 12px 10px;
  color: #777;
  text-align: left;
  border-bottom: 1px solid #EEE;
  font-weight: bold;
  border-left: 4px solid transparent;
}

.childMenus a:hover{
  color: #e67e22;
  border-left: 4px solid #e67e22;
}




.loading-container {
    position: fixed; /* Position fixed to cover entire viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* Ensure on top */
    display: none; /* Initially hidden */
}

.loading-container.active {
    display: flex; /* Show as flex when loading */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.grievance-overlay {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    width: 100%;
    height: 100%;
    display: flex; /* Flex to center the image */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.grievance-overlay img {
    display: block; /* Ensure the image is a block element */
    margin: auto; /* Center the image */
}