html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    body {
        font-size: 12px;
    }
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* font file */
@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Medium.eot');
    src: url('../font/ProductSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/ProductSans-Medium.woff2') format('woff2'),
        url('../font/ProductSans-Medium.woff') format('woff'),
        url('../font/ProductSans-Medium.ttf') format('truetype'),
        url('../font/ProductSans-Medium.svg#ProductSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Regular.eot');
    src: url('../font/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/ProductSans-Regular.woff2') format('woff2'),
        url('../font/ProductSans-Regular.woff') format('woff'),
        url('../font/ProductSans-Regular.ttf') format('truetype'),
        url('../font/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Bold.eot');
    src: url('../font/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/ProductSans-Bold.woff2') format('woff2'),
        url('../font/ProductSans-Bold.woff') format('woff'),
        url('../font/ProductSans-Bold.ttf') format('truetype'),
        url('../font/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* font end */

/* start your desing */

.mobileOnly {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .mobileOnly {
        display: flex !important;
    }
}

.dekstopOnly {
    display: block;
}

@media screen and (max-width: 991px) {
    .dekstopOnly {
        display: none !important;
    }
}
.container-fluid {
    padding: 0 40px;
}
@media screen and (max-width: 991px) {
    .container-fluid {
        padding: 0 20px;
    }
}
header {
    padding: 20px 40px;
    display: flex;
    border-bottom: 1px solid;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    header {
        flex-direction: column;

    }
}

.logo {
    font-size: 1.8rem;
    font-family: 'Product Sans';
    font-weight: normal;

}

.logo-link {
    font-size: 1.8rem;
    font-family: 'Product Sans';
    font-weight: normal;
    text-decoration: none;
    color: #0f0f0f;
}

@media screen and (max-width: 991px) {
    .logo {
        text-align: center;
    }
}

.menu {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .menu {
        /* display: none; */
        white-space: nowrap;
        padding-top: 15px;
    }
}

.list {
    margin-right: 30px;
    color: #0f0f0f;
}

@media screen and (max-width: 991px) {
    .list {
        margin-right: 25px;
    }
}

a {
    text-decoration: none;
    position: relative;
    color: #0f0f0f;
    font-family: 'Product Sans';
    font-size: 1rem;
}

.benifits,
.homehader {
    font-family: 'Product Sans';
    font-size: 3.8rem;
    text-align: center;
    padding: 70px 0;
    line-height: 1.2;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .homehader {
        font-size: 2.5rem;
    }
}
.benifits {
    padding-top: 100px;
    font-size: 1.8rem;
}
.benifits--list {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto 100px;
}
@media screen and (max-width: 991px) {
    .benifits--list {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}
.benifits--list-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.3);
    padding: 20px 15px;
    border-radius: 5px;
    width: calc(100% / 4 - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .benifits--list-item {
        width: calc(100% / 2 - 40px);
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
.item-image {
    width: 40%;
    margin-bottom: 30px;
}
.item-text {
    font-family: 'Product Sans';
    font-size: 1rem;
    text-align: center;
}

.banner {
    position: relative;
}

.banner-img {
    width: 100%;
}

.banner-heading {
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    left: 5%;
    color: #ffffff;
    font-family: 'Product Sans';
}

.content {
    padding: 6%;
}

@media screen and (max-width: 991px) {
    .content {
        padding: 15px;
    }
}

.content-heading {
    font-family: 'Product Sans';
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .content-heading {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
    }
}

.content-text {
    font-family: 'Product Sans';
    font-size: 1rem;
    padding-bottom: 20px;
    line-height: 1.5;
}
.condition-list span,
.content-text span {
    background-color: yellow;
}
.content-text a {
    color: #66B5FF;
    text-decoration: underline;
}

.heading {
    font-family: 'Product Sans';
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 0;
}

.condition {
    list-style: lower-alpha;
    margin-left: 20px;
    padding-bottom: 20px;
}

.condition-list {
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: 'Product Sans';
    line-height: 1.5;
}

.active {
    color: #66B5FF;
    position: relative;
}

.active::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background-color: #66B5FF;
    position: absolute;
    bottom: -10px;
    left: 40%;
}

.footer {
    background-color: #66B5FF;
    padding: 20px 40px;
}
@media screen and (max-width: 991px) {
    .footer {
        padding: 20px;
    }
}
.copy-right {
    font-size: 0.8rem;
    color: white;
    font-family: 'Product Sans';
}