@media screen and (max-width: 1300px) {
  .slide__img a img {
    height: auto;
  }
}

@media screen and (max-width: 1150px) {
  .hpc-stages {
    margin: 0 0 20px;
  }

  .hpc-stages > div > .row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .hpc-stages > div > .row > div {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .hpc-stages-staps {
    gap: 20px;
    justify-content: center;
  }
}

.menu-hamburger{
  display: none;
}

@media screen and (max-width: 991px) {
  .skip-content,
  .screen-reader {
    display: none;
  }

  .menu-hamburger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
  }

  .text-resizer {
    position: relative;
  }

  .text-resizer::after {
    left: 0;
    top: 10px;
    width: 1px;
    content: "";
    height: 20px;
    position: absolute;
    background: var(--text_bg_color);
  }

  .navigation-bar {
    left: -100%;
    top: 40px;
    width: 100%;
    border: none;
    z-index: 99999;
    position: fixed;
    overflow-y: auto;
    box-shadow: none;
    height: calc(100vh - 40px);
    transition: all 0.3s;
  }

  .navigation-bar .menu-bar {
    padding: 0;
  }

  .navigation-bar.navigation-show{
    left: 0px !important;
  }

  .wsmenu .wsmenu-list {
    flex-direction: column;
  }

  .wsmenu .wsmenu-list li > a,
  .wsmenu .wsmenu-list li > span {
    width: 100%;
    display: flex;
    padding: 10px 12px;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
  }

  .wsmenu .wsmenu-list li a:before,
  .wsmenu .wsmenu-list li span:before {
    border-radius: 0;
  }

  .wsmenu .wsmenu-list li ul {
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 0 0 0 10px;
  }

  .wsmenu .wsmenu-list li ul li a {
    padding: 10px 10px 10px 20px !important;
  }

  .whats-new {
    padding: 10px;
  }

  .latest-news {
    gap: 6px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .new-head img {
    width: 20px;
  }

  .new-head {
    font-size: 16px;
  }

  .latest-news marquee a {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }

  #about_us,
  #parakh_activities {
    padding: 20px 0 30px;
  }

  #parakh_activities {
    padding-bottom: 0;
  }

  #parakh_activities,
  #national_achievement {
    background: #ffffff;
  }

  #about_us .row {
    gap: 20px;
  }

  #about_us .row .col-6 {
    width: 100%;
  }

  .inner-activities .plan-text {
    text-align: left !important;
  }

  .activities-lists ul {
    margin: 20px 0px 0;
    flex-direction: column;
  }

  .activities-lists ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 20px 20px;
  }

  .activities-lists ul li:last-child {
    margin: 0;
  }

  .activities-lists ul li .bg-img {
    width: auto;
    right: 20px;
    bottom: 10px;
    box-sizing: border-box;
    border: 4px solid #ffffff;
  }

  .inner-achievement {
    padding: 0 15px 10px;
  }

  .inner-achievement h2 {
    margin: 0 0 20px;
  }

  .nas-section .row .col-md-4 {
    width: 50%;
  }

  #about_parakh_video {
    padding: 0 0 30px 0;
  }

  #site-map {
    padding: 0;
  }

  .right-round-corner {
    display: none;
  }

  .inner-site-map {
    border-radius: 0;
    padding: 20px 15px 0;
  }

  .state-data,
  .map-site {
    width: 100%;
  }

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

  .state-data .tab-pane .tab-data h3 {
    margin: 0 0 15px;
  }

  .state-data .tab-pane .tab-data ul {
    gap: 10px;
    padding: 0;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    max-width: 100%;
    background: none;
    margin: 0 0 20px;
    align-items: center;
    justify-content: center;
  }

  .state-data .tab-pane .tab-data ul li {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
  }

  .state-data .tab-pane .tab-data ul li h3 {
    margin: 0;
  }

  .h2basic-head {
    margin: 0 0 15px;
  }

  .map-site {
    margin: 0 0 3px;
    padding: 20px 0 0 0;
    background: #ffffff;
  }

  .note-line {
    justify-content: center;
  }

  .webform-dialog.webform-dialog-narrow.know-more {
    margin: 0 0 20px;
  }

  #footer .inner-footer {
    padding: 20px 0 10px;
  }

  .head-banner {
    height: auto;
    background: #ffeee5;
  }

  .head-banner.head-banner-hpc {
    overflow: visible;
  }

  .head-banner h2 {
    margin: 20px 0;
    font-size: 24px;
    line-height: 38px;
  }

  .head-banner h2 .hpc-banner-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
  }

  .shape-hexagon {
    display: none;
  }

  .breadcrumb ul {
    margin: 10px 0 0;
  }

  .about-hpc,
  #about_lsa,
  #about_parakh,
  #nas_dashboard {
    padding: 15px !important;
  }

  .error-page {
    padding: 32px 16px 48px;
  }

  .error-page__code {
    font-size: 56px;
  }

  .error-page__title {
    font-size: 22px;
  }

  .error-page__message {
    font-size: 14px;
  }

  .error-page__actions {
    flex-direction: column;
    width: 100%;
  }

  .error-page__actions .know-more {
    width: 100%;
    max-width: 280px;
  }

  div#maincontent p {
    margin: 0 0 10px !important;
  }

  .about-hpc > div > .row > .col-md-6 {
    width: 100%;
  }

  .about-hpc h2,
  .about-hpc-foundational-stage ul li h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }

  .hpc-empower .col-md-6 figure,
  .hpc-empower .col-md-12 figure {
    height: 260px;
  }

  .hpc-empower .col-md-6 figure img,
  .hpc-empower .col-md-12 figure img {
    object-position: top;
  }

  .hpc-stages h2 {
    width: 100%;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 34px;
  }

  .about-hpc-foundational-stage ul li {
    margin: 0 0 15px;
    padding: 15px 15px 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
  }

  .about-hpc-foundational-stage ul li:last-child {
    margin: 0;
  }

  .about-hpc-foundational-stage-details {
    flex-direction: column;
  }

  .about-hpc-foundational-stage-details .foundational-text-details,
  .pdf-downloader {
    padding: 0;
    width: 100%;
  }

  .hpc-click-count {
    margin: 15px 0;
  }

  .pdf-downloader figure {
    height: 230px;
  }

  #international_collaborations,
  #parakh_events {
    padding: 0 15px;
  }

  .inner-collaborations {
    border: none;
  }

  .tube-border,
  .collab-circle,
  #parakh_events .tube-border,
  #parakh_events .collab-circle {
    display: none;
  }

  .content-events,
  .content-collaborations {
    padding: 15px 0 0;
  }

  .collaborations-tabs {
    margin: 0;
  }

  .collaborations-tabs-update {
    padding: 0;
    flex-direction: column;
  }

  .collaborations-tabs-update figure {
    width: 100%;
    height: 270px;
  }

  .collaborations-tabs-update .plan-text {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .collaborations-tabs .nav-tabs-all .nav-tabs {
    margin: 0 0 20px;
  }

  .collaborations-tabs .nav-tabs-all .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    padding: 12px 14px;
  }

  #post_tab_content .views-element-container > div > div {
    width: calc(50% - 30px);
    border: 1px solid #e15a11;
  }

  #post_tab_content .views-element-container > div {
    justify-content: center;
  }

  .parakh-video {
    height: 250px;
  }

  .events-details h5,
  .events-details h5 a {
    margin: 15px 6px 10px;
  }

  .events-details .loaction,
  .events-details .time-duration,
  .events-details .time-period {
    padding: 0 10px;
  }

  .events-details .time-duration {
    margin: 0 10px 15px;
  }

  #about_us .row .col-8 {
    width: 100%;
    margin: 0 0 15px;
  }

  .main-event-photo .detailed-shared {
    padding: 10px 0 0;
  }

  .main-event-photo figure {
    width: 100%;
    height: 380px;
  }

  .col-md-4.hpc-empower {
    width: 100%;
  }

  .hpc-empower .gallery-lists .views-element-container > div {
    margin: 0 -15px;
  }

  .hpc-empower .gallery-lists .views-element-container > div > div {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }

  .gallery-set h2 {
    margin: 15px 0;
    align-items: center;
  }

  .gallery-set h2 p {
    margin: 0 !important;
  }

  #photo_gallery {
    border-bottom: none;
    padding: 0 0 10px 0;
  }

  .gallery-lists .views-element-container > div,
  #upcoming_tab_content .views-element-container > div,
  #post_tab_content .views-element-container > div {
    margin: 0 -15px;
  }

  .gallery-lists .views-element-container > div > div,
  #upcoming_tab_content .views-element-container > div > div,
  #post_tab_content .views-element-container > div > div {
    width: calc(50% - 30px);
  }

  .events-calendar-parakh .calendar-view-pager .pager__item a,
  .events-calendar-parakh .calendar-view-pager .pager__item a:hover {
    width: auto;
    height: 30px;
    padding: 0 10px;
    min-width: 90px;
    line-height: 30px;
  }

  .events-calendar-parakh .calendar-view-table caption {
    padding: 20px 0 10px;
  }

  .calendar-view-table thead th {
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
  }

  .calendar-view-table td {
    min-height: auto;
  }

  .blog-section {
    padding: 0;
    border: none;
    flex-direction: column;
  }

  .blog-filters h2,
  .blog-filters > div {
    width: 100%;
  }

  .blog-filters > div {
    margin: 0 0 20px;
  }

  .blog-section figure {
    width: 100%;
  }

  .blog-section .blog-details {
    padding: 15px 10px 10px;
    box-sizing: border-box;
    width: calc(100% - 0px);
    border: 1px solid #eaeaea;
  }

  .blog-section .blog-details .blog-creation ul {
    margin: 0 0 6px;
  }

  .blog-section .blog-details h6 a {
    line-height: 24px;
    margin: 0 0 8px;
    overflow: visible;
    text-overflow: initial;
    white-space: pre-wrap;
  }

  .blog-section .blog-details .plan-text p {
    display: flex;
  }

  div#maincontent p > img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }

  .hpc-empower .col-md-6 figure,
  .hpc-empower .col-md-12 figure {
    margin: 0 0 15px;
  }

  #foundation_learning {
    padding: 5px 0 15px;
  }

  div#maincontent ol {
    padding: 0 15px;
  }

  div#maincontent p.plan-text.mt-4 {
    padding: 0 15px;
  }

  div#maincontent ol li {
    margin: 0 0 10px !important;
  }

  #prss_parakh {
    padding: 20px 15px 30px;
    background: #ffeee5;
  }

  .prss-content h1 {
    font-size: 30px;
    margin: 0 0 10px;
  }

  .prss-content .hpc-hands-on {
    min-width: auto;
    margin: 0 10px 10px;
  }

  div#education_system {
    margin: 0 !important;
  }

  .about-education-system {
    padding: 15px 15px;
  }

  .grade-pdf-lists ul li {
    margin: 0 0 8px;
  }

  .grade-pdf-lists {
    margin: 10px 0 !important;
  }

  .prs-video-modules .row {
    gap: 15px;
  }

  .prs-video-card {
    max-width: calc(50% - 15px);
  }

  .hpc-stages h2 strong {
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .text-resizer {
    display: none;
  }

  .right-side-header > a.full-search,
  .language-selector {
    margin: 0 10px 0 0;
  }

  .dark-light-mode {
    padding: 0;
  }

  .survey-heads {
    border: none;
  }

  .inner-copyright {
    font-size: 11px;
    text-align: center;
    flex-direction: column;
  }

  .nas-section .row .col-md-4 {
    width: 100%;
    margin: 0 0 15px !important;
  }

  #post_tab_content .views-element-container > div > div {
    width: 100%;
    margin: 0 0 15px;
  }

  .inner-events {
    border: none;
    background: #ffffff;
  }

  .gallery-lists .views-element-container > div,
  #upcoming_tab_content .views-element-container > div,
  #post_tab_content .views-element-container > div {
    margin: 0;
  }

  .gallery-lists .views-element-container > div > div,
  #upcoming_tab_content .views-element-container > div > div,
  #post_tab_content .views-element-container > div > div {
    margin: 0 0 20px;
    width: calc(100% - 0px);
  }

  .calendar-view-pager {
    flex-direction: initial;
  }

  .calendar-view-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .events-calendar-parakh .calendar-view-day {
    padding: 7px 0 0;
  }

  .blog-filters {
    align-items: flex-start;
    flex-direction: column;
  }

  figure img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .govt-name {
    font-size: 0;
  }

  .prs-video-card {
    max-width: 100%;
  }

  .activities-lists ul li .bg-img {
    display: none;
  }

  .india-map-statistics svg {
    width: 100%;
    height: auto;
  }

  .state-data .tab-pane .tab-data ul li {
    width: 100%;
    box-sizing: border-box;
  }

  .hpc-empower .gallery-lists .views-element-container > div > div {
    margin: 0 0 15px;
    width: calc(100% - 0px);
  }

  #nas_dashboard #block-parakh-content p a {
    word-wrap: break-word;
  }
}

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