body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-family: 'Inter', sans-serif;
  background-color: #F2FBFF !important;
}

/* Top header*/
.top-header {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 62px;
}

.govt-logo {
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto 0;
}

.govt-logo-img {
  object-fit: contain;
  height: 1.5rem;
}

.menu-toggle {
  border: 0;
  padding: 0.5rem;
  background: transparent;
}

.nav-container {
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: auto 0;
}

.nav-items {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
}

.nav-items {
  border-radius: 52px;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.skip-link {
  color: #ebebeb;
  letter-spacing: 0.1px;
  font: 500 12px/2 'Noto Sans',
    sans-serif;
  display: contents;
}



.nav-separator {
  width: 0;
  height: 20px;
  border-left: 1px solid #ebebeb;
}

.updates-btn {
  border-radius: 23px;
  background-color: #f4f1ff;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  letter-spacing: 0.1px;
  padding: 3px 10px;
  font: 500 12px/2 'Noto Sans', sans-serif;
}
.views-field-nothing{
	min-width: 120px;
}

.updates-btn {

  border: 0px solid #6C8003;
}

@keyframes blink {

  0%,
  100% {
    background-color: #D71D1D;
  }

  50% {
    background-color: #fd7e14;
  }
}

.updates-btn {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

.dropdown-icon {
  width: 13px;
  aspect-ratio: 1;
  object-fit: contain;
}

.lang-selector {
  display: flex;
  background: transparent;
  border: none;
  align-items: center;
  gap: 10px;
  color: #ebebeb;
  letter-spacing: 0.1px;
  font: 500 12px/2 'Noto Sans', sans-serif;
}

.lang-icon {
  width: 13px;
  aspect-ratio: 1;
  object-fit: contain;
}

.chevron-icon {
  width: 8px;
  aspect-ratio: 1.6;
  object-fit: contain;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 3px;
}

.action-btn {
  border: none;
  border-radius: 4px;
  background-color: rgba(244, 241, 255, 0.2);
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-icon {
  width: 16px;
  aspect-ratio: 1;
  object-fit: contain;
}

.settings-btn {
  background: transparent;
  border: none;
  width: 24px;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  display: none
}

.settings-icon {
  width: 18px;
  aspect-ratio: 0.95;
  object-fit: contain;
}

#Dashboard {
    top: 1px;
}

p.iframe-block{
height:80vh;
}
.links-section a{
color:#f0d305;
}

.node--type-dashboard .comment-container{
transform: translateY(-60px);
}

/*common duct services page*/

.page-node-1031 .appl-btn-serv{
display: none;
}


.page-node-1031 .service-janparichay{
display: none;
}


.page-node-1031 .manual-section{
display: none;
}


.page-node-1031 .validity{
display: none;
}

/*
.footer-container .field--name-body {display:flex; gap: 40px 80px;}
.footer-copyright .field--name-body {display:flex;}
*/

@media (max-width: 991px) {

	
  .top-header {
    padding: 5px 1rem;
  }

  .govt-logo,
  .nav-container {
    max-width: 100%;
  }

  .lang-selector {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .nav-container {
    position: fixed;
    top: 60px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 1rem;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .footer-copyright {
    justify-content: center !important;
  }

  .re-group {
    width: 100%;
  }

  .nav-items {

    flex-direction: column;
    width: 100%;
    gap: 1rem;
    align-items: flex-start;
  }

  .you-video iframe {
    width: 94vw;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* End top Header */

/*second header*/
.header-nav {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 40px 502px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 45px 5px 62px;
  font: 400 12px/2 Inter, sans-serif;
}

.brand-logo {
  object-fit: contain;

  align-self: stretch;
  width: 100%;
  margin: auto 0;
}

.nav-toggle {
  display: none;
}

.nav-items {
  border-radius: 52px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  margin: auto 0;
}

.search-wrapper {
  border-radius: 29px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Inter;
  letter-spacing: 0.1px;
  justify-content: space-between;
  width: 41px;
  height: 41px;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.search-input {

  object-fit: contain;
  object-position: center;
  width: 97px;
  align-self: stretch;
  margin: auto 0;
}

.search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.dashboard-link {
  align-self: stretch;
  border-radius: 29px;
  background-color: #4287ef;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.contact-link {
  border-radius: 29px;
  background-color: #0b3dc8;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

.login-link {
  border-radius: 29px;
  background-color: #0c2058;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.login-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .header-nav {
    padding: 0 20px;
  }

  .brand-logo {
    max-width: 100%;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
  }

  .nav-items {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
  }

  .search-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-link {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .contact-link {
    white-space: initial;
    width: 100%;
    margin-bottom: 10px;
  }

  .login-link {
    white-space: initial;
    width: 100%;
  }
}

/* second header section */

.header-nav {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 5px 62px;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  font: 400 12px/2 Inter, sans-serif;
  margin-bottom: 1px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.menu-bar {
  width: 24px;
  height: 2px;
  background-color: #0b3dc8;
  margin-bottom: 6px;
  transition: 0.3s;
}

.menu-bar-last {
  margin-bottom: 0;
}


.nav-items {
  border-radius: 52px;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.search-wrapper {
  border-radius: 29px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 41px;
  height: 41px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.search-input {

  width: 97px;
}

.search-icon {
  width: 20px;
  aspect-ratio: 1;
}

.nav-button {
  border-radius: 29px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dashboard-button {
  background-color: #4287ef;
  padding-left: 1px;
}

.contact-button {
  background-color: #0b3dc8;
}

.login-button {
  background-color: #0c2058;
}

.button-icon {
  width: 18px;
  aspect-ratio: 1;
}

@media (max-width: 991px) {
  .header-nav {
    padding: 1rem 20px;
    gap: 1.5rem;
  }

  .brand-logo {
    max-width: 100%;
  }

  .nav-items {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
}

.login-logo {
  aspect-ratio: 9;
}

@media (max-width: 640px) {
  .header-nav {
    padding: 0.5rem;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    gap: 0;
  }

  .menu-toggle {
    display: block;
  }

  .brand-logo {
    width: 80%;
    margin: 0 auto;
  }

  .nav-items {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .search-wrapper,
  .nav-button {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* navigation bar */
.navigation-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  /* padding-left:4vw; */
  /* padding-bottom:0; */
}

.menu-level-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .menu-level-0 {
    max-width: 100%;
  }
}

.menu-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 4px;
  border-bottom: 4px solid transparent;
}

.menu-item:hover {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 4px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(153deg, rgba(57, 47, 255, 1) 0%, rgba(21, 231, 6, 1) 100%);
  border-image-slice: 1;
}

.menu-item:active {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 4px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(153deg, rgba(57, 47, 255, 1) 0%, rgba(21, 231, 6, 1) 100%);
  border-image-slice: 1;
}

.menu-item:hover .dropdown-indicator {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.menu-item:hover {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 4px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(153deg, rgba(57, 47, 255, 1) 0%, rgba(21, 231, 6, 1) 100%);
  border-image-slice: 1;
}

.menu-link {
  display: flex;
  align-items: center;
  margin-right: .5rem;
  text-decoration: none;
}

.icon-wrapper {
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  padding-right: 0;
}


.icon-wrapper.red {
  background-color: #D71D1D;
}

.icon-wrapper.green {
  background-color: #0B9726;
}

.icon-wrapper.orange {
  background-color: #F78210;
}

.icon-wrapper.blue {
  background-color: #1D4ED8;
}

.icon-wrapper.teal {
  background-color: #06A6BA;
}

.icon-wrapper.lime {
  background-color: #0FBF31;
}

.icon-wrapper.purple {
  background-color: #9747FF;
}

.menu-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.menu-text {
  color: #070D64;
  font: 400 12px Roboto, sans-serif;
}

.dropdown-indicator {
  object-fit: contain;
}

.dropdown-indicator:hover {
  object-fit: contain;
  transition: 0.70s;
}





.services-submenu {
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  max-width: 609px;
  flex-direction: column;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.65);

}

.close-button-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .close-button-wrapper {
    max-width: 100%;
  }
}

.close-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 20px;
}

.services-content {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  font: 400 12px Inter, sans-serif;
}

.sub-services-container {
  display: flex;
  min-width: 240px;
  width: 592px;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .sub-services-container {
    max-width: 100%;
  }
}

.services-list-wrapper {
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}

@media (max-width: 991px) {
  .services-list-wrapper {
    max-width: 100%;
  }
}

.services-column {
  border-radius: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex-grow: 1;
  width: 220px;
}

.service-item {
  padding: 5px;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}

.service-item:hover {
  padding: 5px;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(93deg, #2A48E4 2.66%, #1A0351 96.85%);
}

.service-item:hover .arrow-icon {
  color: #fff;
}

.arrow-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 12px;
  align-self: stretch;
  margin: auto 0;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}



.explore-all {
  color: #0057FF;
  font-size: 12px;
  border-radius: 35px;
}

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

.heading-section h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading1 {
  font-weight: 900;
  font-size: 2.81rem;
  margin-bottom: 0px;
}

.card {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 24px 32px;
  border: 1px solid #e3e9fa;
}

.card:hover {
  border-radius: 12.463px;
  border: 2px solid #1D4ED8;
  background: #FFFCF9;
  box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.13);
}

/* .card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(0, 128, 255, 0.5), rgba(0, 255, 128, 0.3));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.card:hover::before {
  width: 600px;
  height: 600px;
} */

.card:hover .action-button-a {
  border: 1px solid #E3E9FA;
  color: #fff;
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
}


.card-content {
  align-self: start;
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;

}

.card:hover .card-title {
  color: #1D4ED8;
}

.action-button:hover {

  border-radius: 19px !important;
  gap: 8px;
  background: none;
  cursor: pointer;
  border-width: 1px;
  border-image: linear-gradient(to right, #0057FF, #0FA32B) 1;
}

.card-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 57px !important;
}

.card-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 60px !important;
}

.card-title {
  color: #212121;
  font-size: 18px !important;
  font-weight: 600;
  margin-top: 13px;
}

.card-description {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 13px;
}

.action-buttons {
  display: flex;
  margin-top: 0px;
  color: var(--Primary-Blue, #1d4ed8);
  text-align: center;
  letter-spacing: 0.5px;
  justify-content: space-between;
  font: 500 12px/1 Noto Sans, sans-serif;
}

.acc-buttons {
  display: flex;

  gap: 5px;

  justify-content: space-between;

}

.action-button {
  align-self: stretch;
  border-radius: 19px;
  gap: 8px;
  overflow: hidden;
  padding: 8px 16px;
  border: 1px solid #e4e9ec;
  background: none;
  cursor: pointer;
  border-radius: 68px;
}

.action-button-a {
  align-self: stretch;
  border-radius: 19px;
  gap: 8px;
  overflow: hidden;
  padding: 8px 16px;
  border: 1px solid #e4e9ec;
  background: none;
  cursor: pointer;
}

.action-button:focus {
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.ab-section {
  padding: 0
}

.ab-section {
  padding: 0
}

.about-heading {
  text-align: left;
}

.underline-text {
  font-size: 24px;
  color: #212121;
  margin-bottom: 0px;
  font-weight: 600;
}

.border-b {
  border-bottom: 2px solid #1D4ED8;
  width: 120px;
  line-height: 10px;
  margin-bottom: 0px;
}

.ab-contet {
  text-align: justify;
  text-justify: inter-word;
  margin-top: 20px;
}



.slide {
  position: relative;
  inset: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  padding: 20px 34px;
}

#views-bootstrap-about-us-block-2.slide {
  padding: 20px 34px 135px;
}

.img-wrapper {
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}



.menu-header {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
}

.menu-title {
  font: 20px Roboto, sans-serif;
  padding: 10px;
}

.hero-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  position: relative;
  aspect-ratio: 0.891;
  margin-top: 12px;
  max-height: 20rem;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: transform 0.3s ease-in-out;
  padding: 308px 0 16px;
  font: 14px/21px Inter, sans-serif;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}

.hero-content {
  position: relative;
  width: 315px;
  max-width: 90%;
}

.hero-text-container {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 15px 12px 15px 16px;
}

.services-container {
  border-radius: 15px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  justify-content: flex-start;
  flex-grow: 1;
  margin-left: auto;
  padding: 20px 40px 34px;
  padding-right: 1rem;
  padding-left: 1rem;

}

.services-header {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services-description {
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  margin: auto 0;
}

.iconCard {
  margin: 0 !important;
  object-position: top;
}

.services-grid {
  display: flex;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
  font-size: 10px;

}

.service-cards {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service-card {
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
  flex-grow: 1;
  width: 100%;
  padding: .5rem;
  border: 1px solid #e4e9ec;
  transition: border 0.3s ease, border-radius 0.3s ease;
  height: 6rem
}
a.service-card-link {
color: #000;
 width: 100%;
display: inline-block;
}
.service-card:hover {
  /* background: none; */
  cursor: pointer;
  /* border-width: 1px; */
  /* border-image: linear-gradient(to right, #0057FF, #0FA32B) 1; */
  border: 1px solid green;
  border-radius: 20px !important;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}



.service-description {
  color: #6c7f86;
  font-weight: 400;
  line-height: 15px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .mega-menu {
    padding: 0 20px;
  }

  .menu-header {
    width: 100%;
    max-width: 100%;
  }

  .hero-card {
    padding-top: 100px;
  }

  .services-container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }

  .services-header,
  .services-grid,
  .service-cards {
    max-width: 100%;
  }

  .service-card {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}



/* sarousel slider */
.hero-carousel {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/*.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    padding: 20px 34px 143px;
}*/

.slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.navigation-dots {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.dot-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dot {
  width: 12px;
  height: 40px;
  border-radius: 17px;
  background-color: rgb(217, 217, 217);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.dot.active {
  height: 42px;
  border: 1px solid rgb(14, 52, 160);
  background-color: transparent;
}

.content-wrapper {
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.hero-tagline {
  color: rgb(255, 255, 255);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
  font: 400 24px/44px Roboto, sans-serif;
  margin: 0;
  padding-bottom: 1rem;
}

.highlight-text {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 174, 52);
}

.logo {
  width: 50px;
  height: auto;
  margin: 25px 0;
}

.title-container {
  font: 900 56px Inter, sans-serif;
  padding-top: 1.5rem;

}

.main-title {
  color: rgb(255, 255, 255);
  margin: 0;
}

.subtitle {
  color: rgb(255, 255, 255);
  margin: -5px 0 0 10px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-control:hover {
  background: rgba(255, 255, 255, 0.3);
}

.carousel-control.prev {
  left: 20px;
}

.carousel-control.next {
  right: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .slide {
    padding: 100px 20px;
  }

  .navigation-dots {
    display: none;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .title-container {
    font-size: 40px;
  }

  .main-title,
  .subtitle {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide {
    transition: none;
  }
}

@media (hover: none) {
  .carousel-control {
    display: none;
  }
}

/* search section */
.search-container {
  border-radius: 56px;
  background-color: #fff;
  display: flex;
  padding: 0 0 0 26px;
  align-items: center;
  gap: 16px;
  width: 50%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;

  border: 1px solid #fff;
  z-index: 1;
}

.searchShiftcombo {
  margin-top: -6rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.service-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-align: center;
  padding: 0px;
  font: 14px/1 Inter, sans-serif;
}

.service-text {
  font-family: Inter, sans-serif;
}

.divider-icon {
  aspect-ratio: 0.02;
  object-fit: contain;
  width: 1px;
}

.dropdown-icon {
  aspect-ratio: 0.93;
  object-fit: contain;
  width: 13px;
}

.search-area {
  display: flex;
  min-width: 200px;
  align-items: center;
  gap: 25px;
  flex: 1;

}

.search-input {
  border: none;
  outline: none;
  width: 88%;
  font-size: 16px;
  color: #212121;
  background-color: transparent;
}

.search-input::placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-icon {

  object-fit: contain;
  width: 21px;
}

.ai-chat-button {
  border-radius: 0 56px 56px 0;
  background-color: #0fa32b;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 30px 0px 0px;
  min-width: 150px;
  border: none;
}

.ai-icon {

  object-fit: contain;
  width: 55px;
}

.ai-text {
  color: #fff;
  font-family: Inter, sans-serif;
  text-align: left;
  line-height: 16px;
}

.ai-text-small {
  font-size: 12px;
}

.ai-text-large {
  font-weight: 800;
}

@media (max-width: 991px) {
  .search-container {
    padding-left: 20px;
    top: 30px;
    width: 90%;
  }

  .search-area {
    min-width: 150px;
    gap: 15px;
    padding: 15px 0;
  }

  .ai-chat-button {
    min-width: 120px;
    padding: 0 20px 0 15px;
  }

  .ai-icon {
    width: 50px;
  }
}

@media (max-width: 992px) {
  .search-container {
    width: 95%;
    top: 20px;
    height: 3rem;
  }

  .search-area {
    min-width: 100px;
    gap: 10px;
    padding: 12px 0;
  }

  .ai-chat-button {
    min-width: 100px;
    padding: 0 15px 0 10px;
  }

  .ai-icon {
    width: 40px;
  }
}

/* featured service section */

.featured-services-container {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.49);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d4ed8;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  padding: 10px 12px;
  font: 400 14px Inter, sans-serif;
  border: 1px solid #fff;
  top: 0;
  position: relative;
  z-index: 1;
}

.service-button {
  border-radius: 22px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: auto 0;
  padding: 10px;
  width: 12rem;
  height: 8rem;
  text-align: center;
  justify-content: center;
  color: #524e4e;
  border: 1px solid #e3e9fa;
  background-color: #fff;
}

.service-button:hover {
  transform: translateY(-2px);
  border-radius: 22px;
  border-bottom: 1px solid #0057FF;
  background: linear-gradient(253deg, #1D4ED8 20.52%, #4F0808 125.7%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 42px;
  align-self: stretch;


}

.service-text {
  align-self: stretch;
  font-size: 14px;
}

.service-text a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.service-link {
  border-radius: 68px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
  margin: auto 0;
  padding: 5px 25px 5px 5px;
  border: 1px solid #e3e9fa;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .featured-services-container {
    width: 90%;
    gap: 10px;
    padding: 8px;
    margin-top: 2rem;
  }

  .service-button {
    min-width: 200px;
    flex: 1 1 calc(33.33% - 10px);
    padding: 0 15px 0 4px;
  }

  .service-link {
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  .featured-services-container {
    width: 96%;
    gap: 8px;
    padding: 10px;
    border-radius: 35px;
    margin-top: 2rem;
  }

  .nav-columns {
    width: 100% !important;
  }

  .nav-title {
    white-space: nowrap;
  }

  .service-button {
    min-width: 140px;
    flex: 1 1 calc(50% - 8px);
    padding: 0 10px 0 3px;
  }

  .service-icon {
    width: 32px;
  }

  .service-text {
    font-size: 12px;
  }
}

/*.menu-dropdown-0 {
  visibility: hidden;
}
*/
.menu-level-1 {
  display: none;
}

[aria-expanded="true"]+.menu--level-1 {
  visibility: visible;
}

.footer-copyright {
  background-color: rgba(0, 27, 62, 1);
  display: flex;
  align-items: center;
  gap: 40px 100px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 2;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 62px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0 20px;
  }
}

.copyright-text {
  align-self: stretch;
  min-width: 240px;
  gap: 10px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: auto 0;
  padding: 10px;
}

.copyright-text-light {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.copyright-text-brand {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.footer-links-wrapper {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  justify-content: start;
  width: 303px;
  margin: auto 0;
}

.footer-links {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
}

.footer-link {
  text-decoration: none;
  color: white;
}



.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* .brand-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    width: 159px;
  }*/

.logo-wrapper {
  border-radius: 0;
  display: flex;
  width: 166px;
  max-width: 100%;
  flex-direction: column;
  color: #1d4ed8;
  font: 600 10px Inter, sans-serif;
}

.logo-container {
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9px 17px;
}

.logo-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo-image {
  aspect-ratio: 2.21;
  object-fit: contain;
  width: 64px;
  margin: auto 0;
}

.portal-title {
  width: 68px;
  margin: auto 0;
}

.social-section {
  display: flex;
  margin-top: 32px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 28px;
}

.last-update {
  width: 100%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 32px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  font: 600 10px/24px Noto Sans, sans-serif;
}

.nav-columns {
  display: flex;
  align-items: flex-start;
  color: #fff;
  line-height: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nav-section {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.nav-content {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.nav-content>ul {
  padding: 0px;
}

.nav-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15px;
}

/*  .nav-links {
    display: flex;
    margin-top: 12px;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    gap: 8px;
	list-style: none;
  } */

.media-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.media-section>ul {
  padding: 0px;
}

.media-links {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 12px -64px 0 0;
  gap: 8px;
  list-style: none;
}

.links-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.links-section>ul {
  padding: 0px;
}

/*  .important-links {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 12px -36px 0 0;
    gap: 8px;
	list-style: none;
  } */

.conttact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  justify-content: flex-start;
  flex-grow: 1;
  width: 191px;
}

.powered-by {
  display: flex;
  width: 170px;
  max-width: 100%;
  gap: 5px;
  letter-spacing: 0.25px;
  font: 400 14px/1 Inter, sans-serif;
}

.powered-text {
  flex-grow: 1;
  margin: auto 0;
}

.powered-logo {
  aspect-ratio: 2;
  object-fit: contain;
  width: 86px;
}

.contact-details {
  border-radius: 0;
  display: flex;
  margin-top: 64px;
  max-width: 100%;
  width: 229px;
  flex-direction: column;
}

.contact-title {
  letter-spacing: 0.15px;
  align-self: flex-start;
  font: 700 14px/24px Noto Sans, sans-serif;
}

.address {
  margin-top: 5px;
  font: 500 12px/18px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .footer-container {
    padding: 0 20px;
  }

  .logo-container {
    padding-left: 20px;
  }

  .contact-details {
    margin-top: 40px;
  }

  .nav-columns {
    max-width: 100%;
  }
}

/* start the dropdown menu on hover */



/* end the dropdown menu on hover */

.subtitle1 {
  margin: 0 auto;
  color: transparent !important;
  margin-bottom: 0.38rem;

  font-weight: 900;
  background: linear-gradient(139deg, #FFAE34 21.23%, #00FF31 83.17%);
  background-clip: text;
  text-align: center;

  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #0E34A0;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;

}

.subtitle {
  margin: 0 auto;
  color: transparent !important;
  margin-bottom: 0.38rem;
  font-size: 2.81rem !important;
  font-weight: 900 !important;
  background: linear-gradient(139deg, #1d4ed8, #239138);
  background-clip: text;
  text-align: center;

}

#quicktabs-home_page_tab .item-list {
  display: flex;
  padding: 10px;
  align-items: stretch;
  gap: 4px;
  border-radius: 70px;
  border: 1px solid #B6C1C7;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  width: fit-content !important;
  margin: 0 auto;
}

.notif-tabs {
  border-radius: 70px;
  border: 1px solid #B6C1C7;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  overflow-x: auto;
  padding: 6px 8px;
}

#quicktabs-home_page_tab .item-list ul {
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 43px;
  margin: 0;
  padding: 0;
}

#quicktabs-home_page_tab .item-list ul li {
  display: inline;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 29px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  color: #212121;
}

#quicktabs-home_page_tab .item-list ul li:hover {

  border-radius: 29px;
  border-bottom: 1px solid #66A3FF;
  background: linear-gradient(105deg, #66A3FF 4.66%, #0FA32B 91.25%);
  color: #fff;
}

#quicktabs-home_page_tab .item-list ul li a {
  color: #212121;
}

#quicktabs-home_page_tab .item-list ul li a:hover {
  color: #ffffff;
}

#quicktabs-home_page_tab .item-list ul li .iconz {
  padding: 0px 5px 0px 0px;
}

.views-field-field-multiple-attachment #quicktabs-home_page_tab .item-list {
  background: none !important;
  border: none !important;
}

#quicktabs-home_page_tab .list-group {
  flex-direction: row !important;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero-image {
  aspect-ratio: 3.6;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.bannerTitlecss {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #0E34A0;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(91deg, #FFAE34 21.23%, #00FF31 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  display: inline-block;
}

.bannerSubtittleCss {
  color: #FFF;

  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 183.333% */

  padding-top: 0;
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: #fff;
}

.back-button {
  width: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;

  padding: 3px 0px;
  opacity: 0.8;
}

.services-section {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  flex-shrink: 0;
  padding: 14px 0px;
}

.all-services-container {
  position: relative;
  width: 100%;
  top: -4rem;
}

.s-filter {
  display: flex;
  width: 100%;
  height: auto;
  padding: 24px 0px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 22px 0px 0px 22px;
  background: #EAF9FF;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.filter-container {
  border-color: rgba(218, 226, 229, 1);
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 400;
  justify-content: start;
  padding: 15px;
}

.apply-filters {
  width: 100%;
}

.filter-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.filter-title {
  color: rgba(0, 0, 0, 1);
  align-self: stretch;
  flex: 1;
  flex-basis: 20px;
  margin: auto 0;
}

.clear-filter-btn {
  border-radius: 29px;
  align-self: stretch;

  color: rgba(215, 29, 29, 1);
  padding: 5px 10px;
  font: 10px Inter, sans-serif;
  border: 1px solid rgba(215, 29, 29, 1);
  cursor: pointer;
}

.clear-filter-btn:focus {
  outline: 2px solid rgba(215, 29, 29, 1);
  outline-offset: 2px;
}

.clear-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
}

.main-services-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 12px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.main-services-container:hover {
  border-radius: 32px 0px 0px 32px;
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
  transform: initial;
}

.main-services-container:active {
  border-radius: 32px 0px 0px 32px;
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
}

.main-service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 28px;
}

.main-service-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;

}

.main-service-title {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
}

.main-service-description {

  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px 40px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-box input[type="text"]:focus {
  border-color: #4caf50;
}

.search-box .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #aaa;
}

.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}

.banner-section {
  height: 25rem;
}

.block-view {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #0057FF;
  background: #FFF;
}

.listing-view {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 11px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}

.back-button {
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  border: none;
  color: white;
  font-size: 24px;
  padding: 9px 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: rgba(163, 163, 163, 0.75) !important;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: rgb(148 198 248 / 75%) !important;
}

.shift-tabs>.nav-tabs {
  margin-left: auto;
  /* Pushes tabs to the right */
  display: flex;
  justify-content: flex-end;
  /* Ensures alignment to the right */
  border: 0px;
}

.ab-heading {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 220% */
}

/* page banner*/


.nav-tabs .nav-link {
  border: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero-image {
  aspect-ratio: 3.6;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.bannerTitlecss {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #0E34A0;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(91deg, #FFAE34 21.23%, #00FF31 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  display: inline-block;
}

.bannerSubtittleCss {
  color: #FFF;

  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 183.333% */
  padding-top: 0;
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: #fff;
}

.back-button {
  width: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;

  padding: 3px 0px;
  opacity: 0.8;
}

.services-section {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  flex-shrink: 0;
  padding: 14px 0px;
}

.all-services-container {
  position: relative;
  width: 100%;
  top: -4rem;
}

.s-filter {
  display: flex;
  width: 100%;
  height: auto;
  padding: 24px 0px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 22px 0px 0px 22px;
  background: #EAF9FF;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.filter-container {
  border-color: rgba(218, 226, 229, 1);
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 400;
  justify-content: start;
  padding: 15px;
}

.apply-filters {
  width: 100%;
}

.filter-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.filter-title {
  color: rgba(0, 0, 0, 1);
  align-self: stretch;
  flex: 1;
  flex-basis: 20px;
  margin: auto 0;
}

.clear-filter-btn {
  border-radius: 29px;
  align-self: stretch;

  color: rgba(215, 29, 29, 1);
  padding: 5px 10px;
  font: 10px Inter, sans-serif;
  border: 1px solid rgba(215, 29, 29, 1);
  cursor: pointer;
}

.clear-filter-btn:focus {
  outline: 2px solid rgba(215, 29, 29, 1);
  outline-offset: 2px;
}

.clear-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
}

.main-services-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 32px;
  cursor: pointer;
}

.main-services-container:hover {
  border-radius: 32px;
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
  transform: initial;
}

.main-services-container:active {
  border-radius: 32px 0px 0px 32px;
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
}

.main-service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 28px;
}

.main-service-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;

}

.main-service-title {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
}

.main-service-description {

  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px 40px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-box input[type="text"]:focus {
  border-color: #4caf50;
}

.search-box .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #aaa;
}

.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}

.banner-section {
  height: 25rem;
}

.block-view {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #0057FF;
  background: #FFF;
}

.listing-view {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 11px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}

.section-with-background {
  position: relative;
  background-image: url('../images/page_banner.png');
  /* Replace with your image   videos/title-bg.mp4*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 15rem;
  /* Adjust height as needed */

  flex-direction: column;
  justify-content: center;
  color: white;
  /* Text color */
  padding: 5px;
}

.video-back-sec {
  display: none;
  height: 15rem;
  /* Adjust height as needed */

  flex-direction: column;
  justify-content: center;
  color: white;
  /* Text color */

}

.back-button {
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  border: none;
  color: white;
  font-size: 24px;
  padding: 9px 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: rgba(163, 163, 163, 0.75) !important;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: rgb(148 198 248 / 75%) !important;
}

.shift-tabs>.nav-tabs {
  margin-left: auto;
  /* Pushes tabs to the right */
  display: flex;
  justify-content: flex-end;
  /* Ensures alignment to the right */
  border: 0px;
}

.ab-heading {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 220% */
}



/* about us page */

.dot-portal-description {
  width: 100%;
  max-width: 45vw;
  color: rgba(0, 0, 0, 1);
  padding: -8px 0 0;
  font: 400 14px/28px Inter, sans-serif;
  text-align: justify;
}

.portal-title {
  font-weight: 700;
}

@media (max-width: 991px) {
  .dot-portal-description {
    max-width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mission-statement {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  max-width: 539px;
  font: 600 20px/44px Inter, sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.benefits-container {
  display: flex;
  max-width: 521px;
  padding-bottom: 43px;
  flex-direction: column;
  margin-left: 4rem;
  margin-top: -4rem;
}

.benefits-card {
  border-radius: 12px;
  background-color: rgba(242, 251, 255, 1);
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 2px 4px;
  height: 38rem;
}




.header-section {
  background: linear-gradient(92deg, #1d4ed8 5.69%, #239138 109.2%);
  border-radius: 12px 8px 0 0;
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #fff;
  justify-content: center;
  padding: 2px;
  border: 1px solid #fff;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 52px;
  margin: auto 0;
}

.header-text {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  width: 408px;
  margin: auto 0;
}

.main-title {
  font-size: 24px;
  font-weight: 900;
}

.subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-top: 9px;
}

.benefits-list {
  display: flex;
  margin-top: 24px;
  width: 100%;
  max-width: 459px;
  flex-direction: column;
  align-items: start;
  font-family: Inter, sans-serif;
  margin-top: 0;
  height: 30rem;
  overflow-y: scroll;
}

.benefits-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.benefits-list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.benefits-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.benefits-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.benefit-item {
  display: flex;
  min-height: 67px;
  align-items: flex-start;
  gap: 13px;
  margin-top: 22px;
}

.benefit-icon {
  /* aspect-ratio: 1;
  object-fit: contain;
  width: 57px;
  align-self: stretch;
  margin: auto 0; */

  height: 2rem;
  width: 2rem;

}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff7eb3, #8b5cf6);
  z-index: -2;
}

/* Video Background */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: none;  */
  z-index: -1;
}

.benefit-content {
  border-radius: 0;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  width: 357px;
  margin: auto 0;
}

.benefit-title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  align-self: start;
}

.benefit-description {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.circle-icon {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: 10;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: -73px 0 -28px;
  padding: 0 2px;
  border: 1px solid #bdd7ff;
}

.circle-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 991px) {

  .benefits-card,
  .header-section,
  .benefits-list,
  .benefit-item {
    max-width: 100%;
  }

  .benefit-title {
    margin-right: 10px;
  }

  .circle-icon {
    margin-bottom: 10px;
  }
}

.stats-container {
  border-radius: 84px;
  display: flex;
  max-width: 537px;
  flex-direction: column;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  color: #000;
  text-align: center;
  justify-content: center;
  padding: 17px 36px;
  border: 1px solid #a5bdff;
  background: linear-gradient(96deg, #e3e9fa 7.62%, #006db7 115.28%);
  margin-left: 1rem
}

.stats-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 13px;
  justify-content: center;
}

.stat-item {
  border-radius: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  width: 130px;
  margin: auto 0;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  align-self: center;
}

.stat-label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}

.stat-divider {
  background-color: rgba(255, 255, 255, 0.15);
  align-self: stretch;
  display: flex;
  width: 2px;
  height: 82px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .stats-container {
    padding: 0 20px;
  }
}

.help-desk-container {
  border-radius: 18px;
  background-color: rgba(255, 229, 224, 1);
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.25px;
  padding: 20px 40px;
  font: 400 14px Inter, sans-serif;
  border: 1px solid rgba(255, 185, 170, 1);
}

.help-desk-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.help-desk-description {
  line-height: 1;
  margin-top: 5px;
}

.contact-info-wrapper {
  border-radius: 0;
  display: flex;
  margin-top: 5px;
  width: 361px;
  max-width: 100%;
  gap: 37px;
  font-family: Noto Sans, sans-serif;
  line-height: 1;
}

.contact-email {
  flex-grow: 1;
  width: 160px;
}

.contact-phone {
  flex-grow: 1;
  width: 110px;
}

.contact-label {
  font-family: Inter, sans-serif;
}

.contact-value {
  font-family: Inter, sans-serif;
  color: rgba(29, 78, 216, 1);
}

@media (max-width: 991px) {
  .help-desk-container {
    padding: 0 20px;
  }

  .help-desk-title {
    max-width: 100%;
  }

  .help-desk-description {
    max-width: 100%;
  }
}



/* start the blog section */

.blog-section {
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 20px 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 12px;
  border: 1px solid #D0DCFF;
  background: #FFF;
  padding: 10px 20px;
}


.blog-img {
  height: 16rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 12px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;

}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.blog-date {
  font-size: 12px;
  color: #B6C1C7;
}

.blog-headingline {
  font-weight: 600;
}

.blog-text {

  text-align: justify;
  display: -webkit-box;
  line-clamp: 10;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  flex-shrink: 1;
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.blog-img-inner {
  height: 10rem !important;
}

.view-all {
  font-size: 12px;
  text-align: center;
  /* margin: 0px auto; */
  border: 1px solid #000;
  padding: 6px 10px;
  border-radius: 50px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  color: #212121;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
}

.view-all .icon {
  padding-left: 2px;
}

.b-headingline {
  font-size: 14px;
  font-weight: 400;
  padding-top: 2px;
}

.latest-notification {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #D0DCFF;
}

.l-nti-heading {
  display: flex;
  align-items: center;
  align-self: flex-start;
  color: #0057FF;
  width: 100%;
  padding-top: 5px;
}

.l-nti-heading .bi-arrow-right {
  margin-left: auto;
}


.ln-text {
  flex: 1 0 0;
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.1px;
}

.notf-container {
  width: 100%;
  display: flex;
  height: 100px;
  flex-shrink: 0;
  fill: #FFF;
  border: 1px solid #D0DCFF;
  border-radius: 12px;
}

.notif-img {
  width: 30%;
  height: 100px;
  border-radius: 12px 0px 0px 12px;
}

.notif-block {
  padding: 10px;
}

.blank-space {
  border: none;
  height: 0 !important;
}

.cercular {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  align-self: stretch;
}

.document-container {
  display: flex;
  align-items: start;
  gap: 22px;
  color: var(--Primary, #0a0032);
  letter-spacing: 0.11px;
  justify-content: start;
  flex-wrap: wrap;
}

.document-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  width: 60%;
  font: 500 13px/2 Noto Sans, sans-serif;
}

.document-icon {
  aspect-ratio: 1.1;
  object-fit: contain;
  object-position: center;
  width: 22px;
}

.document-size {
  font: 400 11px/22px Inter, sans-serif;
}

@media (max-width: 991px) {
  .document-title {
    white-space: initial;
  }
}

/* end the blog section */

#views-bootstrap-home-page-slide-block-1 {
  padding: 0;
}


.hero-carousel .carousel-container .views-element-container .view-id-home_page_slide .view-content #views-bootstrap-home-page-slide-block-1 .carousel-indicators {

  position: absolute !important;
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  z-index: 2 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
  /* margin-right: 15%; */
  /* margin-bottom: 1rem; */
  margin-left: -5% !important;
  margin-right: 90% !important;
  margin-bottom: 26rem !important;
  transform: rotate(90deg) !important;
  list-style: none !important;
  top: 35% !important;
}

#views-bootstrap-about-us-block-2 .carousel-indicators {
  margin-bottom: 6rem;
}

#views-bootstrap-about-us-block-2 .carousel-indicators [data-bs-target] {
  background-color: grey !important;
}

.tab-view-slider .carousel-indicators {
  margin-bottom: -1rem;
}

.tab-view-slider .carousel-indicators [data-bs-target] {
  background-color: grey !important;
}

/* start the contact popup section */
.scc-card {
  display: flex;
  border-radius: 20px;
  padding: 17px;
  align-items: flex-start;
  gap: 10px;

  border: 1px transparent;
  background: #FFF;
}

.scc-card:hover {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 18px, transparent 18px) 0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 18px, transparent 18px) 100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 18px, transparent 18px) 0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 18px, transparent 18px) 100% 100%/20px 20px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 40px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 40px) calc(100% - 4px) no-repeat,
    conic-gradient(from 167deg, #06a6fc 0%, #0fbc34 100%);
  border-radius: 20px;
  padding: 17px;
  box-sizing: border-box;
}

