@media only screen and (max-width: 1199px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-fluid .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .nav-menu {
    gap: 20px;
  }
  .header-right {
    gap: 20px;
  }
  #go-top {
    right: 12px;
  }
  .banner-img::before {
    left: -18px;
    width: 470px;
    height: 470px;
  }
  .login-right {
    padding: 50px 12px 50px 0;
  }
  .login-left img {
    left: calc(50% - 14px);
  }
  .left-content {
    padding: 40px;
  }
  .left-content-body {
    min-height: 100%;
  }
  .right-content-img {
    max-width: 340px;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 40px;
    line-height: 52px;
  }
  h2,
  .heading-two {
    font-size: 34px;
    line-height: 42px;
  }
  h3,
  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }
  h4,
  .heading-four {
    font-size: 22px;
    line-height: 28px;
  }
  p,
  p > a {
    font-size: 16px;
    line-height: 24px;
  }
  .text-normal {
    font-size: 16px;
    line-height: 24px;
  }
  .border-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .common-btn {
    padding: 9px 18px;
  }
  .site-header {
    padding: 14px 0;
  }
  .header-wrapper {
    gap: 20px;
  }
  .header-main {
    justify-content: flex-end;
    width: auto;
  }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .header-right .text-sm {
    display: none;
  }
  .menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #00295f;
    padding: 0;
    background: #00295f;
    overflow: hidden;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    z-index: 9;
  }
  .line-toggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.6s;
  }
  .line-toggle:first-child {
    transform: translateY(-10px) translateX(-4px);
    width: 16px;
    transition-delay: 0s;
  }
  .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }
  .line-toggle:last-child {
    transform: translateY(10px) translateX(-5px);
    width: 12px;
    transition-delay: 0s;
  }
  .menu-toggle.is-active .line-toggle:first-child {
    background: #ffffff;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .menu-toggle.is-active .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  .menu-toggle.is-active .line-toggle:last-child {
    background: #ffffff;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .site-nav {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 9;
    padding: 0 0 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    will-change: transform;
  }
  .nav-menu {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    gap: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-menu .nav-item {
    padding: 12px 20px;
    position: relative;
    left: 100%;
    will-change: transform;
  }
  .nav-menu .nav-link {
    font-size: 34px;
    line-height: 42px;
    overflow: inherit;
  }
  .footer-nav h6 {
    margin-bottom: 16px;
  }
  .site-content {
    padding-top: 88px;
  }
  .banner-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-content h1 {
    max-width: 700px;
    margin: 0 auto 16px;
  }
  .banner-content p {
    max-width: 700px;
    margin: 0 auto 24px;
  }
  .app-links {
    justify-content: center;
  }
  .banner-img {
    justify-content: center;
  }
  .banner-img img {
    max-width: 400px;
    height: 500px;
    width: 100%;
    object-fit: contain;
  }
  .banner-img::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 450px;
    height: 450px;
  }
  .feature-col {
    margin-bottom: 24px;
  }
  .feature-row {
    margin-bottom: -24px;
  }
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  .feature-icon i::before {
    width: 30px;
    height: 30px;
  }
  .feature-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    height: 100%;
  }
  .download {
    text-align: center;
  }
  .download-content {
    margin-bottom: 40px;
  }
  .download-content p {
    max-width: 700px;
    margin: 0 auto 16px;
  }
  .download-img {
    justify-content: center;
    gap: 18px;
  }
  .download-img::before {
    top: -18px;
    left: 0;
    margin: 0 auto;
  }
  .get-in-touch-form {
    padding: 34px;
  }
  .left-content {
    height: 100%;
  }
  .right-body-content {
    padding: 40px;
  }
  .right-content-img {
    max-width: 350px;
    height: 100%;
    margin: 0 auto 24px;
  }
  .registration-card {
    padding: 20px;
  }
  .faqs .accordion-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .faqs .accordion-button::after {
    width: 24px;
    height: 24px;
  }
  .faqs .accordion-body p {
    max-width: 100%;
  }
  .footer-top {
    padding: 40px 0 20px;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .upload-documentation .note-text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 38px;
    line-height: 50px;
  }
  .site-header {
    padding: 10px 0;
  }
  .footer-logo {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .footer-logo .logo {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer-logo p {
    max-width: 380px;
    margin: 0;
  }
  .site-content {
    padding-top: 80px;
  }
  .banner-img img {
    max-width: 360px;
    height: 460px;
  }
  .about-us-content {
    text-align: center;
  }
  .about-img {
    max-width: 360px;
    height: 400px;
    margin: 0 auto 24px;
  }
  .get-in-touch-form {
    padding: 24px;
  }
  .thankyou::before {
    height: 255px;
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .heading-one {
    font-size: 30px;
    line-height: 42px;
  }
  h2,
  .heading-two {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .heading-three {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  h4, .heading-four {
    font-size: 20px;
    line-height: 26px;
  }
  h3,
  .heading-three {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .text-sm {
    font-size: 14px;
    line-height: 18px;
  }
  input,
  select,
  textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .error-label {
    bottom: -16px;
  }
  .common-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .header-right {
    gap: 10px;
  }
  .header-right .common-btn {
    font-size: 0;
    line-height: 0;
    padding: 8px;
  }
  .header-right .common-btn i {
    display: flex;
  }
  .nav-menu .nav-link {
    font-size: 28px;
    line-height: 36px;
  }
  .menu-toggle {
    width: 38px;
    height: 38px;
  }
  .line-toggle {
    height: 2px;
  }
  .menu-toggle.is-active .line-toggle:first-child {
    width: 24px;
    height: 2px;
  }
  .menu-toggle.is-active .line-toggle:last-child {
    width: 24px;
    height: 2px;
  }
  .banner-content p {
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .banner-content h1 {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .app-links li a {
    max-width: 120px;
  }
  .app-links li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner-img::before {
    width: 350px;
    height: 350px;
  }
  .banner-img img {
    max-width: 300px;
    height: 400px;
  }
  .feature-col {
    width: 50%;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
  }
  .feature-icon i::before {
    width: 24px;
    height: 24px;
  }
  .about-img {
    max-width: 360px;
    height: 400px;
    margin: 0 auto 24px;
  }
  .download-content p {
    max-width: 100%;
  }
  .download-img-left {
    max-width: 184px;
    height: 339px;
    width: 100%;
  }
  .download-img-right {
    max-width: 184px;
    height: 274px;
    width: 100%;
  }
  .download-img::before {
    width: 382px;
    height: 382px;
  }
  .get-in-touch-form {
    padding: 18px;
  }
  .faqs .accordion-button.heading-four {
    font-size: 18px;
    line-height: 26px;
  }
  .faqs .accordion-body {
    padding: 12px 0 0;
  }
  .faqs .accordion-item:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .faqs .accordion-button::after {
    width: 18px;
    height: 18px;
  }
  .mobile-number span {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-top {
    text-align: center;
  }
  .footer-logo {
    gap: 16px;
    flex-direction: column;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-nav-menu {
    column-count: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-nav-menu li {
    margin-bottom: 0;
  }
  .social-list {
    justify-content: center;
  }
  .footer-bottom {
    padding: 18px 0 18px;
  }
  .left-content,
  .right-body-content {
    padding: 40px 12px;
  }
  .registration-card {
    margin-top: 20px;
  }
  .login-right {
    padding: 40px 0 40px 0;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .pass-wrap input {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .pass-wrap {
    gap: 16px;
  }
  .registration-card {
    padding: 20px 12px;
  }
  .upload-documentation form {
    max-width: inherit;
  }
  .digit-group label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .image-center img {
    width: 130px;
    height: 130px;
  }
  .thankyou::before {
    height: 180px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .upload-documentation .note-text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .heading-one {
    font-size: 28px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 26px;
    line-height: 34px;
  }
  .site-header {
    padding: 6px 0;
  }
  .header-wrapper {
    gap: 12px;
  }
  /* .menu-toggle {
    width: 32px;
    height: 32px;
  } */
  .line-toggle {
    width: 22px;
  }
  .line-toggle:first-child {
    transform: translateY(-8px) translateX(-4px);
    width: 14px;
  }
  .line-toggle:last-child {
    transform: translateY(8px) translateX(-6px);
    width: 10px;
    transition-delay: 0s;
  }
  .site-content {
    padding-top: 72px;
  }
  .banner-img::before {
    width: 320px;
    height: 320px;
  }
  .feature-row {
    margin-bottom: 0;
  }
  .feature-col {
    width: 100%;
    margin-bottom: 16px;
  }
  .feature-col:last-child {
    margin-bottom: 0;
  }
  .download-img {
    gap: 8px;
  }
  .download-img-left {
    max-width: 134px;
    height: 239px;
  }
  .download-img-right {
    bottom: -52px;
    max-width: 134px;
    height: 219px;
  }
  .download-img::before {
    width: 272px;
    height: 272px;
  }
  .footer-logo,
  .footer-nav {
    margin-bottom: 16px;
  }
  .footer-nav h6 {
    margin-bottom: 16px;
  }
  .footer-bottom {
    padding: 14px 0 14px;
  }
  .left-content-logo {
    margin-bottom: 20px;
  }
  .left-content-logo .logo {
    max-width: 120px;
  }
  .otp-sign-up .form-group {
    margin: 0 0 20px;
  }
  .receive-otp,
  .receive-otp a {
    font-size: 14px;
    line-height: 21px;
  }
  .file-upload {
    margin-bottom: 20px;
  }
  .file-output-block #file-name {
    max-width: 240px;
  }
  .note-text.heading-six {
    font-size: 14px;
    line-height: 18px;
  }
}
