/* Moved out of website.css on 2026-09-20 - one stylesheet per website, order unchanged */


body {
    font-family: 'Lato'!important;
    font-weight: 400;
    background: #fff;
    font-size: 17px;
    line-height: 1.6;
}


body main {
    position: relative;
}


body main.home.p {
    padding-bottom:150px;
    float: left;
    width: 100%;
}


body main.home .row,
.zapp-blog-container .row{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}


.row {
    padding-top:100px;
    padding-bottom:100px;
}


body main.static {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
}

body::-webkit-scrollbar{
    width: 7px!important;
}


h1,h2 {
    text-align: left;
    font-family:'Lato';
    font-weight: 600;
    line-height:1.4;
}


html body h1{
    font-size: 60px;
    line-height: 1.4;
}


h1.display-1 span.next {
    font-size:3.0vw;
    font-family: 'Open Sans';
    font-weight: 600;
}


h1.display-1 span.last {
    font-size:4.0vw;
    position: relative;
    font-weight: 600;
}


h1.main-h1,
h2.main-h1 {
    /* line-height: 1.9; */
    font-size: 60px;
    text-align: left;
    margin-top: 60px;
}


h2.main-h1 {
    margin-bottom:0;
    opacity: 0.7;
    font-size: 50px;
}


h1.main-h1 strong > span:first-child {
    margin-left:10px;
}


h1.main-h1 strong > span:last-child{
    margin-right:10px;
}


h1.main-h1.small {
    font-size: 40px;
}


h1.main-h1 span.button-core{
    font-weight: 800;
}


h1.main-h1 span b {
    font-weight:800;
}


h2 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: visible;
    font-weight: 800;
}


h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black-third);
    margin-top: 30px;
}


h4 {
    font-size:20px;
}


p {
    font-size: 17px;
    color: #5a5a5a;
    margin: 30px 0;
}


p.main-p {
    max-width: 700px;
    margin: 50px 0 70px;
    text-align: left;
    font-size: 23px;
    display: block;
}


.text-center > p.main-p {
    display:inline-block;
    max-width: 800px;
}


@media (max-width: 575px) {
    p.main-p {
        font-size: 17px;
    }

}


h1:not(.default-h1) {
    /*color: #52757f;*/
    /* color: #fff; */
    font-weight: 800;
    /* font-family: 'Poppins'; */
}


@media (min-width:2000px){

    html body h1{
        font-size:60px;
    }

}


section .zapp-btn,
.z-main-container .zapp-btn {
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}

section {
    background-color:#fff;
    position: relative;
    /* overflow: hidden; */
    padding:90px 0;
    display: block;
    width:100%;
    float: left;
}


section.dark,
section.dark p{
    color: #fff!important;
}


section.dark-new {
    background:linear-gradient(135deg, #0e1d24, #11252d)!important;
}


section.dark1 {
    background:var(--color-dark-web1);
}


section.dark2 {
    background:var(--color-dark-web2);
}


section.power {
    background: red;
}


.section-title {
    line-height: 1.6;
    padding-left:20px;
    margin-bottom: 20px;
    float:left;
}


.section-title p {
    font-weight: 400;
    margin:40px auto 52px;
    text-align: left;
}


@media (max-width: 1530px) {

    section {
        padding:20px;
    }

}


.section-title h3 {
    margin-left:-20px;
    padding:10px 0px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    color: #929292;
}


.section-vid iframe {
    width:100%!important;
    height:100%!important;
}


.section-vid.chrome-bg::after {
    content: " ";
    position: absolute;
    width: calc(100% + 6px);
    height: 50px;
    top: -26px;
    left: -4px;
    background-image:url("/assets/img/chrome-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}


.section-vid.chrome-bg {
    margin-top: 25px;
}


section#hero.colored:not(.no-min-height) {
    height: 100vh;
    max-height: 950px;
    /* overflow: hidden; */
}

section#hero.colored p,
section#hero.colored h4,
section#hero.colored .main-h1{
    color:#fff;
}


section#hero.colored a.zapp-btn {
    padding:10px 60px;
}


#zapp-header.website-header img {
    width:auto;
}


#zapp-header.website-header div.zapp-header-logo {
    height:auto;
    padding:30px;
}


#zapp-header.website-header div.zapp-header-logo img {
    max-height:150px!important;
}


#zapp-header,
#zapp-header * {
    /* -webkit-transition: all 300ms; */
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 150ms;
    font-weight:600!important;
}


#zapp-header *:not([data-toggle-on]){
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}


#zapp-header div.zapp-header-logo {
    padding:10px;
}


#footer-section [class*="col-"] {
    padding:0px;
}


#footer-section h4.built-with,
#footer-section h3.built-with,
#footer-section .copyright {
    padding-left:0!important;
}


@media (max-width: 1225px) {

    section {
        padding: 30px 20px;
    }

}

@media (min-width: 576px) AND (max-width: 991px) {

    #zapp-header.website-header div.zapp-header-logo {
        padding:5px;
    }

    #zapp-header div.zapp-header-block {
        min-height:0;
        height:auto!important;
    }

    html body h1 {
        font-size: 4vh;
    }

    .section-vid.chrome-bg::after {
        display: none;
    }

    

    html body h1 {
        font-size: 5vh;
        padding-top:0vh;
    }

}

@media (max-width: 575px) {

    #zapp-header * {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    #zapp-header.website-header div.zapp-header-block div{
        font-size:15px!important;
    }

    #zapp-header div.zapp-header-logo {
        width:80%!important;
        height:auto;
        text-align: left;
        padding-left:20px!important;
    }

    #zapp-header:not(.website-header) div.zapp-header-subcontainer {
    }

    #zapp-header.website-header div.zapp-header-logo {
        padding:5px;
    }

    #zapp-header.website-header div.zapp-header-logo img {
        max-height:80px!important;
    }

    #zapp-header div.zapp-header-logo img {
        max-height:80px!important;
    }

    #zapp-header div.zapp-header-logo {
        padding:10px;
        width:30%;
    }

    #zapp-header div.zapp-header-subcontainer {
        width:auto;
    }

    #zapp-header div.zapp-header-block {
        min-height:0;
        height:auto!important;
    }

    html body h1 {
        font-size: 3.7vh;
        /* color: #52757f!important; */
    }

    

    h1.main-h1,
    h2.main-h1 {
        font-size: 30px;
    }

    

    section {
        padding: 50px 20px;
    }

    section#hero {
        /* padding:30px 0; */
    }

    #footer-section {
        margin-top:50px;
    }

    h2 {
        font-size: 28px;
    }

    h2.title {
        font-size: 24px;
    }

    /* Titles are always centered in mobile */

    h2.text-right,
    h2,
    h3.text-right,
    h3.text-left,
    h3{
        text-align: center!important;
    }

    p.text-center:not(.main-p):not(.force-center),
    .zapp-htmlgen-ele[data-creator='div'].text-right,
    .zapp-htmlgen-ele[data-creator='div'].text-center{
        text-align: left!important;
    }

    .zapp-htmlgen-ele[data-creator='zapp-w-line'].text-right,
    .zapp-htmlgen-ele[data-creator='zapp-w-line'].text-left {
        text-align: center!important;
    }

    .text-left > strong.text-left {
        text-align: center!important;
        margin:20px 0;
        padding: 5px 20px;
    }

    /* Content is always left aligned in mobile */
    

    

    

    .section-title {
        padding:0;
    }

    .section-title h3 {
        font-size:2rem;
        margin:50px 0 0;
    }

    .section-title p {
        /* font-size:2.5vh; */
    }

    /* Video */

    .section-vid.chrome-bg::after {
        display: none;
    }

    

    .section-title h3 {
        margin-left:0px;
    }

    .row {
        padding-top:20px;
        padding-bottom:20px;
    }

    .section-block {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 50px!important;
    }

    .section-block.no-icon {
        padding-bottom:50px;
    }

    

    .zapp-check {
        text-align: left;
    }

}


h1.zapp-static-slogan,
h3.zapp-static-slogan {
    margin:0 auto;
    max-width: 1000px;
    position: relative;
}


h1.zapp-static-slogan {
    font-size: 17px;
    margin-top: 20px;
    /* font-family: 'Roboto',sans-serif; */
    font-weight: 400;
    color: #5e737b;
}


h3.zapp-static-slogan {
    font-weight: 600;
    color: #a9bec7;
    font-size: 35px;
    margin-top: 150px;
}


section.zapp-static-content {
    font-size: 18px;
    line-height: 1.6;
    margin:0 auto;
    max-width:1180px;
    /* color:#555; */
    float: none;
}


section.zapp-static-content h3 {
    /* font-size: 30px; */
    /* font-weight: 600; */
    /* font-family: 'Lato',sans-serif; */
    /* margin: 50px 0 20px; */
}


section.zapp-static-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    margin: 20px 0 10px;
}


section.zapp-static-content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    margin: 20px 0 10px;

}


.zapp-w-header {
    display: block;
    width:100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding:5px;
    z-index: 2;
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    top:0;
    font-weight: 600;
    left:0;
    background: var(--color-gradient);
    font-family: 'Lato',sans-serif;
    /* border-bottom: 1px solid #e8e8e8; */
    text-align: left;
    white-space: nowrap;
}


