﻿.new-footer {
    margin-top: 0 !important;
    padding-top: 30px;
}
.icon_network >span{
    transition:.3s;
}
.icon_network .welkin-linkedin:hover {
    color: #0274b3;
}
.icon_network .welkin-facebook:hover {
    color: #3b5998;
}
.icon_network .welkin-google:hover {
    color: #dc4a38;
}
.icon_network .welkin-twitter:hover {
    color: #5ea9dd;
}
.icon_network .welkin-youtube:hover {
    color: #c60000;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.animateLink {
    transition: .3s;
    position: relative;
}
    .animateLink:hover {
        color: #737c8c;
    }
    .animateLink:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: #737c8c;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .animateLink:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .animateLinkBlue:hover {
        color: #358DE5;
    }

    .animateLinkBlue:before {
        background-color: #358DE5;
    }

    .animateLinkBlue:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .feature-marker-block-1-1 {
        width: 39%;
        height: 46.8%;
        top: 154px !important;
    }

.feature-marker-block-1-2 {
    width: 67%;
    height: 21.3%;
    top: 273px !important;
}

.feature-marker-block {
    display: block;
    position: absolute;
    top: 25px;
    left: -1px;
}

.feature-marker {
    text-decoration: none;
    display: block;
    position: absolute;
    top: -20px;
    right: -29px;
    z-index: 10;
    font-size: 23px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(31, 142, 250,0.8);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .feature-marker:before, .feature-marker:after {
        content: "";
        display: block;
        border: 1px solid #1F8EFA;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        opacity: 0;
    }

    .feature-marker:after {
        -webkit-animation: 1.5s pulse2 infinite linear;
        -moz-animation: 1.5s pulse2 infinite linear;
        -o-animation: 1.5s pulse2 infinite linear;
        animation: 1.5s pulse2 infinite linear;
    }

    .feature-marker:before {
        -webkit-animation: 1.5s .1s pulseNew infinite linear;
        -moz-animation: 1.5s .1s pulseNew infinite linear;
        -o-animation: 1.5s .1s pulseNew infinite linear;
        animation: 1.5s .1s pulseNew infinite linear;
    }

    .feature-marker:hover {
        /*color: rgba(255,255,255,0.9);*/
        background-color: rgba(31, 142, 250,1);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position-x: 11px;
        background-position-y: 10px;
        background-image: url('https://welkinsuite.com/media/2991/icon-info.png');
        color: transparent;
    }

    .feature-marker.is-active {
        color: rgba(0,0,0,0);
        background: #1F8EFA;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position-x: 11px;
        background-position-y: 10px;
        background-image: url('https://welkinsuite.com/media/2991/icon-info.png');
    }

        .feature-marker.is-active:after, .feature-marker.is-active:before {
            display: none
        }

.feature-marker-block.is-active {
    background: url("data:image/svg+xml;utf8,<svg style='stroke-width: 1px' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 296 294'><path d='m294 0L0 294' stroke='#1F8EFA' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-opacity='1' /></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto
}

.feature-marker-block-revers.is-active {
    background: url("data:image/svg+xml;utf8,<svg style='stroke-width: 1px' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 296 294'><path d='M1 0l294 294' stroke='#1F8EFA' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-opacity='1' /></svg>") !important;
}

@-moz-document url-prefix() {

    .feature-marker-block.is-active {
        background: url("data:image/svg+xml;utf8,<svg style='stroke-width: 1px' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 296 294'><path d='m294 0L0 294' stroke='RoyalBlue' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-opacity='1' /></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 100% 100%, auto !important
    }

    .feature-marker-block-revers.is-active {
        background: url("data:image/svg+xml;utf8,<svg style='stroke-width: 1px' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 296 294'><path d='M1 0l294 294' stroke='RoyalBlue' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-opacity='1' /></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 100% 100%, auto !important
    }
}

@keyframes pulse2 {
    0% {
        animation-timing-function: ease-in;
        transform: scale(1)
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: scale(1.6);
        opacity: 0.4
    }
}

@keyframes pulseNew {
    0% {
        animation-timing-function: ease-in;
        transform: scale(1.3)
    }

    50% {
        transform: scale(1.8);
        opacity: .35
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: scale(2.2);
        opacity: 0.1
    }
}

*:not(.fa) {
    font-family: 'Lato', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
}
[class^="welkin-"], [class*=" welkin-"] {
    font-family: 'WelkinSuite' !important;
}

.header-cantainer > h1, .header-cantainer > h2, .header-cantainer > p {
    margin: 0 auto;
    text-align: center;
    color: white;
}

.header-cantainer > h1 {
    font-size: 90px;
    font-family: 'Lato' !important;
    font-style: normal !important;
    font-weight: 100 !important;
}

.header-cantainer > h2 {
    font-size: 34px;
    font-weight: 300 !important;
}

.header-cantainer > p {
    font-size: 18px;
    max-width: 670px;
    line-height: 1.3;
}

.shotLine {
    margin: 20px auto;
    max-width: 110px;
    width: 100%;
    height: 1px;
    background-color: white;
}

.buttonDiv {
    max-width: 170px;
    width: 100%;
    margin: 45px auto 30px auto;
}

.buttonHome {
    font-size: 18px;
    color: white;
    background-color: #c937c9;
    padding: 15px 40px;
    border-radius: 4px;
    text-align: center;
    transition:.3s;
}
.buttonInParallax {
    position: relative;
    top: -20px;
}
.blockRequest {
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

    .blockRequest > a {
        color: white;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        position: relative;
        right: 11px;
    }

.buttonHome:hover, .buttonHome:focus {
    color: white;
    background-color: #e33de3;
}

.text-description-block {
    padding-left: 80px;
    max-width: 470px;
    width: 100%;
    padding-top: 40px;
}

    .text-description-block > h3 {
        font-family: 'Lato' !important;
        font-style: normal !important;
        font-weight: 100 !important;
        font-size: 50px;
        color: #586062;
        line-height: .9;
        margin-top: 0;
    }

.lineBlue {
    width: 80px;
    height: 1px;
    background-color: #3498DB;
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-description-block > p {
    font-size: 18px;
    color: #586062;
}

.text-description-block-fearure {
    max-width: 560px;
    width: 100%;
    padding-top: 50px;
}

    .text-description-block-fearure > h3 {
        font-family: 'Lato' !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 40px;
        color: #586062;
        line-height: 1.1;
        margin-top: 0;
    }

    .text-description-block-fearure > p {
        font-size: 16px;
        color: #586062;
        line-height: 1.4;
        margin-bottom: 20px;
    }

.feature-image-1 {
    background-image: url(https://welkinsuite.com/media/2982/tws1.gif);
    width: 948px;
    height: 467px;
    position: relative;
    right: -475px;
    top: -196px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.feature-item-result {
    max-width: 285px;
    position: relative;
    top: -320px;
    right: -190px;
    display: none;
}

.feature-header-item {
    font-size: 20px;
    color: #2d79c7;
    text-align: left;
}

.feature-item-line {
    width: 100%;
    background-color: #1F8EFA;
    height: 1px;
    margin: 10px 0 10px 0;
}

.feature-item-description {
    font-size: 16px;
    color: #55626e;
    line-height: 1.3;
    text-align: left;
    padding-right: 5px;
}

.feature-image-2 {
    background-image: url(https://welkinsuite.com/media/2986/tws2.gif);
    width: 948px;
    height: 757px;
    position: relative;
    right: -475px;
    top: -218px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.home-page-feature {
    background-color: #F7F8FA;
}

.feature-marker-block-2-1 {
    width: 19%;
    height: 37.7%;
    top: 54px !important;
}

.feature-marker-block-2-2 {
    width: 13%;
    height: 8.5%;
    top: 275px !important;
}

.feature-marker-block-2-3 {
    width: 36%;
    height: 31.3%;
    top: 338px !important;
}

.feature-marker-block-2-4 {
    width: 67%;
    height: 18.3%;
    top: 338px !important;
}

.feature-item-result2 {
    top: -665px !important;
    right: -190px !important
}

.feature-image-3 {
    background-image: url(https://welkinsuite.com/media/2988/tws4.png);
    width: 948px;
    height: 757px;
    position: relative;
    right: -475px;
    top: -218px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.feature-marker-block-3-1 {
    width: 14%;
    height: 37.7%;
    top: 54px !important;
}

.feature-marker-block-3-2 {
    width: 94.5%;
    height: 25.7%;
    top: 145px !important;
}

.feature-marker-block-3-3 {
    width: 72%;
    height: 12.3%;
    top: 338px !important;
}

.feature-item-result3 {
    top: -665px;
    right: -189px;
}

.feature-image-4 {
    background-image: url(https://welkinsuite.com/media/2989/tws5.png);
    width: 948px;
    height: 757px;
    position: relative;
    right: -475px;
    top: -218px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.feature-marker-block-4-1 {
    width: 42%;
    height: 22.7%;
    top: 168px !important;
}

.feature-item-result4 {
    top: -665px;
    right: -189px;
}

.feature-image-5 {
    background-image: url(https://welkinsuite.com/media/3005/5-lightning.png);
    width: 948px;
    height: 537px;
    position: relative;
    right: -475px;
    top: -284px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.feature-marker-block-5-1 {
    width: 34%;
    height: 41%;
    top: 200px !important;
}

.feature-marker-block-5-2 {
    width: 56%;
    height: 28.1%;
    top: 269px !important;
}

.feature-item-result5 {
    top: -430px;
    right: -189px;
}

.feature-image-6 {
    background-image: url(https://welkinsuite.com/media/3004/1-sf.png);
    width: 948px;
    height: 544px;
    position: relative;
    right: -475px;
    top: -263px;
    background-position-x: 120px;
    background-repeat: no-repeat;
}

.feature-marker-block-6-1 {
    width: 60%;
    height: 24%;
    top: 352px !important;
}

.feature-marker-block-6-2 {
    width: 34%;
    height: 34.1%;
    top: 168px !important;
}

.feature-item-result6 {
    top: -483px;
    right: -189px;
}

.blueButton {
    color: #2d79c7 !important;
    font-size: 14px;
    padding: 6px 0px 0 0;
    border-radius: 4px;
    background-color: transparent !important;
    transition: .3s;
}

    .blueButton:hover {
        color: #358DE5 !important;
    }

.parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF !important;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#homeParallax {
    background-image: url(https://welkinsuite.com/media/2950/back.jpg);
    min-height: 118px;
}

    #homeParallax > .container > p {
        font-size: 34px;
        font-weight: 300 !important;
        max-width: 816px;
        padding: 41px 60px 41px 0;
        margin-bottom: 0;
        line-height: 1;
        display: inline-block;
    }

    #homeParallax > .container > .buttonDiv {
        display: inline-block;
        position: relative;
        top: -5px;
    }

.featureContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.featureColumn {
    padding: 20px 10px;
    max-width: 296px;
    width: 100%;
}

.featureName {
    color: #434b52;
    font-size: 19px;
    line-height: 1.3;
    padding-left: 5px;
    margin-bottom: 20px;
    min-height: 50px;
}

.featureItem {
    font-size: 14px;
    color: #86929d;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .featureItem:hover a {
        color: #2d79c7;
    }

    .featureItem:hover .featureImage {
        background-color: #2d79c7 !important;
    }

    .featureItem > a {
        width: 100%;
    }

        .featureItem > a > div {
            display: inline-block;
            max-width: 215px;
        }

.featureImage {
    width: 50px;
    height: 50px;
}

.featureText {
    min-height: 40px;
    vertical-align: top;
    padding-top: 15px;
}

.lineNew {
    position: relative;
    color: #434b52;
    text-decoration: none;
    display: inline-block;
}

    .lineNew:hover {
        color: #2d79c7;
    }

    .lineNew:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -3px;
        left: 0;
        background-color: #2d79c7;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    .lineNew:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

.buttonViewMore {
    display: inline-block;
    margin: 0 30px;
    padding: 12px 25px;
    color: #2D79C7;
    border: 1px solid #2D79C7;
    border-radius: 4px;
    font-size: 16px;
    max-width: 140px;
    transition: .3s;
    text-align: center;
}

    .buttonViewMore:hover {
        background-color: #358DE5;
        border-color: #358DE5;
        color: white;
        cursor: pointer;
    }

.buttonViewMoreTitle {
    margin-top: 15px;
}

    .buttonViewMoreTitle:after {
        margin-right: 0%;
    }

    .buttonViewMoreTitle:before {
        margin-left: 0%;
    }

    .buttonViewMoreTitle:before, .buttonViewMoreTitle:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 41.8%;
        height: 1px;
        background: #BEC3C6;
        border: solid #FFF;
        border-width: 0 0;
    }

.btnTwitter {
    text-decoration: none;
    display: inline-block;
    margin: 15px;
    z-index: 10;
    font-size: 35px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #2d79c7;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .btnTwitter:hover {
        background-color: #358DE5;
    }

.slider {
    overflow: hidden;
    position: relative;
    width: 966px;
    height: 370px;
    margin: 0 auto;
}

    .slider .slides {
        position: relative;
        transition: 1s;
    }

        .slider .slides .slide {
            float: left;
            display: block;
            margin: 10px;
        }

            .slider .slides .slide img {
                width: 302px;
                height: 352px;
                box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 25px;
            }

.prevButtonHome {
    position: relative;
    top: 210px;
    right: -25px;
}

.nextButtonHome {
    position: relative;
    top: 210px;
    left: 1015px;
}

.reasonBlock {
    border: 1px solid #BDC3C7;
    border-radius: 4px;
    padding: 20px 15px;
    margin: 30px 15px;
    max-width: 560px;
    min-height: 180px;
}

.reasonHeader {
    font-size: 30px;
    color: #434b52;
    margin-top: 10px;
    margin-bottom: 15px;
}

.reasonText {
    font-size: 16px;
    line-height: 1.3;
    color: #55626e;
}

.reasonBlock > .row > .col-md-2 {
    position: relative;
    top: -5px;
    padding: 0;
}


.pricingHeader1 {
    font-size: 30px;
    color: #2e3039;
    line-height: 1.4;
    padding-top: 40px;
    font-weight: 300 !important;
}

.pricingHeader2 {
    color: #2e3039;
    font-size: 60px;
    line-height: 0.9;
    font-weight: 300 !important;
}

.priceProConyainer {
    max-width: 562px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 35px;
}

    .priceProConyainer .nav-tabs {
        font-size: 16px;
    }

        .priceProConyainer .nav-tabs > li > a {
            padding: 12px 40px;
        }

        .priceProConyainer .nav-tabs > li.active > a {
            color: #aa26aa;
        }

    .priceProConyainer .tab-content {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 15px 30px 0 30px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        max-height: 175px;
    }

.newPrice {
    color: #aa26aa;
    max-width: 290px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin: 20px 0;
}

    .newPrice .f30 {
        font-size: 30px;
    }

    .newPrice .f60 {
        font-size: 60px;
        font-weight: 300 !important;
    }

    .newPrice .fText {
        color: #86929d;
        font-size: 20px;
        padding-left: 15px;
    }

.newPrice2 {
    color: #aa26aa;
    font-size: 20px;
    max-width: 295px;
}

.yearPrice {
    display: inline-block;
    vertical-align: top;
}

.additionalData {
    font-size: 14px;
    color: #55626e;
    margin-left: 15px;
    max-width: 175px;
    display: inline-block
}

.newPriceRightBlock {
    max-width: 220px;
    font-size: 14px;
    color: #55626e;
    position: relative;
    top: -136px;
    right: -323px;
}

    .newPriceRightBlock > div > div {
        position: relative;
        top: -15px;
        padding-left: 5px;
        display: inline-block;
        max-width: 135px
    }

    .newPriceRightBlock > div {
        margin-bottom: 3px;
    }

.buttonAdditionalText {
    max-width: 380px;
}

    .buttonAdditionalText > div {
        float: right;
        color: #86929d;
        font-size: 16px;
        max-width: 120px;
        text-align: center;
    }

.buttonTrial {
    font-size: 18px;
    color: #55626e;
    background-color: transparent;
    padding: 15px 40px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd;
    transition: .3s;
    outline: none;
}

    .buttonTrial:hover, .buttonTrial:active, .buttonTrial:focus {
        color: #c42bc4;
        border-color: #c42bc4;
    }

.buyNowNew, .buttonTrialDiv {
    display: inline-block;
    margin-top: 40px;
    max-width: 250px;
}

.buyNowNewButton {
    padding: 15px 70px;
}

.businessText {
    font-size: 16px;
    color: #586062;
    line-height: 1.4;
    margin: 30px 0 50px 0;
    max-width: 375px;
}

.buttonReadMode {
    font-size: 18px;
    color: #2d79c7;
    background-color: transparent;
    padding: 15px 55px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #2d79c7;
    transition: .3s;
}

    .buttonReadMode:hover:not([disabled]), .buttonReadMode:active:not([disabled]), .buttonReadMode:focus:not([disabled]) {
        background-color: #358DE5;
        border-color: #358DE5;
        color: white;
        cursor: pointer;
    }
    .buttonReadMode:disabled {
        border-color: #747C8C;
        color: #747C8C;
        cursor: default;
    }
    
    .sendRequest {
        margin: 5px 0 20px 0;
        padding: 10px 20px;
        display: inline-block;
    }

.sectionWhite {
    background-color:white!important;
}

.flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.trailhead {
    background: #125d96;
    width: 72px;
}
.trailhead-color {
    background-color: #125d96;
    color: white;
    border-color: transparent;
}.linkNew {
    font-size: 16px;
    color: #2d79c7;
    text-decoration: underline;
}
    .linkNew:hover {
        color: #358DE5;
        text-decoration: underline;
    }.size16 {
        font-size: 16px;
    }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white;
}
.blogs .blog .title:hover {
    color: #478EE8
}
.newShareBlock {
    font-size: 16px;
    justify-content: flex-end;
    margin-top: 5px;
}

    .newShareBlock > a {
        transform: scale(2);
        margin: 5px 15px;
        color: #8399a5;
    }

.newHeader {
    font-family: 'Lato' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 40px;
    color: #586062;
    line-height: 1.1;
    margin-top: 50px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1680px) and (min-width: 1198px) {
    .text-description-block {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .screen {
        right: -445px !important;
        top: -265px !important;
    }

    .container {
        padding-left: 30px;
        width: 1165px;
    }
    .add-user-textarea{
        width:260px!important;
    }
    .left-subscription-container{
        min-width:374px!important;
    }
    .feature-item-result6, .feature-item-result1, .feature-item-result2, .feature-item-result3, .feature-item-result4, .feature-item-result5 {
        right: calc(100% - 1222px) !important;
    }

    .feature-item-result {
        max-width: 350px;
    }

    .feature-item-description {
        padding-right: 50px;
    }

    #textDD {
        max-width: 395px !important;
    }

    .feature-image-6, .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4, .feature-image-5 {
        width: 698px;
        background-position-x: 0;
        right: -445px;
    }

    .feature-image-1 {
        top: -215px;
    }

    .feature-item-result1 {
        top: -339px;
    }

    .feature-image-2 {
        top: -243px;
    }

    .feature-item-result2 {
        top: -690px !important;
    }

    #textBlock3 {
        max-width: 415px !important;
    }

    #textBlock4 {
        max-width: 390px !important;
    }

    .feature-marker-block-3-2 {
        display: none;
    }

    .headerText4 {
        max-width: 450px;
    }

    .feature-image-3 {
        top: -260px;
    }

    #blockText4 {
        max-width: 385px !important;
    }

    .feature-image-4 {
        top: -303px;
    }

    .feature-item-result3 {
        top: -707px;
    }

    .feature-item-result4 {
        top: -727px;
    }

    .feature-marker-block-4-1 {
        top: 191px !important;
    }

    #blockText5 {
        max-width: 395px;
    }

    .feature-image-5 {
        top: -304px;
    }

    .feature-item-result5 {
        top: -450px;
    }

    #features > .container, .buttonViewMoreTitle {
        width: 100% !important;
    }

        .buttonViewMoreTitle:before, .buttonViewMoreTitle:after {
            width: 40% !important;
        }

    .reasonBlock {
        max-width: 530px;
        min-height: 200px;
    }

    .featureColumn {
        max-width: 285px !important;
    }

    .featureItem > a > div {
        max-width: 183px;
    }

    .prevButtonHome {
        right: 0;
    }

    .nextButtonHome {
        left: 982px;
    }

    #featureTT {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1197px) {
    .text-description-block {
        padding-left: 5px !important;
    }

    .screen .feature-img {
        height: 271px !important;
    }

    .text-description-block > h3 {
        font-size: 42px !important;
    }

    .screen {
        top: -222px !important;
        right: -365px !important;
        max-width: 483px !important;
    }

    #videoContainer {
        max-height: 250px !important;
    }

    #watch_video .welkin-play-video {
        top: 95px !important;
    }

    .feature-marker-block, .feature-item-result {
        display: none !important;
    }

    .text-description-block-fearure {
        max-width: inherit !important;
    }

        .text-description-block-fearure > p {
            max-width: 820px !important;
        }

    .feature-image-6, .feature-image-1, .feature-image-2, .feature-image-4, .feature-image-5 {
        top: -106px;
        right: 0;
        background-position-x: 0;
    }

    .feature-image-3 {
        top: -127px;
        right: 0;
        background-position-x: 0;
    }

    .text-description-block-fearure > p, .blueButton {
        position: relative;
        top: 553px;
    }

    #f1, #f2, #f4 {
        max-height: 756px !important;
    }

        #f2 .text-description-block-fearure > p, #f2 .blueButton {
            top: 480px;
        }

    #f3 {
        max-height: 850px !important;
    }

        #f3 .text-description-block-fearure > p, #f3 .blueButton {
            top: 638px;
        }

    #f4 .text-description-block-fearure > p, #f4 .blueButton {
        top: 515px;
    }

    #f5 {
        max-height: 720px !important;
    }

        #f5 .text-description-block-fearure > p, #f5 .blueButton {
            top: 510px;
        }

    #f6 {
        max-height: 780px !important;
    }

        #f6 h3 {
            max-width: 600px !important;
        }

    #ff6 {
        min-height: 825px;
    }

    #homeParallax > .container > p {
        text-align: center;
        width: 100%;
        max-width: inherit;
        padding: 25px 60px 25px 0;
    }

    #homeParallax > .container > .buttonDiv {
        display: block;
    }
    .buttonInParallax {
        top: -5px;
    }
    .buttonDiv2 {
        margin: 10px auto 30px auto;
    }
    .buttonInParallax {
        display: block;
        max-width: max-content;
        margin: 0 auto 25px auto;
    }
    #featureTT > p {
        position: inherit !important;
    }

    .buttonViewMoreTitle:before, .buttonViewMoreTitle:after {
        width: 39%;
    }

    #pricing {
        padding-top: 50px !important;
    }

        #pricing div > div > p, #reasonBB > p {
            position: inherit !important;
        }

    .priceProConyainer {
        min-width: 566px;
    }

    #enterpriceBB {
        padding-left: 38px !important;
    }

    #priceCont {
        min-height: 570px;
    }

    .prevButtonHome, .nextButtonHome {
        top: 355px;
        left: 380px;
    }

    .slider {
        top: -70px;
        left: -20px;
    }

    #rewiewText {
        position: inherit !important;
    }
}

