.refund-policy-banner {
    background-image: url(../jpg/refund_policy_banner.jpg);
  }
  .innerpage-banner {
    background-repeat: no-repeat;
    min-height: 417px;
    border-bottom: 1px solid #e1e4e6;
    background-position: top center;
    padding-top: 100px;
  }
  .slider-heading-3 {
    font-size: 3rem;
    font-weight: bold;
  }
  .slider-subheading-02 {
    max-width: 40%;
  }
  .terms-outer {
    -webkit-box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    padding: 40px 115px 100px 115px;
  }
  .content-paragraph {
    color: #4b484d;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .content-heading {
    font-size: 24px;
    font-weight: 600;
    color: #4b484d;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  ul.content-paragraph-list {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  ul.content-paragraph-list li {
    list-style: none;
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
  }




  @media screen and (max-width:1900px) {
    .terms-use-banner, .privacy-policy-banner, .refund-policy-banner {
        background-position: top right;
      }
  }
 @media screen and (max-width:1500px) {
.refund-policy-banner{ background-position: -516px 0;}
  }
  @media screen and (max-width:1366px) {
.refund-policy-banner{ background-position: -510px 0;}
  }
  @media screen and (max-width:1300px) {
    .refund-policy-banner{ background-position: -580px 0;}
      }
  @media screen and (max-width:1199px) {
    .refund-policy-banner{ background-position: -660px 0;}
      }


  @media screen and (max-width:991px) {
    .poroduct-banner, .products-banner, .innerpage-banner {
        background-position: 0 0;
        padding-top: 60px;
        padding-bottom: 40px;
        min-height: 0;
        background-size: auto auto;
      }
      .slider-subheading-02 {
        max-width: 100%;
      }
      .terms-outer {
        padding: 30px 20px 40px 20px;
      }
  }
  @media screen and (max-width:767px) {
    .innerpage-banner {
        padding: 70px 0 30px;
          padding-top: 70px;
          padding-bottom: 30px;
        min-height: 0;
      }
      .content-heading {
        font-size: 1.57rem;
      }
  }