h1.main-h1.no-m-top{
    margin-top:0;
}

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

h1.main-h1 strong{
    
    font-weight: 800;
    position: relative;
    background: rgba(0,0,0,0.3);
    padding: 0px 0 7px;
    
    border-radius: 0px;
    
    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;
    
    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.light{
    background: #F8F8F8;
}

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

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

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

.zapp-w-uc-thumb-buttons a.zapp-btn{
    
    
    padding: 7px 12px 7px 5px;
    font-size: 16px;
}

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

@media (max-width: 575px){
.section-block.no-icon.mobile-mtop{
        margin-top:50px;
    }
.zapp-w-box{
        margin-top: 0!important;
    }
}

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

@media (max-width: 1300px){
.zapp-use-case-head a.zapp-btn{
        display: inline-block;
        width:auto;
    }
}

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

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

h1:not(.default-h1){
    
    
    font-weight: 800;
    
}

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;
    
    padding:90px 0;
    display: block;
    width:100%;
    float: left;
}

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

section.power{
    background: red;
}

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

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

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

section.zapp-static-content h3{
    
    
    
    
}

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

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

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

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

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

.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;
    
    display: inline-block;
    float: left;
    position: relative;
    
    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.grey .zapp-w-header-menu-container{
    background:#e8e8e8;

}

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

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

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

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

@media (max-width: 767px){
.zapp-w-feature-table > div.main{
        top:0;
    }
}

@media (max-width: 575px){
p.main-p{
        font-size: 17px;
    }
#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;
        
    }
h1.main-h1,
    h2.main-h1{
        font-size: 30px;
    }
section{
        padding: 50px 20px;
    }
section#hero{
        
    }
h2{
        font-size: 28px;
    }
h2.title{
        font-size: 24px;
    }
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;
    }
.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;
    }
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-mobile-upper-p{
        padding-top:30px;
    }
section [class*="col-"]{
        padding-left:0;
        padding-right: 0;
    }
.zapp-w-header.dark.docs-header .zapp-w-header-entry{
        padding:5px;
    }
}

@media (min-width:2000px){
html body h1{
        font-size:60px;
    }
}

@media (max-width: 1530px){
section{
        padding:20px;
    }
}

@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;
    }
html body h1{
        font-size: 5vh;
        padding-top:0vh;
    }
}

@media (max-width: 991px){
.zapp-w-header .zapp-btn.category{
        display: none;
    }
}

.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-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-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;
    
    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";
    
    content: "\f123\ ";
    position: relative;
    
    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;
    
    min-width: 20px;
    min-height: 20px;
}

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

.zapp-pricecalc-box{
    
    
    
    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-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{
    
    
    
}

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

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

@media (max-width: 1024px){
.zapp-center-container{
        max-width: 984px;
    }
}

@media (max-width: 992px){
.zapp-sale-title.mobile i.zapp-icon{
        display: none!important;
    }
}

.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-icon-box{
    
    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;
    
    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;
    
    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);
    
    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;
    
    
}

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

@media (max-width: 992px){
.zapp-sale-title.mobile div{width: 100%!important;}
}

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

.push-shadow,
.zapp-w-header-entry .l-button.push-shadow{
    position: relative;
    
    box-shadow: var(--light-shadow);
    
}

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;
    
    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.right{
    width: calc(5% - 1px);
    margin-left: 1px;
    margin-top: 195px;
}

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

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

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-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 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;
    
    position: relative;
    height:80px;
    margin-top: -59px;
}

.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;
    
    border-radius: 50%;
    opacity: 0.2;
}

@media (max-width: 1375px){
.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: 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.right{
        display: none;
    }
.zapp-service-row span.text{
        border: 1px solid #c4c4c4;
        
        padding: 2px 5px;
        border-radius: 3px;
        margin-bottom: 5px;
        display: inline-block;
    }
}

#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-5{
    right:80%;
}

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

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{
    
    color:#fff;
}

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

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

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

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

.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: 575px){
.zapp-questions-block{
        padding: 10px 26px 10px 0;
        
    }
.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;
    }
}

@media (max-width: 484px){
.team-box img{
        max-width:140px;
    }
}

@media (max-width: 380px){
.team-box{
        width:100%;
    }
}

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

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

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

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

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

.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;
    
    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,
.zapp-w-header .zapp-w-header-entry a{
    color: #fff;
}

.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.light{
    padding: 22px 5px;
    float: right;
}

.zapp-w-header-entry .l-button{
    
    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;
    
    opacity: 0.9;
}

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

@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;
    }
.zapp-w-header .zapp-w-header-entry{
        padding:5px;
    }
}

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

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

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

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

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

@media (max-width: 575px){
#footer-section{
        margin-top:50px;
    }
}

