:root {
  --primary-color: #fe4c02;
  --black-color: #323232;
  --heading-bg: #ffe8df;
  --primary-hover-color: #dc4506;
  --dark-text: #323232;
  --light-bg: #f5f5f5;
  --table-head-bg: #ffe8df;
}

html {
  /* width: 100%; */
  /* height: 100%; */
  overflow-x: hidden;
}

body {
  /* width: 100%; */
  overflow-x: hidden;
  background: #f7f9f6;
}

nav {
  background-color: #ffffffb0;
}
section {
  padding: 26px 0;
}

.bg-image {
  background: url("../images/BG-1.webp");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.item-box .item .mycontainer {
  width: 100%;
}

.bg-overlay {
  background-color: #ffffff26;
  padding-top: 130px;
  padding-bottom: 15px;
}

/* #content {
    position: relative;
    top: -85px;
} */

header {
  position: fixed;
  top: 0;
}

*::-webkit-scrollbar {
  width: 5px;
}

* {
  scrollbar-width: thin;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin-bottom: 0;
  margin-top: 0;
}

.link {
  text-decoration: none;
  background: none;
  border: none;
  color: var(--primary-color);
  display: inline-block;
  cursor: pointer;
  font-weight: var(--fw-bold);
}

a {
  text-decoration: none;
}

.minister .details {
  margin-top: 10px;
  text-align: center;
}

.minister .details .name {
  font-size: 2.4rem;
  font-weight: 800;
}

.minister .details .designation {
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  color: #444;
  font-style: italic;
}

.bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: auto;
  gap: 15px;
}

.bottom > * {
  flex: 1;
  flex-basis: 280px;
}

.login .content .right-side .news-box {
  overflow-y: scroll;
}

.news-box a {
  color: #343434;
}
.news-box a:hover {
  color: var(--primary-color);
}

.signup_opt {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.login-area .heading h2, .welcome-text {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.login-area .heading {
  padding: 20px;
  padding-bottom: 5px;
  background-color: #ffffff94;
}

.modal-body {
  background: #f9f9f9;
}

.sign-boxes span {
  color: #183560;
  font-size: 1.8rem;
  font-family: Lato;
  font-weight: bold;
}

.sign-boxes:hover span {
  color: #fff;
}

.sign-boxes:hover {
  background: var(--primary-color) !important;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #fff;
}

.sign-boxes {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 2px 2px 0px #ccc;
  border-radius: 8px;
}

.login-area .heading h4 {
  font-family: "Cairo", sans-serif;
  color: #535353;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.login-area .heading .fa-xmark {
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  background-color: #eeeeee69;
  border-radius: 50%;
  padding: 4px 7px;
}

.login-area {
  background-color: #f0f0f0ad;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
}

#login-form input.error {
  color: #000 !important;
}

.errorMessage {
  color: red;
  font-size: var(--fs-small);
}

#LoginForm_password_em_ {
  transform: translateY(-15px);
  position: absolute;
  color: red;
  font-size: var(--fs-small);
}

.error-msg,
.errorMessage {
  position: absolute;
  margin-top: 0;
  bottom: -5px;
}
.form-item-wrapper {
  position: relative;
  padding-bottom: 15px;
}
.forgot-pass {
  display: block;
  text-align: right;
}

.otp-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp-section > button {
  width: fit-content;
  margin-left: 5px;
}

.otp-section > input {
  flex: 1;
}

.login-area .heading p {
  color: #444;
}

.login-area .heading p:hover {
  background-color: #ffffff39;
}

.login-area .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.login-area .image-container .login-image img {
  width: 50px;
  margin: 10px;
}

.login-area .image-container .login-image {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #80808026;
}

#optid input,
.verify input {
  width: 50%;
  flex: 1;
}

.password-input,
.user-input {
  width: 100%;
}

.captcha-img img {
  background: #fff;
}

.otp-input {
  flex: 1;
}

