.error,
body {
    font-weight: 500
}

* {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    
    overflow-x: hidden
}

a {
    text-decoration: none!important
}

a,
a.active,
a:active,
a:focus,
a:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: 0
}

.no-padding {
    padding: 0!important
}

.padding-top,
.padding-vertical {
    padding-top: 15px
}

.padding-bottom,
.padding-vertical {
    padding-bottom: 15px
}

.no-margin {
    margin: 0!important
}

.margin-top,
.margin-vertical {
    margin-top: 15px
}

.margin-bottom,
.margin-vertical {
    margin-bottom: 15px
}

.pos-absolute {
    position: absolute
}

.nav-block,
.pos-relative {
    position: relative
}

.block-element {
    display: block
}

.img-responsive,
.inline-block,
.list-inline>li {
    display: inline-block
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-info {
    color: #31708f
}

.success,
.text-success {
    color: #3c763d
}

.error,
.errorlist,
.text-danger {
    color: #a94442
}

.text-muted {
    color: #777
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    padding-right: 5px;
    padding-left: 5px
}

img {
    vertical-align: middle;
    border: 0
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 50%
}

.padding-horizontal {
    padding-left: 15px;
    padding-right: 15px
}

.margin-horizontal {
    margin-left: 15px;
    margin-right: 15px
}

.theme-color {
    color: #039be5
}

.heading {
    padding-bottom: 5px;
    margin-bottom: 22px;
    color: #a5a5a5
}

.theme-btn,
.theme-btn-solid {
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer
}

.theme-btn {
    min-width: 100px;
    border-radius: 50px;
    color: #2ea9a7;
    background: #fff;
    border: 2px solid #2ea9a7
}

.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
    color: #fff;
    background: #2ea9a7;
    border: 2px solid #2ea9a7;
    cursor: pointer;
    outline: 0
}

.theme-btn-solid {
    border-radius: 50px;
    color: #fff;
    background: #2ea9a7;
    border: 2px solid #2ea9a7
}

.theme-btn-solid:active,
.theme-btn-solid:focus,
.theme-btn-solid:hover {
    color: #fff;
    background: #2ea9a7;
    border: 2px solid #2ea9a7;
    cursor: pointer;
    outline: 0
}

.fancybox-modal,
iframe[name=google_conversion_frame] {
    display: none;
    outline: 0
}

.errorlist {
    list-style-type: none
}

.list-default {
    padding-left: 30px
}