.zapp-w-header .zapp-center-container-wide {
    max-width: 1450px;
}


.zapp-w-header img.logo {
    width: 240px;
    margin-top: -5px;
}


.zapp-w-header div.logo {
    display: inline-block;
    width: auto;
    padding: 0px 0;
    padding-left: 0;
    margin-left:5px;
    margin-right: 20px;
}


.zapp-w-header div.logo a:hover{
    text-decoration: none;
}


.zapp-w-header div.logo div.slogan {
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: var(--color-secondary);
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}


.zapp-w-header div.logo div.slogan span {
    font-weight: 600;
}


.zapp-w-header div.logo div.slogan i {
    display: inline-block;
    min-height: 18px;
    min-width: 18px;
    float: left;
    margin-right: 2px;
    margin-top: 1px;
}


.zapp-w-header div.logo div.slogan i.zapp-icon {
    /* background: var(--color-secondary); */
}


.zapp-w-header,
.zapp-w-header .zapp-w-header-entry a{
    color: #fff;
}


.zapp-w-header.dark {
    background: #fff;
}


.zapp-w-header.dark,
.zapp-w-header.dark .zapp-w-header-entry a{
    color: var(--color-black-secondary);
}


.zapp-center-container {
    max-width: 1180px;
    margin:0 auto;
    /* overflow: visible; */
}


.zapp-center-container-wide {
    max-width: 1465px;
    margin:0 auto;
}


.zapp-w-header .zapp-w-header-entry {
    display: inline-block;
    padding: 22px 15px;
    font-size: 16px;
    cursor: pointer;
    float: none;
}


.zapp-w-header.transparent i.zapp-icon.zapp-icon-big {
    background:#fff!important;
}


.zapp-w-header .zapp-w-header-entry.fright {
    float:right;
}


.zapp-w-header .zapp-w-header-entry.light {
    padding: 22px 5px;
    float: right;
}


.zapp-center-container-wide > .zapp-w-header-entry.light:first-child {
    border-left:2px solid red;
}


.zapp-w-header-entry .l-button {
    /* border:1px solid red; */
    border-radius: 8px;
    padding: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    box-shadow: var(--j-shadow);
}


.zapp-w-header-entry .l-button:hover {
    text-decoration: unset;
    /* transform: scale(1.1,1); */
    opacity: 0.9;
}


.zapp-w-header-entry .l-button.button-login {
    background: #fff!important;
    color: var(--color-dark-web1)!important;
}


.zapp-w-header.transparent .zapp-w-header-entry .l-button.button-login {
    background:var(--color-dark-web2)!important;
    color: #fff!important;
}


.zapp-w-header-entry .l-button.button-mp {
    background: #fff!important;
    color:var(--color-black-secondary)!important;
}


.zapp-w-header .zapp-w-header-entry .l-button i.zapp-icon{
    background: #fff;
    min-width: 19px;
    min-height: 19px;
    position: relative;
    top: 3px;
}


.zapp-w-header .zapp-w-header-sep {
    width:5px;
    /* border:1px solid red; */
    display: inline-block;
    float: left;
    position: relative;
    /* height: 60px; */
    float: none;
    padding: 0;
}


.zapp-w-header .zapp-w-header-sep::after {
    content: " ";
    border: 1px solid #656565;
    height: 19px;
    width: 1px;
    position: absolute;
    left: 0;
    top: -15px;
    opacity: 0.2;
}


.zapp-w-header-menu {
    position: absolute;
    width:500px;
    margin-left:-190px;
    display: none;
    overflow: hidden;
    padding: 20px;
    animation-duration: 200ms;
}


.zapp-w-header-menu.grey .zapp-w-header-menu-container{
    background:#e8e8e8;

}


.zapp-w-header-menu .zapp-w-header-menu-container [class*="cowwwl-"] {
    padding:0!important;
}


.zapp-w-header-menu.grey .zapp-w-header-menu-container::after {
    color: #e8e8e8;
}


*:hover > .zapp-w-header-menu{
    display: block;
}


.zapp-w-header-menu-container {
    background:#fefefe;
    margin-top: 0px;
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: var(--j-shadow);
}


.zapp-w-header-menu-container::after {
    content: "\f365\   ";
    font-family:"Ionicons";
    position: absolute;
    color: #fff;
    font-size: 30px;
    width:30px;
    text-align: center;
    top:-7px;
    left: calc(50% - 15px);
    cursor: pointer;
    text-align: center;
    text-shadow: 1px -1px 6px rgba(0,0,0,0.17);
    z-index: -1;
}


