.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.timelines {
  color: #475467;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1366px;
  padding: 96px 24px;
}

.heading {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  line-height: 200%;
}

.table-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f4f7;
  border-bottom: 1px solid #eaecf0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 36px;
  display: grid;
}

.text-block {
  margin-top: 8px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 130%;
}

.div-block {
  border-right: 1px solid #d0d5dd;
  width: 100%;
}

.div-block.corner-radius {
  border-top-left-radius: 8px;
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eaecf0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.row.last-row {
  border-bottom-width: 0;
}

.row-content {
  border-right: 1px solid #d0d5dd;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.row-content.last-column {
  border-right-width: 0;
}

.bold-text {
  font-size: 16px;
  font-weight: 600;
}

.icon.tg-predcr {
  width: 400px;
}

.icon.dropdown-icon {
  width: 20px;
  min-height: 20px;
}

.icon.nav-icon {
  width: 32px;
  height: 32px;
}

.icon-14s {
  flex: none;
  width: 24px;
  height: 24px;
}

.tabs-13 {
  display: flex;
}

.heading-dcr {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.open-menu-values {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 24px;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: relative;
}

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

.nav-menu-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #344054;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 4px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-menu-links:hover {
  background-color: #f9fafb;
}

.nav-menu-links.w--current {
  border: 1px solid #1570ef;
  border-radius: 6px;
}

.nav-menu-links.enforcement {
  width: auto;
}

.nav-menu-links.track-button.buildnow-plugin {
  width: 240px;
}

.nav-menu-links.track-button.vertical {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.text-block-11 {
  color: #475467;
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
}

.divider {
  background-color: #d0d5dd;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu-nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.tooltip {
  z-index: 30;
  position: absolute;
  inset: -16px 16px auto auto;
}

.navbar {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  font-family: Inter, sans-serif;
  position: static;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.container-3 {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 12px;
  display: none;
}

.menu-button {
  display: none;
}

.menu-button.w--open {
  color: #475467;
  background-color: #c8c8c800;
}

.div-block-11 {
  color: #fff;
  background-color: #1570ef;
  border-right: 1px solid #1849a9;
  border-radius: 8px 0 0 8px;
  padding: 8px 16px;
  font-weight: 600;
}

.div-bloc1co {
  color: #fff;
  background-color: #1570ef;
  border-left: 1px solid #1849a9;
  border-right: 0 solid #1849a9;
  border-radius: 0 8px 8px 0;
  padding: 8px;
  font-weight: 600;
}

.login-desktop {
  text-decoration: none;
  display: flex;
}

.login-desktop.track-button {
  margin-right: 24px;
}

.mobile-nav-menu {
  background-color: #c8c8c800;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 85px;
  margin-right: 54px;
  display: none;
}

.nav-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #344054;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-links.home {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-style: none;
  border-radius: 0;
}

.nav-links.home.track-button.w--current {
  margin-right: 12px;
}

.nav-links.old-tgbpass {
  white-space: nowrap;
  border-style: none;
  flex-flow: row;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-links.old-tgbpass.track-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.desktop-nav-options {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.login-menu {
  z-index: 20;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  min-width: 240px;
  padding: 6px 6px 14px;
  position: relative;
}

.nav-menu-login-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #101828;
  width: 100%;
  padding: 10px 8px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-menu-login-links:hover {
  background-color: #f9fafb;
}

.nav-menu-login-links.track-button.application-search {
  display: none;
}

.heading-copy {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.heading-copy.h2 {
  margin-bottom: 48px;
}

.container-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1366px;
  padding: 48px 24px;
  display: flex;
}

.heading-4 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.goandact {
  color: #475467;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-38 {
  border-right: 1px solid #d0d5dd;
  width: 100%;
}

.div-block-38.last-column {
  border-right-width: 0;
}

.div-block-38.corner-radius {
  border-top-left-radius: 8px;
}

.table-heading-goact-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f4f7;
  border-bottom: 1px solid #eaecf0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  height: 36px;
  display: grid;
}

.link-block-5 {
  color: #1570ef;
  text-decoration: none;
}

.text-block-19 {
  margin-top: 8px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 130%;
}

.div-block-39 {
  display: none;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1366px;
  padding: 96px 24px;
  display: flex;
}

.heading-5 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.circulars {
  color: #475467;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.text-block-20 {
  color: #344054;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
}

.list-6 {
  color: #344054;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.list-item-14664 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.list-7 {
  color: #1d2939;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.list-item-14665 {
  margin-bottom: 16px;
}

.list-item-14665.last {
  margin-bottom: 0;
}

.div-block-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.departments-container-2 {
  max-width: 800px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.green-dot-icon {
  width: 20px;
}

.section-3 {
  font-family: Inter, sans-serif;
}

.faq-ans-p-2 {
  color: #475467;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 36px;
}

.faq-qaa-main-conatainers {
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding-bottom: 12px;
  overflow: hidden;
}

.faq-q-icon-containers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 0 12px;
  display: flex;
}

.faq-anss {
  display: none;
}

.faq-main-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
}

.faqs-tab-content-3 {
  width: 100%;
}

.question-answers-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.faq-q-h-2 {
  color: #344054;
  letter-spacing: .2px;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-anws-container-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-left: 12px;
  margin-right: 30px;
  padding-top: 8px;
  display: flex;
  overflow: hidden;
}

.faq-tab-link-2 {
  color: #344054;
  background-color: #0000;
  border-left: 2px solid #e2e8f0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-weight: 400;
}

.faq-tab-link-2.w--current {
  color: #1570ef;
  background-color: #0000;
  border-left: 1px solid #1570ef;
}

.faq-tab-link-2.track-button.w--current {
  color: #1570ef;
  border-left-width: 2px;
  border-left-color: #1570ef;
  font-weight: 600;
}

.faqs-all-tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5a7184;
  flex-direction: column;
  flex: none;
  max-width: 230px;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.text-block-22 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.list-orderded-alphbets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #344054;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  list-style-type: none;
  display: flex;
}

.list-item-14666 {
  margin-bottom: 16px;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1d2939;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  color: #344054;
  font-size: 16px;
  font-weight: 600;
}

.list-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #344054;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: decimal;
  display: flex;
}

.section-4 {
  font-family: Inter, sans-serif;
}

.text-block-25 {
  color: #1d2939;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.desktop-open-menu {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 500px;
  display: none;
  position: absolute;
  inset: 94px 0 auto auto;
}

.menu-icon-desktop {
  cursor: pointer;
}

.menu-icon-desktop.track-button {
  display: block;
}

.login-desktop-menu {
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 50px 16px auto auto;
}

.logo.mobile {
  display: none;
}

.down-arrow-nav {
  width: 24px;
}

.spotlight-slider-right-arrow {
  clip-path: path("M20.0006 8.94735C20.5206 9.46735 20.5206 10.3073 20.0006 10.8273L14.8273 16.0007L20.0006 21.174C20.5206 21.694 20.5206 22.534 20.0006 23.054C19.4806 23.574 18.6406 23.574 18.1206 23.054L12.0006 16.934C11.4806 16.414 11.4806 15.574 12.0006 15.054L18.1206 8.93401C18.6273 8.42735 19.4806 8.42735 20.0006 8.94735Z");
  background-color: #475569;
  width: 35px;
  height: 32px;
  transform: rotate(180deg);
}

.div-block-57 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 64px;
}

.read-more-arrow {
  clip-path: path("M5 13H16.865L13.232 17.36C12.878 17.784 12.936 18.415 13.36 18.768C13.785 19.122 14.415 19.064 14.769 18.64L19.769 12.64C19.808 12.593 19.827 12.538 19.856 12.486C19.88 12.444 19.909 12.408 19.927 12.362C19.972 12.247 19.999 12.126 19.999 12.004C19.999 12.003 20 12.001 20 12C20 11.999 19.999 11.997 19.999 11.996C19.999 11.874 19.972 11.753 19.927 11.638C19.909 11.592 19.88 11.556 19.856 11.514C19.827 11.462 19.808 11.407 19.769 11.36L14.769 5.36C14.57 5.123 14.286 5 14 5C13.774 5 13.547 5.076 13.36 5.232C12.936 5.585 12.878 6.216 13.232 6.64L16.865 11H5C4.448 11 4 11.448 4 12C4 12.552 4.448 13 5 13Z");
  background-color: #1565d8;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  display: flex;
}

.read-more-container {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.spotlight-slider-left-arrow {
  clip-path: path("M20.0006 8.94735C20.5206 9.46735 20.5206 10.3073 20.0006 10.8273L14.8273 16.0007L20.0006 21.174C20.5206 21.694 20.5206 22.534 20.0006 23.054C19.4806 23.574 18.6406 23.574 18.1206 23.054L12.0006 16.934C11.4806 16.414 11.4806 15.574 12.0006 15.054L18.1206 8.93401C18.6273 8.42735 19.4806 8.42735 20.0006 8.94735Z");
  background-color: #475569;
  width: 35px;
  height: 32px;
}

.date {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.in-the-media-left-arrow {
  width: 35px;
  position: relative;
  top: 32px;
  left: -60px;
}

.in-the-media-left-arrow.track-button {
  top: 25px;
  left: -115px;
}

.media-logos {
  width: auto;
  height: 56px;
}

.media-logos.deccan-chronicle {
  width: 140px;
}

.media-logos.telangana-today {
  width: 200px;
}

.media-logos.v6-velugu {
  width: 130px;
}

.media-logos.enadu {
  width: 110px;
}

.media-logos.news-telugu-18 {
  width: 80px;
}

.media-logos.x-tweet {
  width: 200px;
}

.media-logos.zee5 {
  width: 50px;
}

.media-logos.times-of-india {
  width: 122px;
}

.media-logos.sakshi {
  width: 120px;
}

.media-logos.disa {
  width: 50px;
}

.media-logos.siast, .media-logos.sakshi {
  width: 120px;
}

.media-logos.ntv {
  width: 84px;
}

.media-logos.x-tweet2 {
  width: 200px;
}

.media-logos.v6-news {
  width: 70px;
}

.media-logos.indian-express {
  width: 200px;
}

.media-logos.etv {
  width: 60px;
}

.in-the-media-right-arrow {
  position: relative;
  right: -90px;
}

.in-the-media-right-arrow.track-button {
  width: 32px;
  top: -8px;
  right: -110px;
}

.read-more-tex {
  color: #1570ef;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.slider-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.slider-container.mobile {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-3.last {
  color: #667085;
  margin-bottom: 0;
}

.text-3.remove-margin {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-divider {
  background-color: #475467;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 48px;
}

.frame-1171276139 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1171276105 {
  grid-column-gap: 10px;
  background-color: #1d2939;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 60px;
  padding: 14px 36px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  width: 32px;
  text-decoration: none;
}

.section-6 {
  background-color: #101828;
  font-family: Inter, sans-serif;
}

.frame-1171276023 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276113 {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  display: none;
}

.frame-1171276135 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.div-block-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.div-block-63 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
}

.div-block-64 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.frame-1171276140 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-decoration: none;
  display: flex;
}

.footer-links.track-button.hide {
  display: none;
}

.footer-links.track-button.hide.w--current {
  display: block;
}

.frame-1171276094 {
  grid-column-gap: 10px;
  background-color: #1d2939;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
}

.frame-1171276083 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #667085;
  text-align: right;
  margin-top: 16px;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-4.left-align {
  color: #667085;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.code-embed-39 {
  width: 104px;
  height: 60px;
}

.frame-1171276024 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 330px;
  text-decoration: none;
  display: flex;
}

.frame-1171276112 {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #667085;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-5.table-header-details-text {
  margin-bottom: 0;
}

.frame-1171276136 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.frame-1171276142 {
  grid-row-gap: 10px;
  background-color: #1d2939;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 60px;
  padding: 14px 33px;
  text-decoration: none;
  display: flex;
}

.code-embed-40 {
  width: 32px;
  height: 32px;
}

.text-2 {
  color: #667085;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-2.remove-margin {
  margin-bottom: 0;
  font-size: 14px;
}

.inquiry {
  grid-column-gap: 10px;
  background-color: #d1e9ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.for-any-inquiries-please-email-us-at-buildnow-gmail-com {
  color: #175cd3;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.link-91 {
  color: #175cd3;
  font-size: 18px;
  text-decoration: none;
}

.external-link {
  width: 20px;
  min-height: 20px;
}

.external-link.footer {
  width: 16px;
  margin-top: -1px;
}

.external-link.nav {
  width: 18px;
  min-height: 18px;
  margin-top: -4px;
}

.h2-heading-inter-40-size {
  color: #1d2939;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.h2-heading-inter-40-size.line-height {
  color: #101828;
  width: 755px;
  margin-bottom: 0;
  line-height: 120%;
}