.scc-heading {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  margin-bottom: 10px;
}

.scc-subheading {
  color: #000;

  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 15px */
  margin: 0px;
}

.scc-text {
  color: #717171;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
}

.scc-btn {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 32px;
  border: 1px solid #1D4ED8;
  background: #FFF;

  color: #1D4ED8;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  width: 100%;
}

.scc-btn:hover {

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.scc-icn1 {
  background-color: #dc3545;
  padding: 1px 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
}

/* end the contact popup section */

/*.tab-content>.tab-pane {
	display: block !important;
}
.tab-content>.active {
	
}*/


/* services-section-start here */

.service-header {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: center;
  justify-content: start;
  margin: 20px 0px;

}

.servi-title {
  align-self: stretch;
  margin: auto 0;
  background: linear-gradient(92deg, #1D4ED8 5.69%, #239138 109.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
}

/* Navtabs */
.nato-container {
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  color: var(--Schemes-On-Surface-Variant, #44474e);
  text-align: center;
  letter-spacing: 0.1px;
  justify-content: center;
  padding: 20px;
  font: 500 14px Noto Sans, sans-serif;
  border: 1px solid rgba(182, 193, 199, 1);
  margin-top: -5rem !important;
  margin-bottom: 2rem;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}

.tabs-wrapper {
  border-radius: 43px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  overflow: hidden;
  justify-content: space-evenly;
}


#block-telcomeservices-content .content .container .row .nato-container .tabs-wrapper {
  border-radius: 43px;
  overflow-x: scroll;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: space-evenly;

}

.tabs-wrapper::-webkit-scrollbar {
  display: none;
}




.tab-cc {
  border-radius: 29px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  /* font-size: 16px; */
  color: var(--Schemes-On-Surface, #1a1b20);
  /* font-weight: 600; */
  /* letter-spacing: 0.15px; */
  /* justify-content: center; */
  padding: 10px;
  border: 1px solid rgba(222, 222, 222, 1);
}

.tab-cnt {
  display: flex;
  min-height: 24px;
  width: 100%;
  gap: 3px;
  text-decoration: none;

}

.icon-label-group {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: auto 0;
}

.tab-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.tab-label {
  align-self: stretch;
  font-size: 10px;
  margin: auto 0;
  text-align: left;
}

.about-tab {
  min-width: 100px;
}

.service-tab {
  min-width: 130px;
}

.apply-tab {
  width: 135px;
}

.documents-tab {
  width: 155px;
}

.process-tab {
  width: 155px;
}

.stats-tab {
  width: 100px;
}

.policy-tab {
  width: 135px;
}

.faq-tab {
  width: 100px;
}

.manual-tab {
  width: 135px;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .tabs-wrapper {
    max-width: 100%;
  }

  .stats-tab,
  .policy-tab,
  .faq-tab {
    white-space: initial;
  }
}

.textd-n {
  text-decoration: none;
}

.document-type {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-inline: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #E0D1FF;
  margin: 5px;
}

.dico {
  color: #ff0000;
  font-size: 20px;
}

.document-type:hover {
  border-radius: 16px;
  border: 1px solid #E0D1FF;
  background: #FFF;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.10), 0px 0px 15px -1px rgba(195, 182, 215, 0.00) inset;
}

.sub-hedd {
  color: #6c6c6d;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-break: auto-phrase;
  /* 166.667% */
}

.stp-contt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  word-break: break-all;
}

.hedd {
  color: #121224;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}

.ap-container {
  display: block;
  margin: 15px;
}

.step {
  display: flex;
  min-height: 100px;
  padding: 16px;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #E7E7F1;
  background: #FFF;
  box-shadow: 0px 6px 12px 0px rgba(30, 10, 58, 0.04);
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  flex-direction: row;
  margin-bottom: 10px;
}

.st-1 {
  border-radius: 37px;
  background: #B3191B;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-4 {
  border-radius: 37px;
  background: #2EAEB7;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-3 {
  border-radius: 37px;
  background: #0FA32B;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-2 {
  border-radius: 37px;
  background: #FF8A46;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-5 {
  border-radius: 37px;
  background: #6006bb;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-6 {
  border-radius: 37px;
  background: #990fa3;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-7 {
  border-radius: 37px;
  background: #a30f68;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-8 {
  border-radius: 37px;
  background: #05b48e;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-9 {
  border-radius: 37px;
  background: #ae6c08;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.st-10 {
  border-radius: 37px;
  background: #bc0771;
  font-size: 20px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.action-button {
  align-self: stretch;
  border-radius: 30px;
  gap: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.1px;
  padding: 10px 28px;
  font: 500 14px/1 Noto Sans, sans-serif;
  border: 1px solid rgba(227, 233, 250, 1);
  cursor: pointer;
  background: none;
  transition: background-color 0.2s ease;
  margin-bottom: 1rem;
  margin-right: auto;
}

.action-button:hover,
.action-button:focus {
  background-color: rgba(227, 233, 250, 0.1);
}

.action-button:focus {
  outline: 2px solid var(--Text-Light, #fff);
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fees-section {
  border: 1px solid var(--Stroke-100, #ddd);
  display: flex;
  max-width: 480px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  font-family: Noto Sans, sans-serif;
  margin: 0 auto;
  padding: 19px 16px;
}

.section-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.fees-header {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.fees-content {
  border-radius: 12px;
  background-color: rgba(227, 238, 255, 1);
  display: flex;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
  padding: 16px 16px 12px;
}

.fee-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.fee-title-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--Neutral-1000, #313033);
  font-weight: 500;
  line-height: 1;
}

.fee-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 12px;
  align-self: stretch;
  margin: auto 0;
}

.fee-title {
  align-self: stretch;
  margin: auto 0;
}

.fee-details {
  display: flex;
  width: 100%;
  padding-left: 6px;
  flex-direction: column;
  justify-content: center;
}

.fee-description-wrapper {
  border-color: rgba(204, 188, 235, 1);
  border-left-width: 1px;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 12px 0 12px 14px;
}

.fee-description {
  color: var(--Text-Hint, #727272);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.fee-amount {
  align-self: start;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 8px;
  gap: 8px;
  font-size: 16px;
  color: var(--Stroke-600, #212121);
  font-weight: 500;
  /* white-space: nowrap; */
  line-height: 1;
  padding: 8px 16px;
}

.help-desk {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
}

.help-desk-title {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.help-desk-content {
  border-radius: 6px;
  background-color: rgba(241, 245, 251, 1);
  display: flex;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding: 25px 16px;
}

.help-desk-text {
  color: #000;
  line-height: 20px;
}

.help-desk-email {
  color: var(--Primary-Blue, #1d4ed8);
  text-align: center;
  line-height: 1;
  align-self: start;
  margin-top: 12px;
}

.manual-section {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}

.manual-title {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.manual-content {
  display: flex;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.manual-steps {
  margin-top: 12px;
}

.download-link {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
  display: flex;
  margin-top: 16px;
  gap: 8px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.15px;
  padding: 8px 16px;
  border: 1px solid rgba(231, 231, 241, 1);
  cursor: pointer;
}

.download-icon {
  aspect-ratio: 0.53;
  object-fit: contain;
  object-position: center;
  width: 20px;
}

.download-text {
  flex-grow: 1;
  width: 354px;
  flex-basis: auto;
  margin: auto 0;
}

html {
  scroll-behavior: smooth;
}

.blue-text {
  color: rgba(29, 78, 216, 1);
}

.featured-image {
  aspect-ratio: 0.57;
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .featured-image {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .featured-image {
    max-width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pdf {
  font-size: 24px;
  color: #ff0000;
  font-weight: bolder;
}

.policy-container {
  display: flex;
  padding: 16px 20px;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #E0D1FF;
  background: #FFF;
  justify-content: right;
  align-items: center;
  margin: 5px;
  font-size: 14px;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.10), 0px 0px 15px -1px rgba(195, 182, 215, 0.00) inset;
}

.d-size {
  font-size: 10px;
  text-align: center;
  font-weight: 100;
  display: grid;
  padding: 5px 0px;
}


/* start the faq section */
.collapse-arrow::after {
  content: '\25BC';
  /* Down arrow */
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.collapsed .collapse-arrow::after {
  content: '\25B2';
  /* Up arrow */
}

.faq-type {
  display: flex;
  justify-content: space-between;
}

.left-div {
  width: 50%;
  text-align: left;
}

.right-div {
  width: 50%;
  /* Set width as needed */
  text-align: right;
}

.p-l-o {
  padding-left: 0px;
}

/* end the faq section */

/* start the usefull link */
.marquee-section {
  background-color: #fff;
  padding: 20px 0px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

.service-providers-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 1px solid #BDD7FF;
  width: 150px;
  height: 150px;
  justify-content: center;
}

.service-providers-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Ensures image scales correctly */
}

/* end the usefull link */

.footerShare {
  display: flex;
}


/* Image Background Container */
.image-background-container {
  width: 100%;

  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-image: url('../images/act-bg.png');
  /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 465px;
}

/* Bottom Contents */
.contents-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  font-size: 26px;
  font-weight: 900;
}

/* Text Styling */
.orange-text-bg,
.green-text-bg,
.blue-text-bg {
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 3px;
}

.orange-text-bg {
  background-color: #f88c00;
}

.green-text-bg {
  background-color: #179e46;
}

.blue-text-bg {
  background-color: #1a64e8;
}

/* Download Section */
.download-section {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.act-link-bg {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  width: 18vw;
}

.download-icon {
  color: #333;
  font-size: 18px;
}

.pdf-size-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #dc3545;
  font-size: 14px;
  flex-direction: column;
}

.pdf-icon {
  font-size: 16px;
}

.ppd-siz {
  font-size: 10px;
  font-weight: 100;
}

.acnc a {
  text-decoration: none;
  color: #4e4e52;
}


.blog-preview-card {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  max-width: 549px;
  flex-direction: column;
  padding: 22px 20px;
  border: 1px solid rgba(208, 220, 255, 1);
}

.header-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  color: rgba(0, 87, 255, 1);
  letter-spacing: 0.1px;
  font: 600 14px/1 Inter, sans-serif;
}

@media (max-width: 991px) {
  .header-wrapper {
    max-width: 100%;
  }
}

.preview-label {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .preview-label {
    max-width: 100%;
  }
}

.preview-icon {
  aspect-ratio: 1.33;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

.blog-image {
  aspect-ratio: 1.56;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 12px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .blog-image {
    max-width: 100%;
  }
}

.content-wrapper {
  border-radius: 0;
  display: flex;
  margin-top: -6rem;
  width: 100%;
  flex-direction: column;
}

.post-date {
  color: rgba(98, 98, 98, 1);
  align-self: start;
  font: 500 12px/1 Noto Sans, sans-serif;
}

.post-title {
  color: rgba(0, 0, 0, 1);
  font: 600 16px/23px Inter, sans-serif;
  text-align: left;
}

@media (max-width: 991px) {
  .post-title {
    max-width: 100%;
  }
}

.post-excerpt {
  color: rgba(0, 0, 0, 1);
  margin-top: 15px;
  font: 400 14px/24px Inter, sans-serif;
}

@media (max-width: 991px) {
  .post-excerpt {
    max-width: 100%;
  }
}

.view-all-wrapper {
  align-self: start;
  display: flex;
  margin-top: 15px;
  align-items: end;
  gap: 5px;
  color: rgba(0, 87, 255, 1);
  padding: 3px 10px 3px 0;
  font: 600 16px/1 Inter, sans-serif;
}

.arrow-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 21px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* News and Update section css */


.news-d {
  font-size: 10px;
  color: #bbbbbb;
  margin-bottom: 0px;
}

.top-n {
  width: 100%;
}

.file-ty-siz {
  font-size: 10px;
  color: #cdcdcd;
}

.attachment-icon {
  color: #ff0000;
  font-size: 20px;
  font-weight: bolder;
}

.actual-news {
  width: 100%;
  display: -webkit-box;
  /* Enables the flexible box layout */
  -webkit-line-clamp: 1;
  /* Number of lines to display */
  -webkit-box-orient: vertical;
  /* Vertical orientation */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
}

.actual-news a {
  text-decoration: none;
  color: #4e4e52;
  font-size: 12px;
}

.actual-news a:hover {
  color: #0057FF;
}

.news-bars {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 1px 0px;
  align-items: baseline;
  border-bottom: 1px solid #e3e3e3;
}

.news-container {
  padding: 1rem !important, margin-top:0 !important
}

.sds {
  width: 100%;
  mix-blend-mode: normal;
}

.news-icon {
  width: 35px;
  height: 35px;
}

.pp-bg {
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.49);
  backdrop-filter: blur(8px);
  width: 60% !important;
}

.new-sec {
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #fff;
  padding: .2re
}

.update-sec {
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #fff;
}

.news-header {
  border-radius: 8px 8px 0px 0px;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 20px;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background: linear-gradient(270deg, #0fa32b 0.87%, #172C98 100%);
}


.update-header {
  border-radius: 8px 8px 0px 0px;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 20px;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background: linear-gradient(270deg, #FFF 0.87%, #e36504 100%);
}

/* News and Update section css */

/*Policy Table */
.psn-container {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  color: #0d6efd;
}

.psn-container a,
p {
  margin: 0px;
  text-decoration: none;
}

.psnType {
  color: #ee2525;
  font-size: 10px;
  width: auto;
  display: inline-block;
  border-radius: 28px;
  margin-right: 8px;
  background-color: #f4f4f4;
  padding: 0px 10px;
  font-weight: 400;
  border: 1px solid #e9ecef;
}

.psn-name {
  color: #333;
}

.psnDate {
  text-align: left;
  color: #7f7f7f;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.psnDate .badge {
  margin-right: 4px;
}

.viewall-btn {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: baseline;
  text-decoration: none;
  font-weight: 100;
  font-size: 12px;
}

.trunc {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.w-90 {
  width: 90%;
}

/*Policy/Circular end*/

/* start at a glance*/
.w-100 {
  width: 100%;
}

.main-stt {
  width: 100%;
  height: 335px;
  flex-shrink: 0;
  border-radius: 12px 12px 12px 87px;
  background: linear-gradient(180deg, #89AEFF 0%, #CCDCFF 100%);
  padding: 20px 40px;
  color: #082C93;
  position: relative;
}

.stt-head {
  color: #082C93;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.176px;
}

.right-stt-head {
  color: #85550E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.176px;
}

.main-stt-value {
  color: #082C93;

  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stt-footer-img {
  width: 107px;
  height: 107px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 107px;
  /* Adjust the size as needed */
  height: auto;
  /* Maintain aspect ratio */
}

.sub-stt-right-1 {
  width: 100%;
  height: 81px;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 10px 20px;
  background: linear-gradient(94deg, #FFEFA4 1.73%, #E3CA54 94.78%);
  color: #85550E;
}

.sub-stt-right-2 {
  width: 100%;
  height: 81px;
  color: #8E4318;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 10px 20px;
  background: linear-gradient(91deg, #FFD9CB -2.59%, #FFAC8E 96.77%);
}

.sub-stt-right-3 {
  width: 100%;
  height: 81px;
  color: #8F7D06;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 10px 20px;

  background: linear-gradient(272deg, #FFEFA4 6.42%, #FFFCEC 114.64%);
}

.sub-stt-right-4 {
  width: 100%;
  height: 81px;
  color: #9D1515;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 10px 20px;
  background: linear-gradient(271deg, #FFCAE4 6.21%, #F9E5E5 99.52%);
}

.right-stt-value {
  margin: 0px;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 37.5px */
  letter-spacing: -0.275px;
}

.custom-select {
  border: none;
  border-bottom: 2px solid #001862;
  /* Dark blue border */
  border-radius: 0;
  padding: 8px 0;
  background-color: transparent;
  color: #001862;
  /* Text color */
  font-size: 18px;
  font-weight: bold;
}

.custom-select:focus {
  outline: none;
  box-shadow: none;
  /* Remove focus outline */
  border-bottom: 2px solid #000;
  /* Optional: Change border color on focus */
}

.custom-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

/* end at a glance*/

/*Validity*/
.validity {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  background-color: #cbe1ff;
  margin: 5px 0px;
  border-radius: 8px;
  align-items: center;
}

.validity-badge {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
}

.tab-image-container img {
  width: 100%;
  height: auto;
}

/*19/12/24*/

.slideLogo {

  width: 50px;
  height: auto;
  margin: 0 auto;
}

.cardSlider {
  height: 22rem;
}

#sliderBtnDetails {
  text-decoration: none;
}

.viewBtnSlider {
  width: 7rem;
  padding: 10px;
}

.applyBtnSlider {
  width: 7rem;
  padding: 10px;
  height: 2.4rem;
  color: #0d6efd;
}

.service-cards li {
  width: 48%;
  display: flex
}


.service-title {
  font-size: 14px;
  margin: 0px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  width: auto;
  text-decoration: none;
}

.service-subtitle {
  margin-top: 4px;
  margin-bottom: 0px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 10rem;
  text-decoration: none;
}


/* Button Styling */
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Hover Effect */
.custom-btn:hover {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: white;
  border-color: white;
}

/* Arrow Symbol */
.custom-btn::after {
  content: '→';
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.custom-btn:hover::after {
  transform: translateX(5px);
}

.shift-right {
  display: flex;
  justify-content: end;
}

/* Shyam */


/*body.path-frontpage ul.menu-level-0 li:nth-child(-n+1) {
	display: none;
		}*/

/* body.page-node-903 div.inn-serv-menu .menu-level-0 {
    display: inline-block;
	}
	
	 body.page-node-903 div.inn-serv-menu ul.menu-level-0 li:nth-child(-n+2) {
     display:none;
    } 
	body.page-node-903 div.inn-serv-menu ul.menu-level-0 li:nth-last-child(-n+2) {
     display:none;
    } */


/* #views-bootstrap-one-portal-unlimited-possibilities-block-1 {
  padding-bottom: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(100%);
} */

.carousel-caption {
  width: 50%;
  left: 8%;
  right: auto;
  text-align: left;
  padding-left: 15px;
  top: 25%;
}

.sliderSilent {
  width: 50%;
  left: 8% !important;
  right: auto;
  text-align: left !important;
  padding-left: 2rem;
  top: 15%;
}

.sliderSilent h4 {
  color: #2AF6FF;
}

.fullWidthSilent {
  padding: 1px !important;
}

#views-bootstrap-telecom-act-home-page-list-block-1 {
  padding: 1px !important;
}

.exploreBtn {
  height: 2rem;
  width: 6rem;
  border: 1px solid #1D4ED8;
  border-radius: 40px;
  height: 3rem;
  width: 9rem;
  border: 1px solid #1D4ED8;
  border-radius: 40px;
  background: none;
  margin-left: 43vw;
  margin-bottom: 2rem
}

.exploreBtn a {
  text-decoration: none;
}

/* .nav-item{
	border-bottom : 3px solid white
} */

/* .nav-item:hover{
border-bottom : 3px solid blue
} */

.nav-item:hover .dropdown-indicator {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  padding: 0 !important;
}

button {
  line-height: normal !important;
}




.cardTitleCss {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

/* .card {
  border-radius: 1.25rem !important;
} */

.service-title a {
  text-decoration: none;
  color: black;
}

.level-2 a span {
  text-decoration: none;
  color: black !important;
}

.level-2 a:hover {
  text-decoration: none;
  color: white;
}

.level-2:hover div a span {
  color: white;
}

/*Resources Page*/

.navigation-container {
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  color: var(--Schemes-On-Surface-Variant, #44474e);
  text-align: center;
  letter-spacing: 0.1px;
  justify-content: center;
  padding: 20px;
  font: 500 14px Noto Sans, sans-serif;
  border: 1px solid rgba(182, 193, 199, 1);
  margin-top: -2.5rem;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}

.tabs-wrapper {
  border-radius: 43px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  overflow: scroll;
  justify-content: space-evenly;
}

.tab-item {
  border-radius: 29px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: var(--Schemes-On-Surface, #1a1b20);
  font-weight: 600;
  letter-spacing: 0.15px;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(222, 222, 222, 1);
}

/* .tab-content {
            display: flex;
            min-height: 24px;
            width: 100%;
            align-items: center;
            gap: 4px;
            justify-content: center;
        }*/

.icon-label-group {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin: auto 0;
}

.tab-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.tab-label {
  align-self: stretch;
  font-size: 12px;
  margin: auto 0;
}

.service-tab {
  width: 151px;
}

.apply-tab {
  width: 153px;
}

.documents-tab {
  width: 188px;
}

.process-tab {
  width: 185px;
}

.stats-tab {
  width: 186px;
}

.policy-tab {
  width: 150px;
}

.faq-tab {
  width: 80px;
}

.manual-tab {
  width: 146px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .tabs-wrapper {
    max-width: 100%;
  }

  .stats-tab,
  .policy-tab,
  .faq-tab {
    white-space: initial;
  }
}

/*resource latest update*/

.dot-units-container {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: center;
  justify-content: start;
  font: 900 24px Inter, sans-serif;
}

.dot-units-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 28px;
  align-self: stretch;
  margin: auto 0;
}

.dot-units-text {
  align-self: stretch;
  margin: auto 0;
  background: linear-gradient(92deg, #1D4ED8 5.69%, #239138 109.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parentDiv {
  margin: 3rem;
  margin-top: 1px !important;
}

.subDesc {
  margin-left: 2.5rem;
}

/*Resources Acts*/
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.policy-card {
  border-radius: 0;
  display: flex;
  max-width: 241px;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #000;
}

.policy-header {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 0.806;
  width: 100%;
  align-items: start;
  font-weight: 700;
  padding: 11px 9px 56px;
}

.policy-bg {
  position: absolute;
  inset: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.policy-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 30px 8px 36px 8px;
  gap: 20px;
}

.policy-name {
  font-size: 12px;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}
}

.policy-year {
  font-size: 25px;
  margin-top: 23px;
}

.policy-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 30px;
  margin-left: 5px;
}

.policy-details {
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 48px 0 17px;
}

.policy-size {
  font-size: 12px;
  color: black;
}

.download-button {
  border-radius: 33px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  margin-top: 16px;
  align-items: center;
  gap: 10px;
  color: #1D4ED8;
  white-space: nowrap;
  justify-content: center;
  padding: 10px 21px;
  border: 1px solid #1D4ED8;
  cursor: pointer;
}

.download-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

.download-text {
  align-self: stretch;
  margin: auto 0;
}


/*-- search block start  */


.uni-search {
  position: relative;
  width: 40px;
  height: 40px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.uni-search:hover,
.uni-search:focus-within {
  width: 200px;
}

.search-box {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.uni-search:hover .search-box,
.uni-search:focus-within .search-box {
  opacity: 1;
}

.search-icon {
  position: absolute;
  right: 7px;
  font-size: 19px;
  pointer-events: none;

}


/*-- Glossary start  */
.glossaryHeader {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .2rem;
}

.glossarySubDetails {
  font-size: 14px;
}

a {
  text-decoration: none !important;
}

.service-text {
  text-decoration: none !important;
}

.cardWithArrow {
  display: flex !important;
  flex-direction: row !important;

}

.path-frontpage a[title="Home"] {
  display: none;
}

.dropdown-item {
  padding: .4rem !important;
  white-space: normal !important;
}

.dropdown-item:hover {
  color: white !important;

  .levelTwoSubMenueArrow {
    color: white !important;
  }

}

.dropdown-item:hover span {
  color: white !important;
}

.chatbot {
  position: fixed !important;
  bottom: 10%;
  right: 0%;
  z-index: 10;
  display: none;
}

.text p,
.text h5 {
  margin: 0px;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.chat-body {
  height: 66px;
  padding: 9px 30px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  border: 1.5px solid #FFF;
  background: #239138;
}

.chat-body p a {
  text-decoration: none;
  color: white;
}

.mascot {
  margin-bottom: -2.5rem;
}

.login-button a {
  text-decoration: none;
  color: white;
}

.chat-body p {
  color: white;
  margin-bottom: 0;
  margin-left: .8rem;
}

.chat-body .text {
  color: white;
  margin-bottom: 0;
}

.path-frontpage .Home {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .main-content .section .container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.serviceItemArr {
  border-bottom: 1px solid #DEDEDE !important;
}

.levelTwoSumMenu {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.levelTwoSubMenueArrow {
  margin-left: auto;
  color: black;
}

levelTwoSumMenu:hover {
  .levelTwoSubMenueArrow {
    color: white !important;
  }
}

.salientHeadingSlider {
  color: #2AF6FF;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.salientHeadingcontent {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}


/* Table Styling */
table {
  border-collapse: collapse;
  width: 100%;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #0a0032 !important;
}

thead {
  background-color: #A7CAFF;
  /* Light blue for header */
  color: #0a0032 !important;
}

th,
td {
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Alternate row color */
}

tbody tr:hover {
  background-color: #f1f1f1;
  /* Hover effect */
}

.pdf-icon {
  color: #d32f2f;
  /* Red color for PDF icon */
}

a {
  text-decoration: none;
  color: #007bff;
  /* Link color */
}

a:hover {
  text-decoration: underline;
}

/*Expose*/

.search-filter-section {
  background-color: rgb(227 236 249 / 80%);
  border-radius: 10px;
  padding: 15px;
  backdrop-filter: blur(5px);
  margin-top: -5rem;
  margin-bottom: 1rem;
}

/* Table Styling end */

.custom-search {
  display: none !important;
}

#search-block-form .js-form-item {
  margin-bottom: 0 !important;
}

.inputhide {
  display: none !important;
}

.formform {
  display: flex !important;
  flex-direction: row;
}

.formform .search-box {
  height: 2rem !important;
  width: 9rem !important;
  border: none;
  box-shadow: none !important;
}

.formform .glyphicon {
  border: none;
  box-shadow: none !important;
}

.salientHeading {
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(92deg, #1D4ED8 5.69%, #239138 109.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}


.salientHeadingOne {
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(92deg, #1D4ED8 5.69%, #239138 109.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.salientSubtitle {
  color: #090909;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 2.5rem
}

.faqHeading {
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(92deg, #1D4ED8 1.43%, #239138 60.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.faqheading1 {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.benefitshtag {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.notifictionhtag {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.statisticshtag {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.nav-links li a {
  color: white;
}




.lang-dropdown-select-element {
  padding: 4px 4px 4px 10px !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px !important;
}

#lang_dropdown_form_lang-dropdown-form .js-form-item .form-select {
  appearance: auto !important;
  background-image: none !important;
  background-color: rgba(244, 241, 255, 0.2) !important;
}

.telecom-card {
  height: 18.5rem;
}

#dummyClass li {
  width: 100% !important;
}

.media-links li a {
  color: white;
}

.important-links li a {
  color: white;
}

#infoDivContact {
  margin-top: -4rem;
  right: 5%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.searchShiftcombo .search-container .search-area input[type="submit"] {
  color: transparent !important;
  background: transparent !important;
  border: none !important;
}

.field-content .card {
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#search-form #edit-basic {
  display: flex;
}

#edit-basic #edit-submit {
  width: 6rem;
  height: 2.3rem;
  margin-top: 1.5rem;
  margin-left: 1rem;
}

.customPageTitle {

  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #0E34A0;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(91deg, #FFAE34 21.23%, #00FF31 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 2rem !important;

}

.off-canvas-wrapper {
  display: none !important;
}

.content .container .row {
  margin-top: -3rem !important;
}

.services {
  margin-top: 3rem !important;
}

.uni-search .search-icon {
  margin-top: .5rem;
}

.form-actions #edit-submit-circular-notifications-others {
  color: #fff;
  background-color: #0b3dc8;
  border-color: #0b3dc8;
}

.page-item.active .page-link {
  background-color: #0b3dc8 !important;
  border-color: #0b3dc8 !important;
  color: white !important;
}

.page-link {
  color: #0b3dc8 !important;
}

.comment-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  margin: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hover-button {
  position: relative;
  overflow: hidden;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  /* font-size: 18px; */
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #0057FF;
  background: linear-gradient(95deg, #0057FF 9.49%, #0F2972 92.52%);
  transition: background-color 0.3s ease;
}

.hover-button:hover {
  background-color: #0056b3;
}

.hover-button::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: width 0.5s ease;
}

.hover-button:hover::before {
  width: 100%;
}

.hover-button span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
}

.hover-button:hover span {
  transform: translateX(10px);
}

/*media gallery*/

.masonry-grid {
  column-count: 2;
  column-gap: 1rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  font-size: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-overlay .icon {
  font-size: 1.2rem;
}

.you-video iframe {
  min-height: 300px;
  margin-top: 20px;
}

/* Media gallery*/



.searchShiftcombo .search-container {
  padding: .75rem;
}

.search-area .search-icon {
  top: 30%;
  right: 20px;
}

.anch-explore {
  margin-right: 4rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: right;
}

#Application .ap-container {
  margin-top: 4rem;
}

.marquee-class {
  width: 12rem !important;
}

.marquee-section:hover {
  animation-play-state: paused;
}


.faqHome {
  text-align: right;
  margin-top: 1rem;
}

.faqHome a .btn-link {
  text-decoration: none !important;
}

/* .form-type-select .lang-dropdown-select-element{
    background: transparent;
    border: transparent;
    color: white;
} */

.form-type-select .lang-dropdown-select-element:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;

}

.form-type-select .lang-dropdown-select-element option {
  color: black;

}

.blinking-badge {
  font-size: 12px;
  color: white;
  background-color: red;
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block;
  animation: blinking 1.5s infinite;
  line-height: 15px;
  position: absolute;
  /* margin-left: -60px; */
}

@keyframes blinking {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.noti-image {
  margin-top: 2.8rem;
}

.noti-image img {
  border-radius: 20px;
}


#popupSection {
  top: 32px !important;
  left: 30vw !important;
}

.appl-btn-serv {
  text-align: right;
}

.blogro {
  margin-top: 1rem !important;
  display: flex !important;
  flex-direction: row;
}

@media (max-width: 992px) {
  .nav-items {
    display: none !important;
  }

  .ab-section {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .gallery-card img {
    max-height: 500px;
    object-fit: cover;
  }

}

.new-sec {
  padding: 0 !important;
  /* padding-left:.1rem !important; */

}

#news-container-block {
  padding: 1rem !important;
  margin-top: 0 !important
}

.pdg {
  display: flex;
  gap: 10px;
}

.pdg span {
  color: black;
  font-size: 12px;
}

.manual-padding {
  padding: 1rem
}

.view-display-id-attachment_1 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}
}


.act-rules-exposed #state-name-id {
  display: none !important;
}

.act-rules-exposed {
  gap: 6px;
}

#Citizen {
  top: 1px;
}

#Industry {
  top: 1px;
}

#Bharat {
  top: 1px;
}

#Standards {
  top: 1px;
}

#Grants {
  top: 1px;
}

#Resources {
  top: 1px;
}

#Apply {
  top: 1px;
}


.mega-menu {
  border-radius: 0 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.49);
  display: flex;
  gap: 27px;
  color: #000;
  font-weight: 600;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 22px 40px 20px;
  backdrop-filter: blur(10px);

}


.megaMenuCss {
  width: 90vw;
  left: -3rem
}

.marquee-container {
  width: 100%;
  background-color: #f8f9fa;
  padding: 15px 0;
}

.marquee-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #495057;
}

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

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

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.all-service-link {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  border-radius: 31px;
  border: 1px solid #DAE2E5;
  background: #FFF;
  width: fit-content;
  font-size: 12px;
}

.all-service-link a {
  text-decoration: none;
  cursor: pointer;
  color: #0057FF;
}

.all-service-link i {
  color: #0057FF;
}


.fade:not(.show) {
  display: none !important;
}

#block-telcomeservices-main-menu {
  display: flex !important;
  flex: 1 0 !important;
  justify-content: space-between !important;

}

/* blog landing page*/




.blog-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notf-container {
  width: 100%;
  display: flex;
  height: 100px;
  flex-shrink: 0;
  background-color: #FFF;
  border: 1px solid #D0DCFF;
  border-radius: 12px;
}

.notif-img {
  width: 150px;
  height: auto;
  border-radius: 12px 0px 0px 12px;
}

.notif-block {
  padding: 10px;
}

.blog-date {
  font-size: 12px;
  color: #000;
}

.b-headingline {
  font-size: 14px;
  font-weight: 400;
  padding-top: 2px;
  color: #1a1b20;
  word-wrap: break-word;
  text-decoration: none;
  width: 70%;
}

/* Button Styling */
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Hover Effect */
.custom-btn:hover {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: white;
  border-color: white;
}

/* Arrow Symbol */
.custom-btn::after {
  content: '→';
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.custom-btn:hover::after {
  transform: translateX(5px);
}

.shift-right {
  display: flex;
  justify-content: end;
}

.blog-big-image {
  width: 100%;
  height: 250px;
  /* Fixed height */
  overflow: hidden;
  /* Prevents overflow if image exceeds container */
  border-radius: 12px;
}

.blog-big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the area */
  object-position: center;
  /* Centers the image */
}

.shift-bottom {
  position: absolute !important;
  bottom: 0 !important;
}



.comments-view {
  display: flex;
  gap: 20px;
}

.commentuser-icon {
  font-size: 40px;
}

.commentUserName {
  font-weight: 600;
  margin-bottom: 10px;
}

.user-comments {
  font-size: 12px;
  color: #333;
}

.commentDate {
  color: #44474e;
  font-size: 12px;
}

/* Textarea Style */
.comment-textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  outline: none;
  resize: none;
  color: #777;
}

.comment-textarea::placeholder {
  color: #c0c0c0;
}

/* Button Container */
.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  gap: 10px;
}

/* Button Styles */
.btn {
  padding: 8px 20px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
}

.btn-clear {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #000;
}

.btn-clear:hover {
  background-color: #f5f5f5;
}

.btn-submit {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #ffffff !important;
}

.btn-submit:hover {
  opacity: 0.9;
}


/* Custom Header Style */

.popular-icon {
  font-size: 24px;
  margin-right: 10px;
}

/* Popular Reads List */
.popular-reads-container {
  margin: 0px auto;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.read-item {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.read-item:last-child {
  border-bottom: none;
}

.read-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}

.read-title a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.read-title a:hover {
  color: #0f6bff;
  text-decoration: underline;
}

.read-author {
  font-size: 12px;
  color: #555;
}


.calendar-container {
  margin: 30px auto;
  max-width: 500px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.calendar-header {
  background: linear-gradient(to right, #053889, #069a2d);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.calendar-icon {
  font-size: 24px;
  margin-right: 10px;
}




/* End blog landing page*/

.shift-tabs .nav-tabs .nav-link.active:hover {
  color: none !important;
}

.dropdown-menu {
  border: 0px !important;
}

.nav-link {
  Padding: 0rem 1rem !important;
}



#field-services-type-values .select-wrapper--level-2 {
  margin-top: 20px;
  width: 90%;
}

#node-circular-notification-form #edit-field-services-type-wrapper #field-services-type-add-more-wrapper .form-item .clearfix input#edit-field-services-type-add-more {
  display: none !important;
}

#node-circular-notification-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-0-target-id--level-1 {
  width: 19rem;
}

#node-circular-notification-edit-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-0-target-id--level-1 {
  width: 19rem;
}

#node-circular-notification-edit-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-1-target-id--level-1 {
  width: 19rem;
}

#node-ett-services-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-0-target-id--level-1 {
  width: 19rem;
}

#node-ett-services-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-1-target-id--level-1 {
  width: 19rem;
}

#node-circular-notification-edit-form .tabledrag-toggle-weight-wrapper {
  display: none;
}

#node-circular-notification-edit-form .field-add-more-submit {
  display: none;
}

#node-circular-notification-edit-form #field-services-type-values tr.even {
  display: none;
}

#node-ett-services-edit-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit-field-services-type-0-target-id--level-1 {
  width: 19rem;
}

#node-ett-services-edit-form #field-services-type-values .draggable .js-form-item .select-wrapper #edit.layout-region-field-services-type-1-target-id--level-1 {
  width: 19rem;

}

