  body {
    overflow-x: hidden;
    outline: no;
    font-family: "Roboto";
    color: #333;
    margin: 0;
    padding: 0;
  }

  * {
    margin: 0;
    padding: 0;
  }

  p {
    font-size: 15px;
    font-family: "Roboto";
    color: #6f7172;
  }

  header {
    background: #850f0f;
    color: #fff;
  }

  .top-cta {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 9px 18px;
    font-size: 17px;
    border-radius: 4px;
    margin-left: 10px;
    display: inline;
    cursor: pointer;
  }

  .wrap {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .cta-right {
    float: right;
    margin: 20px 8px 0 0;
  }

  .cta-right {
    float: right;
    margin: 20px 8px 0 0;
  }

  .logo span:first-child {
    margin-right: 10px;
  }

  .logo span {
    float: left;
  }

  .logo img {
    height: 65px;
    padding: 8px;
  }

  h2.faq-title {
    font-size: 20px;
    color: #fff;
    line-height: 0.667;
    font-weight: bold;
    margin: 12px 0px;
  }

  .foo-1 {
    width: 32%;
    float: left;
  }

  .foo-1 p {
    color: #fff;
  }

  .list-view {
    list-style-type: square;
    color: #fff;
    float: left;
  }

  .list-view li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .list-view li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }

  .social-link {
    text-decoration: none;
  }

  .footer-margin {
    max-width: 1100px;
    margin: 0 auto;
  }

  .thre-app-warp {
    background: #fff;
    overflow: hidden;
    margin-top: -11px;
  }

  .thre-app-warp {
    padding: 40px 20px !important;
  }

  .social {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  footer a {
    color: #fff;
  }

  footer a:hover {
    color: #fff;
  }

  footer a:visited {
    color: #fff;
  }

  footer {
    padding: 30px;
    color: #fff;
    background: #333;
    display: block;
  }

  footer ul {
    padding-left: 0;
    list-style: none;
    display: block;
    text-align: center;
  }

  footer li {
    display: inline;
    margin: 10px;
    text-align: center;
  }

  .footer-margin {
    max-width: 1100px;
    margin: 0 auto;
  }

  .overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .overlay .modal {
    cursor: auto;
    background-color: #fff;
    background: snow;
    position: absolute;
    z-index: 99999999999999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    max-height: 55px;
    padding: 20px;
    box-shadow: 2px 2px 2px 2px #777;
    outline: 2000px solid #000000aa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    border-radius: 2px;
  }

  .overlay.shown {
    opacity: 1;
  }

  .bg-gray {
    background: #f7f5f9;
  }

  .item-1 {
    width: 25%;
    padding: 25px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    min-height: 191px;
  }

  .item-1 p {
    font-size: 16px;
    color: #605f60;
    padding-bottom: 15px;
  }

  @media (max-width: 768px) {
    .hideinphone {
      display: none;
    }

    .showinphone {
      display: block !important;
    }

    .header {
      width: 85%;
    }

    .header-img-top {
      height: initial;
    }

    .foo-1 {
      width: 100% !important;
      margin-bottom: 30px;
    }

    .img-responsive {
      width: 100% !important;
    }

    h2.title-acc {
      font-size: 22px !important;
    }

    h1.title-h1 {
      font-size: 22px !important;
    }
    h2.title-acc {
      border-bottom: 2px solid #000000;
    }
  }
  img.footer-logo {
    width: 190px;
  }

  h2.title-acc {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    /* border-bottom: 2px solid #000000; */
    padding-bottom: 3px;
    margin-top: 30px;
  }

  ul.policy-test {
    font-size: 15px;
  }

  ul.policy-test li {
    margin-left: 7%;
    font-family: Roboto;
    color: #6f7172;
  }

  ul.policy-test ul li {
    margin-left: 9%;
    font-family: Roboto;
    padding: 8px;
    color: #6f7172;
    list-style-type: decimal;
  }

  h1.title-h1 {
    font-size: 26px;
    color: #080808;
    font-weight: 700;
    line-height: 40px;
    font-family: Roboto;
    text-align: center;
    margin-top: 50px;
    /* border-bottom: 2px solid; */
    margin-bottom: 13px;
  }

  .section-header-wrap {
    margin-bottom: 37px;
  }

  img.fotter-logo {
    width: 154px;
  }
  @media (min-width: 800px) {
    .thre-app-warp {
      background: #fff;
      overflow: hidden;
      margin-top: -11px;
      bottom: 0;
      width: 100%;
    }
  }
  .made_india {
    margin-top: 20px;
  }
  .made_india img {
    width: 115px;
  }
  @media screen and (max-width: 767px) {
    .made_india {
      width: 80px;
    }
  }
  .payment-partners {
  display: grid;
  grid-template-columns: 84px 84px 84px 84px !important;
  row-gap: 5px;
}

.payment-partners li {
  list-style: none;
  flex: 20%;
}

.payment-partners li a img {
  width: 80px;
  height: auto;
}