.login-area form {
  padding: 0px 20px;
  padding-top: 0;
  /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
  height: 360px;
  margin-top: -10px;
}

#loginWithOtp form {
  display: flex;
  flex-direction: column;
}

.login-area label {
  margin: 10px 0;
  display: inline-block;
}

.required {
  color: rgb(223, 0, 0);
}

.login-area .btn1 {
  padding: 8px 40px;
  background-color: rgba(0, 128, 0, 0.851);
  color: #fff;
  font: 500;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.login-area .verify img {
  width: 90px;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  border-right: none;
}

.login-area .captcha {
  border: 2px solid rgba(223, 217, 217, 0.701);
  padding: 8px;
  border-radius: 5px;
  margin-left: 10px;
}

.captcha-img.d-flex {
  display: flex;
  gap: 10px;
}

.login-area .opt-btn {
  width: 100px;
  border-radius: 5px;
  margin-left: 10px;
  background-color: rgba(0, 128, 0, 0.851);
  border: none;
  color: #fff;
}

.login-area .forgot {
  display: flex;
  justify-content: right;
  align-items: center;
}

.login-area .flex-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-area .forgot p a {
  text-decoration: none;
  color: #139afa;
}

.login-area .forgot p a:hover {
  color: green;
}

.login-footer p {
  margin: 15px;
}

.block-header {
  position: relative;
  background-color: var(--black-color);
  color: #fff;
  padding: 15px;
  font-size: 2.0rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-header h5 {
  font-size: var(--fs-body);;
}

.news-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
  flex: 1;
  min-width: 300px;
}

.news-box .heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: clamp(15px, 1vw, 1vw);
  font-weight: var(--fw-bold);
}

.news-box .body {
  padding: 16px;
  background: #f5f5f5;
  max-height: 500px;
  overflow-y: auto;
}

.news-box .body .inner-box {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.inner-box h6 {
  font-size: var(--fs-body);;
  margin-bottom: 5px;
  color: #323232;
  font-weight: bold;
}

.inner-box p {
  margin-bottom: 5px;
  font-weight: 400;
}

.inner-box {
  color: #323232;
  border-left: 5px solid transparent;
}

.inner-box:hover {
  color: var(--primary-color);
  border-left-color: var(--primary-color);
}

.inner-box span {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #999999;
  font-weight: 300;
}

#register {
  padding: 20px;
}