header.navbar {
    z-index: 100;
    padding: 10px 0;
    transition: .8s all;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: -webkit-linear-gradient(left, #24749f, #05b5ae);
    background: -o-linear-gradient(left, #24749f, #05b5ae);
    background: linear-gradient(to right, #24749f, #05b5ae)
}

.nav-down,
.nav-up {
    transition: top .3s ease
}

.nav-up {
    top: -85px
}

.nav-down {
    top: 0
}

.home-page header.navbar {
    background: 0 0
}

.internal-page .navbar {
    padding: 10px 0 0
}

@media only screen and (max-width:767px) {
    .internal-page .navbar {
        padding-bottom: 10px
    }
}

.header-section.affix,
.home-page header.navbar.affix {
    background: -webkit-linear-gradient(left, #24749f, #05b5ae);
    background: -o-linear-gradient(left, #24749f, #05b5ae);
    background: linear-gradient(to right, #24749f, #05b5ae);
    width: 100%;
    transition: .8s all;
    padding-bottom: 0;
    border: none
}

.logo-link {
    display: inline-block
}

.nav-block {
    padding-left: 0
}

.nav-block ul {
    margin: 0
}

@media only screen and (max-width:767px) {
    .header-section.affix,
    .home-page header.navbar.affix {
        padding-bottom: 10px
    }
    .nav-block {
        position: static
    }
    .nav-block .enduser-mob-menu-list li {
        padding: 8px 3px 0
    }
    .nav-block .enduser-mob-menu-list li a {
        font-size: 14px
    }
    .nav-block .navigation-wrapper {
        transition: max-height .5s, overflow 0s;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        top: 100%;
        max-height: 0;
        box-shadow: 0 0 20px #666
    }
    .nav-block .navigation-wrapper>.menu-list {
        width: 100%;
        padding: 0 15px
    }
    .nav-block .navigation-wrapper>.menu-list>li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ccc
    }
    .nav-block .navigation-wrapper>.menu-list>li:last-child {
        border-bottom: none
    }
    .nav-block .navigation-wrapper>.menu-list>li a {
        width: 100%;
        color: #363636;
        font-weight: 400;
        font-size: 20px;
        display: inline-block
    }
    .nav-block .navigation-wrapper>.menu-list>li a [class^=fa] {
        display: inline-block;
        font-size: 26px;
        float: right
    }
    .nav-block .navigation-wrapper>.menu-list>li .feature-list-menu {
        border-top: 1px solid #ccc;
        padding-top: 20px
    }
    .nav-block .navigation-wrapper>.menu-list>li .feature-list-menu>li {
        width: 100%;
        padding: 10px
    }
    .nav-block .navigation-wrapper>.menu-list>li .feature-list-menu>li h4 {
        font-weight: 400;
        font-size: 18px
    }
    .nav-block .navigation-wrapper>.menu-list>li .feature-list-menu>li h4 .sub-menu-icon {
        float: right
    }
    .nav-block .navigation-wrapper>.menu-list>li .feature-list-menu>li .sub-menu-list a {
        font-size: 14px
    }
    .nav-block .navigation-wrapper>.menu-list .active-attr .feature-box {
        padding-top: 20px
    }
    .nav-block .navigation-wrapper.active {
        overflow-y: auto;
        transition: max-height 1s, overflow .5s .5s;
        max-height: 85vh
    }
}

.nav-block .navbar-toggle {
    margin: 0;
    padding-right: 0
}

.nav-block .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #fff
}

.menu-list li {
    padding: 0 10px;
    vertical-align: top
}

.menu-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.menu-list li a:hover {
    color: #fff
}

.menu-list li a:active,
.menu-list li a:focus {
    color: #fff;
    outline: 0
}

.menu-list li .feature-box {
    display: none;
    position: absolute;
    top: 67px;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 50px 0
}

@media only screen and (max-width:767px) {
    .menu-list li .feature-box {
        padding: 0;
        position: static
    }
}

.menu-list li .feature-box li {
    padding-left: 0
}

@media only screen and (min-width:768px) {
    .menu-list li .feature-box:after,
    .menu-list li .feature-box:before {
        content: "";
        background-color: #fff;
        top: 0;
        position: absolute;
        width: 70%;
        height: 100%
    }
    .menu-list li .feature-box {
        box-shadow: 0 3px 25px #666
    }
    .menu-list li .feature-box:before {
        left: -67%;
        box-shadow: -25px 3px 25px #666
    }
    .menu-list li .feature-box:after {
        right: -68%;
        box-shadow: 17px 3px 25px #666
    }
}

.menu-list li .feature-box .nav-heading {
    font-size: 16px;
    color: #676767;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative
}

@media only screen and (max-width:767px) {
    .menu-list li .feature-box .nav-heading {
        margin-bottom: 0;
        border-bottom: none;
        width: 100%
    }
    .menu-list li .feature-box .sub-menu-list {
        display: none;
        width: 100%;
        padding-left: 10px;
        padding-top: 5px
    }
}

.menu-list li .feature-box .sub-menu-list li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px
}

.menu-list li .feature-box .sub-menu-list li a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    color: #656565
}

.menu-list li .feature-box .sub-menu-list li a:hover {
    color: #008b80
}

.menu-list li .feature-box .sub-menu-list li a:active,
.menu-list li .feature-box .sub-menu-list li a:focus {
    color: #008b80;
    outline: 0
}

@media only screen and (min-width:768px) {
    .menu-list li:hover .feature-box {
        display: block
    }
}

.enduser-menu-list>li,
.menu-list>li {
    padding-top: 20px;
    padding-bottom: 26px
}

.affix .enduser-menu-list>li {
    padding-top: 10px;
    padding-bottom: 0
}

@media only screen and (max-width:767px) {
    .affix .enduser-menu-list>li {
        padding-top: 8px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .header-section.affix,
    .home-page header.navbar.affix {
        padding-bottom: 10px
    }
    .affix .enduser-menu-list>li,
    .enduser-menu-list>li {
        padding-bottom: 14px;
        padding-top: 14px
    }
    .affix .enduser-menu-list .header-button {
        padding-bottom: 0;
        padding-top: 0
    }
    .nav-block .navbar-toggle {
        display: block;
        margin-top: 5px
    }
    .navigation-wrapper,
    .sub-menu-list {
        display: none
    }
    .navigation-wrapper {
        position: absolute;
        right: 15px;
        max-width: 300px;
        width: 100%;
        background-color: #fff;
        top: 98%
    }
    .navigation-wrapper .menu-list {
        width: 100%;
        max-height: 400px;
        overflow-y: scroll
    }
    .navigation-wrapper .menu-list>li {
        border-bottom: 1px solid #ccc
    }
    .navigation-wrapper .menu-list>li:last-child {
        border-bottom: none
    }
    .navigation-wrapper .menu-list li {
        display: block;
        width: 100%;
        padding: 10px
    }
    .navigation-wrapper .menu-list li a {
        color: #000;
        font-weight: 300;
        font-size: 20px
    }
    .navigation-wrapper .menu-list li .fa {
        float: right
    }
    .navigation-wrapper .menu-list li .feature-box {
        position: static;
        box-shadow: none;
        padding: 0;
        margin: 0
    }
    .navigation-wrapper .menu-list li .feature-box:after,
    .navigation-wrapper .menu-list li .feature-box:before {
        width: 0;
        height: 0
    }
    .navigation-wrapper .menu-list li .nav-heading {
        width: 100%;
        font-weight: 400;
        margin-bottom: 0;
        border-bottom: none
    }
    .navigation-wrapper .menu-list li .sub-menu-list {
        padding-left: 10px
    }
    .navigation-wrapper .menu-list li .sub-menu-list li {
        margin-bottom: 0;
        padding: 0
    }
    .navigation-wrapper .menu-list li .sub-menu-list li a {
        padding: 7px 0
    }
    .navigation-wrapper .menu-list .active-attr .feature-box {
        border-top: 1px solid #ccc;
        margin-top: 5px;
        padding-top: 5px
    }
    .navigation-wrapper .menu-list .features-list a:before {
        content: "";
        position: static;
        border-bottom: none
    }
}

@media only screen and (min-width:1024px) {
    .menu-list>li>a:before {
        content: "";
        position: absolute;
        bottom: -29px;
        border-bottom: 2px solid #ffd801;
        width: 100%;
        z-index: 9;
        opacity: 0
    }
    .menu-list>li:hover>a:before {
        opacity: 1
    }
    .menu-list>li .feature-list-menu>li {
        width: 24%
    }
}

.enduser-menu-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.enduser-menu-list li a:hover {
    color: #fff
}

.enduser-menu-list li a:active,
.enduser-menu-list li a:focus {
    color: #fff;
    outline: 0
}

.enduser-menu-list .enduser-call a,
.enduser-menu-list .enduser-call a:hover {
    color: #ffd900
}

.enduser-menu-list .enduser-call a:active,
.enduser-menu-list .enduser-call a:focus {
    color: #ffd900;
    outline: 0
}

.enduser-menu-list .enduser-call a i {
    transform: rotate(45deg)
}

.enduser-menu-list .header-button {
    display: none
}

.affix .enduser-menu-list .header-button,
.link-hover-left {
    display: inline-block
}

.affix .enduser-menu-list a {
    font-size: 16px
}

.affix .enduser-menu-list .header-button a {
    border-radius: 50px;
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
    background: #05b3ad;
    border: 2px solid #fff;
    cursor: pointer
}

.affix .enduser-menu-list .header-button a:active,
.affix .enduser-menu-list .header-button a:focus,
.affix .enduser-menu-list .header-button a:hover {
    color: #008b80;
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    outline: 0
}

.affix .enduser-menu-list .enduser-call a,
.affix .enduser-menu-list .enduser-call a:hover {
    color: #fff
}

.affix .enduser-menu-list .enduser-call a:active,
.affix .enduser-menu-list .enduser-call a:focus {
    color: #fff;
    outline: 0
}

.affix .enduser-menu-list .enduser-call a i {
    transform: rotate(45deg)
}

.link-hover-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.link-hover-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #008b80;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.link-hover-left:active:before,
.link-hover-left:focus:before,
.link-hover-left:hover:before {
    right: 0
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,
    to {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,
    from,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 60px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@media only screen and (min-width:768px) {
    body.home-page {
        background: url(../../img/index/banner-bg.png) no-repeat;
        background-size: contain
    }
}

@media only screen and (max-width:767px) {
    body.home-page {
        background: url(../../img/index/mobileback.jpg) no-repeat
    }
}

.form-control:focus,
button:focus,
div:focus {
    outline: 0
}

#webklipper-publisher-widget-container {
    display: none
}


.page-signup {
    padding: 30px 0;
    background-color: #f5f5f5
}

@media only screen and (min-width:1024px) {
    .page-signup {
        padding: 50px 0
    }
}

.page-signup input {
    background: #fff;
    box-shadow: none!important;
    padding: 12px 20px;
    border: 1px solid #d5d5d5;
    width: 100%;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50px
}

.page-signup input:focus {
    outline: 0
}

.page-signup input[type=submit] {
    padding: 12px;
    background: #ffd801;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border: 0;
    margin: 0 10px;
    width: 100%
}

.page-signup label.error {
    margin-left: 20px
}

.page-signup h2 {
    color: #888;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px
}

.page-signup .quote {
    font-size: 22px;
    color: #797979;
    line-height: 1.5em;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .page-signup .quote,
    .page-signup h2 {
        font-size: 18px
    }
    .page-signup input,
    .page-signup input[type=submit] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.enduser-form-group,
.fancybox-modal {
    outline: 0
}

.enduser-form-group h1,
.fancybox-modal h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0
}

.enduser-form-group p,
.fancybox-modal p {
    font-size: 12px
}

.enduser-form-group .form-group,
.fancybox-modal .form-group {
    display: inline-block;
    width: 100%
}

.enduser-form-group .form-control,
.fancybox-modal .form-control {
    border-radius: 25px;
    padding: 9px 20px;
    height: 42px;
    font-size: 14px
}

.enduser-form-group .intl-tel-input,
.fancybox-modal .intl-tel-input {
    width: 100%
}

.enduser-form-group .intl-tel-input .selected-flag,
.fancybox-modal .intl-tel-input .selected-flag {
    height: 42px
}

.pac-container {
    z-index: 999999
}

.fancybox-modal {
    min-width: 300px;
    width: 100%;
    border-radius: 5px;
    outline: 0
}

.fancybox-modal .theme-btn {
    min-width: 150px;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 20px;
    color: #2ea9a7;
    background: #fff;
    border: 2px solid #2ea9a7;
    cursor: pointer
}

.fancybox-modal .theme-btn:active,
.fancybox-modal .theme-btn:focus,
.fancybox-modal .theme-btn:hover {
    color: #fff;
    background: #008b80;
    border: 2px solid #008b80;
    cursor: pointer;
    outline: 0
}

@media only screen and (max-width:767px) {
    .fancybox-modal {
        border-radius: 0
    }
    .click-to-call {
        right: 100px
    }
}

.fancybox-container #contact-modal,
.fancybox-container .signup-modal {
    overflow: initial
}

.fancybox-modal.modal-lg {
    max-width: 1024px
}

.fancybox-modal.modal-md {
    max-width: 768px
}

.fancybox-modal.modal-sm {
    max-width: 600px
}

.fancybox-modal.modal-xs {
    max-width: 500px
}

.enduser-modal .modal-wrapper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center
}

.enduser-modal .enduser-modal-form {
    padding-top: 15px
}

.enduser-modal .error,
.enduser-modal .valid-msg-tel {
    text-align: left;
    width: 100%;
    display: block
}

#contact-modal h1 {
    font-size: 22px
}

.callback-modal p {
    margin-bottom: 10px
}

.callback-modal .call-msg {
    padding: 15px 0
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 9999999
}

.modal-wait {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .83);
    width: 100%;
    height: 100%;
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.click-to-call:hover {
    color: #fff
}

.whatsapp-modal {
    text-align: center
}

.whatsapp-modal p {
    margin-bottom: 10px
}

@media only screen and (min-width:1024px) {
    .mid-section {
        padding-top: 30px
    }
}

.mid-section .heading-block {
    max-width: 750px;
    margin: 0 auto 50px
}

@media only screen and (max-width:767px) {
    .mid-section .heading-block {
        padding: 0 15px;
        margin-bottom: 25px
    }
}

.mid-section .heading-block h1 {
    color: #fff;
    font-weight: 400
}

.mid-section .heading-block h2 {
    color: #fff;
    font-weight: 400;
    margin: 0 auto 20px;
    max-width: 460px;
    text-align: left
}

.mid-section .heading-block h4 {
    color: #fff;
    font-weight: 300;
    line-height: 1.8em
}

.mid-section .heading-block h4 span {
    color: #ffd801
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .mid-section .heading-block {
        max-width: 600px
    }
}

.mid-section .btn-txt {
    color: #fff;
    padding-top: 15px;
    font-weight: 500
}

.mid-section .video-container {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    position: relative
}

@media only screen and (max-width:767px) {
    .mid-section .heading-block h4 {
        font-size: 22px;
        line-height: 1.5em
    }
    .mid-section .video-container {
        max-width: 350px;
        padding: 50px 15px 0
    }
}

.mid-section .video-container:before {
    content: "";
    background: url(../../img/index/howitworks.png) no-repeat;
    position: absolute;
    left: -180px;
    top: 60px;
    width: 100%;
    height: 60px
}

@media only screen and (max-width:767px) {
    .mid-section .video-container:before {
        top: 45px;
        left: 0;
        height: 28px;
        background-position: top center
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .mid-section .video-container {
        padding-top: 20px
    }
    .mid-section .video-container:before {
        top: 10px;
        left: 0;
        height: 28px;
        background-position: top center
    }
}

.mid-section .video-container .video-iframe {
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 30px
}

.mid-section .video-container .iframe-overlayer {
    position: relative
}

.mid-section .video-container .iframe-overlayer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.mid-section .video-container .iframe-overlayer:after {
    content: "";
    position: absolute;
    left: 45%;
    top: 45%;
    background: url(../../img/index/playico.png) no-repeat;
    width: 60px;
    height: 60px
}

@media only screen and (max-width:767px) {
    .mid-section .video-container .iframe-overlayer:after,
    .mid-section .video-container .iframe-overlayer:before {
        background: 0 0;
        width: 0;
        height: 0
    }
}

.mid-section .explore-btn {
    border-radius: 50px;
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer
}

.mid-section .explore-btn:active,
.mid-section .explore-btn:focus,
.mid-section .explore-btn:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    outline: 0
}

.mid-section .explore-btn span {
    vertical-align: middle;
    padding: 0 10px
}

.mid-section .version-two #video,
.mid-section .video-container.version-two {
    height: 150px;
    visibility: hidden
}

.rw-words {
    display: inline;
    text-indent: 10px
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #ffd801;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s
}

.rw-words-1 span:nth-child(7) {
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s
}

@-webkit-keyframes rotateWord {
    0%,
    100%,
    80% {
        opacity: 0
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px)
    }
    17%,
    5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }
}

