.page-bg {
    background-image: url(../img/termandcondition-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .termsandcondition {
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .termsandcondition-bnr-bx {
    border-radius: 18px;
    position: relative;
    padding: 31px 26px;
    background: linear-gradient(
      115.69deg,
      rgba(255, 255, 255, 0.092) 2.89%,
      rgba(255, 255, 255, 0.14375) 48.55%,
      rgba(255, 255, 255, 0) 102.53%
    );
    backdrop-filter: blur(7.5px);
    z-index: 9;
  }
  .termsandcondition-bnr-bx:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 10px;
    border: 1px solid transparent;
    background: linear-gradient(
        45deg,
        #2a59dd -2.2%,
        rgba(0, 224, 184, 0.51) 99.23%
      )
      border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
  }
  .termsandcondition-bnr-title p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  .termsandcondition-bnr-title h2 {
    font-family: "Sequel100Wide-95";
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0.03em;
    background: linear-gradient(
      97.59deg,
      #2a59dd -25.15%,
      #02c3ef 40.18%,
      #00e0b8 97.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 11px 74px rgba(0, 0, 0, 0.5);
    margin-top: 19px;
    margin-bottom: 60px;
  }
  .termsandcondition-bnr-bx ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .termsandcondition-bnr-bx ul li:last-child {
    margin-bottom: 0;
  }
  .termsandcondition-bnr-title p a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  @media (max-width: 991px) {
    .termsandcondition-bnr-title h2 {
      font-size: 42px;
      margin-bottom: 40px;
    }
    .termsandcondition-bnr-bx ul li {
      text-align: justify;
    }
  }
  @media (max-width: 767px) {
    .termsandcondition-bnr-title h2 {
      font-size: 42px;
      line-height: 46px;
    }
    .termsandcondition-bnr-bx {
      padding: 21px 16px;
    }
    .termsandcondition-bnr-bx ul li {
      font-size: 14px;
      line-height: 25px;
      text-align: justify;
      letter-spacing: inherit;
      word-spacing: inherit;
    }
    .footer-menu ul {
      flex-wrap: wrap;
    }
    .footer-menu ul li a {
      font-size: 15px;
      padding: 0 6px;
    }
    .logo a img {
      max-width: 100px;
    }
  }
