﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
    body.modal-open {
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
    }
a:hover, a:focus {
    text-decoration: none;
}
html {
    color: #000;
    background: transparent;
}
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
}
.nav-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin: 0;
    z-index: 16;
}

a.text-grey {
    color: #535353;
}
    a.text-grey:hover, a.text-grey:focus {
        color: #757575;
        text-decoration: none;
    }
a.text-green {
    color: #43933b;
}
    a.text-green:hover, a.text-green:focus {
        color: #57b84e;
        text-decoration: none;
    }

.header {
    max-width: 800px;
    margin: auto;
    padding: 20px 0 0 0;
}

    .header img {
        width: 70px;
        height: 70px;
    }
.logo-text {
    margin: 0;
    font-size: 19px;
    margin-left: -16px;
}
    .logo-text a {
        color: #215070;
        font-weight: 600;
        padding: 0;
    }
.logo-img-wrap {
    max-height: 55px;
}
.nav-bar {
    padding-bottom: 9px;
    padding-top: 9px;
}
    .nav-bar .row div {
        padding-bottom: 0;
    }    
    .nav-bar .link {
        font-weight: 500;
        padding: 0 6px;
    }
.banner {
    min-height: 250px;
    position: relative;
    color: #FFF;
}
    .banner h1 {
        color: #fff;
        margin-top: 50px;
        font-weight: 600;
    }
    .banner .subheader {
        font-size: 18px;
        margin: 20px 0 40px;
    }
    .banner img.banner-img {
        margin: 0px 0 40px 20%;
    }
.banner-money-back {
    margin-top: -30px;
}

.banner-content {
    margin-top: -350px;
    width: 100%;
}

.banner-text {
    padding: 0 40px 0 40px;
}

.banner p {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 30px;
}
.banner span a {
    color: #fff;
}
.related-links-tablet{margin:auto;}
.banner-call-to-action {
    max-width: 750px;
    margin: auto;
    padding: 40px 0 40px 0;
}
.page-banner {
    padding: 40px 0 40px;
}
.page-banner .left-block {
    width: 50%;
}
    .page-banner h1 {
        font-weight: 300;
        margin-top: 0;
        line-height: 1.4;
    }
    .page-banner .subheader {
        font-size: 16px;
        margin: 20px 0 40px;
    }
.page-banner-content {
    justify-content: space-between;
}
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 40px;
}
    .breadcrumb a {
        color: #000;
        opacity: .6;
    }
        .breadcrumb a:hover {
            opacity: .8;
        }

    .breadcrumb .active span {
        color: #fff;
    }

.breadcrumb li + li:before {
    content: '> ';
    padding: 0 8px;
    color: #fff;
    opacity: .6;
}

.list-custom-otb {
    list-style: none;
    padding: 0;
}
.list-custom-otb li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    border: solid #4CAF50;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin: 0 20px 1px 4px;
}
.list-custom-otb li {
    margin: 0 0 12px;
}

.card {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    border-radius: 4px;
    width: 400px;
    background: #fcfcfc;
}
.card-header {
    margin: 0;
    padding: 20px 34px;
    text-align: center;
    color: #fff;
    background: #215070;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 18px;
}
.card-content {
    padding: 24px 0 6px;
}
.card-footer-otb {
    padding: 0 20px 20px;
    max-width:480px;
}
.card-badge {
    margin-right: 20px;
}
.card-badge:last-child {
    margin-right: 0;
}
.card-badge svg {
    width: 100px;
    max-height: 100px;
}
.card-badge .icon-money-back {
    width: 86px;
    height: 77px;
}
    .card-badge .icon-comodo {
        width: 110px;
    }

/* form controls */
.md-input {
    position: relative;
    text-align: center;
    padding: 0 40px;
}
input[disabled], textarea[disabled] {
    color: #757575;
}
    .md-input input {
        width: 100%;
        height: 44px;
        border: 2px #9E9E9E solid;
        border-radius: 4px;
        padding-left: 12px;
        margin-bottom: 20px;
        background: #fcfcfc;
    }
        .md-input input:focus {
            outline: none;
            border-color: #215070;
        }

    .md-input textarea {
        width: 100%;
        border: 2px #9E9E9E solid;
        border-radius: 4px;
        padding-left: 12px;
        margin-bottom: 20px;
        background: #fcfcfc;
        resize: none;
    }
    
    .md-input textarea:focus {
        outline: none;
        border-color: #215070;
    }
.md-input label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 50px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

    .md-input input:focus ~ label, .md-input input:valid ~ label, .md-input input:disabled ~ label {
        top: -10px;
        font-size: 12px;
        color: #215070;
        background: #fcfcfc;
        padding: 0 4px;
    }
.md-input input:disabled ~ label {
    color: #999;
}
    .md-input input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    }
    .md-input textarea:focus ~ label, .md-input textarea:valid ~ label, .md-input textarea:disabled ~ label {
        top: -10px;
        font-size: 12px;
        color: #215070;
        background: #fcfcfc;
        padding: 0 4px;
    }
.md-input textarea:disabled ~ label {
    color: #999;
}

    .md-input textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    }
    .md-input.white input:-webkit-autofill, .md-input.whiye textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }
    .md-input.white input, .md-input.white textarea {
        background: #fff;
    }
        .md-input.white input:focus ~ label, .md-input.white input:valid ~ label, .md-input.white input:disabled ~ label {
            background: #fff;
        }
        .md-input.white textarea:focus ~ label, .md-input.white textarea:valid ~ label, .md-input.white textarea:disabled ~ label {
            background: #fff;
        }
    .md-input.has-danger input, .md-input.has-danger textarea {
        border: 2px #bb1003 solid
    }
        .md-input.has-danger input:focus ~ label, .md-input.has-danger textarea:focus ~ label {
            color: #bb1003;
        }

.md-input input:invalid, .md-input textarea:invalid {
    box-shadow: none;
}
.error_msg {
    padding: 0 10px;
    display: block;
    text-align: left;
    margin-top: -18px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #c50e01;
}