.zapp-w-header-menu-container::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: calc(50% - 10px);
    /* z-index: -1; */
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent; /* skyblue */
    border-right: 10px solid transparent; /* limegreen;  */
    border-bottom: 10px solid #fff; /* orange; */
    border-left: 10px solid transparent;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry {
    color:#555;
    display: block;
    float: left;
    width:100%;
    padding: 10px 5px;
    /* border-bottom: 1px solid #e8e8e8; */
    cursor: pointer;
    position: relative;
    text-align:left;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry:last-of-type{
    border-bottom: 0;

}


.zapp-w-header-menu a.zapp-w-header-menu-entry:hover strong {
    text-decoration: underline;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry span:not(.badge){
    display: inline-block;
    float:left;
    width: calc(100% - 26px);
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: 600;
    padding-left: 10px;
    /* color: #676767; */
}


.zapp-w-header-menu a.zapp-w-header-menu-entry span.with-img {
    width: 100%;
    padding: 0;
    text-align: center;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry .badge{
    display: inline-block;

    font-weight: 600;

    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    top: -2px;
    left: 5px;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry span strong {
    display: block;
    width:100%;
    float:
            left;
    font-size: 15px;
    /* color: #333; */
    font-weight: 600;
    clear: both;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry div.zapp-w-header-menu-entry-icon {
    /* border:2px solid red; */
    display: inline-block;
    float: left;
    width: 26px;
    text-align: center;
    padding-top: 3px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    top: 0px;
    will-change: border-radius;
    transition: border-radius 300ms;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry div.zapp-w-header-menu-entry-img {
    /* border:2px solid red; */
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    position: relative;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry i{
    display: inline-block;
    /* float:
            left; */
    width: 17px;
    text-align: center;
    height: 17px;
    margin-top: 0px;
    min-width: 17px;
    min-height: 17px;
    /* top: 2px; */
    /* position: relative; */
    background: #fff;
    position:relative;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry div.zapp-w-header-menu-entry-icon:after {
    position: absolute;
    right: 7px;
    top: 0;
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    z-index: 15;
    border-radius: 50%;
    opacity: 0.2;
    transition: all 200ms;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry:hover div.zapp-w-header-menu-entry-icon:after {
    right:0px;
    top:5px;
}


.zapp-w-header-menu a.zapp-w-header-menu-entry:hover i {
    background: #fff;
}


.zapp-w-header.blue {
    background: var(--color-business-gradient);
    position: relative;
}


.zapp-w-header-entry .l-button.l-button-nf {
    background:transparent;
    color:#555;
    box-shadow: unset;
}


.zapp-w-header-entry .l-button.l-button-nf i.zapp-icon {
    background:#555;
}


.zapp-w-header-entry i.resources {
    font-size: 14px;
    position: relative;
    left: 5px;
}


.zapp-w-header.transparent .zapp-w-header-entry i.resources {
    color:#fff!important;
}


.zapp-w-header.transparent {
    position: absolute!important;
    top:0;
    left:0;
    background:transparent;
}


@media (max-width: 1439px) {

    .zapp-w-header {
        text-align:center;
    }

    .zapp-w-header div.logo {
        margin-left:0;
    }

    .zapp-w-header .zapp-w-header-entry{
        padding: 22px 15px;
    }
}


@media (max-width: 1397px) {
    .zapp-w-header .zapp-w-header-entry .l-button{
        padding: 10px 10px;
        border-radius: 7px;
    }
}


@media (max-width: 1317px) {
    .zapp-w-header .zapp-w-header-entry{
        font-size: 14px;
        padding: 22px 8px;
    }

    .zapp-w-header img.logo {
        width:200px;
    }

    .zapp-w-header-entry .l-button {
        font-size:13px;
    }
}


@media (max-width: 1140px) {
    .zapp-w-header .zapp-w-header-entry{
        font-size: 13px;
    }

    .zapp-w-header img.logo {
        width:150px;
    }

    .zapp-w-header-entry .l-button {
        font-size:12px;
    }
}


@media (max-width: 1050px) {

    .zapp-w-header div.logo {
        display: none;
    }

}


@media (max-width: 991px) {

    .zapp-w-header {
        height: auto;
    }

    .zapp-w-header div.logo {
        display: inline-block;
        float:left;
        margin-right:0;
    }

    .zapp-w-header img.logo{
        width: 430px;
        margin-top: 20px!important;
        margin-left: 15px;
    }

    .zapp-w-header .zapp-w-header-entry {
        float:right;
    }

    .zapp-w-header .zapp-btn.category {
        display: none;
    }

}


@media (max-width: 605px) {

    .zapp-w-header img.logo{
        width: 350px;
        margin-top: 24px!important;
    }

    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 45px;
        min-height: 45px;
    }

}


@media (max-width: 575px) {

    .zapp-w-header img.logo{
        width: 338px;
        margin-top: 9px!important;
        margin-left: 0px;
    }

}


@media (max-width: 481px) {

    .zapp-w-header img.logo{
        width: 315px;
        margin-top: 9px!important;
    }

    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 40px;
        min-height: 40px;
    }

}


@media (max-width: 429px) {

    .zapp-w-header img.logo{
        width: 260px;
        margin-top: 12px!important;
        margin-left: 10px;
    }

    .zapp-w-header.transparent img.logo{
        margin-top: 6px!important;
    }

}


@media (max-width: 376px) {

    .zapp-w-header img.logo{
        width: 252px;
        margin-top: 8px!important;
    }

    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 30px;
        min-height: 30px;
    }

}


@media (max-width: 361px) {

    .zapp-w-header div.logo {
        width:75%;
    }

}


@media (max-width: 575px) {

    h3.zapp-static-slogan {
        font-size: 30px;
    }

    h1.zapp-static-slogan {
        font-size: 19px;
        /* background: #a9bec7; */
        /* padding: 10px; */
        border-bottom: 1px solid #a9bec7;
        padding-bottom: 50px;
    }

    .zapp-static-bg{
        margin-bottom: 0;
        padding: 15px;
    }

    .zapp-static-bg img:not(.no-styles){
        display: none;
    }

    h3.zapp-static-slogan {
        margin-top:0;
    }

    .zapp-static-bg:after {
        display: none;
    }

    .zapp-static-read-more {
        display: none;
    }

    section.zapp-static-content {
        font-size: 16px;
        padding: 30px 10px;
    }

    section.zapp-static-content h3 {
        font-size: 20px;

    }

    section.zapp-static-content h4 {

    }

    section.zapp-static-content ul{
        padding-left:10px;
    }

    

    .zapp-w-header .zapp-w-header-entry {
        padding:5px;
    }

    .zapp-w-mobile-upper-p {
        padding-top:30px;
    }

    

    section [class*="col-"] {
        padding-left:0;
        padding-right: 0;
    }

}


.zapp-w-header.dark.docs-header {
    background:#f7fafc;
    box-shadow: inset 0 -1px #e3e8ee;
    padding: 5px 5px 15px;
}


.zapp-w-header.dark.docs-header div.slogan {
    font-size: 24px;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    color: #3c4356;
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}


.zapp-w-header.dark.docs-header div.logo {
    display: inline-block;
    float:left;
    width:auto;
    padding: 5px;
}


.zapp-w-header.dark.docs-header div.slogan i {
    display: inline-block;
    min-height: 28px;
    min-width: 28px;
    float: left;
    background: var(--color-business-gradient);
    margin-right: 8px;
    top: 4px;
    position: relative;
}


.zapp-w-header.dark.docs-header .zapp-w-header-entry {
    padding:22px 10px;
}


.zapp-w-header.dark.docs-header img.logo {
    width: 150px;
    margin-left: 5px;
}


@media (max-width: 575px) {

    .zapp-w-header.dark.docs-header .zapp-w-header-entry {
        padding:5px;
    }

}

.zappter-systems-t {
    font-weight:800;
}


.zappter-systems-t b {
    color:var(--color-red);
    font-weight: 800;
}


.zappter-app-t {
    font-weight: 800;
}


.zappter-app-t b {
    color:#00BCD4;
    font-weight: 800;
}

.zappter-esim-t {
    font-weight:800;
}


.zappter-esim-t b {
    color:#6772e6;
    font-weight: 800;
}


.zapp-w-icon {
    box-shadow: unset;
    width:80px;
    height:80px;
    min-width:80px;
    min-height: 80px;
    margin:20px 0;
}


.zapp-w-icon:not(.zapp-icon){
    font-size:80px;
}


.zapp-w-icon.lottie {
    float:right;
    text-align:right;
}


.section-block {
    padding: 145px 20px 0;
    position: relative;
    display: block;
    float: left;
    width:100%;
}


.section-block.no-icon {
    padding-top:40px;
}


.zapp-w-included {
    padding:5px;
    text-align: left;
    width: auto;
    display: inline-block;
    float: left;
    margin: 5px;
    font-size: 13px;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
}


.zapp-w-included i {
    color: var(--color-dark-web3);
    margin:0 4px;
}


.zapp-w-included-container {
    display: block;
    float: left;
    width:100%;
    text-align: center;
}


.zapp-w-included.blured {
    filter:blur(3px);
}


.zapp-w-included-container .zapp-w-included,
.zapp-w-included-container .zapp-w-feature {
    float:none;
}


#footer-section {
    border-top:2px solid rgba(207,215,223,.25);
    background:#fefefe;
    font-size: 15px;
    color: #5a6572;
}


#footer-section a:not(.zapp-btn) {
    text-decoration: none;
    display: block;
    width:100%;
    float:left;
    color: #747474;
    padding:2px 0;
}


#footer-section.dark a:not(.zapp-btn),
#footer-section.dark a:not(.zapp-btn) i{
    color:#f1f1f1!important;
}


#footer-section strong {
    display: block;
    float: left;
    width:100%;
    padding:20px 0 5px;
    text-transform: uppercase;
    font-size: 15px;
}


.zapp-testimonial {
    font-size: 13px;
    display: block;
    float: left;
    width: 100%;
    color: #8c8c8c;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-style: italic;
}


.tox-edit-area__iframe {
    border: 1px solid rgba(100, 100, 100, 0.21) !important;
    border-radius: 5px;
}


.zapp-launch-img {
    max-width:220px;
    box-shadow: var(--j-shadow);
    margin-bottom: 50px;
    border-radius: 2px;
    margin:0 auto;
    display: block;
}


.zapp-launch-img {
    max-width: 300px;
}


#example-section button.owl-next,
#example-section button.owl-prev {
    background: var(--color-grey);
    padding: 20px 20px!important;
    color: #fff;
    margin-bottom: 20px;
    line-height: 0;
}


#example-section button.owl-next span,
#example-section button.owl-prev span{
    font-size: 35px;
}


.zapp-w-line {
    display: block;
    width:100%;
    margin: 30px 0;
    text-align: inherit;
    padding: 10px 0;
}


.zapp-w-line-inner {
    width: 50%;
    max-width: 100px;
    display: inline-block;
    height:5px;
    border-radius: 2px;
}


.zapp-check {
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    color: #5a5a5a;
}


.zapp-check i {
    margin-right: 10px;
}


.zapp-carousel {
    z-index: 0;
}


.zapp-carousel .owl-carousel {
    z-index: 0;
}


.zapp-carousel .owl-nav {
    text-align: center;
    margin-top:40px;
}


.zapp-carousel .owl-nav button {
    width: 80px;
    height: 50px;
    margin: 2px;
    font-size: 30px!important;
    line-height: 1!important;
    padding: 5px!important;
    background: #f3f3f3!important;
    border-radius: 5px;
}


.zapp-carousel .owl-nav button:hover {
    opacity: 0.5;
}


.zapp-carousel .owl-nav button span {
    color: #555;
    line-height: 1;
    display: block;
    position: relative;
    top: -3px;
}


.zapp-carousel .owl-dots {
    text-align: center;
    margin-top:40px;
}


.zapp-carousel .owl-dots button{
    background: #ececec;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
}


.zapp-carousel .owl-dots button.active {
    background:#555;
}


@media (max-width: 575px) {

    .m-no-padding {
        padding: 0!important;
    }

    .mobile-align-center,
    .mobile-align-center.text-left,
    .mobile-align-center.text-right,
    .zapp-center-container.text-right p.mobile-align-center,
    .zapp-center-container.text-center p.mobile-align-center,
    .zapp-center-container.text-left p.mobile-align-center {
        text-align: center!important;
    }

    .zapp-w-integrations img {
        width: calc(33% - 15px);
        height: auto!important;
        margin: 5px!important;
    }

}


@media (max-width: 1024px) {

    .zapp-center-container {
        max-width: 984px;
    }

}


.zapp-pricecalculator-div {
    display: block;
    float: left;
    width:100%;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}


.zapp-pricecalculator-div .icon-div {
    display: inline-block;
    width: 25px;
    float: left;
    text-align: center;
}


.zapp-pricecalculator-div .icon-div i.ion-android-checkbox-outline-blank {
    color: #838383;
}


.zapp-pricecalculator-div .zapp-pricecalculator-textdiv {
    display: inline-block;
    width: calc(100% - 125px);
    float: left;
}


.zapp-pricecalculator-div .price {
    display: inline-block;
    width: 100px;
    float: left;
    /* text-align: right; */
    padding-top: 10px;
    padding-left: 5px;
    color: var(--color-font);
}


.zapp-pricecalculator-div .price span {
    font-style: italic;
    color: #acacac;
}


.zapp-pricecalculator-div .zapp-pricecalculator-textdiv .title {
    display: block;
    float: left;
    width:100%;
    font-weight: 600;
}


.zapp-pricecalculator-div .zapp-pricecalculator-textdiv .text {
    display: block;
    float: left;
    width:100%;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    color: #555;
}


