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

h1,h2,h3{font-family: 'Oakes Grotesk';}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('../woff/oakesgrotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('../woff/oakesgrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('../woff/oakesgrotesk-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('../woff/oakesgrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{ overflow-x:hidden; }
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    outline: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grid {
    display: -ms-grid;
    display: grid
}

.container {
    max-width: 1370px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px
}

@media (max-width: 1300px) {
    .container {
        max-width: 100%
    }
}

.smaller-container {
    max-width: 1096px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

.large-container{
    max-width: 1320px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

.full-container{ margin-bottom:80px }


@media (max-width: 1300px) {
    .smaller-container {
        max-width: 100%
    }

    .large-container{
        max-width: 100%
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media (max-width: 767px) {
    .text-center-mob {
        text-align: center
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-margin {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    padding-left: 15px;
    padding-right: 15px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gap-12 {
    gap: 12px
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-normal {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.align-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-normal {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.justify-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col-2 {
    width: 16.5%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.5%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58%;
}

.col-8 {
    width: 66.67%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3%;
}

.col-12 {
    width: 100%;
}

@media (max-width: 990px) {
    .col-md-6 {
        width: 50%
    }
}

.col-md {
    padding: 0 15px
}

@media (max-width: 990px) {
    .col-md {
        width: 100%
    }
}

.col {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767.98px) {
    .col {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .offset-1 {
        margin-left: 7.333333%
    }

    .offset-2 {
        margin-left: 16.666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.333333%
    }

    .offset-5 {
        margin-left: 41.666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.333333%
    }

    .offset-8 {
        margin-left: 66.666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.333333%
    }

    .offset-11 {
        margin-left: 91.666667%
    }
}

.gap-24 {
    gap: 24px
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important
    }
}

.visible-mobile {
    display: none !important
}

@media (max-width: 767px) {
    .visible-mobile {
        display: block !important
    }
}

@media (max-width: 1200px) {
    .hidden-1200 {
        display: none !important
    }
}

@media (max-width: 990px) {
    .hidden-tablet {
        display: none !important
    }
}

.visible-tablet {
    display: none !important
}

@media (max-width: 990px) {
    .visible-tablet {
        display: block !important
    }
}

.visible-tablet-flex {
    display: none !important
}

@media (max-width: 990px) {
    .visible-tablet-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.visible-1200 {
    display: none !important
}

@media (max-width: 1200px) {
    .visible-1200 {
        display: block !important
    }
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block
}

.w100{ width: 100%}

body{font-family: "Inter",sans-serif;-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; font-size: 16px; color: #344759;}
.img-fluid{ max-width:100%; height:auto }
.rounded{ border-radius:18px; }
.pdr{ /*padding-right:126px*/ padding-right:50px }
.pdf{ /*padding-left:126px*/ padding-left:50px }
.mb{ margin-bottom:80px }
.mb30{ margin-bottom:30px; }
.blue-bg{ background:#F6FBFF; padding:50px 0 }
.white-bgg{background:#fff; padding: 50px 0;}
.header-main.clearHeader{background:#F1F6FF;}
.header-main.clearHeader.whiteHeader{background:#fff;}

.pdf table{ border-collapse: collapse;width: 500px; border:1px solid #000; margin-bottom:30px;}
.pdf table tr td{padding: 10px;font-size: 18px;line-height: 25.2px;color: #344759;
    border:1px solid #000}
.pdf table tr td b{ font-weight:600}

.txt-content table {
    background-color: #fff;
    border: 1px solid #e5e8fb;
    width:100%;
}

.txt-content table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 24px;
    border-top: 1px solid #e5e8fb
}

.txt-content table th {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding:24px;
}

.fw table {
    background-color: #fff;
    border: 1px solid #e5e8fb;
    width:70%;
    margin: 0 auto 30px;
}
.fw table td img.check{
    width:20px;
    margin:0;
}
.fw table tr.header td{
    background: #000;
    color: #fff;
    font-weight:bold;
}
.fw table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 24px;
    border-top: 1px solid #e5e8fb
}

.fw table th {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding:24px;
}


.banner{ background:#F1F6FF; padding:140px 0 80px; }
.bannerin{ align-items:center }
.breadcrumb { margin-bottom:20px; color:#BAC2CA }
.breadcrumb a{ color:#627385; font-size:14px; line-height:22px; text-decoration:none;
    text-transform:capitalize; }
.breadcrumb span{color:#627385; font-size:12px; line-height:22px; text-decoration:none;
    text-transform:capitalize; }
.bannertxt h1{ color:#07192B;font-family: 'Oakes Grotesk'; font-weight:600;
    line-height:140%; letter-spacing: -0.01em;font-size: 30px; margin-bottom:20px }
.bannertxt p{ color:#1F2937;font-size: 16px; margin-bottom: 40px;
    line-height: 26px;letter-spacing: -0.2px;}
.bannertxt{ margin-right: 160px}
.bannertxt.ctr{ margin-right:0}
.bannertxt.ctr img,.bannertxt.ctr video{ margin-bottom:50px}
.bn{ margin-left: auto}
.banner video{ width: 100%}
.banner.bnr .bannertxt{ margin-right: 120px}
.jc{ align-items: center}
.bannertxt.ctr a.button img{ margin-bottom:0}

.lfct h3{ font-size:12px; color:#0E64FF; line-height:16.8px; margin-bottom:16px;
    text-transform:uppercase; font-weight:500;letter-spacing: 0.16em; }
.lfct h2{ font-size:24px; line-height:140%; margin-bottom:16px; color:#1F2937;
    font-weight:600;letter-spacing: -0.01em; }
.lfct p{ color:#344759; font-size:16px;line-height:25.2px; margin-bottom:32px }
.lfct ul,.pm ul,.pmm ul,.pdr ul{ list-style:none; margin-bottom:32px;}
.lfct ul li,.pm ul li,.pmm ul li,.pdr ul li{ color:#1F2937; font-size:16px; line-height:25.2px;background: url(../png/tick-circle.png) 0 9px no-repeat; padding: 12px 0 9px 42px; font-weight:400;}

.btn{ color:#fff; text-decoration:none; background:#0E64FF; /*padding:18px 44.2px;*/ padding:12px 44.2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px; /*font-size:16px; line-height:16px;*/ font-size:14px; line-height:24px; display:inline-block;
    font-weight: 500;transition: .3s ease;transform: translateY(0) scale(1);}
.btn:hover{ color:#fff;transform: translateY(3px) scale(0.99);}

.lfct .pdf p{font-size: 16px;}

.fw h2{ font-size:26px; line-height:135%; color:#1F2937; margin-bottom:24px;
    font-family: 'Oakes Grotesk'; font-weight: 600;letter-spacing: -0.01em;}
.fw p{ font-size:16px; line-height:25.2px; color:#344759; margin-bottom:16px; }
.fw img{ display:inline-block;  margin-bottom:16px;margin-top: 44px; }
.fw ul{ list-style:none; margin-bottom:32px; }
.fw ul li{ color:#1F2937; font-size:16px; line-height:120%;
    background:url(../png/tick-circle.png) 0 3px no-repeat;
    padding: 9px 0 9px 42px; }
.fw p a,.editor-rtfLink{ text-decoration:none; color:#0E64FF }
.fw strong{ font-weight:600}
.fw p a.btn{ display:block; margin:0 auto; color:#fff; width:280px;}
.sc h3{ color:#0E64FF; font-size:12px; line-height:16.8px; margin-bottom:16px;
    font-family: 'Oakes Grotesk'; font-weight:500; letter-spacing: 0.16em; text-transform:uppercase; }
.sc h2{color: #1F2937;font-size: 24px;line-height: 140%; margin-bottom: 16px;
    font-family: 'Oakes Grotesk'; font-weight: 600;letter-spacing: -0.01em;}
.sc p{ color:#344759; font-size:16px; line-height:27px; margin-bottom:30px }

.scn .rounded img{ border-radius:8px; filter: drop-shadow(0px 8px 16px rgba(14, 100, 255, 0.04)); }
.sc.hm h2{ margin-bottom:60px }
.scin.pbm p{ margin-bottom:24px; }
.scin.pbm a{ text-decoration:none; color:#0E64FF; line-height:19.2px; font-size:16px; }
.blue-box{ background:#F8FBFE; padding:40px 40px 60px;border-radius:12px;
    display: flex;flex-direction: column; height:100% }
.blue-box .icon{ margin-left:0; margin-right:0; }
.sc.pm p{ margin-bottom:24px }

.scn .txt{ margin-top:24px;}
.scn .txt h3{ font-size:24px; line-height:28.8px; color:#1F2937; margin-bottom:8px;
    font-family: 'Oakes Grotesk';font-weight: 600;}
.scn .txt p{ font-size:16px; line-height:22.4px; color:#344759 }
.scn .rounded .info img{ border-radius:0; filter:unset; display:inline-block;
    margin-left:8px }

.icon{ width:60px; height:60px; /*background:#DBE8FF; border-radius:100px;*/ margin:0 auto;
    display:flex; justify-content:center; align-items:center; margin-bottom:40px }

.scin{ margin-bottom:60px }
.scin h3{ color:#081E34; margin-bottom:12px; font-size:18px; line-height:21.6px }
.scin p{ color:#364C62; font-size:16px; line-height:19.2px }

.blog{ position:relative; }
.blog h2{ color:#1F2937; font-size:26px; line-height:135%; margin-bottom:40px;
    font-family: 'Oakes Grotesk'; font-weight: 600}

.blogin h2 span.arrow img{ border-radius:0; margin-bottom:0 }
.blogin{ margin-bottom:30px; }
.blogin a > img{ /*height: 250px;*/ width: 100%; object-fit: cover; object-position: top}
.blogin img{ border-radius:8px; margin-bottom:24px; }
.bloginn{ padding:0 16px; }
.bloginn h3{ font-size:12px; line-height:140%;letter-spacing: 0.16em; text-transform:uppercase;
    margin-bottom:8px; font-family: 'Oakes Grotesk'; font-weight: 500; display:none}
.bloginn h3 a{text-decoration:none; color:#0E64FF}
.bloginn h2{ font-size:18px; line-height:135%; color:#081E34; margin-bottom:9px; display:flex;
justify-content:space-between; font-weight:600;display: -webkit-box;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; }
.single.single-post .bloginn h2{overflow: unset;}
.bloginn .arrow{ display:none}
.bloginn h2 span a{color:#081E34}
.bloginn p{ color:#364C62; font-size:16px; line-height:135%; margin-bottom:24px;
-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-box-orient: vertical;}
.bloginn ul{ display:flex; }
.bloginn ul li{ margin-right:12px; }
.bloginn ul li a{ font-size:12px; line-height:12px; color:#0E64FF; text-decoration:none;
    padding:6px 12px; background:#F1F6FF; border-radius:100px; font-family: 'Oakes Grotesk';
    font-weight:500 }

.single.single-post .blogin {margin-bottom: 30px;display: flex;flex-direction: column;}
.single.single-post .blogin a{ display: flex}
.single.single-post .blogin a > img {/*height: 200px;*/width: 100%;object-fit: cover;
    object-position: top; margin-bottom: 0; border-radius: 8px 8px 0 0}
.single.single-post .bloginn {padding: 24px 16px;display: flex;
    flex-direction: column;height: 100%;background: #F1F6FF; border-radius: 0 0 8px 8px}
.single.single-post .bloginn ul {display: flex;height: 100%;align-items: end;}
.single.single-post .bloginn ul li a{ background: #fff}
.single.single-post .bloginn h2{ font-size:16px}
.single.single-post .bloginn p{ font-size:16px; font-weight: 600;overflow: unset;}

.bx{filter: drop-shadow(0px 8px 16px rgba(14, 100, 255, 0.04)); color:#F8FCFF;
    border:1px solid #E9E9E9; border-radius: 8px; background:#F8FCFF;
    overflow: hidden; height: 100%}
.bxin{padding:40px; }
.bxin h2{ font-size:24px; line-height:135%; color:#1F2937; margin-bottom:16px;
    font-family: 'Oakes Grotesk';font-weight: 600;letter-spacing: -0.025em; }
.bxin p{ color:#727272; line-height:28px; font-size:16px; margin-bottom:20px }
.bx img{ float:right; }

.bg1{ background:#F8FBFE; padding:154px 0 118px }
.bg1 img,.bg2 img{ margin-bottom:58px; }
.bg1 h2,.bg2 h2{ font-size:26px; line-height:135%; color:#1F2937; margin-bottom:16px; }
.bg1 p,.bg2 p{ font-size:18px; line-height:28px; color:#344759; margin-bottom:32px; }
.bg2{ background:#F9F6FF; padding:154px 0 118px }

.bxinn{ padding:48px 40px; }
.bxinn h2{ font-size:28px; line-height:32px; color:#1F2937; margin-bottom:16px; }
.bxinn p{ color:#727272; line-height:28px; font-size:18px; margin-bottom:20px }
.bxinn.img-center{ text-align:center; float:none; }

.tc img{ margin-bottom:30px }
.txt-content{ max-width:60%; margin:0 auto; }
.txt-content h2{font-size: 26px;line-height: 135%; color:#1F2937; margin-bottom: 30px;
    font-family: 'Oakes Grotesk'; font-weight: 600;letter-spacing: -0.01em;}
.txt-content p{font-size: 16px;line-height: 145%; color:#344759; margin-bottom: 30px;}
.txt-content h3{font-size: 18px;line-height: 135%; margin-bottom: 30px;
    font-weight: normal;color: #1F2937;font-family: 'Oakes Grotesk';letter-spacing: -0.01em;}
.txt-content h3.tophead {font-size: 12px;line-height: 120%;color: #0e64ff;
    letter-spacing: .16em;text-transform: uppercase;margin-bottom: 10px;}
.txt-content blockquote{ margin-bottom: 60px; margin-top:50px; font-size: 18px; color:#090914;
    padding-left: 20px; position: relative;}
.txt-content strong,b{ font-weight:600}
.txt-content blockquote::before{content:"";position: absolute; width: 4px; left:0; top:0; height: 100%;
    background: #0E64FF; border-radius: 2px;}
.txt-content blockquote p{font-size:24px; line-height:135%; font-style:italic; color:#090914;
    font-family: 'Oakes Grotesk'; font-weight: normal;}
.txt-content blockquote span{font-weight:600;font-family: 'Poppins', sans-serif; color: #090914;
    letter-spacing: -0.18px; font-size: 18px}
.txt-content blockquote span span{ font-weight:400;font-family: 'Poppins', sans-serif;
    color:#52525B}

.boxtxt{ padding-top:50px; margin-bottom:30px; }
.boxtxt .icon{ margin-left:0; margin-right:0 }
.boxtxt .icon img{ margin-bottom:0 }
.fw .icon img{ margin-top: 0}
.txt-content .boxtxt h3{ color:#081E34; font-size:18px; line-height:21.6px; margin-bottom:12px;
    font-family:inter; font-weight:600; letter-spacing:-0.5px }
.boxtxt p{ color:#364C62; font-size:16px; line-height:26px; margin-bottom:10px; }
.boxtxt a{ display:inline-block; border-bottom:1px solid #D9DFE8; text-decoration:none;
    padding-bottom:3px; font-size: 14.4px; color:#090914; font-family: 'Poppins', sans-serif;
    font-weight: 500;letter-spacing: -0.18px;}

.nm h4{ color:#6CB5FC; font-size:60px; /*line-height: 33px;*/ text-align:center;
    font-family: 'Oakes Grotesk';font-weight: 600; padding-right:10px }
.gs{ padding-bottom:8px; margin-bottom:8px; border-bottom: 0.5px solid #E9E9E9; }
.gs form{ padding-bottom:16px;}
.gs h3{ padding:16px 0; font-size:20px; line-height:24px; color:#1F2937;
    font-family: 'Oakes Grotesk'; font-weight:600; letter-spacing: -0.01em; }
.gs ul{ list-style:none }
.gs ul li a{ text-decoration:none; padding:16px; color:#344759; font-size:16px;
    line-height:19.2px; text-transform: capitalize; display: block; transition: all 0.2s ease-out;
    font-family: 'Oakes Grotesk'; font-weight:500; letter-spacing: -0.01em;}
.gs ul li a:hover{ color:#0E64FF;background: rgba(14, 100, 255, 0.04);
    border-radius: 8px; font-weight:600; }
.gs ul li.active a{color:#0E64FF;background: rgba(14, 100, 255, 0.04);
    border-radius: 8px; font-weight:600; }
.gs:last-child{ border-bottom:none; margin-bottom:0; padding:0 }

.gstxt h2{ font-size:20px; line-height:135%; margin-bottom:8px; color:#1F2937;
    font-family: 'Oakes Grotesk'; font-weight: 600; letter-spacing: -0.01em;}
.gstxt p{ font-size:16px; line-height:25.2px; color:#344759; margin-bottom:40px }
.gstxt h3{font-size:18px; line-height:135%; color:#1F2937; margin-bottom:8px;
    font-family: 'Oakes Grotesk'; font-weight: 600; letter-spacing: -0.01em;}
.gstxt p a{color:#1F2937; text-decoration: none; border-bottom: 1px solid #1F2937;}
.gsbox{ border:1px solid #E9E9E9; border-radius:8px; padding: 40px 24px 24px; margin-bottom:40px; background: #fff }
.gsbox h2{font-size:20px; line-height:28.8px; color:#1F2937; margin-bottom:8px;
    font-family: 'Oakes Grotesk'; font-weight: 500; letter-spacing: -0.01em; }
.gsbox p{ font-size:16px; line-height:24.4px; color:#344759 }
.gsbox .btn{ display:block; text-align:center; }

.ch{ margin-bottom:60px; align-items:center }
.ch h3{ font-size:12px; line-height:16.8px; color:#0E64FF; margin-bottom:16px;
    font-family: 'Oakes Grotesk'; font-weight:500; letter-spacing: 0.16em;
    text-transform: uppercase; }
.ch h2{ font-size:20px; line-height:135%; color:#1F2937;
    font-family: 'Oakes Grotesk'; font-weight:600; letter-spacing: -0.01em; }
.ch .chbtn{ display:flex; justify-content:flex-end }

.chbox{ border:1px solid #E9E9E9; border-radius:8px;Padding:40px 40px 60px;
    box-shadow: 0px 8px 16px rgba(14, 100, 255, 0.04); background: #fff}
.chbox h3{ margin-bottom:32px; font-size:12px; line-height:16.8px; color:#0E64FF;
    font-weight: 500;letter-spacing: 0.16em;text-transform: uppercase;}
.chbox h2{font-size: 40px; line-height:50px; color: #1F2937; margin-bottom: 8px;
    font-weight: bold;letter-spacing: -0.01em;}
.chbox p{ color:#6B7280; font-size:16px; line-height:22.4px; letter-spacing: -0.01em;}

.smaller-container.fq{ max-width:900px }
.fqin{ text-align:center }
.fqin h2{ font-size:24px; line-height:140%; color:#1F2937; margin-bottom:16px;
    font-weight:600; letter-spacing: -0.01em;}
.fqin p{ font-size:16px; line-height:25.2px; color:#344759; margin-bottom:80px }

.fqin ul{ list-style:disc inside}
.fqin ul li{font-size: 14px; line-height: 19.6px;text-align: left;margin-bottom: 20px;}
.fqin ul li strong{ font-weight:600}

/* Accordion styles */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tabs {
    overflow: hidden;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 8px 16px rgba(14, 100, 255, 0.04);
    border-radius: 18px;
    margin-bottom: 24px;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding:32px 24px;
    background: #fff;
    cursor: pointer;
    color:#1F2937;
    font-size: 16px;
    line-height: 145%;
    font-weight:600;
    align-items: center;
    text-align: left;
    /* Icon */
}
.tab-label:hover {
    background: #fff;
}
.tab input + .tab-label::after {
    content:"";
    width: 24px;
    height: 24px;
    text-align: center;
    transition: all 0.35s;
    background: url(../svg/add.svg) 0 0 no-repeat;

}
.tab-content {
    /*max-height: 0;*/
    padding: 0 24px;
    color: #2c3e50;
    background: white;
    /*transition: max-height 0.2s ease-out;*/
    display: none;
}
.tab-content p{ text-align:left; margin-bottom:20px; font-size:16px; line-height:145%;
    color:#344759 }

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #fff;
}

.tab input:checked + .tab-label {
    background: #fff;
    color:#000;
    /*padding-bottom:16px;*/
}
/*.tab input:checked + .tab-label::after {
   background: url(images/minus.svg) 0 0 no-repeat;
}*/

.tab-label.active::after {
    background: url(../svg/minus.svg) 0 0 no-repeat !important;
}


.tab input:checked ~ .tab-content {
    display: block;
    padding:0 24px 12px;
}

/* accordion 2  */
.tba input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tba {
    width: 100%;
    color: white;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 8px 16px rgba(14, 100, 255, 0.04);
    border-radius: 18px;
    margin-bottom: 24px;
}
.tl {
    display: flex;
    justify-content: space-between;
    padding:32px 24px;
    background: #fff;
    cursor: pointer;
    color:#1F2937;
    font-size: 16px;
    line-height: 19.2px;
    font-weight:600;
    align-items: center;
    /* Icon */
}
.tl:hover {
    background: #fff;
}
.tl::after {
    content:"";
    width: 24px;
    height: 24px;
    text-align: center;
    transition: all 0.35s;
    background: url(../svg/add.svg) 0 0 no-repeat;

}
.tcn {
    /*max-height: 0;*/
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    /*transition: max-height 0.2s ease-out;*/
    display: none;
}
.tcn p{ text-align:left; margin-bottom:20px; font-size:14px; line-height:19.6px;
    color:#344759 }

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #fff;
}

.tba input:checked + .tl {
    background: #fff;
    color:#000;
    /*padding-bottom:16px;*/
}
/*.tba input:checked + .tl::after {
    background: url(images/minus.svg) 0 0 no-repeat;
}*/

.tba input:checked ~ .tc {
    display: block;
    padding:0 24px 12px;
}

.tl.active::after {
    background: url('../svg/minus.svg') 0 0 no-repeat !important;
}

.crl h2{ font-size:24px; line-height:135%; color:#1F2937; margin-bottom: 16px;
    letter-spacing: -0.01em; font-weight: 600}
.crl p{ font-size:16px; line-height:27px; margin-bottom:60px; color:#344759 }

.owl-carousel .owl-stage-outer:before{ content:""; width:100%; height:100%;
    position: absolute; top:0; left: -100%; z-index:1; background: #fff}
.owl-carousel .item img{ object-fit:cover; object-position: top; border-radius:8px; margin-bottom:32px; }
.owl-carousel .item h3{ font-size:20px; line-height:30px; margin-bottom: 16px;
    letter-spacing: -0.025em; font-weight: 600; color: #1F2937}
.owl-carousel .item p{ font-size:16px; line-height:22.4px; color:#727272;
    letter-spacing: -0.01em; }
.owl-nav{ position:absolute; top:-155px; right:0; display:flex; }
.owl-nav button{margin-left:10px;  }

.owl-carousel .owl-nav .owl-prev{
    background: url('../svg/arrow-left.svg') no-repeat !important;
    width: 48px; height: 48px;
    transition: all 0.2s linear;

}
.owl-carousel .owl-nav .owl-prev:hover{
    background: url('../svg/arrow-right.svg') no-repeat !important;
    transform: rotate(180deg)
}

.owl-carousel .owl-nav .owl-prev span{ display:none; }
.owl-carousel .owl-nav .owl-next{
    background: url('../svg/arrow-left.svg') no-repeat !important;
    width: 48px; height: 48px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
}
.owl-carousel .owl-nav .owl-next:hover{
    background: url('../svg/arrow-right.svg') no-repeat !important;
    transform:none;
}
.owl-carousel .owl-nav .owl-next span{ display:none; }
.ct {padding-bottom:40px;}
.wtbox{ background:#fff; padding:32px 32px;border: 1px solid #E9E9E9;border-radius: 8px; height:100% }
/*.wtbox img{  width:65px; height:65px; margin:0 0 15px;
left: -6px; position: relative;}*/

.wtbox .encrypted-icon {
    width: 50px;
    height: 50px;
    background-color: #dbe8ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 22px;
    padding: 12px;
}

.wtbox .encrypted-icon img {
    width:auto;
    height: 25px;
    margin-bottom: 0;
}

.wtbox h2{ font-size: 18px;line-height: 140%;margin-bottom: 16px;color: #1F2937;letter-spacing: 0.025em;font-weight: 600;}
.wtbox p{ font-size:15px; line-height:24px; /*color:#727272;*/color:#344759;letter-spacing: -0.01em; /*min-height: 200px;*/}
.wtbox a {text-align: right; display: block; color: #3b5cec; font-weight: 600; text-decoration: underline; font-size:12px; margin-top: 20px;}

.white-bgg.text-center .wtbox{align-items: center;}
.white-bgg.text-center .wtbox a{text-align: center;}

/*.parent-pageid-891 .wtbox .encrypted-icon{ width:auto; height:auto; padding:0; background:none;}
.parent-pageid-891 .wtbox .encrypted-icon img{width:50px; height:auto;}*/

/* Blog  */
.pricing-hero {padding: 200px 0;background:#F1F6FF;position: relative}
.pricing-hero .container {position: relative;z-index: 4}
.pricing-hero h2 {font-weight: 400;font-size: 12px;line-height: 140%;
    letter-spacing: 0.16em;text-transform: uppercase;color: #0E64FF;margin-bottom: 16px;}
.pricing-hero h1 {font-family: 'Oakes Grotesk';font-style: normal;font-weight: 600;font-size: 24px;
    line-height: 130%;text-align: center;letter-spacing: -0.01em;color: #1F2937;margin-bottom: 16px; text-transform: capitalize;}
.pricing-hero p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;
    line-height: 160%;letter-spacing: -0.01em;color: rgba(31, 41, 55, 0.9);}
.blogpost{ position: relative; margin-top: -150px}
.blogpost .blogin{ margin-bottom: 40px;}

/* singlepost  */
.singlepost{ padding-top:150px}
.singlepost .gstxt h1{font-size: 30px;font-weight: 600;line-height:135%;margin-bottom: 20px;
    font-family: 'Oakes Grotesk';letter-spacing: -0.01em;}
.singlepost .gstxt.gstxtin > p{ font-size: 16px;line-height:135%;}
.blog-author-details{display: flex;align-items: center;margin-bottom: 30px;padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;font-family: 'Oakes Grotesk';justify-content: space-between;}
.blog-author{ display: flex; align-items: center; margin-right: 20px; display: none}
.blog-author a img{ border-radius: 100px; margin-right: 15px}
.blog-author a{ text-transform: uppercase;color: #0E64FF; font-weight: 600; font-size: 12px}
.blog-time p{ margin-bottom: 0; font-size: 12px; text-transform: uppercase; font-weight: 600}
.blog-time > p > img{ vertical-align: sub;margin-right: 8px; display: inline-block}
.blog-time > p > span.seperateLine{ margin:0 8px; color:#a3aaba}
.blog-time > p > img.timeIcon{ margin-right: 5px}
.singlepost .postImage{padding: 0; margin-bottom: 40px;height: 600px;}
.singlepost .postImage > img{  object-fit: cover;object-position: top center;
    border-radius: 14px; width: 100%; height: 100%}
.alignnone, .alignCenter {margin-bottom: 0;/*border-radius: 8px;*/width: 100%;height: auto}
.alignleft {float: left;margin: 0 32px 40px 0;border-radius: 8px}
.alignright {float: right;margin: 0 0 40px 32px;border-radius: 8px}
.singlepost .gstxtin ul{ list-style: disc; margin-bottom: 30px; padding-left: 15px;}
.singlepost .gstxtin ul li{font-size: 16px;line-height: 25.2px;color: #344759;margin-bottom: 20px;}
.singlepost .gstxtin ul li em{ font-style: italic}
.singlepost .gstxtin ul li a,
.singlepost .gstxtin ol li a{olor: #1F2937;text-decoration: none;border-bottom: 1px solid #1F2937;}
.singlepost .gstxtin ul li ul{ margin-top: 20px; list-style: square}

.singlepost .gstxtin ol{ list-style: decimal; margin-bottom: 30px; padding-left: 15px;}
.singlepost .gstxtin ol li{font-size: 16px;line-height: 25.2px;color: #344759;margin-bottom: 20px;}
.singlepost .gstxtin ol li ol{ margin-top: 20px; list-style: decimal}
div#ez-toc-container{ border: none !important;
    padding: 0 !important;border-radius: 0 !important;
    box-shadow: none !important;}
div#ez-toc-container p.ez-toc-title{font-size: 20px;
    line-height: 135%;margin-bottom: 20px;color: #1F2937 !important;
    font-family: 'Oakes Grotesk';font-weight: 600;
    letter-spacing: -0.01em; display: inline-block}
#sidebar{ padding-right: 80px}
#sidebar nav ul li{ margin-bottom: 10px;}
#sidebar nav ul li a{ font-size: 15px; font-weight: 600;}
#sidebar nav ul li ul{ margin-top: 10px}
#sidebar nav ul li ul li a{ font-weight: 400}
#sidebar nav ul li a:hover{ text-decoration: none !important;}
#related h4.rd{ font-size: 20px;line-height: 135%;
    margin-bottom:30px;color: #1F2937;font-family: 'Oakes Grotesk';
    font-weight: 600;letter-spacing: -0.01em;}
.gstxtin blockquote{ margin-bottom: 40px;}
.gstxtin blockquote{padding-left: 30px;border-left: 5px solid #0E64FF;}
.gstxtin blockquote p{ line-height: 30px; font-weight: 600}
.gstxtin blockquote p:first-child{ margin-bottom: 0;}
.gstxt h2.headTitle{ font-size: 16px;line-height: 140%; text-transform: capitalize;
    margin-bottom:20px;font-family: 'Oakes Grotesk';font-weight: 600;color: #0E64FF;}
.gstxt p.headTitle{ font-size: 16px;line-height: 140%; text-transform: capitalize;
    margin-bottom:20px;font-family: 'Oakes Grotesk';font-weight: 600;color: #0E64FF;}

/* 404 Page */
.err{ padding-top: 150px; padding-bottom:80px}
.lost{ display:flex; justify-content: center }
.white-btn{ margin-right: 20px;border: 1px solid #2d2d2d;text-decoration: none;
    background: #fff;padding: 18px 44.2px;border-radius: 6px;
    font-size: 16px;line-height: 16px;font-weight: 500;}

.gstxt.gstxtin.gsleft{ order:2;}
.gstxt.gstxtin.gscenter{ margin: 0 auto}

.alm-reveal{ display:flex; flex-wrap:wrap}
.alm-btn-wrap{ margin-top:30px}
.alm-load-more-btn.more.done{ display:none!important}
.white-bgg.npt{ padding-top:0}
.alm-load-more-btn.more{color: #fff!important;text-decoration: none!important;background: #0E64FF!important;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%)!important;border-radius: 6px!important;
    font-size: 16px!important;line-height: 16px!important;display: inline-block!important;font-weight: 500!important;}

.searchform input[type="text"]{padding: 0 15px;border-radius: 6px;border: 1px solid grey;height:50px; margin-right:15px;}
.searchform input[type="submit"]{color: #fff;text-decoration: none;background: #0E64FF;
    padding: 18px 44.2px;box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);border-radius: 6px;font-size: 16px;
    line-height: 16px;display: inline-block;font-weight: 500; border:none; cursor:pointer}
.gs .cat-item{ display:flex; align-items:center;transition: all 0.2s ease-out;}
.gs select{height: 50px;border: 1px solid grey;border-radius: 8px;padding: 0 15px;width: 100%;}

.gs .cat-item:hover{color: #0E64FF;
    background: rgba(14, 100, 255, 0.04);
    border-radius: 8px;
    font-weight: 600;}
.gs .cat-item a:hover{
    background:none;
}

.white-bgg.wb{ padding-bottom:0}
.bannertxt h2{font-size: 12px;color: #0E64FF;line-height: 16.8px;margin: 20px 0 16px;
    text-transform: uppercase;font-weight: 500;letter-spacing: 0.16em;}

.singlepost p strong,.singlepost p b{ font-weight:600}
.singlepost p b{ text-decoration:underline}
.privacy-policy .singlepost p strong, .single_page p strong{text-decoration:underline}
.privacy-policy .singlepost table,.single_page table{ border-collapse: collapse;width: 500px; border:1px solid #000; margin-bottom:30px;}
.privacy-policy .singlepost table tr td,.single_page table tr td{padding: 10px;font-size: 18px;line-height: 25.2px;color: #344759;
    border:1px solid #000}
.privacy-policy .singlepost table tr td b,.single_page table tr td b{ font-weight:600}

.smaller-container.scn.sccn{ min-height:550px; display: flex; align-items: center;}
.smaller-container.scn.sccn .row{ align-items: center;}
.smaller-container.scn.sccn .pmm .sc h2{ padding-top:0}
.pmm strong{ font-weight:600}

/* CSS for dark */
.dark{background: #061A38; position: relative;
    background: linear-gradient(to top, #FFFFFF 30%, #061A38 30%);}
.dark .header-main.clearHeader{ background: none}
.dark .header-main.clearHeader.whiteHeader {background: #fff; border-radius:0;}
.dark .banner{ background: none}
.dark .header-main .header-nav-main .header-nav>div>a{ color:#fff}
.dark .header-main .header-nav-main .header-nav>div>a>svg{ stroke:#fff}
.dark .header-main.clearHeader.whiteHeader .header-nav-main .header-nav>div>a{ color:#000}
.dark .header-main.clearHeader.whiteHeader .header-nav-main .header-nav>div>a>svg{stroke:#000}
.dark .button.button-black{background: #0E64FF;}
.dark .header-main.clearHeader.whiteHeader .button.button-black{background: #07192b;}

.dhd{ position:relative}
.dhd h1{font-family: 'Oakes Grotesk';font-style: normal;font-weight: 600;
    font-size: 64px;line-height: 130%;letter-spacing: -0.01em;
    color: #FFFFFF; margin-bottom: 16px}
.dhd h1 span{color:#8A56FF}
.dhd p{font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.9);margin-bottom: 50px;}
.button.fv{ background:none; border:2px solid #fff; color:#fff; margin-right: 20px;padding: 16px 32px;}
.button.gt{background-position: 13vw center;}
.vds{ position: relative; margin-top:-555px; padding-bottom: 50px}
.leftCircle{ position: absolute; top:0; left:0;width: 517px; /*z-index: 9;*/
    height: 517px;background: rgba(111, 59, 228, 0.6);filter: blur(250px);}
.rightCircle{position: absolute;width: 517px;height: 517px;right: 0px;top: 200px;
    background: rgba(14, 100, 255, 0.6);filter: blur(250px); /*z-index: 9*/}
.mkn{ display:none}
.mkn.mknd{ display: block}
.mkd{ display:block}
.mkd.mknd{ display: none}

.dark .header-main.clearHeader .hamburger{ background-color: rgba(255,255,255, 0);}
.dark .header-main.clearHeader .hamburger span{ background-color: #fff;}

.dark .header-main.clearHeader.whiteHeader .hamburger{ background-color: rgba(0,0,0, 0);}
.dark .header-main.clearHeader.whiteHeader .hamburger span{ background-color: #000;}

/*  Css Templates  */
.templates .bannertxt h1{font-size: 24px;line-height: 140%;margin-bottom: 25px;}
.templates .bannertxt {margin-right: 50px;}
.templatesBtn{ margin-bottom: 15px;display: inline-block;font-weight: 600; color:#0e64ff;
    background: url("../svg/left-arrow-icon.svg") 0 -6px no-repeat;padding-left: 35px;background-size: 20%;}
.templatesBtn:hover{ color:#0e64ff;}
.templatesCat{margin-bottom:20px; }
.templatesCat a{ display: inline-block; border-radius: 20px; padding:10px 15px;
    background: #fff; font-weight: 600;font-family: 'Oakes Grotesk'; letter-spacing: -0.01em; margin-right: 10px}

/*.templates .button {
    background-image: url(images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 12vw center;
    padding-right: 50px;
}*/
.note{background: #fff url('../svg/bulb-icon.svg') 12px 18px no-repeat;
    padding: 15px 25px 15px 60px;border-radius: 10px;
    background-size: 40px;}
.note p{font-size: 16px; margin-bottom: 0; line-height: 26px}

.ifr .rounded{ position:relative; z-index:9; border:5px solid #0e64ff; width: 100%; background: #fff;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(216 227 246);
    -moz-box-shadow: 5px 5px 0px 0px rgba(216 227 246);
    box-shadow: 5px 5px 0px 0px rgba(216 227 246);}
.ifr .flex{ display: block; clear: both; position: relative}
.give{ background:#0e64ff; color:#fff; border-radius:10px 10px 0 0;
    font-weight: 600;font-family: 'Oakes Grotesk'; letter-spacing: -0.01em;}
.restart{float:right; font-weight: 600;font-family: 'Oakes Grotesk'; letter-spacing: -0.01em; margin-right: 20px;
    cursor: pointer; color: #07192B; background: url('../svg/reload-icon.svg') 0 -3px no-repeat;
    padding-left: 25px;background-size: 20px;padding-bottom: 5px;}
.floating {animation-name: floating;animation-duration: 3s;animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }
}

#wrap{ position: relative}
#give{position: absolute;top: -15px;height: 50px;padding: 5px 10px 0;}

/* Related Templates CSS */
.rld{ padding-top:80px; padding-bottom:80px;}
.templatesin{ margin-bottom: 50px}
.related h3{color: #07192B;font-family: 'Oakes Grotesk';font-weight: 600;
    line-height: 40px;letter-spacing: -0.01em;font-size: 30px;margin-bottom: 30px;}

.relatedpost img{ border-radius: 8px; width: 100%; margin-bottom: 15px; object-fit:cover}
.relatedpost h2{color: #07192B;font-family: 'Oakes Grotesk';font-weight: 600;
    line-height: 30px;letter-spacing: -0.01em;font-size: 20px;}
.relatedpost .epin{margin-bottom: 30px}

/* qrcode css */
.notemain{ margin-top: 40px}
.notegrcode {background: #fff;padding: 15px 11px;border-radius: 5px;}
.notemain input{ position: relative; z-index: 1; opacity: 1; padding: 8px 5px; width: 100%;
    border-radius: 5px; border:1px solid #000}
#qrcode img{ margin-bottom:0}
span.qr-try {font-size: 12px;text-transform: uppercase;
    width: 100%;display: block;text-align: center;padding-top: 16px;font-weight: 500;}

/* support */
.support{ margin-bottom:40px}
.support a{background-color: rgba(10,15,32,.24);color: #fff;font-size: 14px;font-weight: 600;padding: 8px;border-radius: 5px;display: inline-flex; align-items: center; transition:all 0.2s linear}
.support a img{ margin-right:10px}
.support a:hover{background-color: rgba(255,255,255,.08);}


/*  category  */
.tax-template_category .bannertxt,.archive .bannertxt,.search .bannertxt{ margin-right: 0}
.templatePage{ margin-bottom: 80px;}
.single-filter-area {padding: 24px;border: 1px solid #e5e8fb;border-radius: 8px;margin-bottom: 24px;}
.single-filter-area h3 {font-weight: 600;font-size: 16px;line-height: 28px;text-transform: uppercase;color: #344759;
    margin-bottom: 24px;}

.single-filter-area ul{ list-style: none}
.single-filter-area ul li{ margin-bottom: 10px}
.single-filter-area ul li a{font-weight: 400;font-size: 16px;line-height: 26px;color: #344759;
    display: flex;justify-content: space-between;}

.tm{ margin-bottom: 40px;}
.find h2{font-weight: 700;font-size: 32px;line-height: 40px;margin-bottom: 32px;}

.searchBox{ margin-bottom: 30px}
.searchBox input {width: 100%;border: none;border-bottom: 1px solid #e5e8fb;
    padding: 10px 20px 10px 30px;font-weight: 400;font-size: 16px;line-height: 28px;
    background:#fff url("../svg/search.svg") 0 14px no-repeat;background-size: 20px; position:relative; opacity: 1;
    z-index: 1}
.tmbm{ margin-bottom: 30px}
.templateBox{/*background: rgb(6,26,56);
background: linear-gradient(204deg, rgba(6,26,56,1) 0%, rgba(22,177,200,0.9206276260504201) 100%);
padding: 30px 20px 0; border-radius: 16px; */ margin-bottom: 24px}
.templateImage{ display: flex; position: relative}
.templateImage img{ width: 100%; border-radius:16px; object-fit: cover;
    object-position: center}

.outerImage{ position: absolute; width: 100%;height: 100%; border-radius: 16px; background:rgba(241, 246, 255,0.7);
    transition: all 0.2s ease-in-out;opacity:0;}
.outerImage a{ color: #fff;}
.templateImage:hover .outerImage{ opacity: 1;}
.Preview{display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;
    opacity: 0; transition: transform ease 300ms;transform: translate(0, 10px)}
.Preview a{background: #0e64ff url('../eye.html') 18px 10px no-repeat;
    background-size: 18px;font-size: 16px;padding: 12px 18px 12px 45px;border-radius: 5px;font-weight: 600;}
.templateImage:hover .Preview{ transform: translate(0, 0);opacity: 1;}

.tempCat{ padding: 0 20px}
.tempCat ul{ list-style: none; margin-bottom: 10px}
.tempCat ul li{ display: inline-flex; margin: 0 10px 10px 0;}
.tempCat ul li a{ display: inline-flex;padding: 6px 25px;background-color: #e9f0fe;border-radius: 30px;
    font-size: 14px;line-height: 24px;}

.tempCat h2{font-weight: 600;font-size: 18px;line-height: 28px;letter-spacing: -0.5px;}
.tmLink{ position: relative}
.tmLink a{color: #256af2;font-size: 16px;line-height: 24px;font-weight: 600;
    display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.tmLink a svg {-webkit-transition: 0.4s ease-out;transition: 0.4s ease-out;
    -webkit-transform: translateX(0);transform: translateX(0);margin-left: 6px;}
.tmLink a:hover svg {-webkit-transform: translateX(10px);transform: translateX(10px);}

.filter-trigger {background-color: transparent;padding: 15px;width: 100%;display: none;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    color: #000;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-radius: 4px;
    border: 1px solid #e5e8fb;margin-bottom: 30px;font: 500 16px "Inter", sans-serif;
    cursor: pointer;-webkit-transition: 0.3s ease;transition: 0.3s ease;}

.pagination{display:flex;justify-content: center; margin-top: 30px;}

.pagination span, .pagination a {display: block;float: left;margin-right: 8px;padding: 6px 9px 5px 9px;
    border: 1px solid #344759;text-decoration: none;width: auto;color: #344759;}

.pagination .current {padding: 6px 9px 5px 9px;background: #0e64ff;border: 1px solid #0e64ff;
    color: #fff;}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom:20px
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.subhead.mrb{ margin-bottom:30px}
.white-border-box.common-white-box.txt p{font-size: 16px;line-height: 1.7;color: #6b7280;}

.light {background: #F1F6FF;position: relative;
    background: linear-gradient(to top, #ffffff 30%, #F1F6FF 30%);}
.light .header-main.clearHeader {/*background: rgba(237, 243, 255, 0.6)*/
    background: rgb(228, 237, 255, 0.6 )}
.light .header-main.clearHeader.whiteHeader{ background: #fff}
.light .banner{ background: none}
.light .leftCircle{ position: absolute; top:0; left:0;width: 517px; /*z-index: 9;*/
    height: 517px;background: rgba( 167, 198, 255, 0.6);filter: blur(250px);}
.light .rightCircle{position: absolute;width: 517px;height: 517px;right: 0px;top: 200px;
    background: rgba(99, 147, 234, 0.6);filter: blur(250px); /*z-index: 9*/}
.light .dhd h1{color:#07192b; font-size:38px}
.light .dhd p{ color:#07192b;}
.light .button.fv{ color:#07192b;; border-color:#07192b;}
.light .header-main .header-nav-main .header-nav>div>a svg{ stroke:#07192b;}
.hcb h2.heading, .fw.imc h2, .fw.ttl h2{ font-size: 24px; line-height:34px;}
.fw.imc h2{ margin-bottom: 10px}
.hcb .wtbox h3{ font-size: 18px; line-height: 28px; letter-spacing: unset}

.hcb.pt-0{ padding-bottom:50px}
.imcp{ padding: 80px 0}
.fw.imc p{ margin-bottom:30px}
#image-compare{ border: 1px solid #e5e5e5;border-radius: 5px;}

.sc.hm.ltcb h2{ margin-bottom: 10px;font-size: 24px; line-height:34px}
.ltcb .our{ margin-top:0}

@media (max-width: 990px) {
    .col-md-6 {width: 50%;}
    .filter-block-main {opacity: 0;height: 0;}
    .filter-trigger{ display: flex}
    .filter-block-main.open {height:100%;transition: height 0.5s ease-out;opacity: 1;}
    .templateImage img{ height: auto}
}

.button{font-size: 14px;line-height: 24px;padding: 14px 18px;
    font-weight: 600;}

.page-id-22152 .owl-carousel .owl-stage-outer:before{ background: #f1f6ff}
.page-id-22152{font-size: 12px;margin-top: 10px;}


.end .wtbox{display: flex;flex-direction: column;height: 100%;}
.end .wtbox .endLink{ display: flex; height: 100%; align-items: end;}
.text-left .end .wtbox .endLink{ justify-content: end;}
.lfct .wtbox p{ margin-bottom:0}
.wtbox.noPaddingBorder{ padding:0; border:none; border-radius:unset; background: none}

.hp{border-left:1px solid #627385;
    font-size:18px;
    font-weight:600;
    margin-left:15px;
    padding-left:15px}

.bannertxt a.button > img{ margin-bottom:0}

.alm-listing.alm-ajax{ display:flex;flex-wrap: wrap;}
#sticky-sidebar-demo{
    will-change: min-height;
}
#sticky-sidebar-demo .sidebar__inner{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

/* Progress bar */
#progress-bar {
    --scrollAmount: 0%;
    background:#0068FF;
    width: var(--scrollAmount);

    /* 	background: linear-gradient(to right, #F24E1E var(--scrollAmount), transparent 0);
    width: 100%; */

    height: 5px;
    position: fixed;
    top: 124px;
    z-index:2;
}

.pdrIn,.pdfIn{margin-bottom: 10px; overflow: auto;}
.noTopPadding,.white-bgg.noTopPadding{padding-top:0}
.PaddingTop{ padding-top:30px}

.page-id-2201 .boxtxt{padding-top: 0;}
.page-id-2201 .row.boxtxt .col.col-6.mb30:last-child{ margin-bottom:0}

.page-id-23131 .scn .txt p{ margin-bottom: 20px;min-height: 60px;}
.page-id-23131 .sc.hm h2{margin-bottom: 40px;}
.MarketingLink{ margin-top: 20px}
.MarketingLink ul{ list-style: none}
.MarketingLink ul li{ display: inline-block; margin-right: 10px;}
.MarketingLink ul li a{color: #0E64FF;font-weight: 600;font-size: 14px;}

.page-id-23131 .white-border-box.common-white-box p{ont-size: 16px;
line-height: 1.7;color: #6b7280;}
.page-id-23131 .small-container{max-width:1270px;}

/* table CSS  */
.table-responsive {display: block;width: 100%;overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table{ margin-bottom:40px; width: 100%;border-radius: 8px;
    background: #fff; }
.table table{border-collapse: separate !important;}
.table table tr th{font-weight: 600;font-size: 16px;text-align: left;
    padding: 20px 15px;background: #e8f5ff;border: .5px solid #d9ebfa;
    color: #000;line-height: 145%;}
.table table tr td{font-size: 16px;
    padding: 20px 15px;border: .5px solid #d9ebfa;color: #231f20;line-height: 145%;}
.table table tr:nth-child(odd) {background-color: #F6FBFF;}
.table table tr th:first-child{border-radius: 8px 0 0;}
.table table tr th:last-child{border-radius: 0 8px 0 0;}


@media (min-width: 768px) {
    .col.col-6.ct.end:nth-last-child(1),
    .col.col-6.ct.end:nth-last-child(2) {
        padding-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .img-fluid{ width:100% }
    .hidden{ display:block; }
    .mobile-hidden{ display:none }
    .banner{ padding: 100px 30px 50px;}
    .bannertxt{ margin-right: 0}
    .bannertxt video{ margin-bottom: 30px}
    .bannertxt h1{  margin-bottom: 20px; font-size: 20px}
    .bannertxt h1 br{ display: none}
    .bannertxt p br{ display: none}
    .bannertxt p{ font-size:15px}
    .bannertxt img{ margin-bottom: 30px}
    .banner .bn{ margin-bottom: 0}
    .banner.bnr{ padding-left:0; padding-right:0 }
    .banner.bnr .bannertxt {margin-right: 0;}
    .banner .button{ background-position: 38vw center !important;}
    .lfct h2{ font-size:18px; }
    .pdr{ padding-right:0 }
    .pdr img,.pdf img{ margin-bottom:30px }
    .pdf{ padding-left:0 }
    .blue-bg{ padding: 50px 0 }
    .white-bgg{ padding: 50px 0}
    .fw h2{ font-size:18px; line-height:135%}
    .fw img{ margin-top:24px }
    .txt-content h2{ font-size:18px; line-height:135%; margin-bottom:20px }
    .txt-content h3{ font-size:16px; line-height:32px; margin-bottom:20px }
    .boxtxt{ padding-top:0 }
    .boxtxt .col-6{ margin-bottom:30px }
    .icon{ margin-bottom:30px }
    .txt-content blockquote{ margin-top:0 }
    .txt-content blockquote p{ font-size:22px; line-height:32px }
    .txt-content blockquote span{ font-size:16px }
    .nm{ padding-left:15px }
    .nmm{ padding-right:15px }
    .nm h4{ text-align:center; font-size:40px; }
    .sc h2{ font-size:18px; line-height:135%; }
    .sc h2 br{ display:none}
    .sc p{ margin-bottom:30px }
    .imgmb{ margin-bottom:30px }
    .imgmb:last-child{ margin-bottom:0 }
    .imgmb img{ width:100%;}
    .mb{ margin-bottom:30px; }
    .bn{ margin-bottom:30px }
    .sc.hm h2{ margin-bottom:30px }
    .sc.hm h2 br{ display:none }
    .imgmb .info img{ width:auto; }
    .info{ margin-top:20px }
    .scn .txt h3{ font-size:16px; }
    .blog h2{font-size:18px; line-height:135%; margin-bottom: 30px}
    .blogin img{ width:100% }
    .pmm .pm{order:2}
    .bxin{ padding:30px }
    .bxin h2{ font-size:18px }
    .bxin p br{ display:none; }
    .bxm{ margin-bottom:30px }
    .bxm:last-child{ margin-bottom:0 }
    .bx img{ float:none; width:100% }
    .gs:last-child{padding-bottom: 8px;margin-bottom: 30px;border-bottom: 0.5px solid #E9E9E9;}
    .gstxt h2{font-size:18px; line-height:46px; margin-bottom:20px}
    .gsbox{ padding:30px 24px }
    .gstxt h2{ font-size:18px; line-height:28px }
    .gstxt .gsbox h2{font-size:18px;}
    .gstxtin{order:2}
    .gstxt h3{ font-size:16px; line-height:30px }
    .ch{ margin-bottom:30px }
    .ch h2{font-size:18px; line-height:135%; margin-bottom: 30px}
    .ch h2 br{ display:none; }
    .ch .chbtn{ justify-content:start }
    .chbox{ padding:30px }
    .chbox h2{ font-size:18px; line-height:44px }
    .chbox h3{ margin-bottom:16px }
    .owl-carousel .owl-stage-outer:before{ display:none; }
    .owl-carousel .owl-stage-outer{ overflow:hidden; padding-top:40px }
    .ct{ padding-bottom:30px }
    .ct:last-child{ margin-bottom:0 }
    .fqin h2{font-size:18px; line-height:32px}
    .fqin p{ margin-bottom:30px }
    .crl h2{font-size:18px; line-height:32px}
    .owl-nav{top:-40px}
    .owl-carousel .item h3{ font-size:20px; }
    .wtbox{ padding:30px }
    .info a img{ margin-bottom:10px }
    .crl h2 br{ display:none; }
    .pricing-hero {padding-top: 120px}
    .pricing-hero p {font-size: 15px}
    .pricing-hero h1 {font-size: 40px; line-height: 50px}
    .singlepost .gstxtin {order: unset;}
    .singlepost {padding-top: 120px; padding-bottom: 0}
    .singlepost .gstxt h1{ font-size: 20px;}
    .err{ padding-top: 120px; padding-bottom:50px}
    .sc p br{ display: none}
    .singlepost .gstxt.gstxtin.gsleft{ order:unset}
    .pdf img.hidden,.pdr img.hidden{ display:block!important}
    .smaller-container.scn.sccn{ min-height:unset}
    .sccn .sc p {text-align: left !important;}

    .dark{background: linear-gradient(to top, #FFFFFF 18%, #061A38 18%);}
    .dhd h1{ font-size: 40px; line-height: 130%;}
    .dhd h1 br{ display:none}
    .dhd p br{ display: none}
    .leftCircle,.rightCircle,.light .leftCircle, .light .rightCircle{ width: 55%;height: 55%;}
    .dhd p{ margin-bottom: 30px}
    .dhd .flex.justify-center{ display: block; margin-bottom: 30px}
    .button.fv{ margin: 0 0 20px}
    .dark .banner .button {background-position: 41vw center;}
    .vdo video{ height: auto}
    .notemain{ margin-bottom: 40px}
    .txt-content{ max-width:100%}
    .banner.templates .bannertxt a.button img{ margin-bottom:0}
    .templates .bannertxt{ margin-right:0}
    .templates .bannertxt h1{ font-size:30px; line-height:40px;}
    .notemain{ display:none}
    .ifr{ margin-top:30px}
    .find h2{ font-size:22px; line-height:32px}
    .col-md-6.tmbm {width: 100%;}
    .rld{ padding-top:40px; padding-bottom:40px;}
    .light .dhd h1{ font-size:32px}
    .light .button.fv {padding: 10px 28px;}
    .light .vdo.ifr {margin-top:0;}
    .common-reveal.crv:last-child{ margin-bottom: 0}
    .ltcb .our.obt{ margin:0 0 15px;}
    .bannertxt a.button img{ margin-bottom: 0}
    .txt-content p,.fw p,.crl p,.fqin p,.sc p,.lfct p,
    .lfct ul li, .pm ul li, .pmm ul li, .pdr ul li,
    .lfct .pdf p,.singlepost .gstxt.gstxtin > p,.gstxt p,
    .singlepost .gstxtin ul li
    { font-size:15px}
    .gstxt h2.headTitle{font-size:14px}
    .gstxt p.headTitle{font-size:14px}
    #progress-bar{top:88px;}
    div#ez-toc-container p.ez-toc-title{ font-size:18px;}
    .singlepost .postImage{ height:300px}
    #related{ padding-top: 0}
    #related h4.rd{ font-size:18px;}
    .bloginn h2{ font-size: 16px;}
    .bloginn p{ font-size: 14.5px}
    .col.visible-mobile > img{ margin-bottom:30px}
    .blog-time p{ font-size: 12px}
    #sticky-sidebar-demo{ display: none;}
    .table table tr td{ font-size:14px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner{ padding: 65px 30px 50px;}
    .bannertxt{ margin-right: 0}
    .bannertxt video{ margin-bottom: 30px}
    .bannertxt h1,.templates .bannertxt h1{ margin-bottom: 22px; font-size:20px}
    .bannertxt h1 br{ display: none}
    .bannertxt p br{ display: none}
    .banner .bn{ margin-bottom: 0}
    .banner.bnr{ padding-left:0; padding-right:0 }
    .banner.bnr .col-6{ width: 100%}
    .banner.bnr .bannertxt {margin-right: 0;}
    .bannertxt img{ margin-bottom: 30px}
    .bannertxt a.button > img{ margin-bottom:0}
    .banner .button{ background-position: 17vw center;}
    .pdr{ padding-right:0 }
    .pdf{ padding-left:0 }
    .ch h2 br{ display:none; }
    .lfct h2{ font-size:18px;}
    .fw h2{font-size: 18px;}
    .txt-content h2{font-size: 18px;line-height:36px;}
    .txt-content h3{font-size: 16px;line-height: 30px;}
    .nm h4{ text-align:center; font-size:30px }
    .btn{ padding:18px 38px }
    .sc h2,.blog h2,.gstxt h2,.ch h2,.fqin h2,.crl h2{ font-size:18px;}
    .sc h2 br{ display:none; }
    .scn .txt h3{ font-size:16px }
    .info a img{ margin-bottom:10px }
    .bxin{ padding:30px }
    .bxin h2{ font-size:18px }
    .gstxt .gsbox h2{ font-size:18px;line-height: 24px; }
    .gsbox .btn{ line-height:24px }
    .gstxt h3{ font-size:16px; line-height:24px }
    .chbox{ padding:30px; }
    .chbox h2{ font-size:40px; line-height:50px }
    .owl-carousel .item h3{ font-size:18px }
    .blue-bg{ padding: 60px 0; }
    .white-bgg{ padding:60px 0}
    .wtbox{ padding:32px 16px }
    .mb{ margin-bottom:50px }
    .pricing-hero {padding-top: 120px}
    .pricing-hero p {font-size: 16px}
    .pricing-hero h1 {font-size: 40px; line-height: 50px}
    .singlepost {padding-top: 120px;}
    .singlepost .gstxt h1{ font-size:20px;}
    .err{ padding-top: 120px; padding-bottom:50px}

    .dhd h1{ font-size: 34px; line-height: 130%;}
    .dhd p br{ display:none}
    .vdo video{ height: auto}
    .dark .banner .button {background-position: 18vw center;}
    .leftCircle,.rightCircle{width: 35%;height: 35%;}
    .banner.templates .bannertxt a.button img{ margin-bottom:0}
    .rld{ padding-top:60px; padding-bottom:60px;}
    .txt-content blockquote p{ font-size:20px}
    .col.col-3.ct{ width:50%}
    #progress-bar{ top:80px;}
    div#ez-toc-container p.ez-toc-title,
    #related h4.rd
    { font-size:18px;}
    .bloginn h2{ font-size:16px;}
    .bloginn p{ font-size: 14.5px}
    .blogin > img{ height:200px;}
    #related{ padding:0 0 50px}
    .singlepost .postImage{ height:400px}
    .col.col-md.col-6.mobile-hidden > img{ margin-bottom:30px}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ch h2 br{ display:none; }
    .info a img{ margin-bottom:10px }
    .bn{ margin-left:0}
    .bannertxt{ margin-right: 0}
    .bnr .bannertxt p br{ display: none}
    .banner{ padding: 80px 0}
    .banner .button{ background-position: 14vw center;}
    .bannerin{ justify-content: space-between; padding-left: 30px}
    .pricing-hero {padding-top: 150px}
    .pricing-hero p {font-size: 16px}
    .pricing-hero h1 {font-size: 30px; line-height: 40px}
    .singlepost {padding-top: 150px;}
    .singlepost .gstxt h1{ font-size: 24px;}
    #progress-bar{ top:84px}
}

@media (min-width: 1200px) and (max-width: 1327.98px) {
    .bn{ margin-left: 0;}
    .bannertxt{ margin-right: 0}
}

@media (min-width: 1200px) {
    .info a img{ margin-bottom:10px }
    .bannerin{ justify-content: space-between; padding-left: 30px}
}

/*.bsf-rt-reading-time{ display:none}*/
.our {line-height: 10px; border: 1px solid #0c64ff; font-size: 14px; margin: 15px 15px 0 0;}
.secondary-button{background: none !important; color: #0c64ff !important;}
.no-padding-pgg{padding:0 !important;}
/*.no-padding-pgg h2{ padding:80px 0 0}*/
.txt-content .nmm h3{ margin:0;}
.txt-content .nmm {padding-bottom:20px}

.page-id-1276 .wtbox img{ width:100%; padding-bottom:20px;height: auto;}

.page-id-1276 .wtbox .encrypted-icon{width: auto;height: auto;
padding: 0;background: none;border-radius: unset;margin-bottom: 0;}

.dhd h1 span{
    background: linear-gradient(to right, #999fff, #e4bffc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 1s ease-in-out infinite alternate;
}
.page-id-3639 .white-bgg,.page-id-3957 .white-bgg{padding:0px !important}
.page-id-3639 .scn .txt h3,.page-id-3957 .scn .txt h3{text-align:center;}
.page-id-3639 .vdo video,.page-id-3957 .vdo video{height: auto; margin-top: 50px; border-radius: 15px; width: 100%; border-image: linear-gradient( to top, hsla(0,0%,100%,.88),hsla(0,0%,100%,.56));position: relative;background: linear-gradient(to bottom, #192386, #e9e9e9); padding: 4px;}
.page-id-3639 .blue-bg,.page-id-3957 .blue-bg{padding-top:0px;}
.page-id-3639 .hm h2,.page-id-3957 .hm h2{ font-size:50px; font-weight:900; background-image: radial-gradient(circle closest-corner at 35% -75%,#3f2d6e,rgba(255,220,122,0) 62%),radial-gradient(circle closest-corner at 60% -120%,#031a81,rgba(217,255,122,0) 68%),linear-gradient(95deg,#362a74,hsla(0,0%,100%,0) 16%),linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0)),linear-gradient(135deg,#a088ff,#a088ff 14%,#3d2c6b 81%,#140030);-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}
.page-id-3639 .button.fv,.page-id-3957 .button.fv{font-weight:700}
.page-id-3639 .button svg,.page-id-3957 .button svg{ margin-right:10px }

.ez-toc-title-toggle{ display: none !important;}

.gstxt p.mb15{ margin-bottom:15px;}
.gstxt p em{ font-style: italic}

@media (min-width: 1024px) {
    .ht94{ height: 94px;}
}

.bdr{ border-radius:8px; border:1px solid #e5e5e5}

.footer-social a,
.footer-social a img{transition: all .2s linear;}
.footer-social a img:hover,
.footer-social a:hover img{filter: brightness(0) invert(1);}

/* Landing Page */
.page-id-25110 .white-bgg.noPaddingBottom{ padding-bottom: 0}
.BannerForm{padding-top: 80px}
.BannerForm .bannertxt h1{font-size: 60px}
.formIn{ padding: 30px; border-radius: 5px; border:2px solid #0e64ff; background: #fff;}
.formIn h3{ font-weight: 700; margin-bottom: 20px;text-align: center; font-size: 20px;color:#1F2937;
    line-height: 30px}
.formIn p label{ display: block; font-size: 14px; margin-bottom: 10px;color:#1F2937}
.formIn p .textfield{ width: 100%; height: 40px; line-height: 40px; padding:0 15px;
    border: 1px solid #E9E9E9; border-radius:5px;color:#1F2937}
.formIn p{ margin-bottom: 20px}
.formIn p textarea{width: 100%;border:1px solid #E9E9E9; padding: 15px}

.CTASection{ background: #000}
.CTASection h2{ font-size: 24px; color: #fff; font-weight: 600; line-height: 120%;margin-bottom: 30px}
.CTASection p{ color:#fff;  line-height: 25.2px; margin-bottom:30px}


.star {
    position: relative;
    display: inline-block;
    color: yellow;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ff492c;
    border-left: 10px solid transparent;
    transform: rotate(35deg);
}

.star:before {
    border-bottom: 8px solid #ff492c;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -5px;
    left: -6px;
    display: block;
    content: '';
    transform: rotate(-35deg);
}

.star:after {
    position: absolute;
    display: inline-block;
    top: 0.5px;
    left: -10.5px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ff492c;
    border-left: 10px solid transparent;
    transform: rotate(-70deg);
    content: '';
}

.successStory,
.successStory h2{color:#fff}
.successStory h3{color:#fff;margin-bottom:15px; font-size:30px; font-weight: 600}
.successStory p{color:#fff;font-size: 18px;line-height: 28px}

.securityLogo{ padding:50px 0}

@media (max-width: 767.98px) {
    .BannerForm .col.col-md-6.col-8{width: 100%;}
    .BannerForm .bannertxt h1 {font-size: 35px;}
    .BannerForm .visible-tablet .formIn{ margin-bottom: 30px}
    .successStory .row.justify-center .col.col-3.text-center{ margin-bottom: 30px}
    .youtube iframe {width:100%; padding:15px 0}
}

@media (min-width:768px) and (max-width: 991.98px) {
    .BannerForm .bannertxt h1{font-size: 40px;}
    .BannerForm .visible-tablet{display: none !important;}
    .BannerForm .hidden-tablet{display: block !important;}
}

.lfct video.video{padding:0 50px}
@media (min-width: 768px) {
    .w75 {
        width: 75vw;
        margin: 0 auto
    }
    .w700{
        max-width:700px; margin: 0 auto
    }

    .w70 {width: 70vw;margin: 0 auto;}
}

.empowerBox {
    margin-bottom: 30px !important;
}

.empowerBoxinHD h3 {font-size: 20px;line-height: 30px;margin-bottom: 16px;color: #1F2937;
    letter-spacing: 0.025em;font-weight: 600;text-transform: capitalize;}

.whitebgbdr{background: #fff;border-radius: 8px;border: 1px solid #e5e5e5;}
.whitebgbdr img{ background: #f9fbff;border-radius: 8px;}
.whitebgbdr .empowerBoxinHD{padding:0 30px 30px;}

.removebg .wtbox .encrypted-icon {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
}

.removebg .wtbox .encrypted-icon img {
    width: 50px;
    height: auto;
}

.scn h2{color: #1F2937;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 16px;
    font-family: 'Oakes Grotesk';
    font-weight: 600;
    letter-spacing: -0.01em;}

.scn p{
    font-size: 16px;
    line-height: 145%;
    color: #344759;
    margin-bottom: 30px;
}

.post-type-archive-template .mb50{ margin-bottom: 50px}
.post-type-archive-template .empowerBoxinHD{ padding:30px}
@media (max-width: 767.98px) {
    .post-type-archive-template .empowerBox {
        flex:unset;
        width: 100% !important;
        margin-bottom:30px;
    }
}

/* sensative data  */
.vp-anchor {
    font-variant: tabular-nums;
}

.vp-sections .vp-section:not(.is-light):last-child {
    padding-bottom: 24vw;
}

.vp-backgrounds .vp-background:first-child {
    opacity: 1;
}

.vp-content h2 {
    font-size: 2.5rem;
}

.vp-content p {
    font-size: 1.1rem;
}

.vp-content p + .divider {
    margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
    .vp-anchor-menu {
        box-shadow: var(--shadow);
    }
}

.vp-background.is-light {
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
}

.vp-wrapper.is-dark {
    mask-image: linear-gradient(to bottom, black 99%, transparent);
}

.vp-background-wrapper {
    pointer-events: none;
    width: 100%;
    position: absolute;
    inset: 0%;
}

.vp-backgrounds {
    width: 100%;
    height: 90vh;
    position: sticky;
    top: 0;
}

.vp-background.is-light {
    transform-origin: 100%;
    object-fit: contain;
    object-position: 100% 50%;
}

.vp-background {
    opacity: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

[noise]::after {
    content: "";
    position: absolute;
    inset: 0%;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: url('../grain.html');
    background-position: 0px 0px;
    background-size: 250px;
    background-repeat: repeat;
    mix-blend-mode: overlay;
    object-fit: cover;
    object-position: 50% 50%;
    pointer-events: none;
    opacity: 0;
}

.vp-anchor-wrapper {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    position: absolute;
    inset: 0%;
}

.vp-anchors {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 60vh;
    padding-top: 9rem;
    display: flex;
    position: sticky;
    top: 0;
}

.vp-anchor-menu {
    border-radius: .4rem;
    position: relative;
    top: -.2rem;
    overflow: hidden;
    left:-60px;
}

.vp-anchor {
    border-radius: .4rem;
    opacity: .5;
    pointer-events: auto;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
}


.vp-section {
    width: 100%;
    /*padding-top: 9rem;
    padding-bottom: 9rem;*/
    position: relative;
}

.vp-anchor.w--current {
    opacity: 1;
}

[noise="medium"]::after {
    opacity: 0.5;
}

.vp-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto;
    padding-left: 1.2rem;
    display: grid;
    position: relative;
}

/*.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}*/

#w-node-_019e86c5-4602-9c30-4cb0-68775070565b-fe983334,
#w-node-_019e86c5-4602-9c30-4cb0-68775070566f-fe983334,
#w-node-_019e86c5-4602-9c30-4cb0-687750705683-fe983334,
#w-node-_019e86c5-4602-9c30-4cb0-687750705697-fe983334 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
}


.vp-content h2 {
    font-size: 36px;
    text-wrap: balance;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 130%;
}

.vp-content p {
    font-size: 18px;
    line-height: 140%;
    color: #344759;
}

.vp-content p + .divider {
    margin-top: 2rem;
}

.divider {
    opacity: .08;
    transform-origin: 0%;
    width: 100%;
    height: 1px;
    margin-top: .4rem;
    margin-bottom: .4rem;
    position: relative;

    background-color: #000;
}

.author {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    display: flex;
    position: relative;
}

.vp-image {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;;
    transform-origin: 50% 0;
    object-fit: contain;
    filter: drop-shadow(0 0px 1px rgb(0 31 31 / 2%)) drop-shadow(0 2px 2px rgb(0 31 31 / 1%)) drop-shadow(0 4px 4px rgb(0 31 31 / 1%));;
    width: 100%;
    height: auto;
    transform: perspective(1200px);
}

.author.is-quote {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.2rem;
}

.author-photo-wrapper {
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: relative;
}

.author-photo.is-quote {
    aspect-ratio: 5 / 7;
    width: 4rem;
}

.author-photo {
    aspect-ratio: 1;
    border:2px solid #fff;
    border-radius: 0.8rem;
    background-color: #fff;
    object-fit: cover;
    object-position: 50% 24%;
    box-shadow: transparent 0px 64px 64px -32px,
    transparent 0px 32px 32px -16px,
    transparent 0px 16px 16px -8px,
    transparent 0px 12px 12px -6px,
    transparent 0px 6px 6px -3px,
    #003d3d0a 0px 3px 3px -1.5px,
    #001f1f14 0px 1px 1px -0.5px,
    #003d3d0a 0px 0px 0px 1px;
    flex: none;
    width: 3.2rem;
    transition-property: all;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}


.author-logo.is-dot {
    width: 2.4rem;
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translate(24%, 24%);
}

.author-logo {
    aspect-ratio: 1;
    border:2px solid #fff
    object-fit: cover;
    object-position: 50% 24%;
    box-shadow: transparent 0px 64px 64px -32px,
    transparent 0px 32px 32px -16px,
    transparent 0px 16px 16px -8px,
    transparent 0px 12px 12px -6px,
    transparent 0px 6px 6px -3px,
    #003d3d0a 0px 3px 3px -1.5px,
    #001f1f14 0px 1px 1px -0.5px,
    #003d3d0a 0px 0px 0px 1px;
    border-radius: 50%;
    flex: none;
    width: 3em;
    height: auto;
}

.author-bio {
    grid-column-gap: .6rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
    line-height: 1;
    display: flex;
    position: relative;
}

.author-quote {
    margin-bottom: .8rem;
    font-size: 18px;
    line-height: 140%;
    color: #344759;
    border: none;
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

.author-name.is-quote {
    font-size: .9rem;
}

.author-name {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    white-space: nowrap;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .2rem;
    font-size: .8em;
    font-weight: 600;
    display: flex;
    position: relative;
}

.author-role {
    flex-flow: wrap;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    position: relative;
}

.author-role.is-quote {
    font-size: .8rem;
}
.w-container:after {
    clear: both;
}

.w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.section.is-vp {
    min-height: 90vh;
    padding-top: 90px;
    padding-bottom:0;
    position: relative;
}

.common-list{margin:15px 0 30px}
.common-list ul{ list-style: disc inside;}
.common-list ul li{ margin-bottom: 15px; font-size: 16px; line-height: 145%}

blockquote.author-quote::before {
    content: '“';
    margin-left: -.4em;
    left: -.2em;
}

blockquote.author-quote::after {
    content: '”';
}

blockquote.author-quote::before,
blockquote.author-quote::after {
    position: relative;
    display: inline;
    width: .4em;
    opacity: .32;
    font-family: "Oakes Grotesk";
}


@media (max-width: 767.98px) {
    .empowerBoxinHD h3{font-size: 18px;margin-bottom: 10px;line-height: 24px;}
    .vp-content h2{ font-size: 24px;margin-bottom: 10px;max-width: 300px;}
    .vp-content p,.author-quote{ font-size: 15px;line-height: 26px;}
    .vp-background-wrapper.is-light {
        display: none;
    }

    .vp-grid {
        flex-direction: column;
        padding-left: 0;
        display: flex;
    }

    .vp-anchor-wrapper {
        max-width: none;
        padding-left: 0;
    }

    .vp-anchor-menu {
        border-radius: .8rem;
        background-color: #fff;
        color: #001f1f;
        padding: .4rem;
        display: flex;
        top: -.8rem;
        left:0;
        margin: 0 auto;
    }
    .vp-section.is-light {
        background-image: url("../blue-new.html");
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 150%;
        background-attachment: scroll;
    }

    .vp-anchors {
        justify-content: flex-end;
        align-items: center;
        width: auto;
        height: 100vh;
        padding-top: 0;
    }

    .vp-anchor {
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        font-size:14px;
    }

    .vp-section {
        padding-top:0;
        padding-bottom: 4.8rem;
    }

    .author-name.is-quote,.author-role.is-quote{ font-size: 12px;}
    .common-list ul li{ font-size: 14px;}
    .w-layout-grid {grid-row-gap: 30px;}

}

@media (min-width:768px) and (max-width: 991.98px) {
    .vp-content h2{ font-size: 28px; max-width: 400px}
    .vp-content p, .author-quote{ font-size: 16px;}
    .vp-anchors{ height: 100vh}
    .vp-section{ padding: 0 0 50px}
    .section-pad {padding: 50px 0;}

    .vp-anchors {
        justify-content: flex-end;
        align-items: center;
        width: auto;
        height: 100vh;
        padding-top: 0;
    }

    .vp-anchor-menu {
        border-radius: .8rem;
        background-color: #fff;
        color: #001f1f;
        padding: .4rem;
        display: flex;
        top: -.8rem;
        left:0;
        margin: 0 auto;
    }

    .fulll-container .col.col-6 {width: 66.67%;}

}

@media (min-width:992px) and (max-width: 1278.98px) {
    .vp-anchors {
        justify-content: flex-end;
        align-items: center;
        width: auto;
        height: 100vh;
        padding-top: 0;
    }

    .vp-anchor-menu {
        border-radius: .8rem;
        background-color: #fff;
        color: #001f1f;
        padding: .4rem;
        display: flex;
        top: -.8rem;
        left:0;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .w50 {
        width: 50vw;
        margin: 0 auto;
    }
    .w70 {
        width: 70vw;
        margin: 0 auto;
    }
}

/* KYC  */
.kycmarquee .kycmq{ padding:0 0 25px}
.kycmarquee .kycmq:last-child{ padding: 0}
.marqueeMain.white-bgg.kycmarquee:before,
.marqueeMain.white-bgg.kycmarquee:after{ display: none}
.demoSection .demoBtn{ margin-bottom: 30px}


.kyc.sc h2{ margin-bottom:30px}
.accordion {position: relative;}
.accordion-item {cursor: pointer;position: relative;overflow: hidden;
    height: 40px; /* Collapsed height */
    transition: height 0.5s ease, background-color 0.3s ease;
    margin-bottom:15px; padding:15px 15px 0}
.accordion-item.active:after{ content:''; position: absolute; top:0; left:1px; height:80px; background:#e5e5e5; width:1px;}
.accordion-item.active {/*background-color: #f0f8ff border-radius:0 8px 8px 0;*/ height: 80px; padding-bottom:10px;
}
.kyc.sc .accordion-item h3 {margin: 0;
    font-size: 18px;
    padding:0;
    text-transform: capitalize;
    letter-spacing: unset;
    color: #1f2937;
    font-weight: 600; font-family: "Oakes Grotesk";}
.kyc.sc .accordion-item p {margin:0;opacity: 0;transition: opacity 0.5s ease; padding:0; color:#000}
.kyc.sc .accordion-item.active p {opacity: 1; padding-top:15px}
.kyc.sc .accordion-item.active h3{color: #000;}

/* Progress Line */
.progress-line {position: absolute;left: 1px;top: 0;bottom: 0;width: 1px;background: #e5e5e5;
    animation: none;transition: all 0.5s ease; z-index: 2;
}

.accordion-item.active .progress-line {animation: fillLine 2s linear forwards;}

@keyframes fillLine {
    from {
        height: 0;
        background: #e5e5e5;
    }
    to {
        height: 100%;
        background: #0e64ff;
    }
}

/* Image Container */
.image-container {

}
.image-container img {
    width: 100%;
    height: auto;
}

@media (max-width: 575.98px) {
    #marketing-feature-form-oct{flex-wrap: wrap;}
}

@media (max-width: 767.98px) {
    .accordion-item{ padding-bottom: 15px}
    .kyc.sc .accordion-item p{ margin-bottom:20px}
    .accordion-item.active{ height:100%}
    .lfct .pmm img.hidden{ display:block !important;}
    .fw table{ width:100%}
}

.demoSection .demoBtn {margin-bottom: 30px;}
.bannertxt p.mb10{ margin-bottom: 10px}
.page-id-25712 .banner{ margin-bottom: 30px}

/* Compare Page CSS */
.compareContent{max-width: 870px;margin: 0 auto 30px;}
.compareTable h2{font-size: 21px;text-align: center;margin-bottom: 15px;font-weight: 600;}
.compareTable table tr td h3{color: #fff;}
.compareTable table tr td h4,.compareTable table tr td span{font-weight: 400;}
.compareBtn p{ line-height: 1;text-align: center;}
.compareBtn p a{ color: #fff;}
.compareBtn p a img{ margin:0}

