/* ===== Primary Styles =======
Can Goktas / @canxgoktas
=============================== */


/*
* Tools
*******************/

html {-webkit-font-smoothing: antialiased;}
img{display: block;max-width: 100%;height: auto;}

/* Bootstrap Modal Scrollbar Push Fix */
.modal {overflow-y: auto;}
.modal-open {overflow: auto;}


/*
* Fonts
*******************/

@font-face {
    font-family:"Merriweather-Bold";
    src:url("../fonts/Merriweather-Bold.woff2") format("woff2"),url("../fonts/Merriweather-Bold.woff") format("woff"),url("../fonts/Merriweather-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Santral-Bold";
    src:url("../fonts/Santral Bold.woff2") format("woff2"),url("../fonts/Santral Bold.woff") format("woff"),url("../fonts/Santral Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Santral-Light";
    src:url("../fonts/Santral Light.woff2") format("woff2"),url("../fonts/Santral Light.woff") format("woff"),url("../fonts/Santral Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Santral-Medium";
    src:url("../fonts/Santral Medium.woff2") format("woff2"),url("../fonts/Santral Medium.woff") format("woff"),url("../fonts/Santral Medium.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Santral-Regular";
    src:url("../fonts/Santral Regular.woff2") format("woff2"),url("../fonts/Santral Regular.woff") format("woff"),url("../fonts/Santral Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Santral-SemiBold";
    src:url("../fonts/Santral SemiBold.woff2") format("woff2"),url("../fonts/Santral SemiBold.woff") format("woff"),url("../fonts/Santral SemiBold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"TiemposText-Bold";
    src:url("../fonts/TiemposText-Bold.woff2") format("woff2"),url("../fonts/TiemposText-Bold.woff") format("woff");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"TiemposText-RegularItalic";
    src:url("../fonts/TiemposText-RegularItalic.woff2") format("woff2"),url("../fonts/TiemposText-RegularItalic.woff") format("woff");
    font-style:normal;font-weight:400;
}


/*
* Layout
*******************/

*:focus{outline:none !important;}
.click-disabled{/*pointer-events: none;*/}
.click-disabled:hover{cursor:not-allowed;}

header{}
header .main-nav{
    border: none;
    background: #fff;
    margin: 0;
    height: 120px;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
    -webkit-transition: height .25s ease, -webkit-box-shadow 0.25s ease;
    transition: height .25s ease, -webkit-box-shadow 0.25s ease;
    -o-transition: height .25s ease, box-shadow 0.25s ease;
    transition: height .25s ease, box-shadow 0.25s ease;
    transition: height .25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
header .main-nav .navbar-nav>.open>a,
header .main-nav .navbar-nav>.open>a:hover,
header .main-nav .navbar-nav>.open>a:focus{
    background: transparent;
}
header .main-nav.scrolling{-webkit-box-shadow: 0px 0px 25px 0px #0000004d;box-shadow: 0px 0px 25px 0px #0000004d;height: 75px;}
header .main-nav.scrolling .navbar-header{
    margin-top: 20px;
}
header .main-nav.scrolling .navbar-collapse{
    margin: 17px 0;
}
header.direct .main-nav{
    background: #5E3FFF;
}
header.picnic .main-nav{
    background: #57E29A;
}
header.fox .main-nav{
    background: #FE9800;
}
header .main-nav .navbar-header{
    margin: 50px 0 0 0;
    -webkit-transition: margin .25s ease;
    -o-transition: margin .25s ease;
    transition: margin .25s ease;
}
header .main-nav .navbar-brand{}
header .main-nav .navbar-brand img{}
header .main-nav .navbar-brand{
    padding: 0;
    height: 40px;
}
header .main-nav .navbar-collapse{
    margin: 40px 0;
    -webkit-transition: margin .25s ease;
    -o-transition: margin .25s ease;
    transition: margin .25s ease;
    /* display: inline-block !important; */
    text-align: right;
    width: calc(100% - 98px);
}
header .main-nav .navbar-collapse .dropdown-toggle{}
header.main .main-nav .navbar-collapse .dropdown-toggle .caret{background:url('../images/menu-caret.svg') no-repeat center center;}
header .main-nav .navbar-collapse .dropdown-toggle .caret{background:url('../images/menu-caret-white.svg') no-repeat center center;border: none;width: 9px;height: 6px;margin-top: -3px;}
header .main-nav .navbar-collapse .nav{width: 100%;
}
header .main-nav .navbar-collapse .nav>li{display: inline-block;float: none;
}
header .main-nav .navbar-collapse .nav>li a{
    font-size: 14px;
    color:#304351;
    letter-spacing: 0;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    padding: 12px 15px;
}
header .main-nav .navbar-collapse .nav>li a:hover,
header .main-nav .navbar-collapse .nav>li a:focus{
    background: #fff;
    background: transparent;
}
header .main-nav .navbar-collapse .dropdown-menu{
    padding: 0;
    border: none;
}
header .main-nav .navbar-collapse .product .dropdown-menu{
    border: none;
    border-radius: 4px;
    width: 200px;
    padding: 0;
    /* overflow: hidden; */
    /* background: #19233C !important; */
}
header .main-nav .navbar-collapse .dropdown-menu li{}
header .main-nav .navbar-collapse .product .dropdown-menu li{}
header .main-nav .navbar-collapse .product .dropdown-menu li:first-child a{border-top-left-radius: 3.8px;border-top-right-radius:4px;}
header .main-nav .navbar-collapse .product .dropdown-menu li:last-child a{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
header .main-nav .navbar-collapse .product .dropdown-menu li a{
    margin: 0;
    border: none !important;
    background: #19233C;
}
header .main-nav .navbar-collapse .dropdown-menu li a{
    color: #304351 !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin: 0 10px;
    border-bottom: 1px solid #DEE2ED;
}
header .main-nav .navbar-collapse .dropdown-menu li a:hover{/* border-color:#304351; */}
header .main-nav .navbar-collapse .dropdown-menu li a:hover span{color: #304351;}
header .main-nav .navbar-collapse .dropdown-menu li:last-child a{border-bottom: none;}
header .main-nav .navbar-collapse .dropdown-menu li a.hollow span i{
    font-style: normal;
    font-size: 12px;
}
header .main-nav .navbar-collapse .dropdown-menu li a.hollow img, header .main-nav .navbar-collapse .dropdown-menu li a.hollow span {opacity: .5}

header .main-nav .navbar-collapse .dropdown-menu li a:hover{
    background: #fff;
}
header .main-nav .navbar-collapse .dropdown-menu li a img{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
}
header .main-nav .navbar-collapse .dropdown-menu li a span{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #8A92A6;
    letter-spacing: 1.17px;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
}
header .main-nav .navbar-collapse .product .dropdown-menu li a span{
    font-size: 16px;
    letter-spacing: 0;
}
header .main-nav .navbar-collapse .dropdown-menu li a span.direct{
    color: #5E3FFF;
}

header .main-nav .navbar-collapse .dropdown-menu li a span.picnic{
    color: #57E29A;
}
header .main-nav .navbar-collapse .dropdown-menu li a span.fox{
    color: #FE9800;
}
header .main-nav .navbar-collapse .btn{
    font-size: 12px;
    color: #4C84FF;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #4C84FF;
    padding: 13px 27px;
    height: 42px;
    margin: 0 0 0 35px;
}
header .main-nav .navbar-collapse .btn.highlighted{
    color: #fff;
    border-color: #4C84FF;
    background: #4C84FF;
    margin-left: 15px;
}

header.direct .main-nav .navbar-collapse .btn.highlighted{
    color: #fff;
    border-color: #4C84FF;
    background: #4C84FF;
}
header.picnic .main-nav .navbar-collapse .btn.highlighted{
    background: #fff;
    border-color: #fff;
    color: #068A62;
}
header.fox .main-nav .navbar-collapse .btn.highlighted{
    background: #fff;
    border-color: #fff;
    color: #FE9800;
}

header.direct .main-nav .navbar-collapse .btn{
    color: #4C84FF;
    border: 1px solid #4C84FF;
    background: transparent;
}
header.picnic .main-nav .navbar-collapse .btn{
    border-color: #fff;
    color: #fff;
}
header.fox .main-nav .navbar-collapse .btn{
    border-color: #fff;
    color: #fff;
}


header.direct .main-nav .navbar-collapse .nav>li a,
header.picnic .main-nav .navbar-collapse .nav>li a,
header.fox .main-nav .navbar-collapse .nav>li a{
    color: #FFFFFF;
    border: none;
    width: auto;
    margin: 0;
}
header.direct .main-nav .navbar-collapse .btn{border-color: #CFC5FF;color:#fff;}
header.direct .main-nav .navbar-collapse .btn.highlighted{
    color: #5E3FFF;border-color: #fff;background:#fff;
}

.fold{height: 800px;position: relative;}
.fold .fold-content{
    margin-top: 200px;
    width: 460px;
}

.fold .fold-content .product-name{}
.fold .fold-content .product-name img{
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.fold .fold-content .product-name span{
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.fold .fold-content .product-desc{
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 62px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 30px 0 50px;
    max-width: 90%;
}
.fold.fox .fold-content .product-desc{
    max-width: 100%;
}
.fold.picnic .fold-content .product-desc{
    width: 546px;
}
.fold .fold-content .product-desc .highlight{font-style: normal;position: relative;z-index: 1;}
.fold .fold-content .product-desc .highlight:after{width: 107%;height:24px;background:transparent;position:absolute;bottom: -3px;left: -5px;content:'';z-index: -1;}
.fold .fold-content .redirect-btn{
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 210px;
    height: 42px;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    padding: 14px 0;
    margin: 50px 0 0 0;
    z-index: 2;
    position: relative;
}
.fold:after{content:'';width:100%;height: 90px;background:transparent;position:absolute;bottom:0;left:0;}


.fold.direct .fold-content .redirect-btn{color: #5E3FFF;}
.fold.picnic .fold-content .redirect-btn{color: #068A62;}
.fold.fox .fold-content .redirect-btn{
    color: #FE9800;
}

.fold.direct{background: #5E3FFF;}
.fold.picnic{background: #57E29A;}
.fold.fox{background: #FE9800;}

.fold.direct:after{background: #4C2FE0;}
.fold.picnic:after{background: #2EB57D;}
.fold.fox:after{background: #EA8303;}

.fold.fox>.container{background: url('../images/fox-fold-bg.svg');background-repeat: no-repeat;background-position-y: calc(100% - 40px);background-position-x: 100%;height: 100%;background-size: 780px;z-index: 1;position: relative;}
.fold.direct>.container{background: url('../images/direct-fold-bg.svg');background-repeat: no-repeat;background-position-y: calc(100% - 90px);background-position-x: 100%;height: 100%;}
.fold.picnic>.container{background: url('../images/picnic-fold-bg.svg');background-repeat: no-repeat;background-position-y: calc(100% - 90px);background-position-x: 100%;height: 100%;}
.fold.main>.container{background: url('../images/main-fold-bg.svg');background-repeat: no-repeat;background-position-y: calc(100% - 170px);background-position-x: 100%;height: 100%;background-size: 750px;background-position-y: 120px;}


.fold.direct .fold-content .product-desc .highlight:after{background: #240D99;}
.fold.picnic .fold-content .product-desc .highlight:after{background: #FEC200;}
.fold.fox .fold-content .product-desc .highlight:after{background: #B16A00;}



.video-promotion{}
.video-promotion .video-holder{
    margin: 175px 0;
}
.video-promotion .video-holder .video{
    width: 970px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.video-promotion .video-holder .video:hover .play-btn{-webkit-transform: translate(-50%, -50%) scale(1.1);-ms-transform: translate(-50%, -50%) scale(1.1);transform: translate(-50%, -50%) scale(1.1);}
.video-promotion .video-holder .video .cover{}
.video-promotion .video-holder .video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 117px;
    height: 117px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0,0,0,0.20);
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.20);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
.video-promotion .video-holder .video .play-btn img{
    top: 50%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
.video-promotion .video-holder p{
    font-size: 18px;
    color: #19233C;
    text-align: center;
    line-height: 30px;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    width: 770px;
    margin: 105px auto -50px;
    max-width: 90%;
}
.video-promotion .video-holder p .highlight{font-style: normal;position: relative;z-index: 1;}
.video-promotion .video-holder p .highlight:after{width: 100%;height: 11px;background:transparent;position:absolute;bottom: -1px;left: 0;content:'';z-index: -1;opacity: .4;}

.video-promotion.direct .video-holder p .highlight:after{
    background: #c4baf7;
}
.video-promotion.picnic .video-holder p .highlight:after{
    background: #2BCB97;
}
.video-promotion.fox .video-holder p .highlight:after{}

.product-steps{height: 770px;background: #F5F6FA;}
.product-steps>.container{height: 100%;}
.product-steps .steps-holder{
    height: 100%;
    font-size: 0;
    background-image: url(../images/direct-step-bg.png);
    background-position: left center;
    background-size: 658px;
    background-repeat: no-repeat;
}

.product-steps.picnic .steps-holder{
    background-image: url(../images/picnic-step-bg.png);
    /* background-size: 816px; */
}
.product-steps.fox .steps-holder{
    background-image: url(../images/fox-step-bg.png);
}

.product-steps .steps-holder .step-img{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    position: relative;
}
.product-steps.direct .steps-holder .step-img{
    /* background: url('../images/direct-step-bg.png'); */
    /* background-position: center center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}
.product-steps.direct .steps-holder .step-img:after{background: url('../images/direct-step.png');content:'';width: 465px;height: 746px;bottom:0;left: 60%;position: absolute;display: block;background-size: contain;background-repeat: no-repeat;background-position: center bottom;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.product-steps .steps-holder .step-text{
    vertical-align: top;
    width: 50%;
    display: inline-block;
    margin: 120px 0 0;
    padding-right: 70px;
    padding-left: 80px;
}
.product-steps .steps-holder .step-text h2{
    font-size: 24px;
    color: #304351;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0px 50px 20px;
}
.product-steps .steps-holder .step-text .step{
    font-size: 0;
    padding-bottom: 90px;
    position: relative;
}
.product-steps .steps-holder .step-text .step i{
    font-size: 18px;
    color: #19233C;
    letter-spacing: 0;
    text-align: center;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    font-style: normal;
    width: 48px;
    height: 48px;
    background: url('../images/direct-step-bullet.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 12px 0;
    /* position: relative; */
}
.product-steps.fox .steps-holder .step-text .step i{
    color: #8A92A6;
    background: none;
}
.product-steps.fox .steps-holder .step-text .step span{
    color: #FE9800;
    padding-left: 10px;
}
.product-steps.picnic .steps-holder .step-text .step i{background: none !important;font-size: 20px;color: #8A92A6;font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;padding-top: 0;}
.product-steps .steps-holder .step-text .step i:after{height: 47px;width:2px;background: #C0C5D1;position:absolute;left: 23px;bottom: 32px;content:'';bottom: auto;top: 50%;}
.product-steps.picnic .steps-holder .step-text .step i:after{}
.product-steps.fox .steps-holder .step-text .step i:after{}

.product-steps .steps-holder .step-text .step:last-child i:after{
    display: none;
}
.product-steps .steps-holder .step-text .step:last-child i{}
.product-steps .steps-holder .step-text .step .example-btn{
    background: #FFFFFF;
    border: 1px solid #DEE2ED;
    -webkit-box-shadow: 0 4px 10px 0px rgba(26,44,90,0.10);
    box-shadow: 0 4px 10px 0px rgba(26,44,90,0.10);
    font-family: Santral-Bold;
    font-size: 11px;
    color: #4C84FF;
    letter-spacing: 0.86px;
    text-align: center;
    padding: 15px 25px;
    display: block;
    margin: 12px 0 0 0;
    line-height: 1;
    display: inline-block;
    height: 40px;
}
.product-steps .steps-holder .step-text .step .example-link{
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: #4C84FF;
    text-decoration: underline;
    margin: 5px 0 0 0;
    display: inline-block;
}
.product-steps .steps-holder .step-text .step span{
    font-size: 17px;
    color: #19233C;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    padding-left: 35px;
    padding-top: 10px;
}
.product-steps.picnic .steps-holder .step-text .step span{
    padding-left: 0px;
    color: #2EB57D;
    padding-top: 1px;
    width: calc(100% - 140px);
}
.product-features{
    margin: 150px 0;
}
.product-features .features-holder{
    font-size: 0;
}
.product-features .features-holder .feature{
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding-right: 57px;
    text-align: left;
    margin-bottom: 100px;
}
.product-features .features-holder .feature img{
    height: 155px;
    width: auto;
}
.product-features .features-holder .feature img.small{padding-top: 30px;}
.product-features .features-holder .feature h3{
    font-size: 18px;
    color: #8A92A6;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 35px 0 25px;
}
.product-features .features-holder .feature p{
    font-size: 16px;
    color: #19233C;
    line-height: 26px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 0;
}

.cta-single{
    text-align: center;
    margin: 150px 0;
}
.cta-single.less-margin{margin:30px 0;}
.cta-single .btn.cta{
    background: #5E3FFF;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    height: 42px;
    padding: 12px 16px;
}
.cta-single.picnic .btn.cta{
    background: #2BCB97;
}
.cta-single.fox .btn.cta{
    background: #FE9800;
}
.testimonials-slider-holder{
    margin-bottom: 250px;
}
.testimonials-slider-holder .slider-holder{
    /* padding: 0 20px; */
}
.testimonials-slider-holder .slider-holder .testimonial-slider{
    width: 100%;
    height: 260px;
    background: #5E3FFF url(../images/direct-quote-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
}
.testimonials-slider-holder.main .slider-holder .testimonial-slider{
    background-color: #4C84FF;
}
.testimonials-slider-holder.picnic .slider-holder .testimonial-slider{
    background: #2BCB97 url(../images/picnic-quote-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonials-slider-holder .testimonial-slider .item{
    width: 100%;
    height: 260px;
    text-align: left;
    position: relative;
}
.testimonials-slider-holder .testimonial-slider .item .t-profile{
    display: inline-block;
    vertical-align: top;
    margin: 75px 150px;
}
.testimonials-slider-holder .testimonial-slider .item .t-profile img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 7px;
}
.testimonials-slider-holder .testimonial-slider .item .t-profile span{
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    display: block;
}
.testimonials-slider-holder .testimonial-slider .item .t-text{
    display: inline-block;
    vertical-align: top;
    margin: 100px 0px 0 0;
    width: 56%;
    /* position: relative; */
}
.testimonials-slider-holder .testimonial-slider .item .t-text:before{position: absolute;top: -70px;left: -50px;background:url('../images/direct-quote-1.svg');width: 92px;height: 54px;content:'';left: 336px;top: 30px;background-repeat: no-repeat;z-index: -1;}
.testimonials-slider-holder .testimonial-slider .item .t-text:after{position: absolute;bottom: 10px;right: 20px;background:url('../images/direct-quote-2.svg');background-repeat: no-repeat;width: 92px;height: 54px;content:'';z-index: -1;}
.testimonials-slider-holder.picnic .testimonial-slider .item .t-text:before{background:url('../images/picnic-quote-1.svg');}
.testimonials-slider-holder.picnic .testimonial-slider .item .t-text:after{background:url('../images/picnic-quote-2.svg');}
.testimonials-slider-holder.main .testimonial-slider .item .t-text:before{opacity: .7}
.testimonials-slider-holder.main .testimonial-slider .item .t-text:after{opacity: .7}
.testimonials-slider-holder .testimonial-slider .item .t-text p{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
}
.testimonials-slider-holder .testimonial-slider .owl-dots{
    display: inline-block;
    margin: 50px 0 0 0;
}
.testimonials-slider-holder .testimonial-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #C0C5D1;
    border-radius: 50%;
    margin: 0 10px;
}
.testimonials-slider-holder .testimonial-slider .owl-dots .owl-dot.active{
    background: #19233C;
    border-color: #19233C;
}

.pricing-single{
    margin: 250px 0 35px;
}
.pricing-single.show-multiple{
    margin-top: 75px;
}
.pricing-single.show-multiple.show-all{}
.pricing-single.show-multiple.show-all .pricing .btn.proceed{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.pricing-single.show-multiple.show-all .pricing.direct:hover{
    border-color: #441ed4;
    -webkit-transform: scale(1.1) translateY(-25px);
    -ms-transform: scale(1.1) translateY(-25px);
    transform: scale(1.1) translateY(-25px);
    -webkit-box-shadow: 0px 3px 30px 0px #0000001f;
    box-shadow: 0px 3px 30px 0px #0000001f;
}
.pricing-single.show-multiple.show-all .pricing.picnic:hover{
    border-color: #13ad7b;
    -webkit-transform: scale(1.05) translateY(-15px);
    -ms-transform: scale(1.05) translateY(-15px);
    transform: scale(1.05) translateY(-15px);
    -webkit-box-shadow: 0px 3px 30px 0px #0000001f;
    box-shadow: 0px 3px 30px 0px #0000001f;
}
.pricing-single.show-multiple.show-all .pricing.fox:hover{
    border-color: #ef7a0f;
    -webkit-transform: scale(1.1) translateY(-25px);
    -ms-transform: scale(1.1) translateY(-25px);
    transform: scale(1.1) translateY(-25px);
    -webkit-box-shadow: 0px 3px 30px 0px #0000001f;
    box-shadow: 0px 3px 30px 0px #0000001f;
}
.pricing-single.show-multiple.show-all .pricing.direct:hover .btn.proceed{
    background: #441ed4;
}
.pricing-single.show-multiple.show-all .pricing.picnic:hover .btn.proceed{
    background: #13ad7b;
}
.pricing-single.show-multiple.show-all .pricing.fox:hover .btn.proceed{
    background: #ef7a0f;
}
.pricing-single.show-multiple.show-all .pricing{
    margin: 0 10px;
    width: 365px;
    height: 580px;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.pricing-single.show-multiple .pricing{
    display: inline-block;
    margin: 0 30px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
}
.pricing-single.show-multiple.show-all .pricing-holder{background: none;}
.pricing-single.show-multiple .pricing-holder{
    text-align: center;
}
.pricing-single.show-multiple .pricing.picnic .product span{
    color: #2BCB97;
}
.pricing-single.show-multiple .pricing.direct .product span{}
.pricing-single.show-multiple .pricing.picnic .btn.proceed{
    background: #2BCB97;
}
.pricing-single.show-multiple .pricing.direct .btn.proceed{
    background: #5E3FFF;
}

.pricing-single .pricing-holder{
    background: url(../images/direct-pricing-bg.png) no-repeat center center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.pricing-single .pricing{
    width: 370px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
}
.pricing-single .pricing .product{
    text-align: center;
    font-size: 0;
    margin: 30px 0 0 0;
}
.pricing-single .pricing .product img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: -15px;
    width: 50px;
    height: 50px;
}
.pricing-single .pricing .product span{
    font-size: 18px;
    color: #5E3FFF;
    letter-spacing: 0;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.pricing-single.picnic .pricing .product span{color: #57E29A;}
.pricing-single .pricing.fox .product span{color: #FE9800;}
.pricing-single .pricing.fox .price{
    margin: 25px 0 20px;
}
.pricing-single .pricing.fox .price .price-self{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #97A1A8;
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
}
.pricing-single .pricing.fox .price .price-self strong{
    font-size: 32px;
    color: #304351;
    text-align: center;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.pricing-single .pricing.fox .price .price-self strong i{
    font-size: 18px;
    color: #304351;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0 0;
}
.pricing-single .pricing.fox .price .price-note{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #97A1A8;
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
    margin-top: -5px;
}
.pricing-single .pricing .highlight{
    font-size: 22px;
    color: #FF5661;
    text-align: center;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    margin: 45px 0 40px;
}
.pricing-single .pricing .bullets{}
.pricing-single .pricing .bullet{
    padding: 24px 0;
    border-top: 1px solid #EDEEF0;
    margin: 0 20px;
}
.pricing-single .pricing .bullet img{
    display: inline-block;
    vertical-align: top;
    margin: 3px 0px 0px 13px;
}
.pricing-single .pricing .bullet span{
    font-size: 15px;
    color: #304351;
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    padding: 0 5px;
    text-align: center;
}
.pricing-single .pricing .bullet:last-child{}
.pricing-single .pricing .btn.proceed{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    background: #5E3FFF;
    border-radius: 0 0 4px 4px;
    display: block;
    height: 62px;
    padding: 23px 0;
    margin-bottom: -1px;
}
.pricing-single .pricing.fox .btn.proceed{
    background: #FE9800;
}
.pricing-single .sub-note{
    opacity: 0.5;
    font-size: 13px;
    color: #304351;
    text-align: center;
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
    max-width: 80%;
    text-align: center;
    margin: 30px auto 0;
}

footer{background: #19233C url('../images/footer-bg.svg') no-repeat center center;height:350px;background-size: cover;background-position: center -60px;}
footer .columns-holder{
    padding-top: 50px;
    font-size: 0;
}
footer .col{
    display: inline-block;
    vertical-align: top;
}
footer .nametag{
    width: 300px;
}
footer .nametag .logo{
    width: 80px;
    margin-bottom: 15px;
}
footer .nametag span{
    display: block;

    font-size: 14px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
footer .nametag .bottom{
    margin-top: 140px;
}
footer .products{
    width: 200px;
}
footer .products .product{
    display: block;
    margin-bottom: 30px;
}
footer .products .product img{
    width: 36px;
    vertical-align: middle;
    display: inline-block;
}
footer .products .product span{
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    margin-left: 14px;
}
footer .products .product.direct span{
    color: #5E3FFF;
}
footer .products .product.picnic span{
    color: #57E29A;
}
footer .products .product.fox span{
    color: #FE9800;
    opacity: .7;
}
footer .products .product.fox span i{
    font-style: normal;
    display: block;
    font-size: 12px;
    margin-bottom: -20px;
}
footer .links{
    width: 200px;
}
footer .links a{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    display: block;
    margin-bottom: 25px;
}
footer .links a:last-child{
    margin-bottom: 0;
}
footer .links-extra{
    width: 200px;
}
footer .links-extra a{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    display: block;
    margin-bottom: 25px;
}
footer .links-extra a:last-child{
    margin-bottom: 0;
}
footer .socials{
    width: 270px;
}
footer .socials .form-group{
    margin-bottom: 25px;
}
footer .socials .form-control{
    background: #19233C;
    border: 1px solid #474F63;
    border-radius: 2px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
footer .socials .social-links{
    text-align: right;
}
footer .socials .social-links a{
    display: inline-block;
    margin-right: 41px;
}
footer .socials .social-links a img{}
footer .socials .social-links a:last-child{
    margin-right: 0;
}
footer .socials .designer{
    font-size: 14px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 90px 0 0 0;
    text-align: right;
    display: block;
}
footer .socials .designer a{
    text-decoration: underline !important;
    color: #8A92A6;
}


.fold.main{
    height: auto;
    padding-bottom: 50px;
}
.fold.main>.container{}
.fold.main .fold-content{
    margin-top: 280px;
    width: 420px;
}
.fold.main .fold-content h2{
    font-size: 42px;
    color: #304351;
    letter-spacing: 0;
    line-height: 64px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0 35px 0;
}
.fold.main .fold-content p{
    font-size: 18px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.fold.main .fold-content .redirect-btn{
    background: #FE9800;
    color: #fff;
}

.main-quote{
    min-height: 480px;
    background: #F7F8FB;
    text-align: center;
}
.main-quote .quote{
    width: 970px;
    margin: 70px auto 0;
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 44px;
    font-family: 'TiemposText-RegularItalic', BlinkMacSystemFont, sans-serif;
    max-width: 82%;
}
.main-quote .quote .highlighted{font-style: normal;position: relative;z-index: 1;}
.main-quote .quote .highlighted:after{width: 82%;height: 20px;background: #F7DF91;position:absolute;bottom: -5px;left: 28px;content:'';z-index: -1;opacity: 1;}
.main-quote .quote .highlighted:last-of-type{}
.main-quote .quote .highlighted:last-of-type:after{
    background: #FFD7D7;
    width: 62%;
    left: 30px;
}
.main-quote .company{
    margin: 30px auto 45px;
    opacity: .5;
}
.main-quote h3{
    font-size: 16px;
    color: #19233C;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 45px 0 20px;
    padding: 0 20px;
}
.main-quote h3 img{
    margin: 17px auto 0;
}
.main-quote .redirect-btn{
    background: #4C84FF;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    width: 210px;
    height: 42px;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    padding: 14px 0;
    margin: 0 auto 65px;
}

.which-product{
    padding: 160px 0;
}
.which-product .holder{
    font-size: 0;
}
.which-product .holder h2{
    font-size: 24px;
    color: #304351;
    line-height: 36px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    width: calc(100% - 870px);
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-right: 30px;
}
.which-product .boxes{
    width: 870px;
    display: inline-block;
    vertical-align: top;
}
.which-product .boxes .box{
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
    height: 280px;
    width: 270px;
    margin-right: 30px;
    padding: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.which-product .boxes .box:last-child{
    margin-right: 0;
}
.which-product .box img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}
.which-product .box span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #3e3e3e;
    letter-spacing: 0;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
}
.which-product .box.direct span{
    color: #5E3FFF;
}
.which-product .box.picnic span{
    color: #57E29A;
}
.which-product .box.fox span{
    color: #FE9800;
}
.which-product .box p{
    font-size: 15px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 22px 0 0 0;
}
.which-product .box a{
    border-radius: 4px;
    border: 1px solid #C5C9D3;
    width: 100px;
    height: 42px;
    display: block;
    font-size: 12px;
    color: #8A92A6;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    padding: 13px 0;
    position: absolute;
    bottom: 27px;
    text-decoration: none !important;
}


h2.client-line{
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0 60px 0;
}
h2.client-line .highlighted{
    color: #4C84FF;
    font-style: normal;
    font-size: 32px;
    padding-right: 5px;
    position: relative;
}
h2.client-line .highlighted:after{width: 93%;height: 23px;background: #FFE799;position:absolute;bottom: -5px;left: -3px;content:'';z-index: -1;opacity: 1;}

.clients-slider-holder{
    margin: 90px 0 0;
    position: relative;
}
.clients-slider-holder .nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
}
.clients-slider-holder .nav a{padding: 15px;}
.clients-slider-holder .nav .prev{
    float: left;
}
.clients-slider-holder .nav .next{
    float: right;
}
.clients-slider-holder .owl-dots{
    position: absolute;
    bottom: 45px;
    left: calc(57% + 70px);
}
.clients-slider-holder .owl-dot{
    border: 1px solid #C0C5D1 !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: transparent !important;
    margin-right: 20px;
}
.clients-slider-holder .owl-dot:last-child{
    margin-right: 0;
}
.clients-slider-holder .owl-dot.active{
    background: #19233C !important;
    border-color: #19233C !important;
}
.clients-slider-holder .client-carousel{
    position: relative;
}
.clients-slider-holder .client-carousel .item{
    font-size: 0;
    height: 560px;
}
.clients-slider-holder .item .client-img{
    width: 57%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.clients-slider-holder .item .client-desc{
    width: 43%;
    display: inline-block;
    vertical-align: top;
    background: #F3F2F1;
    height: 100%;
    padding-left: 70px;
}
.clients-slider-holder .item .client-desc h3{
    font-size: 42px;
    color: #304351;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 80px 0 20px;
}
.clients-slider-holder .item .client-desc h4{
    font-size: 16px;
    color: #8A92A6;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.clients-slider-holder .item .client-desc p{
    font-size: 16px;
    color: #304351;
    line-height: 26px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    max-width: 360px;
    margin: 55px 0 65px;
}
.clients-slider-holder .item .client-desc p .highlighted{
    font-style: normal;
    position: relative;
    z-index: 1;
}
.clients-slider-holder .item .client-desc p .highlighted:after{width: 106%;height: 10px;background: #F7DF90;position:absolute;bottom: -1px;left: -3px;content:'';z-index: -1;}
.clients-slider-holder .item .client-desc a{
    font-size: 16px;
    color: #CD6308;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.clients-slider-holder .item .client-desc a span{}
.clients-slider-holder .item .client-desc a img{
    display: inline-block;
    width: 12px;
}


.sopsy-features{
    height: auto;
    background: #FAFAFC;
}
.sopsy-features h2{
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 80px 0 90px 0;
}
.sopsy-features .holder{
    margin: 90px auto 40px;
    font-size: 0;
    text-align: center;
}
.sopsy-features .holder .box{
    display: inline-block;
    vertical-align: top;
    width: 365px;
    margin-right: 25px;
    margin-bottom: 75px;
    text-align: left;
}
.sopsy-features .holder .box:nth-child(3n){margin-right: 0;}
.sopsy-features .holder .box img{
    height: 155px;
    width: auto;
}
.sopsy-features .holder .box h3{
    font-size: 18px;
    color: #304351;
    line-height: 26px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    margin: 15px 0 13px;
}
.sopsy-features .holder .box p{
    font-size: 16px;
    color: #8A92A6;
    line-height: 26px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 0;
}
.sopsy-features .holder .box:last-child{}

.sopsy-pricing{}
.sopsy-pricing .p-box{
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
    height: 300px;
    margin: 115px auto 150px;
    font-size: 0;
}
.sopsy-pricing .p-box .cta{
    width: 370px;
    display: inline-block;
    vertical-align: top;
    background: #4C84FF;
    height: 100%;
}
.sopsy-pricing .p-box .cta h3{
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 40px 0 27px;
}
.sopsy-pricing .p-box .cta h4{
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    font-family: 'Santral-Light', BlinkMacSystemFont, sans-serif;
    margin: 0 0 0px;
}
.sopsy-pricing .p-box .cta h4 i{
    font-style: normal;
    /* text-decoration: line-through; */
}
.sopsy-pricing .p-box .cta p{
    opacity: 0.5;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.sopsy-pricing .p-box .cta .redirect-btn{
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color: #4C84FF;
    letter-spacing: 1px;
    text-align: center;
    width: 210px;
    height: 42px;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    padding: 14px 0;
    margin: 70px auto 0;
}
.sopsy-pricing .p-box .desc{
    border: 1px solid #EDEEF0;
    border-left: none;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 370px);
    height: 100%;
    padding: 90px 0 0 55px;
    background: #fff url('../images/sopsy-pricing-bg.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 250px;
}
.sopsy-pricing .p-box .desc .note{
    font-size: 13px;
    color: #6090ff;
    text-align: left;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 50px 0 0 0;
    padding-left: 20px;
}
.sopsy-pricing .p-box .desc .bullet{
    margin-bottom: 15px;
    padding-left: 20px;
}
.sopsy-pricing .p-box .desc .bullet img{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
    margin-left: -35px;
}
.sopsy-pricing .p-box .desc .bullet span{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    color: #4C84FF;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
}
.sopsy-pricing .p-box .desc .bullet:last-child{
    margin-bottom: 0;
}
.legals-fold{margin: 120px 0;}
.legals-fold h2{
    font-size: 32px;
    color: #304351;
    letter-spacing: 0;
    text-align: center;
    line-height: 52px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    width: 1070px;
    margin: 90px auto 40px;
    max-width: 90%;
}
.legals-fold p{
    font-size: 17px;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    display: block;
    max-width: 100%;
    padding: 0 20px;
}
.about-fold{
    margin-top: 120px;
}
.about-fold h2{
    font-size: 32px;
    color: #304351;
    letter-spacing: 0;
    text-align: center;
    line-height: 52px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    width: 1070px;
    margin: 90px auto 40px;
    max-width: 90%;
}
.about-fold .cover{
    width: 100%;
    margin: 0 auto;
}

.for-area{
    font-size: 0;
    overflow: hidden;
}
.for-area h2{
    font-size: 32px;
    color: #304351;
    letter-spacing: 0;
    text-align: center;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    margin: 120px 0 70px;
}
.for-area .split{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 500px;
    padding: 130px 0;
    position: relative;
}
.for-area .split span{
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    display: block;
    margin-bottom: 31px;
}
.for-area .split.left{
    background: #304351;
    padding-right: 160px;
}
.for-area .split.left span{
    text-decoration: line-through;
}
.for-area .split.right{
    background: #4C84FF;
    padding-left: 160px;
}
.for-area .split.right span{}
.for-area .split.right:after{position: absolute;left:0;width:100vw;background: #4C84FF;z-index: -1;top:0;height:100%;content:'';}
.for-area .split.left:after{position: absolute;right: 0;width:100vw;background: #304351;z-index: -1;top:0;height:100%;content:'';}

.redirect-btn.redirect-single{
    background: #4C84FF;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    width: 210px;
    height: 42px;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    padding: 14px 0;
    margin: 80px auto;
}

.sopsy-team{
    margin: 100px 0;
}
.sopsy-team h2{
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 15px 0 70px;
}
.sopsy-team .members{
    text-align: center;
}
.sopsy-team .members .member{
    width: 270px;
    vertical-align: top;
    display: inline-block;
    margin-right: 130px;
}
.sopsy-team .members .member:last-child{
    margin-right: 0;
}
.sopsy-team .members .member .picture{
    border-radius: 50%;
    width: 270px;
    height: 270px;
    -webkit-box-shadow: 0px 0px 0px 3px #fff, 0px 2px 20px 6px #4c84ff1f;
    box-shadow: 0px 0px 0px 3px #fff, 0px 2px 20px 6px #4c84ff1f;
}
.sopsy-team .members .member h3{
    font-size: 16px;
    color: #304351;
    line-height: 26px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 25px 0 10px;
}
.sopsy-team .members .member .socials{}
.sopsy-team .members .member .socials a{
    display: inline-block;
    margin-right: 20px;
}
.sopsy-team .members .member .socials a:last-child{
    margin-right: 0;
}
.sopsy-team .separator{
    display: block;
    background: #EBEBEB;
    height: 1px;
    margin: 65px 0;
}
.sopsy-team .sub-info{
    text-align: center;
}
.sopsy-team .sub-info p{
    font-size: 16px;
    color: #304351;
    text-align: center;
    line-height: 26px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin-bottom: 0;
}
.sopsy-team .sub-info p a{
    color: #304351;
}
.sopsy-team .sub-info .address{
    margin-bottom: 25px;
}


header .navbar-toggle {
    border: none;
    background: transparent !important;
}

header .navbar-toggle:hover {
    background: transparent !important;
}

header .navbar-toggle .icon-bar {
    width: 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff !important;
    height: 3px;
    border-radius: 50px;
}
header.main .navbar-toggle .icon-bar{background: #2f4352 !important;}
header .navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

header .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 6px;
    margin-bottom: 6px;
}

header .navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 5% 90%;
    margin-top: 0;
}

header .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

header .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.product-steps.direct .steps-holder .step-text{margin-top: 150px;}

.product-steps.picnic{padding-bottom: 160px;height:770px;}
.channel-fold{
    margin: 120px 0 0 0;
    height: 660px;
}
.channel-fold .text-holder{}
.channel-fold.mobile-pos .text-holder{width: 665px;}
.channel-fold.etsy .text-holder{width:470px;}
.channel-fold.instagram .text-holder{width:515px;}
.channel-fold.socialmedia .text-holder{width: 500px;}
.channel-fold.stand .text-holder{width: 515px;}
.channel-fold.whatsapp .text-holder{width: 471px;}

.channel-fold .text-holder h1{
    font-size: 24px;
    color: #4C84FF;
    letter-spacing: 0;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin-top: 70px;
    display: inline-block;
    position: relative;
}
.channel-fold .text-holder h1:after{position: absolute;content:'';background: #FFE799;width: 102%;height: 23px;bottom: -10px;z-index: -1;left: 0;}
.channel-fold .text-holder h2{
    font-size: 42px;
    color: #304351;
    letter-spacing: 0;
    line-height: 64px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    margin: 30px 0 20px;
}
.channel-fold .text-holder p{
    font-size: 18px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.channel-fold .container{
    height: 100%;
    background-repeat: no-repeat;
}

.channel-fold.mobile-pos .container{
    background-image: url('../images/ch-mobilpos-fold.png');
    background-size: 450px;
    background-position: right bottom;
}
.channel-fold.etsy .container{
    background-image: url('../images/ch-etsy-fold.png');
    background-size: 731px;
    background-position: right center;
}
.channel-fold.instagram .container{
    background-image: url('../images/ch-instagram-fold.png');
    background-size: 732px;
    background-position: right center;
}
.channel-fold.socialmedia .container{
    background-image: url('../images/ch-social-fold.png');
    background-size: 570px;
    background-position: right center;
}
.channel-fold.stand .container{
    background-image: url('../images/ch-stand-fold.png');
    background-size: 600px;
    background-position: right bottom;
}
.channel-fold.whatsapp .container{
    background-image: url('../images/ch-whatsapp-fold.png');
    background-size: 630px;
    background-position: right center;
}

.channel-report{
    background: #F5F6FA;
    padding-top: 90px;
}
.channel-report h2{
    font-size: 32px;
    color: #304351;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    margin: 30px 0;
}
.channel-report p{
    font-size: 22px;
    color: #304351;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.channel-report .cover-img{
    width: 1031px;
    max-width: 90%;
    margin: 30px auto 0;
}

.bottom-page-note{
    position: fixed;
    right: 0;
    bottom:0;
    z-index: 5;
    width: 100%;
    background: #dfe2eff0;
    /* transform: translateX(-50%); */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bottom-page-note .close-btn{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    height: 100%;
}
.bottom-page-note .container{
    position: relative;
    max-width: 770px;
    padding-right: 30px;
}
.bottom-page-note p{
    font-size: 12px;
    color: #19233C;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    padding: 10px 0;
    margin: 0;
}
.bottom-page-note p a{
    color: #4C84FF;
}

.premium-features{
    margin: 150px 0;
}
.premium-features h2{
    font-size: 24px;
    color: #19233C;
    line-height: 34px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0 50px 0;
    width: 422px;
    max-width: 100%;
}
.premium-features .holder{
    font-size: 0;
}
.premium-features .holder .box{
    padding: 25px 15px 20px 35px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 270px;
    height: 270px;
    vertical-align: top;
}
.premium-features .holder .box img{}
.premium-features .holder .box h3{
    font-size: 18px;
    color: #304351;
    line-height: 28px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 15px 0 8px;
}
.premium-features .holder .box p{
    font-size: 14px;
    color: #304351;
    line-height: 24px;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.premium-features .holder .box:nth-child(4n){
    margin-right: 0;
}


.themes-slider{
    position: relative;
    padding-bottom: 0;
}
.themes-slider h2{
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    color: #304351;
    text-align: center;
    line-height: 36px;
    margin: 150px 0 100px;
}
.themes-slider .next{
    float: right;
}
.themes-slider .prev{
    float: left;
}
.themes-slider .controls{
    width: 55%;
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 1;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.themes-slider .control{
    background: #FFFFFF;
    border: 1px solid #DEE2ED;
    -webkit-box-shadow: 0 5px 7px 0 rgba(40,53,87,0.12);
    box-shadow: 0 5px 7px 0 rgba(40,53,87,0.12);
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 50%;
}
.themes-slider .control img{margin: 19px auto;}
.themes-slider .theme-carousel{}
.themes-slider .theme-carousel .owl-item > div img {
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 600px;
    padding: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.themes-slider .owl-stage-outer { padding: 5% 0; }
.themes-slider .theme-carousel .owl-item.center img {/* transform: scale(1.2); */}
.themes-slider .theme-carousel .owl-item.center{z-index: 2}
.themes-slider .theme-carousel .owl-item.center > div img{
    cursor: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 5;
}
.themes-slider .theme-carousel .owl-item:not(.center) > div {
    opacity: .5;
}
.themes-slider .cta-single{
    margin: 50px 0 150px;
}

.content-fold{
    margin: 120px 0 0 0;
}
.content-fold h2{
    font-size: 42px;
    color: #304351;
    letter-spacing: 0;
    line-height: 64px;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    text-align: center;
    margin: 15px 0;
}
.content-fold h3{
    font-size: 18px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    width: 620px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    line-height: 27px;
}

.features-table-holder{}
.features-table-holder h2{

}
.features-table-holder h2:before{

}



.features-table {
    display: table;
    border-collapse: collapse;
    margin: 75px auto 50px;
}
.features-table .box-row {
    display: table-row;
    border-bottom: 1px solid #EDEEF0;
    background-color: transparent;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.features-table .box-row:not(:first-child):hover {
    background-color: #f9f9f9;
}
.features-table .box-row:first-child {
    font-weight:bold;
    border-bottom: 3px solid #EDEEF0;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    background: #fff;
}
.features-table .box-row:first-child.scroll-to-fixed-fixed{
    -webkit-box-shadow: 0px 2px 9px 0px #e6e6e6;
    box-shadow: 0px 2px 9px 0px #e6e6e6;
}
.features-table .box-row:first-child .box{
    padding: 10px 0;
}
.features-table .box-row:first-child h2{
    font-size: 24px;
    color: #4C84FF;
    letter-spacing: 0;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    position: relative;
    display: inline-block;
}
.features-table .box-row:first-child h2:after{
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 105%;
    background: #FFE799;
    z-index: -1;
    content:'';
    height: 20px;
    opacity: 0;
}
.features-table .box-row:first-child img{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.features-table .box-row:first-child span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
}
.features-table .box-row:first-child span.picnic{
    color: #57E29A;
}
.features-table .box-row:first-child span.fox{
    color: #FE9800;
}
.features-table .box-row:first-child span.direct{
    color: #5E3FFF;
}
.features-table .box:first-child{text-align: left;width: 370px;/* padding-left: 10px; */}
.features-table .box {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
    width: 190px;
    text-align: center;
}
.features-table .box h2 i{font-size: 14px;}
.features-table .box h2{
    font-size: 20px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 0;
}
.features-table .box h3{
    font-size: 14px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 10px 0 0 0;
    line-height: 18px;
    display: none;
}
.features-table .box p{
    font-size: 18px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.features-table .box .popover-btn{
    padding: 3px 5px 6px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.features-table .box .arrow{border-right-color: #b8c5e2;}
.features-table .box .popover-btn img{}
.features-table .box .popover{
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    color: #323232;
    border-color: #b8c5e2;
    border-width: 1px;
    -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
}
.features-table .box .popover-content{}
.features-table .box .tick-cross{
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.pricing-boxes-mini{
    margin: 80px 0 150px;
}

.pricing-boxes-mini .pricing-boxes{
    text-align: center;
}
.pricing-boxes-mini .pricing-boxes .box{
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);
    display: inline-block;
    vertical-align: top;
    width: 305px;
    text-align: left;
    border-radius: 2px;
    /* overflow: hidden; */
    border: 1px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: relative;
}
.pricing-boxes-mini .pricing-boxes .box:hover{
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.12);
}
.pricing-boxes-mini .pricing-boxes .box.direct:hover{
    border-color: #5E3FFF;
}
.pricing-boxes-mini .pricing-boxes .box.picnic:hover{
    border-color: #57E29A;
}
.pricing-boxes-mini .pricing-boxes .box.fox:hover{
    border-color: #FE9800;
}
.pricing-boxes-mini .pricing-boxes .box:nth-child(2){
    margin: 0 20px;
}
.pricing-boxes-mini .pricing-boxes .box .product{
    text-align: center;
    margin: 20px 0;
}
.pricing-boxes-mini .pricing-boxes .box .product img{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
.pricing-boxes-mini .pricing-boxes .box .product span{
    font-size: 18px;
    color: #5E3FFF;
    letter-spacing: 0;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.pricing-boxes-mini .pricing-boxes .box.direct .product img{}
.pricing-boxes-mini .pricing-boxes .box.direct .product span{}
.pricing-boxes-mini .pricing-boxes .box.picnic .product img{
}
.pricing-boxes-mini .pricing-boxes .box.picnic .product span{
    color: #57E29A;
}
.pricing-boxes-mini .pricing-boxes .box.fox .product img{}
.pricing-boxes-mini .pricing-boxes .box.fox .product span{}
.pricing-boxes-mini .pricing-boxes .box.fox .product span{
    color: #FE9800;
}
.pricing-boxes-mini .pricing-boxes .box .highlight{
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    font-size: 22px;
    color: #304351;
    text-align: center;
    display: block;
    border-bottom: 1px solid #EDEEF0;
    margin: 0 50px;
    height: 45px;
    padding-top: 5px;
}
.pricing-boxes-mini .pricing-boxes .box h3{
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    color: #304351;
    text-align: center;
    margin: 20px 0;
}
.pricing-boxes-mini .pricing-boxes .box .bullets{
    padding: 0 20px;
    margin: 35px  0 85px;
}
.pricing-boxes-mini .pricing-boxes .box .bullets .bullet{}
.pricing-boxes-mini .pricing-boxes .box .bullets .bullet img{
    display: inline-block;
    vertical-align: top;
}
.pricing-boxes-mini .pricing-boxes .box .bullets .bullet span{
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    color: #304351;
    line-height: 18px;
    padding-left: 5px;
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.pricing-boxes-mini .pricing-boxes .box .btn.proceed{
    height: 50px;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    padding: 17px 0;
    border: none;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    border-radius: 0 0 2px 2px;
}
.pricing-boxes-mini .pricing-boxes .box.direct .btn.proceed{
    background: #5E3FFF;
}
.pricing-boxes-mini .pricing-boxes .box.picnic .btn.proceed{
    background: #57E29A;
}
.pricing-boxes-mini .pricing-boxes .box.fox .btn.proceed{
    background: #FE9800;
}
.pricing-boxes-mini .pricing-boxes .box .price{
    height: 45px;
}
.pricing-boxes-mini .pricing-boxes .box .price .price-self{
    display: block;
    text-align: center;
    font-family: 'Santral-Regular', BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: #97A1A8;
    margin: 0 50px;
    border-bottom: 1px solid #EDEEF0;
    padding-bottom: 0;
}
.pricing-boxes-mini .pricing-boxes .box .price .price-self strong{
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    color: #304351;
    text-align: center;
}
.pricing-boxes-mini .pricing-boxes .box .price .price-self strong i{
    font-style: normal;
    font-size: 20px;
    vertical-align: top;
}
.pricing-boxes-mini .pricing-boxes .box .price .price-note{}

.error-page{
    margin: 220px 0 300px;
}
.error-page .bg{
    float: right;
}
.error-page .bg img{}
.error-page .text{
    float: left;
    width: calc(100% - 551px);
    padding-right: 100px;
}
.error-page .text h2{
    font-size: 42px;
    color: #304351;
    letter-spacing: 0;
    line-height: 64px;
    font-family: 'Santral-SemiBold', BlinkMacSystemFont, sans-serif;
    margin: 90px 0 20px;
}
.error-page .text p{
    font-size: 18px;
    color: #8A92A6;
    letter-spacing: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.error-page .text a{
    color: #4C84FF;
    text-decoration: underline !important;
}

.boxed-info-area{
    padding: 140px 0 200px;
    background: #FAFAFC;
}
.boxed-info-area h2{
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0 60px 0;
}
.boxed-info-area h2 i{
    color: #4C84FF;
    font-style: normal;
    font-size: 32px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}
.boxed-info-area h2 i:after{
    width: 93%;
    height: 18px;
    background: #FFE799;
    position: absolute;
    bottom: 0px;
    left: -3px;
    content: '';
    z-index: -1;
    opacity: 1;
}
.boxed-info-area .main-desc{
    font-size: 21px;
    color: #8A92A6;
    text-align: center;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 30px auto 70px;
    width: 790px;
    max-width: 95%;
}
.boxed-info-area .steps{
    text-align: center;
    font-size: 0;
}
.boxed-info-area .step:last-child{margin-right: 0;}
.boxed-info-area .step{
    display: inline-block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 25px 0 #DEE2ED;
    box-shadow: 0 15px 25px 0 #DEE2ED;
    border-radius: 4px;
    width: 350px;
    height: 280px;
    padding: 30px 35px 30px 30px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    text-align: left;
}
.boxed-info-area .step span{
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
    width: 50px;
    height: 50px;
    background: #4C84FF;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 3px 11px 0 rgba(0,0,0,0.13);
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.13);
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 20px;
}
.boxed-info-area .step p{
    font-size: 18px;
    color: #19233C;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
}
.boxed-info-area .step:nth-child(1) img{
    position: absolute;
    right: -12px;
    bottom: -12px;
}
.boxed-info-area .step:nth-child(2) img{
    position: absolute;
    right: -25px;
    bottom: -15px;
}
.boxed-info-area .step:nth-child(3) img{
    position: absolute;
    right: -20px;
    bottom: -15px;
}

.faq{
    background: #FAFAFC;
    padding: 80px 0;
}
.faq.single{
    margin: 120px 0 0;
}
.faq .redirect-btn{
    background: #4C84FF;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    width: 210px;
    height: 42px;
    display: block;
    font-family: 'Santral-Bold', BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    padding: 14px 0;
    margin: 60px auto 0;
}
.faq h3{
    font-size: 24px;
    color: #304351;
    text-align: center;
    line-height: 36px;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    margin: 0 0 30px 0;
}
.faq h4{}
.faq p{
    font-size: 21px;
    color: #8A92A6;
    text-align: center;
    font-family: 'Santral-Medium', BlinkMacSystemFont, sans-serif;
    margin: 30px auto 70px;
    width: 790px;
    max-width: 95%;
}
.faq .panel-group{
    width: 970px;
    margin: 0 auto;
    max-width: 90%;
}
.faq .panel-group .panel + .panel{
    margin-top: 30px;
}
.faq .panel{
    border: none;
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
    box-shadow: 0 10px 15px -10px #DEE2ED !important;
    overflow: hidden;
}
.faq .panel-heading{
    padding: 0;
    background: #FFFFFF;
    border: none;
    border: none !important;
    box-shadow: none !important;
}
.faq .panel-heading.opened a img{transform: translateY(-50%) rotate(45deg);}
.faq .panel-title{
    border: none;
    border: none !important;
    box-shadow: none !important;
}
.faq .panel-title a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 80px 30px 30px;
    font-family: Santral-SemiBold;
    font-size: 19px;
    color: #304351;
    letter-spacing: 0;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    position: relative;
}
.faq .panel-title a img{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all .25s ease;
    transform-origin: unset;
}
.faq .panel-collapse{}
.faq .panel-body{
    font-family: Santral-Medium;
    font-size: 16px;
    color: #304351;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 30px;
    border-top: 1px solid #CAD0DF !important;
    padding: 30px 0;
}
.faq .panel-body a{
    color: #4C84FF;
    text-decoration: underline !important;
}

.boxed-info-area.ptt{}
.boxed-info-area.ptt .steps .step{
    width: 460px;
}
.boxed-info-area.ptt .steps .step span{
    width: auto;
    height: auto;
    border: none;
    border-radius: initial;
    background: transparent;
    box-shadow: none;
    font-family: 'Merriweather-Bold', BlinkMacSystemFont, sans-serif;
    font-size: 19px;
    color: #304351;
    text-align: center;
    line-height: 36px;
}
.boxed-info-area.ptt .steps .step p{
    font-size: 19px;
    color: #8A92A6;
    text-align: left;
    line-height: 1.5em;
}
.boxed-info-area.ptt .steps .step:first-child img{
    width: 190px;
    right: -10%;
    bottom: -18%;
    opacity: 0.6;
}
.boxed-info-area.ptt .steps .step:last-child img{
    width: 190px;
    right: -8%;
    bottom: -19%;
    opacity: .6;
}
.boxed-info-area.ptt h2 i{
    font-size: inherit;
}
.boxed-info-area.ptt h2 i:after{
    left: 7px;
    width: 97%;
    height: 13px;
    bottom: -1px;
}


/*
* Media Queries
*******************/

@media only screen and (min-width : 1200px) {

    .container{width:1170px;}
    .fold.direct .fold-content{width: 550px;}

}

@media only screen and (max-width : 1200px) {
    .boxed-info-area.ptt .steps .step{
        width: 455px;
    }
    .boxed-info-area .step:nth-child(3) img{
        right: -30px;
        bottom: -25px;
    }
    .boxed-info-area .step{
        width: 290px;
    }
    .pricing-boxes-mini .pricing-boxes .box{
        width: 295px;
    }
    .pricing-single.show-multiple.show-all .pricing{}
    .themes-slider h2{
        margin: 70px 0 70px;
    }
    .themes-slider .cta-single{
        margin-bottom: 70px;
    }
    .themes-slider .controls{
        width: 60%;
    }
    header .main-nav .navbar-collapse{
        width: calc(100% - 85px);
    }
    .premium-features .holder .box{
        width: 293px;
    }
    .premium-features .holder .box:nth-child(4n){
        margin-right: 30px;
    }
    .premium-features .holder .box:nth-child(3n){
        margin-right: 0;
    }
    .premium-features .holder{}
    .premium-features{}
    .product-steps.fox .steps-holder{
        background-size: 560px;
    }
    .fold.fox>.container{
        background-size: 500px;
        background-position-y: center;
    }
    .fold.fox .fold-content .product-desc{}
    .fold.fox .fold-content{}
    .channel-fold.mobile-pos .text-holder{
        width: 540px;
    }
    .channel-fold.etsy .text-holder{}
    .channel-fold.instagram .text-holder{}
    .channel-fold.socialmedia .text-holder{}
    .channel-fold.stand .text-holder{}
    .channel-fold.whatsapp .text-holder{
        width: 435px;
    }
    .channel-fold{
        min-height: 600px;
        height: auto;
    }
    .channel-report{}
    .channel-report h2{}
    .channel-report p{}
    .channel-report .cover-img{}
    .channel-report p{}
    .channel-fold .text-holder h1{
        margin-top: 40px;
    }
    .channel-fold .text-holder h2{
        font-size: 35px;
        line-height: 51px;
    }
    .channel-fold .text-holder p{}
    .channel-fold .text-holder{}
    .channel-fold.mobile-pos .container{
        background-size: 400px;
    }
    .channel-fold.etsy .container{}
    .channel-fold.instagram .container{}
    .channel-fold.socialmedia .container{
        background-size: 440px;
    }
    .channel-fold.stand .container{
        background-size: 570px;
    }
    .channel-fold.whatsapp .container{
        background-size: 500px;
        background-position: right center;
    }

    .sopsy-pricing .p-box .desc .note{
        padding-right: 160px;
        padding-left: 20px;
    }
    .sopsy-pricing .p-box .desc{
        background-size: 200px;
        padding: 60px 50px 0 35px;
    }
    .sopsy-pricing .p-box .desc .bullet span{
        font-size: 20px;
    }
    .sopsy-features .holder .box{
        width: 50%;
        margin-right: 0;
        padding-right: 21px;
    }
    .sopsy-features .holder{}
    .sopsy-features h2{}
    .which-product{
        padding: 80px 0 110px;
    }
    .which-product .boxes{
        width: auto;
    }
    .which-product .holder h2{
        display: block;
        width: 100%;
        margin: 0 0 50px 0;
    }
    .fold.main>.container{
        background-size: 540px;
        background-position-y: calc(100% - 250px);
        background-position-y: 100%;
    }
    .fold.main .fold-content{
        margin-top: 140px;
    }
    .product-steps.picnic .steps-holder .step-text .step span{
        width: calc(100% - 60px);
    }
    .product-steps.picnic .steps-holder{
        background-size: 550px;
    }

    .product-steps .steps-holder .step-text .step{
        padding-bottom: 95px;
    }
    .product-steps .steps-holder .step-text{
        padding-right: 15px;
    }
    footer .nametag{
        width: 250px;
    }
    footer .products{
        width: 170px;
    }
    footer .links{
        width: 150px;
    }
    footer .links-extra{
        width: 150px;
    }
    footer .socials{
        width: 220px;
    }
    footer .socials .social-links a{
        margin-right: 29px;
    }
    header .main-nav .navbar-collapse .nav>li a{
        padding: 12px;
    }
    header .main-nav .navbar-collapse .btn{
        margin-left: 5px;
    }
    header .main-nav .navbar-collapse .btn.highlighted{
        margin-left: 5px;
    }
    header .main-nav .navbar-brand img{
        width: 85px;
    }

}

@media only screen and (max-width: 992px) {
    .boxed-info-area.ptt .steps .step:first-child img{width: 110px;bottom: -11% !important;opacity: .4;}
    .boxed-info-area.ptt .steps .step:last-child img{
        width: 110px;
        bottom: -13% !important;
        z-index: 0;
        opacity: .4;
    }
    .boxed-info-area.ptt .steps .step p{
        font-size: 17px;
        line-height: 1.35em;
        z-index: 2;
        position: relative;
    }
    .boxed-info-area.ptt .steps .step{
        width: 48%;
        margin-right: 2%;
    }
    .boxed-info-area .step p{
        font-size: 16px;
    }
    .boxed-info-area .step img{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto !important;
        bottom: -10% !important;
        opacity: .75;
    }
    .boxed-info-area .step{
        width: 32%;
        margin-right: 2%;
        padding: 30px 20px;
    }
    .features-table .box-row:first-child .box:first-child{padding-left: 5px;}
    .features-table .box h3{display: block;}
    .features-table .box .popover-btn{display: none;}
    .pricing-boxes-mini .pricing-boxes .box h3{font-size: 14px;}
    .error-page .bg{}
    .error-page .bg img{max-width: 80%;margin:0 auto;}
    .error-page .text h2{}
    .error-page .text{width:100%;padding:0 20px;}
    .pricing-boxes-mini .pricing-boxes .box .bullets .bullet span{margin-top: -1px;}
    .pricing-boxes-mini .pricing-boxes .box .bullets{
        padding: 0 3px 0 5px;
    }
    .pricing-boxes-mini .pricing-boxes .box:nth-child(2){
        margin: 0 10px;
    }
    .pricing-boxes-mini .pricing-boxes .box{
        width: 230px;
    }
    footer .socials .designer{margin-top: 30px;}
    .premium-features .holder .box{
        width: 345px;
        margin-right: 30px !important;
    }
    .premium-features .holder .box:nth-child(2n){
        margin-right: 0 !important;
    }
    .premium-features .holder .box:nth-child(3n){
    }
    .premium-features .holder .box:nth-child(4n){
    }
    .product-steps.fox .steps-holder .step-text .step{
        padding-bottom: 80px;
    }
    .product-steps.fox .steps-holder{
        background-image: none;
    }
    .product-steps.fox .steps-holder .step-img{
        display: none;
    }
    .product-steps.fox .steps-holder .step-text{
        width: 100%;
        display: block;
    }
    .fold.fox>.container{
        background-size: 500px;
        background-position-y: calc(100% - 60px);
    }
    .fold.fox .fold-content .product-desc{}
    .fold.fox .fold-content{
        width: 100%;
    }
    .product-steps.direct .steps-holder{}
    .bottom-page-note{
        left: 0;
        right: auto;
        width: calc(100vw - 100px);
    }
    .bottom-page-note .container{
        width: auto;
        padding: 0 30px 0 10px;
    }
    .pricing-single.show-multiple .pricing{
        width: 350px;
        margin: 0 4px;
    }
    .pricing-single.show-multiple{
        margin-top: 65px;
    }
    .channel-fold.mobile-pos .text-holder{
        width: 400px;
    }
    .channel-fold.etsy .text-holder{}
    .channel-fold.instagram .text-holder{}
    .channel-fold.socialmedia .text-holder{
        width: 52%;
    }
    .channel-fold.stand .text-holder{
        width: 430px;
    }
    .channel-fold.whatsapp .text-holder{
        width: 370px;
    }
    .channel-fold{}
    .channel-fold.etsy{}
    .channel-fold.instagram{}
    .channel-fold.socialmedia{
        height: 560px;
    }
    .channel-fold.stand{
        height: 520px;
        min-height: auto;
    }
    .channel-fold.whatsapp{
        height: 480px;
    }
    .channel-report{
        padding-top: 30px;
    }
    .channel-report h2{
        font-size: 26px;
    }
    .channel-report p{}
    .channel-report .cover-img{}
    .channel-report p{
        font-size: 18px;
    }
    .channel-fold .text-holder h1{
        margin-top: 20px;
    }
    .channel-fold .text-holder h2{
        font-size: 26px;
        line-height: 39px;
    }
    .channel-fold .text-holder p{
        font-size: 17px;
    }
    .channel-fold .text-holder{}
    .channel-fold.mobile-pos .container{
        background-size: 280px;
        background-position: right center;
        background-image: url('../images/ch-mobilpos-fold-mobile.png');
    }
    .channel-fold.etsy .container{}
    .channel-fold.instagram .container{}
    .channel-fold.socialmedia .container{
        background-size: 50%;
        background-position: 114% 30%;
    }
    .channel-fold.stand .container{
        background-position: 120% bottom;
        background-size: 450px;
    }
    .channel-fold.whatsapp .container{
        background-size: 348px;
        background-position: 100% 40%;
    }
    header .main-nav .navbar-collapse .nav>li a{
        padding: 12px 8px;
    }
    header .main-nav .navbar-collapse .btn{
        padding: 13px 14px;
    }
    .sopsy-pricing .p-box .desc .note{
        padding-right: 0;
    }
    .product-steps.direct .steps-holder .step-text{
        margin-top: 100px;
    }
    .product-steps.direct{
        height: 690px;
    }
    .sopsy-pricing .p-box .desc{
        background: #fff;
        padding: 80px 10px 0 45px;
    }
    .sopsy-pricing .p-box .desc .bullet span{
        font-size: 16px;
    }
    .sopsy-features{
        height: auto;
    }
    .sopsy-features .holder{
        margin: 50px auto 0px;
    }
    .sopsy-features h2{
        margin: 75px 0 30px;
    }
    .sopsy-features .holder .box{
        width: 50%;
        margin-bottom: 60px;
    }
    .sopsy-features .holder .box:nth-child(2n){}
    .which-product .boxes .box{
        margin-right: 15px;
        width: 230px;
    }
    .fold.main>.container{
        background-size: 520px;
        background-position-y: calc(100% - 250px);
        background-position-x: 200%;
        background-position-y: 100%;
    }
    .fold.main .fold-content{}
    .clients-slider-holder .owl-dots{
        left: calc(50% + 30px);
    }
    .clients-slider-holder .item .client-img{
        width: 50%;
    }
    .clients-slider-holder .item .client-desc{
        width: 50%;
        padding-left: 30px;
    }
    .for-area .split{
        padding: 100px 0;
    }
    .for-area .split.right{
        padding-left: 50px;
    }
    .for-area .split.left{
        padding-right: 50px;
    }
    .for-area .split span{}
    .about-fold h2{
        font-size: 28px;
        line-height: 43px;
    }
    .product-steps.picnic .steps-holder{
        background-size: 440px;
        background-position-x: -20%;
    }
    .product-steps.picnic .steps-holder .step-text{
        width: 60%;
        padding-left: 80px;
    }
    .fold.picnic>.container{
        background-size: 420px;
    }
    footer{
        height: auto;
        padding-bottom: 100px;
    }
    footer .columns-holder{
        padding: 50px 0 20px;
    }
    footer .nametag{}
    footer .products{}
    footer .links{}
    footer .links-extra{}
    footer .socials{
        margin-top: 40px;
        width: 100%;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text p{
        font-size: 21px;
        line-height: 35px;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text:before{
        left: 20px;
        top: 80px;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text:after{
        bottom: 40px;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-profile{
        display: block;
        text-align: center;
        margin: 0px 0 0 0;
        padding-top: 20px;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text{
        display: block;
        width: 90%;
        margin: 15px auto 0;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-profile img{
        display: inline-block;
        width: 65px;
        height: 65px;
    }
    .cta-single{
        margin: 50px 0 100px;
    }
    .product-features{
        margin: 90px 0;
    }
    .product-features .features-holder .feature p{
        padding-right: 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .product-steps{height: 590px;}
    .product-features .features-holder .feature{
        padding-right: 10px;
        margin-bottom: 60px;
        width: 50%;
    }

    .product-steps .steps-holder .step-img{
        width: 40%;
    }
    .product-steps .steps-holder .step-text{
        margin-top: 40px;
        width: 60%;
        padding-right: 0;
        padding-left: 23px;
    }
    .product-steps .steps-holder .step-text .step{}
    .product-steps .steps-holder .step-text .step span{
        padding-left: 12px;
        font-size: 16px;
    }
    .product-steps .steps-holder .step-text .step i:after{}
    .product-steps.direct .steps-holder .step-img:after{
        width: 113%;
        left: 50%;
    }

    .video-promotion .video-holder p{
        margin: 80px auto -30px;
    }
    .video-promotion .video-holder{
        margin: 90px 0;
    }

    .fold .fold-content{
        margin-top: 140px;
    }
    .fold.direct>.container{
        background-size: 470px;
    }
    .fold .fold-content .product-desc{
        font-size: 25px;
        line-height: 1.55em;
        max-width: 100%;
    }

}


@media only screen and (min-width : 768px) {
    header .main-nav .navbar-collapse{display: inline-block;}
    header .main-nav .dropdown-menu.fade {display: none;opacity: 1;/* pointer-events: none; */-webkit-transition: none;-o-transition: none;transition: none;}
    header.main .main-nav .dropdown-menu.fade {-webkit-box-shadow: 0 5px 25px 0 #DEE2ED;box-shadow: 0 5px 25px 0 #DEE2ED;}
    header .main-nav .dropdown-menu.fade{-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);pointer-events: auto;opacity: 1;background: #FFFFFF;border-radius: 4px;border: none;}
    header .main-nav .navbar-collapse .dropdown-menu li a.hollow:hover{background: #3A435A;}
}

@media only screen and (max-width: 768px) {
    .faq .panel-body{
        font-size: 14px;
        line-height: 1.45;
        margin: 0 20px;
        padding: 20px 0;
    }
    .faq .panel-group .panel + .panel{
        margin-top: 15px;
    }
    .faq h3{font-size: 19px;}
    .faq p{font-size: 17px;}
    .faq .panel-title a{
        font-size: 16px;
        padding: 20px 40px 20px 20px;
    }
    .faq .panel-title a img{
        width: 15px;
        right: 20px;
    }
    .boxed-info-area{
        padding: 70px 0 100px;
    }
    .boxed-info-area .main-desc{
        font-size: 17px;
        margin: 30px auto 40px;
    }
    .boxed-info-area h2{
        font-size: 19px;
        margin-bottom: 40px;
    }
    .boxed-info-area .step span{
        margin-bottom: 15px;
    }
    .boxed-info-area .step p{
        font-size: 15px;
        line-height: 1.3;
    }
    .boxed-info-area .step img{
        /* max-width: 80%; */
        width: 80%;
    }
    .boxed-info-area .step{
        padding: 15px 15px;
        height: 260px;
    }
    .product-steps.direct{
        height: auto;
    }
    .product-steps.picnic{
        height: auto;
        padding-bottom: 30px;
    }
    .features-table .box h3{display: block;}
    .pricing-boxes-mini .pricing-boxes .box h3{font-size: 16px;}
    .features-table .box-row:not(:first-child):nth-child(odd){background-color: #f9f9f9;}
    .content-fold h2{
        font-size: 36px;
    }
    .content-fold h3{
        font-size: 16px;
    }
    .features-table .box-row:first-child img{display: none;}
    .features-table .box h2{
        font-size: 17px;
    }
    .features-table .box h3{
        font-size: 13px;
    }
    .features-table .box p{
        font-size: 15px;
    }
    .features-table{
        margin: 75px 10px;
    }
    .pricing-boxes-mini .pricing-boxes .box .bullets{
        padding: 0 20px;
    }
    .pricing-boxes-mini .pricing-boxes .box{
        display: block;
        margin: 0 auto  30px!important;
        width: 85%;
        max-width: 360px;
    }
    .pricing-boxes-mini .pricing-boxes .box:nth-child(2){}
    .themes-slider .controls{
        width: 70%;
    }
    .premium-features .holder .box{
        margin-right: 4% !important;
        width: 48%;
        padding: 15px 5px 5px 10px;
    }
    .premium-features .holder .box:nth-child(2n){}
    .premium-features{padding: 0 20px;}

    .fold.fox>.container{
        background-size: 500px;
        background-position-x: calc(100% + 185px);
    }
    .fold.fox .fold-content .product-desc{}
    .fold.fox .fold-content{
        width: 100%;
    }
    .pricing-single .pricing .btn.proceed{}
    .pricing-single .pricing .highlight{
        margin: 25px 0 20px;
    }
    .pricing-single.show-multiple .pricing-holder{background: #fff;}
    .pricing-single.show-multiple .pricing{
        width: 90%;
        margin: 0 auto 25px;
    }
    .channel-fold.mobile-pos .text-holder{
        width: 75%;
        padding: 0 20px;
    }
    .channel-fold.etsy .text-holder{}
    .channel-fold.instagram .text-holder{}
    .channel-fold.socialmedia .text-holder{
        margin: 0 20px;
        width: 62%;
    }
    .channel-fold.stand .text-holder{
        margin: 0 20px;
        width: 64%;
    }
    .channel-fold.whatsapp .text-holder{margin-left: 20px;width: 60%;}
    .channel-fold.etsy{}
    .channel-fold.instagram{}
    .channel-fold.socialmedia{
        height: 430px;
    }
    .channel-fold.stand{}
    .channel-fold.whatsapp{}
    .channel-fold.mobile-pos{
        min-height: 600px;
        padding-bottom: 30px;
    }
    .channel-report{
        padding-top: 15px;
    }
    .channel-report h2{
        font-size: 24px;
        margin: 20px 0;
    }
    .channel-report p{}
    .channel-report .cover-img{}
    .channel-report p{
        font-size: 16px;
        padding: 0 20px;
    }
    .channel-fold .text-holder h1{}
    .channel-fold .text-holder h2{}
    .channel-fold .text-holder p{}
    .channel-fold .text-holder{}
    .channel-fold.mobile-pos .container{
        background-size: 35%;
        background-position: 115% center;
    }
    .channel-fold.etsy .container{}
    .channel-fold.instagram .container{}
    .channel-fold.socialmedia .container{
        background-position: 134% 50%;
    }
    .channel-fold.stand .container{
        background-size: 60%;
        background-position: 120% bottom;
    }
    .channel-fold.whatsapp .container{
        background-size: 60%;
        background-position: 160% 80%;
    }
    .sopsy-pricing .p-box .desc .note{}
    .product-features .features-holder .feature img.small{
        margin-top: -30px;
    }
    header .main-nav .navbar-collapse .dropdown-toggle .caret{background: url('../images/menu-caret-white.svg') no-repeat center center !important;}
    .legals-fold p{font-size: 15px;}
    .legals-fold h2{font-size: 22px;margin: 40px auto 40px;line-height: 30px;}
    header .main-nav .navbar-collapse .dropdown-menu li a:hover span.direct{color: #5E3FFF;}
    header .main-nav .navbar-collapse .dropdown-menu li a:hover span.picnic{color: #57E29A;}
    header .main-nav .navbar-collapse .dropdown-menu li a:hover span.fox{color: #FE9800;}
    header .main-nav .navbar-collapse .dropdown-menu li a:hover span{color: #8A92A6}
    .sopsy-pricing .p-box .cta .redirect-btn{
        margin: 50px auto 40px;
    }
    .product-steps.picnic .steps-holder .step-text .step i:after{
        top: 40%;
    }
    .sopsy-pricing .p-box .cta h3{
        margin-top: 0;
        padding-top: 40px;
    }
    .sopsy-pricing .p-box{
        height: auto;
        margin: 60px auto 70px;
        width: 90%;
        -webkit-box-shadow: 0 5px 25px 0 #DEE2ED;
        box-shadow: 0 5px 25px 0 #DEE2ED;
    }
    .sopsy-pricing .p-box .cta{
        display: block;
        width: 100%;
    }
    .sopsy-pricing .p-box .desc{
        display: block;
        width: 100%;
        padding: 30px 0 30px 30px;
        border-radius: 0 0 4px 4px;
        overflow: hidden;
    }
    .sopsy-features .holder{
        padding: 0 20px;
    }
    .sopsy-features .holder .box:nth-child(2n){
        padding: 0;
    }
    .sopsy-features .holder .box{
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 45px;
    }
    .which-product{
        padding: 50px 0 40px 0px;
    }
    .which-product .holder{
        padding: 0 20px;
    }
    .which-product .holder h2{
        padding: 0;
        margin-bottom: 40px;
    }
    .which-product .boxes .box{
        width: 100%;
        margin: 0 0px 35px 0 !important;
    }
    .main-quote .quote{
        font-size: 20px;
        line-height: 35px;
        padding: 0 20px;
        width: 100%;
        max-width: none;
    }
    .fold.main .fold-content h2{
        font-size: 35px;
        line-height: 53px;
    }
    .fold.main>.container{
        background-size: 430px;
        background-position: bottom right;
        background: #fff;
    }
    .fold.main .fold-content{
        margin-top: 140px;
        width: 90%;
        max-width: 420px;
    }
    .sopsy-team h2{
        margin-bottom: 35px;
    }
    .sopsy-team{
        margin: 50px 0;
    }
    h2.client-line{
        font-size: 19px;
        padding: 0 10px;
    }
    .redirect-btn.redirect-single{
        margin: 50px auto;
    }
    .clients-slider-holder{
        margin: 40px 0;
    }
    .for-area h2{
        margin: 60px 0 40px;
        font-size: 24px;
        padding: 0 15px;
    }
    .about-fold .cover{
        max-width: 90%;
    }
    .clients-slider-holder .item .client-desc a{
        position: absolute;
        bottom: 55px;
        left: 20px;
    }
    .clients-slider-holder .nav{
        margin-top: -25px;
    }
    .clients-slider-holder .item .client-desc h3{
        margin: 0 0 20px;
        padding-top: 60px;
    }
    .clients-slider-holder .owl-dots{
        left: auto;
        right: 20px;
        bottom: 20px;
    }
    .clients-slider-holder .client-carousel .item{
        height: auto;
    }
    .clients-slider-holder .item .client-img{
        display: block;
        width: 100%;
        height: 300px;
    }
    .clients-slider-holder .item .client-desc{
        display: block;
        width: 100%;
        padding: 0 20px 20px;
        height: 410px;
    }
    .clients-slider-holder .item .client-desc p{
        max-width: 90%;
        margin-bottom: 40px;
        margin: 25px 0 0;
    }
    .sopsy-team .members .member{
        display: block;
        margin: 0 auto 20px !important;
    }
    .for-area .split{
        /* padding: 50px 0; */
    }
    .for-area .split.left{
        padding-right: 20px;
        padding-left: 20px;
    }
    .for-area .split.right{
        padding-left: 20px;
        padding-right: 20px;
    }
    .for-area .split span{
        font-size: 18px;
    }
    .about-fold h2{
        margin: 45px auto 0;
        font-size: 24px;
        text-align: left;
        line-height: 38px;
    }
    header.main .main-nav .navbar-collapse .nav>li a{
        color: #fff;
        border: none;
        width: auto;
        margin: 0;
    }
    header .main-nav .navbar-collapse .nav>li.dropdown.open .dropdown-menu{opacity: 1}
    header .main-nav .navbar-collapse .dropdown-menu{
        width: 100%;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        pointer-events: initial;
    }
    .product-steps.picnic .steps-holder .step-text{
        width: 100%;
        padding: 0 20px;
    }
    .product-steps.picnic .steps-holder{
        background: none;
    }
    .fold.picnic>.container{
        background-size: 50vw;
    }
    .pricing-single .pricing .bullet img{}
    .pricing-single .pricing .bullet{
        margin: 0 10px;
    }
    .pricing-single .pricing{
        width: calc(100% - 40px);
    }
    .pricing-single{
        margin: 100px 0 30px;
    }
    .testimonials-slider-holder{
        margin-bottom: 130px;
    }
    .cta-single{
        margin: 45px 0 60px;
    }
    .product-features{
        margin: 45px 0 -40px 0;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text{
        width: 93%;
    }
    .testimonials-slider-holder .testimonial-slider .item{
        height: 310px;
    }
    .testimonials-slider-holder .testimonial-slider .item .t-text p{
        font-size: 18px;
        line-height: 27px;
    }
    .product-steps{
        height: auto;
    }
    .product-steps .steps-holder{
        background-size: cover;
    }
    .product-steps .steps-holder .step-img{
        display: none;
    }
    .product-steps .steps-holder .step-text .step{
        padding-bottom: 50px;
    }
    .product-steps .steps-holder .step-text .step span{}
    .video-promotion .video-holder .video .play-btn img{
        width: 20px;
        /* height: 22px; */
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    .video-promotion .video-holder .video .play-btn{
        width: 70px;
        height: 70px;
    }
    header .main-nav .navbar-collapse .dropdown-menu
    header .main-nav .navbar-collapse .dropdown-menu li a span{color: #fff;}
    header .main-nav .navbar-collapse{-webkit-box-shadow: 0px 15px 30px 0px #0000004d;box-shadow: 0px 15px 30px 0px #0000004d;-webkit-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;margin: 15px 0 !important;border: none;background: #19233C !important;width: 100%;}
    header.direct .main-nav .navbar-collapse{background: #5E3FFF;}
    header.picnic .main-nav .navbar-collapse{background: #57E29A;background: #19233C;}
    header.main .main-nav .navbar-collapse{background: #5E3FFF;max-height: 90vh;width: 100%;/* display: none; */}
    header .main-nav .navbar-collapse{max-height: 90vh;width: 100%;}
    header.fox .main-nav .navbar-collapse{background: #5E3FFF;}
    header .main-nav .navbar-collapse .nav{
        margin: 0;
        padding: 10px 0;
    }
    header .main-nav .navbar-collapse .nav>li{
        display: block;
        text-align: left;
    }
    header .main-nav .navbar-collapse .product .nav>li a{}
    header .main-nav .navbar-collapse .nav>li a{}
    header .main-nav .navbar-collapse .btn{
        margin: 15px auto 10px !important;
        display: block;
        width: 70%;
    }
    header.direct .main-nav .navbar-collapse .btn.highlighted{}

    header .main-nav .navbar-brand{
        margin-left: 20px;
    }
    header .navbar-toggle{
        margin: -1px 20px 0 0;
    }
    .fold .fold-content{
        margin-left: 20px;
        max-width: 90%;
    }
    .fold.direct>.container{background-size: 65vw;}
    .video-promotion .video-holder p{
        font-size: 16px;
        line-height: 23px;
    }
    .product-steps .steps-holder .step-text{
        width: 100%;
        padding: 0 20px;
        margin: 50px 0 0;
    }
    .product-features .features-holder .feature{
        display: block;
        width: 100%;
        margin: 0 auto 60px;
        max-width: 100%;
        padding: 0 20px;
    }
    .testimonials-slider-holder .slider-holder .testimonial-slider{width: 95%;margin: 0 auto;height: 310px;}
    footer .columns-holder{
        padding: 50px 20px 20px 20px;
    }
    footer .nametag{
        width: 50%;
        margin-bottom: 50px;
    }
    footer .products{
        width: 50%;
    }
    footer .links{
        width: 50%;
    }
    footer .links-extra{
        width: 50%;
    }
    footer .socials{
        width: 100%;
        margin-top: 50px;
    }
    header.direct .main-nav .navbar-collapse, header.picnic .main-nav .navbar-collapse, header.fox .main-nav .navbar-collapse{max-height: 90vh}

}

@media only screen and (max-width: 480px) {
    .boxed-info-area.ptt .steps .step:first-child img{
        opacity: .25;
    }
    .boxed-info-area.ptt .steps .step:last-child img{
        opacity: .25;
    }
    .boxed-info-area.ptt .steps .step{
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    .boxed-info-area .step span{
        font-size: 20px;
        width: 37px;
        height: 37px;
        padding: 4px 0;
    }
    .boxed-info-area{
        padding: 50px 0 20px;
    }
    .boxed-info-area .steps{
        padding: 0 10px;
    }
    .boxed-info-area .step img{
        width: 40% !important;
        bottom: -3% !important;
        left: 87% !important;
    }
    .boxed-info-area h2 i{font-size: 27px;}
    .boxed-info-area h2{font-size: 16px;}
    .boxed-info-area .main-desc{font-size: 15px;}
    .boxed-info-area .step{width: 48.5%;padding-right: 5px;height: 210px;margin-right: 3%;}
    .boxed-info-area .step:nth-child(2){
        margin-right: 0;
    }
    .boxed-info-area .step p{
        font-size: 16px;
    }
    .boxed-info-area .step:last-child{
        width: 100%;
        margin: 2% 0 0 0;
        height: 160px;
        padding-right: 23%;
        margin-top: 3%;
    }
    .features-table .box-row{
        display: block;
        width: 100%;
        font-size: 0;
    }
    .features-table .box h2{}
    .features-table .box h3{}
    .features-table .box h2{}
    .features-table .box:first-child{
        display: block;
        width: 100%;
        text-align: center;
    }
    .features-table .box{
        display: inline-block;
        width: 33%;
    }
    .features-table{
        display: block;
    }
    .features-table .box-row:first-child{
        display: block;
        font-size: 0;
    }
    .features-table .box-row:first-child .box{
        display: inline-block;
        width: 33%;
    }
    .features-table .box-row:first-child .box:first-child{
        display: block;
        width: 100%;
        text-align: center;
    }
    .themes-slider .owl-stage-outer{
        padding: 11% 0;
    }
    .themes-slider h2{
        font-size: 24px;
        margin: 50px 0;
    }
    .themes-slider .cta-single{margin-bottom: 50px;}
    .themes-slider .theme-carousel .owl-item.center > div img{
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    .themes-slider .controls{
        width: 95%;
        top: 41%;
    }
    .premium-features h2{margin-bottom: 35px;font-size: 22px;line-height: 1.4em;}
    .premium-features .holder .box h3 br{
        display: none;
    }
    .premium-features .holder .box{
        margin-right: 0 !important;
        width: 100%;
        padding: 25px 10px 15px 25px;
        height: auto;
    }
    .premium-features .holder .box:nth-child(2n){}
    .fold.fox .fold-content .product-desc{
        font-size: 28px;
        line-height: 39px;
    }
    .fold.fox>.container{background-size: 320px;background-position-x: calc(100% + -5px);}
    .bottom-page-note{
        width: calc(100vw - 100px);
    }
    .pricing-single .pricing .bullet span{text-align: left;padding: 0 5px 0 10px;}
    .pricing-single .pricing .bullet{
        padding: 13px 0;
    }
    .channel-fold.mobile-pos .text-holder{}
    .channel-fold.etsy .text-holder{}
    .channel-fold.instagram .text-holder{}
    .channel-fold.socialmedia .text-holder{
        width: calc(100% - 40px);
    }
    .channel-fold.stand .text-holder{
        width: calc(100% - 40px);
    }
    .channel-fold.whatsapp .text-holder{
        width: calc(100% - 40px);
    }
    .channel-fold.mobile-pos{
        min-height: 430px;
    }
    .channel-fold.etsy{}
    .channel-fold.instagram{}
    .channel-fold.socialmedia{
        height: 570px;
        min-height: auto;
    }
    .channel-fold.stand{height: 590px;}
    .channel-fold.whatsapp{
        height: 550px;
        min-height: auto;
    }
    .channel-report{}
    .channel-report h2{}
    .channel-report p{
        /* font-size: 14px; */
        text-align: left;
    }
    .channel-report .cover-img{}
    .channel-report p{}
    .channel-fold .text-holder h1{
        font-size: 20px;
    }
    .channel-fold .text-holder h2{
        font-size: 20px;
        line-height: 28px;
    }
    .channel-fold .text-holder p{
        font-size: 15px;
    }
    .channel-fold .text-holder{}
    .channel-fold.mobile-pos .container{
        background-position: 115% center;
    }
    .channel-fold.etsy .container{}
    .channel-fold.instagram .container{}
    .channel-fold.socialmedia .container{
        background-size: 70%;
        background-position: 80% 119%;
        background-size: 290px;
        background-position: 50% 114%;
    }
    .channel-fold.stand .container{
        background-size: 280px;
        background-position: center bottom;
    }
    .channel-fold.whatsapp .container{
        background-position: 45% 100%;
        background-size: 300px;
    }
    .sopsy-pricing .p-box .desc .note{
        padding-left: 0;
        padding: 0 20px 0 0;
    }
    .for-area .split {
        padding: 50px 0;
    }
    .fold.main>.container{
        background: none;
    }

}

@media only screen and (max-width : 320px) {
    .channel-fold.mobile-pos .text-holder{}
    .channel-fold.etsy .text-holder{}
    .channel-fold.instagram .text-holder{}
    .channel-fold.socialmedia .text-holder{}
    .channel-fold.stand .text-holder{}
    .channel-fold.whatsapp .text-holder{}
    .channel-fold.mobile-pos{}
    .channel-fold.etsy{}
    .channel-fold.instagram{}
    .channel-fold.socialmedia{}
    .channel-fold.stand{
        height: 630px;
    }
    .channel-fold.whatsapp{
        height: 530px;
    }
    .channel-report{}
    .channel-report h2{}
    .channel-report p{}
    .channel-report .cover-img{}
    .channel-report p{}
    .channel-fold .text-holder h1{}
    .channel-fold .text-holder h2{}
    .channel-fold .text-holder p{}
    .channel-fold .text-holder{}
    .channel-fold.mobile-pos .container{}
    .channel-fold.etsy .container{}
    .channel-fold.instagram .container{}
    .channel-fold.socialmedia .container{
        background-size: 277px;
        background-position: 50% 112%;
    }
    .channel-fold.stand .container{}
    .channel-fold.whatsapp .container{
        background-size: 280px;
    }
    .sopsy-pricing .p-box .desc .note{}
    .fold.main>.container{}
    .for-area .split{
        height: 490px;
    }
    .for-area .split.left{
        padding-right: 10px;
        padding-left: 10px;
    }
    .for-area .split.right{
        padding-left: 10px;
        padding-right: 10px;
    }
    .for-area .split span{
        font-size: 17px;
    }

}