.zapp-pricecalc-title{
    display: block;
    float: left;
    width:100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    background: #00AF87;
    padding: 15px 15px;
    cursor: pointer;
}


.zapp-pricecalc-box .zapp-pricecalc-title::after {
    font-family:"Ionicons";
    /* color: #2dcf8c; */
    content: "\f123\ ";
    position: relative;
    /* top: 4px; */
    margin: 0 5px;
    float: right;
}


.zapp-pricecalc-box.expanded .zapp-pricecalc-title::after {
    content: "\f126\ ";
}


.zapp-pricecalc-title i.zapp-icon {
    float:left;
    background: white;
    margin-right: 10px;
    position: relative;
    /* top: -3px; */
    min-width: 20px;
    min-height: 20px;
}


.zapp-pricecalc-subtitle {
    display: block;
    float: left;
    width:100%;
    font-size: 13px;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 10px;
    background: #f8f8f8;
    font-family: 'Roboto',sans-serif;
    color: #333;
}


.zapp-pricecalc-box {
    /* border: 1px solid #e8e8e8; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--light-shadow);
}


.zapp-pricecalc-box .zapp-pricecalculator-div {
    display: none;
}


.zapp-pricecalc-box.expanded .zapp-pricecalculator-div {
    display: block;
}


.zapp-pricecalc-total-title {
    margin: 0;
    font-size: 25px;
}


.zapp-w-integrations img {
    height: 40px;
    margin: 20px 10px;
}


.zapp-w-news-short-desc .zapp-check {
    font-weight:400;
}


.zapp-w-news-date-container {
    display: block;
    float:left;
    width:100%;
    margin-bottom:40px;
    position: relative;
    color: #6d6d6d;
    opacity:0.85;
    text-align: left;
    font-size: 14px;
}


.zapp-w-news-container a.zapp-btn i.zapp-icon{
    display: inline-block;
    min-height: 22px;
    float: left;
    margin-left: 0;
}


.zapp-w-news-buttons a.zapp-btn {
    /* font-weight: 600; */
    /* border-radius: 5px; */
    /* padding: 7px 12px 7px 5px; */
}


.zapp-sale-title {
    display: block;
    float: left;
    width:100%;
    margin-bottom:30px;
    position: relative;
}


.zapp-sale-title div {
    display: block;
    float:left;
    width:calc(100% - 60px);
}


.zapp-sale-title span{
    font-weight: 800;
    /* border-bottom: 1px solid #ccc; */
    float: left;
    /* display: block; */
    /* width: 100%; */
    clear: both;
    font-size: 26px;
}


.zapp-sale-title h1 {
    margin-top:0;
    margin-bottom: 0px;
}


.zapp-sale-title strong {
    font-weight: 400;
    /* padding-left: 42px; */
    float: left;
    width: 100%;
}


.zapp-sale-title i.zapp-icon {
    position: relative;
    top: 18px;
    min-width: 35px;
    min-height: 35px;
    margin-right: 20px;
    float: left;
}


.zapp-sale-title div.zapp-sale-bg {
    position: absolute;
    top: 11px;
    left: -7px;
    width: 50px;
    height: 50px;
    /* z-index: -1; */
    border-radius: 16px;
    border: 2px solid white;
    box-shadow: var(--light-shadow);
}


.zapp-w-feature {
    display: inline-block;
    float: left;
    width:100%;
    /* box-shadow: var(--light-shadow); */
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    margin: 1px 2px 0 0;
    max-width: 200px;
    font-size: 13px;
    border: 2px solid #e8e8e8e8;
}


section.dark.dark2 .zapp-w-feature,
section.dark.dark4 .zapp-w-feature,
section.dark.dark2 .zapp-w-included {
    background:var(--color-dark-web1);
}

section.dark.dark1 .zapp-w-feature,
section.dark.dark4 .zapp-w-feature,
section.dark.dark1 .zapp-w-included {
    background:var(--color-dark-web2);
}


.zapp-w-feature i {
    display:
            inline-block;
    float:
            left;
    color: var(--color-dark-web3);
    margin: 0 4px;
}


.zapp-w-feature strong{
    display: inline-block;
    float: left;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.zapp-w-feature span{
    display: inline-block;
    float: left;
    width: calc(100%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media (max-width: 992px) {

    

    .zapp-sale-title div:not(.zapp-sale-bg) {
        width: calc(100% - 40px)!important;
    }

    .zapp-sale-title div.zapp-sale-bg {
        width: 40px;
        height: 40px;
        left: -5px;
        top: 12px;
        border-radius: 12px;
    }

    .zapp-sale-title i {
        margin-right: 10px!important;
        min-width: 30px!important;
        min-height: 30px!important;
    }

    .zapp-sale-title {
        text-align: left;
        /* font-size: 18px; */
    }

    .zapp-sale-title strong {
        width: 100%;
        /* text-overflow:ellipsis; */
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* display: block; */
    }

    .zapp-sale-title span {
        font-size: 18px!important;
    }

    .zapp-sale-title.mobile i.zapp-icon {
        display: none!important;
    }

    .zapp-sale-title.mobile div {width: 100%!important;}

    

    .zapp-w-feature {
        max-width: calc(50% - 10px);
        padding: 5px;
        font-size: 13px;
        width: auto;
    }

    .zapp-w-feature span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: none;
    }

    .zapp-w-feature strong {
        /* width: auto; */
        font-weight: 400;
    }

    .zapp-w-feature i {
    }

}


@media (max-width: 1210px) {

    .zapp-w-feature {
        width: calc(33% - 2px);
        padding: 5px;
        font-size: 13px;
        float: left!important;
        /* white-space: nowrap; */
    }

}


.pager-container .zapp-mp-page-container {
    text-align: center;
}


.zapp-mp-page-container {
    display: block;
    float: left;
    width:100%;
    text-align: center;
    padding:20px;
    margin-top:50px;
    margin-bottom:150px;
}


.zapp-mp-page-container .zapp-mp-pager {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    cursor: pointer;
}


.zapp-mp-page-container .zapp-mp-pager.active {
    background: transparent;
    font-weight: 600;
    border: 1px solid transparent;
    border-bottom: 2px solid;
    cursor: default;
}


.zapp-w-hero-vid {
    display: block;
    float: left;
    width: calc(100% - 100px);
    position: relative;
    padding: 10px;
    max-width: 650px;
    box-shadow: var(--j-shadow);
    /* border-radius: 5px; */
    margin-top: 100px;
    margin-left: 100px;
}


.zapp-w-hero-vid img{
    max-width: 100%;
}


.zapp-w-hero-vid .zapp-w-hero-vid-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0,0,0,0.25);
    /* border-radius: 5px; */
    cursor: pointer;
}


.zapp-w-hero-vid .zapp-w-hero-vid-overlay::after {
    content: "\f01d";
    font-family:"FontAwesome";
    position: absolute;
    width: 50px;
    height: 50px;
    /* background: rgba(27, 27, 27, 0.29); */
    color: #fff;
    /* padding-top:110px; */
    font-size: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
    text-align: center;
}


@media (max-width: 991px) {

    .zapp-w-hero-vid {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }

}


.zapp-w-icon-box {
    /* border:1px solid red; */
    width:100%;
    float:
            left;
    display: block;
    margin:20px 0;
}


.zapp-w-icon-box.with-link {
    cursor: pointer;
}


.zapp-w-icon-box.with-link a {
    color:inherit;
}


.zapp-w-icon-box.with-link:hover div.text{
    opacity:0.8;
}


.zapp-w-icon-box.with-link a:hover {
    text-decoration: none;
}


.zapp-w-icon-box div.icon {
    display: inline-block;
    float: left;
    width:80px;
    position: relative;
    height:80px;
    margin-top: -6px;
}