@media (max-width: 1024px) {
    .screen {
        top: -202px !important;
    }
}

@media screen and (max-width: 1197px) and (min-width: 992px) {
    #enterpriceBB {
        padding-left: 130px !important;
    }

    .reasonBlock {
        max-width: 430px;
    }
}

@media (max-width: 980px) {
    .slider {
        width: 640px;
    }

    .prevButtonHome, .nextButtonHome {
        left: 312px;
    }
}

@media screen and (max-width: 980px) {
    .feature-image-6, .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4, .feature-image-5 {
        background-size: contain;
        width: auto;
        position: inherit;
        margin-top: 20px;
    }

    .text-description-block-fearure > p, .blueButton {
        position: inherit;
    }

    #homeParallax > .container > p {
        padding: 20px 20px 25px 20px;
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    .buttonReadDiv {
        margin-bottom: 30px;
    }

    #enterpriceBB {
        padding-left: 0px !important;
    }

    .buttonReadMode {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .reasonBlock {
        margin-left: 15px !important;
        margin-right: 15px !important;
        max-width: unset;
        min-height: auto;
        margin: 15px 15px;
    }

    #videoContainer {
        padding-right: 15px !important;
    }

    .reasonText {
        text-align: justify;
    }

    .reasonHeader {
        margin-top: 5px;
    }
}