.help-text {
    display: none;
    position: relative;
    left: 12px;
    text-align: left;
    top: -20px;
    font-size: 12px;
    color: #bb1003;
}
/* form controls end */
.collapsing {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
/* buttons */
.btn-orange {
    display: inline-block;
    border: none;

    color: #fff;
    padding: 10px 0;
    border-radius: 100px;
    width: 200px;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
    text-align: center;
}
.btn-orange:focus {
    outline: none;
    color: #fff;
}
    .btn-orange:hover {
        /*background: #f38619;*/        
        color: #fff;
        text-decoration: none;
    }
    .btn-orange[disabled], .btn-orange[disabled]:hover {
        background: #e08a33;
    }
    .btn-orange.btn-request-mob {
        width: 120px;
        display: none;
        position: fixed;
        top: -50px;
        right: 8px;
       
    }
        .btn-orange.btn-request-mob.slide-in {
            top: 9px;
        }
        .btn-green {
            color: #fff;
            background: #43933b;
            padding: 10px 32px 8px;
            border-radius: 100px;
            font-weight: 400;
            font-size: 14px;
            display: inline-block;
            width: 192px;
            text-align: center;
            height: 40px;
        }

    .btn-green:hover, .btn-green:focus {
        color: #fff;
        text-decoration: none;
        background: #4ba143;
        outline: none;
    }

.text-btn.green {
    color: #43933b;
    font-weight: 500;
    font-size: 14px;
}
.text-btn.green:hover {
    color: #4ba143;
}
.text-btn.orange {
    color: #f07c08;
    font-weight: 500;
    font-size: 14px;
}

    .text-btn.orange:hover {
        color: #f38619;
    }

.floating {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
    .floating:hover {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10, 10);
        opacity: 0;
        transition: transform .5s, opacity 1s;
    }
.ripple-dark:after {
    background-image: radial-gradient(circle, #7d7d7d 10%, transparent 10.01%);
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .1;
    transition: 0s;
}
.chat-floating {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
}
.btn-circle {
    padding: 17px 0;
    width: 140px;
    height: 56px;
    font-size: 14px;
}
.nav-bar .btn-circle img {
    /*height: auto;
    width: 26px;
    margin: 0 2px 0 0;*/
    height: auto;
    width: 26px;
    margin: -5px 2px 0 0;
}
.gif-overlay {
    /*width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;*/
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
}
.btn-circle:hover .gif-overlay, .chat-btn-footer:hover .gif-overlay {
    background: rgba(69, 145, 29, .72);
    /*background: rgba(225, 225, 225, .8);*/
    /*background: #45911d;*/
}
.chat-gif-small {
    height: auto;
    width: 26px;
    margin: 0 2px 0 0;
}
/* buttons end */
.thnks-text {
    text-align: center;
    padding: 0 20px 40px;
    display: none;
}
.modal-thnks {
    text-align: center;
    padding: 0 20px 40px;
    display: none;
}
.modal-body {
    padding: 0;
}
.thumbnail {
    position: relative;
}

.testimonials {
    position: relative;
}

.testimonials-text {
    max-width: 700px;
    margin: auto;
    padding: 40px;
}

    .testimonials-text p span {
        vertical-align: middle;
        padding: 0 4px;
    }

    .testimonials-text {        
        text-align: center;
    }
        .testimonials-text .d-inline-block {
            font-size: 14px;
            font-weight: 400;
        }

        .testimonials-text p span a {
            vertical-align: middle;
            font-size: 14px;
            font-weight: 400;
        }

.testimonials .img-quote {
    margin: 0 40px 0 0
}

.testimonials-author {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.testimonial-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.quote {
    font-style: italic;
    line-height: 26px;
    color: #666666;
}
.quotation {
    font-size: 40px;
    color: #000000;
    line-height: 20px;
}

.bg-4team {
    /*background-image: url('/i/lp/4Team-logo-background.png'), url('/i/lp/blue-bg.png');*/
    background-color: #2c7cbb;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
}
.bg-grey-light {
    background: #f4f4f4;
}

.about {
    padding: 60px 0 80px;
    text-align: center;
    max-width: 520px;
    margin: auto;
}
.about-section {
    padding: 50px 15px 50px;
    text-align: center;
}
.about-article {
    max-width: 520px;
    margin: auto;
    padding:0 0 40px 0;
}
.about-badges {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-badges div {
    max-width: 200px;
}
    .about-badges div svg {
        width: 150px;
        padding: 0 10px;
    }
    .about-badges div .icon-five-star-chat {
        width: 100px;
    }
    .about h2 {
        font-weight: 300;
    }

    .about p.h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .about .subheader {
        font-size: 22px;
        opacity: 0.5;
        margin: 18px 0 52px;
    }
.about-section h2 {
    font-weight: 300;
    margin: 40px 0 26px;
}
    .about.wide {
        padding: 50px 15px;
    }
.about-product-text {
    margin: 0;
}
.team-logo-white {
    width: 80px;
    margin-bottom: 20px;
}
.img-margin-left {
    margin-left: 20px;
}

.img-margin-left2 {
    margin-left: 30px;
}

.separator {
    margin: 0 0 40px 0;
    height: 1px;
}
.bg-light-grey {
    background: #f7f7f7;
}
.features {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-row {
    margin: 40px 20px 40px 20px;
    justify-content: center;
    font-weight: 300;
}
.features .description {
    max-width: 450px;
}
.feature-title {
    font-weight: 400;
    line-height: 1.4;
    font-size: 22px;
}
.feature-title a, .feature-title :visited {
    font-weight: 400;
    line-height: 1.4;
    font-size: 22px;
    color:#000000;
}
.feature-title :hover{text-decoration:underline;}
.feature-subheader {
    font-size: 16px;
}
.learn-more {
    /*color: #f07c08;*/
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 0 0;
    font-size: 14px;
}
    .learn-more:hover, .learn-more:focus {
        /*color: #ef8d3c;*/
        text-decoration: none;
    }
.how-to {
    max-width: 1200px;
    padding: 50px 0;
    margin: auto;
}
.trust-software-block {
    max-width: 1200px;
    padding: 80px 0 100px;
    margin: auto;
}
.how-to-row {
    margin: 40px 20px 10px 20px;
    justify-content: center;
    font-weight: 300;
}
    .how-to .image-header {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 6px;
    }
.how-to-subheader {
    font-size: 16px;
}
.how-to-ol {
    padding: 0 0 40px 15px;
}
.how-to-list {
    padding: 0 0 0 15px;
    line-height: 1.7;
}
.how-to-list {
    list-style: none;
    counter-reset: custom-counter;
    padding: 0;
}
    .how-to-list li {
        counter-increment: custom-counter;
        font-size: 14px;
        padding: 7px 0px 0px 0px;
    }
        .how-to-list li:before {
            content: counter(custom-counter) ". ";
            font-weight: bold;
            font-size: 18px;

        }
.how-to .description {
    max-width: 450px;
}
.how-to2 .description ul li {
    line-height: 186%;
    margin: 0;
    padding: 3px 0 0 0;
}
.trust-software {
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}

    .trust-software h2 {
        padding: 40px 0 40px 0;
    }

.row-trust-software {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.customers {
    padding: 50px 0;
    background: #fbfdff;
}

    .customers .subheader {
        max-width: 520px;
        margin: 40px auto;
    }

.screenshots {
    padding: 50px 0;
    background: #ececec;
}
.screenshots-row {
    margin: 40px 20px 40px 20px;
    justify-content: center;
    font-weight: 300;
}

    .screenshots .subheader {
        max-width: 520px;
        margin: 40px auto;
    }

.carousel-indicators {
    bottom: -6px;
}
.fb-like {
    margin-left: 34px;
}

.related .container {
    padding: 50px 12px;
}
.related-pr .container {
    padding: 0px  12px 60px 12px;
}
.related .header, .related-pr .header {
    padding: 0px 0 30px;
    font-size: 36px;
}

.link-block-left {
    max-width: 300px;
    margin: 0 6px 0 auto;
}
.link-block-right {
    max-width: 300px;
    margin: 0 auto 0 32px;
}
    .link-block-left a, .link-block-right a {
        font-weight: 500;
    }

.line-short {
    margin: 100px auto 60px;
    max-width: 460px;
    height: 1px;
    width: 100%;
    background: #eee;
}
.related .row div {
    padding-bottom: 0;
}
.related-pr .row div {
    padding-bottom: 0;
}
.related-pr img {
    width: 70px;
    display: inline-block;
    padding:0 20px 0 0;
    vertical-align:top;
}
.related-pr .related-pr-data {
    width: 60%;
    display: inline-block;
    text-align: left
}
.related-pr-block {
    max-width: 300px;
    /* max-height: 150px; */
    padding: 20px 0 20px 0 !important;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius:2px;
}
/* share section */
.share-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.share-header {
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 24px;
}

.sharing-link {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 18px;
    vertical-align: bottom;
}
    .sharing-link:last-child {
        margin-right: 0;
    }
    .sharing-link.fcb {
        background: #475993;
    }
    .sharing-link.tw {
        background: #3ab1d2;
    }
    .sharing-link.lin {
        background: #0077b5;
    }
    .sharing-link.em {
        background: #cc3f33;
    }
    .sharing-link.em .red {
        fill: #cc3f33;
    }
    .sharing-link svg {
        width: 20px;
        height: 20px;
        margin: 7px;
    }
    .sharing-link.lin svg {
        width: 18px;
        height: 18px;
        margin: 7px 8px;
    }
    .sharing-link.fcb svg {
        margin: 6px;
        height: 18px;
    }
    .sharing-link.fcb:hover {
        background: #4972b2;
    }

    .sharing-link.tw:hover {
        background: #3cc1e5;
    }
    .sharing-link.lin:hover {
        background: #2887b2;
    }
    .sharing-link.em:hover {
        background: #d34f4f;
    }
        .sharing-link.em:hover .red {
            fill: #d34f4f;
        }
    /* share section end */

.row div{padding-bottom:10px;}
.call-to-action, .call-to-action a {
    color: #fff;
}

.help {
    padding: 40px 0 0 0;
}

.footer div.inner {
    padding: 20px;
    max-width: 900px;
    margin: auto;
}
.footer.bg-grey {
    padding: 56px 0 26px;
    background: #eceff1;
}
.footer .fb-like {
    margin: 20px 0 0;
}
.footer .row div {
    padding-bottom: 0;
}
.footer-logo {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 118px;
}
.devider {
    background-color: #666;
    height: 1px;
    margin: 0 0 20px 0
}

.copyright {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.margin-top-about-partner {
    margin-top: 16px;
}

.margin-bottom-partner {
    margin-top: 20px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    padding: 0 0 15px 0;
}

.carousel-height {
    height: 100px;
}


.nav-bar .chat-img {
    width: 120px;
    height:auto;
    margin: 6px 0 0 6px;
}
.chat-img-overlay {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all;
    border-radius: 50px;
    margin-left: -4px;
}

    .chat-img-overlay:hover {
        /*background: rgba(255, 231, 198, 0.24);*/ background: rgba(73, 163, 31, 0.04); 
    }
.chat-wrap {
    height: 40px;
}
.cta-fixed {
    /*position: fixed;*/
    visibility:hidden;
    /*float:right;*/
    /*top: -50px;*/
    width: 200px;
    text-align: center;
    transition: top, .3s;
}
.slide-in {
    top: 11px;
    visibility:visible;
}
.modal-narrow {
    max-width: 400px;
    margin: 0 auto;
}
.modal-header .close {
    position: absolute;
    top: 14px;
    right: 10px;
    opacity: .5;
}
.close.light, .close.light:hover, .close.light:focus {
    color: #fff;
    text-shadow: none;
    outline: none;
}
    .close.light:hover{
        opacity:1;
    }
    .address-wrap {
        max-width: 380px;
    }
.address {
    font-weight: 400;
    line-height: 1.8;
    margin-left: 40px;
}
    .address div {
        font-weight: 300;
    }
.tel.high-line {
    line-height: 1.8;
    font-weight: 400;
}
.tel {
    max-width: 250px;
}

.privacy-link-wrap {
    float: right;
}
.footer-btn-wrap {
    float: right;
}

/*screenshot slider*/
.screenshots-slider img {
    max-width: 80px;
    -moz-box-shadow: 3px 3px 5px 0px #D2D2D2;
    -webkit-box-shadow: 3px 3px 5px 0px #D2D2D2;
    box-shadow: 3px 3px 5px 0px #D2D2D2;
}
.screenshots-slider img:hover{fill:#000; opacity:0.6;}
.screenshots-slider {
    visibility: hidden;
}
.screenshots-slider.slick-initialized {
        visibility: visible;
    }
    .screenshots-slider .slick-slide {
        position: relative;
        width: 120px;
        height: 100px !important;
    }
    .screenshots-slider .slick-slide {
        outline: none;
    }
/*screenshot slider*/

/*slider*/
.logos-slider {
    visibility: hidden;
}
.logos-slider.slick-initialized {
        visibility: visible;
    }

    .logos-slider .slick-slide {
        position: relative;
        width: 120px;
        height: 100px !important;
    }

.logos-slider img {
    max-height: 100%;
    max-width: 160px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .logos-slider .slick-slide {
        outline: none;
    }
/*slider end*/

/*fancy box*/
.fancybox-container {
    background: rgba(0, 0, 0, 0.6);
}
.fancybox-content {
    max-width: 800px;
    max-height: 450px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0;
}
/*fancy box end*/

/* helpers */
.py-20 {
    padding: 20px 0;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-6 {
    padding-top: 6px;
}
.pt-60 {
    padding-top: 60px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin:40px 20px 0px 20px;
}
.mr-26 {
    margin-right: 26px;
}
.mt-12 {
    margin-top: 12px;
}
.mr-12 {
    margin-right: 12px;
}
.my-32 {
    margin: 32px 0;
}

.margin-auto {
    margin: auto;
}
.font-12 {
    font-size: 12px;
}

.relative {
    position: relative;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-column {
    flex-direction: column;
    align-items: flex-start;
}

.wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.align-items-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hidden-desktop {
    display: none;
}

.font-14 {
    font-size: 14px;
}

.heading-h1 {
    font-size: 40px;
}

.heading-h2 {
    font-size: 36px;
    line-height: 1.4;
}

.font-weight-3 {
    font-weight: 300;
}
.font-weight-4 {
    font-weight: 400;
}
.list-group-item {
    display: list-item;
}

.clr {
    clear: both;
}
.d-inline-block {
    display: inline-block;
}
.text-white {
    color: #fff;
}
.text-bold {
    font-weight: 500;
}
.upcase {
    text-transform: uppercase;
}
.link-inactive {
    color: #337ab7;
    cursor: default;
    text-decoration: none;
}
.trademark_grey {
    color: #9c9b9e;
}

    /* helpers end */
    /* icons */
    .icon-ms-gold-partner .black, .icon-ms-gold-partner .gold {
        fill: #ccc;
        transition: all, .3s;
    }

.icon-ms-gold-partner:hover .black {
    fill: #000;
}

.icon-ms-gold-partner:hover .gold {
    fill: #dac061;
}

/*home page banner trust elements*/
.text-white .card-footer-otb {
    padding: 0 0  20px 0;

}
.text-white .icon-ms-gold-partner .black, .text-white .icon-ms-gold-partner .gold {
    fill: #B7C1C7;
    /*fill-opacity: 0.6;*/
    transition: all, .3s;
}

.text-white .icon-ms-gold-partner:hover .black {
    fill: #fff;
    /*fill-opacity: 1.0;*/
}

.text-white .icon-ms-gold-partner:hover .gold {
    fill: #fff;
    /*fill-opacity: 1.0;*/
}

/*COMODO*/
.text-white .card-badge .icon-comodo {
    fill: #B7C1C7;
    /*fill-opacity: 0.6;*/
}
    .text-white .card-badge .icon-comodo:hover {
        fill: #fff;
        /*fill-opacity: 1.0;*/ /*lock background*/
    }
    .text-white .card-badge .icon-comodo .st0,
    .text-white .card-badge .icon-comodo .st1,
    .text-white .card-badge .icon-comodo .st3 {
        transition: all, .3s;
    }

        .text-white .card-badge .icon-comodo .st0.inner {
            fill: #50687B;
            /*fill-opacity: 1.0;*/ /*hand background*/
        }

    .text-white .card-badge .icon-comodo .st1 {
        fill: #50687B;
        /*fill-opacity: 1.0;*/ /*words comodo color and secure background*/
    }

        .text-white .card-badge .icon-comodo .st1.inner {
            fill: #B7C1C7;
            /*fill-opacity: 0.6;*/ /*hand color*/
        }

    .text-white .card-badge .icon-comodo .st3 {
        fill: #B7C1C7;
        /*fill-opacity: 0.6;*/ /*word SECURE color*/
    }

    .text-white .card-badge .icon-comodo:hover .st0 {
        /*fill-opacity: 1.0;*/
        fill: #fff;
    }
        .text-white .card-badge .icon-comodo:hover .st0.inner {
            fill: #50687B; /*hand background*/
        }

    .text-white .card-badge .icon-comodo:hover .st1.inner {
        /*fill-opacity: 1.0;*/ fill: #fff;
    }

    .text-white .card-badge .icon-comodo:hover .st3 {
        /*fill-opacity: 1.0;*/ fill: #fff;
    }
/*END COMODO*/

.text-white .card-badge .icon-money-back .st54, .text-white .card-badge .icon-money-back .stripe {
    fill: #B7C1C7;
    /*fill-opacity: 0.6;*/
    transition: all, .3s;
}

.text-white .card-badge .icon-money-back:hover .st54 {
    fill: #fff;
    /*fill-opacity: 1.0;*/
}
.text-white .card-badge .icon-money-back:hover .st12 {
    fill: #B7C1C7;
    /*fill-opacity: 0.6;*/
}

 .text-white .card-badge .icon-money-back:hover .stripe {
    fill: #fff;
    /*fill-opacity: 1.0;*/
}

/* end home page banner trust elements*/
.icon-comodo {
    fill: #ccc;
}

    .icon-comodo .st0, .icon-comodo .st1, .icon-comodo .st3 {
        transition: all, .3s;
    }

        .icon-comodo .st0.inner {
            fill: #fff;
        }

    .icon-comodo .st1 {
        fill: #fff;
    }

        .icon-comodo .st1.inner {
            fill: #ccc;
        }

    .icon-comodo .st3 {
        fill: #ccc;
    }

    .icon-comodo:hover .st0 {
        fill: #79c400;
    }

    .icon-comodo:hover .st1.inner {
        fill: white;
    }

    .icon-comodo:hover .st3 {
        fill: #515151;
    }

.icon-five-star-chat .black, .icon-five-star-chat .gold {
    fill: #ccc;
    transition: all, .3s;
}

.icon-five-star-chat:hover .black {
    fill: #000;
}

.icon-five-star-chat:hover .gold {
    fill: #dac061;
}

.icon-pay-pal .paypal-light-blue, .icon-pay-pal .paypal-dark-blue, .icon-pay-pal .paypal-black {
    fill: #ccc;
    transition: all, .3s;
}

.icon-pay-pal:hover .paypal-light-blue {
    fill: #009be1;
}

.icon-pay-pal:hover .paypal-dark-blue {
    fill: #002c8a;
}

.icon-pay-pal:hover .paypal-black {
    fill: #000;
}

.icon-money-back .st54, .icon-money-back .stripe {
    fill: #ccc;
    transition: all, .3s;
}

.icon-money-back:hover .st54 {
    fill: #dac061;
}

.icon-money-back:hover .stripe {
    fill: #000;
}
/* icons end */
/*--*/
/*banner img*/
.banner-img {
    max-width: 490px;
}
.banner-img-svg {
    max-width: 490px;
    min-width:320px;
}
.fs-12 {
    font-size: 12px;
}

.w188 {
    width: 188px;
}

.w200 {
    width: 200px;
}

.feature-ul {
    padding: 0 0 40px 15px;
}

    .feature-ul li {
        line-height: 186%;
        margin: 0;
        padding: 3px 0 0 0;
    }

.btn-icon {
    width: 14px;
    height: 14px;
}

.btn-chat-icon {
    width: 17px;
    height: 17px;
    margin: -4px 5px 0 0;
}

.mr-10px {
    margin-right: 10px;
}

.note-gray {
    color: #8C8C8C
}

.fw-600 {
    font-weight: 600;
}

.fs-14px {
    font-size: 14px;
}

.feature-img {
    max-width:393px;
}

.related-links {
    padding: 0;
    /*max-width: 770px;*/
    margin: auto;
    font-weight: 400;
}



.btn-shadow {
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ml-20 {
    margin-left: 20px
}

.text-center-mobile {
}

.note {
    padding-top: 15px;
}

.about-device {
    line-height: 1.7;
    font-size: 14px;
}

.description-lh {
    line-height: 200%;
}

.btn-note-trust {
    margin-left: -10px;
}

.btn-note-pp {
    margin-left: -10px;
}

.w730 {
    max-width: 730px;
}

.w570{max-width:570px;}
.sub-header {
    max-width: 570px;
    padding-top: 40px;
}

.how-to-img {
    float: right;
    min-width: 340px;
}
.trust-software-block .card-badge svg {
    width: 150px;
    max-height: 150px;
}

.trust-software-block .card-footer-otb {
    padding: 0 20px 20px;
    max-width: 580px;
}

/*arrow icon*/
.related-pr-arrow{text-align:right;}
.related-pr-rotate {
    color: #9c9c9c;
    transform: rotate(-45deg);
}
/*arrow icon*/
/*---*/
.otb-description span {
    display: inline-block;
    max-width: 400px;
    vertical-align: middle;
}
.otb-trust-badges-download {
    max-width: 700px;
    margin: auto;
}
.ssl-badge {
    width: 130px;
    margin:auto;
}
.partner-badge {
    width: 105px;
    margin:auto;
}
/* media queries*/
@media (min-width: 1024px) {
    .banner-img, .banner-img-svg {
        max-width: 490px;
    }
    /*.related-links-tablet {
        margin: auto;
    }*/
    
}
@media (min-width: 1200px) {
  
    .chat-wrap {
        margin-right: -20px;
    }

    .btn-note-trust {
        margin-left: -100px;
    }

    .btn-note-pp {
        margin-left: -50px;
    }

    .banner-img, .banner-img-svg {
        width: 490px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1254px;
    }
    .chat-wrap {
        margin-right: -40px;
    }
    .btn-note-trust {
        margin-left: -100px;
    }

    .btn-note-pp {
        margin-left: -50px;
    }
    .banner-img, .banner-img-svg {
        width: 440px;
    }
}
@media (min-width: 1600px) {
    .chat-wrap {
        margin-right: -60px;
    }
    .btn-note-trust {
        margin-left: -100px;
    }

    .btn-note-pp {
        margin-left: -50px;
    }
    .banner-img, .banner-img-svg {
        width: 440px;
    }
}
@media (max-width: 1200px) {
    .address {
        margin-left: 32px;
    }
    .page-banner .left-block {
        width: 50%;
    }
    .hidden-xs{display:none!important}
    /*p.btn-note-trust {
        margin-left: unset;
    }

    p.btn-note-pp {
        margin-left: unset;
    }*/
}

    @media (max-width: 1024px) {
        .container-fluid {
            padding-left: 20px;
            padding-right: 20px;
        }
        /*.related-links-tablet {
            margin: 0 0 0 30px;
        }*/
        .nav-fixed .fb-like {
            display: none !important;
        }

        .page-banner .left-block {
            /*width: 100%;*/
        }

        .page-banner h1 {
            text-align: center;
        }

        .page-banner .subheader {
            text-align: center;
            margin-bottom: 20px;
        }

        .breadcrumb {
            text-align: center;
        }

        .list-custom-otb {
            max-width: 406px;
            margin: 0 auto 20px;
        }

        .page-banner-content {
            justify-content: center;
        }

        /*.nav-bar img {
            width: 45px;
            height: 45px;
        }*/

        .address {
            margin-left: 22px;
        }

        .logo-text {
            font-size: 18px;
            margin-left: -6px;
        }

        .feature-bcg-img/*, .about4t-bcg-img*/ {
            background-size: auto;
        }

        .ml-20 {
            margin-left: 0px !important;
        }

        .w-222px {
            width: 222px !important;
        }

        .text-center-mobile {
            text-align: center;
        }

        p.btn-note-trust {
            margin-left: 0px !important;
        }

        p.btn-note-pp {
            margin-left: 0px !important;
        }

        .banner-img, .banner-img-svg {
            max-width: 440px;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
    }
@media (min-width: 768px) and (max-width: 1024px) {
    .related-links-tablet {
        margin: 0 0 0 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1366px) { 
    .related-links-tablet {
        margin:auto;
    }
    .banner-img, .banner-img-svg {
        padding-left: 40px;
    }
}
    @media (max-width: 992px) {
        .terms {
            text-align: center;
        }

        .container-fluid {
            padding-left: 20px;
            padding-right: 20px;
        }

        .nav-fixed .fb-like {
            display: none !important;
        }

        .page-banner .left-block {
            width: 100% !important;
        }
        .text-white .card-footer-otb {
           
            margin: auto;
        }
        .page-banner h1 {
            text-align: center;
        }

        .page-banner .subheader {
            text-align: center;
            margin-bottom: 20px;
        }

        .breadcrumb {
            text-align: center;
        }

        .list-custom-otb {
            max-width: 406px;
            margin: 0 auto 20px;
        }

        .page-banner-content {
            justify-content: center;
        }

        /*.nav-bar img {
            width: 45px;
            height: 45px;
        }*/

        .address {
            margin-left: 32px;
        }

        .logo-text {
            font-size: 18px;
            margin-left: -6px;
        }

        .feature-bcg-img, .about4t-bcg-img {
            /* background-size: auto;*/
        }

        .ml-20 {
            margin-left: 0px !important;
        }

        .w-222px {
            width: unset !important;
        }

        .text-center-mobile {
            text-align: center;
        }

        .banner-img, .banner-img-svg {
            max-width: 440px;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 900px) {
         .feature-img {
    max-width:250px;
    display:block;margin:auto;
}
        .footer-btn-wrap {
            float: left;
            margin: 20px 0 0 20px;
        }

        .address-wrap {
            padding-bottom: 18px !important;
        }
        .screenshots-slider img {
            cursor: default;
        }
        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
    }

    @media (max-width: 800px) {
        .tel {
            margin-left: 24px;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 812px) {
        .page-banner .left-block {
            width: 100%;
        }

        .card-footer-otb {
            margin: auto;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 823px) {
        .page-banner .left-block {
            width: 100%;
        }

        .card-footer-otb {
            margin: auto;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }
    /*@media (max-width: 1366px) {
    .related-links-tablet {
        margin: auto;
    }
}*/
    @media (min-width: 768px) {

        .pull-right {
            float: right !important
        }

        .share-header {
            width: auto;
        }
        /*.trust-software-block .card-badge svg {
            width: 100px;
            max-height: 100px;
        }*/
        /*.related-links-tablet {
            margin: 0 0 0 30px;
        }*/
    }

    @media (max-width: 768px) {
        .card-footer-otb {
            margin: auto;
        }

        .page-banner .left-block {
            width: 100%;
        }

        .row.vertical-align {
            display: block;
        }

        .d-sm-none {
            display: none;
        }

        .heading-h2 {
            font-size: 30px;
        }

        .heading-h1 {
            font-size: 36px;
        }

        .si {
            margin-top: -300px;
        }

        .breadcrumb {
            display: none;
        }

        .logo-text {
            font-size: 16px;
        }

            .logo-text a {
                font-weight: 500;
            }

        .header a {
            padding: 0;
        }

        .testimonials-text {
            padding: 40px 20px;
        }

        .about {
            padding: 40px 20px;
        }

            .about.wide {
                padding: 100px 15px;
            }

            .about h2 {
                margin: 20px 0 10px;
            }

        .about-badges {
            flex-wrap: wrap;
        }

        .feature-row {
            margin: 20px 0;
        }

        .customers {
            padding: 40px 5px;
        }
        .screenshots {
            padding: 40px 5px;
        }
        .link-block-right, .link-block-left {
            margin: 0 auto;
            text-align: center;
        }

        .related .container {
            padding: 40px 20px;
        }
        .related-pr .container {
            padding: 40px 20px;
        }
        .related .header, .related-pr .header {
            padding: 0 0 20px;
            font-size: 30px;
        }

        .line-short {
            margin: 40px auto;
        }



        .sharing-link {
            margin: 0 22px;
        }

        .text-xs-left {
            text-align: left !important;
        }

        .how-to-list {
            padding-top: 0;
        }

        .page-banner {
            padding: 30px 0 40px;
        }

        .tel {
            padding-bottom: 20px;
        }

        .privacy-link-wrap {
            float: none;
        }

        p.btn-note-trust {
            margin-left: 0px;
        }

        p.btn-note-pp {
            margin-left: 0px;
        }

        .w-222px {
            width: 100%;
        }
        .screenshots-slider img {
            cursor: default;
        }
        .screenshots-row {
            margin: 20px 0;
        }
    }

    @media (max-width: 767px) {
        .hidden-xs {
            display: none !important
        }
        .share-header {
            width: 100%;
            text-align: center;
            padding: 0 0 24px;
        }
        p.hp-source span {
            display: inline-block;
            max-width: 230px;
            text-align: left;
        }
        .row.vertical-align {
            display: block;
        }

        .hidden-desktop {
            display: grid;
        }

        .hidden-mobile, .row.hidden-mobile {
            display: none;
        }

        .fb-like {
            float: right;
            margin-top: 0px;
        }

        /*.banner-content {
        margin-top: -150px;
    }*/

        .si {
            margin-top: -300px;
        }

        .banner img.banner-img,.banner img.banner-img-svg {
            margin: 0;
        }

        .cta-fixed {
            display: none;
        }

        .tel {
            margin-left: 0;
        }

        .btn-orange.btn-request-mob {
            display: block;
        }

        .chat-floating {
            display: block;
        }

        .footer-btn-wrap {
            display: none;
        }

        p.btn-note-trust {
            margin-left: 0px;
        }

        p.btn-note-pp {
            margin-left: 0px;
        }

        .w-222px {
            width: 100%;
        }

        /* custom icons*/


        .card-badge .icon-ms-gold-partner .black, .card-badge .icon-ms-gold-partner .gold {
            fill: #b3b3b3;
            transition: all, .3s;
        }
        .text-white .card-badge .icon-ms-gold-partner .black,
        .text-white .card-badge .icon-ms-gold-partner .gold {
            fill: #B7C1C7;
            transition: all, .3s;
        }
        .card-badge .icon-comodo {
            fill: #b3b3b3;
        }

            .card-badge .icon-comodo .st0, .card-badge .icon-comodo .st1, .card-badge .icon-comodo .st3 {
                transition: all, .3s;
            }

                .card-badge .icon-comodo .st0.inner {
                    fill: #fff;
                }

            .card-badge .icon-comodo .st1 {
                fill: #fff;
            }

                .card-badge .icon-comodo .st1.inner {
                    fill: #b3b3b3;
                }

            .card-badge .icon-comodo .st3 {
                fill: #b3b3b3;
            }

            .card-badge .icon-comodo:hover .st0 {
                fill: #79c400;
            }

            .card-badge .icon-comodo:hover .st1.inner {
                fill: white;
            }

            .card-badge .icon-comodo:hover .st3 {
                fill: #515151;
            }


        .card-badge .icon-money-back .st54, .card-badge .icon-money-back, .card-badge .icon-money-back .stripe {
            fill: #b3b3b3;
            transition: all, .3s;
        }
        .text-white .card-badge .icon-money-back .st54,
        .text-white .card-badge .icon-money-back,
        .text-white .card-badge .icon-money-back .stripe {
            fill: #B7C1C7;
            transition: all, .3s;
        }
        .card-badge svg, .trust-software-block .card-badge svg {
            min-width: 80px;
            max-height: 90px;
            width: auto;
        }

        .card-badge, .trust-software-block .card-badge {
            width: 28%;
        }

            .card-badge .icon-money-back, .trust-software-block .card-badge .icon-money-back {
                min-width: 57px;
                width: auto;
                min-height: 51px;
                height: auto;
            }

            .card-badge .icon-comodo, .trust-software-block .card-badge .icon-comodo {
                min-width: 72px;
                width: auto;
            }

            .card-badge .icon-ms-gold-partner, .trust-software-block .card-badge .icon-ms-gold-partner {
                min-width: 70px;
                width: auto;
                height:auto;
            }
        /*custom icons*/
        .description-lh {
            line-height: 2.5;
        }

        .related-links p {
            margin-bottom: 20px;
        }

        .how-to-img {
            float: right;
            min-width: 290px;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 650px) {
        .col-xxs-12 {
            width: 100%;
        }

        .w-222px {
            width: 100%;
        }
        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 639px) {
        .footer .row .tel {
            padding-top: 24px;
            padding-bottom: 24px;
        }

        .address-wrap {
            padding-bottom: 0 !important;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .w-222px {
            width: 100%;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }

    @media (max-width: 500px) {
        .feature-img {
    max-width:250px;
    display:block;margin:auto;
}

        .otb-description span{max-width:250px;}
        .hidden-xxs {
            display: none;
        }

        .logo-text-hide {
            display: none;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .w-222px {
            width: 100%;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }
@media (max-width:320px) {
    .otb-description span {
       
        max-width: 220px;
        
    }
    .otb-trust-badges-download {max-width:320px;}
}
    @media (max-width: 424px) {
        .page-banner h1 {
            font-size: 30px;
        }

        .card-header {
            padding: 20px;
        }

        .md-input {
            padding: 0 20px;
        }

            .md-input label {
                left: 30px;
            }

        .nav-bar .link {
            padding: 0;
        }

        .fancybox-slide {
            padding: 12px;
        }

        .container-fluid {
            padding-left: 15px;
            padding-right: 15px;
        }

        .sharing-link {
            margin: 0 18px;
        }

            .sharing-link:first-child {
                margin-left: 0;
            }

            .sharing-link:last-child {
                margin-right: 0;
            }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }
        .w-222px{width:100%;}*/
        .w-222px {
            width: 100%;
        }
        .screenshots-slider img {
            cursor: default;
        }
    }


    @media (max-width: 370px) {
        .otb-description span {
            max-width: 220px;
        }
        .otb-trust-badges-download {
            max-width: 320px;
        }
        .address {
            margin-left: 10px;
        }

        .footer-logo {
            width: 106px;
        }

        .sharing-link {
            margin: 0 16px;
        }
        .ssl-badge {
           margin:auto;
        }

        .partner-badge {
            margin:auto;
        }

            .sharing-link:first-child {
                margin-left: 0;
            }

            .sharing-link:last-child {
                margin-right: 0;
            }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
        .w-222px {
            width: 100%;
        }
        .screenshots-slider img{cursor:default;}
    }

    @media (max-width: 375px) {
        .otb-trust-badges-download {
            max-width: 320px;
        }
        .page-banner .left-block {
            width: 100%;
        }
        .screenshots-slider img {
            cursor: default;
        }
        .ssl-badge {
            margin: auto;
        }

        .partner-badge {
            margin: auto;
        }
    }

    @media (max-width: 1000px) {
        .banner-money-back {
            margin: initial;
        }

        .nav-fixed .fb-like {
            margin-left: 6px;
        }

        /*p.btn-note-trust {
            margin-left: unset;
        }

        p.btn-note-pp {
            margin-left: unset;
        }*/
    }
    /*end media*/

/*screenshot slider*/
.screenshots-slider img {
    /*max-height: 250px;*/
    max-width: 80%;
    width: auto;
    height: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor:zoom-in;
    /*cursor: url(/content/images/OTB/icon-zoom.svg), auto;*/
}

.screenshots-slider {
    visibility: hidden;
}

    .screenshots-slider.slick-initialized {
        visibility: visible;
    }
    .screenshots-slider .slick-slide {
        position: relative;
        
        height: 290px !important;
    }
    .screenshots-slider .slick-slide {
        outline: none;
    }
.screenshots .container-screenshots {
    text-align: center;
    width: 100%;

}
/*screenshot slider*/
/*slider*/
.logos-slider {
    visibility: hidden;
}

        .logos-slider.slick-initialized {
            visibility: visible;
        }

        .logos-slider .slick-slide {
            position: relative;
            width: 120px;
            height: 100px !important;
        }

    .logos-slider img {
        max-height: 100%;
        max-width: 160px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

        .logos-slider .slick-slide {
            outline: none;
        }
    /*slider end*/
    /*.related-links-tablet {
    margin-left: auto;
}*/

.text-white {color:#fff;}
.text-white .active a{color:#ffffff; opacity:1;}
.text-white a {color:#fff;}
    .text-white .w-222px {
        width: 200px
    }

p.hp-source {
/*width:660px;*/
line-height:1.8;
padding-bottom:20px;
}
    p.hp-source img {
        width: 27px;
        height: 27px;
        display: inline-block;
        vertical-align: top;
        margin: 3px 15px 0 0;
    }
    p.hp-source span {
        display: inline-block;
        width: 650px;
        text-align: left;
    }
.hp-sync-sources {
    padding: 60px 0 80px;
    text-align: center;
  
    margin: auto;
}
    .hp-sync-sources h2 {
        font-weight: 300;
    }
    .hp-sync-sources .subheader {
        font-size: 22px;
        margin: 0px auto 52px;
    }
    .hp-sync-sources span.note-blue {
        color: #adcbe6;
        display:initial;
        padding: 0 0 0 20px;

    }
    .td-underline{text-decoration:underline;}
.ul-nostyle{list-style:none !important}
.hp-features-p, .features-p {
    line-height: 1.8;
    padding: 10px 0 0 0
}
.trust-software-row {
    margin: 40px auto 60px auto;
    justify-content: center;
    font-weight: 300;
}


/*.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0;
    color: white;
    overflow: auto;
}*/

.modal {
    display: none;
    /*height: 80%;*/
    left: 0;
    position: fixed;
    top: 0;
    /*max-width: 950px;*/
    margin:auto;
}
.modal-main-text, .modal-thank-you-text {
    padding: 30px;
}
.modal-dialog {
    max-width: 650px !important;
    width: auto;
}
    /*.modal.open {
        display: block;
    }
.modal__header {
    padding: 20px;
    background-color: #284F6D;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 0;
}
.modal__footer {
    height: 100px;
}

.modal__content {
    width: auto;
    margin:auto;
}
    .modal__content img {
        height: -webkit-fill-available;
    }
    

.modal__content {
   
    overflow-y: auto;
    margin:auto;
}

.modal__footer {
    bottom: 0;
}

.modal  .modal__header .modal-title {
    font-size: 18px;
    font-weight: 400;
}

.modal .modal__header button.close:hover {
        opacity: 1;
    }
.modal__header .close {
    width: 25px;
   
    max-width: 25px;
    float: right;
    margin: -25px 0 0 0;
    background-color: transparent;
}*/
 .modal-title {
    font-size: 18px;
    font-weight: 400;
    text-align:center;
    margin:auto;
}
.otb-trust {
    background-color:#f2f2f2;
    padding:26px 0 10px 0;
}

.otb-trust-badges{max-width:700px; margin:auto;}


.badge-clean-download{width:95px;}
.otb-trust-badges .y20 {
    max-width: 160px;
    min-width:130px;
}
.otb-download-description {
    text-align: center;
}

.otb-description-block {
    max-width: 700px;
}
.otb-description{margin:auto;max-width:500px;}

.download-features-img {
    height: 30px;
    margin: 15px 30px 15px 0;
}
.otb-trust-badges svg.icon-money-back {
    fill: #658095;
}
    .otb-trust-badges svg.icon-money-back .black {
        fill: #658095;
    }
    .otb-trust-badges svg.icon-money-back .grey-light {
        fill: #658095;
    }
    .otb-trust-badges svg.icon-money-back .text, .otb-trust-badges svg.icon-money-back .white {
        fill: transparent;
    }
.otb-trust-badges svg.icon-money-back {
    fill: #658095;
}
    .otb-trust-badges svg.icon-money-back:hover {
        fill: white;
    }

        .otb-trust-badges svg.icon-money-back:hover .black {
            fill: white;
        }

        .otb-trust-badges svg.icon-money-back:hover .grey-light {
            fill: white;
        }

    .otb-trust-badges svg.icon-money-back .text, .otb-trust-badges svg.icon-money-back .white {
        fill: transparent;
    }
    .otb-trust-badges svg.icon-money-back .text, .otb-trust-badges svg.icon-money-back:hover .white {
        fill: transparent;
    }
.otb-trust-badges .otb-partner-bg {
    fill: #658095
}
.otb-trust-badges .otb-partner:hover .otb-partner-bg {
    fill: white !important
}
.otb-trust-badges .otb-ssl:hover .otb-ssl-bg {
    fill: white !important;
}
/*under banner badges*/


.badge-clean-download {
    width: 95px;
}

.otb-trust-badges-download .y20 {
    max-width: 160px;
    min-width: 130px;
}
.otb-trust-badges-download svg.icon-money-back {
    fill: #658095;
}

    .otb-trust-badges-download svg.icon-money-back .black {
        fill: #658095;
    }

    .otb-trust-badges-download svg.icon-money-back .grey-light {
        fill: #658095;
    }

    .otb-trust-badges-download svg.icon-money-back .text, .otb-trust-badges-download svg.icon-money-back .white {
        fill: transparent;
    }

.otb-trust-badges-download svg.icon-money-back {
    fill: #658095;
}

    .otb-trust-badges-download svg.icon-money-back:hover {
        fill: #284f6d;
    }

        .otb-trust-badges-download svg.icon-money-back:hover .black {
            fill: #284f6d;
        }

        .otb-trust-badges-download svg.icon-money-back:hover .grey-light {
            fill: #284f6d;
        }

    .otb-trust-badges-download svg.icon-money-back .text, .otb-trust-badges-download svg.icon-money-back .white {
        fill: transparent;
    }

    .otb-trust-badges-download svg.icon-money-back .text, .otb-trust-badges-download svg.icon-money-back:hover .white {
        fill: transparent;
    }

.otb-trust-badges-download .otb-partner-bg {
    fill: #658095
}

.otb-trust-badges-download .otb-partner:hover .otb-partner-bg {
    fill: #284f6d !important
}

.otb-trust-badges-download .otb-ssl:hover .otb-ssl-bg {
    fill: #284f6d !important;
}
/*end under banner badges*/
.text-darkblue .active a {
    color: #284f6d
}
.breadcrumb.text-darkblue li + li:before {
    content: '> ';
    padding: 0 8px;
    color: #284f6d;
    opacity: .6;
}
.breadcrumb.text-darkblue .active span {
    color: #284f6d;
}
.mw-700{max-width:700px;}
.mw-600{max-width:600px;}
.mw-500 {
    max-width: 500px;
}
.icon-handshake{max-width:150px;}
.icon-handshake path {
    fill: red !important;
}
.pricing-card{min-width:25%}
.pricing-card.upgrade{min-width:33%}
.order1 {order:1;}
.order2{order:2;}
.order3 {order:3;}
.list-custom{min-height:110px;}
.btn-hover, .btn-hover:visited {
background:initial;
 color: #fff;
    padding: 10px 0;
    border-radius: 100px;
    width: 255px;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    text-transform:uppercase;
}
.btn-hover:active, .btn-hover:hover{

background-color:#f8f9fa;
 color: #284F6D !important;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.otb-feature-link {text-decoration:underline;}
.otb-feature-link:hover{text-decoration:none;}