@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;
  }
  #c-go-top {
    right: 12px;
  }
  .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;
  }
  p,
  p > a {
    font-size: 16px;
    line-height: 24px;
  }
  .form-group {
    margin-bottom: 18px;
  }
  .common-btn {
    padding: 9px 18px;
  }
  .site-header {
    padding: 18px 0 17px;
  }
  .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: 4px;
    border: 1px solid #121212;
    padding: 0;
    background: #121212;
    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;
    /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
    padding: 0;
    z-index: 9;
    padding: 0 0 20px;
    /* transition: 1s; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    will-change: transform;
  }
  /* .site-nav.shownav {
        right: 0;
        transition: 1s;
    } */
  .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 {
    /* width: 100%; */
    padding: 12px 20px;
    /* border-bottom: 1px solid #D2D2D2; */
    position: relative;
    left: 100%;
    will-change: transform;
  }
  .nav-menu .nav-link {
    font-size: 34px;
    line-height: 42px;
    overflow: inherit;
  }
  .site-content {
    padding-top: 76px;
  }
  .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;
  }
  .feature h2 {
    margin-bottom: 24px;
  }
  .feature-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    height: 100%;
  }
  .about-us-content {
    text-align: center;
    margin-bottom: 24px;
  }
  .about-us-content p {
    margin-bottom: 24px;
  }
  .about-us-img {
    max-width: 460px;
    margin: 0 auto;
  }
  .about-img-big {
    max-width: 330px;
  }
  .about-img-small {
    max-width: 230px;
  }
  .download {
    padding-top: 40px;
    text-align: center;
  }
  .download-content p {
    margin: 0 auto 16px;
  }
  .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;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 38px;
    line-height: 50px;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-logo .logo {
    display: inline-block;
  }
  .footer-logo p {
    max-width: 380px;
    margin: 0 auto;
  }
  .get-in-touch-form {
    padding: 24px;
  }
}
@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;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  h6,
  .heading-six {
    font-size: 14px;
    line-height: 21px;
  }
  input,
  select,
  textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .common-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .header-right {
    gap: 10px;
  }
  /* .site-nav {
        width: 80%;
    } */
  .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;
  }
  .site-content {
    padding-top: 74px;
  }
  .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 img {
    max-width: 300px;
  }
  .feature-row {
    margin-bottom: 0;
  }
  .feature-col:last-child {
    margin-bottom: 0;
  }
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  .feature-icon i::before {
    width: 30px;
    height: 30px;
  }
  .about-us-content p {
    margin-bottom: 16px;
  }
  .about-us-img {
    max-width: 340px;
  }
  .about-img-big {
    max-width: 260px;
  }
  .about-img-small {
    max-width: 180px;
  }
  .get-in-touch-form {
    padding: 18px;
  }
  .mobile-number span {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-top {
    text-align: center;
  }
  .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;
  }
  #c-go-top {
    padding: 5px 8px;
  }
  .left-content,
  .right-body-content {
    padding: 40px 12px;
  }
  .registration-card {
    margin-top: 20px;
  }
  .pass-wrap input {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .pass-wrap {
    gap: 16px;
  }
  .registration-card {
    padding: 20px 12px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header {
    padding: 14px 0 13px;
  }
  .header-wrapper {
    gap: 12px;
  }
  .logo,
  footer .logo {
    max-width: 124px;
  }
  .header-right .common-btn {
    padding: 5px 8px;
  }
  .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: 60px;
  }
  .download-img-left {
    bottom: -30px;
    max-width: 150px;
  }
  .download-img-right {
    bottom: -92px;
    max-width: 150px;
  }
  .footer-logo,
  .footer-nav {
    margin-bottom: 16px;
  }
  .footer-nav h6 {
    margin-bottom: 16px;
  }
  .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;
  }
}