.zapp-w-icon-box div.icon i.zapp-icon {
    width:40px;
    height:40px;
    background:#fff;
    top: 20px;
    left: 20px;
    position: absolute;
    background: linear-gradient(135deg, #41B086 ,#74CC9D);
}


.zapp-w-icon-box div.icon .icon-bg {
    width:70px;
    height:70px;
    position: absolute;
    top:5px;
    left:5px;
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow:var(--j-shadow); */
    background: transparent!important;
}


.zapp-w-icon-box div.icon .icon-bg:after {
    position: absolute;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    content: "";
    height: 50px;
    width: 50px;
    background: #fff;
    /* z-index: -1; */
    border-radius: 20px;
    opacity: 0.05;
    transition: all 200ms;
    display:none;
}


.zapp-w-icon-box div.text {
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    /* border:1px solid green; */
    padding-left: 10px;
    max-width: 600px;
}


.zapp-w-icon-box div.text strong {
    display: block;
    float: left;
    width:100%;
    font-size: 21px;
    font-weight: 800;
}


.zapp-w-icon-box div.text p {
    display: block;
    float: left;
    width: auto;
    margin: 0;
}


.zapp-w-icon-box div.text a.zapp-btn {
    box-shadow: unset;
    color: inherit;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: inherit;
    margin: 0 0 0 7px;
    border: 1px solid;
    font-weight: 600;
}


section.dark .zapp-w-icon-box div.text a.zapp-btn {
    background:#fff;
    color:#333;
}


.zapp-w-icon-box:hover div.icon .icon-bg:after{
    top: 20px;
    right: 0;
    /* width: 60px; */
    /* height: 60px; */
}


@media (max-width: 575px) {

    .zapp-w-icon-box div.icon {
        margin-bottom:10px;
        margin-top:15px;
    }

    .zapp-w-icon-box div.text {
        width: calc(100%);
        padding-left:0;
    }

    .zapp-w-icon-box div.text strong {
        font-size:18px;
    }

}


.zapp-w-box span {
    display:block;
    float:left;
    width:100%;
}


.zapp-w-box span.fright {
    float:right;
    position: absolute;
    top:10px;
    right:10px;
}


.zapp-w-box.outdated {
    background:#fafafa;
}


.zapp-w-box.outdated i{
    background: #9a9a9a;
}


.zapp-w-box a[href] {
    display:inline-bock;
    float:none;
    margin-bottom:5px;
    font-size:14px;
    padding:5px 8px;
    color:#fff;
    background:rgba(0,0,0,0.3);
    border-radius:8px;
    margin-right: 5px;
}


.zapp-w-step-box-lr,
.zapp-w-step-box-rl{
    display: block;
    float: left;
    width:60%;
    margin-left:20%;
    text-align: center;
}


.zapp-w-step-box-lr i,
.zapp-w-step-box-rl i {
    background: #9a9a9a;
    transform:rotate(35deg);
    min-width:50px;
    min-height:50px;
}


.zapp-w-step-box-rl i {
    transform:rotate(-35deg);
}


.push-shadow,
.zapp-w-header-entry .l-button.push-shadow {
    position: relative;
    /* border-radius: 12px!important; */
    box-shadow: var(--light-shadow);
    /* z-index: 1; */
}


a.zapp-btn.push-shadow {
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}


.dark.dark1 .push-shadow,
.dark.dark4 .push-shadow,
.dark.dark-new img.push-shadow,
.dark.dark2 .push-shadow {
    box-shadow: 10px 10px 0px var(--color-dark-web3)!important;
}


img.push-shadow {
    border-radius: 5px!important;
    box-shadow: 16px 16px 15px -4px #ececec !important;
    /* border: 1px solid #e8e8e8; */
    margin-left: 30px;
    max-width:calc(100% - 60px);
    margin-top:40px;
    transition:all 500ms;
}


img.push-shadow:hover {
    box-shadow: -10px -10px 15px -4px rgba(239, 239, 239, 0.4) !important;
}


.dark.dark1 img.push-shadow,
.dark.dark4 img.push-shadow,
.dark.dark2 img.push-shadow {
    box-shadow: 20px 20px 0px var(--color-dark-web3)!important;
}


section:not(.dark) img.push-shadow.border {
    border: 2px solid #efefef;
}


section.dark .zapp-service-block,
section.dark .zapp-service-block h3{
    color:#fff;
}


.zapp-service-desc-container {
    display: inline-block;
    float: left;
    width:25%;
}


.zapp-service-desc-container.right {
    width: calc(5% - 1px);
    margin-left: 1px;
    margin-top: 195px;
}


.zapp-service-plans-container {
    display: inline-block;
    float: left;
    width:70%;
    box-shadow: var(--strong-shadow);
    border-radius: 7px;
}


@media (min-width: 992px) {

    

    

    .zapp-service-plans-container.two-cols {
        width:50%;
    }

    .zapp-service-plans-container.two-cols .zapp-service-row {
        width:50%;
    }
}


.zapp-service-row {
    display: block;
    float: left;
    width: 33.33%;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    /* padding-bottom: 100px; */
}


.zapp-service-plans-container > .zapp-service-row:last-child {
    border-right: 0;
}


.zapp-service-row > div {
    border-bottom: 1px solid #e8e8e8;
    padding: 17px 0;
    height: 63px;
}


.zapp-service-row > div.failed {
    color: #818181;
}


.zapp-service-row > div.nb {
    height: auto;
}


.zapp-service-row > div.nb a.zapp-btn {
    margin:0;
    font-size: 16px;
    border-radius: 35px;
}


section.dark span.or {
    color: #fefefe;
    opacity: 0.7;
}


.zapp-service-row > div > i {
    font-size: 21px;
}


.zapp-service-row > div > i.help {
    font-size:18px;
    cursor: pointer;
    opacity: 0.8;
    position: relative;
    left: 5px;
    top: 1px;
}


.zapp-service-row > div > i.check {
    color: #30C2C1;
}


.zapp-service-row > div > i.uncheck {
    color: #b7b7b7
}


.zapp-service-row > div > i.calc {
    color: #a4a4a4;
    cursor:pointer;
    display: inline;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
}


.zapp-service-row > div > i.calc:hover {
    color:var(--color-active);
}


.zapp-service-row > div > i.cart {
    color: var(--color-inherit);
    cursor: pointer;
}


.zapp-service-desc-container .zapp-service-row > div {
    border-bottom: 1px solid rgb(255,255,255);
    text-align: left;
    padding-left:20px;
    font-weight: 600;
    /* font-family: 'Lato'; */
}


.zapp-service-row > div.row-title {
    text-align:left;
    padding-left:20px;
    font-weight:800;
}


.zapp-service-block,
.zapp-w-selector {
    width:100%;
    height: 194px!important;
    text-align: center;
    padding: 20px 0;
}


.zapp-w-selector {
    text-align:
            left;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}


.zapp-w-selector .zapp-w-selector-el {
    padding:10px;
    /* font-size:18px; */
    display: block;
    float: left;
    width: calc(100% - 20px);
    max-width: 280px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #333;
    border-radius:3px;
    opacity: 0.8;
    transition: all 200ms;
    cursor: pointer;
    /* border: 1px solid var(--color-border-grey); */
    background: #f6f6f6;
    /* font-size: 17px; */
}


section.dark .zapp-w-selector .zapp-w-selector-el:not(.active) {
    background:var(--color-dark-web2);
    color:#fff;
}


section.dark .zapp-w-selector .zapp-w-selector-el.active {
}


.zapp-w-selector .zapp-w-selector-el[data-plan='diy'].active {
    background: linear-gradient(135deg, #2bd1a5 ,#2face5)!important;
    color:white!important;
}


.zapp-w-selector .zapp-w-selector-el[data-plan='diy'].active i{
    color:white!important;
}


.zapp-w-selector .zapp-w-selector-el[data-plan='sme'].active {
    background: linear-gradient(135deg, #03A9F4 ,#c467ff)!important;
    color:white!important;
}

.zapp-w-selector .zapp-w-selector-el.active {
    border: 0;
    color:#333;
    box-shadow: var(--j-shadow);
    opacity: 1;
    transform-origin: top left;
    background: #fff;
}


.zapp-w-selector .zapp-w-selector-el[data-plan='ent'].active {
    background: linear-gradient(135deg, #ebb23a,#b843df)!important;
    color:white!important;
}


.zapp-w-selector .zapp-w-selector-el.active i {
    color: var(--color-active);
}



.zapp-w-selector .zapp-w-selector-el[data-plan='sme'].active i{
    color:white!important;
}


.zapp-w-selector .zapp-w-selector-el[data-plan='ent'].active i{
    color:white!important;
}


.zapp-w-selector .zapp-w-selector-el i {
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #999999;
}


.zapp-w-selector:not(.v) > .zapp-w-selector-el {
    display: none;
}


.zapp-service-desc-container .zapp-service-row {
    width:100%;
    padding-bottom: 0;
}


.zapp-service-desc-container .zapp-service-row > .zapp-service-entry{
    background: rgba(48,194,193,0.8);
    color: #fff;
}


.zapp-service-desc-container .zapp-service-row > .zapp-service-entry:nth-child(odd){
    background: #30C2C1;
}

.zapp-service-desc-container.second-colors .zapp-service-row > .zapp-service-entry {
}


.zapp-service-desc-container.second-colors .zapp-service-row > .zapp-service-entry:nth-child(odd) {

}


.zapp-service-desc-container.right .zapp-service-row {
    box-shadow: inset 20px 0px 13px -8px rgba(0,0,0,.2);
}


.zapp-service-desc-container.right .zapp-service-row > div {
    color:transparent;
}


.zapp-service-block h3 {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 0;
    font-weight: 800;
    font-family:
            'Lato',sans-serif;
    /* color: #333; */
}


.zapp-service-block div.list {
    display: block;
    float: left;
    width:100%;
    margin:20px 0 50px;
}


.zapp-service-block div.list > div {
    display: block;
    float: left;
    width:100%;
    padding: 15px;
    border-top:1px solid #3e3e3e;
    text-align: center;
    font-weight:600;
    white-space: normal;
}


.zapp-service-block div.icon {
    display: inline-block;
    width:80px;
    /* border:1px solid blue; */
    position: relative;
    height:80px;
    margin-top: -59px;
}


.zapp-service-block h4 {
    display: block;
    float: left;
    width:100%;
    color: #808080;
    font-weight: 600;
}


.zapp-service-block h4 span {
    display: block;
    float: left;
    width:100%;
    opacity: 0.6;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}


.zapp-service-block h4 strong {
    font-size: 30px;
    font-weight: 800;
    color: #555;
}


.zapp-service-block div.icon i.zapp-icon {
    width:40px;
    height:40px;
    background:#fff;
    top: 20px;
    left: 20px;
    position: absolute;
}


.zapp-service-block div.icon .icon-bg {
    width:70px;
    height:70px;
    position: absolute;
    top:5px;
    left:5px;
    border-radius:50%;
    overflow: hidden;
}


.zapp-service-block div.icon .icon-bg:after {
    position: absolute;
    right: 20px;
    top: 0;
    content: "";
    height: 50px;
    width: 50px;
    background: #fff;
    /* z-index: -1; */
    border-radius: 50%;
    opacity: 0.2;
}


.zapp-service-entry .zapp-service-entry-mob {
    display: none;
}


@media (max-width: 1375px) {

    .zapp-service-row > div {
        font-size:14px;
        padding: 17px 7px;
    }

    .zapp-service-row > div > i.calc {
        margin-top:-5px;
    }
}


@media (max-width: 1365px) {

    .zapp-service-row > div.nb > a.zapp-btn:not(.button-f-dark) > i {
        display: none;
    }

}


@media (max-width: 1244px) {

    .zapp-service-row > div.nb > a.zapp-btn:not(.button-f-dark)  {
        padding:11px 28px;
    }

}


@media (max-width: 1175px) {

    .zapp-service-block h4 {
        font-size:14px;
    }

    .zapp-service-block h4 strong {
        font-size:22px;
    }

    .zapp-service-row > div {
        height: 80px;
    }
}


@media (max-width: 1107px) {

    .zapp-service-row > div.nb > a.zapp-btn:not(.button-f-dark)  {
        padding:11px 35px;
    }

}


@media (max-width: 991px) {

    .zapp-service-row > div.nb > a.zapp-btn:not(.button-f-dark)  {
        padding:11px 20px;
    }

    .zapp-service-desc-container {
        display:none;
    }

    .zapp-service-desc-container.right {
        display: none;
    }

    .zapp-service-row .zapp-service-entry-mob {
        display: block;
        /* float: left; */
        width: 100%;
        text-align: center;
        /* padding: 3px 0 0 10px; */
        color: #333;
    }

    .zapp-service-row > div {
        padding: 8px 0;
        height: auto;
        display: block;
        /* float:left; */
        width:100%;
    }

    .zapp-service-row span.text {
        border: 1px solid #c4c4c4;
        /* background: #f3f3f3; */
        padding: 2px 5px;
        border-radius: 3px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .zapp-service-plans-container .zapp-service-row{
        width: 33%;
    }

    .zapp-service-plans-container {
        max-width: 100%;
        width: 100%;
    }

    .zapp-service-row > div.nb {
        padding:20px 10px;
    }

    /* Two Cols */
    

    .zapp-service-plans-container.two-cols div.zapp-service-row {
        width:50%;
    }

}


@media (max-width: 760px) {

    .zapp-service-plans-container .zapp-service-row,
    .zapp-service-plans-container.two-cols div.zapp-service-row{
        width:100%;
        max-width: 350px;
        clear: both;
        margin: 0 auto;
        float: none;
        box-shadow: var(--strong-shadow);
        border-radius: 7px;
        margin-bottom: 60px;
    }

    .zapp-service-plans-container {
        box-shadow: unset;
    }

    

    .zapp-service-row > div > i {
        font-size: unset;
    }

}


#zapp-customer-app-icons {
    height:500px;
}


#zapp-customer-app-icons.v2 {
    height:0;
    overflow: visible;
}


#zapp-customer-app-icons img {
    right:0;
    top:0;
    opacity:0;
    will-change: right,top,opacity;
    -webkit-animation: zapp-customer-app-icons-anim;
    -o-animation: zapp-customer-app-icons-anim;
    animation: zapp-customer-app-icons-anim;
    animation-duration: 50000ms;
    animation-timing-function: linear;
}


#zapp-customer-app-icons img[data-sequence-no='1']{
    top:230px;
    animation-duration: 30000ms;
}


#zapp-customer-app-icons img[data-sequence-no='2']{
    top:150px;
    animation-duration: 38000ms;
}