@-ms-keyframes rotateWord {
    0%,
    100%,
    2%,
    20%,
    80% {
        opacity: 0
    }
    2% {
        -ms-transform: translateY(-30px)
    }
    17%,
    5% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    20% {
        -ms-transform: translateY(30px)
    }
}

@keyframes rotateWord {
    0%,
    100%,
    80% {
        opacity: 0
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    17%,
    5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.btn-learn {
    margin-left: 20px;
    font-size: 18px;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 40px;
    color: #2ea8a9;
    background: #e7e7e7;
    border: 2px solid #2ea8a9;
    cursor: pointer
}

.btn-learn:active,
.btn-learn:focus,
.btn-learn:hover {
    color: #fff;
    background: #008b80;
    border: 2px solid #008b80;
    cursor: pointer;
    outline: 0
}

@media only screen and (max-width:767px) {
    .btn-learn {
        padding: 10px 25px;
        font-size: 14px;
        margin-left: 10px
    }
}


.featured-section {
    padding-top: 30px;
    padding-bottom: 150px
}

.featured-section .featured-section-txt {
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .featured-section .featured-section-txt {
        margin-top: 40px
    }
}

.featured-section h1 {
    color: #2475a0;
    font-weight: 300;
    margin-bottom: 40px
}

.featured-section .features-img {
    background: url(../image/laptop-bg.png) center center no-repeat;
    height: 400px
}

@media only screen and (max-width:767px) {
    .featured-section {
        text-align: center;
        padding-bottom: 0
    }
    .featured-section .featured-section-txt {
        padding: 15px
    }
    .featured-section h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        padding: 0 15px
    }
    .featured-section .features-img {
        margin-bottom: 20px;
        display: none
    }
}

.featured-section .draggable-section {
    height: 280px;
    position: relative;
    top: 26px;
    overflow: hidden;
    width: 470px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 13px
}

.featured-section .draggable-section .draggable-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 27px
}