@media screen and (max-width: 720px) {
    .buttonViewMoreTitle:before, .buttonViewMoreTitle:after {
        display: none;
    }

    .buttonViewMore {
        display: block;
        margin: 0 auto;
    }

    .parallax > .container {
        padding-right: 0;
    }

    .text-description-block {
        padding-left: 20px;
    }

    .header-cantainer > h1 {
        font-size: 83px;
    }

    .home-background {
        min-height: 540px;
    }

    /*.container-video {
        padding-left: 15px;
    }*/
}

@media screen and (max-width: 675px) {
    .feature-image-6, .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4, .feature-image-5 {
        display: none;
    }

    .slider {
        width: 320px !important;
    }

    .prevButtonHome, .nextButtonHome {
        left: 80px !important;
    }

    .newPriceRightBlock {
        max-width: 185px !important;
    }

    #ff6 {
        display: none;
    }

    #f5 {
        max-height: initial !important;
        margin-bottom: 30px;
    }

    .header-cantainer > h1 {
        font-size: 70px;
    }

    .header-cantainer > h2 {
        font-size: 28px;
    }

    .home-background {
        min-height: 505px !important;
    }

    .text-description-block > h3 {
        font-size: 35px;
    }

    .text-description-block-fearure {
        padding-top: 25px;
    }

    #f1 {
        max-height: 660px !important;
    }

    #f2 {
        max-height: 570px !important;
    }

    #f3 {
        max-height: 678px !important;
    }

    #f4 {
        max-height: 636px !important;
    }

    #f5 {
        max-height: 614px !important;
    }

    #f6 {
        max-height: 673px !important;
    }

    #ff6 {
        min-height: 526px;
    }

    #features > .container {
        max-height: none !important;
    }
}