button.link.action-link.tabledrag-toggle-weight.btn.btn-secondary.btn-sm {
  display: none;
}

#node-circular-notification-form #edit-field-services-type-wrapper #field-services-type-add-more-wrapper .form-item .clearfix .layout-region-node-footer #edit-actions {

  width: 12%;
}

.dot-mitra-sec .dot-mitra {
  width: 98%;
  margin-top: 1%;
  margin-bottom: 1%;
  box-shadow: 0px 0px 5px 5px rgba(189, 187, 189, 1);
}


.responsive-menus.responsified span.toggler {
  box-shadow: none !important;
  background: none !important;
  text-align: left !important;
  color: black !important;
  position: absolute;
  top: 2.5rem;
  right: .5rem;


}



#quicktabs-home_page_tab .item-list ul li {
  display: block !important;
  padding: 10px !important;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .section-with-background {
  display: none;
  margin-top: 2rem;
}

.mobile-view-slider {
  display: none;
}

.web-view-slider {
  display: block;
}

.web-view {
  display: block;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .header-nav {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .top-header {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .navigation-menu {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .footer-container {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .footer-copyright {
  display: none;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .video-back-sec {
  display: none !important;
}



.service-page-ul {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  margin-top: 2rem;
}

.service-page-ul li a {
  text-decoration: none;
  color: green;
  font-weight: 500;
}

.service-page-ul li {
  background: #ffecec;
}


.noti-image {
  margin-top: 0.2rem !important;
}

.ab-section-animation {
  width: 100%;
}

.ab-section-animation {
  animation: 3s ab-section;
}

@keyframes ab-section-animation {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

td.views-field.views-field-field-multiple-attachment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.view-user-manual td.views-field.views-field-field-services-type {
  width: 300px;
}

.user-manual-card .policy-header .policy-title-wrapper .policy-name {
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-manual-card .policy-header .policy-title-wrapper {
  height: 93%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  padding: 60px 10px 40px 10px;
  width: 90%;
}

.user-manual-card .policy-header .policy-icon {
  z-index: 1;

}

.user-manual-card {
  width: 14rem !important;
}
.policy-date{
font-size: 12px;
 color: #000;
}
td.views-field p,
td.views-field div,
td.views-field span,
td.views-field a {
  background: unset !important;
  font-family: unset !important;
  font-size: inherit !important;
  padding-left: 6px !important;
  margin-left: 0px !important;
}

td.views-field ul,
td.views-field ol {
  list-style: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

td.views-field table {
  margin: 0px !important;
}

.search-filter-section .select-wrapper {
  margin-bottom: 8px;
}

#mymodule-otp-verify-form {
  width: 50%;
  margin: auto;
}

#mymodule-otp-verify-form .js-form-item {
  flex-direction: column !important;
  gap: 8px;
}

#mymodule-otp-verify-form input[type=submit] {
  margin-top: 8px;
}

/* mob responsive */

@media (max-width: 992px) {
  .top-header .nav-container {
    display: none;
  }

  #views-bootstrap-about-us-block-3 .carousel-indicators {
    margin-bottom: -1rem;
  }

  #views-bootstrap-about-us-block-3 .carousel-indicators [data-bs-target] {
    background-color: grey !important;
  }

  .heading-section {
    margin-top: 0px !important;
  }

  .media-section {
    display: none;
  }

  .anch-explore {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .view-header {
    margin-top: 1rem;
  }

  .responsive-menus-simple .nav-item {
    background: transparent;
  }

  .responsive-menus-simple .nav-item .menu-link .icon-wrapper {
    display: none !important;
  }

  .salientHeadingSlider {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .salientHeadingcontent {
    font-size: 20px;
    line-height: 25px;
  }

  .carousel-caption {
    padding-top: .25rem !important;

  }

  .sliderSilent {
    width: 55% !important;
    left: 6% !important;

  }

  .faqs-right-image {
    display: none !important;
    max-width: 50%;
  }

  .heading1 {
    font-size: 1.81rem !important;
  }

  .subtitle {
    font-size: 24px !important;
    text-align: center;
    display: block;
  }

  .underline-text {
    font-size: 20px;
    text-align: center;
  }

  .border-b {
    margin: auto;
  }

  .benefitshtag {
    font-size: 20px;
  }

  .ab-contet {
    display: none;
  }

  .statisticshtag {
    font-size: 20px;
  }

  .hover-button {
    /* margin-left: 30% !important; */
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-size: 14px !important;
  }

  .slide {
    padding: 0 !important;
  }

  .salientHeading {
    font-size: 24px;
  }

  .salientHeadingOne {
    font-size: 24px;
  }

  .salientSubtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .notifictionhtag {
    font-size: 16px;
    line-height: 23px;
  }

  .faqHeading {
    font-size: 30px;
  }

  .faqheading1 {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-container .brand-section .logo-wrapper {
    display: none !important;
  }

  .hero-card {
    display: none;
  }

  .services-header {
    display: none;
  }

  .service-card .iconCard {
    display: none;
  }

  .service-card .service-content .service-subtitle {
    display: none;
  }

  .service-card .service-content .service-description {
    display: none;
  }

  .accordion-button {
    font-size: 0.9rem;
  }

  .iconCard {
    display: none !important;
  }

  .service-title a {
    color: black !important;
  }

  .active-nav.dropdown.level-1 .service-title a {
    color: #fff !important;
  }

  /*.service-title a:focus,  .service-title a:visited {
    color: #fff !important;
  }*/

  #Citizen {
    position: relative !important;
  }

  #Industry {
    position: relative !important;
  }

  #Bharat {
    position: relative !important;
  }

  #Standards {
    position: relative !important;
  }

  #Grants {
    position: relative !important;
  }

  #Resources {
    position: relative !important;
  }
  
  #Dashboard {
    position: relative !important;
  }

  .sliderSilent {
    top: 1% !important;
  }

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

  .stats-value {
    font-size: 20px !important;
  }

  .stats-number {
    font-size: 25px !important;
  }

  .responsive-menus.responsified .responsive-menus-simple li a {
    color: black;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  .web-view {
    display: none;
  }

  .web-view-slider {
    display: none;
  }

  /* .mobile-view-slider {
    display: block;
  } */

  .service-title {
    width: 100%;
  }

  .benefits-container {
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
  }

  .customPageTitle {
    word-break: break-all;
  }

  .bannerSubtittleCss {
    line-height: 13px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .servi-title {
    text-align: left;
  }

  .appl-btn-serv .col-lg-12 {
    text-align: left;
  }

  .validity {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #views-bootstrap-telecom-act-home-page-list-block-1 {
    height: auto;
  }

  #views-bootstrap-telecom-act-home-page-list-block-1 .carousel-inner img {
    height: 100%;
    object-fit: cover;
    min-height: 180px;
  }

  #quicktabs-home_page_tab .item-list ul li {
    padding: 4px 8px !important;
  }

}