.featured-section .draggable-section .draggable-icon {
    display: none;
    position: absolute;
    left: 211px;
    top: 40%;
    z-index: 99;
    background-color: #74ed47;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.featured-section .draggable-section .draggable-icon i {
    padding: 0 3px
}

.featured-section .draggable-section .draggable-icon.wiggle-done {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.featured-section .draggable-section .base-image {
    background: url(../image/slide-crm.jpg) top center;
    width: 425px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 16px
}

.featured-section .draggable-section .upper-image {
    background: url(../image/slide-img.jpg) top left;
    width: 212.25px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 16px;
    border-right: 4px solid #74ed47
}

@media only screen and (max-width:767px) {
    .featured-section .featured-block {
        margin-bottom: 40px
    }
}

.featured-section .featured-block h2 {
    color: #2ea8a9;
    margin-bottom: 25px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .featured-section .featured-block h2 {
        margin-bottom: 15px;
        font-size: 22px
    }
}

.featured-section .featured-block .features-list li {
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    margin-bottom: 25px
}

@media only screen and (max-width:480px) {
    .featured-section .featured-block .features-list {
        max-width: 200px;
        float: none;
        display: inline-block;
        text-align: left;
        width: 100%
    }
    .featured-section .featured-block .features-list li {
        margin-bottom: 15px;
        font-size: 16px;
        padding-left: 20px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .featured-section .featured-block .features-list {
        display: inline-block
    }
    .featured-section .featured-block .features-list li {
        margin-bottom: 15px;
        font-size: 13px;
        padding-left: 0
    }
}

.featured-section .featured-block .features-list li:before {
    position: absolute;
    content: "\f111";
    font-family: FontAwesome;
    left: 0;
    top: -1px;
    font-size: 16px;
    color: #2e5b86
}

@media only screen and (max-width:767px) {
    .featured-section .featured-block .features-list li:before {
        font-size: 12px;
        top: 2px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .featured-section .featured-block .features-list li:before {
        padding-right: 10px;
        position: static;
        font-size: 12px
    }
}

.featured-section .featured-block .theme-btn {
    font-size: 18px;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 25px;
    color: #2ea9a7;
    background: #fff;
    border: 2px solid #2ea9a7;
    cursor: pointer
}

.featured-section .featured-block .theme-btn:active,
.featured-section .featured-block .theme-btn:focus,
.featured-section .featured-block .theme-btn:hover {
    color: #fff;
    background: #008b80;
    border: 2px solid #008b80;
    cursor: pointer;
    outline: 0
}

@media only screen and (max-width:767px) {
    .featured-section .featured-block .theme-btn {
        font-size: 14px;
        padding: 8px 25px
    }
    .featured-section .robust-block {
        background: #eee;
        padding-top: 30px;
        padding-bottom: 40px;
        margin-bottom: 0
    }
    .featured-section .robust-block .theme-btn {
        background: #eee
    }
    .crm-section-content h1 {
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .crm-section-content {
        padding-top: 100px
    }
}

.customer-feedback {
    background-color: #f0eed9;
    position: relative;
    padding-top: 60px;
    z-index: 1
}

.customer-feedback:after,
.customer-feedback:before {
    position: absolute;
    left: -20px;
    right: -20px;
    width: 120%;
    height: 200px;
    background-color: #f0eed9;
    content: "";
    transform: rotate(-6deg)
}

.customer-feedback:before {
    top: -100px
}

.customer-feedback:after {
    bottom: -90px;
    z-index: -1
}

.customer-feedback .slick-dotted.slick-slider {
    margin-bottom: 0
}

.customer-feedback slick {
    max-height: 485px;
    overflow: hidden;
    display: inline-block;
    width: 100%
}

.customer-feedback slick .slider-item {
    display: none;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .customer-feedback {
        background-color: #eef2d7;
        padding-top: 30px;
        padding-bottom: 20px
    }
    .customer-feedback:after,
    .customer-feedback:before {
        height: 0
    }
    .customer-feedback slick,
    .customer-feedback slick .slider-item {
        max-height: none
    }
}

.customer-feedback slick .slider-item .customer-img-block {
    padding-left: 0;
    text-align: center;
    max-height: 500px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px
}

.customer-feedback slick .slider-item .customer-img-block img {
    display: inline-block;
    box-shadow: 0 1px 25px #5f5c5c
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slider-item .customer-img-block {
        padding-left: 15px;
        padding-right: 15px
    }
}

.customer-feedback slick .slider-item .customer-feedback-content .feedback-content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0
}

.customer-feedback slick .slider-item .customer-feedback-content .feedback-content h2 {
    color: #666;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slider-item .customer-feedback-content .feedback-content {
        padding-top: 30px;
        max-width: 280px
    }
    .customer-feedback slick .slider-item .customer-feedback-content .feedback-content h2 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px
    }
}

.customer-feedback slick .slider-item .customer-feedback-content .feedback-content h3 {
    color: #2ea8a9;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slider-item .customer-feedback-content .feedback-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 25px
    }
}