@media (max-width: 580px) {
    #homeParallax > .container > p {
        font-size: 20px;
        padding: 20px 5px 20px 5px;
    }
    .buttonInParallax {
        display: block;
        max-width: max-content;
        margin: 0 auto 20px auto;
    }
    .header-cantainer > h1 {
        font-size: 60px;
    }

    .header-cantainer > h2 {
        font-size: 24px;
    }

    .header-cantainer > p {
        font-size: 15px;
        max-width: 670px;
        line-height: 1.4;
    }

    .priceProConyainer {
        min-width: 465px;
    }

        .priceProConyainer .tab-content {
            max-height: initial;
        }

    .newPriceRightBlock {
        position: inherit !important;
        margin: 15px 0;
    }

    .priceProConyainer .tab-content {
        max-height: inherit !important;
    }

    .buyNowNewButton {
        padding: 15px 50px !important;
    }

    .buttonDiv {
        width: unset;
    }

    .buyNowNew {
        margin-right: 20px;
    }

    .buttonTrial {
        padding: 15px 25px;
    }

    .buttonAdditionalText {
        max-width: 329px !important;
    }
}

@media (max-width: 480px) {
    .priceProConyainer {
        min-width: 385px !important;
    }

    .buttonTrial {
        padding: 15px 23px !important;
    }

    .buyNowNewButton {
        padding: 15px 35px !important;
    }

    .buttonAdditionalText {
        max-width: 300px !important;
    }
}