/* mob responsive end*/





/* Contact Us Page Start*/

.helpdest-container {
  margin-top: -2.5rem;
}

#quicktabs-home_page_tab .item-list {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 70px;
  border: 1px solid #B6C1C7;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  width: auto;
  margin: 0 auto;
}

#quicktabs-home_page_tab .item-list ul {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 43px;
  margin: 0;
  padding: 5px 0px;
}

#quicktabs-home_page_tab .item-list ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 50px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  color: #212121;
  cursor: pointer;
  transition: all 0.3s ease;
}

#quicktabs-home_page_tab .item-list ul li:hover {
  border-radius: 50px;
  border-bottom: 1px solid #66A3FF;
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
  color: #fff;
}

#quicktabs-home_page_tab .item-list ul li a {
  text-decoration: none;
  color: #1D4ED8;
  transition: all 0.3s ease;
}

#quicktabs-home_page_tab .item-list ul li a:hover {
  color: #ffffff;
}

#quicktabs-home_page_tab .item-list ul li.active {
  border-radius: 50px;
  border-bottom: 1px solid #66A3FF;
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
  color: #fff;
}

#quicktabs-home_page_tab .item-list ul li.active svg circle,
#quicktabs-home_page_tab .item-list ul li.active svg path {
  fill: #fff;
  /* Change only the fill color of circle or path */
  transition: fill 0.3s ease;
  /* Add smooth transition for the fill color */
}

