@font-face {
  font-family: "Eras Light ITC";
  src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
    url("../fonts/ErasITC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eras Medium ITC";
  src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
    url("../fonts/ErasITC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("../fonts/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "ErasITC-Medium";
  src: url("../fonts/ErasITC-Medium.woff");
}@font-face {
  font-family: "Inter_18pt-Regular";
  src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf");
}html,
body,
div,

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
figure,
footer,
header,
hgroup,
menu,

section,
menu,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  font-family: "Inter_18pt-Regular";
  font-size: 14px;
  color: #444444;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.5px;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body {
  /* padding-bottom:25px; */ /* width:  1366px; */ /* margin:  0 auto; */ /* background: #f4f4f4; */
  overflow-x: hidden;
}h1 {
    text-align: center;
    font-size: 33px;
    color: #121c37;
    line-height: 42px;
    font-family: "Inter_18pt-Regular";
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 600;
}.terms-conditions-container,
.privacy-policy-container {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.terms-conditions-container .h1-heading,
.privacy-policy-container .h1-heading {
  text-align: left;
  font-size: 27px;
}.terms-conditions-container strong,
.privacy-policy-container strong {
  font-weight: bold;
  font-size: 17px;
}
.terms-conditions-statement p,
.policy-statement P {
   font-family: "Inter_18pt-Regular";
  font-size: 16px;    color: #212529; font-weight: 300;
  line-height: 1.8;
  text-align: left;
}.note p {
  font-family: "Inter_18pt-Regular";
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
}footer {
    padding: 80px 0px 0px;
       position: relative;
}.terms-conditions-statement ul li{
    list-style-type: lower-alpha;
    list-style-position: inside;
    line-height: 1.8;
}.terms-conditions-statement ul li {
    font-family: "Segoe UI";
    font-size: 16px;
}