@media screen and (max-width: 467px) {
    .header-cantainer > h1 {
        font-size: 50px;
    }

    .header-cantainer > h2 {
        font-size: 20px;
    }

    .text-description-block-fearure > h3, .text-description-block > h3 {
        font-size: 27px!important;
    }
    .text-description-block > p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .pricingHeader2 {
        font-size: 50px !important;
    }

    .priceProConyainer {
        min-width: unset !important;
    }

    .additionalData {
        margin-left: 2px !important;
        display: block !important;
        margin-top: 10px;
    }

    .priceProConyainer .nav-tabs > li > a {
        padding: 12px 30px !important;
    }

    #monthly > .newPriceRightBlock {
        margin: -25px 0 15px 0;
    }

    .buyNowNew, .buttonTrialDiv {
        display: block !important;
        max-width: 400px !important;
        width: 100% !important;
        margin: 40px auto !important;
        text-align: center !important;
    }

    .buttonTrial {
        padding: 15px 31px !important;
    }

    .buyNowNewButton {
        padding: 15px 56px !important;
    }

    .buttonAdditionalText > div {
        float: initial !important;
        max-width: unset !important;
        text-align: center !important;
        width: 100% !important;
    }

    .buttonReadDiv {
        text-align: center !important;
    }

    .businessText {
        max-width: unset !important;
        width: 100% !important;
        text-align: center !important;
    }

    .pricingHeader2, .pricingHeader1 {
        text-align: center;
    }

    .buttonReadMode {
        margin-left: -10px;
        padding: 15px 46px !important;
    }
}