#zapp-customer-app-icons img[data-sequence-no='3']{
    top:70px;
    animation-duration: 45000ms;
}


#zapp-customer-app-icons img.n-1 {
    right:0;
}


#zapp-customer-app-icons img.n-2 {
    right:20%;
}


#zapp-customer-app-icons img.n-3 {
    right:40%;
}


#zapp-customer-app-icons img.n-4 {
    right:60%;
}


#zapp-customer-app-icons img.n-5 {
    right:80%;
}


#zapp-customer-app-icons img {
    transition: all 50000ms linear;
}


#zapp-customer-app-icons img.go-right {
    top:100%;
}


@media (max-width: 575px) {

    #zapp-customer-app-icons {
        /* height:300px; */
        margin-top: 50px;
    }

}


@-webkit-keyframes zapp-customer-app-icons-anim {
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    90% {
        opacity:1;
    }
    100%{
        opacity:0;
        top:100%;
    }
}


.zapp-section-centered-pic:not(.dark){
    background: #eff9ff;
}


.zapp-section-centered-pic .centered-text {
    right:0;
    display: inline-block;
    border-radius: 3px;
    z-index: 1;
    /* background: #E6F4FC; */
    position: relative;
    padding: 50px 0 20px;
    width: 100%;
    top: -100px;
}


section.dark.zapp-section-centered-pic .centered-text {
}


.zapp-section-centered-pic .centered-text.left {
    right:auto;
    left:0;
}


.zapp-section-centered-pic .centered-text.dark {
    /* background: var(--color-dark-web1);*/
    color:#fff;
}


@media (max-width: 1600px) {
    .zapp-section-centered-pic .centered-text {
        top:0;
    }
}


@media (max-width: 1400px) {
    .zapp-section-centered-pic .centered-text {
        width:45%;
        padding:20px;
        top:-35px;
    }
}


@media (max-width: 1300px) {
    .zapp-section-centered-pic .centered-text {
        position: relative;
        width:100%;
        left:0;
        right: auto;
        z-index: 0;
        box-shadow: unset;
        padding: 20px;
        top: 0;
    }

    .zapp-section-centered-pic .centered-text p {
        max-width: 600px;
    }

    
}


@media (max-width: 575px) {

    
    .zapp-section-centered-pic .centered-text {
        position: relative;
        width:100%;
        left:0;
        right: auto;
        z-index: 0;
        box-shadow: unset;
        padding: 10px;
        top: 0;
    }

    

    

}


.zapp-testimonial-small .w-s i {
    color: #ffc800;
    font-size: 16px;
    margin-right:5px;
    opacity:0.7;
}


.zapp-website-btn-sticky-container {
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    width:100%;
    z-index: 1;
    /* left: calc(50% - 150px); */
    bottom: 0;
    text-align: center;
    padding: 20px 0 50px;
    opacity:0;
    will-change: opacity;
    transition: all 300ms;
    pointer-events: none;
    float: left;
}


.zapp-website-btn-sticky-container.visible {
    opacity:1;
    pointer-events: none;
}


.zapp-website-btn-sticky {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
    min-width: 300px;
    box-shadow: var(--strong-shadow);
    pointer-events: auto;
    border-radius: 35px;
}


.zapp-website-btn-main {
    background:var(--color-dark-web1)!important;
    color:#fff!important;
}


@media (max-width: 335px) {
    .zapp-website-btn-sticky i {
        display: none;
    }
}


.zapp-questions-block {
    display: block;
    float: left;
    width:100%;
    border-bottom:1px solid var(--color-border-grey);
    margin-bottom:15px;
    padding:20px;
    position: relative;
    cursor: pointer;
}


.zapp-questions-block::after {
    content: "\f123";
    font-family: 'Ionicons';
    position: absolute;
    right:0;
    top: 20px;
    color: grey;
    will-change: transform;
    transition: all 300ms;
}


.zapp-questions-block.visible::after {
    transform:rotate(180deg);
}


.zapp-questions-title {
    display: block;
    float: left;
    width:100%;
    font-size: 21px;
    font-weight: 800;
}


.zapp-questions-block p,
.zapp-questions-block ul {
    float: left;
    width:100%;
    display: none;
}


.zapp-questions-block.visible p,
.zapp-questions-block.visible ul {
    display: block;
}


@media (max-width: 575px) {
    .zapp-questions-block {
        padding: 10px 26px 10px 0;
        /* font-size: 17px; */
    }

    .zapp-questions-title {
        font-size:17px;
    }

    .zapp-questions-block::after {
        top:12px;
    }

}


@media (max-width: 401px) {

    #contact-section a.zapp-btn,
    #hero a.zapp-btn {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* #contact-section a.zapp-btn i,
     #hero a.zapp-btn i {
         display: none;
     }*/
}


.team-box {
    display: inline-block;
    float:left;
    width:50%;
    text-align: center;
    margin-bottom:40px;
    cursor:pointer;
}

.team-box:hover {
    opacity:0.85;
}


.team-box img {
    max-width: 170px;
}


.team-title,
.team-pos {
    display: block;
    float:left;
    width:100%;
}


.team-title {
    font-size: 21px;
    font-weight: 800;
}


.team-pos {
    margin:0;
}