#quicktabs-home_page_tab .item-list ul li.active a {
  color: #ffffff;
}

#quicktabs-home_page_tab .item-list ul li .iconz {
  padding: 0px 5px 0px 0px;
}

.helpdsk {
  display: flex;
  padding: 43px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #D0DCFF;
  background: #FFF;
}

.hlp-heading {
  display: flex;
  gap: 20px;
}

.main-h {
  font-weight: 700;
  margin-bottom: 0px;
}


.btn-gradient {
  background: linear-gradient(105deg, #66A3FF 4.66%, #0FA32B 91.25%);
  color: white !important;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  transition: background 0.5s, transform 0.2s;
}

.btn-gradient:hover {
  background: linear-gradient(105deg, #0FA32B 4.66%, #66A3FF 91.25%);
  transform: scale(1.05);
}

.btn-gradient:active {
  transform: scale(1);
}





/* Contact Us Page End*/
.userconfirm {
  width: 98%;
  margin-top: 1%;
  margin-bottom: 1%;
  box-shadow: 0px 0px 5px 5px rgba(189, 187, 189, 1);
}

/* login page*/

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .main-content .section .comment-container {
  margin-top: 0 !important;
  width: 50%;
}

.path-ettunifiedlogin .dialog-off-canvas-main-canvas .main-content .section .comment-container .block .container-fluid .full-height .dot-telecom {
  text-align: center;
}

.path-ettunifiedlogin {
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%) !important;
  padding: 5% !important;
}

.user-login-form {
  margin-top: 2rem;
}

.footer-container {
  background-Image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;

  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px 62px;
  border-radius: 0;
}

.brand-section {
  width: 25%;
}

.logo-wrapper {
  border-radius: 0;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  color: #1d4ed8;
  font: 600 10px Inter, sans-serif;
}

.logo-container {
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9px 17px;
}

.logo-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo-image {
  aspect-ratio: 2.21;
  object-fit: contain;
  width: 64px;
  margin: auto 0;
}

.portal-title {
  width: 68px;
  margin: auto 0;
}

.social-section {
  display: flex;
  margin-top: 5px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 28px;
}

.last-update {
  width: 65%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 0;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 10px;
  font: 600 13px/24px Noto Sans, sans-serif;
  text-align: center;
}


.nav-section {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.nav-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.nav-content>ul {
  padding: 0px;
}

.nav-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15px;
  border-bottom: 1px solid #fff;
  width: 50%;
  line-height: 32px;
}

.nav-links {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  list-style: none;
}

.nav-links a {

  position: relative;

  color: white;

  text-decoration: none;

  display: inline-block;

  padding: 5px 0;

  transition: transform 0.3s ease;

}

.nav-links a::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -2px;

  width: 0;

  height: 2px;

  background-color: white;

  transition: width 0.3s ease-in-out;

}