@media screen and (max-width: 400px) {
    .text-description-block > h3 {
        font-size: 28px !important;
    }

    .header-cantainer > h1 {
        font-size: 40px;
    }

    .header-cantainer > h2 {
        font-size: 16px;
    }

    .header-cantainer > p {
        font-size: 13px;
    }

    .blockRequest > a {
        font-size: 16px;
    }

    .home-background {
        min-height: 450px !important;
    }
}

@media (max-width: 365px) {
    .priceProConyainer .nav-tabs > li > a {
        padding: 12px 20px !important;
    }

    .buyNowNew, .buttonTrialDiv {
        display: block !important;
        max-width: 400px !important;
        width: 100% !important;
        margin: 40px auto !important;
        text-align: center !important;
    }

    .buttonTrial {
        padding: 15px 31px !important;
    }

    .buyNowNewButton {
        padding: 15px 56px !important;
    }

    .buttonAdditionalText > div {
        float: initial !important;
        max-width: unset !important;
        text-align: center !important;
        width: 100% !important;
        padding-top: 10px;
    }

    .buttonAdditionalText {
        max-width: unset !important;
        margin-top: -20px !important;
    }

    .pricingHeader1, .buttonReadDiv {
        text-align: center !important;
    }

    .pricingHeader2 {
        font-size: 42px !important;
        text-align: center;
    }

    .businessText {
        max-width: unset !important;
        width: 100% !important;
        text-align: center !important;
    }

    .reasonHeader {
        line-height: 1.1;
    }
}