.helpline {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 60px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.helpline a,
.helpline p {
  color: #6c6c6c;
  margin: 0 5px;
  font-size: 1.2rem;
}

.box-heading {
  text-align: center;
  line-height: 20px;
  font-size: var(--fs-body);;
  font-weight: 700;
}

.owl-carousel .item-box {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  min-width: 200px;
}

.item-box img {
  width: 100%;
  padding: 20px;
  object-fit: contain;
  height: 104px;
  border-radius: 7px;
  background-color: #ffffff7c;
  margin-bottom: 20px;
}

.brand_slider {
  position: relative;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.e-services .owl-carousel {
  max-width: 1320px;
  margin: auto;
}
.state-services {
  background: url(../images/login/state_services_bg.png), #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.state-services .section-heading {
  color: #fff;
}
.state-services .box {
  border-radius: 16px;
  background: #fff;
  text-align: center;
  min-width: 200px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--black-color);
}

.state-services .box:hover {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
}

.state-services .box-heading {
  font-size: var(--fs-body);;
  margin: 10px 0;
  color: inherit;
}

.state-services .box-body {
  padding: 10px;
}

.state-services .box-image {
  padding: 25px;
  width: 96px;
  background: #eee;
  border-radius: 50%;
  margin: 10px auto;
  display: inline-block;
}
.state-services .box-footer {
  border-top: 1px solid #eee;
  padding: 16px;
  display: none;
}
.state-services .box-footer a {
  color: var(--primary-color);
  display: block;
}

/* ############## HIGHCHARTS ############## */
.charts {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
  /* padding: 25px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.chart {
  padding: 20px;
}

.highcharts-credits {
  display: none;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.btn-lg {
  width: 100%;
  font-size: var(--fs-body);;
  font-weight: var(--fw-bold);
}

.brand_slider h2 {
  text-align: center;
  color: #323232;
  font-weight: 300;
  font-size: 4.0rem;
  padding: 40px 0;
  position: relative;
  display: inline-block;
}

.pb-3 {
  text-align: center;
}

.text-center {
  text-align: center;
}

.row {
  display: flex;
  /* padding: 0 20px; */
  flex-wrap: wrap;
}

.fa-eye,
.fa-eye-slash {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.input-control {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #fff;
}

.cptcha-section > a {
  display: none;
}

.cptcha-section {
  display: flex;
}

.verifycode.input-addons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-control.captcha-img {
  gap: 10px;
}

.d-flex-1 {
  display: flex;
  flex: 1;
}

.input-control .input-addons {
  padding: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
}

.verifycode.input-addons {
  background-color: var(--primary-color);
  color: #fff !important;
  width: 40px !important;
  border-radius: 5px;
}

.verifycode.input-addons i {
  font-size: var(--fs-body);;
}

.input-control input:focus,
.input-control input:focus-visible {
  outline: none;
  border: none;
}

.input-control input[type="text"],
.input-control input[type="password"] {
  border: none;
  padding: 10px;
  flex: 1;
  padding-left: 0;
  border-radius: 0;
}

.swiper {
  border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #000000a3;
  padding: 30px 20px;
  border-radius: 5px;
  color: #fff;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .head {
  position: absolute;
  bottom: 10%;
  background: #000000a3;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
}

.login .content {
  display: flex;
  justify-content: space-around;
  margin: auto;
  align-items: center;
  border-radius: 16px;
  background-color: #b3b1b163;
  border: 1px solid #70707086;
  backdrop-filter: blur(3px);
  padding: 25px;
  gap: 25px;
}

.info-section {
  background-color: #fff;
}

.login .content .left-side {
  flex: 1;
}

.landing-title {
  padding: 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.1250700963979342) 98%
  );
}