.nav-links a:hover {
  transform: translateX(-2px);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-link:focus,
.nav-link:hover {
  color: #FFFFFF !important;
}

.media-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.media-section>ul {
  padding: 0px;
}

.media-links {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 12px -64px 0 0;
  gap: 8px;
  list-style: none;
}

.links-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.links-section>ul {
  padding: 0px;
}

/*   .important-links {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 12px -36px 0 0;
    gap: 8px;
	list-style: none;
  } */

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  justify-content: flex-start;
  flex-grow: 1;
}

.powered-by {
  display: flex;
  width: 170px;
  max-width: 100%;
  gap: 5px;
  letter-spacing: 0.25px;
  font: 400 14px/1 Inter, sans-serif;
}

.powered-text {
  flex-grow: 1;
  margin: auto 0;
}

.powered-logo {
  aspect-ratio: 2;
  object-fit: contain;
  width: 86px;
}

.contact-details {
  border-radius: 0;
  display: flex;
  margin-top: 20px;
  max-width: 100%;
  flex-direction: column;
}

.contact-title {
  letter-spacing: 0.15px;
  align-self: flex-start;
  font: 700 14px/24px Noto Sans, sans-serif;
}

.address {
  margin-top: 5px;
  font: 500 12px/18px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .footer-container {
    justify-content: center;
  }

  .last-update {
    margin: 0px auto;
  }


  .logo-container {
    padding-left: 20px;
  }

  .contact-details {
    margin-top: 40px;
  }

  .nav-columns {
    max-width: 100%;
  }
}

