/* Base styles for extra-small screens (mobile-first) */
/* Very Small Mobile Screens (320px and below) */
/* Small Mobile Screens (321px to 576px) */
/* Large Mobile Screens (577px to 768px) */
/* Tablets (769px to 1024px) */
/* Small Laptops (1025px to 1440px) */
/* Desktops (1441px to 1920px) */
@media screen and (min-width: 1920px) {
  .collector-main {
    width: 25%;
  }
}
@media screen and (max-width: 1440px) {
  body, html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .marathi-text {
    font-size: 14px;
  }
  .e-services-card h3.marathi-text {
    font-size: 16px;
  }
}
/* Large Desktops (1921px to 2560px) */
@media screen and (min-width: 992px) {
  .accessibility-btn,
  .online-services .dropdown-main-show,
  #online-services-bottom,
  .navbar .font-btn {
    display: none;
  }
  .downaload-sec .col-lg-3 {
    padding-left: 0px;
    padding-right: 20px;
    position: sticky;
    top: 120px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .accessibility-sec {
    display: none;
  }
  .online-information li {
    width: calc(50% - 8px);
  }
}
/* Extra-Large Screens (2561px and above) */
@media screen and (max-width: 991px) {
  .search-part {
    display: none;
  }
  ul.bullet_list li {
    width: calc(33.33% - 10px);
  }
  .modal-dialog {
    margin-top: 90px;
  }
  #searchModal .btn-close {
    right: 0;
    top: -46px;
  }
  .header-fixed {
    position: static;
    transform: none;
  }
  .navbar-nav li i {
    display: none;
  }
  li:has(.mega-menu):before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
  }
  li.active:has(.mega-menu):before {
    content: "\f107";
    color: #fff;
    width: 30px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2px;
  }
  .arrow-active:before {
    content: "\f106" !important;
  }
  li:has(.mega-menu-new) {
    position: relative;
  }
  .accessibility-sec .search-part {
    display: block !important;
  }
  .search-btn {
    color: #000;
  }
  header .container {
    padding: 0vw 15px;
  }
  #navbarSupportedContent {
    position: fixed;
    background: #fff;
    top: 0px;
    margin: 0px;
    height: 100vh;
    padding: 30px;
    width: 100vw;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    transform: translate(110%, 0px);
  }
  #navbarSupportedContent .navbar-nav {
    flex-direction: column;
  }
  #navbarSupportedContent.show {
    transform: translate(0%, 0%);
  }
  header li a {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
  }
  .logo img {
    height: 40px !important;
    margin-right: 0px;
  }
  #quick-links li {
    width: 32% !important;
  }
  .e-sevices-sec {
    padding: 40px 0px;
  }
  .e-sevices-sec li {
    width: 32% !important;
  }
  .main-head h2 {
    font-size: 32px !important;
  }
  .e-services-card {
    padding: 30px 20px 40px 20px;
  }
  .e-services-card a {
    font-size: 16px;
  }
  .e-services-card .icon {
    width: 60px;
    height: 60px;
  }
  .e-services-card .icon h3 {
    font-size: 18px;
    margin: 14px 0px;
  }
  .e-services-card .icon p {
    font-size: 14px;
  }
  .e-services-card .icon img {
    width: 30px;
    height: 40px;
  }
  .exlpore-photo-gallery {
    padding: 40px 0px;
  }
  .sticky-sec h2 {
    font-size: 28px;
  }
  .sticky-sec .col-lg-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 40px;
  }
  .view-all {
    font-size: 14px;
  }
  .online-information li {
    width: 100%;
  }
  .download-apps-sec {
    padding: 60px 0px 0px 0px;
    margin: 20px 0px 60px 0px;
  }
  .mobile-app-flex .col-lg-2 {
    width: 50%;
    margin-bottom: 30px;
  }
  .main-footer .col-lg-9 .footer-card ul {
    width: 50%;
  }
  .main-footer .copytight-sec {
    padding: 16px 0px 60px 0px;
    margin-top: 20px;
  }
  .main-footer .copytight-sec p {
    font-size: 12px;
  }
  .main-footer .copytight-sec .row {
    gap: 10px;
  }
  .main-footer .copytight-sec .row .col-lg-4 {
    text-align: center !important;
  }
  .controls {
    position: relative;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100vw;
    left: 0;
    box-shadow: -3px 8px 12px rgba(0, 0, 0, 0.3176470588);
    padding: 12px;
    display: none;
  }
  .accessibility-btn {
    font-size: 24px;
  }
  .controls.controls-active {
    display: block;
    z-index: 10;
  }
  .controls.controls-active #online-services {
    display: none;
  }
  .scroll-top {
    width: 30px;
    height: 30px;
    right: 16px;
    bottom: 50px;
    font-size: 12px;
  }
  #v-pills-tab {
    margin: 0px 0px 30px 0px !important;
  }
  .dropdown-main-show {
    display: block !important;
    top: auto !important;
    max-width: 100vw !important;
    position: fixed;
  }
  #online-services-bottom {
    background: #be0108 !important;
    padding: 8px 16px !important;
    border: 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    color: #fff;
  }
  .online-services .dropdown-main {
    right: 0px;
    bottom: 0px;
    max-width: 100vw;
    padding: 20px 20px 50px 20px;
    display: none;
  }
  .dropdown-main.dropdown-main-footer.dropdown-main-show-new {
    display: block !important;
    top: auto !important;
    position: fixed;
  }
  li:has(.mega-menu):hover .mega-menu {
    position: static;
    opacity: 1;
    pointer-events: all;
    background: aliceblue;
    float: left;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .downaload-sec {
    margin: 40px 0px;
  }
  header .navbar-expand-lg {
    padding: 10px 0px;
  }
  .helpline {
    display: none;
  }
  .download-slider {
    margin: 60px 0px 0px 0px;
  }
  .owl-nav {
    justify-content: center;
    position: static;
    margin: 30px 0px;
  }
  .quotation-sec li {
    width: 100% !important;
  }
  .quotation-sec .quotation-card {
    padding: 20px;
    margin-top: 30px;
  }
  .quotation-sec .quotation-card h3:before {
    left: -20px;
  }
  .quotation-sec .col-lg-7 li {
    width: 100% !important;
  }
  .quotation-sec-new ul {
    margin: 40px 0px 0px 0px;
  }
  .quotation-sec-new ul li {
    width: 100%;
  }
  #quick-links li {
    width: 32% !important;
  }
  .e-sevices-sec {
    padding: 40px 0px;
  }
  .e-sevices-sec li {
    width: 32% !important;
  }
  .info-part {
    margin-bottom: 30px;
  }
  .cta-flex .col-lg-12 ul h4 {
    font-size: 16px !important;
    line-height: inherit;
  }
  .sticky-sec .col-md-8 {
    width: 100%;
  }
  .sticky-sec .col-md-4 {
    width: 100%;
  }
  .feedback-form-sec .row {
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-head h2 {
    font-size: 22px !important;
  }
  .main-head h2:after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-item {
    width: 50% !important;
  }
  .sidebar-scroll {
    margin-bottom: 30px;
    padding: 0px;
  }
  .col-lg-9 .col-lg-12 {
    padding: 0px;
  }
  .downaload-sec .col-lg-3 {
    padding: 0px;
    margin-bottom: 30px;
  }
  .info-part {
    flex-direction: column;
    border-left: 0px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
  }
  .collector-main {
    width: 40%;
    float: left;
    padding: 4px;
    border-radius: 4px;
    margin: 0px 16px 6px 0px;
  }
  .info-part .text-part h3 {
    font-size: 16px;
  }
  .sticky-sec .col-lg-8 {
    margin-bottom: 40px;
  }
  #quick-links {
    justify-content: center;
    gap: 1%;
  }
  .cta-flex .col-lg-9 {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .cta-flex .col-lg-9 li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item {
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .downaload-sec .col-lg-3 {
    width: 30%;
  }
  .downaload-sec .col-lg-9 {
    width: 70%;
  }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .main-footer .col-lg-9 {
    width: 70%;
  }
  .main-footer .col-lg-3 {
    width: 30%;
  }
}
@media screen and (max-width: 576px) {
  .logo img {
    height: 32px;
  }
  .e-services-card {
    padding: 20px;
    gap: 3%;
    justify-content: center;
  }
  .e-services-card a {
    position: relative;
    bottom: 0px;
  }
  #navbarSupportedContent {
    padding: 80px 16px 30px 16px;
  }
  #navbarSupportedContent .navbar-nav {
    flex-direction: column;
    margin: 0px !important;
    width: 100% !important;
  }
  div#navbarSupportedContent .container {
    padding: 0px;
  }
  header li a {
    justify-content: space-between;
  }
  header li a:has(svg) {
    justify-content: flex-start;
  }
  header li .mega-menu ul li {
    width: 100% !important;
  }
  header li .mega-menu {
    min-width: 100%;
  }
  .pdf-sec li a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .pdf-sec li {
    padding: 30px;
    flex-direction: column;
  }
  .pdf-sec li a {
    font-size: 14px;
  }
  .pdf-sec li img {
    width: 60px;
    margin-right: 0px;
  }
  .btn-flex {
    flex: 0 0 auto;
    margin-left: 0px;
    display: flex;
    gap: 9px;
    margin-top: 20px;
  }
  .btn-flex a {
    font-size: 14px;
  }
  .btn-flex a img {
    width: 30px;
  }
  .main-footer .col-lg-7 .footer-card ul {
    width: 100%;
  }
  ul.bullet_list li {
    width: 100%;
  }
  .main-head h2 {
    font-size: 26px !important;
  }
  .main-head h2:after {
    width: 30%;
    height: 2px;
  }
  .info-part .text-part p {
    font-size: 12px;
  }
  .info-part .text-part h4 {
    font-size: 12px;
  }
  .e-sevices-sec .col-lg-3 {
    margin-top: 20px;
  }
  .collector-main img {
    border-radius: 4px;
  }
  .e-sevices-sec li {
    width: 48% !important;
  }
  #quick-links {
    gap: 3%;
  }
  #quick-links li {
    width: 47% !important;
  }
  .cta-flex .col-lg-12 {
    align-items: flex-start;
  }
  .main-footer .col-lg-9 .footer-card ul {
    width: 100%;
  }
  .cta-flex .col-lg-12 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .main-head h2 {
    font-size: 22px !important;
  }
}
/*# sourceMappingURL=responsive.css.map */