/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

a {
    text-decoration: none;
    color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
}

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;
    width: 100%;
    table-layout: fixed;
}

td, th {
  word-break: break-word;
  white-space: normal;
}

button {
    background-color: transparent;
    padding: 0;
}

hr {
    margin-block: 0;
}

/* Form reset start */

lable,
input,
button {
    display: block;
}

input[type="checkbox"] {
    margin: 0;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Form reset end */


/* Global Base Styles */
html,
body {
    background-color: #ffffff;
    font-family: 'Poppins';
    -webkit-font-smoothing: antialiased;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    background-color: #ffffff;
    width: 8px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

img {
    width: 100%;
    height: 100%;
}

.cmp-image__image {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}

a,
input[type="checkbox"],
button {
    cursor: pointer;
}

button {
    color: #000000;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

input {
    box-sizing: border-box;
}

input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: none;
    -webkit-box-shadow: none;
}

textarea {
    resize: none;
}

b {
    font-weight: bolder !important;
}

/* Global Base Styles End */


/* Global Utility Styles Start */

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.dsp-n {
    display: none;
}

.p-block-30 {
    padding-block: 30px;
}

.p-block-40 {
    padding-block: 40px;
}

.p-block-60 {
    padding-block: 60px;
}

.p-block-80 {
    padding-block: 80px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.klarify-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    /* backdrop-filter: blur(1px); */
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.klarify-overlay.active {
    visibility: visible;
    opacity: 1;
}

.body-no-scroll {
    overflow: hidden;
}

.mob-none {
    display: block !important;
}

.desktop-none {
    display: none !important;
}

/* Container style guide start */
.klarify-container>.cmp-container {
    max-width: 1120px;
    margin: 0 auto;
    float: none !important;
}

.klarify-blog-container>.cmp-container {
    max-width: 874px;
    margin: 0 auto;
    float: none !important;
}

/* Container style guide end */


/* Mobile devices (up to 767px) */
@media (max-width: 767px) {
    .klarify-container>.cmp-container {
        padding-inline: 16px;
    }

    .klarify-blog-container>.cmp-container {
        padding-inline: 16px;
    }

    .p-block-30 {
        padding-block: unset;
    }

    .p-block-40 {
        padding-block: unset;
    }

    .p-block-60 {
        padding-block: unset;
    }

    .p-block-80 {
        padding-block: unset;
    }

    .p-top-30 {
        padding-top: unset;
    }

    .p-top-40 {
        padding-top: unset;
    }

    .p-top-60 {
        padding-top: unset;
    }

    .p-top-80 {
        padding-top: unset;
    }

    .p-bottom-30 {
        padding-bottom: unset;
    }

    .p-bottom-40 {
        padding-bottom: unset;
    }

    .p-bottom-60 {
        padding-bottom: unset;
    }

    .p-bottom-80 {
        padding-bottom: unset;
    }

    .m-p-block-30 {
        padding-block: 30px;
    }

    .m-p-block-40 {
        padding-block: 40px;
    }

    .m-p-block-60 {
        padding-block: 60px;
    }

    .m-p-block-80 {
        padding-block: 80px;
    }

    .m-p-top-30 {
        padding-top: 30px;
    }

    .m-p-top-40 {
        padding-top: 40px;
    }

    .m-p-top-60 {
        padding-top: 60px;
    }

    .m-p-top-80 {
        padding-top: 80px;
    }

    .m-p-bottom-30 {
        padding-bottom: 30px;
    }

    .m-p-bottom-40 {
        padding-bottom: 40px;
    }

    .m-p-bottom-60 {
        padding-bottom: 60px;
    }

    .m-p-bottom-80 {
        padding-bottom: 80px;
    }

    .mob-none {
        display: none !important;
    }

    .desktop-none {
        display: block !important;
    }
}

/* Tablets (768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .klarify-container>.cmp-container {
        padding-inline: 16px;
    }

    .klarify-blog-container>.cmp-container {
        padding-inline: 16px;
    }

    .p-block-30 {
        padding-block: unset;
    }

    .p-block-40 {
        padding-block: unset;
    }

    .p-block-60 {
        padding-block: unset;
    }

    .p-block-80 {
        padding-block: unset;
    }

    .p-top-30 {
        padding-top: unset;
    }

    .p-top-40 {
        padding-top: unset;
    }

    .p-top-60 {
        padding-top: unset;
    }

    .p-top-80 {
        padding-top: unset;
    }

    .p-bottom-30 {
        padding-bottom: unset;
    }

    .p-bottom-40 {
        padding-bottom: unset;
    }

    .p-bottom-60 {
        padding-bottom: unset;
    }

    .p-bottom-80 {
        padding-bottom: unset;
    }

    .m-p-block-30 {
        padding-block: 30px;
    }

    .m-p-block-40 {
        padding-block: 40px;
    }

    .m-p-block-60 {
        padding-block: 60px;
    }

    .m-p-block-80 {
        padding-block: 80px;
    }

    .m-p-top-30 {
        padding-top: 30px;
    }

    .m-p-top-40 {
        padding-top: 40px;
    }

    .m-p-top-60 {
        padding-top: 60px;
    }

    .m-p-top-80 {
        padding-top: 80px;
    }

    .m-p-bottom-30 {
        padding-bottom: 30px;
    }

    .m-p-bottom-40 {
        padding-bottom: 40px;
    }

    .m-p-bottom-60 {
        padding-bottom: 60px;
    }

    .m-p-bottom-80 {
        padding-bottom: 80px;
    }

    .mob-none {
        display: none !important;
    }

    .desktop-none {
        display: block !important;
    }
}

/* Larger screens (above 992px) */
@media (min-width: 993px) {
    /* your desktop styles here */
}

/* Global Utility Styles End */
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.PageLoader {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}

.PageLoader.active {
    display: flex;
}

.loaderholder {
    position: relative;
    z-index: 99999999;
    width: 200px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
}

.loaderholder img {
    display: none;
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    height: 27px;
    width: 121px;
}

.PageLoader.active .loaderholder img {
    display: block;
}

.loaderholder::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 250%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#1669A7, #1669A7),
        linear-gradient(#1669A7, #1669A7), linear-gradient(#EE2E39, #EE2E39),
        linear-gradient(#EE2E39, #EE2E39);
    animation: rotate 4s linear infinite;
}

.loaderholder::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

.loader-wrapper {
    text-align: center;
    /* position: fixed; */
    z-index: 99999;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
}

.inPageLoader {
    display: none;
    max-width: 100px;
    max-height: 60px;
    min-width: 100px;
    min-height: 60px;
    margin: 30px auto;
}

.inPageLoader.active {
    display: block;
}

@media screen and (max-width: 767px) {
    .inPageLoader {
        max-width: 80px;
        max-height: 50px;
        min-width: 80px;
        min-height: 50px;
    }
}
