@media screen and (max-width: 1450px) {
  .custom-card-child-1-header {
    width: auto;
    margin: 0 auto;
    font-size: 1.5rem;
  }

  .custom-card {
    max-width: 25.4rem;
    height: 42rem;
  }
  .custom-card-child-1 {
    padding: 2.5rem 2rem 0 2rem;
    gap: 1.5rem;
  }
  .custom-card-child-2 {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 1390px) {
  .frame-parent-child-1 {
    width: 75%;
  }

  .frame-parent-5 {
    padding: 7.5rem 5.25rem;
  }
}

@media screen and (max-width: 1236px) {
  .about-parent-1 {
    padding: 7.5rem 9.25rem;
  }

  /* .about-parent-1-child-2 {
        padding: 0;
      } */
  .about-parent-2 {
    padding: 0 9.25rem 7.5rem 9.25rem;
  }

  .frame-parent {
    padding: 3.75rem 5.25rem 0 5.25rem;
  }

  .frame-parent-child-1 {
    width: 70%;
  }

  .frame-parent-3 {
    padding: 7.5rem 7.125rem;
  }

  .frame-parent-5 {
    padding: 7.5rem 5.25rem;
  }

  .frame-parent-5-child-2 .card {
    min-width: 15.0625rem;
    max-width: 15.0625rem;
  }

  .frame-parent-6 {
    padding: 7.5rem 4.25rem;
  }

  .custom-card {
    max-width: 25.4rem;
    height: 42rem;
  }

  .custom-card-child-1-header {
    width: auto;
    margin: 0 auto;
    font-size: 1.5rem;
  }

  /* .custom-card-child-1 {
    padding: 2.5rem 1.25rem;
  } */

  .frame-parent-8 {
    padding: 5rem 6.25rem 7.5rem 6.25rem;
  }

  .footer-container-child-1 {
    padding: 0rem 4.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .about-parent-3 {
    padding: 0rem 1.25rem 5rem 1.25rem;
  }

  .leader-description-box {
    gap: 0.5rem;
  }

  .about-parent-3-child-2 {
    gap: 2.5rem;
  }

  .about-parent-1 {
    padding: 7.5rem 4.5rem;
  }

  .about-parent-2 {
    padding: 0 6.25rem 7.5rem 6.25rem;
  }

  .product-container {
    padding: 7.5rem 4.5rem;
  }

  .product-container-img {
    height: 22.8rem;
  }

  .frame-parent-8-child-3-right-img {
    height: 90%;
  }

  .navbar-collapse {
    flex-direction: column;
    align-items: start !important;
  }

  .container-fluid {
    padding: 0 10px !important;
  }

  .navbar-nav {
    margin-left: 0;
  }

  .frame-parent-child-1 {
    width: 80%;
  }

  .frame-parent-3 {
    padding: 7.5rem 3.125rem;
  }

  .frame-parent-5 {
    padding: 7.5rem 3.25rem;
  }

  .frame-parent-5-child-2 .card {
    min-width: 11.0625rem;
    max-width: 13.0625rem;
  }

  .carousel-item-end,
  .carousel-item-prev,
  .carousel-item-start,
  .carousel-item-next {
    max-width: 40.625rem;
  }

  .frame-parent-7-child-2-card {
    /* max-width: 40.625rem; */
  }

  .card-section-2 {
    /* max-width: 25.6875rem; */
  }

  .frame-parent-8 {
    padding: 5rem 4.25rem 7.5rem 4.25rem;
  }

  .footer-container-child-1 {
    padding: 0 2.25rem;
  }

  .footer {
    padding: 1.25rem 1.25rem;
  }

  .footer-left {
    gap: 0.5rem;
  }

  .contact-parent-1-left {
    padding: 7.5rem 0rem 0rem 4.5rem;
  }

  .contact-parent-1-right {
    padding: 3rem;
  }

  .contact-form {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .modal-body-box-1 {
    flex-direction: row;
  }
  .about-parent-1 {
    padding: 5rem 1.25rem;
    padding-bottom: 0.5rem;
    flex-direction: column;
  }

  .max-33 {
    max-width: 100%;
  }

  .algo-based-img {
    max-width: 100%;
    padding-right: 0;
  }

  .automated-fund-img {
    max-width: 100%;
    padding: 0;
  }

  .about-parent-1-child-2 {
    min-height: 270px;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .about-parent-1-child-2-img-mobile {
    background-image: url(../img/about-icon.svg);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }

  .vision-text {
    width: 100%;
  }

  .about-parent-2-header > p {
    text-align: center;
  }

  .about-parent-2 {
    padding: 0 2.25rem 7.5rem 2.25rem;
    flex-direction: column;
  }

  .about-parent-2-body {
    flex-direction: column;
  }

  .about-parent-2-body-box {
    align-items: center;
  }

  .about-parent-2-body-box > p {
    text-align: center;
    font-size: 1rem;
  }

  .about-parent-2-footer {
    padding: 2.5rem;
  }

  .about-parent-3 {
    padding: 0rem 1.25rem 5rem 1.25rem;
    /* gap: 2rem; */
  }

  .about-parent-3-child-1 {
    padding-top: 5rem;
  }

  .modal-content {
    min-width: 10rem;
    max-width: 92vw;
    margin: auto;
  }

  .about-mobile {
    display: block !important;
  }

  .about-desktop {
    display: none !important;
  }

  .leader-main-box {
    display: block !important;
    padding: 1rem;
  }

  .about-parent-3-child-1 > p {
    text-align: center;
  }

  .about-parent-3-child-2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .leader-main-box {
    max-width: 25rem;
    min-width: auto;
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(
        180deg,
        #fff 32.98%,
        rgba(255, 255, 255, 0) 100%
      ),
      #e7f0ff;
  }

  .leader-img {
    height: 7.5rem;
  }

  .about-parent-4 {
    padding: 5.5rem 3.4375rem;
  }

  .popup-leader-header,
  .leader-header > p {
    font-size: 1.25rem;
  }

  .contact-parent-1-left {
    padding: 7.5rem 0rem 0rem 2.5rem;
  }

  .contact-parent-1-right {
    padding: 2rem;
  }

  .contact-form {
    padding: 0.5rem;
  }

  .contact-parent-1 {
    flex-direction: column;
  }

  .contact-parent-1-left-body {
    flex-direction: row;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .contact-parent-1-right {
    width: 100%;
  }

  .product-parent-1 {
    padding: 0;
  }

  .product-container {
    padding: 7.5rem 1.5rem;
    flex-direction: column;
    height: auto;
  }

  .product-container-detail {
    order: 1;
    justify-content: center;
  }

  .product-container-img {
    order: 2;
    height: 22.8rem;
  }

  .frame-parent {
    padding: 3.75rem 2.25rem 0 2.25rem;
  }

  .frame-parent-child-1 {
    width: 90%;
  }

  .frame-parent-5-child-2 .card {
    min-width: 8.0625rem;
    max-width: 11.0625rem;
  }

  .carousel-item-end,
  .carousel-item-prev,
  .carousel-item-start,
  .carousel-item-next {
    max-width: 36.625rem;
  }

  .frame-parent-8 {
    padding: 5rem 2.25rem 7.5rem 2.25rem;
  }

  .frame-parent-8-child-3-left {
    gap: 1.5rem;
  }

  .frame-parent-8-child-3 {
    height: auto;
    flex-direction: column;
  }

  .frame-parent-8-child-3-right-img {
    padding-top: 33px;
    padding-bottom: 33px;
    height: 100%;
  }

  .contant-body {
    flex-wrap: wrap;
  }

  .contant-body-child-1-link-container {
    flex-wrap: wrap;
  }

  .footer {
    flex-wrap: wrap;
  }

  .footer-left {
    flex-wrap: wrap;
  }

  .footer-right {
    flex-wrap: wrap;
  }

  .card {
    height: 7.625rem !important;
  }

  .custom-card-child-2 {
    padding: 0 1.5rem;
  }
  .frame-parent-5,
  .frame-parent-6 {
    padding: 5.5rem 1.25rem;
    gap: 2.5rem;
  }
  .frame-parent-3-question > p {
    font-size: 1.25rem;
  }
  .frame-parent-3-icon-img {
    height: 5.5rem;
    width: 5.5rem;
  }
}

@media screen and (max-width: 525px) {
  .product-header-text {
    max-width: 20.375rem;
    margin: 0 auto;
    text-align: center;
  }

  .origin-vrddi-desc {
    text-align: center;
  }

  .frame-parent-7 {
    padding: 5rem 1.25rem;
  }
  .yt-iframe {
    border-bottom-left-radius: 0.75rem;
  }

  .owl-carousel .item {
    height: 100%;
  }

  .algo-based-img {
    padding-right: 0;
  }

  .about-parent-2-footer {
    background: url(../img/vision_mobile.svg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position-x: center !important;
  }

  .product-container {
    padding: 5rem 1.25rem 2.5rem 1.25rem;
  }

  .product-parent-1-img {
    max-height: 17.5rem;
  }

  .frame-parent {
    padding: 3.75rem 1.25rem 0 1.25rem;
    min-height: 600px;
  }

  .frame-parent-child-1 {
    width: 100%;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .frame-parent-child-2-img-mobile {
    background-image: url(../img/first-img.svg);
    background-size: 100% 100%;
    /* height: 100%; */
    width: 100%;
    max-width: 398px;
    height: 301px;
  }

  .frame-parent-2-child-1 > p {
    text-align: center;
  }

  .frame-parent-2 {
    padding: 0 1.5rem;
  }

  .frame-parent-3 {
    padding: 5rem 1.25rem;
  }

  .frame-parent-3-question-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
      #e7f0ff;
    padding: 0.5rem;
    gap: 0;
  }

  /* .frame-parent-3-icon {
    width: 18rem;
    height: 10rem;
    padding: 0;
    align-self: center;
  } */

  .frame-parent-3-question {
    display: flex;
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }

  .frame-parent-4 {
    padding: 4.5rem 1.5rem;
  }

  .frame-parent-4-child-1 > .description {
    max-width: 100%;
  }

  .frame-parent-5 > p {
    text-align: center;
  }

  /* .frame-parent-5,
  .frame-parent-6 {
    padding: 5.5rem 1.25rem;
  } */

  .frame-parent-5-child-2 .card {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }

  .frame-parent-6-child-1 > p {
    text-align: center;
  }

  .custom-card {
    min-width: 22.1875rem;
    height: 40rem;
  }

  .custom-card-child-1 {
    /* padding: 3.75rem 0.75rem 0rem 0.75rem; */
    padding: 2.5rem 1.8rem 0 1.8rem;
    gap: 1.5rem;
  }

  .custom-card-child-1-header {
    width: 100%;
    /* font-size: 1.5rem; */
    font-size: 1.48rem;
    margin: 0 auto;
  }

  .carousel-item-end,
  .carousel-item-prev,
  .carousel-item-start,
  .carousel-item-next {
    max-width: 21rem;
  }

  .frame-parent-7-child-2-card {
    flex-direction: column;
    max-width: 22rem;
    height: auto;
  }

  .card-section-1 {
    min-height: 18rem;
    max-width: 21rem;
  }

  .card-section-2 {
    min-height: 22rem;
    max-width: 21rem;
    padding: 2rem;
  }

  .frame-parent-8 {
    padding: 5rem 1.25rem 7.5rem 1.25rem;
  }

  .frame-parent-8-child-1 > P {
    font-size: 2.3rem;
  }

  .contant-header {
    flex-direction: column;
    gap: 1.5rem;
  }

  .social-handles > p {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  .contant-header-img-container {
    width: auto;
  }

  .footer-left {
    gap: 1.5rem;
  }

  .custom-card {
    /* min-width: 18.1875rem; */
    max-width: 22.375rem;
  }

  .frame-parent-7-child-2-card {
    flex-direction: column;
    max-width: 22.375rem;
    height: auto;
  }

  .carousel-item-end,
  .carousel-item-prev,
  .carousel-item-start,
  .carousel-item-next {
    max-width: 19rem;
    margin: 0 1rem;
  }

  .card-section-1 {
    min-height: 18rem;
    max-width: 100%;
  }

  .card-section-2 {
    min-height: 22rem;
    max-width: 100%;
    padding: 0.5rem;
  }

  .header-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
  }

  .title-text {
    font-size: 1.25rem;
  }

  .modal-title {
    margin-top: 3.5rem !important;
  }

  .modal-content {
    padding: 1.5rem 2rem 2.5rem 2rem;
  }

  .contact-parent-1-left {
    padding: 5rem 1.25rem;
  }

  .enquiry-heading {
    padding-left: 0.625rem;
  }

  .contact-parent-1-right {
    padding: 5rem 1.25rem !important;
  }

  .contact-form-container {
    padding: 0 !important;
  }

  .form-submit {
    width: 100%;
    padding: 1.5rem 1.25rem !important;
  }

  .about-parent-2 {
    padding: 0 1.25rem 5rem 1.25rem;
  }

  .about-parent-2-header {
    padding-top: 5rem;
  }

  .about-parent-2-body {
    padding: 3.75rem 0;
  }

  .about-parent-2-body-box {
    gap: 1rem;
  }

  .about-parent-2-body-box {
    padding: 0;
  }

  .about-parent-2-footer > p {
    text-align: center;
  }

  .leader-main-box {
    max-width: 22.375rem;
    padding: 0.5rem;
  }

  .popup-leader-header,
  .leader-header > p {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }

  .leader-header > p:first-child {
    font-size: 1.25rem;
  }

  .leader-header > p:nth-child(2) {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 130%;
  }

  .leader-header {
    gap: 0.5rem;
  }

  .modal-body-box-1 {
    flex-direction: column;
  }

  .modal-body-box-2 > p {
    font-size: 0.75rem;
  }

  .about-parent-4 {
    padding: 7.5rem 1.25rem;
  }

  .leader-main-box {
    max-width: 100%;
    padding: 1rem;
  }

  .frame-parent-3-icon {
    justify-content: start;
    margin-left: 2rem;
    margin-bottom: 1rem;
    width: auto;
    height: auto;
  }

  .leader-container {
    gap: 1.5rem;
    padding: 0;
    margin-bottom: 1rem;
  }

  .our-vision {
    opacity: 0.8;
  }

  .product-parent-1-header {
    padding: 5rem 1.25rem 1.25rem 1.25rem;
  }

  .discover-vrddi {
    font-size: 2.875rem;
  }

  .parent-2-info-detail-heading {
    font-size: 1.75rem;
    text-align: left;
  }
  .product-1-img {
    height: auto;
    margin: 0;
  }

  .automated-fund-img {
    padding: 2.2465rem 1.5rem 2.29069rem 1.5rem;
  }

  .product-1-img {
    padding: 2.375rem 1.49575rem 2.42013rem 1.5rem;
  }

  .product-5-img {
    padding: 4.64456rem 1.5rem 4.332rem 1.625rem;
  }

  .frame-parent-8-child-3-left {
    padding: 3.5rem 2rem 1.5rem 2rem;
  }

  .frame-parent-4-child-3 {
    margin: 2.5rem 5rem;
  }

  .accordion-question {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .accordion-desc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-container-detail {
    padding-left: 0;
  }
  .easy-to-use {
    text-align: center;
    font-size: 2.375rem;
  }
  .loan-free-text > span:nth-child(2) {
    width: 100%;
    display: inline-block;
  }
  .win-win-text {
    max-width: 18rem;
    margin: auto;
  }
  .get-more-help {
    display: inline-block;
  }
  .vrddi-unique {
    max-width: 18rem;
    margin: auto;
  }

  .product-container-detail > p:nth-child(1) {
    font-size: 1.75rem;
  }
  .vrddi-origin {
    text-align: center !important;
  }
  .loan-free-text {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .get-access-funds-text {
    width: 100%;
  }
  .automated-fund-text {
    width: 100%;
  }
  .algo-based-text {
    width: 100%;
  }
  .paperless-text {
    max-width: 22rem !important;
  }
  .intro-card {
    padding: 1.88rem;
    height: auto;
    gap: 2.5rem;
    background-color: #1752b0;
  }
  .intro-card > div > p {
    min-height: unset;
  }
  .got-covered {
    max-width: 20rem;
  }
  .intro-card-container {
    gap: 1.25rem;
  }
  .automated-beneficiary-text {
    width: 105%;
  }

  .contact-left-social {
    width: 100%;
  }
  .contact-left-social > a {
    width: 100%;
  }
  .contact-us-text {
    font-size: 2.375rem;
  }
  .accordion-body {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 1.25rem !important;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .sumo-logo-desktop {
    display: none !important;
  }
}