@media (max-width: 484px) {

    .team-box img {
        max-width:140px;
    }

}


@media (max-width: 380px) {

    .team-box {
        width:100%;
    }

}


.zapp-w-chart-legend-block {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 200px;
    /* text-align: right; */
}


.zapp-w-chart-legend {
    display: inline-block;
    width: 100%;
    padding:5px;
    font-size: 14px;
    color: #646464;
}


section.dark .zapp-w-chart-legend {
    color:#e8e8e8;
}


.zapp-w-chart-block {
    display: block;
    float: left;
    width:100%;
    /* border:1px solid red; */
    height: 280px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 3px;
    background:#fafafa;
}


section.dark .zapp-w-chart-block {
    background: #2b2b2b;
}


.zapp-w-chart-block .zapp-w-chart-entry {
    display: inline-block;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: calc(100% / 5);
    will-change: transform;
    transition: 200ms all;
}


.zapp-w-chart-block .zapp-w-chart-entry:hover {
    transform: scale(1.02);
    cursor: pointer;
    transform-origin:bottom left;
}


.zapp-w-chart-block .zapp-w-chart-badge{
    background:#f8f8f8;
    color: #787878;
    font-size: 12px;
    margin-bottom:5px;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
}


section.dark .zapp-w-chart-block .zapp-w-chart-badge {
    background:var(--color-dark-web2);
    color:#e8e8e8;
}


@media (max-width: 487px) {
    .zapp-w-chart-block .zapp-w-chart-entry {
        width: 65px;
    }
    .zapp-w-chart-block .zapp-w-chart-badge {
        font-size:10px;
        white-space: nowrap;
    }
}


@media (max-width: 391px) {
    .zapp-w-chart-block .zapp-w-chart-entry {
        width: 60px;
    }
}


[data-text-anim].go-out {
    top:-10px;
    opacity:0;
}


.zapp-use-case-head a.zapp-btn:not(.active){
    color: #838383;
    font-weight: 400;
}


.zapp-w-uc-thumb-container.with-ai .zapp-w-uc-thumb-wrap{
    /* width: calc(100% - 50px); */
    display: inline-block;
    float: left;
    /* padding-left: 10px; */
}


.zapp-w-uc-thumb img.ai {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: var(--light-shadow);
}


.zapp-w-uc-thumb-short-desc ul {
    padding-left: 0;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}


.zapp-w-uc-thumb-short-desc ul li {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    position:relative;
    padding-left: 15px;
}


.zapp-w-uc-thumb-short-desc ul li:before {
    content:"\f111";
    font-family:'FontAwesome';
    font-size: 5px;
    position:absolute;
    top: 9px;
    left: 4px;
    opacity: 0.8;
}


.zapp-w-uc-thumb-short-desc .zapp-check {
    font-weight:400;
}


.zapp-w-uc-thumb-date-container {
    display: block;
    float:left;
    width:100%;
    margin-bottom:40px;
    position: relative;
    color: #6d6d6d;
    opacity:0.85;
    text-align: left;
    font-size: 14px;
}


.zapp-w-uc-thumb-container a.zapp-btn i.zapp-icon{
    display: inline-block;
    min-height: 22px;
    float: left;
    margin-left: 0;
}


.website-contact-form input {
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 2px solid #cecece!important;
    border-radius: 0!important;
    padding-left: 5px!important;
    font-size: 17px!important;
}


.website-contact-form input:focus {
    box-shadow: unset!important;
}


.website-contact-form input::placeholder {
    color: rgba(255,255,255,0.6);
}


.website-contact-form textarea {
    background-color: transparent!important;
    border: 2px solid #cecece!important;
    font-size: 17px!important;
    height: 200px;
}


.website-contact-form .mycz-form-label {
    font-size:17px!important;
}

#staging-header {
    background: #a144e0;
    color: #fff;
    font-size: 12px;
    padding: 2px 30px 2px 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 997;
    border-bottom-right-radius: 29px;
}


#staging-header:hover {
    text-decoration: underline;
}
h1.main-h1.no-m-top {
    margin-top:0;
}

h1.main-h1 b {
    font-weight:800;
}

h1.main-h1 strong {
    /* font-family: 'Avenir'; */
    font-weight: 800;
    position: relative;
    background: rgba(0,0,0,0.3);
    padding: 0px 0 7px;
    /* font-size: 49px; */
    border-radius: 0px;
    /* font-size: 50px; */
    color: var(--color-red);
}

h1.main-h1 strong.esim {
    background:transparent;
    color:#476FF7;
}

h1.main-h1 strong::after{
    content:" ";
    width: calc(100%);
    height: 4px;
    background: #74CC9D;
    transform: rotate(0deg);
    position: absolute;
    bottom: -7px;
    left: 0;
    /* border-radius: 100%; */
    opacity: 0;
}

h1.main-h1 strong::before{
    content:" ";
    display:none;
    width:100%;
    height:3px;
    background:#ffac00;
    transform:rotate(3deg);
    position: absolute;
    top: 5px;
    left: 0;
}

h1.main-h1 span {

}

p.main-p b {
    color: var(--color-red);
}

section.dark-esim,
.zapp-w-box.dark-esim{
    background:linear-gradient(135deg, #05252E, #2A1835)!important;
}

section.dark-gradient {
    /* background: linear-gradient(135deg, #151515 50%, #151515 50%);!important;*/
    background: #151515;
}

section.light {
    background: #F8F8F8;
}

.section-vid {
    height:422px;
    width:100%;
    top:0px;
    left:0px;
    display: block;
    float: left;
}

.section-vid:not([data-loaded="1"]){
    background:#f3f3f3;
}

section#hero.colored h4 {
    margin:40px 0 20px;
    font-size:15px;
    font-weight:600;
    opacity:0.9;
}

@media (min-width: 576px) AND (max-width: 991px) {
    .section-vid {
        position: relative;
        height:calc(100vw * 200 / 375);
    }
}

@media (max-width: 575px) {
    h2.main-h1  {
        margin-top:100px;
    }
    section#hero.colored h4 {
        line-height:2;
    }
    .zapp-center-container.text-right,
    .zapp-center-container.text-center,
    .zapp-center-container.text-left {
        text-align: center!important;
    }
    .zapp-center-container.text-right p,
    .zapp-center-container.text-center p,
    .zapp-center-container.text-left p {
        text-align: left!important;
    }
    p.text-center.force-center{
        text-align: center!important;
    }
    .section-vid {
        position: relative;
        height:calc(100vw * 200 / 375);
    }
    .section-block.no-icon.mobile-mtop {
        margin-top:50px;
    }
}

@media (max-width: 575px) {
    .zapp-w-box {
        margin-top: 0!important;
    }
}

.zappter-dev-t {
    font-weight:800;
}

.zappter-dev-t b {
    color:#6772e6;
    font-weight: 800;
}

.zapp-w-reference img {
    max-height: 100px;
}

.zapp-w-logos {
    display: block;
    float: left;
    width:100%;
    margin-top:50px;
    text-align: center;
}

.zapp-w-box {
    display: block;
    padding:20px;
    float: left;
    width:100%;
    box-shadow:var(--j-shadow);
    text-align:center;
    border-radius:20px;
    transform: scale(0.95);
    margin-top:50px;
}

.zapp-w-box.scale {
    transform:scale(1);
    background: linear-gradient(135deg, #0e1d24, #11252d);
    color: #fff;
}

.zapp-w-box.scale p {
    color:#fff;
}

.zapp-w-box i {
    min-width:80px;
    min-height:80px;
    margin-bottom:20px;
    margin-top:20px;
}

.zapp-w-box strong {
    display:block;
    float:left;
    width:100%;
}

.zapp-w-step-box {
    display: block;
    float: left;
    width:100%;
    text-align: center;
}

.zapp-w-step-box strong {
    display:block;
    float:left;
    width:100%;
    text-align:center;
}

.zapp-w-step-box p {
    display:block;
    float:left;
    width:100%;
    text-align:center;
}

.zapp-w-step-box .zapp-w-step-box-no {
    color: #555;
    background: #e8e8e8;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    padding-top: 5px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .zapp-service-desc-container.two-cols {
        width:30%;
    }
    .zapp-service-desc-container.right.two-cols {
        width: calc(20% - 1px);
    }
}

.zapp-w-selector.v {
    height: auto!important;
    min-height: 50px;
}

.zapp-w-selector.i {
    text-align: center;
}

.zapp-w-selector.i .zapp-w-selector-el {
    width:
            auto;
    margin: 2px;
    padding: 7px 10px;
    font-size: 14px;
    float: none;
    display: inline-block;
}

.zapp-w-selector .zapp-w-selector-el.active {
    border: 0;
    color:#333;
    box-shadow: var(--j-shadow);
    opacity: 1;
    transform-origin: top left;
    background: #fff;
}

