@media (max-width: 1400px) {
  .MoneyVector {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
  }
  .banner-para,
  .main-heading {
    max-width: 100%;
  }
  .section-padding {
    padding: 90px 0;
  }
  .login-section {
    padding: 30px 0;
  }
   .login-row .LoginImg {
    height: 620px;
  }
}

@media (max-width: 1260px) {
  .bg-shape {
    background-size: 83% 100%;
  }
  .login-row {
    margin: 0;
    padding: 30px;
  }
  .login-row .LoginImg {
    height: 580px;
  }
}

@media (max-width: 1024px) {
  .main-heading {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-padding,
  .tab-section {
    padding: 70px 0;
  }
  .features-bg {
    padding: 40px 40px 0 40px;
  }

  .form-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .header .navbar-collapse {
    position: fixed;
    top: 0;
    left: -65%;
    width: 50%;
    height: 100%;
    background-color: white;
    transition: left 0.9s ease;
    z-index: 1050;
    padding: 30px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .header .navbar-collapse.show {
    left: 0;
  }
  .header .navbarTogglerBtn {
    display: inline-block;
  }
  .header .navbar-nav {
    align-items: start !important;
    gap: 16px;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: flex-start !important;
  }
  .header .search_form {
    display: grid !important;
  }
  .header .button-one,
  .header .theme-button {
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    width: fit-content;
  }
  .header .search-btn {
    width: 46px;
    height: 46px;
  }

  .banner-section {
    height: auto;
    border-radius: 0 0 50px 50px;
    padding-top: 15%;
  }
  .footer .ft-para {
    font-size: 18px;
    line-height: 28px;
  }
  .footer .footer-heading {
    font-size: 20px;
  }
  .terms-section h4 {
    margin: 25px 0 15px;
  }
  .faq-section .accordion-button {
    padding: 10px 16px;
  }
  .selectRole_bg {
    padding: 30px 60px;
  }
}
@media (max-width: 992px) {
  .para-width,
  .beginText {
    max-width: 80%;
  }
  .heading-width,
  .textPW {
    max-width: 100%;
  }
  .banner-section {
    padding-top: 18%;
  }
  .bg-shape {
    height: 365px;
    background-size: 90% 100%;
    margin-top: 50px;
  }
  /* .bg-shape .banner-image {
    width: 80%;
    top: -80px;
  } */
  .res_tabs .nav-tabs .nav-link {
    font-size: 20px;
    padding: 13px 40px;
  }
  .served_industry .industry_box {
    max-width: 25%;
  }
  .served_industry .industry_box.active {
    max-width: 75%;
  }
  .ft-list {
    padding-left: 0;
    gap: 25px;
    width: 100%;
    justify-content: center;
  }
    .login-row .LoginImg {
    height: 450px; 
  }
}

@media (max-width: 767px) {
  .main-heading {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .p {
    line-height: 26px;
  }
  .section-padding,
  .tab-section {
    padding: 40px 0;
  }
  .main-section {
    margin-top: 107px;
  }
  .header .navbarFlex {
    padding: 12px 16px;
  }
  .header .navbar-collapse {
    width: 75%;
  }
  .header .logo {
    width: 68px;
  }

  .banner-section {
    /* height: 710px; */
    border-radius: 0 0 25px 25px;
    margin: 0;
    padding-top: 20%;
  }

  .para-width,
  .beginText {
    max-width: 100%;
  }
  .bg-shape {
    height: 255px;
    background-size: 98% 100%;
  }
  .bg-shape .banner-image {
    width: 58%;
  }
  /* .ft-list {
    width: 100%;
    justify-content: center;
  } */
  .features-bg {
    padding: 30px 20px 0 20px;
    border-radius: 25px;
  }
  .res_card {
    border-radius: 15px;
  }
  .res_card .overlay-box {
    padding: 0 25px 20px;
  }

  .system-list {
    flex-wrap: wrap;
  }
  .consultation_form .consFormBg {
    padding: 40px;
  }
  .form-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .footer {
    padding-top: 30px;
  }
  .ft-para {
    font-size: 16px;
    line-height: 26px;
  }
  .terms-banner {
    height: 400px;
  }
  .terms-banner h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .terms-section h4 {
    line-height: 28px;
  }
  .served_industry .industry_box,
  .served_industry .industry_box.active {
    max-width: 100%;
  }
  .served_industry .industry_box.active .industry_box_content h3 {
    width: 75%;
    text-align: center;
  }
  .served_industry .industry_box .industry_box_content h3 {
    font-size: 22px;
  }
  .served_industry .industry_box.active .industryText {
    padding: 0 30px 20px 0;
  }
  .contactRow {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .contactRow .ContactUsImg {
    border-radius: 15px;
  }
  .banner-section .button-two {
    padding: 12px 24px;
    border-radius: 6px;
  }
  .customModal .modal-title {
    font-size: 22px;
  }
  .customModal h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .login-row {
    padding: 15px;
    border-radius: 20px;
  }
  .login-row .LoginImg {
    border-radius: 15px;
  }
  .selectRole_bg {
    border-radius: 20px;
    padding: 30px;
  }
  .merchant-card h4 {
    font-size: 20px;
  }
  .merchant-card .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .login-btn {
    font-size: 16px;
    padding: 14px 44px;
  }
}

@media (max-width: 550px) {
  .banner-section {
    /* height: 610px; */
    padding-top: 25%;
  }
  .bg-shape {
    height: 210px;
    background-size: 85% 100%;
  }
  .bg-shape .banner-image {
    width: 50%;
  }
  .consultation_form .consFormBg {
    padding: 40px 20px;
  }
  .login-row .LoginImg {
    height: auto;
  }
  .contactForm.loginForm .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }
  .contactForm.loginForm .form-check-label,
  .loginForm .forgotPassword {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .banner-section {
    padding-top: 30%;
  }
  .bg-shape {
    height: 150px;
  }
}

@media (max-width: 320px) {
  .banner-section {
    /* height: 660px; */
    padding-top: 35%;
  }

  .bg-shape .banner-image {
    width: 65%;
  }
}