.imp-link {
  display: flex;
  gap: 120px;
  padding: 0;
}

.imp-link ul {
  padding: 0;
}

.footer-copyright {
  background-color: rgba(0, 27, 62, 1);
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 2;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px 62px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0 20px;
  }
}

.copyright-text {
  align-self: stretch;
  min-width: 240px;
  gap: 10px;
  font-weight: 500;
  text-align: center;
  margin: auto 0;
  padding: 10px;
}

.copyright-text-light {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.copyright-text-brand {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.footer-links-wrapper {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  justify-content: start;
  width: 303px;
  margin: auto 0;
}

.footer-links {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
}

.footer-link {
  text-decoration: none;
  color: white;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.node__content {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
}

.important-links-inner li a {
  color: #000 !important;
  font-size: 12px;
  padding: 10px;
}

.important-links-inner li a:hover {
  color: #000 !important;
  font-size: 12px;
  padding: 10px;
}

/* Video Background */
.video-title-background {
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 16rem;

  /* opacity: 0.8;  Video opacity */
  display: none;
  /* Initially hidden */
  z-index: -1;
}

.video-back-sec .container .region-featured-top {
  margin-top: -15rem;
}

/* content search page */
.search-help-link {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}

.breadcrumb-item.active {
  color: #f0d305 !important;
}

body.path-document-required-for-services ol.list-group {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 25px !important;
}

body.path-document-required-for-services li.list-group-item {
  position: relative !important;
  padding: .5rem 1rem !important;
  color: #212529 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: none !important;
  display: list-item !important;
}

li.nav-item.clickleft.active {
  background: black;
}

.media-inner-page {
  display: flex;
  justify-content: space-evenly;
}

.img-detail .colorbox img {
  height: 100%;
  width: 100%;
}

.img-detail {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.img-detail span {
  font-style: italic;
  font-size: .8rem;
  text-align: center;
}

.headingclss {
  padding: 10px;
  background-color: #afcafc;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 18px;
}

#filtAction #edit-actions {
  display: flex;
  gap: 7px;
}

#AdvfiltAction #edit-actions {
  display: flex;
  gap: 7px;
}


/* New CSS for UI fixes */

div#views-bootstrap-one-portal-unlimited-possibilities-block-1 .carousel-indicators {
  bottom: -45px;
}

div#views-bootstrap-one-portal-unlimited-possibilities-block-1 .carousel-indicators button {
  background-color: grey;
}

div#views-bootstrap-one-portal-unlimited-possibilities-block-1 .carousel-indicators button.active {
  opacity: 1;
}

.featured-services-container a img.service-icon {
  margin: 0px auto;
}

.user-login-form .form-group .js-form-item {
  flex-direction: column;
  margin-bottom: 8px;
}

.user-login-form .form-group .js-form-item label {
  margin-bottom: 4px;
}

.helpdest-container .js-form-item {
  flex-direction: column;
  margin-bottom: 8px;
}

.helpdest-container .js-form-item label {
  flex-direction: column;
  margin-bottom: 8px;
}

.captch {
  margin-top: 10px;
}

.captcha-type-challenge--image .captcha__element {
  flex-flow: row;
  margin-top: 10px;
}

.captcha__element>.js-form-item {
  flex-direction: column;
}

.nato-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px !important;
}

.tabs-wrapper {
  gap: 5px;
}

.tab-cc {
  padding: 10px 5px;
  width: 110px !important;
}

.about-tab {
  width: 90px !important;
}

.policy-tab {
  width: 120px !important;
}

.active-servicestab .main-services-container {
  border-radius: 32px;
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
  transform: initial;
}

.main-content {
  background: linear-gradient(138deg, rgba(24, 98, 11, 0.50) 12.32%, rgba(0, 47, 255, 0.50) 98.17%);
}

#webform-submission-feedback-grievance-suggestions-add-form .js-form-item {
  flex-direction: column;
}

.video-home-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.customPageTitle {
  font-size: 2rem;
}

.active-badges {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff;
}

body.path-ettunifiedlogin .main-content {
  background: transparent;
}

#webform-submission-vigilance-complaint-form-add-form .js-form-item {
  flex-direction: column;
}

#webform-submission-vigilance-complaint-form-add-form .js-form-item label {
  margin-bottom: 5px;
}

#webform-submission-vigilance-complaint-form-add-form .col-md-6,
#webform-submission-vigilance-complaint-form-add-form .col-md-12 {
  margin-bottom: 8px;
}

#webform-submission-vigilance-complaint-form-add-form .row {
  margin-bottom: 0px !important;
}

.important-links>.nav-item>.nav-link {
  padding-left: 0px !important;
}

/* .responsive-menus.responsified .responsive-menus-simple li a{
background-color: #fff;
} */
.rm-removed>section {
  background: #e8f9ff;
  padding-top: 10px !important;
  padding-bottom: 7px;
}

.responsive-menus.responsified span.toggler {
  font-size: 2.35em;
}

.stats-label {
  letter-spacing: -0.18px;
  white-space: nowrap;
  /* width: 100px; */
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 4px;
}

.stats-label:hover {
  /* width: auto; */
  white-space: wrap;
}

.view-last-updated {
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  background-color: #eafffe !important;
}

.video-back-sec .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.node--type-blog-post #edit-comment-body-0-format {
  display: none;
}

#advancedFilters .js-form-item {
  margin-bottom: 12px;
}

#edit-comment-body-wrapper .js-form-item label {
  margin-bottom: 6px;
}

#edit-comment-body-wrapper .js-form-item {
  flex-direction: column;
}

.accordion-body img {
  max-width: 100%;
}

.accordion-body {
  overflow-x: auto;
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.responsive-menus.responsified.responsive-toggled.absolute {
  position: inherit;
}

.nav-contact-tab {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 43px;
  margin: 0;
  padding: 0;
}

.nav-button-contact {
  border-radius: 50px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  color: #212121;
  Padding: 10px;
}

.nav-button-contact.active {
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
  color: #fff;
}

.nav-button-contact:hover {
  background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
  color: #fff;
}

.dp-show {
  display: block !important;
  position: absolute;
  z-index: 10000;
}

.dp-show1 {
  display: block !important;
  position: absolute;
  z-index: 10001;
  top: 4rem;
}

.dp-hide {
  display: none !important;
}

.view-tenders .search-filter-section>.d-flex {
  gap: 8px;
}

.view-tenders .search-filter-section>.d-flex>.js-form-item input {
  height: 100%;
}

.view-tenders .search-filter-section>.d-flex .form-actions {
  margin-bottom: 0px !important;
}

.active-nav {
  background: #0f2972 !important;
}

li.active-nav .menu-text {
  color: #fff !important;
}

.expanded-level-1.active-nav {
  padding-bottom: 8px !important;
}

.active-nav img.dropdown-indicator {
  transition: 0.50s ease !important;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  -ms-transition: 0.50s;
  -o-transition: 0.50s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg) !important;
  filter: invert(1);
}

.expanded-level-1.active-nav .service-title>a,
.expanded-level-1.active-nav .service-title>a:hover,
.expanded-level-1.active-nav .service-title>a:focus {
  color: #fff !important;
}

.expanded-level-1.active-nav .arrow img {
  transform: rotate(90deg);
  transition: 0.3s ease;
  filter: invert(1);
}

.state-filt {
  margin-left: 10px;
}

#edit-field-state-name-target-id--level-0 {
  display: none;
}

#advancedFilters {
  margin-top: 0px !important;
}

div#block-telcomeservices-content img {
  max-width: 100%;
}

table th {
  white-space: nowrap;
}

.exp-form {
  width: 100%;
}

.pagination {
  flex-wrap: wrap;
}

.page-item {
  white-space: nowrap;
  margin: 4px 0px;
}

.views-view-grid .views-row {
  width: 100%;
}

.faqs-right-image {
  display: block;
  margin: 0px auto;
}

.helpdsk .card {
  align-items: center;
  height: 100%;
  word-break: break-all;
}

.helpdsk .card .icon {
  margin: 0px auto;
}

.grid-services .mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-services {
  align-items: center;
  height: auto;
  min-height: 15rem;
}

.view-glossary-of-terms .view-content {
  display: flex;
  gap: 5px;
  overflow: auto;
  padding-bottom: 8px;
}

.view-glossary-of-terms .view-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.view-glossary-of-terms .view-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.view-glossary-of-terms .view-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

span.views-summary.views-summary-unformatted {
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 2px 15px;
}

span.views-summary.views-summary-unformatted:hover {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
}

span.views-summary.views-summary-unformatted:hover a {
  color: #fff;
}

span.views-summary.views-summary-unformatted:has(a.is-active) {
  background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
}

span.views-summary.views-summary-unformatted a.is-active {
  color: #fff;
}

.views-summary a {
  color: #000;
}

.Applyview-title {
  text-align: start;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1d4ed8;
}

.nodeapplylink {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding-left: 0px;
}

ul.nodeapplylink li {
  list-style: none;
  display: flex;
  justify-content: end;
  margin-top: 5px;
}