@media screen and (max-width: 327px) {
    .home-background {
        min-height: 457px !important;
    }

    .priceProConyainer .nav-tabs > li > a {
        padding: 12px 15px !important;
    }

    .priceProConyainer .tab-content {
        padding: 15px 15px 0 15px !important;
    }
}

@media screen and (max-width: 760px) {
    #f1, #f2, #f4 {
        max-height: 680px !important;
    }

    #f3 {
        max-height: 789px !important;
    }
    .featureColumn {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 600px) {
    #f1, #f4 {
        max-height: 650px !important;
    }

    #f2 {
        max-height: 550px !important;
    }
}

@media (max-width: 330px) {
    #userSey {
        display: none !important;
    }
}





.new-footer {
    min-height: 350px;
    background: white;
    color: #737C8C;
    width: 100%;
    border-top: 1px solid #BDC3C7;
    margin-top: 60px;
}

.menu-Block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
}

.menu-Block2 {
    max-width: 400px;
}

.menu-Column {
    padding: 30px 10px;
    max-width: 200px;
    width: 100%;
}

.column-Name {
    color: #434b52;
    font-size: 20px;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 15px;
}

.column-Item {
    font-size: 16px;
    color: #86929d;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.addressColumn {
    margin-left: 150px;
    max-width: 415px;
}