.customer-feedback slick .slider-item .customer-feedback-content .feedback-content h5 {
    color: #272526;
    font-size: 25px
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slider-item .customer-feedback-content .feedback-content h5 {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.customer-feedback slick .slider-item .customer-feedback-content .feedback-content a {
    color: #2ea8a9;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block
}

.customer-feedback slick .slider-item.slick-slide {
    display: block
}

.customer-feedback slick .slick-dots {
    right: 0;
    bottom: 20px;
    width: 50%
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slider-item .customer-feedback-content .feedback-content a {
        font-size: 18px
    }
    .customer-feedback slick .slick-dots {
        width: 100%;
        bottom: 30px
    }
}

.customer-feedback slick .slick-dots li {
    border: 1px solid #656565;
    background-color: #656565;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 10px
}

@media only screen and (max-width:767px) {
    .customer-feedback slick .slick-dots li {
        width: 10px;
        height: 10px
    }
}

.customer-feedback slick .slick-dots li button:before {
    content: ""
}

.customer-feedback slick .slick-dots .slick-active {
    background-color: #88d645;
    border-color: #88d645
}

.customer-feedback slick .slick-next,
.customer-feedback slick .slick-prev {
    width: 50px;
    height: 50px;
    z-index: 9;
    display: none!important
}

.customer-feedback slick .slick-next:before,
.customer-feedback slick .slick-prev:before {
    font-size: 50px;
    color: #000;
    font-family: FontAwesome;
    line-height: 25px
}

.customer-feedback slick .slick-next {
    right: 25px
}

.customer-feedback slick .slick-next:before {
    content: "\f105"
}

.customer-feedback slick .slick-prev {
    left: 25px
}

.customer-feedback slick .slick-prev:before {
    content: "\f104"
}

.customer-feedback slick:hover .slick-next,
.customer-feedback slick:hover .slick-prev {
    display: block!important
}

.crm-section {
    background-color: #e7e7e7;
    padding-top: 200px;
    position: relative
}

.crm-section:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -90px;
    width: 120%;
    z-index: -1;
    height: 200px;
    background-color: #e7e7e7;
    transform: rotate(-6deg)
}

.crm-section .crm-btn-group {
    margin-bottom: 30px
}

.crm-section .crm-btn-group .theme-btn {
    font-size: 18px
}

.crm-section .crm-btn-group .btn-learn {
    border-color: #000;
    color: #000
}

@media only screen and (max-width:767px) {
    .crm-section {
        text-align: center;
        padding-top: 50px
    }
    .crm-section:after {
        height: 0
    }
    .crm-section .crm-btn-group .theme-btn {
        font-size: 12px;
        padding: 12px 22px
    }
    .crm-section .crm-btn-group .btn-learn {
        margin-left: 10px
    }
}

.crm-section .crm-btn-group .btn-learn:active,
.crm-section .crm-btn-group .btn-learn:focus,
.crm-section .crm-btn-group .btn-learn:hover {
    color: #fff;
    background: #000;
    border-color: #000
}

.crm-section .crm-section-img {
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .crm-section .crm-btn-group .theme-btn {
        margin-bottom: 10px
    }
    .crm-section .crm-section-img {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .crm-section .crm-section-img {
        padding: 0 15px
    }
}

.payment-gateway-section {
    padding-top: 150px;
    padding-bottom: 150px
}

.payment-gateway-section .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 400px
}

.payment-gateway-section h1 {
    color: #2ea8a9;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .payment-gateway-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .payment-gateway-section .row {
        text-align: center
    }
    .payment-gateway-section h1 {
        margin-top: 20px
    }
}

.payment-gateway-section .theme-btn {
    font-size: 20px;
    border-radius: 50px;
    display: inline-block;
    padding: 14px 25px;
    color: #2ea9a7;
    background: #fff;
    border: 2px solid #2ea9a7;
    cursor: pointer
}

.mobile-app-section .row,
.themes-section .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.payment-gateway-section .theme-btn:active,
.payment-gateway-section .theme-btn:focus,
.payment-gateway-section .theme-btn:hover {
    color: #fff;
    background: #008b80;
    border: 2px solid #008b80;
    cursor: pointer;
    outline: 0
}

.social-section {
    background-color: #314a80;
    min-height: 500px;
    position: relative;
    z-index: 1
}

.social-section:after,
.social-section:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    width: 120%;
    height: 200px;
    background-color: #314a80;
    transform: rotate(-6deg)
}

.social-section:before {
    top: -110px
}

.social-section:after {
    bottom: -70px;
    z-index: -1
}

@media only screen and (max-width:767px) {
    .payment-gateway-section .theme-btn {
        padding: 10px 20px;
        font-size: 12px
    }
    .social-section {
        padding-top: 50px;
        text-align: center
    }
    .social-section:after,
    .social-section:before {
        height: 0
    }
    .social-section .social-section-content {
        margin-bottom: 50px
    }
    .social-section .social-section-content .button-group .theme-btn {
        margin-bottom: 15px
    }
    .social-section .social-section-image {
        max-width: 300px;
        margin: 0 auto
    }
}

@media only screen and (min-width:1024px) {
    .social-section .social-section-content {
        padding-top: 150px
    }
}