ul.nodeapplylink li a {
  color: white;
  border: none;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #0057FF;
  background: linear-gradient(95deg, #0057FF 9.49%, #0F2972 92.52%);
}

.required-documents {
  word-break: break-all;
}

.error {
  color: red;
  font-size: 14px;
}

.optfield button,
.optvalidate button {
  margin-top: 5px;
}

.total-stats table {
  min-width: 350px;
}

.total-stats table tr {
  background: transparent;
  vertical-align: middle;
}

.total-stats table tr td:first-child {
  color: #6c7f86;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.18px;
  border-right: 1px solid #f2f2f2;
}

.total-stats table tr td:last-child {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.28px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#buttonClose {
  position: absolute;
  right: -6px;
  top: -12px;
  cursor: pointer;
}

.footer-container .dot-telecom img,
.footer-container .logo-container {
  width: 70%;
}

.footer-container .dot-telecom {
  text-align: center;
}

.mobilemenuicon {
  display: none;
}

.mobilemenuicon .fa-minus {
  color: #fff;
  display: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* about stats page */
.serving-areas {
  position: relative;
  max-width: 1250px !important;
  width: 100%;
  height: 850px;
  background-image: url('../images/bg-india-map.svg');
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.serving-area {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 99;
}

.serving-area:first-child {
  top: 56%;
  left: 6%;
}

.serving-area:nth-child(2) {
  top: 34%;
  left: 22%;
}

.serving-area:nth-child(3) {
  top: 25%;
  left: 44%;
}

.serving-area:nth-child(4) {
  top: 33%;
  left: 65%;
}

.serving-area:nth-child(5) {
  top: 52%;
  left: 79%;
}

.issued-no {
  color: #fb9742;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.license-name {
  font-size: 18px;
  max-width: 160px;
  text-align: center;
  font-weight: 500;
}

.license-total {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-align: center;
}

.license-total h1 {
  background: linear-gradient(92deg, #1D4ED8 5.69%, #239138 109.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
}

.license-total span {
  font-size: 1.2rem;
}

.base-bg {
  position: absolute;
  bottom: -40px;
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.license-img {
  width: 200px;
}

#myTab .nav-link {
  color: #000 !important;
}

/*
#myTab .nav-link:visited {
  color: #000 !important;
}
*/
#myTab .nav-link:hover,
#myTab .nav-link:focus,
.nav-link:active {
  color: blue !important;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 9999;
  width: 100%;
}

.fixed-drop {
  position: fixed !important;
  top: 120px;
}

.circl-header {
  display: flex;
  gap: 10px;
  justify-content: end;
  flex-wrap: wrap;
  padding-right: 8px;
}

.circl-header a {
  color: white;
  border: none;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #0057FF;
  background: linear-gradient(95deg, #0057FF 9.49%, #0F2972 92.52%);
}

.circl-header a:hover {
  color: white !important;
}

.re-group {
  display: flex;
  width: 70%;
  gap: 5px;
}

.re-group select {
  width: 70%;
}

.re-group #edit-submit {
  width: 50%;
}

#form-result th {
  color: #fff !important;
}

#form-result {
  max-width: 100%;
  overflow: auto;
}

.secondary-menu .service-page-ul {
  display: flex;
  gap: 8px;
  list-style-type: none;
  justify-content: end;
  align-items: center;
  margin: 0px;
  padding: 8px;
}

.secondary-menu .service-page-ul li a {
  color: #092998;
  font-weight: normal;
  font-size: 14px;
}

.secondary-menu .service-page-ul li {
  Padding: 4px;
  background: transparent;
}

.tab-view-slider {
  display: none;
}

.minister-img {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  background: linear-gradient(250.44deg, #1D4ED8 6.87%, #239138 101.87%);
  border: 1px solid #ccc;
}

.heading-section .nav-link:hover {
  color: #001862 !important;
}

.heading-section .card {
  padding: 24px 10px;
  transition: 0.5s ease-in-out;

}

.service-providers-logo .b-logo {
  padding: 10px;
}

.key-bg {
  height: 600px;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 24px;
  background-image: url('../images/act-bg.png');
  ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.key-list .service-card {
  width: auto;
  height: auto;
}

#encrypted-form-otp {
  margin: auto;
  width: 70%;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#encrypted-form-otp .js-form-item {
  flex-direction: column;
  margin-bottom: 10px;
  gap: 10px;
}

#encrypted-form-otp p {
  color: #069a2d;
}

.carousel-inner {
  padding: 10px;
  padding-top: 0px;
}
.ab-section .hover-button, .media-section .hover-button {
    float: right;
}
.whours{
   display: flex;
   flex-direction: column;
   font-size: 14px;
}

.top-nav-item{
	display: flex;
	gap: 5px;
	align-items: center;
}
.bg-sec{
	    background-color: #ececec !important;
}

/* Bhasini Translation css start */
/*.bhashini-dropdown-btn{
	background-color: #000000 !important;
	padding: 0.6rem 1.12rem !important;
	width: 7.75rem !important;
}
.bhashini-dropdown-content{
	bottom:auto !important;
}
/*
.bhashini-dropdown{
	    left: unset !important;
    bottom: unset !important;
    top: 0 !important;
    right: 24px !important;
	z-index: 10000 !important;
}
 */
/* -- */
/* Media Query for UI */
@media (min-width: 768px) {
  .nato-container {
    max-width: 750px !important;
  }
}

@media (max-width: 767px) {
  .nato-container {
    transform: translate(-50%, 25px);
  }

  .anch-explore .hover-button {
    margin-right: 10px;
  }

  #mymodule-otp-verify-form {
    width: 100%;
  }

  .hover-button span {
    display: inline;
  }

  .mobile-view-slider {
    display: block;
  }

  .tab-view-slider {
    display: none !important;
  }

  .statistics-card {
    padding: 5px;
  }

  .salientHeadingSlider {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .salientHeadingcontent {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 992px) {
  .nato-container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .nato-container {
    max-width: 1140px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .navigation-menu {
    padding-left: 0px;
    padding-right: 0px;
  }

  .icon-wrapper {
    width: 24px;
    height: 24px;
    padding: 0px;
  }
}

@media only screen and (max-width: 992px) {
  #industrySubMenu {
    max-width: 100%;
    position: unset !important;
  }

  .tab-view-slider {
    display: block;
  }

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

  .levelTwoSubMenueArrow {
    margin-left: 10px;
    display: inline-block;
  }

  .all-service-link a {
    padding: 0px !important;
  }

  .cardWithArrow {
    align-items: center;
    justify-content: space-between;
    width: 85%;
  }

  .responsive-menus.responsified .responsive-menus-simple li ul li a {
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 40px;
    margin-top: 6px;
    text-transform: capitalize;
  }

  /*
  .responsive-menus.responsified .responsive-menus-simple li ul li a:visited{
    color: #fff !important;
  }
*/
  .service-button {
    justify-content: center;
  }

  .service-button {
    background: linear-gradient(to bottom, #f6f8f9 0%, #b3e0ff 51%, #bcd9ff 100%);
    color: #000;
  }

  /* 
  .service-button:nth-child(2) {
    background: linear-gradient(253deg, #17c24d 20.52%, #4F0808 125.7%);
    color: #fff;
  }

  .service-button:nth-child(3) {
    background: linear-gradient(253deg, #71747d 20.52%, #4F0808 125.7%);
    color: #fff;
  }

  .service-button:nth-child(4) {
    background: linear-gradient(253deg, #e17d20 20.52%, #4F0808 125.7%);
    color: #fff;
  }

  .service-button:nth-child(5) {
    background: linear-gradient(253deg, #4b51d0 20.52%, #2b2020 125.7%);
    color: #fff;
  }

  .service-button:nth-child(6) {
    background: linear-gradient(253deg, #1d62d8 20.52%, #4F0808 125.7%);
    color: #fff;
  } */

  .service-title {
    font-size: 14px;
    font-weight: 400;
    font: 400 14px Roboto, sans-serif;
  }

  .rm-removed>section>.container {
    padding: 0px !important;
  }

  .service-title>span {
    padding-left: 40px;
  }

  .search-filter-section {
    margin-top: -3rem;
    margin-bottom: 1rem;
  }

  .hero-carousel {
    height: 40vh;
  }

  #views-bootstrap-home-page-slide-block-1 .carousel-inner .slide.active {
    height: 40vh !important;
  }

  .subtitle1 {
    font-size: 30px;
  }

  .main-title {
    font-size: 22px !important;
  }

  .hero-tagline {
    font-size: 16px;
    padding-bottom: 0px;
  }

  section.notifications-updates {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .masonry-grid {
    column-count: 1;
  }

  section.key-stats {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  #quicktabs-home_page_tab .item-list.mt-5 {
    margin-top: 0px !important;
  }

  .mobile-view-slider {
    margin-bottom: 20px;
  }

  .navigation-menu {
    padding: 0;
  }

  .header-nav {
    flex-direction: row;
    justify-content: flex-start;
  }

  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: transform .3s ease;
    transform: translateX(0%);
  }

  .responsive-menus.responsified .responsive-menus-simple,
  .responsive-menus.responsified .responsive-menus-simple ul {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    transition: transform .3s ease;
    transform: translateX(100%);
    margin-top: -20px;
  }

  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple {
    padding-bottom: 20px !important;
    background: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .rm-removed .service-item:hover {
    background-color: #fff !important;
    color: #000 !important;
  }

  .level-2 a span:hover {
    color: #fff !important;
  }

  .service-item:hover .arrow-icon {
    color: #000;
  }

  .all-service-link {
    padding: 6px;
    margin-top: 0px;
    margin-left: 20px;
    background: linear-gradient(95deg, #0057FF 9.49%, #0F2972 92.52%);
  }

  .all-service-link a,
  .all-service-link i {
    color: #fff !important;
  }

  .services-list-wrapper {
    padding: 0 !important;
  }

  .services-submenu {
    padding: 0 !important;
  }

  .rm-removed>.dropdown-item {
    padding: 0;
  }

  /* .rm-removed > section.bg-white{
  background-color: #f6f6f6 !important;
} */
  .services-content {
    margin-top: 0;
  }

  .services-list-wrapper {
    background-color: #fafafa;
    border-radius: 0;
  }

  .services-submenu {
    width: 100%;
    border-radius: 0;
    margin: 0px auto;
    box-shadow: none;
  }

  .serviceItemArr {
    border-bottom: none !important;
    padding: 0px !important;
  }

  .serviceItemArr a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 20px !important;
  }

  .level-2 a:hover {
    color: #000 !important;
  }

  .dropdown-item:active {
    color: #000 !important;
  }

  .dropdown-item:hover {
    color: #000 !important;
  }

  .service-item:hover {
    color: #000 !important;
  }

  .nav-item:hover .dropdown-indicator {
    transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  .menu-item:hover .dropdown-indicator {
    transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  .stats-column {
    width: 150px !important;
  }

  #views-bootstrap-about-us-block-3 .carousel-item {
    padding: 5px 10px;
  }

  #views-bootstrap-about-us-block-3 .carousel-item .telecom-card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }

  #quicktabs-home_page_tab .item-list ul {
    flex-wrap: nowrap;
    max-width: 90vw;
    overflow: auto;
    justify-content: start !important;
  }

  .quicktabs-loaded a {
    display: flex;
    padding: 10px 8px !important;
    flex-wrap: nowrap;
    gap: 4px;
    white-space: nowrap;
  }

  .state-filt {
    margin-left: 0px;
  }

  #Apply {
    width: 100%;
  }

  .expanded-level-1.active-nav .service-title {
    color: #fff;
  }

  .search-filter-section .js-form-item {
    margin-bottom: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .customPageTitle {
    font-size: 1.5rem;
  }

  .breadcrumb-item a,
  .breadcrumb-item {
    font-size: 12px;
  }

  .mascot img {
    width: 90px;
    height: auto;
  }

  .customPageTitle {
    margin-top: 1rem !important;
  }

  .last-update {
    padding: 6px;
    margin-top: 5px;
  }

  .you-video iframe {
    min-height: 300px;
    margin-top: auto;
    width: 100%;
  }

  .you-video {
    width: 100%;
  }

  .views-col {
    width: 100% !important;
  }

  #quicktabs-home_page_tab .item-list {
    overflow: auto;
    align-items: start;
    padding: 6px;
  }

  #nav-tab .nav-button-contact {
    white-space: nowrap;
  }

  .s-filter>ul.nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .s-filter .main-service-content {
    min-width: 100px;

  }

  .main-services-container .main-service-icon {
    display: none;
  }

  .s-filter {
    overflow: auto;
    border-radius: 10px;
  }

  .searching-box {
    margin: 8px 0px;
  }

  #block-telcomeservices-content>section.mt-5 {
    margin-top: 0px !important;
  }

  .services-section .ajaxdataresponse.mt-5,
  .services-section .col-lg-12.mt-5 {
    margin-top: 0px !important;
  }

  .captcha-type-challenge--image .captcha__element {
    flex-flow: column;
  }

  .nodeapplylink {
    margin-left: 0px;
    padding-left: 0px;
  }

  ul.nodeapplylink li {
    justify-content: start;
  }

  #block-telcomeservices-main-menu {
    display: none !important;
  }

  .shift-tabs .listing-view.nav-link:hover,
  .shift-tabs .block-view.nav-link:hover {
    color: #000 !important;
  }

  .list-services {
    padding: 8px;
  }

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

  .services-section {
    margin: 0 !important;
  }

  .policy-card {
    margin: 0px auto;
  }

  .total-stats table {
    min-width: 320px;
  }

  #buttonClose {
    display: none;
  }

  .mobilemenuicon {
    display: block;
  }

  .dropdown.level-1 .arrow img {
    display: none;
  }

  .active-nav.level-1 .mobilemenuicon .fa-minus {
    display: block;
  }

  .active-nav.level-1 .mobilemenuicon .fa-plus {
    display: none;
  }

  .serving-areas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
  }

  .serving-area {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    position: static;
  }

  .license-img {
    width: 70px;
    order: -1;
    display: none;
  }

  .base-bg {
    display: none;
  }

  .license-total {
    order: -1;
    position: static;
    transform: none;
  }

  .license-total h1 {
    font-size: 1.5rem;
  }

  .license-total span {
    font-size: 1rem;
  }

  .license-name {
    max-width: none;
  }

  .helpdsk {
    padding: 10px 5px;
    gap: 0px;
  }

  #nav-tabContent {
    padding: 10px !important;
  }

  .helpdsk .container,
  #vigilance .container {
    padding: 0px;
  }

  .footer-links-wrapper {
    margin: 0px auto;
  }

  .skip-link, .nav-separator, .updates-btn{
	  display:none;
  }

  .top-nav-item .action-btn{
       display:none;
  }
  .apply-janparichay a{
	padding: 4px !important;
    display: inline !important;
    text-transform: capitalize !important;
    color: #0066ea !important;
  }
  .apply-janparichay{
	  margin-left: 10px !important;
	  margin-bottom: 10px !important;
  }
  .active-nav > a{
	  color: #fff !important;
  }
  .menu-text{
	  font-size: 14px !important;
  }
  .dropdown-item {
	  font-size: 13px !important;
  }
  .main-services-container{
	  white-space: nowrap;
  }
  
} 