.landing-title h2 {
  font-size: c.lremp(1.5rem, 2.5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.landing-title p {
  font-size: c.lremp(1em, 1.2vw, 1.2rem);
  color: #323232;
  font-weight: var(--fw-bold);
  width: 59%;
  line-height: 30px;
}

.title_1 {
  color: #ea9f00;
}

.title_2 {
  color: #8c0201;
}

.login .content .login-area {
  min-width: 340px;
  max-width: 380px;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  display: block;
  object-fit: revert;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1.8rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-area {
  width: 100%;
  height: 100%;
}

.owl-carousel .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.tab-container {
  background: #ffffff;
}

.sub-header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sub-header a {
  color: #fff;
}

.sub-header a:hover {
  color: var(--primary-color);
}

.top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top > img {
  width: 50%;
}

.minister {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.minister img {
  max-width: 205px;
  transform: scaleX(-1);
}

.login .content .left-side .map {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .minister img {
    max-width: 180px;
  }
}

@media screen and (max-width: 1100px) {
  .min-info {
    width: fit-content;
    margin: auto;
  }

  .login .content {
    display: block;
    padding: 7px;
  }

  .login .content .login-area {
    min-width: 300px;
    max-width: 400px;
    margin: 25px auto;
  }
}

@media screen and (max-width: 1200px) {
  .row {
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-4 {
    width: 33%;
  }
}

@media screen and (max-width: 992px) {

  .minister .details .name {
    font-size: 1.8rem;
  }

  .minister img {
    max-width: 115px;
  }

  .login .content {
    flex-wrap: wrap;
 
  }

  .login .content .left-side {
    width: 100% !important;
  }

  .login .content .right-side {
    width: 100% !important;
  }

  .bottom .first {
    margin-right: 1px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 546px) {
  .login .content .left-side {
    max-width: 100%;
    padding-right: 0;
  }

  .login .content .left-side .map {
    margin-right: 0px !important;
  }

  .brand_slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-area {
    right: 0 !important;
  }

  .sub-header .mycontainer {
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 492px) {
  .minister img {
    max-width: 55px;
  }

  .top > img {
    width: 40%;
  }

  .minister .details .designation {
    font-size: 1.2rem;
  }

  .login .content .right-side {
    width: auto;
  }
}

.charts_container {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.chart_box figure {
  padding-top: 10px;
}

.chart_box {
  background-color: #fff;
  flex: 1;
  min-width: 400px;
}

/* Style for tab container */

/* Style for the tab links */
.tab-links {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #eee;
  gap: 8px;
  width: 100%;
  text-align: center;
  position: relative;
}

.tab-links .active-link {
  position: absolute;
  width: 297px;
  height: 2px;
  border-radius: 5px 5px 0 0;
  background: var(--primary-color);
  transition: all 0.5s;
  z-index: 1;
  top: 100%;
}

.tab {
  display: none;
}

/* Show the active tab */
.tab.active {
  display: block;
}

.partner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 10px 0px #8080804d;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
}

.partner-logo a {
  padding: 10px;
  width: 170px;
  height: 118px;
  text-align: center;
  border: 1;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
}

.partner-logo img {
  object-fit: contain;
  width: 100%;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#signin_message h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#signin_message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000a1;
  color: #fff;
  font-weight: 900;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader {
  display: block;
  margin-top: 20px;
  height: 6px;
  width: 130px;
  --c: no-repeat linear-gradient(var(--primary-color) 0 0);
  background: var(--c), var(--c), var(--heading-bg);
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}

.tab-content:not(.active) {
  display: none;
}

#permitChart {
  display: block;
}

.tabs {
  width: 90%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
  margin-top: 0px;
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  z-index: 0;
}

.tabs .active_line {
  position: absolute;
  height: 2px;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  transition: all 0.5s;
  z-index: 2;
}

.tabs button.active {
  color: var(--primary-color);
  transition: all 0.5s;
}

.tabs button:hover {
  color: var(--primary-color);
  background-color: var(--table-head-bg);
}

.tabs button {
  border-radius: 5px 5px 0 0;
  flex: 1;
  position: relative;
  padding: 10px;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  font-size: var(--fs-body);;
  z-index: 2;
}

.forgot-pass a {
  color: var(--primary-color);
  font-weight: 400;
}

.min-info > .designation {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.cm-image {
  backdrop-filter: blur(3px);
  background-color: #c8c8c85a;
  border-radius: 10px;
  overflow: hidden;
  width: 242px;
  margin: auto;
}

.cm-image img {
  width: 100%;
}

.cm-name {
  background-color: #6b7c60;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  color: #fff;
  text-align: center;
}

.section-heading {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 45px;
  font-weight: bold;
}

.section-heading::after {
  content: "";
  width: 120px;
  height: 4px;
  position: absolute;
  background: var(--primary-color);
  left: 50%;
  top: 140%;
  transform: translateX(-50%);
}

.map_wrapper {
  margin-top: 45px;
  position: relative;
}
.count_pointer,
.district_name,
.arrow {
  display: none;
}
.details_popup::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.details_popup {
  position: absolute;
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  transition: all 0.2s;
  z-index: 999;
}

.details_popup h3 {
  margin: 0;
  padding: 12px 16px;
  font-size: var(--fs-body);;
  border-radius: 8px 8px 0 0;
  background-color: var(--black-color);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.details_popup ul {
  list-style-type: none;
  margin: 0;
  max-height: 235px;
  overflow-y: auto;
}

.details_popup ul li:nth-child(2n) {
  background-color: #f8f8f8;
}

.details_popup ul li::before {
  content: "\f3b3";
  font-family: "FontAwesome";
  margin-right: 5px;
  /* color: var(--primary-color); */
}

.details_popup::before {
content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: -29px;
}
.details_popup ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 14px;
  transition: background 0.3s;
}

.map-container .tab-content {
  text-align: center;
  margin-top: 44px;
}

.map-container .tabs {
  border-bottom: none;
  margin-bottom: 0;
}

.map-container .tabs_wrapper {
  border-bottom: 1px solid #e4e4e4;
}

.map-container svg {
  width: 100%;
  height: 100%;
  /* max-width: 1280px; */
}

.chart-box {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
}

.tabs-container {
  width: 100%;
}

.wrapper_only {
  background-color: #ffffff94;
}

.forgot-container {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 12px;
}

.check-box {
  display: flex;
  gap: 7px;
  align-items: center;
}

.check-box input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-color: var(--primary-color);
  border: 2px solid grey;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-color: var(--primary-color);
}

.check-box input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  /* Change background color */
  border-color: var(--primary-color);
  /* Change border color */
}

/* Add checkmark when checked */
.check-box input[type="checkbox"]::after {
  content: "✔";
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Hidden by default */
}

/* Show checkmark when checked */
.check-box input[type="checkbox"]:checked::after {
  opacity: 1;
}

.e-services {
  background-color: #ebf4e6;
}

.e-services .owl-item:nth-child(5n+1) .item-box {
  background-color: #5a77ce;
}

.e-services .owl-item:nth-child(5n+2) .item-box {
  background-color: #8b67d1;
}

.e-services .owl-item:nth-child(5n+3) .item-box {
  background-color: #3fb462;
}

.e-services .owl-item:nth-child(5n+4) .item-box {
  background-color: #e3786d;
}

.e-services .owl-item:nth-child(5n+5) .item-box {
  background-color: #19bec3;
}

label sup {
  color: red;
  font-size: var(--fs-body);;
}

.login-area form label {
  margin: 8px 0;
  color: #323232;
}

@media screen and (max-width: 772px) {
  .sub-header-container {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .sub-header-left {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 475px) {
  footer p.last_1::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .bg-overlay {
    padding: 0;
    padding-top: 125px;
  }

  .login .content .right-side {
    padding: 10px;
  }

  .cm-image {
    justify-content: center;
  }

  .section-heading {
    font-size: 2.0rem;
  }

  .cm-name{
    padding: 5px !important;
  }
}

.sign_up-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.option div {
  font-weight: 700;
  text-wrap: nowrap;
  color: var(--black-color);
}

.option {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  padding: 15px;
  border-radius: 5px;
  justify-content: center;
}

.option img {
  width: 155px;
  height: 120px;
  object-fit: contain;
}

#sign_up .popup-body h4 {
  text-align: center;
  margin-bottom: 14px;
}

.clear {
  clear: both;
}

.form-control {
  height: auto;
  padding: 8px 12px;
  box-shadow: none;
}

#register #captcha {
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.select2-container .select2-selection--single {
  height: auto !important;
  padding: 8px 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
  padding-left: 0 !important;
  line-height: 1.42857143 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: var(--primary-hover-color) !important;
  border-color: var(--primary-hover-color) !important;
}

.blurred {
    filter: blur(5px);
}
/* Container to position image + overlay */
#qrContainer {
    position: relative;
    display: inline-block;
    margin-top: 45px;
}
@media screen and (max-width: 512px) {
  .content {
    display: flex !important;
    margin-bottom: 10px !important;
  }

  .cm-image, .min-info h3 {
    width: 120px !important;
  }

  .cm-image img {
    width: 100% !important;
  }

  .min-info.min {
    order: 1;
  }

  .min-info.excise {
    order: 2;
  }

  .login-area {
    order: 3;
  }
  .min-info h3{
    font-size: var(--fs-body);;
  }
}