.h2-heading-inter-40-size.width {
  color: #101828;
  width: auto;
  max-width: 790px;
  line-height: 140%;
}

.main-content-section {
  background-color: #fff;
}

.container-12 {
  max-width: 1200px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
}

.text-block-34 {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-35 {
  color: #475467;
  text-align: center;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.mobile-image-2 {
  display: none;
}

.instant-approval {
  background-color: #f2f4f7;
}

.container-13 {
  max-width: 1200px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
}

.text-block-36 {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-37 {
  color: #475467;
  text-align: center;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.mobile-image-3 {
  display: none;
}

.instant-approval-mortgage {
  background-color: #fff;
}

.container-14 {
  max-width: 1200px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
}

.text-block-38 {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-39 {
  color: #475467;
  text-align: center;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.container-6 {
  color: #475467;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.container-6.abput-us {
  color: #344054;
  max-width: 950px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.heading-11 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
}

.heading-11.about-us {
  font-size: 48px;
  line-height: 120%;
}

.body-4, .body-6 {
  font-family: Inter, sans-serif;
}

.right-pattern-procedures {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-pattern-procedures.hide {
  display: none;
}

.left-pattern-procedures {
  z-index: -1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-pattern-procedures.left.hide {
  display: none;
}

.div-block-89 {
  background-color: #d0d5dd;
  width: 100%;
  height: 1px;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1a1b1e;
  border: 1px solid #1a1b1e;
  border-radius: 12px;
  padding: 22px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: color .3s, border-color .3s, transform .3s, box-shadow .3s, background-color .3s;
  box-shadow: 0 2px 4px #4a3aff1f;
}

.button-primary:hover {
  color: #1a1b1e;
  background-color: #0000;
  transform: scale3d(.94, .94, .01);
  box-shadow: 0 4px 10px #448cfc1a;
}

.row-goact-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eaecf0;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.row-goact-copy.last-row {
  border-bottom-width: 0;
}

.div-block-183198052158 {
  display: none;
}

.text-block-929 {
  color: #475467;
  font-size: 18px;
  line-height: 130%;
}

.text-block-930 {
  color: #475467;
  font-size: 18px;
}

.text-block-931 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 130%;
}

.text-block-935 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.text-block-935.contact-number {
  color: #101828;
}

.text-block-935.width {
  width: 130px;
}

.each-card-container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  max-width: 950px;
  height: auto;
}

.date-company-container-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-90 {
  margin-top: 24px;
}

.media-images-2 {
  min-height: 190px;
}

.div-block-92 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.card-description {
  color: #344054;
  min-height: 80px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-183198052160 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide {
  width: 308px;
  margin-right: 24px;
}

.text-14px {
  color: #344054;
  font-size: 14px;
}

.text-16px {
  color: #344054;
  font-size: 16px;
}

.text-18px {
  color: #1d2939;
  font-size: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-content._404 {
  justify-content: space-between;
  align-items: center;
  width: 400px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-15 {
  font-family: Inter, sans-serif;
}

.div-block-183198052161 {
  color: #475467;
  min-width: 100px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-links-top {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #475467;
  letter-spacing: .25px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-links-top.mobile-hide.track-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.toplink-divider-2 {
  background-color: #d0d5dd;
  width: 1px;
  height: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

.toplink-divider-2.remove-space {
  margin-right: 0;
}

.div-block-183198052163 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-183198052164 {
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-183198052166.tablet {
  flex-flow: column;
  display: flex;
}

.text-block-943 {
  color: #475467;
  font-size: 16px;
}

.divider-3 {
  background-color: #d0d5dd;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.paragraph-2 {
  color: #475467;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.external-alert-popup-div {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.external-alert-modal {
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 470px;
  margin-top: 24px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.gradient {
  background-image: linear-gradient(#0000004d, #0000);
  width: 100%;
  height: 98px;
  position: absolute;
}

.button-5 {
  color: #fff;
  background-color: #1570ef;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-14 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.button-4 {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.mobile-handler {
  display: none;
}

.div-block-183198052171 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.text-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-13.remove-margin {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.frame-1171276454 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  text-decoration: none;
  display: flex;
}

.div-block-183198052172 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.text-14 {
  color: #667085;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-14.remove-margin {
  margin-bottom: 0;
  font-size: 14px;
}

.frame-1171276455 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-11712761101 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.code-embed-43 {
  width: 340px;
  min-height: 250px;
}

.heading-13 {
  color: #344054;
  margin-top: 32px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-940 {
  color: #475467;
  width: 366px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.go-to-home {
  color: #fff;
  background-color: #1570ef;
  border: 1px solid #1570ef;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.sitemap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1110px;
  padding-top: 48px;
  padding-bottom: 200px;
  display: flex;
}

.h1-40px {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.h1-40px.sitempap-h1 {
  color: #101828;
  font-weight: 600;
}

.div-block-183198052173 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 250px;
  display: flex;
}

.sitemap-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.sitemap-section {
  height: 700px;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-183198052174 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.text-block-939 {
  color: #344054;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.code-embed-42 {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.code-embed-42.right {
  inset: auto 0% 0% auto;
}

.sitemap-link-text {
  color: #1570ef;
  text-underline-position: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration-color: #1570ef;
}

.sitemap-links {
  color: #1570ef;
  -webkit-text-stroke-color: #1570ef;
}

.sitemap-links.track-button.hide {
  display: none;
}

.code-embed-47 {
  width: 20px;
}

.text-block-945 {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}

.search-and-menu-div, .code-embed-48 {
  display: none;
}

.div-block-183198052176 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-183198052178 {
  margin-top: 10px;
}

.div-block-183198052179 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.youtube-link.track-button {
  margin-left: -6px;
}

.code-embed-49 {
  width: 97px;
}

.about-build-now-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 32px;
  display: flex;
}

.div-block-183198052188 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.div-block-183198052189 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #1d2939;
  min-height: 113px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 140%;
}

.paragraph-4 {
  color: #344054;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.div-block-183198052190 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
  position: relative;
}

.about-build-now-section {
  z-index: 1;
  background-color: #f9fafb;
  position: relative;
}

.code-embed-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-icons-div {
  background-color: #fdead7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.nav-menu-icons-div.officer-login-color {
  background-color: #ebe9fe;
}

.nav-menu-icons-div.architect-login-icon {
  background-color: #d1fadf;
}

.nav-menu-icons-div.search-color {
  background-color: #e0f2fe;
}

.one-single-interface {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.div-block-183198052192 {
  z-index: 1;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 48px;
  display: flex;
}

.div-block-183198052193 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._1920-image {
  width: 590px;
  display: none;
}

.one-state-one-platform {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.one-state-one-platform.abosulte {
  display: none;
  position: absolute;
  bottom: auto;
  left: 368px;
  right: auto;
}

.contact-us-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475467;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.contact-us-dropdown.track-button {
  margin-right: 20px;
  display: none;
}

.contact-us-desktop-menu {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 36px -4px auto auto;
}

.contact-menu-list {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 310px;
  padding: 16px;
  display: block;
}

.div-block-183198052202 {
  border: .8px solid #d0d5dd;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.contact-numbers {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

._1440-image {
  display: none;
}

.div-block-183198052203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.citizen-centric-design-section {
  background-color: #f9fafb;
}

.information-dropdwon-menu {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 36px 0 auto auto;
}

.info-mation-menu-list {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 460px;
  padding: 16px;
}

.desktop-dropdowns {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475467;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.desktop-dropdowns.track-button {
  margin-right: 20px;
  display: none;
}

.resources-dropdwon-menu {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 36px -4px auto auto;
}

.resources-menu-list {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  padding: 16px;
  position: relative;
}

.navbar-maint-contaner {
  justify-content: space-between;
  max-width: none;
  padding: 8px 16px;
  display: flex;
}

.div-block-183198052208 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.desktop-nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.desktop-nav-links.desktop {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.div-block-183198052209 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.div-block-183198052210 {
  max-width: 782px;
}

.div-block-183198052211 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.text-block-952 {
  color: #1d2939;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-953 {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-183198052212 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff8ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.div-block-183198052212.track-button {
  height: 40px;
}

.icon-18 {
  width: 20px;
  min-height: 20px;
}

.text-block-954 {
  color: #1570ef;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-183198052213 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  max-width: 450px;
  display: flex;
  position: relative;
}

.code-embed-60 {
  min-width: 40px;
}

.div-block-183198052214 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183198052214.mobile-popup {
  display: none;
}

.div-block-183198052215 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.div-block-183198052216 {
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 230px;
  height: auto;
  padding: 24px 18px;
  display: flex;
}

.div-block-183198052217 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-61 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 52px;
  min-height: 52px;
}

.text-block-955 {
  color: #475467;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 150%;
}

.text-block-955.desktop {
  color: #344054;
  font-size: 14px;
}

.text-block-955.tablet {
  display: none;
}

.div-block-183198052218 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183198052219 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.code-embed-62 {
  width: 400px;
  min-height: 80px;
}

.media-images-3 {
  min-height: 190px;
}

.each-card-container-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-183198052227 {
  margin-top: 24px;
}

.div-block-183198052228 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.each-card-container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-183198052229 {
  margin-top: 24px;
}

.div-block-183198052230 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.drawing-scrutiny-system-video-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 350px;
  display: flex;
}

.drawing-scrutiny-system-video-container.track-button {
  text-decoration: none;
}

.div-block-183198052231 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-183198052233 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: #ff8624;
  font-size: 40px;
}

.code-embed-64 {
  width: 266px;
  min-height: 8px;
  position: absolute;
  top: 46px;
}

.one-platform-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475467;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 150%;
  list-style-type: none;
  display: flex;
}

.one-platform-list.right, .one-platform-list.remove-bullets {
  color: #344054;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}

.one-platform-list.remove-bullets.horizontal {
  color: #344054;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-weight: 600;
  list-style-type: none;
}

.one-platform-list.left-align {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
}

.one-platform-list.right {
  color: #344054;
  justify-content: center;
  align-items: flex-start;
  line-height: 150%;
  list-style-type: none;
}

.one-platform-features-icons {
  width: 60px;
  display: block;
  position: absolute;
  inset: -30px auto auto 16px;
}

.citizen-centric-design-mobile-image, .dotted-divider-one-state-one-platform {
  display: none;
}

.support-hub-section {
  height: 210px;
  margin-top: -6px;
}

.div-block-183198052238 {
  z-index: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  padding-top: 96px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-183198052187 {
  max-width: 500px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 150%;
}

.text-block-958 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-183198052239 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-959 {
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-960 {
  color: #1d2939;
  text-align: center;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-183198052189-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183198052240 {
  padding-bottom: 96px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.link-block-1034 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1570ef;
  background-color: #eff8ff;
  border: 1px solid #eff8ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.last-card {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.text-block-961 {
  color: #344054;
  text-align: center;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-183198052242 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-align-content {
  color: #344054;
  text-align: center;
  max-width: 682px;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.greentext {
  color: #099250;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.mobile-feedback-image-div {
  display: none;
}

.support-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 356px;
  padding: 24px;
  display: flex;
}

.support-card.scrutiny {
  padding-bottom: 82px;
}

.heading-18 {
  color: #1d2939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.heading-18.left {
  color: #101828;
  text-align: left;
  margin-bottom: 32px;
}

.code-embed-66 {
  width: 24px;
  height: 24px;
}

.code-embed-68 {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.buildnow-platform-video-div {
  z-index: 110;
  text-align: center;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.buildnow-platform-video-div.buildnow-overview {
  display: none;
}

.bn-lighbox-video {
  z-index: 110;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  display: flex;
  position: fixed;
  inset: 0% auto;
}

.bn-close-mark {
  text-align: left;
  position: absolute;
  inset: 32px 32px auto auto;
}

.bn-close-icon {
  cursor: pointer;
  position: absolute;
  inset: -32px -32px auto auto;
}

.bn-close-icon.track-button {
  position: static;
  inset: -32px -32px auto auto;
}

.button-7 {
  color: #fff;
  background-color: #1570ef;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.citizen-centric-design-tablet-image {
  display: none;
}

.support-mobile-patterns {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobile-image-support {
  display: none;
}

.left-pattern-support-hub {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-pattern-support-hub {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tablet-image-support {
  display: none;
}

.desktop-image-suuport {
  position: absolute;
}

.desktop-image-suuport._1920 {
  display: none;
}

.desktop-dropdown-parent-div {
  position: relative;
}

.mobile-bg-pattern {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-183198052248 {
  display: none;
}

.code-embed-74 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.content-hero-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
  display: none;
}

.hero-section-content-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.left-side-part {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.button-2 {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.code-embed-65 {
  display: block;
}

.paragraph {
  color: #344054;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.video-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 291px;
  display: flex;
}

.video-container.track-button {
  height: auto;
  text-decoration: none;
}

.telangane-state-map {
  width: 400px;
  min-width: 400px;
  min-height: 300px;
}

.telangane-state-map.desktop {
  display: block;
}

.telangane-state-map.mobile {
  display: none;
}

.telagana-rising {
  width: 92px;
  position: absolute;
  top: 127px;
  right: 122px;
}

.telagana-rising.cm-photo-desktop {
  position: absolute;
}

.heading-15 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.hero-section-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-right: auto;
  padding: 32px 48px 96px;
  line-height: 130%;
}

.text-block-984 {
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.list-item-14668 {
  margin-bottom: 8px;
  font-size: 14px;
}

.div-block-183198052222 {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.heading-21 {
  color: #101828;
  text-align: center;
  max-width: 940px;
  margin: 0 auto 48px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 64px;
}

.left-pattern-procedures-copy {
  z-index: -1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.list-14 {
  color: #344054;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.section-17 {
  z-index: 1;
  background-color: #f9fafb;
  position: relative;
  overflow: hidden;
}

.container-16 {
  max-width: 1200px;
  padding: 96px 24px;
}

.text-block-956 {
  color: #1d2939;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-183198052222-copy {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.list-item-14669 {
  margin-bottom: 16px;
}

.div-block-183198052223 {
  max-width: 240px;
}

.text-block-957 {
  margin-bottom: 8px;
  font-size: 14px;
}

.div-block-183198052221 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-15 {
  margin-bottom: 0;
  padding-left: 24px;
  font-weight: 400;
  list-style-type: disc;
}

.mobile-image-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-section-alternativ-bg-color-div {
  background-color: #f9fafb;
}

.div-block-183198052276 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-183198052277 {
  flex-flow: row;
}

.div-block-183198052278 {
  flex-flow: row;
  display: flex;
}

.div-block-183198052279 {
  background-color: #344054;
  border-radius: 8px;
  order: -1;
  width: 4px;
  height: 4px;
}

.div-block-183198052280 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.div-block-183198052280.right-side-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 16px;
}

.div-block-183198052280.right-side-div.center {
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-183198052281 {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 56px 24px 24px;
  display: flex;
  position: relative;
}

.div-block-183198052281.left-align-div {
  justify-content: center;
  align-items: flex-start;
}

.div-block-183198052281.advanced {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-183198052282 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-align-list-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-985 {
  color: #1d2939;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-985.no-wrap {
  text-align: left;
  white-space: normal;
}

.right-align-list-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-14670 {
  font-size: 14px;
}

.text-block-986 {
  font-size: 16px;
}

.horizontal-line {
  border: 1px solid #d0d5dd;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.div-block-183198052284 {
  border: 1px solid #d0d5dd;
  width: 1px;
  height: 100%;
  padding-bottom: 0;
}

.container-17 {
  color: #475467;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.container-17.privacy-policy {
  color: #344054;
}

.heading-22 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-6 {
  color: #344054;
  font-size: 16px;
  font-weight: 400;
}

.list-16 {
  color: #344054;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 600;
  list-style-type: decimal;
}

.text-block-987 {
  margin-bottom: 8px;
}

.list-17 {
  font-size: 16px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-18 {
  list-style-type: lower-alpha;
}

.text-block-988 {
  color: #344054;
  margin-top: 16px;
  margin-left: 4px;
  font-size: 16px;
  line-height: 160%;
}

.link-95 {
  color: #1570ef;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

._1920-image-2 {
  width: 590px;
  display: none;
}

.div-block-183198052285 {
  background-color: #344054;
  border-radius: 8px;
  order: -1;
  width: 4px;
  height: 4px;
}

.text-block-989 {
  color: #1d2939;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-183198052286, .div-block-183198052287 {
  background-color: #344054;
  border-radius: 8px;
  order: -1;
  width: 4px;
  height: 4px;
}

._1440-image-2 {
  display: none;
}

.div-block-183198052289 {
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 56px 24px 24px;
  display: flex;
  position: relative;
}

.div-block-183198052289.left-align-div {
  justify-content: center;
  align-items: flex-start;
}

.desktop-onestate-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 16px;
  display: none;
}

.div-block-183198052290 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-183198052291, .div-block-183198052292 {
  background-color: #344054;
  border-radius: 8px;
  order: -1;
  width: 4px;
  height: 4px;
}

.div-block-183198052293 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-183198052294 {
  background-color: #344054;
  border-radius: 8px;
  order: -1;
  width: 4px;
  height: 4px;
}

.div-block-183198052295 {
  flex-flow: row;
}

.div-block-183198052296 {
  border: 1px solid #d0d5dd;
  width: 1px;
  height: 100%;
  padding-bottom: 0;
}

.vertical-line {
  display: none;
}

.controls {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.news-scrolling-trip {
  width: 100%;
  overflow: hidden;
}

.controls-copy {
  cursor: pointer;
  padding-left: 0;
  padding-right: 16px;
  display: none;
}

.code-embed-3 {
  cursor: pointer;
  width: 18px;
}

.text-block-40 {
  font-size: 14px;
}

.news-scrolling-html-code {
  width: 85%;
}

.div-block-26 {
  color: #475467;
  white-space: nowrap;
  background-color: #d9d6fe;
  justify-content: center;
  align-items: center;
  width: 117px;
  padding: 12px 16px;
  display: flex;
}

.mobile-text {
  display: none;
}

.div-block-25 {
  background-color: #ebe9fe;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-996 {
  color: #344054;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-183198052310 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 4px 8px;
  display: flex;
}

.code-embed-86 {
  width: 14px;
}

.text-block-997 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.text-block-997.contact-number {
  color: #101828;
}

.text-span-2 {
  font-size: 12px;
}

.text-block-998 {
  color: #475467;
  font-size: 16px;
}

.div-block-183198052311 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-999 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.text-block-999.contact-number {
  color: #101828;
}

.div-block-183198052314 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-1000 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.text-block-1000.contact-number {
  color: #101828;
}

.div-block-183198052321 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-20 {
  width: 18px;
  min-height: 18px;
}

.download {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1570ef;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.text-block-954-copy {
  color: #1570ef;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-1005 {
  color: #194185;
  letter-spacing: .1px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.text-block-1006 {
  color: #194185;
  letter-spacing: .3px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-183198052329 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-left: 184px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cm-photo-details-mobile-3 {
  display: none;
}

.cm-and-state-map-photo-2 {
  width: 414px;
  min-height: 338px;
  position: relative;
}

.code-embed-92 {
  display: none;
}

.div-block-183198052330 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff8ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.div-block-183198052330.track-button {
  height: 40px;
  padding-left: 22px;
  padding-right: 22px;
}

.div-block-183198052331 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.div-block-183198052332 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-1007 {
  color: #475467;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 150%;
}

.text-block-1007.desktop {
  color: #344054;
  font-size: 14px;
}

.text-block-1007.tablet {
  display: none;
}

.div-block-183198052333 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-1008 {
  color: #344054;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-1009 {
  color: #1570ef;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-183198052335 {
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 256px;
  max-width: 256px;
  height: auto;
  padding: 24px;
  display: flex;
}

.code-embed-93 {
  width: 48px;
}

.div-block-183198052337 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-1010 {
  color: #1d2939;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.div-block-183198052338 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.div-block-183198052339 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183198052340 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-183198052341 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 520px;
  display: flex;
}

.code-embed-94 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 52px;
  min-height: 52px;
}

.paragraph-7 {
  font-size: 16px;
}

.text-block-1011 {
  color: #1570ef;
  font-size: 12px;
  text-decoration: none;
}

.osop-text-14 {
  font-size: 14px;
}

.div-block-183198052187-copy {
  max-width: 700px;
}

.div-block-183198052241-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 400px 400px;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.div-block-183198052342 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.date-2 {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.media-logos-itm {
  height: 40px;
}

.media-images {
  min-height: 150px;
}

.div-block-183198052354 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-183198052355 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.div-block-183198052356 {
  margin-top: 24px;
}

.div-block-183198052357 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-183198052358 {
  margin-top: 24px;
}

.div-block-183198052359 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-183198052360 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-183198052361 {
  margin-top: 24px;
}

.each-card-container-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.slider-container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.slider-container-3.mobile {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-183198052363 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-1012 {
  color: #344054;
  margin-top: 4px;
  font-size: 12px;
}

.zwcad-downloads {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  min-width: 200px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: auto 24px -28% auto;
  box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.link-block-1035 {
  color: #344054;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-1035:hover {
  background-color: #f2f4f7;
}

.text-block-1013 {
  font-size: 15px;
}

.autocad-downloads {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  min-width: 200px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: 28% 24px auto auto;
  box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.div-block-183198052364 {
  background-color: #1570ef;
  border-right: 1px solid #1849a9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}

.text-block-1014 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.arrow {
  color: #fff;
  cursor: pointer;
  background-color: #1570ef;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px;
  font-weight: 600;
}

.arrow.track-button {
  min-width: 36px;
}

.div-block-183198052365 {
  display: flex;
}

.div-block-183198052373 {
  margin-top: 24px;
}

.div-block-183198052374 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-description-2 {
  color: #344054;
  min-height: 80px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-183198052379 {
  margin-top: 24px;
}

.div-block-183198052380 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-183198052381 {
  margin-top: 24px;
}

.div-block-183198052382 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.desktop-close-overlay-single-user-profile-game, .desktop-overlay {
  cursor: pointer;
  background-color: #3f3f46b3;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
}

.desktop-overlay.track-button, .div-block-183198052384 {
  display: none;
}

.div-block-183198052385 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-183198052386, .div-block-183198052388 {
  display: none;
}

.frame-1171276454-copy {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 220px;
  text-decoration: none;
  display: flex;
}

.paragraph-7-copy {
  padding-left: 20px;
  padding-right: 0;
  font-size: 16px;
}

.link-96 {
  color: #1570ef;
  font-size: 18px;
  font-weight: 500;
}

.code-embed-95 {
  max-width: 360px;
}

.div-block-183198052211-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.div-block-183198052212-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #eff8ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
}

.div-block-183198052212-copy.track-button {
  height: 40px;
}

.text-block-955-copy {
  color: #475467;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 150%;
}

.text-block-955-copy.desktop {
  color: #344054;
  font-size: 14px;
}

.text-block-955-copy.tablet, .div-block-183198052390 {
  display: none;
}

.div-block-183198052391 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-183198052391.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-1016 {
  color: #475467;
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.contact-us-desktop-menu-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 36px -4px auto auto;
}

.text-block-1017 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.text-block-1017.contact-number {
  color: #344054;
  font-size: 18px;
  line-height: 100%;
}

.text-block-1018 {
  color: #475467;
  font-size: 16px;
}

.text-block-1018.bottom-padding {
  margin-bottom: 12px;
}

.contact-numbers-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-block-1015 {
  color: #344054;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.contact-menu-list-2 {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 400px;
  padding: 16px;
  display: block;
}

.icon-21.phone {
  width: 32px;
  height: 32px;
}

.text-block-1019 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-1020 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 100%;
}

.div-block-183198052393 {
  border: .5px solid #d0d5dd;
  height: .8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-block-1021 {
  color: #475467;
  font-size: 12px;
  line-height: 18px;
}

.link-block-1036 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #087443;
  background-color: #edfcf2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-block-1022 {
  color: #194185;
  letter-spacing: .1px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.text-block-1023 {
  color: #194185;
  letter-spacing: .3px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-183198052396 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-left: 184px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.telangane-state-map-2 {
  width: 444px;
}

.telangane-state-map-2.mobile {
  display: none;
}

.code-embed-96 {
  width: 80px;
}

.div-block-183198052397 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.search-dropdwon-menu {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 36px 0 auto auto;
}

.info-mation-menu-list-copy {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 220px;
  padding: 16px;
}

.application-search.track-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.desktop-nav-links-copy {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: block;
}

.desktop-nav-links-copy.desktop {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  .heading-dcr {
    text-align: left;
  }

  .tooltip {
    right: 24px;
  }

  .brand.track-button.w--current {
    width: auto;
  }

  .login-desktop.track-button {
    margin-right: 0;
  }

  .nav-menu-login-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon-desktop.track-button {
    display: none;
  }

  .login-desktop-menu {
    right: -20px;
  }

  .logo {
    width: auto;
  }

  .in-the-media-left-arrow.track-button {
    top: 26px;
    left: -60px;
  }

  .media-logos.indian-express, .media-logos.v6-news, .media-logos.indian-express, .media-logos.etv {
    height: 40px;
  }

  .in-the-media-right-arrow.track-button {
    top: -6px;
    right: -60px;
  }

  .slider-container {
    max-width: 1600px;
    display: block;
  }

  .slider-container.mobile {
    display: none;
  }

  .div-block-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-62 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 57%;
  }

  .div-block-63 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-4 {
    margin-top: 0;
  }

  .div-block-183198052158 {
    display: none;
  }

  .slider {
    max-width: none;
  }

  .toplink-divider-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-183198052163 {
    justify-content: center;
    align-items: center;
  }

  .code-embed-48 {
    display: none;
  }

  .about-build-now-container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183198052189 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-183198052190 {
    max-width: 536px;
  }

  .nav-menu-icons-div {
    color: #fdead7;
    background-color: #fdead7;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .code-embed-56 {
    width: 16px;
  }

  .div-block-183198052192 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 96px 0;
  }

  ._1920-image {
    width: 700px;
  }

  .one-state-one-platform.abosulte {
    display: block;
    top: 8px;
    left: 371px;
  }

  .contact-us-dropdown.track-button {
    display: flex;
  }

  ._1440-image {
    width: 528px;
    display: block;
  }

  .desktop-dropdowns.track-button {
    display: flex;
  }

  .navbar-maint-contaner {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-183198052209 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .each-card-container-4, .each-card-container-5.mobile-hide {
    display: none;
  }

  .drawing-scrutiny-system-video-container {
    width: 605px;
  }

  .one-platform-list.left-align {
    list-style-type: none;
  }

  .one-platform-list.right {
    justify-content: center;
    align-items: flex-end;
  }

  .one-platform-list.remove-bullets {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .one-platform-list.left-align {
    color: #344054;
    line-height: 150%;
    list-style-type: none;
  }

  .one-platform-list.right {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    line-height: 150%;
  }

  .one-platform-features-icons, .citizen-centric-design-mobile-image {
    display: none;
  }

  .mask-2 {
    height: 995px;
  }

  .div-block-183198052238, .div-block-183198052240 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-feedback-image-div {
    bottom: 0;
  }

  .div-block-183198052248 {
    display: block;
  }

  .code-embed-74, .content-hero-section {
    width: 600px;
  }

  .hero-section-content-div {
    justify-content: center;
    align-items: center;
  }

  .left-side-part {
    max-width: 592px;
  }

  .video-container {
    width: 600px;
  }

  .hero-section-container, .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183198052221 {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-image-div {
    display: none;
  }

  .div-block-183198052279 {
    order: 1;
  }

  .div-block-183198052279.left {
    order: -1;
  }

  .div-block-183198052280.right-side-div.center {
    grid-column-gap: 560px;
    grid-row-gap: 47px;
    display: none;
  }

  .div-block-183198052281 {
    border-style: none;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: static;
  }

  .div-block-183198052281.left-align-div.top {
    margin-top: 20px;
  }

  .div-block-183198052281.advanced {
    margin-top: 0;
  }

  .text-block-985.no-wrap {
    text-align: right;
  }

  .right-align-list-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
  }

  ._1920-image-2 {
    width: 700px;
  }

  .div-block-183198052285 {
    order: 1;
  }

  .div-block-183198052285.left {
    order: -1;
  }

  .text-block-989.no-wrap {
    white-space: normal;
  }

  .div-block-183198052286, .div-block-183198052287 {
    order: 1;
  }

  .div-block-183198052287.left {
    order: -1;
  }

  ._1440-image-2 {
    width: 540px;
    display: block;
  }

  .div-block-183198052288 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    width: auto;
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
  }

  .div-block-183198052289 {
    border-width: 0;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    position: static;
  }

  .div-block-183198052289.left-align-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .div-block-183198052289.left-align-div.top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .desktop-onestate-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-183198052291, .div-block-183198052292, .div-block-183198052294 {
    order: 1;
  }

  .div-block-183198052294.left {
    order: -1;
  }

  .vertical-line {
    background-color: #d0d5dd;
    border-radius: 4px;
    width: 3px;
    height: 100%;
    margin-left: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .vertical-line.left {
    margin-left: 0;
    margin-right: 16px;
  }

  .news-scrolling-html-code {
    width: 88%;
  }

  .code-embed-92 {
    display: none;
  }

  .div-block-183198052341 {
    max-width: 520px;
  }

  .osop-text-14 {
    font-size: 14px;
    line-height: 150%;
  }

  .div-block-183198052241-copy {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-logos-itm {
    height: 40px;
  }

  .div-block-183198052360 {
    max-width: 1050px;
  }

  .each-card-container-10._1920, .each-card-container-10.hide {
    display: none;
  }

  .slider-container-3 {
    max-width: 1600px;
    display: block;
  }

  .slider-container-3.mobile, .zwcad-downloads, .autocad-downloads {
    display: none;
  }

  .frame-1171276454-copy {
    width: 240px;
  }

  .code-embed-96 {
    width: 100px;
    left: 38%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: 0;
  }

  .icon.tg-predcr {
    width: 470px;
  }

  .brand.track-button.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-menu-login-links.track-button.application-search {
    display: flex;
  }

  .container-8, .container-9, .departments-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo, .down-arrow-nav {
    margin-top: 0;
  }

  .div-block-57 {
    max-width: 1100px;
  }

  .date {
    white-space: nowrap;
  }

  .media-logos.telangana-today {
    height: 40px;
  }

  .media-logos.v6-news {
    width: 114px;
    height: auto;
  }

  .media-logos.indian-express {
    width: 190px;
  }

  .footer-div {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .frame-1171276113 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-63 {
    max-width: 1280px;
  }

  .text-4.left-align {
    text-align: center;
    margin-top: 0;
  }

  .frame-1171276024 {
    max-width: 400px;
  }

  .h2-heading-inter-40-size {
    margin-bottom: 16px;
  }

  .right-pattern-procedures, .left-pattern-procedures {
    margin-top: 0;
  }

  .left-pattern-procedures.left {
    display: block;
  }

  .left-pattern-procedures.hide, .each-card-container-3._1440-display {
    display: none;
  }

  .media-images-2 {
    min-height: 184px;
  }

  .div-block-92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
  }

  .div-block-183198052164 {
    width: 100%;
  }

  .sitemap {
    padding-left: 0;
    padding-right: 0;
  }

  .about-build-now-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .div-block-183198052189 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-183198052192 {
    max-width: 1200px;
  }

  ._1920-image {
    width: 600px;
  }

  .one-state-one-platform.abosulte {
    width: 530px;
    left: 371px;
  }

  ._1440-image {
    justify-content: center;
    align-items: center;
    width: 530px;
  }

  .citizen-centric-design-section {
    padding-top: 0;
  }

  .navbar-maint-contaner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183198052209 {
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    padding-top: 64px;
  }

  .div-block-183198052210 {
    max-width: 850px;
  }

  .text-block-953 {
    white-space: nowrap;
  }

  .icon-18 {
    margin-top: 0;
  }

  .div-block-183198052213 {
    max-width: none;
  }

  .code-embed-62 {
    width: 427px;
  }

  .each-card-container-4, .each-card-container-5.mobile-hide {
    display: none;
  }

  .drawing-scrutiny-system-video-container {
    width: 605px;
  }

  .div-block-183198052231, .div-block-183198052233 {
    justify-content: center;
    align-items: center;
  }

  .dotted-divider-one-state-one-platform {
    display: none;
  }

  .mask-2 {
    height: auto;
  }

  .div-block-183198052238 {
    background-position: 20% 100%, 0 0;
    background-repeat: repeat-x, repeat;
  }

  .heading-17 {
    white-space: nowrap;
    margin-bottom: 48px;
  }

  .code-embed-68 {
    width: 64px;
    height: 64px;
  }

  .support-mobile-patterns, .left-pattern-support-hub, .right-pattern-support-hub {
    margin-top: 0;
  }

  .desktop-dropdown-parent-div {
    position: relative;
  }

  .mobile-bg-pattern {
    margin-top: 0;
  }

  .code-embed-74 {
    width: 596px;
    height: 336px;
  }

  .hero-section-content-div {
    justify-content: space-between;
    align-items: center;
  }

  .left-side-part {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-container {
    width: 596px;
    height: 336px;
  }

  .telagana-rising.cm-photo-desktop {
    top: 126px;
    right: 118px;
  }

  .hero-section-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    padding-top: 32px;
    display: block;
  }

  .text-block-984 {
    color: #101828;
    font-weight: 500;
  }

  .left-pattern-procedures-copy {
    margin-top: 0;
  }

  .container-16 {
    max-width: 1366px;
  }

  .icon-copy {
    margin-top: 0;
  }

  .div-block-183198052280 {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
  }

  .div-block-183198052280.right-side-div {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-183198052280.right-side-div.center {
    grid-column-gap: 560px;
    grid-row-gap: 37px;
  }

  .div-block-183198052281 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-183198052281.left-align-div.top, .div-block-183198052281.left-align-div.top-margin {
    margin-top: 12px;
  }

  .div-block-183198052281.top {
    margin-top: 38px;
  }

  .div-block-183198052281.advanced {
    margin-top: 36px;
  }

  ._1920-image-2 {
    width: 600px;
  }

  ._1440-image-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-183198052289.left-align-div {
    border-right-width: 0;
  }

  .controls-copy {
    padding-left: 0;
  }

  .code-embed-3 {
    width: 18px;
  }

  .news-scrolling-html-code {
    width: 89%;
  }

  .text-block-996 {
    color: #344054;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }

  .div-block-183198052310 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 8px;
    display: flex;
  }

  .icon-20 {
    margin-top: 0;
  }

  .div-block-183198052335 {
    width: 280px;
    max-width: none;
  }

  .div-block-183198052241-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 354px 354px;
    place-items: stretch stretch;
  }

  .date-2 {
    white-space: nowrap;
  }

  .div-block-183198052355 {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .div-block-183198052360 {
    max-width: 1350px;
  }

  .each-card-container-10 {
    max-width: 320px;
    min-height: 420px;
    padding: 18px;
  }

  .each-card-container-10._1920 {
    display: none;
  }

  .each-card-container-10.hide {
    display: flex;
  }

  .slider-container-3 {
    max-width: none;
  }

  .code-embed-60-copy {
    min-width: 40px;
  }

  .icon-21 {
    margin-top: 0;
  }

  .code-embed-96 {
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
    left: 40%;
  }

  .info-mation-menu-list-copy {
    min-width: 240px;
  }

  .application-search {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .desktop-nav-links-copy {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    margin-bottom: 64px;
  }

  .icon.tg-predcr {
    width: 580px;
  }

  .container-3 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-menu {
    margin-top: 90px;
    margin-right: 86px;
  }

  .heading-copy {
    margin-bottom: 64px;
  }

  .desktop-open-menu {
    right: 92px;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    display: flex;
  }

  .read-more-arrow {
    justify-content: center;
    align-items: center;
  }

  .in-the-media-left-arrow.track-button {
    top: 24px;
  }

  .media-logos {
    width: 108px;
    min-height: 56px;
  }

  .media-logos.v6-news {
    width: 70px;
  }

  .media-logos.deccan-chronicle {
    width: 160px;
  }

  .media-logos.telangana-today {
    width: 262px;
  }

  .media-logos.v6-velugu {
    width: 175px;
  }

  .media-logos.enadu {
    width: 140px;
  }

  .media-logos.etv {
    width: 80px;
  }

  .media-logos.news-telugu-18 {
    width: 60px;
    height: 56px;
    min-height: 56px;
  }

  .media-logos.zee5 {
    width: 56px;
  }

  .media-logos.times-of-india {
    width: 148px;
  }

  .media-logos.disa {
    width: 60px;
  }

  .media-logos.siast {
    width: 142px;
  }

  .media-logos.sakshi {
    width: 137px;
  }

  .media-logos.ntv {
    width: 78px;
  }

  .media-logos.x-tweet2 {
    width: 220px;
    height: 48px;
    min-height: 48px;
  }

  .media-logos.v6-news {
    width: auto;
    height: auto;
    min-height: auto;
  }

  .media-logos.indian-express {
    width: 213px;
  }

  .media-logos.etv {
    width: 43px;
    height: auto;
    min-height: auto;
  }

  .in-the-media-right-arrow.track-button {
    top: -8px;
  }

  .text-3.remove-margin {
    margin-bottom: 0;
  }

  .frame-1171276139 {
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-59 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-60 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 45%;
  }

  .frame-1171276113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-61 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-62 {
    width: 50%;
  }

  .div-block-63 {
    max-width: 1600px;
  }

  .div-block-64 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-2.remove-margin {
    margin-bottom: 0;
  }

  .inquiry {
    width: auto;
  }

  .h2-heading-inter-40-size.width {
    width: 901px;
    line-height: 140%;
  }

  .container-6.abput-us {
    padding-top: 84px;
  }

  .right-pattern-procedures.hide, .left-pattern-procedures.left.hide {
    display: block;
  }

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

  .each-card-container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 375px;
    min-height: 512px;
  }

  .each-card-container-3._1440-display {
    display: flex;
  }

  .media-images-2 {
    width: 327px;
    height: 184px;
  }

  .div-block-92 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
  }

  .div-block-183198052160 {
    flex: none;
  }

  .div-block-183198052164 {
    width: 100%;
  }

  .text-13.remove-margin, .text-14.remove-margin {
    margin-bottom: 0;
  }

  .frame-1171276455 {
    grid-row-gap: 12px;
  }

  .about-build-now-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    display: flex;
  }

  .div-block-183198052189 {
    grid-column-gap: 168px;
    grid-row-gap: 168px;
    width: 100%;
  }

  .heading-16 {
    font-size: 48px;
    line-height: 130%;
  }

  .div-block-183198052190 {
    max-width: 648px;
  }

  .code-embed-55 {
    width: 784px;
  }

  .navigation {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-183198052192 {
    max-width: 1600px;
  }

  ._1920-image {
    width: 816px;
    display: block;
  }

  .one-state-one-platform {
    justify-content: flex-start;
    align-items: stretch;
  }

  .one-state-one-platform.abosulte {
    width: 816px;
    left: 374px;
  }

  ._1440-image {
    display: none;
  }

  .citizen-centric-design-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .citizen-centric-design-desktop-image {
    justify-content: center;
    align-items: stretch;
  }

  .navbar-maint-contaner {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-183198052209 {
    max-width: 1600px;
  }

  .div-block-183198052210 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 920px;
    display: flex;
  }

  .div-block-183198052211 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .code-embed-60 {
    min-width: 48px;
  }

  .div-block-183198052216 {
    max-width: 260px;
  }

  .code-embed-62 {
    width: 456px;
    min-height: 87px;
  }

  .media-images-3 {
    min-height: 150px;
  }

  .each-card-container-4 {
    min-height: 512px;
    display: flex;
  }

  .each-card-container-5.mobile-hide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: 512px;
    display: flex;
  }

  .drawing-scrutiny-system-video-container {
    cursor: pointer;
    width: 784px;
    height: 441px;
  }

  .div-block-183198052231 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-183198052233 {
    justify-content: center;
    align-items: center;
  }

  .div-block-183198052234 {
    flex: none;
  }

  .text-span {
    font-size: 48px;
  }

  .mask-2 {
    height: auto;
  }

  .heading-17 {
    margin-bottom: 0;
  }

  .citizen-centric-design-tablet-image {
    justify-content: center;
    align-items: stretch;
  }

  .desktop-image-suuport {
    display: none;
  }

  .desktop-image-suuport._1920 {
    display: block;
  }

  .code-embed-74 {
    width: 784px;
    height: 441px;
  }

  .content-hero-section {
    width: 100%;
  }

  .left-side-part {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    margin-top: 0;
  }

  .video-container {
    width: 784px;
    height: 441px;
  }

  .heading-15 {
    font-size: 48px;
  }

  .hero-section-container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 84px;
    display: block;
    position: relative;
  }

  .section-17 {
    position: relative;
  }

  .div-block-183198052280, .div-block-183198052280.right-side-div {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
  }

  .div-block-183198052280.right-side-div.center {
    grid-column-gap: 850px;
    grid-row-gap: 60px;
    place-items: stretch stretch;
  }

  .div-block-183198052281 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-183198052281.left-align-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: 378px;
  }

  .div-block-183198052281.left-align-div.top {
    margin-top: 20px;
  }

  .div-block-183198052281.left-align-div.top-margin {
    margin-top: 8px;
  }

  .div-block-183198052281.top {
    margin-top: 30px;
  }

  .div-block-183198052281.advanced {
    margin-top: 24px;
  }

  .horizontal-line {
    border: 1px solid #d0d5dd;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-183198052284 {
    border: 1px solid #d0d5dd;
    width: 1px;
    height: 116px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  ._1920-image-2 {
    width: 816px;
    height: auto;
    display: block;
  }

  ._1440-image-2 {
    display: none;
  }

  .div-block-183198052296 {
    border: 1px solid #d0d5dd;
    width: 1px;
    height: 116px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .news-scrolling-html-code {
    width: 91.5%;
  }

  .div-block-183198052311, .div-block-183198052314 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .download {
    cursor: pointer;
  }

  .text-block-1006 {
    line-height: 130%;
  }

  .div-block-183198052333 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-183198052335 {
    width: 310px;
  }

  .div-block-183198052341 {
    max-width: 570px;
  }

  .div-block-183198052355 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-183198052357 {
    flex: none;
  }

  .div-block-183198052360 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    display: flex;
  }

  .each-card-container-10 {
    max-width: 377px;
    min-height: 450px;
    padding: 24px;
  }

  .each-card-container-10._1920 {
    display: flex;
  }

  .slider-container-3 {
    max-width: 1600px;
  }

  .div-block-183198052374, .div-block-183198052375, .div-block-183198052380, .div-block-183198052382 {
    flex: none;
  }

  .div-block-183198052211-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-1023 {
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding: 64px 24px;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .table-heading, .row {
    grid-template-columns: .5fr 2.75fr 1fr .75fr;
  }

  .icon.tg-predcr {
    width: 520px;
  }

  .icon.dropdown-icon {
    width: 20px;
  }

  .tabs-13 {
    flex-direction: column;
  }

  .heading-dcr {
    text-align: center;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 38px;
  }

  .open-menu-values {
    border-color: #eaecf0;
    margin-top: 0;
  }

  .nav-menu-links.track-button.vertical {
    justify-content: center;
    align-items: flex-start;
  }

  .divider.tablet {
    display: block;
  }

  .menu-nav-links {
    display: grid;
  }

  .tooltip {
    right: 16px;
  }

  .brand {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brand.track-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-3 {
    width: 100%;
    max-width: none;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 32px;
  }

  .login-desktop {
    margin-right: 16px;
  }

  .login-desktop.track-button {
    margin-right: 24px;
  }

  .nav-links {
    margin-right: 16px;
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .nav-links.home {
    display: block;
  }

  .nav-links.home.track-button.w--current {
    margin-right: 24px;
  }

  .desktop-nav-options {
    padding-right: 0;
  }

  .heading-copy {
    text-align: left;
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-copy.h2 {
    text-align: center;
    margin-bottom: 32px;
  }

  .container-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    padding: 48px 24px;
  }

  .heading-4 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .container-9 {
    max-width: none;
    padding: 64px 24px;
  }

  .heading-5 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .list-4, .list-6 {
    padding-left: 24px;
  }

  .departments-container-2 {
    max-width: none;
    padding: 64px 24px;
  }

  .faq-qaa-main-conatainers {
    border-top-style: none;
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-radius: 0;
  }

  .faq-main-container-2 {
    padding: 48px 0 48px 24px;
  }

  .faqs-tab-content-3 {
    width: 100%;
    padding-right: 24px;
  }

  .question-answers-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-tab-link-2 {
    white-space: nowrap;
    border: 1px solid #667085;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .faq-tab-link-2.track-button.w--current {
    border: 2px solid #1570ef;
  }

  .faqs-all-tabs-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    margin-right: 0;
    padding-bottom: 8px;
    padding-right: 18px;
    overflow: auto;
  }

  .list-orderded-alphbets {
    padding-left: 0;
  }

  .desktop-open-menu {
    z-index: 20;
    top: 110px;
    right: 2px;
  }

  .menu-icon-desktop.track-button {
    display: block;
  }

  .login-desktop-menu {
    right: 9%;
  }

  .logo {
    height: 48px;
    min-height: 48px;
  }

  .logo.desktop {
    width: 280px;
    min-height: auto;
  }

  .hero-section {
    height: auto;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 48px 24px 16px;
    display: flex;
  }

  .read-more-arrow {
    width: 20px;
    height: 20px;
  }

  .read-more-container.track-button {
    justify-content: space-between;
    align-items: center;
  }

  .date {
    font-size: 14px;
    line-height: 20px;
  }

  .in-the-media-left-arrow.track-button {
    left: -150px;
  }

  .media-logos {
    height: 32px;
  }

  .media-logos.deccan-chronicle {
    width: 120px;
  }

  .media-logos.telangana-today {
    width: 180px;
  }

  .media-logos.v6-velugu {
    width: 120px;
  }

  .media-logos.enadu {
    width: 80px;
  }

  .media-logos.news-telugu-18 {
    width: 60px;
  }

  .media-logos.x-tweet {
    width: 160px;
    height: auto;
  }

  .media-logos.zee5 {
    width: 32px;
  }

  .media-logos.times-of-india {
    width: 100px;
  }

  .media-logos.disa {
    width: 40px;
  }

  .media-logos.siast {
    width: 90px;
  }

  .media-logos.sakshi {
    width: 85px;
  }

  .media-logos.v6-news {
    width: 60px;
  }

  .media-logos.indian-express {
    width: 180px;
  }

  .media-logos.etv {
    width: 85px;
  }

  .in-the-media-right-arrow.track-button {
    right: -150px;
  }

  .read-more-tex {
    font-size: 14px;
    line-height: 150%;
  }

  .slider-container {
    display: none;
  }

  .slider-container.mobile {
    align-self: center;
    width: auto;
    display: block;
  }

  .text-3.last {
    text-align: right;
  }

  .footer-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .frame-1171276139 {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-60 {
    display: flex;
  }

  .footer-div {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
  }

  .div-block-62 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-63 {
    padding: 64px 48px;
  }

  .footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-4 {
    text-align: center;
    margin-top: 16px;
  }

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

  .frame-1171276112 {
    grid-column-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-5.table-header-details-text {
    font-size: 10px;
  }

  .inquiry {
    grid-column-gap: 0px;
    height: auto;
  }

  .external-link {
    width: 16px;
    min-height: 16px;
    margin-top: -4px;
    margin-left: -4px;
  }

  .h2-heading-inter-40-size {
    width: auto;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  .h2-heading-inter-40-size.line-height {
    text-align: center;
    width: 530px;
  }

  .h2-heading-inter-40-size.width {
    text-align: center;
    margin-bottom: 32px;
  }

  .container-12 {
    padding: 64px 24px;
  }

  .text-block-34 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-35 {
    margin-bottom: 32px;
  }

  .container-13 {
    padding: 64px 24px;
  }

  .text-block-36 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-37 {
    margin-bottom: 32px;
  }

  .container-14 {
    padding: 64px 24px;
  }

  .text-block-38 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-39 {
    margin-bottom: 32px;
  }

  .container-6 {
    padding: 48px 32px;
  }

  .container-6.abput-us {
    max-width: none;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-11.about-us {
    font-size: 40px;
  }

  .nav-menu-display-code-mobile {
    display: block;
  }

  .right-pattern-procedures, .left-pattern-procedures {
    display: none;
  }

  .text-block-929, .text-block-930, .text-block-931 {
    font-size: 16px;
  }

  .text-block-935 {
    font-size: 14px;
  }

  .each-card-container-3 {
    justify-content: space-between;
    align-items: stretch;
    width: 340px;
    height: auto;
    padding: 16px;
  }

  .slider {
    width: 710px;
    max-width: none;
    height: auto;
  }

  .slide-nav-media {
    top: -36px;
  }

  .slide-nav-media.track-button {
    display: block;
    top: auto;
  }

  .div-block-92 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .card-description {
    min-height: 64px;
    font-size: 14px;
    line-height: 150%;
  }

  .slide {
    width: 340px;
    height: auto;
    margin-right: 24px;
  }

  .mask {
    flex: 1;
    height: auto;
  }

  .text-16px {
    font-size: 14px;
  }

  .utility-page-wrap._404 {
    height: 100vh;
  }

  .nav-links-top {
    white-space: nowrap;
  }

  .nav-links-top.mobile-hide.track-button {
    min-height: 40px;
  }

  .toplink-divider-2 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-183198052163 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .div-block-183198052164 {
    width: 100%;
  }

  .div-block-183198052166.tablet {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .text-block-943 {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-183198052167 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-183198052167.number {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .link-94 {
    color: #475467;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }

  .link-94.track-button {
    color: #101828;
  }

  .external-alert-popup-div {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .external-alert-modal {
    width: 450px;
    margin-top: 0;
  }

  .gradient {
    background-color: #0c111db3;
    background-image: none;
    height: 100%;
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 46px;
    display: flex;
  }

  .heading-14 {
    min-height: 30px;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .div-block-183198052171 {
    justify-content: center;
    align-items: stretch;
  }

  .sitemap {
    max-width: none;
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 24px;
  }

  .h1-40px {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .h1-40px.sitempap-h1 {
    font-size: 28px;
    font-weight: 600;
  }

  .div-block-183198052173 {
    width: 210px;
  }

  .sitemap-section {
    height: auto;
  }

  .div-block-183198052174 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    display: grid;
  }

  .code-embed-42 {
    display: none;
  }

  .sitemap-link-text {
    white-space: nowrap;
  }

  .search-icon-mobile {
    display: none;
  }

  .div-block-183198052176 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-copy {
    width: 32px;
  }

  .cm-photo-desktop {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 24px;
    display: flex;
  }

  .about-build-now-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-183198052189 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .heading-16 {
    text-align: center;
    min-height: auto;
    font-size: 30px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
    line-height: 170%;
  }

  .div-block-183198052190 {
    order: -1;
    justify-content: center;
    align-items: stretch;
    max-width: 600px;
  }

  .code-embed-55 {
    width: 100%;
  }

  .div-block-183198052192 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  ._1920-image {
    width: 500px;
  }

  .one-state-one-platform.abosulte, .contact-us-dropdown {
    display: none;
  }

  .contact-us-desktop-menu {
    right: 9%;
  }

  .citizen-centric-design-section {
    padding-bottom: 0;
  }

  .information-dropdwon-menu {
    right: 9%;
  }

  .desktop-dropdowns {
    display: none;
  }

  .resources-dropdwon-menu {
    right: 9%;
  }

  .citizen-centric-design-desktop-image {
    display: none;
  }

  .navbar-maint-contaner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .div-block-183198052209 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 48px 32px;
  }

  .div-block-183198052210 {
    width: 100%;
    max-width: none;
  }

  .div-block-183198052211 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-952 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-953 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-183198052212 {
    width: 100%;
  }

  .div-block-183198052212.track-button {
    max-width: none;
  }

  .div-block-183198052212.viewguide {
    max-width: 180px;
  }

  .div-block-183198052213 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    max-width: none;
  }

  .code-embed-60 {
    min-width: 48px;
  }

  .div-block-183198052214 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-183198052215 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-183198052216 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-183198052217 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .code-embed-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 48px;
    min-width: 48px;
  }

  .text-block-955 {
    margin-top: 0;
  }

  .text-block-955.desktop {
    display: none;
  }

  .text-block-955.tablet {
    display: block;
  }

  .div-block-183198052219 {
    justify-content: center;
    align-items: center;
  }

  .each-card-container-4, .each-card-container-5 {
    justify-content: space-between;
    align-items: stretch;
    width: 340px;
    height: auto;
    padding: 16px;
  }

  .drawing-scrutiny-system-video-container {
    width: 90%;
    height: auto;
  }

  .text-span {
    font-size: 30px;
  }

  .code-embed-64 {
    width: 220px;
    top: 32px;
  }

  .one-platform-list.left-align {
    padding-left: 0;
    list-style-type: none;
  }

  .one-platform-list.right {
    justify-content: center;
    align-items: flex-start;
  }

  .one-platform-features-icons {
    width: 60px;
    display: block;
    position: absolute;
    inset: -30px auto auto 16px;
  }

  .div-block-183198052236 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .support-hub-section {
    height: 360px;
  }

  .div-block-183198052238 {
    background-image: none;
    min-height: auto;
    padding-top: 48px;
    position: relative;
  }

  .heading-17 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-183198052239 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-183198052189-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-183198052240 {
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .last-card {
    flex-flow: row;
    padding: 16px;
  }

  .left-align-content {
    text-align: left;
  }

  .mobile-feedback-image-div {
    min-width: 300px;
    display: block;
  }

  .support-card {
    width: auto;
    min-height: 280px;
    padding: 16px;
  }

  .support-card.scrutiny {
    padding-bottom: 74px;
  }

  .heading-18 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .heading-18.left {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .bn-lighbox-video {
    width: 100vw;
  }

  .citizen-centric-design-tablet-image {
    display: block;
  }

  .support-mobile-patterns, .left-pattern-support-hub, .right-pattern-support-hub {
    display: none;
  }

  .tablet-image-support {
    display: block;
    position: absolute;
  }

  .desktop-image-suuport, .mobile-bg-pattern {
    display: none;
  }

  .div-block-183198052248 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .code-embed-74 {
    width: 100%;
    height: 320px;
  }

  .content-hero-section {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
  }

  .hero-section-content-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-side-part {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
  }

  .paragraph {
    text-align: center;
  }

  .video-container {
    width: 550px;
    height: 320px;
  }

  .telangane-state-map {
    width: 300px;
    min-width: 300px;
  }

  .telangane-state-map.desktop {
    width: 354px;
  }

  .telagana-rising.cm-photo-desktop {
    width: 90px;
    display: block;
    top: 115px;
    right: 140px;
  }

  .hero-section-container {
    padding-top: 32px;
    padding-right: 48px;
  }

  .heading-21 {
    font-size: 32px;
    line-height: 48px;
  }

  .left-pattern-procedures-copy {
    display: none;
  }

  .container-16 {
    padding: 64px 24px;
  }

  .div-block-183198052221 {
    grid-template-columns: 1fr;
  }

  .div-block-183198052273 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-183198052274 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-183198052278 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-183198052280.right-side-div.center {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    padding-right: 0;
  }

  .div-block-183198052281 {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 348px;
    padding: 48px 16px 16px;
    position: relative;
  }

  .div-block-183198052281.left-align-div {
    position: relative;
  }

  .text-block-985 {
    font-size: 18px;
  }

  .text-block-985.no-wrap {
    text-align: left;
  }

  .container-17 {
    padding: 48px 32px;
  }

  ._1920-image-2 {
    width: 500px;
  }

  .text-block-989 {
    font-size: 18px;
  }

  .div-block-183198052289 {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 348px;
    padding: 48px 16px 16px;
    position: relative;
  }

  .div-block-183198052289.left-align-div {
    position: relative;
  }

  .news-scrolling-html-code {
    width: 79%;
  }

  .text-block-996 {
    white-space: normal;
    align-self: flex-end;
    line-height: 150%;
  }

  .div-block-183198052310 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-997 {
    font-size: 14px;
  }

  .text-block-998 {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-183198052312 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .text-block-999 {
    font-size: 14px;
  }

  .div-block-183198052313 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-block-1000 {
    font-size: 14px;
  }

  .code-embed-88 {
    margin-top: -2px;
  }

  .div-block-183198052321 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .download {
    width: 100%;
  }

  .text-block-1005 {
    font-size: 18px;
  }

  .text-block-1006 {
    font-size: 14px;
  }

  .div-block-183198052329 {
    margin-left: 143px;
    bottom: 3%;
  }

  .cm-and-state-map-photo-2 {
    min-height: 310px;
  }

  .div-block-183198052330 {
    width: 100%;
  }

  .div-block-183198052330.viewguide {
    max-width: 180px;
  }

  .div-block-183198052330.track-button {
    max-width: none;
  }

  .div-block-183198052331 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-1007 {
    margin-top: 0;
  }

  .text-block-1007.desktop {
    display: none;
  }

  .text-block-1007.tablet {
    display: block;
  }

  .div-block-183198052333 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-1008 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-183198052334 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-183198052335 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .code-embed-93 {
    min-width: 48px;
  }

  .text-block-1010 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-183198052340 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-183198052341 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    max-width: none;
  }

  .code-embed-94 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 48px;
  }

  .div-block-183198052241-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .date-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .media-logos-itm {
    height: 32px;
  }

  .div-block-183198052355 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .mask-6 {
    flex: 1;
    height: auto;
  }

  .div-block-183198052360 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 48px 24px;
    display: flex;
  }

  .each-card-container-10 {
    justify-content: space-between;
    align-items: stretch;
    width: 340px;
    height: auto;
    padding: 16px;
  }

  .slider-container-3 {
    display: none;
  }

  .slider-container-3.mobile {
    align-self: center;
    width: auto;
    display: block;
  }

  .div-block-183198052363 {
    justify-content: center;
    align-items: flex-start;
  }

  .zwcad-downloads {
    inset: auto auto -60px 55%;
  }

  .autocad-downloads {
    inset: auto auto -60px 24px;
  }

  .card-description-2 {
    min-height: 64px;
    font-size: 14px;
    line-height: 150%;
  }

  .code-embed-60-copy {
    min-width: 48px;
  }

  .div-block-183198052211-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-183198052212-copy {
    width: 100%;
  }

  .div-block-183198052212-copy.track-button {
    max-width: none;
  }

  .div-block-183198052212-copy.viewguide {
    max-width: 180px;
  }

  .text-block-955-copy {
    margin-top: 0;
  }

  .text-block-955-copy.desktop {
    display: none;
  }

  .text-block-955-copy.tablet {
    display: block;
  }

  .contact-us-desktop-menu-2 {
    right: 9%;
  }

  .text-block-1017, .text-block-1017.contact-number {
    font-size: 14px;
  }

  .text-block-1018 {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-1019 {
    font-size: 14px;
  }

  .div-block-183198052392 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .text-block-1020 {
    font-size: 14px;
  }

  .div-block-183198052395 {
    width: 388px;
  }

  .text-block-1022 {
    font-size: 18px;
  }

  .text-block-1023 {
    font-size: 14px;
  }

  .div-block-183198052396 {
    margin-left: 180px;
    bottom: 0%;
  }

  .code-embed-96 {
    width: 80px;
    top: 6%;
    left: 50%;
  }

  .search-dropdwon-menu {
    right: 9%;
  }
}

@media screen and (max-width: 767px) {
  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .faq-anws-container-2 {
    margin-right: 0;
  }

  .slider-container.mobile {
    width: 100%;
  }

  .button-primary {
    padding: 20px 32px;
  }

  .slider, .slide {
    width: auto;
  }

  .nav-links-top {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-183198052174 {
    flex-flow: column;
  }

  .dotted-divider-one-state-one-platform {
    border: 1px solid #d0d5dd;
    width: 1px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 237px;
    left: 50%;
  }

  .dotted-divider-one-state-one-platform._2nd {
    top: 534px;
  }

  .dotted-divider-one-state-one-platform._3rd {
    top: 800px;
  }

  .dotted-divider-one-state-one-platform._4th {
    top: 1097px;
  }

  .dotted-divider-one-state-one-platform._5th {
    width: 1px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    top: 1394px;
  }

  .buildnow-platform-video-div {
    background-color: #000c;
  }

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

  .div-block-183198052280.right-side-div.center {
    grid-template-columns: 1fr;
  }

  .slider-container-3.mobile {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .heading {
    margin-right: 24px;
    font-size: 26px;
    line-height: 150%;
  }

  .table-wrapper {
    width: 138%;
    margin-right: 24px;
  }

  .table-heading {
    grid-template-columns: .5fr 2fr 1fr 1fr;
  }

  .text-block {
    margin-bottom: 8px;
    margin-left: 12px;
    margin-right: 8px;
  }

  .div-block.corner-radius {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .row {
    grid-template-columns: .5fr 2fr 1fr 1fr;
  }

  .row-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bold-text {
    font-size: 14px;
  }

  .div-block-2 {
    width: 100%;
    overflow: auto;
  }

  .icon {
    margin-top: 0;
  }

  .icon.tg-predcr {
    width: auto;
  }

  .icon.mobile {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .icon-14s {
    flex: none;
  }

  .heading-dcr {
    margin-right: 24px;
    font-size: 26px;
  }

  .nav-menu-links {
    width: 100%;
  }

  .nav-menu-links:hover {
    background-color: #f9fafb00;
  }

  .text-block-11 {
    color: #344054;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .divider {
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .menu-nav-links {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .menu-nav-links.information {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 12px;
    display: none;
  }

  .menu-nav-links.resources {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 12px;
    display: none;
  }

  .menu-nav-links.support {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  .menu-nav-links.search {
    display: none;
  }

  .brand {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 75%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .brand.w--current {
    width: 70%;
    margin-bottom: 0;
  }

  .brand.track-button.w--current {
    width: auto;
    margin-left: 0;
  }

  .container-3 {
    border-top: 1px #f2f4f7;
    border-bottom: 1px solid #f2f4f7;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    padding: 4px 8px;
    display: block;
  }

  .menu-button.w--open {
    display: flex;
  }

  .menu-button.track-button {
    display: block;
  }

  .login-desktop {
    display: none;
  }

  .mobile-nav-menu {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    color: #344054;
    background-color: #fffc;
    flex-flow: column;
    width: 100%;
    height: 93vh;
    margin-top: 64px;
    margin-right: 0;
    padding: 24px 16px 32px;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #475467;
    border-style: none;
    border-radius: 0;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: none;
  }

  .nav-links.home, .nav-links.home.w--current {
    display: none;
  }

  .nav-links.mobile {
    display: flex;
  }

  .nav-links.mobile.track-button {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-links.old-tgbpass.track-button {
    display: none;
  }

  .desktop-nav-options {
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .heading-copy {
    text-align: left;
    margin-right: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .heading-copy.h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .container-8 {
    padding-top: 12px;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .heading-4 {
    margin-right: 24px;
    font-size: 26px;
  }

  .div-block-38.last-column, .div-block-38.corner-radius {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .table-heading-goact-2 {
    grid-template-columns: .4fr 1fr 1.5fr;
    height: auto;
  }

  .link-block-5 {
    white-space: break-spaces;
  }

  .text-block-19 {
    margin-bottom: 8px;
    margin-left: 12px;
    margin-right: 8px;
  }

  .div-block-39 {
    width: 100%;
    overflow: auto;
  }

  .container-9 {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .heading-5 {
    margin-right: 24px;
    font-size: 26px;
  }

  .list-4 {
    padding-left: 18px;
  }

  .text-block-20 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-item-14663 {
    font-size: 14px;
    line-height: 20px;
  }

  .list-7 {
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-14665 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-40 {
    font-size: 14px;
    line-height: 24px;
  }

  .departments-container-2 {
    padding: 48px 16px;
  }

  .faq-ans-p-2 {
    color: #5a7184;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-qaa-main-conatainers {
    background-color: #0000;
    border-width: 0 0 1px;
    border-radius: 0;
    overflow: visible;
  }

  .faq-qaa-main-conatainers.last-child {
    border-bottom-width: 1px;
  }

  .faq-q-icon-containers {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-anss {
    padding-right: 16px;
  }

  .faq-main-container-2 {
    padding: 24px 0;
  }

  .faqs-tab-content-3 {
    width: 100%;
    padding-right: 0;
  }

  .question-answers-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .faq-q-h-2 {
    flex: 1;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
  }

  .faq-anws-container-2 {
    color: #475467;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    display: flex;
  }

  .faq-tab-link-2 {
    border: 1px solid #5a7184;
    border-radius: 10000px;
    flex: none;
    padding: 6px 12px;
    font-weight: 500;
  }

  .faq-tab-link-2.w--current {
    border: 1px solid #7c3aed;
  }

  .faq-tab-link-2.track-button.w--current {
    border-width: 2px;
    border-color: #1570ef;
  }

  .faqs-all-tabs-2 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-items: center;
    width: auto;
    margin-bottom: 16px;
    margin-left: 16px;
    padding-left: 0;
  }

  .text-block-22 {
    font-weight: 500;
  }

  .list-orderded-alphbets {
    padding-left: 0;
  }

  .list-item-14666 {
    font-size: 16px;
    line-height: 24px;
  }

  .list-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-25 {
    font-weight: 600;
  }

  .menu-icon-desktop {
    display: none;
  }

  .logo {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .logo.desktop {
    width: auto;
    display: none;
  }

  .logo.mobile {
    display: block;
  }

  .menu-elements {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-family: Inter, sans-serif;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .div-block-46 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #475467;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .text-block-26 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-26.text-color {
    color: #475467;
  }

  .nav-menu-dropdwon-links {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .down-arrow-nav {
    width: 20px;
    margin-top: 0;
  }

  .login-nav-links-mobile-active {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #fff;
    background-color: #1570ef;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 54%;
    padding: 8px 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .login-nav-links-mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #344054;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .div-block-52 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .text-block-28 {
    color: #1d2939;
    align-self: flex-start;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .div-block-53 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .div-block-54.horizontal {
    flex-flow: row;
  }

  .text-block-29 {
    color: #475467;
    margin-left: 4px;
    font-size: 14px;
    text-decoration: none;
  }

  .text-block-29.track-button {
    margin-left: 0;
  }

  .hero-section {
    z-index: 100;
    height: auto;
    position: relative;
  }

  .div-block-57 {
    padding: 48px 16px;
  }

  .read-more-arrow {
    width: 22px;
    height: 20px;
  }

  .date {
    font-size: 14px;
    line-height: 20px;
  }

  .in-the-media-left-arrow {
    width: 30px;
    inset: auto auto 3% 10%;
  }

  .in-the-media-left-arrow.track-button {
    top: 18px;
    bottom: auto;
    left: 86px;
  }

  .media-logos {
    min-height: 32px;
  }

  .media-logos.deccan-chronicle {
    width: 160px;
  }

  .media-logos.enadu {
    width: 90px;
    min-height: 32px;
  }

  .media-logos.x-tweet {
    width: 183px;
  }

  .media-logos.times-of-india {
    width: 113px;
  }

  .media-logos.sakshi {
    width: 100px;
  }

  .media-logos.etv {
    width: 55px;
    height: auto;
    min-height: auto;
  }

  .in-the-media-right-arrow {
    width: 30px;
    inset: auto 10% 3% auto;
  }

  .in-the-media-right-arrow.track-button {
    top: -13px;
    bottom: auto;
    right: -129px;
  }

  .read-more-tex {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-container {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .slider-container.mobile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-3.remove-margin {
    line-height: 24px;
  }

  .footer-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .frame-1171276139 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .65fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 100%;
    display: grid;
  }

  .div-block-59 {
    width: 100%;
  }

  .div-block-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 32px;
    display: flex;
  }

  .footer-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .frame-1171276113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-61 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 48px;
  }

  .div-block-62 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .div-block-63 {
    padding: 48px 16px 48px 24px;
  }

  .div-block-64 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .65fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-4 {
    text-align: center;
    margin-top: 0;
    line-height: 24px;
  }

  .text-4.left-align {
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .frame-1171276112 {
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-5.table-header-details-text {
    color: #667085;
    font-size: 10px;
  }

  .for-any-inquiries-please-email-us-at-buildnow-gmail-com {
    text-align: center;
    font-size: 16px;
  }

  .link-91 {
    margin-left: 0;
    font-size: 16px;
  }

  .external-link {
    width: 16px;
    margin-top: -4px;
    margin-left: 0;
  }

  .div-block-72 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .h2-heading-inter-40-size {
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .h2-heading-inter-40-size.line-height {
    color: #1d2939;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
  }

  .h2-heading-inter-40-size.width {
    width: auto;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-33 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
  }

  .container-12 {
    padding: 48px 32px;
  }

  .text-block-34 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .text-block-35 {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .desktop-image-2 {
    display: none;
  }

  .mobile-image-2 {
    min-height: 700px;
    display: block;
  }

  .container-13 {
    padding: 48px 32px;
  }

  .text-block-36 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .text-block-37 {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .desktop-image-3 {
    display: none;
  }

  .mobile-image-3 {
    display: block;
  }

  .mobile-image-3._3rd {
    min-height: 900px;
  }

  .container-14 {
    padding: 48px 32px;
  }

  .text-block-38 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .text-block-39 {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .container-6 {
    padding: 48px 32px;
  }

  .container-6.abput-us {
    padding: 48px 16px;
  }

  .container-6.privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-11 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 140%;
  }

  .accessibility-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .nav-menu-display-code-mobile {
    display: block;
  }

  .right-pattern-procedures, .left-pattern-procedures {
    order: -1;
    margin-top: 0;
  }

  .button-primary {
    width: 100%;
    display: block;
  }

  .div-block-48 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .accessibility {
    color: #475467;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 6px 7px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .accessibility.active-size {
    color: #fff;
    background-color: #1570ef;
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-932 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-933 {
    font-size: 14px;
  }

  .text-block-934 {
    color: #1d2939;
    font-size: 14px;
  }

  .each-card-container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: auto;
    padding: 16px;
  }

  .slider {
    width: 100%;
  }

  .slide-nav-media, .slide-nav-media.track-button {
    display: none;
  }

  .media-images-2 {
    min-height: auto;
  }

  .card-description {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-183198052160 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slide {
    width: 100%;
    margin-right: 16px;
  }

  .text-16px {
    font-size: 14px;
  }

  .text-18px {
    font-size: 16px;
  }

  .home-navbar {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
  }

  .home-navbar.w--current {
    color: #475467;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
  }

  .home-navbar.track-button.w--current {
    color: #344054;
    font-weight: 500;
  }

  .utility-page-wrap._404 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .utility-page-content._404 {
    justify-content: center;
    align-items: center;
  }

  .div-block-183198052161 {
    display: none;
  }

  .nav-links-top {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .nav-links-top.mobile-hide {
    display: none;
  }

  .toplink-divider-2 {
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .div-block-183198052163 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-right: 0;
  }

  .div-block-183198052164 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-183198052166 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .text-block-943 {
    color: #344054;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-183198052167 {
    color: #475467;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .link-94 {
    color: #475467;
    font-size: 14px;
    text-decoration: none;
  }

  .text-block-941 {
    color: #344054;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .divider-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .external-alert-popup-div {
    z-index: 10000;
    justify-content: space-between;
    align-items: flex-end;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .external-alert-modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 16px 32px;
  }

  .mobile-handler {
    background-color: #d0d5dd;
    justify-content: space-between;
    align-items: center;
    width: 64px;
    height: 4px;
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-183198052171 {
    margin-top: 32px;
  }

  .text-13.remove-margin {
    line-height: 24px;
  }

  .frame-1171276454 {
    width: auto;
  }

  .div-block-183198052172 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }

  .frame-11712761101 {
    width: auto;
  }

  .code-embed-43 {
    width: 200px;
    min-height: 170px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-940 {
    width: auto;
  }

  .sitemap {
    padding: 24px 16px 84px 24px;
  }

  .h1-40px {
    margin-right: 24px;
    font-size: 26px;
  }

  .div-block-183198052173 {
    width: 100%;
  }

  .div-block-183198052174 {
    flex-flow: column;
    display: flex;
  }

  .text-block-939 {
    font-size: 16px;
    line-height: 24px;
  }

  .sitemap-link-text {
    font-size: 14px;
    line-height: 20px;
  }

  .search-code {
    border-top: 1px #d0d5dd;
    border-bottom: 1px #d0d5dd;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-right: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -2px #10182814;
  }

  .search-and-menu-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .search-icon-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
  }

  .code-embed-48 {
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .div-block-183198052176 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-183198052179 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .code-embed-49 {
    width: 100px;
  }

  .cm-photo-desktop {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .about-build-now-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: none;
    padding: 48px 16px;
  }

  .div-block-183198052189 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .heading-16 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    font-size: 20px;
    line-height: 150%;
    display: flex;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .div-block-183198052190 {
    width: 100%;
    max-width: none;
  }

  .code-embed-55 {
    width: 100%;
    min-height: 150px;
  }

  .div-block-183198052192 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183198052193 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._1920-image {
    width: auto;
  }

  .one-state-one-platform, .contact-us-dropdown {
    display: none;
  }

  .contact-numbers {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .login-icon-mobile {
    width: 100%;
  }

  .icon-login-mobile, .code-embed-57 {
    width: 20px;
    min-height: 20px;
  }

  .sitemap-link {
    color: #475467;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .sitemap-link.track-button {
    padding-left: 6px;
  }

  .citizen-centric-design-section {
    padding-bottom: 0;
  }

  .desktop-dropdowns {
    display: none;
  }

  .navbar-maint-contaner {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 0;
  }

  .desktop-nav-links {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .div-block-183198052209 {
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding: 48px 16px;
  }

  .div-block-183198052210 {
    width: 100%;
    max-width: none;
  }

  .div-block-183198052211 {
    padding: 16px;
  }

  .text-block-952 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-953 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-183198052212.track-button {
    max-width: none;
  }

  .icon-18 {
    margin-top: 0;
  }

  .div-block-183198052213 {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .code-embed-60 {
    min-width: 44px;
    min-height: 44px;
  }

  .div-block-183198052214 {
    flex-flow: row;
  }

  .div-block-183198052214.mobile-popup {
    margin-bottom: 12px;
    display: flex;
  }

  .div-block-183198052215 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-183198052216 {
    width: 100%;
    max-width: none;
    padding: 16px;
  }

  .code-embed-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
  }

  .text-block-955 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-183198052218 {
    width: 44px;
  }

  .div-block-183198052219 {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .code-embed-62 {
    width: 300px;
    min-height: 56px;
  }

  .media-images-3 {
    min-height: auto;
  }

  .each-card-container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: auto;
    height: 420px;
    padding: 16px;
  }

  .div-block-183198052228 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .each-card-container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: auto;
    height: 420px;
    padding: 16px;
  }

  .div-block-183198052230 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .drawing-scrutiny-system-video-container {
    width: 100%;
    height: auto;
  }

  .div-block-183198052233 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: stretch;
  }

  .text-span {
    height: 32px;
    font-size: 20px;
  }

  .code-embed-64 {
    width: 130px;
    min-height: 6px;
    top: 20px;
  }

  .one-platform-list {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    list-style-type: disc;
  }

  .one-platform-list.left-align {
    padding-left: 16px;
    list-style-type: disc;
  }

  .one-platform-list.right {
    list-style-type: disc;
  }

  .one-platform-list.remove-bullets {
    padding-left: 8px;
    list-style-type: none;
  }

  .one-platform-list.left-align, .one-platform-list.right {
    padding-left: 8px;
  }

  .one-platform-list.last {
    padding-left: 0;
  }

  .one-platform-features-icons {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -30px;
    left: 16px;
    right: auto;
  }

  .div-block-183198052236 {
    position: relative;
  }

  .citizen-centric-design-mobile-image {
    display: block;
  }

  .dotted-divider-one-state-one-platform {
    border: 1px dashed #d0d5dd;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 228px auto auto 50%;
  }

  .dotted-divider-one-state-one-platform._2nd {
    top: 518px;
  }

  .dotted-divider-one-state-one-platform._3rd {
    top: 820px;
  }

  .dotted-divider-one-state-one-platform._4th {
    top: 1080px;
  }

  .dotted-divider-one-state-one-platform._5th {
    top: 1407px;
  }

  .support-hub-section {
    height: 400px;
    position: relative;
  }

  .div-block-183198052238 {
    background-image: none;
    min-height: auto;
    padding-top: 40px;
    position: absolute;
    inset: 0 0% auto;
  }

  .div-block-183198052187 {
    max-width: none;
  }

  .heading-17 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-958 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .div-block-183198052189-copy {
    justify-content: center;
    align-items: center;
  }

  .div-block-183198052240 {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -50px;
  }

  .last-card {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .mobile-feedback-image-div {
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .support-card {
    width: 100%;
    min-height: auto;
    padding: 16px;
  }

  .support-card.scrutiny {
    padding-bottom: 16px;
  }

  .heading-18 {
    margin-right: 24px;
    font-size: 26px;
  }

  .heading-18.left {
    margin-right: 0;
    padding-left: 0;
    line-height: 130%;
  }

  .buildnow-platform-video-div {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    left: 0%;
    right: 0%;
  }

  .bn-lighbox-video {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    inset: 0%;
  }

  .bn-close-mark {
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .bn-close-icon {
    z-index: 10;
    position: static;
  }

  .bn-close-icon.track-button {
    width: 24px;
  }

  .citizen-centric-design-tablet-image {
    display: none;
  }

  .support-mobile-patterns {
    order: -1;
    margin-top: 0;
    display: block;
  }

  .mobile-image-support {
    display: block;
  }

  .left-pattern-support-hub, .right-pattern-support-hub {
    order: -1;
    margin-top: 0;
  }

  .tablet-image-support {
    display: none;
    position: absolute;
  }

  .desktop-image-suuport {
    display: none;
  }

  .mobile-bg-pattern {
    order: -1;
    width: 100%;
    margin-top: 0;
    display: block;
    inset: 0%;
  }

  .login-ions-mobile {
    width: 20px;
  }

  .code-embed-74 {
    width: 100%;
    height: auto;
  }

  .content-hero-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .div-block-28 {
    margin-bottom: 32px;
  }

  .hero-section-content-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .left-side-part {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .code-embed-65 {
    z-index: -1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .paragraph {
    color: #344054;
    margin-top: 0;
    font-size: 14px;
    line-height: 160%;
  }

  .video-container {
    width: 100%;
    height: 178px;
  }

  .telangane-state-map {
    width: 200px;
    min-width: auto;
    min-height: 190px;
  }

  .telangane-state-map.desktop {
    width: 320px;
    display: none;
  }

  .telangane-state-map.mobile {
    width: 198px;
    display: block;
  }

  .telagana-rising {
    width: 60px;
    top: 92px;
    right: 180px;
  }

  .telagana-rising.cm-photo-desktop {
    width: 50px;
    display: block;
    top: 60px;
    right: 48px;
  }

  .heading-15 {
    color: #101828;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 140%;
  }

  .hero-section-container {
    width: 100%;
    max-width: none;
    padding: 16px 16px 48px;
    display: block;
    position: relative;
  }

  .div-block-183198052222 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

  .heading-21 {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .left-pattern-procedures-copy {
    order: -1;
    margin-top: 0;
  }

  .container-16 {
    padding: 48px 16px;
  }

  .text-block-956 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-183198052222-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

  .div-block-183198052223 {
    order: -1;
    margin-bottom: 8px;
  }

  .div-block-183198052221 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mobile-image-div {
    min-height: 210px;
  }

  .div-block-183198052274 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .icon-copy {
    margin-top: 0;
  }

  .div-block-183198052277 {
    width: 63.7344px;
  }

  .div-block-183198052278 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .div-block-183198052280 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-183198052280.right-side-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-183198052280.right-side-div.center {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding-right: 0;
  }

  .div-block-183198052281 {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 331px;
    max-width: none;
    padding: 42px 16px 16px;
    position: relative;
  }

  .div-block-183198052282 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .text-block-985 {
    font-size: 16px;
  }

  .text-block-985.no-wrap {
    word-break: normal;
    line-height: 152%;
  }

  .div-block-183198052284 {
    height: 130px;
  }

  .container-17 {
    padding: 48px 32px;
  }

  .container-17.privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-22 {
    font-size: 28px;
    line-height: 140%;
  }

  .list-17 {
    padding-left: 16px;
  }

  .text-block-988 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
  }

  .list-19 {
    padding-left: 16px;
  }

  ._1920-image-2 {
    width: auto;
  }

  .text-block-989 {
    font-size: 16px;
  }

  .div-block-183198052289 {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 331px;
    max-width: none;
    padding: 42px 16px 16px;
    position: relative;
  }

  .desktop-onestate-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-183198052293 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .div-block-183198052295 {
    width: 63.7344px;
  }

  .div-block-183198052296 {
    height: 130px;
  }

  .code-embed-84 {
    height: auto;
  }

  .controls {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-40 {
    display: none;
  }

  .news-scrolling-html-code {
    width: 77%;
  }

  .div-block-26 {
    width: 49px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }

  .mobile-text {
    display: block;
  }

  .div-block-25 {
    height: 36px;
  }

  .div-block-183198052310 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-997.track-button {
    color: #344054;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
  }

  .text-span-2 {
    color: #475467;
  }

  .text-block-998 {
    color: #344054;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-183198052312, .div-block-183198052313 {
    color: #475467;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .div-block-183198052315 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .code-embed-87 {
    margin-top: -2px;
  }

  .div-block-183198052321 {
    flex-flow: row;
  }

  .icon-20 {
    margin-top: 0;
  }

  .text-block-1005 {
    font-size: 10px;
    line-height: 120%;
  }

  .text-block-1006 {
    letter-spacing: 0;
    font-size: 8px;
    line-height: 150%;
  }

  .div-block-183198052329 {
    margin-left: 98px;
    bottom: -6px;
  }

  .cm-and-state-map-photo-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: auto;
    display: flex;
  }

  .code-embed-91 {
    height: auto;
  }

  .code-embed-92 {
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .div-block-183198052330.track-button {
    max-width: none;
  }

  .div-block-183198052331 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-183198052332 {
    width: 100%;
  }

  .text-block-1007 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-183198052333 {
    padding: 16px;
  }

  .text-block-1008 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-183198052335 {
    width: 100%;
    max-width: none;
    padding: 16px;
  }

  .code-embed-93 {
    min-width: 44px;
    min-height: 44px;
  }

  .text-block-1010 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-183198052339 {
    width: 44px;
  }

  .div-block-183198052340 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-183198052341 {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .code-embed-94 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
  }

  .div-block-183198052187-copy {
    max-width: none;
  }

  .div-block-183198052241-copy {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .date-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .media-logos-itm {
    min-height: 32px;
  }

  .media-images {
    min-height: auto;
  }

  .div-block-183198052354 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-183198052356 {
    margin-top: 16px;
  }

  .div-block-183198052357, .div-block-183198052359 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-183198052360 {
    padding: 48px 16px;
  }

  .each-card-container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: auto;
    padding: 16px;
  }

  .each-card-container-10.tablet-hide {
    display: block;
  }

  .slider-container-3 {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .slider-container-3.mobile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183198052363 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .zwcad-downloads {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #0c111db3;
    border-width: 0;
    border-radius: 0;
    justify-content: flex-end;
    max-width: none;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-block-1035.track-button {
    width: 100%;
  }

  .link-block-1035.track-button.no-border {
    border-bottom-style: none;
  }

  .autocad-downloads {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #0c111db3;
    border-width: 0;
    border-radius: 0;
    justify-content: flex-start;
    max-width: none;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-183198052364 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .arrow.track-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-183198052365 {
    width: 100%;
  }

  .div-block-183198052374 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-description-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-183198052380, .div-block-183198052382 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-183198052383 {
    z-index: 100;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
    position: relative;
  }

  .desktop-overlay.track-button {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .div-block-183198052384 {
    background-color: #d0d5dd;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-183198052385 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-183198052386 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    overflow: hidden;
  }

  .div-block-183198052387 {
    background-color: #d0d5dd;
    border-radius: 4px;
    width: 64px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-183198052388 {
    height: 100vh;
    display: block;
  }

  .frame-1171276454-copy {
    width: auto;
  }

  .div-block-183198052389 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #344054;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    text-decoration: none;
    display: none;
    box-shadow: 0 1px 2px #1018280d;
  }

  .code-embed-95 {
    width: 100%;
  }

  .code-embed-60-copy {
    min-width: 44px;
    min-height: 44px;
  }

  .div-block-183198052211-copy {
    padding: 16px;
  }

  .div-block-183198052212-copy.track-button {
    max-width: none;
  }

  .text-block-955-copy {
    margin-bottom: 8px;
    font-size: 12px;
  }

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

  .text-block-1018 {
    color: #344054;
    font-size: 14px;
    font-weight: 400;
  }

  .contact-numbers-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .text-block-1015 {
    text-align: left;
  }

  .icon-21 {
    margin-top: 0;
  }

  .text-block-1019 {
    font-size: 14px;
  }

  .div-block-183198052392 {
    color: #475467;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .link-block-1036 {
    background-color: #d3f8df;
    border-radius: 8px;
  }

  .text-block-1022 {
    font-size: 10px;
    line-height: 120%;
  }

  .text-block-1023 {
    letter-spacing: 0;
    font-size: 8px;
    line-height: 150%;
  }

  .div-block-183198052396 {
    margin-left: 98px;
    bottom: -6px;
  }

  .telangane-state-map-2.mobile {
    width: 198px;
    display: block;
  }

  .telangane-state-map-2.desktop {
    display: none;
  }

  .code-embed-96 {
    width: 48px;
  }

  .application-search.track-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #1d2939;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .desktop-nav-links-copy {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }
}

#buildnow-plugin-guide-navbar.w-node-_9da4842e-a487-4151-db2a-e3f3bc7f8994-666bf65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#buildnow-plugin-guide-navbar-tablet.w-node-_1d2f2b97-1ac9-216c-344c-fe17db0a35cb-666bf65f, #w-node-_53e4be00-c390-badc-1c4b-2dc9a4cd002d-4169204d, #enforcement-complaints-support-sitemap.w-node-a7787f3e-6384-6832-6916-a8042d099493-4169205d, #w-node-d5312a53-d5b0-7c32-5f60-2259832f2a60-4169205f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_08239be9-63e7-e8dd-eb0b-4f5ef455bf39-41692013, #w-node-e11458c7-a9b1-f6d1-c678-0228c2990a8e-41692013, #w-node-e260b299-a866-836d-71b9-6bbbf5fd9f67-05038c72, #w-node-_715d5c5a-6c3c-1014-a1a6-ac8258a8ace1-05038c72, #w-node-_8ce0e839-27c0-c883-ffbd-78b205038c7b-05038c72, #w-node-_48e4c914-f5f7-f7e0-5678-8535e5e1731e-05038c72, #w-node-aa324647-577c-245d-7fd2-22966519b42c-05038c72, #w-node-_1b4db2b7-9c08-230c-277b-ee6eadf9041e-05038c72, #w-node-_8ce0e839-27c0-c883-ffbd-78b205038ca9-05038c72, #w-node-_8ce0e839-27c0-c883-ffbd-78b205038d05-05038c72, #w-node-_8ce0e839-27c0-c883-ffbd-78b205038d14-05038c72, #w-node-_8ce0e839-27c0-c883-ffbd-78b205038e32-05038c72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53e4be00-c390-badc-1c4b-2dc9a4cd002d-4169204d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5312a53-d5b0-7c32-5f60-2259832f2a60-4169205f {
    grid-column: span 1 / span 1;
  }
}