.zapp-w-selector .zapp-w-selector-el[data-plan='ent'].active {
    background: linear-gradient(135deg, #ebb23a,#b843df)!important;
    color:white!important;
}

.zapp-w-selector .zapp-w-selector-el.active i {
    color: var(--color-active);
}

@media (max-width: 991px) {
    .zapp-service-plans-container.two-cols {
        float: none;
        max-width: 500px;
        margin:0 auto;
        margin-left: calc(50vw - 250px);
    }
}

@media (max-width: 760px) {
    .zapp-service-plans-container.two-cols {
        margin-left:0;
        max-width: unset;
        float:left;
        margin:unset;
    }
}

.zapp-section-right-pic {
    margin-top:100px;
    padding-top:50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .zapp-section-right-pic {
        /* padding:0; */
    }
}

.zapp-testimonial-small {
    padding: 2px 0 0;
    display: block;
    float: left;
    width: calc(100% - 20px);
    /* box-shadow: var(--j-shadow); */
    /* border-radius: 10px; */
    text-align: left;
    /* border: 1px solid var(--color-border-grey); */
    overflow: hidden;
    border-radius: 10px;
    /* border-bottom-right-radius: 10px; */
}

.zapp-testimonial-small .zapp-testimonial-small-user {
    background:#fff;
    display: block;
    float: left;
    width:100%;
    color:#333;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    padding-top: 35px;
    /* padding-bottom: 35px; */
}

.zapp-testimonial-small .zapp-testimonial-small-user img {
    width: 70px;
    box-shadow: var(--light-shadow);
    border-radius: 15px;
    display: block;
    /* float: left; */
    margin: 0 auto;
    margin-bottom: 15px;
}

.zapp-testimonial-small .zapp-testimonial-small-user .w-o,
.zapp-testimonial-small .zapp-testimonial-small-user .w-s,
.zapp-testimonial-small .zapp-testimonial-small-user .w-a {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 10px;
    text-align: center;
}

.zapp-testimonial-small .zapp-testimonial-small-user .w-a {
    border-bottom:1px solid
    var(--color-border-grey);
    padding-bottom: 35px;
    font-size: 15px;
}

.zapp-testimonial-small .zapp-testimonial-small-user .w-o {
    font-weight: 600;
    padding-top: 2px;
}

.zapp-testimonial-small p {
    margin: 0;
    float: left;
    width: 100%;
    display: block;
    font-size: 15px;
    padding-left: 5px;
    /* font-style: italic; */
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    text-align: center;
    /* border-top: 1px solid #e8e8e8; */
    padding: 15px 15px 20px;
    background: #fff;
    margin-bottom: 0;
    /* box-shadow: var(--j-shadow); */
    /* color: inherit; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.zapp-testimonial-small div.zapp-testimonial-desc {
    display: block;
    float: left;
    width:100%;
    padding-left: 10%;
    font-size: 15px;
    padding-top: 20px;
    color: #333;
    /* text-align: center; */
    background: #fff;
    padding-bottom: 20px;
}

.zapp-testimonial-small div.zapp-testimonial-desc i {
    color: #929292;
    font-size: 6px;
    position: relative;
    top:-2px;
    margin-right:5px;
    margin-left:5px;
}

.zapp-testimonial-inner {
    display: block;
    float: left;
    width:100%;
    /* border-radius: 10px; */
    border: 1px solid var(--color-border-grey);
    border-top: 0;
}

[data-text-anim]{
    transition: all 500ms;
    will-change: margin-top,opacity;
    position: relative;
    top:0;
}

#use-case-wrapper {
    width:calc(100% - 300px);
    padding-left: 40px;
}

#use-case-wrapper.no-head {
    width:100%;
    padding-left: 0;
}

.zapp-use-case-head {
    display: inline-block;
    float: left;
    width: 300px;
    margin-top: 30px;
    border: 1px solid #e8e8e8;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}

.zapp-use-case-head.no-head {
    display: none;
}

.zapp-use-case-head a.zapp-btn {
    font-size:17px;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: unset;
    margin: 0;
    border-radius: 0;
}

.zapp-use-case-head a.zapp-btn.active{
    color: #333!important;
    background: #f9f9f9!important;
}

@media (max-width: 1300px) {
    #use-case-wrapper {
        width:100%;
        padding-left:0;
    }
    .zapp-use-case-head {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling:touch;
        width:100%;
    }
    .zapp-use-case-head a.zapp-btn {
        display: inline-block;
        width:auto;
    }
}

@media (max-width: 991px) {
    .zapp-use-case-head {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling:touch;
        width:100%;
    }
}

.zapp-w-uc-thumb {
    box-shadow: var(--j-shadow);
    color: #424242;
    font-size: 12px;
    border-radius: 7px;
    overflow: hidden;
    /* background: #f8f8f8; */
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    transition:200ms all;
}

.zapp-w-uc-thumb:hover {
    transform:scale(1.02);
}

.zapp-w-uc-thumb-container {
    display: block;
    float: left;
    width:100%;
    /* background: #f3f3f3; */
    box-shadow: 0 0 0 1px rgba(0,0,0,.07), 0 2px 15px rgba(84,96,103,.25);
    padding: 10px;
    position: relative;
}

.zapp-w-uc-thumb-wrap {
    display: block;
    float: left;
    width:100%;
}

.zapp-w-uc-thumb img:not(.ai) {
    min-width:100%;
    position: relative;
    /* border-radius: 5px; */
}

.zapp-w-uc-thumb-name {
    font-weight: 800;
    font-size: 17px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 100%;
    /* white-space: nowrap; */
    text-align: left;
}

.zapp-w-uc-thumb-short-desc {
    font-size: 17px;
    color: #5a5a5a;
    overflow: hidden;
    width: 100%;
    text-align: left;
    min-height: 27px;
}

.zapp-w-uc-thumb-short-desc p {
    margin:0
}

.zapp-w-uc-thumb-date-container-inline {
    display: block;
    float:left;
    width:100%;
    position: relative;
    color: #6d6d6d;
    opacity:0.85;
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}

.zapp-w-uc-thumb-buttons {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    /* margin-top: 20px; */
}

.zapp-w-uc-thumb-buttons a.zapp-btn {
    /* font-weight: 600; */
    /* border-radius: 5px; */
    padding: 7px 12px 7px 5px;
    font-size: 16px;
}

.zapp-w-feature-table {
    display: block;
    float: left;
    width:100%;
    /* border:1px solid red; */
    display: inline-block;
    float: left;
    /* width:70%; */
    border-radius: 7px;
    margin-top:50px;
}

.zapp-w-feature-table strong {
    font-size:20px;
    font-weight:800;
    text-align:center;
    display:block;
    float:left;
    width:100%;
    padding:20px 0;
    border-bottom:1px solid var(--color-border-grey);

}

.zapp-w-feature-table > div {
    padding:0;
    border:1px solid var(--color-border-grey);
    border-right:0;
    border-bottom:0;
    margin-bottom: 50px;
}

.zapp-w-feature-table > div:last-child {
    border-right:1px solid var(--color-border-grey);
}

.zapp-w-feature-table .zapp-w-feature-table-list {
    display:block;
    float:left;
    width:100%;
    border-bottom:1px solid var(--color-border-grey);
    padding: 15px 20px;
    color: #5a5a5a;
    font-size: 14px;
}

.zapp-w-feature-table .zapp-w-feature-table-list > i {
    margin:0 5px;
}

.zapp-w-feature-table .zapp-w-feature-table-list > i.ion-minus-circled {
    color: var(--color-grey);
}

.zapp-w-feature-table .zapp-w-feature-table-list > i.ion-plus-circled {
    color:var(--color-main);
}

.zapp-w-feature-table > div.main {
    border:2px solid;
    position:relative;
    top:-20px;
    padding-top:20px;
    padding-bottom:20px;
    border-radius:10px;
    background: linear-gradient(135deg, #0e1d24, #11252d);
    color: #fff;
}

.zapp-w-feature-table > div.main .zapp-w-feature-table-list,
.zapp-w-feature-table > div.main strong {
    color:#fff;
    border-color:rgba(255,255,255,0.2)
}

.zapp_esim_slider_container {
    --muted: rgba(255,255,255,.7);
    --success: #57a778;
    --brandA: #00c6ff;
    --brandB: #0072ff;

    color: #fff;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
    overflow: hidden;
}

.zapp_esim_slider_header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.02);
}

.zapp_esim_slider_tabs {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}

.zapp_esim_slider_tab {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.12);
    color: var(--muted);
}

.zapp_esim_slider_tab.active {
    background: linear-gradient(135deg,var(--brandA),var(--brandB));
    color: #fff;
    border: none;
}

.zapp_esim_slider_body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
}

.zapp_esim_slider_left {
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.zapp_esim_slider_right {
    padding: 24px;
    background: rgba(255,255,255,.02);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zapp_esim_slider_block {
    margin-bottom: 24px;
}

.zapp_esim_slider_label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: var(--muted);
}

.zapp_esim_slider_revenue_value {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg,var(--brandA),var(--brandB));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zapp_esim_slider_stats {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 12px;
}

.zapp_esim_slider_stat {
    padding: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.12);
}

.zapp_esim_slider_stat_value.success {
    color: var(--success);
}

input[type="range"] {
    width: 100%;
    accent-color: #00c6ff;
}

@media (max-width: 767px) {
    .zapp-w-feature-table > div {
        border-right: 1px solid var(--color-border-grey);
        border-radius:10px;
        box-shadow: var(--j-shadow);
        border: 0!important;
    }
    .zapp-w-feature-table > div.main {
        top:0;
    }
}

