.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    width: 100%;
}

.separator.mt135 {
    margin-top: 135px;
}

.separator.no-border {
    background-color: transparent;
}

.separator.full-width {
    max-width: 100%;
}

.separator {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: rgba(83, 82, 83, 0.15);
}

/**************************
* 17. how app work styles
***************************/
.how-app-work-section .title {
    margin-bottom: 40px;
}

.how-app-work-section .title h3 {
    margin: 0;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

.how-app-work-section .how-app-work-content-wrap {
    padding-left: 85px;
}

.how-app-work-section .how-app-work-content {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    position: relative;
}

.how-app-work-section .how-app-work-content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: url(../images/gradient-sep.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 45px;
}

.how-app-work-section .single-how-app-work {
    padding-left: 10px;
}

.how-app-work-section .single-how-app-work+.single-how-app-work {
    margin-top: 60px;
}

.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: middle;
}

.how-app-work-section .single-how-app-work .icon-box .inner {
    width: 74px;
    height: 74px;
    background: #029e8e;
    background: -webkit-gradient(left top, right top, color-stop(0%, #029e8e), color-stop(98%, #42c994), color-stop(100%, #42c994));
    background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
    background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029e8e', endColorstr='#42c994', GradientType=1);
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.how-app-work-section .single-how-app-work .icon-box .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .single-how-app-work .icon-box .inner i {
    background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
    background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    line-height: 74px;
    font-size: 44px;
    position: relative;
    width: auto;
    color: #029e8e;
    height: inherit;
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover {
    /*-webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
          box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);*/
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
    opacity: 0;
}

.how-app-work-section .single-how-app-work .icon-box .active .inner {
    /*-webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
          box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);*/
}

.how-app-work-section .single-how-app-work .icon-box .active .inner i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
    opacity: 0;
}

.how-app-work-section .single-how-app-work .text-box {
    padding-left: 40px;
}

.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
    margin: 0;
}

.how-app-work-section .single-how-app-work .text-box h4 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.how-app-work-section .single-how-app-work .text-box p {
    font-size: 14px;
    line-height: 27px;
    color: #999;
    margin-top: 10px;
}

.how-app-work-section .download-btn {
    display: inline-block;
    vertical-align: middle;
    background: #029e8e;
    background: -webkit-gradient(left top, right top, color-stop(0%, #029e8e), color-stop(98%, #42c994), color-stop(100%, #42c994));
    background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
    background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029e8e', endColorstr='#42c994', GradientType=1);
    position: relative;
    padding: 12px 0;
    padding-left: 20px;
    border-radius: 28px;
    padding-right: 20px;
}

.how-app-work-section .download-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .download-btn i.fab {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
    background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .download-btn span.inner {
    position: relative;
    display: block;
}

.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
    background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .download-btn span.avail {
    font-size: 12.5px;
}

.how-app-work-section .download-btn span.store-name {
    text-transform: capitalize;
    font-size: 16px;
    margin: 5px 0;
}

.how-app-work-section .download-btn.active,
.how-app-work-section .download-btn:hover {
    /* -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
          box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);*/
}

.how-app-work-section .download-btn.active:before,
.how-app-work-section .download-btn:hover:before {
    opacity: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pl_10 {
    padding-left: 10px;
    vertical-align: middle;
}

.ma_10 {
    margin: 10px;
}

.ve_m {
    vertical-align: middle;
}

.wid_80 {
    width: 80%;
}

.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name,
.how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.how-app-work-section .download-btn.active {
    margin-right: 15px;
}

.how-app-work-section .how-app-work-slider-wrapper {
    position: relative;
    width: 305px;
    height: 655px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
    box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

.how-app-work-section .how-app-work-screen-mobile-image {
    background-image: url(../images/fature-moc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    height: 655px;
    z-index: 2;
}

.how-app-work-section .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 28px;
}

.how-app-work-section .bx-wrapper .slide-item {
    text-align: center;
    width: 305px;
}

.how-app-work-section .bx-wrapper .slide-item img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.how-app-work-section .pager-item {
    display: block;
}

.how-app-work-section .pager-item+.pager-item {
    margin-top: 60px;
}

.how-app-work-section .pager-item.active .icon-box .inner:before {
    opacity: 0;
}

.how-app-work-section .pager-item.active .icon-box .inner i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.how-app-work-section .how-app-work-slider-content {
    position: relative;
}

.how-app-work-section .how-app-work-slider-content img.circled-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bx-viewport {
    height: 655px;
    position: relative;
}

@media (max-width: 640px) {

    .how-app-work-section .title {
        margin-bottom: 10px;
        text-align: center;
    }

    .how-app-work-section .title h3 {
        margin: 0;
        color: #333;
        font-size: 1em;
        font-weight: 600;
    }

    .how-app-work-section .single-how-app-work .text-box {
        padding-left: 1.4em;
    }

    .how-app-work-section .single-how-app-work .text-box h4 {
        font-size: 0.5em;
        color: #333;
        font-weight: 500;
    }

    .how-app-work-section .single-how-app-work .text-box p {
        font-size: 0.5em;
        line-height: 1.8em;
        color: #999;
        margin-top: 1em;
    }

    .how-app-work-section .how-app-work-content-wrap {
        padding-left: 0;
    }

    .how-app-work-section .single-how-app-work .icon-box .inner {
        width: 1.4em;
        height: 1.4em;
        background: #029e8e;
        background: -webkit-gradient(left top, right top, color-stop(0%, #029e8e), color-stop(98%, #42c994), color-stop(100%, #42c994));
        background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
        background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029e8e', endColorstr='#42c994', GradientType=1);
        position: relative;
        border-radius: 50%;
        text-align: center;
    }

    .how-app-work-section .single-how-app-work .icon-box .inner img {
        width: 60%;
        margin-top: 0.1em;
        margin-left: 0.1em;
    }

    .how-app-work-section .single-how-app-work .icon-box .inner i {
        background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
        background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        line-height: unset;
        font-size: unset;
        position: relative;
        width: auto;
        color: #029e8e;
        height: inherit;
    }

    .how-app-work-section .how-app-work-slider-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .how-app-work-section .how-app-work-content {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 10px;
        position: relative;
    }

    .how-app-work-section .pager-item+.pager-item {
        margin-top: 20px;
    }

    .how-app-work-section .download-btn {
        display: inline-block;
        vertical-align: middle;
        background: #029e8e;
        background: -webkit-gradient(left top, right top, color-stop(0%, #029e8e), color-stop(98%, #42c994), color-stop(100%, #42c994));
        background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
        background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029e8e', endColorstr='#42c994', GradientType=1);
        position: relative;
        padding: 0.6em 0.6em;
        border-radius: 28px;
    }

    .how-app-work-section .download-btn:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 28px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .how-app-work-section .download-btn i.fab {
        font-size: 30px;
        background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
        background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 35px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .how-app-work-section .how-app-work-screen-mobile-image {
        display: none;
    }

    .how-app-work-section .how-app-work-screen-mobile-image2 {
        background-image: url(../images/fature-moc.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        left: calc(50% + 0.5px);
        position: absolute;
        top: 0px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .how-app-work-section .bx-wrapper .slide-item img {
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        width: 100%;
    }

    .how-app-work-section .download-btn span.inner {
        position: relative;
        display: block;
    }

    .how-app-work-section .download-btn span.avail,
    .how-app-work-section .download-btn span.store-name {
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(#029e8e), color-stop(98%, #42c994), to(#42c994));
        background: linear-gradient(to right, #029e8e 0%, #42c994 98%, #42c994 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        line-height: 1em;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .how-app-work-section .how-app-work-slider-content img.circled-img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 200%;
    }

    .how-app-work-section .download-btn span.avail {
        font-size: 1em;
    }

    .how-app-work-section .download-btn span.store-name {
        text-transform: capitalize;
        font-size: 0.6em;
        margin-top: unset;
    }

    .ma_10 {
        margin: 6px;
    }

    .pl_10 {
        width: 4em;
    }

    .padB80 {
        padding-bottom: 0;
    }

    .separator.mt135 {
        margin-top: unset;
    }

    .bx-viewport {
        height: 455px;
    }
}