/* Mobile CSS  */
@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;
  }
}

@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%;
  }
}
@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;
  }
}
@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%;
  }
}
@media (max-width: 991px) {
  .menu-level-0 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .close-button-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .sub-services-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .services-list-wrapper {
    max-width: 100%;
  }
}
@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%;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer-container {
    padding: 0 20px;
  }

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

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

  .nav-columns {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .dot-portal-description {
    max-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;
  }
}
@media (max-width: 991px) {
  .stats-container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .help-desk-container {
    padding: 0 20px;
  }

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

  .help-desk-description {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .document-title {
    white-space: initial;
  }
}
@media (max-width: 991px) {
  .tabs-wrapper {
    max-width: 100%;
  }

  .stats-tab,
  .policy-tab,
  .faq-tab {
    white-space: initial;
  }
}
@media (max-width: 991px) {
  .featured-image {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .featured-image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .preview-label {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .post-title {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .post-excerpt {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .tabs-wrapper {
    max-width: 100%;
  }

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

@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;
  }
}

@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;
  }
}

@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%;
  }
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 0 20px;
  }
}
/* -- */
/* 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;
  }
} 

