@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #242424;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}

* {
  box-sizing: border-box;
}


html {
    font-size:62.5%;
}

.custom_container {
    max-width: 1120px;
}
.terms_header {
    background-color: transparent;
    background-image: linear-gradient(120deg, #1E73BE 0%, #1E73BE 100%);
    box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1.4rem 0.5rem;
    z-index: 1;
}
.terms_logo img {
    max-width: 30rem;
}
.terms_body {
    margin: 8rem 0rem;
}
.terms_head h2 {
    font-size: 3rem;
}
.terms_head p {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.terms_head span {
    font-size: 2.1rem;
    font-weight: 300;
    font-style: italic;
}
.terms_content p {
    font-size: 2rem;
    font-family: roboto;
    font-weight: 100;
    margin-top: 4rem;
}
.common_area h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 4rem;
}
.common_area p {
    font-size: 2rem;
    margin-top: 2rem;
}
.bullet-list {
    margin-top: 2rem;
}
.bullet-list li {
    font-size: 2rem;
    font-family: 'Poppins';
    font-weight: 300;
}
.common_area h4 {
    margin-top: 2rem;
    font-size: 2.2rem;
}

.footer_area {
    background-color: #1E73BE;
    padding: 5.3rem 0rem;
}
.footer_area ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.footer_area ul li a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 1.6rem;
}
.ftr_divider {
    margin: 0rem 1rem;
    font-weight: 200;
}
.footer_area p {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 300;
    font-family: 'Poppins';
}
.brand_name {
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
}
.brand_email {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    margin: 1.5rem 0rem;
}
.brand_phone {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2rem;
}
.footer_copy p {
    margin: 0;
    font-size: 1.2rem;
}
.footer_copy {
    margin-top: 1.5rem;
}
.refund-head-right img {
    max-width: 300px;
}




@media (max-width: 767px) {

.brand_email {
    font-size: 1.6rem;
}
.footer_area ul {
    flex-wrap: wrap;
}
.common_area p {
    font-size: 1.5rem;
}
.common_area h3 {
    font-size: 1.8rem;
}
.terms_head span {
    font-size: 1.8rem;
}
.terms_content p {
    font-size: 1.5rem;
}
.terms_header {
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
}
.bullet-list li {
    font-size: 1.6rem;
}
}