.column-Item > .icon {
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
    top: 2px;
}

.column-Item > p {
    margin-bottom: 0;
    line-height: 1.1;
}

    .column-Item > p > a {
        color: inherit;
    }

.column-Item > a {
    color: inherit;
    font-size: inherit;
}

.iconP {
    transform: scale(2);
    padding-left: 26px;
    padding-top: 5px;
}

.footer-new-Button {
    border-top: 1px solid #BDC3C7;
    padding-top: 21px;
    padding-left: 15px;
}

.box {
    white-space: nowrap;
    max-width: 435px;
    display: inline-block;
    font-size: 12px;
    float: right;
    padding-right: 100px;
}

    .box div {
        display: inline-block;
        padding: 0 5px;
    }

        .box div > a {
            color: inherit;
        }

.box2 {
    display: inline-block;
    float: left;
    font-size: 12px;
}

.footerImg {
    float: left;
    position: relative;
    top: -10px;
    margin-right: 40px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 24px;
    top: 9px;
}

    .switch input {
        display: none;
    }
.sliderPayment {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #84909b;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderPayment:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderPayment {
    background-color: #2D79C7;
}

input:focus + .sliderPayment {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderPayment:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}


.switch > .sliderPayment > .sliderText {
    text-transform: uppercase;
    position: relative;
    top: 2px;
    left: 3px;
}
.selected > .sliderPayment > .sliderText {
    text-transform: uppercase;
    position: relative;
    top: 2px;
    left: 10px;
}

/* Rounded sliders */
.sliderPayment.round {
    border-radius: 24px;
}

    .sliderPayment.round:before {
        border-radius: 50%;
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

.sliderText {
    color: white;
    position: relative;
    top: 1px;
    left: 4px;
    font-size: 12px;
    transition: .3s;
}

.sliderText2 {
    position: relative;
    top: 0px;
    left: 4px;
    font-size: 12px;
}

@media screen and (max-width: 1680px) and (min-width: 1198px) {
    .addressColumn {
        margin-left: 98px !important;
    }
}

@media screen and (max-width: 1197px) {
    .menu-Column {
        max-width: 160px !important;
    }

    .addressColumn {
        margin-left: 0 !important;
        max-width: 415px !important;
    }
}

@media screen and (max-width: 980px) {
    .addressColumn {
        max-width: 310px !important;
    }
}





@media (max-width: 890px) {
    .box {
        padding-right: 0;
    }
}

@media (max-width: 830px) {
    .footerImg {
        display: none;
    }

    .box2 {
        display: block;
        float: none;
        font-size: 12px;
        text-align: center;
        margin-bottom: 7px;
    }

    .box {
        white-space: nowrap;
        max-width: inherit;
        display: block;
        font-size: 12px;
        float: none;
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-new-Button {
        padding-top: 10px;
    }
}

@media (max-width: 470px) {
    .column-Item {
        padding: 7px 0;
        font-size: 14px;
    }

    .menu-Column {
        max-width: 92px !important;
        padding: 5px 10px;
    }

    .addressColumn {
        max-width: 415px !important;
        padding: 15px 10px !important;
    }

    .column-Item > p {
        line-height: 1.5;
    }

    .column-Item > .icon {
        top: 5px;
    }
}

@media (max-width: 430px) {
    .box2 {
        margin-bottom: 1px;
    }

    .box div {
        display: block;
        padding: 2px 5px;
    }
}