.social-section h1,
.social-section p {
    color: #fff;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .social-section h1 {
        margin-bottom: 20px
    }
    .social-section .theme-btn {
        padding: 10px 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .social-section .social-section-image {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .social-section .theme-btn {
        margin-bottom: 10px
    }
}

.social-section .btn-learn {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

.social-section .btn-learn:active,
.social-section .btn-learn:focus,
.social-section .btn-learn:hover {
    color: #314a80;
    background: #fff;
    border-color: #fff
}

.themes-section {
    padding-top: 150px
}

.themes-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 670px
}

@media only screen and (max-width:767px) {
    .themes-section {
        padding: 50px 0;
        text-align: center
    }
    .themes-section .row {
        min-height: 500px
    }
}

.themes-section .row .themes-section-content {
    padding-bottom: 50px;
    position: relative;
    top: -70px
}

@media only screen and (max-width:767px) {
    .themes-section .row .themes-section-content {
        padding-bottom: 0;
        position: static
    }
}

.themes-section .row h1 {
    color: #2ea8a9
}

.themes-section .row .themes-img {
    position: relative;
    top: -70px
}

@media only screen and (max-width:767px) {
    .themes-section .row .themes-img {
        top: 0;
        padding: 0
    }
}

.themes-section .theme-btn {
    background-color: #fff
}

.themes-section .theme-btn:hover {
    background-color: #008b80
}

.mobile-app-section {
    background-color: #1a7f9d;
    position: relative;
    z-index: 1
}

.mobile-app-section:after,
.mobile-app-section:before {
    position: absolute;
    left: -20px;
    right: -20px;
    width: 120%;
    height: 200px;
    background-color: #1a7f9d;
    transform: rotate(-6deg);
    content: ""
}

.mobile-app-section:before {
    top: -110px
}

.mobile-app-section:after {
    bottom: -70px;
    z-index: -1
}

.mobile-app-section .row {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.mobile-app-section .row .mob-app-img .mob-app-img-block {
    position: relative;
    text-align: right
}

.mobile-app-section .row .mob-app-img .mob-app-img-block img {
    max-height: 500px
}

.mobile-app-section .row .mobile-app-content,
.mobile-app-section .row .mobile-app-content h1 {
    color: #fff
}

.mobile-app-section .row .mobile-app-content .btn-learn {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.mobile-app-section .row .mobile-app-content .btn-learn:hover {
    background-color: #fff;
    color: #2ea8a9;
    border-color: #fff
}

@media only screen and (max-width:767px) {
    .mobile-app-section {
        padding: 50px 0 0
    }
    .mobile-app-section:before {
        height: 0
    }
    .mobile-app-section:after {
        bottom: -50px;
        height: 0
    }
    .mobile-app-section .row .mob-app-img .mob-app-img-block {
        text-align: center
    }
    .mobile-app-section .row .mob-app-img .mob-app-img-block img {
        max-height: 350px
    }
    .mobile-app-section .row .mob-app-img {
        order: 1;
        max-height: 500px
    }
    .mobile-app-section .row .mobile-app-content {
        order: 2;
        padding-bottom: 50px;
        text-align: center
    }
}

.shipping-section {
    background-color: #eef2d7;
    padding: 150px 0 100px
}

@media only screen and (max-width:767px) {
    .shipping-section {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center
    }
}

.shipping-section .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 450px;
    color: #000
}

.shipping-section .row .shipping-section-content h1 {
    color: #009083
}

.shipping-section .row .theme-btn {
    color: #334a7e
}

.pricing-plan-section {
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.pricing-plan-section .upgrade-plan-form {
    display: none
}

.pricing-plan-section h1 {
    color: #000;
    margin-bottom: 60px
}

.pricing-plan-section .pricing-plan-list {
    display: inline-block;
    max-width: 1024px;
    width: 100%
}

.pricing-plan-section .pricing-plan-list .plan-type {
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px
}

@media only screen and (max-width:767px) {
    .pricing-plan-section .pricing-plan-list .plan-type {
        width: 70%;
        pointer-events: none
    }
}

@media only screen and (min-width:768px) {
   
    .pricing-plan-section .pricing-plan-list .plan-type {
        width: 34%;
        max-width: 400px
    }
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-header {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 106px
}

@media only screen and (max-width:767px) {
    .pricing-plan-section .pricing-plan-list .plan-type .plan-header {
        font-size: 20px
    }
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-header h3 {
    font-size: 24px;
    font-weight: 600
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-header .plan-title {
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .pricing-plan-section .pricing-plan-list .plan-type .plan-header h3 {
        font-size: 20px
    }
    .pricing-plan-section .pricing-plan-list .plan-type .plan-header .plan-title {
        margin-bottom: 15px
    }
}

.pricing-plan-section .pricing-plan-list .plan-type .upgrade-plan-form label {
    font-weight: 400
}

.pricing-plan-section .pricing-plan-list .plan-type .upgrade-plan-form .pricing-btn {
    padding: 8px 20px
}

.pricing-plan-section .pricing-plan-list .plan-type h4 {
    font-size: 18px;
    font-weight: 500;
    min-height: 40px;
    margin-bottom: 20px
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-points {
    min-height: 200px
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-points li {
    font-size: 14px;
    margin-bottom: 20px
}

.pricing-plan-section .pricing-plan-list .plan-type .plan-points li i {
    color: #56ba5a
}

.pricing-plan-section .pricing-plan-list .plan-type .btn-payment {
    box-shadow: 0 10px 42px #afadad;
    font-size: 16px;
    line-height: 26px;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 25px;
    color: #000;
    background: #fff;
    border: 2px solid transparent;
    cursor: pointer
}

.pricing-plan-section .pricing-plan-list .plan-type .btn-payment:active,
.pricing-plan-section .pricing-plan-list .plan-type .btn-payment:focus,
.pricing-plan-section .pricing-plan-list .plan-type .btn-payment:hover {
    color: #000;
    background: #ffd801;
    border: 2px solid #ffd801;
    cursor: pointer;
    outline: 0
}

@media only screen and (max-width:767px) {
    .pricing-plan-section .pricing-plan-list .plan-type .plan-points li {
        font-size: 16px
    }
    .pricing-plan-section .pricing-plan-list .plan-type .btn-payment {
        font-size: 12px
    }
}

.pricing-plan-section .pricing-plan-list .plan-type .btn-payment.active {
    box-shadow: 0 10px 42px #afadad;
    font-size: 16px;
    line-height: 26px;
    min-width: 150px;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 25px;
    color: #000;
    background: #ffd801;
    border: 2px solid transparent;
    cursor: pointer
}

.pricing-plan-section .pricing-plan-list .plan-type .btn-payment.active:active,
.pricing-plan-section .pricing-plan-list .plan-type .btn-payment.active:focus,
.pricing-plan-section .pricing-plan-list .plan-type .btn-payment.active:hover {
    color: #000;
    background: #ffd801;
    border: 2px solid #ffd801;
    cursor: pointer;
    outline: 0
}

.pricing-plan-section .pricing-plan-list .plan-type.now {
    pointer-events: auto
}

@media only screen and (min-width:768px) {
    .pricing-plan-section .pricing-plan-list .most-popular {
        width: 30%;
        max-width: 300px;
        background-color: #fff;
        box-shadow: 0 5px 45px #9e9e9e;
        border-radius: 5px;
        position: relative;
        overflow: hidden
    }
    .pricing-plan-section .pricing-plan-list .most-popular .btn-payment {
        background-color: #ffd801
    }
}

.pricing-plan-section .pricing-plan-list .most-popular .popular {
    position: absolute;
    background-color: #ffd801;
    height: 80px;
    width: 90px;
    top: 0;
    right: 0;
    border-bottom-left-radius: 100%;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    .pricing-plan-section .pricing-plan-list .plan-type .btn-payment.active {
        font-size: 12px
    }
    .pricing-plan-section .pricing-plan-list .most-popular .popular {
        font-size: 10px;
        width: 75px;
        height: 70px
    }
    .pricing-plan-section h1 {
        margin-top: 0
    }
    .pricing-plan-section .rotateslider-container {
        overflow: hidden;
        height: 720px
    }
    .pricing-plan-section .rotateslider-container .rotateslider-item {
        top: 0;
        -webkit-transform: translateY(0) translateX(-50%) scale(.9);
        -ms-transform: translateY(0) translateX(-50%) scale(.9);
        transform: translateY(0) translateX(-50%) scale(.9);
        filter: blur(1px);
        background-color: transparent
    }
    .pricing-plan-section .rotateslider-container .rotateslider-item.now {
        top: 0;
        -webkit-transform: translateY(0) translateX(-50%) scale(1);
        -ms-transform: translateY(0) translateX(-50%) scale(1);
        transform: translateY(0) translateX(-50%) scale(1);
        background-color: #fff;
        box-shadow: 0 5px 45px #9e9e9e;
        border-radius: 5px;
        z-index: 9
    }
    .pricing-plan-section .rotateslider-container .rotateslider-item.now .btn-payment {
        background-color: #ffd801;
        color: #000
    }
    .pricing-plan-section .rotateslider-container .arrow {
        top: 45%;
        margin-top: 0;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 10px 0 #a9a9a9;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        z-index: 9
    }
    .pricing-plan-section .rotateslider-container .arrow i {
        color: #000;
        font-size: 35px
    }
    .pricing-plan-section .rotateslider-container .arrow.right {
        right: 10px
    }
    .pricing-plan-section .rotateslider-container .arrow.left {
        left: 10px
    }
    .pricing-detail-block .pricing-detail-link {
        margin-left: 15px;
        margin-right: 15px
    }
}

.pricing-detail-block {
    position: relative
}

.pricing-detail-block:before {
    position: absolute;
    content: "";
    bottom: 40%;
    border-bottom: 1px solid #16927a;
    left: 0;
    right: 0
}

.pricing-detail-block .pricing-detail-link {
    background: #f6f6f6;
    color: #16927a;
    border: 1px solid #16927a;
    position: relative;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 10px;
    display: inline-block
}

@-webkit-keyframes wiggle {
    0% {
        width: 50%
    }
    33% {
        width: 35%
    }
    66% {
        width: 75%
    }
    100% {
        width: 45%
    }
}

@keyframes wiggle {
    0% {
        width: 50%
    }
    33% {
        width: 35%
    }
    66% {
        width: 75%
    }
    100% {
        width: 45%
    }
}

.wiggle {
    -webkit-animation: wiggle 3s ease-in-out;
    animation: wiggle 3s ease-in-out
}

.fancybox-slide .promotional-modal {
    background: url(../../img/index/promotional_popup_bg.png) no-repeat #fff;
    max-width: 650px;
    padding: 50px 0;
    border-radius: 0;
    background-size: cover
}

@media only screen and (max-width:767px) {
    .fancybox-slide .promotional-modal {
        padding: 25px 0
    }
}

.fancybox-slide .promotional-modal .modal-wrapper {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 200px;
    max-width: 350px;
    text-align: left
}

.fancybox-slide .promotional-modal .modal-wrapper h1 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin: 5px 0;
    display: block;
    width: 100%;
    padding-left: 50px;
    line-height: 40px
}

.fancybox-slide .promotional-modal .modal-wrapper h1 span {
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .fancybox-slide .promotional-modal .modal-wrapper h1 {
        font-size: 26px;
        padding-left: 25px
    }
}

.fancybox-slide .promotional-modal .modal-wrapper .offer-block {
    padding: 10px 25px 10px 50px;
    background-color: #f3ff00;
    font-size: 22px;
    margin-bottom: 10px;
    color: #000
}

.fancybox-slide .promotional-modal .modal-wrapper .offer-block span {
    font-size: 22px;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .fancybox-slide .promotional-modal .modal-wrapper .offer-block {
        padding-left: 25px
    }
}

.fancybox-slide .promotional-modal .modal-wrapper p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 50px;
    color: #fff
}

.fancybox-slide .promotional-modal .modal-wrapper p strong {
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .fancybox-slide .promotional-modal .modal-wrapper p {
        padding-left: 25px
    }
}

.fancybox-slide .promotional-modal .modal-wrapper .btn-start-business {
    background-color: #323232;
    padding: 10px 15px;
    color: #fff;
    box-shadow: 0 0 0 #000;
    cursor: pointer;
    margin-left: 50px;
    font-weight: 500;
    margin-bottom: 15px
}

.fancybox-slide .promotional-modal .modal-wrapper .btn-start-business:focus,
.fancybox-slide .promotional-modal .modal-wrapper .btn-start-business:hover {
    color: #fff
}

.promotional-form-block {
    display: none
}

.version-three.promotional-modal {
    background: #1d8193
}

.version-three.promotional-modal .modal-wrapper {
    max-width: none
}

.version-three.promotional-modal .promotional-form-block,
.version-three.promotional-modal .promotional-modal-content {
    display: inline-block;
    width: 50%
}

.version-three.promotional-modal .promotional-form-block {
    padding-right: 30px
}

.version-three.promotional-modal .promotional-form-block p {
    padding-left: 15px
}

.version-three.promotional-modal .promotional-form-block .theme-btn,
.version-three.promotional-modal .promotional-form-block .theme-btn:focus,
.version-three.promotional-modal .promotional-form-block .theme-btn:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.footer-section {
    background-color: #323335;
    padding: 50px 0;
    position: relative
}

.footer-section .footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .fancybox-slide .promotional-modal .modal-wrapper .btn-start-business {
        margin-left: 25px
    }
    .footer-section {
        padding-bottom: 10px
    }
    .footer-section .footer-heading {
        font-weight: 400;
        border-bottom: 1px solid #666;
        padding-bottom: 15px;
        font-size: 16px
    }
}

.footer-section .footer-link-block h3 {
    margin-bottom: 20px
}

.footer-section .footer-link-block .footer-links li {
    margin-bottom: 10px
}

.footer-section .footer-link-block .footer-links li a {
    font-size: 14px;
    color: #fff
}

.footer-section .footer-link-block .footer-links li a:hover {
    color: #fff
}

.footer-section .footer-link-block .footer-links li a:active,
.footer-section .footer-link-block .footer-links li a:focus {
    color: #fff;
    outline: 0
}

.footer-section .footer-toggle-icon {
    float: right;
    color: #a0a0a0;
    font-size: 26px
}

.footer-section .footer-social-link h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .footer-section .footer-toggle-icon {
        position: relative;
        top: 8px;
        font-size: 20px
    }
    .footer-section .footer-social-link h4 {
        font-weight: 400;
        border-bottom: 1px solid #666;
        padding-bottom: 15px
    }
}

.footer-section .footer-social-link .social-links {
    margin-bottom: 50px
}

.footer-section .footer-social-link .social-links li a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center
}

.footer-section .footer-social-link .social-links li a:hover {
    background-color: #000
}

@media only screen and (max-width:767px) {
    .footer-section .footer-social-link .app-list {
        max-width: 280px;
        margin: 50px auto 20px;
        text-align: center
    }
    .footer-section .footer-social-link .app-list li {
        display: inline-block;
        width: 49%
    }
    .footer-section .footer-social-link .app-list li a {
        display: inline-block
    }
    .footer-section .footer-social-link .app-list .link-itune {
        width: 40%
    }
}

.footer-section .blogs-listing li {
    position: relative;
    margin-bottom: 15px
}

.footer-section .blogs-listing li:before {
    content: "";
    background: url(../../img/index/footer-blog.png) 100% 100%;
    height: 60px;
    width: 60px;
    left: 0;
    position: absolute
}

.footer-section .blogs-listing li .blog-link {
    display: table;
    cursor: pointer;
    margin-left: 65px
}

.footer-section .blogs-listing li .blog-link .blog-img {
    vertical-align: top;
    max-width: 100px;
    display: none
}

.footer-section .blogs-listing li .blog-link .blog-title {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px
}

.footer-section .blogs-listing li .blog-link .blog-title h4 {
    font-size: 14px;
    color: #a0771b;
    line-height: 18px;
    margin-bottom: 10px
}

.footer-section .blogs-listing li .blog-link .blog-title span {
    color: #656766
}

@media only screen and (max-width:767px) {
    .footer-section .blogs-listing,
    .footer-section .footer-links,
    .footer-section .social-links {
        display: none;
        border-bottom: 1px solid #666;
        margin-bottom: 15px;
        padding-bottom: 5px
    }
    .footer-section .footer-social-link .social-links,
    .footer-section .overview-links {
        display: block
    }
    .footer-section .footer-social-link .social-links {
        border-bottom: none;
        margin-bottom: 0;
        text-align: center
    }
    .footer-section .footer-social-link .app-list {
        margin-top: 20px
    }
    .times-footer {
        padding: 15px 0
    }
}

.times-footer {
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 15px 0
}

.times-footer h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .times-footer h2 {
        font-size: 14px
    }
}

.whatsapp-btn,
.whatsapp-btn:focus,
.whatsapp-btn:hover {
    position: fixed;
    z-index: 9;
    left: 20px;
    bottom: 14px;
    background: #09d261;
    color: #fff;
    border-radius: 50px;
    width: 70px;
    text-align: center;
    font-size: 2.5em
}

@media only screen and (max-width:767px) {
    .whatsapp-btn,
    .whatsapp-btn:focus,
    .whatsapp-btn:hover {
        position: relative;
        top: 0;
        left: 0;
        background: #40C340;
        width: 50px;
        height: 50px;
        padding: 5px;
        font-size: 30px
    }
    .whatsapp-btn:before,
    .whatsapp-btn:focus:before,
    .whatsapp-btn:hover:before {
        content: "What's app";
        color: #fff;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 250px;
        text-align: right;
        padding-right: 60px
    }
}

.click-to-call {
    position: fixed;
    z-index: 9;
    bottom: 15px;
    right: 200px;
    color: #fff;
    width: 45px;
    font-size: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 45px;
    background-color: #40C340;
    text-align: center;
    border-radius: 50%
}

.click-to-call:focus,
.click-to-call:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .click-to-call {
        right: 0;
        top: 0;
        visibility: visible!important;
        position: relative;
        margin-top: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #3f3780
    }
    .click-to-call:before {
        content: "Let's talk";
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 0;
        width: 250px;
        text-align: right;
        padding-right: 60px
    }
    .float-icon,
    .footer-button-group a {
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
    }
    .overlayer-block {
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, .45);
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 9
    }
    .overlayer-block .float-icon {
        display: block!important
    }
    .overlayer-block.active {
        display: block
    }
    .footer-button-group {
        position: fixed;
        text-align: right;
        bottom: 123px;
        right: 10px;
        overflow: hidden;
        height: 0;
        transition: all .25s ease-in-out;
        z-index: 9
    }
    .footer-button-group:before {
        content: "Let's chat";
        color: #fff;
        font-size: 18px;
        position: absolute;
        bottom: -35px;
        right: 10px;
        width: 250px;
        text-align: right;
        padding-right: 60px
    }
    .footer-button-group .fa-stack {
        font-size: 22px
    }
    .footer-button-group .fa-stack i {
        position: relative;
        left: -5px;
        top: 3px
    }
    .footer-button-group .fa-stack i+i {
        font-size: 16px;
        position: relative;
        top: -52px;
        right: -3px;
        left: inherit
    }
    .footer-button-group.active {
        height: 130px;
        overflow: visible;
        padding: 10px;
        transition: all .25s ease-in-out
    }
    .float-icon {
        display: none;
        background: url(../../img/index/support-icon.png) center center no-repeat #40C340;
        background-size: 30px;
        color: #fff;
        font-size: 28px;
        padding: 10px 12px;
        border-radius: 50px;
        cursor: pointer;
        position: fixed;
        bottom: 15px;
        right: 10px;
        z-index: 99999;
        width: 70px;
        height: 50px;
        text-align: center;
        visibility: visible!important
    }
    .float-icon:focus {
        color: #fff
    }
    .float-icon.active {
        background-color: #666;
        color: #fff;
        font-size: 24px
    }
    div #olark-wrapper .olark-launch-button {
        right: 20px!important;
        bottom: 75px!important;
        display: none!important;
        width: 50px!important;
        height: 50px!important;
        background: #28799e!important
    }
    div #olark-wrapper .olark-launch-button.active {
        display: block!important
    }
    #olark-wrapper svg {
        margin-left: -5px;
        margin-top: 3px;
        width: 22px!important;
        height: 45px!important
    }
}