*, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.tablet-only{
    display: none;
}
.mobile-only{
    display: none;
}
html.no-scroll {
    overflow: hidden;
}
@media only screen and (max-width: 991px)  {
    .desktop-only{
        display: none;
    }
    .tablet-only{
        display: block;
    }
}
@media only screen and (max-width: 767px)  {
    .desktop-only, .tablet-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
}

/* header started */
.header .container{
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header .header-wrapper{
    padding: 18px 0 14px;
}
.current-product-nessus-pro .header .header-wrapper {
    padding: 18px 0 15px;
}
.header .logo-wrapper{
    max-width: 128px;
    width: 100%;
}
@media (max-width:991.98px) {
    .header .container{
        padding: 0 32px
    }
    .current-product-nessus-pro .header .header-wrapper{
        padding: 18px 0 14px;
    }
}
@media (max-width:767.98px) {
    .header .container{
        padding: 0 16px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .header .header-wrapper {
        padding: 18px 0 14px;
    }
}
/* header ended */

/* section products started */
.section-products .tablet-only{
    display: block;
}
.section-products{
    padding: 49px 0 0;
}
.section-products,
.section-products {
    text-align: center;
    background-image: url('../images/hero-bg-desktop.png');
    background-size: cover;
    background-position: center;
    position: relative;
}
.section-products .container {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}
.section-products .product-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 57.6px;
    text-align: center;
    color: #FFFFFF;
    max-width: 630px;
    width: 100%;
    margin: 0 auto 12px;
    text-transform: uppercase;
}
.section-products .product-sub-title{
    font-family: 'Barlow', 'sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    max-width: 590px;
    width: 100%;
    margin: 0 auto 40px;
}
.section-products .product-cards {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 321px;
    width: 100%;
    max-width: 750px;
    margin: auto;
}
.section-products .card-inner{
    padding: 36px 32px 30px;
    background-color: #FFFFFF;
    border-radius: 8px;
    position: relative;
    height: calc(100% + 16px);
}
.section-products .active .card-inner {
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04), 0px 0px 84px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04), 0px 0px 84px rgba(0, 0, 0, 0.08)
}
.section-products .product-cards .product-card.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.12);
}
.section-products #nessus-expert div.card-icon{
    max-width: 150px;
    width: 100%;
    margin: 0 auto 19px;
    padding: 0;
}
.section-products #nessus-professional div.card-icon{
    max-width: 201px;
    width: 100%;
    margin: 0 auto 22px;
}
.section-products .product-cards.active-left-card .left-card {
    z-index: 4 !important;
    max-width: 400px;
}
.section-products .product-cards.active-right-card .right-card {
    z-index: 4 !important;
    max-width: 400px;
}
.section-products .product-cards .product-card.left-card {
    margin-left: -147px;
}
.current-product-nessus-expert .section-products .product-cards .product-card.left-card {
    margin-left: -155px;
}
.section-products .product-cards .product-card.active {
    border: 8px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
}
.section-products .product-cards .product-card {
    cursor: pointer;
    position: absolute;
    max-width: 384px;
    width: 100%;
    height: 345px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: #fafafa;
    margin-bottom: -32px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 0;
    left: 50%;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    margin-top: 3px;
}
.section-products .product-cards .product-card .card-title {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #385168;
    margin-bottom: 16px;
}
.section-products .product-cards .product-card .card-text {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #385168;
}
.section-products .product-cards .product-card.right-card {
    margin-left: 163px;
}
.current-product-nessus-expert .section-products .product-cards .product-card.right-card {
    margin-left: 155px;
}
.section-products .product-cards.active-left-card .right-card {
    margin-top: 63px;
    z-index: 1 !important;
}
.section-products .product-cards.active-right-card .left-card {
    margin-top: 63px;
    z-index: 1 !important;
}
.section-products .product-button-container {
    position: relative;
    max-width: 766px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
}
.section-products .product-button-container .product-button {
    font-family: 'Barlow', 'sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background-color: #0079DD;
    text-decoration: none;
    text-transform: none;
}
.section-products .bottom-overlay {
    position: absolute;
    bottom: 0;
    height: 52px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
}
/* Nessus Try for Free button */
.cta-wrapper .button {
    width: 220px;
    height: 56px;
    background: #0079DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Barlow';
}
.cta-wrapper .button:hover {
    background: #006BC4;
}
.current-product-nessus-expert .cta-wrapper .button.nessus-pro,
.current-product-nessus-pro .cta-wrapper .button.nessus-expert {
    display: none;
}
.section-products .expert-cta-wrap,
.section-products .pro-cta-wrap {
    position: absolute;
    top: -26px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 228px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
}
.current-product-nessus-pro .section-products .pro-cta-wrap{
    left: 543px;
    top: -26px;
}
.section-products .expert-buy-cta,
.section-products .pro-buy-cta,
.mobile-only .expert-buy-cta,
.mobile-only .pro-buy-cta{
    font-family: Barlow, "sans-serif";
    font-style: normal;
    min-height: 48px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgb(0, 121, 221);
    text-decoration: underline;
}
/* Recommended ribbon */
.product-cards.active-left-card{
    position: relative;
}
.product-cards .left-card .recommended-ribbon, .mobile-only .recommended-ribbon{
    position: absolute;
    left: -61px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg) translateY(-50%);
        -ms-transform: rotate(270deg) translateY(-50%);
            transform: rotate(270deg) translateY(-50%);
    z-index: 9;
    background: #0079DD;
    top: 50%;
    padding: 4px 12px;
    border-radius: 8px 8px 0px 0;
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
         -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.current-product-nessus-pro .product-cards .left-card .recommended-ribbon, .mobile-only .recommended-ribbon{
    top:37%;
}

@media(max-width:767.98px){
    .current-product-nessus-expert .mobile-only .recommended-ribbon {
        opacity: 1;
        top: 50%;
    }
    .mobile-only .recommended-ribbon{
        top: 50%;
        opacity: 0;
    }
}

@media (max-width:991.98px) {
    .section-products {
        padding: 49px 0 0;
        background-image: url('../images/hero-bg-tablet.jpg');
        background-position: top;
    }
    .section-products .product-title {
        max-width: 630px;
        width: 100%;
        margin: 0 auto 12px;
    }
    .section-products .product-sub-title{
        max-width: 600px;
        width: 100%;
        margin: 0 auto 22px;
    }
    .section-products .product-cards.active-left-card,.section-products .product-cards.active-right-card {
        height: 321px;
    }
    .current-product-nessus-expert .section-products .product-cards .product-card.left-card {
        margin-left: -150px;
    }
    .current-product-nessus-expert .section-products .product-cards .product-card.right-card {
        margin-left: 160px;
    }
    .current-product-nessus-expert .section-products .expert-cta-wrap{
        left: 236px;
    }
    .section-products .product-cards .product-card.right-card {
        margin-left: 148px;
    }
    .section-products .product-cards.active-right-card .product-card.right-card {
        margin-left: 160px;
    }
    .section-products .product-cards .product-card.left-card {
        margin-left: -150px;
    }
}   
@media (max-width:767.98px) {
    .mobile-only{
        display: block;
    }
    .section-products .tablet-only {
        display: none;
        background-image: url('../images/hero-bg-mobile.jpg');
    } 
    .current-product-nessus-expert .section-products{
        background-image: url('../images/hero-bg-mob.png'); 
        padding: 35px 0 0;
    }
    .section-products .container{
        padding: 0;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }   
    .section-products .product-title{
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
        font-size: 32px;
        line-height: 38.4px;
        margin-bottom: 14px;
        padding: 0 16px;
    }
    .features .feature4 .icon-text{
        padding: 0 9px;
    }
    .section-products .product-sub-title{
        max-width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 34px;
        padding: 0 18px;
        text-align: left;
    }
    .section-products .product-cards,.section-products .product-button-container,
    .section-products .bottom-overlay{
        display: none !important;
    }
    .section-products ul#tabs-nav li:first-child .card-icon{
        max-width: 99px;
        width: 100%;
        margin: 0 auto;
    }
    .section-products ul#tabs-nav li:last-child .card-icon{
        max-width: 132px;
        width: 100%;
        margin: 0 auto;
    }
    .section-products .mobile-only {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
        z-index: 9;
    }
    .section-products .mobile-only:after {
        content: url('../images/down-arrow.svg');
        position: absolute;
        width:32px;
        height: 16px;
        bottom: -15px;
        left:50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .section-products ul#tabs-nav{
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px 8px 0px 0px;
        position: relative;
        padding-top: 62px;
        margin: 0 !important;
    }
    .section-products ul#tabs-nav li{
        width: 152px;
        height: 62px;
        opacity: 0.7;
        background: #FFF;
        border-radius: 8px 8px 0px 0px;
        padding: 10px 0 0;
        position: absolute;
        top: 0;
        margin-left: 148px;
        margin-top: 8px;
        left: 0;
        -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .section-products ul#tabs-nav li.active {
        opacity: 1;
        margin-left: 0;
        top: -8px;
        z-index: 9;
    }
    .current-product-nessus-pro .section-products ul#tabs-nav li {
        margin-left: 0;
    }
    .current-product-nessus-pro .section-products ul#tabs-nav li.active {
        right: 0;
        margin-left: 148px;
    }
    .section-products #tabs-content{
        background: #FFF;
        padding: 22px 20px 5px;
    }
    .section-products .card-title{
        color: #385168;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
        font-family: Barlow;
        margin-bottom: 8px;
    }
    .section-products .card-text{
        color: #385168;
        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 26px;
    }
    .section-products .tenable-io-btn,
    .section-products .nessus-btn{
        font-family: 'Barlow', 'sans-serif';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        max-width: 288px;
        width: 100%;
        margin: 0 auto;
        height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
        border-radius: 3px;
        background-color: #0079DD;
        text-decoration: none;
    }
    .section-products .expert-buy-cta,
    .section-products .pro-buy-cta, .mobile-only .expert-buy-cta, .mobile-only .pro-buy-cta {
        min-height: 62px;
    }
}

/* section vulnerability solution started */
.vulnerability-solution {
    padding: 145px 0 0;
}
.current-product-nessus-pro .vulnerability-solution.nessus-expert,
.current-product-nessus-expert .vulnerability-solution.nessus-professional {
    display: none;
}
.vulnerability-solution .container {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}
.vulnerability-solution .sub-title {
    color: #385168;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.vulnerability-solution .title {
    color: #041E42;
    text-align: center;
    font-family: Barlow;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 800px;
    margin: 0 auto 36px;
    background: transparent;
}
@media (max-width:991.98px) {
    .vulnerability-solution .container {
        padding: 0 32px;
    }
}
@media (max-width:767.98px) {
    .vulnerability-solution {
        padding: 96px 0 0;
        margin-top: -40px;
        position: relative;
        background: #fff;
    }
    .vulnerability-solution .container {
        padding: 0 16px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .vulnerability-solution .title {
        font-size: 20px;
        line-height: 30px;
    }
    .vulnerability-solution .sub-title{
        padding: 0 45px;
        margin-bottom: 15px;
    }
}
/* feature start */
.features{
    padding-bottom: 96px;
}
.features .features-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.features .features-wrap .feature{
    padding: 24px 16px 24px;
}
.features .container{
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.features .feature {
    max-width: calc(100% / 4 - 24px );
    width: 100%;
    min-height: 186px;
    height: 100%;
    background-size: cover;
    background: #041E42;
    background-image: url(https://res.cloudinary.com/dxprfaxf3/image/upload/v1695315245/tenable/nessustrybuybenefitssection127/curves.svg);
    background-repeat: no-repeat;
    background-position: left top 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5px;
    background-size: 444.3% 22.8%;
}
.features .feature .icon-wrap{
    margin-bottom: 12px;
}
.features .feature2 {
    background-image: url(https://res.cloudinary.com/dxprfaxf3/image/upload/v1695315245/tenable/nessustrybuybenefitssection127/curves.svg);
    background-repeat: no-repeat;
    background-position: left 33% top 43px;
    background-size: 444.3% 22.8%;
}
.features .feature3 {
    background-image: url(https://res.cloudinary.com/dxprfaxf3/image/upload/v1695315245/tenable/nessustrybuybenefitssection127/curves.svg);
    background-repeat: no-repeat;
    background-position: left 14% top 43px;
    background-size: 444.3% 22.8%;
}
.features .feature4 {
    background-image: url(https://res.cloudinary.com/dxprfaxf3/image/upload/v1695315245/tenable/nessustrybuybenefitssection127/curves.svg);
    background-repeat: no-repeat;
    background-position: left 47% top 43px;
    background-size: 444.3% 22.8%;
}
.features .plus-wrap {
    max-width: 24px;
}
.features .icon-text{
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media(max-width:991.98px){
    .features .container{
        padding: 0 32px;
    }
    .features .feature {
        max-width: calc(100% / 4 - 18px );
        min-height: 196px;
    }
    .features .feature1 {
        background-position: left top 49px;
        background-size: 567% 21.3%;
    }
    .features .feature2 {
        background-position: left 31% top 47px;
        background-size: 570% 22.3%;
    }
    .features .feature3 {
        background-position: left 14% top 48px; 
        background-size: 738.3% 22.3%;
    }
    .features .feature4 {
        background-position: left 43% top 45px;
        background-size: 672.3% 23.3%;
    }
    .features .icon-text{
        font-size: 14px;
        line-height: 16.8px;
    }
    .features .features-wrap .feature {
        padding: 24px 16px 24px;
    }
}
@media(max-width:767.98px){
    .features{
        padding-bottom: 77px;
    }
    .features .features-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .features .container {
        max-width: 360px;
        padding: 0 16px;
    }
    .features .feature {
        max-width: 100%;
        min-height: 148px;
        margin-bottom: 4px;
    }
    .features .feature1 {
        background-position: left top 38px;
        background-size: 303% 28.3%;
    }
    .features .feature2 {
        background-position: left 41% top 34px;
        background-size: 295% 28.3%;
    }
    .features .feature3 {
        background-position: left 12% top 36px;
        background-size: 280.3% 24.3%;
    }
    .features .feature4 {
        background-position: left 39% top 36px;
        background-size: 272.3% 25.3%;
    }
    .features .icon-text {
        font-size: 16px;
        line-height: 19.2px;
    }
}


/* logo block started */
.current-product-nessus-pro .logo-title.nessus-expert,
.current-product-nessus-expert .logo-title.nessus-professional {
    display: none;
}
.logo-block {
    padding: 0 0 69px;
}
.current-product-nessus-pro .logo-block {
    padding: 0 0 67px;
}
.logo-block .container{
    max-width: 1313px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.logo-block .logo-title {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #041E42;
    margin-bottom: 13px;
}
.logo-block .logo-subtitle {
    color: var(--neutrals-n-1, #385168);
    text-align: center;
    font-family: 'Barlow', ui-sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.logo-block .client-logo {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media (max-width:991.98px) {
    .logo-block .client-logo-wrapper{
        max-width: 650px;
        margin: auto;
    }
    .logo-block {
        padding: 0 0 71px;
    }
    .logo-block .logo-title {
        max-width: 506px;
        margin: 0 auto 13px;
    }
    .logo-block .logo-subtitle {
        margin-bottom: 36px;
    }

}   
@media (max-width:767.98px) {
    .logo-block {
        padding: 24px 0 56px;
    }
    .logo-block .container{
        padding: 0 16px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .logo-block .logo-title{
        max-width: 308px;
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 11px;
    }
    .logo-block .logo-subtitle{
        margin-bottom: 32px;
    }
}
/* logo secton ended */


/* section customer slider started  */
.customer-reviews {
    background-image: url('../images/testimonials-bg-desktop.svg');
    background-position: center;
    background-size: cover;
    padding: 96px 0 0;
    overflow: hidden;
}
.customer-reviews .container {
    max-width: 1218px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.customer-reviews h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57.6px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 56px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
.customer-reviews .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.customer-reviews .large-slider .slick-list.draggable {
    max-width: 872px;
    left: -32px;
    padding-bottom: 88px;
}
.customer-reviews .small-slider .slick-list.draggable {
    max-width: 338px;
    left: -24px;
    top: 8px;
}
.customer-reviews .large-slider .slick-list.draggable .slick-slide {
    position: relative;
    border: 8px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    left: 13px;
    outline: none;
    margin: 0 15px;
}
.customer-reviews .large-slider .slick-list.draggable .slick-slide::after {
    top: auto;
    bottom: 0;
}
.customer-reviews .large-slider .slick-list.draggable .slick-slide img {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.customer-reviews .large-slider .slick-list.draggable .slick-slide.slick-active {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 42px 84px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 42px 84px rgba(0, 0, 0, 0.08);
}
.customer-reviews .large-slider .play-icon {
    width: 64px;
    height: 64px;
    background: rgba(0, 121, 221, 0.7);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.customer-reviews .large-slider .play-icon svg {
    width: 18px;
    margin-left: 4px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.customer-reviews .large-slider .play-icon:hover {
    width: 96px;
    height: 96px;
    background: rgba(0, 121, 221, 0.4);
}
.customer-reviews .large-slider .play-icon:hover svg {
    width: 27px;
}
.customer-reviews .small-slider .slick-list.draggable .slick-slide {
    margin: 0 6px;
    position: relative;
    left: -165px;
    outline: none;
}
.customer-reviews .small-slider .slick-list.draggable .slick-slide img {
    border-radius: 8px;
    cursor: pointer;
}
.customer-reviews .large-slider .slick-dots {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -21.9%;
    bottom: 96px;
    z-index: 99;
}
.customer-reviews .large-slider .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    background-color: #BABABA;
}
.customer-reviews .large-slider .slick-dots li:hover {
    background-color: #FFFFFF;
}
.customer-reviews .large-slider .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    border: 4px solid rgba(255, 255, 255, 0.12);
}
.customer-reviews .large-slider .slick-dots li.slick-active::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.customer-reviews .large-slider .slick-dots li button {
    display: none;
}
@media(max-width:1099.98px) {
    .customer-reviews .large-slider .slick-dots {
        right: 48%;
        bottom: 40px;
    }
}
@media(max-width:991.98px) {
    .customer-reviews {
        background-image: url('../images/testimonials-bg-tablet.svg');
        padding: 80px 0 41px;
    }
    .customer-reviews h2 {
        margin-bottom: 40px;
    }
    .customer-reviews .slider-wrapper {
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
    }
    .customer-reviews .large-slider .slick-list.draggable {
        max-width: 606px;
        left: -19px;
    }
    .customer-reviews .small-slider .slick-list.draggable {
        max-width: 144px;
        left: -5px;
    }
    .customer-reviews .small-slider .slick-list.draggable .slick-slide {
        left: -156px;
    }
    .customer-reviews .small-slider .slick-list.draggable .slick-slide {
        margin: 0 12px;
    }
    .customer-reviews .large-slider .slick-dots {
        right: 32.1%;
    }
}
@media(max-width:767.98px) {
    .customer-reviews {
        padding: 64px 0 13px;
        background-image: url('../images/testimonials-bg-mobile.svg');
    }
    .customer-reviews h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 38px;
        padding: 0 16px;
    }
    .customer-reviews .container {
        padding: 0;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .customer-reviews .slider-wrapper {
        max-width: 360px;
    }
    .customer-reviews .large-slider .slick-list.draggable .slick-slide {
        border: 4px solid rgba(255, 255, 255, 0.12);
        margin: 0 8px;
        left: 0;
    }
    .customer-reviews .large-slider .slick-list.draggable {
        max-width: 304px;
        left: 4px;
    }
    .customer-reviews .small-slider .slick-list.draggable {
        max-width: 72px;
        top: 4px;
        left: 7px;
    }
    .customer-reviews .large-slider .play-icon {
        width: 48px;
        height: 48px;
    }
    .customer-reviews .large-slider .play-icon svg {
        width: 13px;
        margin-left: 0;
    }
    .customer-reviews .small-slider .slick-list.draggable .slick-slide {
        left: -83px;
    }
    .customer-reviews .large-slider .slick-dots {
        right: 30.3%;
        bottom: 52px;
    }
    .customer-reviews .large-slider .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }
    .customer-reviews .large-slider .slick-dots li.slick-active {
        width: 12px;
        height: 12px;
    }
    .customer-reviews .large-slider .slick-dots li.slick-active::after {
        width: 20px;
        height: 20px;
    }
    .customer-reviews .large-slider .play-icon:hover {
        width: 64px;
        height: 64px;
    }
    .customer-reviews .large-slider .play-icon:hover svg {
        width: 18px;
    }
}
@media(max-width:359.98px) {
    .customer-reviews .large-slider .slick-list.draggable,
    .customer-reviews .small-slider .slick-list.draggable {
        left: 0;
    }
}
/* section customer slider ended  */
/* section Comparison started  */
.comparison-table {
    background-color: #FFFFFF;
    padding: 96px 0 77px;
}
.comparison-table .container {
    max-width: 1210px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.comparison-table .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison-table .table-wrapper .comparison-title-wrapper {
    max-width: 33.36%;
    width: 100%;
}
.comparison-table .table-wrapper .comparison-title-wrapper>div {
    text-align: left;
    padding-right: 17px !important;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div {
    text-align: center;
}
.comparison-table .table-wrapper div h2{
    color: #041E42;
    font-family: Barlow Condensed;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px;
    text-transform: uppercase;
    text-align: left;
    max-width: 342px;
    margin-bottom: 13px;
}
.comparison-table .comparison-title-wrapper h5{
    color: #385168;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    max-width: 342px;
    margin: 0;
}
.comparison-table .table-wrapper .logo-wrap{
    max-width: 132px;
    width: 100%;
    margin: 0 auto 11px;
}
.comparison-table .table-wrapper .nessus-professional .logo-wrap{
    max-width: 176px;
    width: 100%;
    margin: 0 auto 15px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper .headlines{
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    max-width: 313px;
    width: 100%;
    margin: 0 auto 15px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper .sub-headlines{
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:19.2px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    max-width: 313px;
    width: 100%;
    margin: 0 auto;
}
.comparison-table .table-wrapper .comparison-inner-wrapper .nessus-professional .headlines{
    color: #041E42;
}
.comparison-table .table-wrapper .comparison-inner-wrapper .nessus-professional .sub-headlines{
    color: #041E42;
    padding: 0 43px;
}
.comparison-table .table-wrapper .comparison-title-wrapper>div:first-child,
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:first-child {
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 0 27px;
    min-height: 240px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper {
    max-width: 66.6633%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child {
    max-width: 50%;
    width: 100%;
    border-radius: 8px;
    background: -o-linear-gradient(left, #005193 0%, #041E42 100%);
    background: -webkit-gradient(linear, left top, right top, from(#005193), to(#041E42));
    background: linear-gradient(90deg, #005193 0%, #041E42 100%);
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div:first-child::before,
.comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div:first-child::after {
    height: 80px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div {
    padding-left: 16px;
    padding-right: 16px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.nessus-btn {
    max-width: 321px;
    width: 100%;
    height: 56px;
    background: #0079DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;   
    margin-bottom:14px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.expert-buy-cta,
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.pro-buy-cta{
    font-family: Barlow, "sans-serif";
    font-style: normal;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-decoration: underline;
}
.comparison-table .table-wrapper .nessus-professional a.pro-buy-cta{
    color: #0079DD !important;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.nessus-btn:hover {    
    background: #006BC4;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div:last-child {
    max-width: 50%;
    width: 100%;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div:last-child>div {
    padding-left: 30px;
    padding-right: 30px;
}
.comparison-table .table-wrapper .comparison-title-wrapper>div:not(:first-child):not(:last-child),
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:not(:first-child):not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px 0px 0px 5px;
    background: var(--neutrals-n-5, #F2F5F8);
    min-height: 64px;
    margin: 12px 0;
}
.comparison-table .table-wrapper .nessus-expert div:not(:first-child):not(:last-child) {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #FFF;
}

.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:not(:first-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:not(:first-child) img {
    width: 24px;
    height: 24px;
}
.comparison-table .table-wrapper .comparison-title-wrapper>div p{
    color: var(--neutrals-n-1, #385168);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 16px;
    margin: 0;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #385168;
    font-family: 'Barlow', sans-serif;
}
.comparison-table .table-wrapper .comparison-title-wrapper>div:last-child,
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:last-child {
    padding: 6px 16px 22px;
}
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:last-child::before,
.comparison-table .table-wrapper .comparison-inner-wrapper>div>div:last-child::after {
    height: 80px;
}
.comparison-table .mobile-only{
    display: none;
}
@media(max-width:1162.98px){
    .comparison-table .comparison-title-wrapper > div:nth-child(9),
    .comparison-table .nessus-expert > div:nth-child(9),
    .comparison-table .nessus-professional > div:nth-child(9) {
        min-height: 86px !important;
    }
}
@media(max-width:1090.98px){
    .comparison-table .table-wrapper .comparison-title-wrapper>div:first-child,
    .comparison-table .table-wrapper .comparison-inner-wrapper>div>div:first-child {
        text-align: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 25px 0 27px;
        min-height: 289px;
    }
}
@media(max-width:991.98px) {
    .comparison-table {
        position: relative;
        padding: 80px 0 70px;
    }
    .comparison-table .container {
        padding: 0 32px;
        max-width: 768px;
        width: 100%;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper {
        background: #FFFFFF;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div {
        padding-left: 25px;
        position: relative;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div:first-child::after {
        height: 80px;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div:last-child, 
    .comparison-table .table-wrapper .comparison-inner-wrapper>div>div:last-child {
        padding: 24px 32px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div::before {
        left: 1px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div {
        padding-left: 32px;
        padding-right: 32px;
    }
    .comparison-table .table-wrapper div h2{
        font-size: 24px;
        line-height: 28.8px;
    }
    .comparison-table .comparison-title-wrapper h5{
        font-size: 14px;
        line-height: 21px;
        max-width: 218px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper .headlines{
        font-size: 14px;
        line-height: 21px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper .sub-headlines{
        font-size: 12px;
        line-height: 14.4px;
        padding: 0 !important;
    }
    .comparison-table .table-wrapper .logo-wrap{
        max-width: 103px;
    }
    .comparison-table .table-wrapper .nessus-professional .logo-wrap{
        max-width: 138px;
        margin: 0 auto 13px;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div p{
        font-size: 14px;
        line-height: 21px;
        padding: 0;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div:first-child, .comparison-table .table-wrapper .comparison-inner-wrapper>div>div:first-child{
        min-height: 236px;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div:not(:first-child):not(:last-child), .comparison-table .table-wrapper .comparison-inner-wrapper>div>div:not(:first-child):not(:last-child){
        min-height: 64px !important;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div{
        padding-left: 16px;
        padding-right: 17px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div>div{
        font-size: 14px;
        line-height: 21px;
    }
    .comparison-table .table-wrapper .comparison-title-wrapper>div:last-child, .comparison-table .table-wrapper .comparison-inner-wrapper>div>div:last-child{
        padding: 6px 24px 24px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child>div {
        padding-left: 24px;
        padding-right: 24px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.nessus-btn{
        padding: 19px 0;
        margin-bottom: 12px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.expert-buy-cta, .comparison-table .table-wrapper .comparison-inner-wrapper>div>div a.pro-buy-cta{
        padding: 0 0;
        font-size: 14px;
        line-height: 150%;
    }
}
@media (max-width:767px) {
    .comparison-table {
        position: relative;
        padding: 64px 0 61px;
    }
    .comparison-table .mobile-only{
        display: block;
    }
    .comparison-table .container{
        max-width: 360px;
        padding: 0;
    }
    .comparison-table .table-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .comparison-table .comparison-title-wrapper,
    .comparison-table .comparison-inner-wrapper{
        display: none !important;
    }
    .comparison-table .comparison-title {
        padding: 0 16px;
    }
    .comparison-table .comparison-title h5{
        color: #385168;
        text-align: center;
        font-family: Barlow;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 27px;
    }
    .comparison-table .table-wrapper div h2{
        text-align: center;
        font-size: 32px;
        line-height: 38.4px;
    }
    .comparison-table .wrap-product-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100% !important;
        min-height: 56px;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper,
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child{
        width: 100%;
        max-width: 100%;
    }
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child .wrap-product-flex,
    .comparison-table .table-wrapper .comparison-inner-wrapper>div:first-child{
        background: none !important;
    }
    .comparison-table .wrap-product-flex > div:first-child {
        max-width: 50%;
        width: 100%;
        background: -o-linear-gradient(left, #005193 0%, #041E42 100%);
        background: -webkit-gradient(linear, left top, right top, from(#005193), to(#041E42));
        background: linear-gradient(90deg, #005193 0%, #041E42 100%);
        padding-left: 16px;
        padding-right: 16px;
    }
    .comparison-table .wrap-product-flex .headlines{
        color:  #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; 
        margin-bottom: 17px;
    }
    .comparison-table .wrap-product-flex .sub-headlines{
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        text-transform: uppercase;
        padding-bottom: 34px;
    }
    .comparison-table .table-wrapper .logo-wrap{
        max-width: 85px;
        margin: 25px auto 13px;
    }
    .comparison-table .table-wrapper .nessus-professional .logo-wrap{
        max-width: 113px;
        margin: 24px auto 17px;
    }
    .comparison-table .nessus-professional{
        padding-left: 16px;
        padding-right: 16px;
    }
    .comparison-table .nessus-professional .headlines,.nessus-professional .sub-headlines{
        color: #041E42 !important;
    }
    .comparison-table  .block-title{
        color: #385168;
        text-align: center;
        font-family: Barlow;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        padding: 7px 0 22px;
        background: #F2F5F8;
    }
    .comparison-table .wrap-product-flex > div {
        max-width: 50%;
        width: 100%;
    }
    .comparison-table .wrap-product:not(:first-child) .wrap-product-flex div:first-child {
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .comparison-table .wrap-product:not(:first-child) .wrap-product-flex div:last-child {
        color: #385168;
        text-align: center;
        font-family: Barlow;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .comparison-table .wrap-product:not(:first-child) .wrap-product-flex img {
        width: 24px;
    }
    .comparison-table .expert-cta-wrap,.comparison-table .pro-cta-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px;
        padding-bottom: 6px;
    }
    .comparison-table .nessus-btn {
        font-family: 'Barlow', 'sans-serif';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 2px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        text-decoration: none;
        align-items: center;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
        border-radius: 3px;
        background-color: #0079DD;
    }
    .comparison-table .expert-buy-cta,.comparison-table .pro-buy-cta{
        font-family: 'Barlow', 'sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        margin: 0 auto;
        color: #FFF;
        max-width: 100%;
        width: 100%;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3px;
        text-decoration: underline !important;
        padding: 0px 20px;
    }
    .comparison-table .pro-cta-wrap{
        padding-left: 16px;
        padding-right: 16px;
    }
    .comparison-table .pro-cta-wrap .pro-buy-cta{
        color: #0079DD;
    }
}
/* section Comparison ended  */

/* testimonial section started */
.section-testimonial {
    text-align: center;
    background-image: -o-linear-gradient(bottom, #596d98, #2c3a54);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#596d98), to(#2c3a54));
    background-image: linear-gradient(to top, #596d98, #2c3a54);
    position: relative;
    overflow: hidden;
}
.current-product-nessus-pro .product-testimonial.nessus-expert,
.current-product-nessus-expert .product-testimonial.nessus-professional {
    display: none;
}
.section-testimonial .testimonial-title {
    max-width: 716px;
    width: 100%;
    font-family: 'Barlow', 'sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 40px;
    color: #FFFFFF;
}
.section-testimonial .tenable-demo-btn {
    font-family: 'Barlow', 'sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 282px;
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background-color: #0079DD;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px #0000001f;
            box-shadow: 0px 3px 5px #0000001f;
    margin: auto;
}
.section-testimonial {
    background-size: cover;
    background-image: url('../images/predict-what-matters-desktop.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 98px;
    padding-bottom: 96px;
}
.section-testimonial .section-testimonial-container {
    padding-bottom: 0;
}
.section-testimonial .testimonial-title {
    margin-bottom: 32px;
}
.section-testimonial .above-title{
    font-family: 'Barlow', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #EEEFF0;
    margin-bottom: 22px;
}
.section-testimonial .testimonial-title{
    margin: 0px auto 40px;
}
.section-testimonial .buy-nessus{
    font-family: 'Barlow', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 12px auto 0;
    color: #FFF !important;
    max-width: 282px !important;
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    text-decoration: underline !important;
}
.section-testimonial .buy-nessus:hover{
    opacity: 0.8;
}
@media(max-width:991.98px){
    .section-testimonial {
        background-image: url('../images/predict-what-matters-tablet.jpg');
        padding-top: 82px;
        padding-bottom: 80px; 
    }
    .section-testimonial .tenable-demo-btn {
        max-width: 328px;
    }
}
@media(max-width:767.98px) {
    .section-testimonial {
        background-image: url('../images/predict-what-matters-mobile.jpg');
        padding-top: 65px;
        padding-bottom: 64px;
    }
    .section-testimonial .testimonial-title{
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
        margin: 0 auto 31px;
    }
    .section-testimonial .container{
        padding: 0 16px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .section-testimonial .above-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
@media(max-width:359.98px) {
    .section-testimonial .testimonial-title {
        font-size: 30px;
    }
}
/* testimonial section ended */
/* ---------------------------------------------------------------------- */
/* Youtube lightbox */
/* popup for youtube */
.lightbox-opened-mask.youtube-box{
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(66,83,99,0.85) !important;
    opacity: inherit !important;
}
.lightbox-opened.youtube-box{
    position: fixed;
    width: 100%;
    max-width: 900px;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
}
.lightbox-opened.youtube-box .lightbox-inner{
    width: 100%;
    max-width: 900px;
    height: 100%;
}
.lightbox-opened.youtube-box .lightbox-content{
    position: relative;
    max-width: 900px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.lightbox-opened.youtube-box .close{
	text-decoration: none;
    padding: 0;
    top: -48px;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-family: system-ui,-apple-system,roboto,"segoe ui",sans-serif;
    font-size: 33px;
    line-height: 44px;
    display: inline;
    opacity: 0.65;
    position: absolute;
    font-weight: bold;
}
.lightbox-opened.youtube-box .close:hover,
.lightbox-opened.youtube-box .close:focus,
.lightbox-opened.youtube-box .close:active{
    opacity: 1;
    outline: none;
}
@media (max-width: 767px) {
	.lightbox-opened.youtube-box .lightbox-inner{
		height: calc(100vh - 270px);
	}
	.lightbox-opened.youtube-box #youtube-video-holder{
		height: 400px;
	}
}
@media screen and (max-device-width: 991px) and (orientation: landscape) {
    .lightbox-opened.youtube-box .lightbox-inner{
        overflow-x: initial;
		height: initial;
    }
    body .lightbox-opened.youtube-box #youtube-video-holder{
		height: calc(100vh - 100px);
	}
	.lightbox-opened.youtube-box .close{
        position: absolute;
        bottom: -11px !important;
        right: 6px !important;
        max-width: 25px;
        max-height: 25px;
        top: auto;
    }
    .lightbox-opened.youtube-box .close img{
        width: 9px;
        height: 9px;
    }
}



/* Modal  */
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.mfp-wrap ::-moz-selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}
.mfp-wrap ::selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}
.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap h5,
.mfp-wrap h6,
.mfp-wrap p {
  margin: 0;
}
.mfp-wrap *{
    font-family: 'Barlow', 'sans-serif';
}
.mfp-wrap h3 {
  font-size: 1.5em;
  margin: 1em 0 .25em;
  color: #00839b;
}
.mfp-wrap p {
  margin: 0 0 1em;
}
.mfp-wrap .line {
  line-height: 1.1;
}
.mfp-wrap b,
.mfp-wrap strong,
.mfp-wrap .field-label {
  font-weight: 600;
  color: #425363 !important ;
}
.mfp-wrap .try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
    color: #425363;
}
.mfp-wrap .white-text,
.mfp-wrap .text-white {
  color: #fff !important;
}
.mfp-wrap .clearfix,
.mfp-wrap .org-question,
.mfp-wrap .in-title-nav,
.try-buy-modal.banner-title,
.mfp-wrap  .container,
.mfp-wrap .row,
.mfp-wrap .mobile-grid,
.mfp-wrap .page-title .menu,
.mfp-wrap .page-title .subnav,
.mfp-wrap .subnav nav,
.mfp-wrap .subnav .menu,
.mfp-wrap .legend__content,
.mfp-wrap .tech-select__item {
  zoom: 1;
}
.mfp-wrap button,
.mfp-wrap input,
.mfp-wrap optgroup,
.mfp-wrap select,
.mfp-wrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.mfp-wrap input {
  line-height: normal;
}
.mfp-wrap input[type=text],
.mfp-wrap input[type=password],
.mfp-wrap input[type=email],
.mfp-wrap input[type=tel],
.mfp-wrap input[type=date],
.mfp-wrap input[type=datetime-local],
.mfp-wrap input[type=number],
.mfp-wrap input[type=search],
.mfp-wrap input[type=time],
.mfp-wrap input[type=url],
.mfp-wrap textarea {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
          box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 3px;
  display: block;
  padding: .5em;
  width: 100%;
  vertical-align: middle;
}
.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}
.mfp-wrap [id^=t-eval-] .invalid,
.mfp-wrap [id^=t-npo-] .invalid {
  border-color: #e24301 !important;
}
.mfp-wrap .eval-error {
  color: #e24301;
}
.mfp-wrap .onesixth,
.mfp-wrap .onefifth,
.mfp-wrap .onefourth,
.mfp-wrap .view-related-industries .views-row,
.mfp-wrap .view-product-resources .views-row,
.mfp-wrap .onethird,
.mfp-wrap .field-collection-container .field-name-field-speaker,
.mfp-wrap .onehalf,
.mfp-wrap .twothirds,
.mfp-wrap .threefourths,
.mfp-wrap .onethird--nmr,
.mfp-wrap .twothirds--nmr,
.mfp-wrap .onehalf--nmr {
  margin-bottom: 2em;
}
@media (min-width: 38em){
  .mfp-wrap .onesixth,
  .mfp-wrap .onethird,
  .mfp-wrap .field-collection-container,
  .mfp-wrap .field-name-field-speaker,
  .mfp-wrap .twothirds,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries,
  .mfp-wrap .views-row,
  .mfp-wrap .view-product-resources .views-row,
  .mfp-wrap .onefifth,
  .mfp-wrap .threefourths,
  .mfp-wrap .onehalf,
  .mfp-wrap .onethird--nmr,
  .mfp-wrap .twothirds--nmr,
  .mfp-wrap .onehalf--nmr {
      float: left;
      margin: 0 5% 0 0;
  }
  .mfp-wrap .onehalf,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries .views-row,
  .mfp-wrap .view-product-resources .views-row {
      width: 47.5%;
  }
}
.mfp-wrap .clearfix:before,
.mfp-wrap .org-question:before,
.mfp-wrap .in-title-nav:before,
.mfp-wrap .banner-title:before,
.mfp-wrap .container:before,
.mfp-wrap .row:before,
.mfp-wrap .mobile-grid:before,
.mfp-wrap .page-title .menu:before,
.mfp-wrap .page-title .subnav:before, .subnav nav:before,
.mfp-wrap .subnav .menu:before,
.mfp-wrap .legend__content:before,
.mfp-wrap .tech-select__item:before,
.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  content: " ";
  display: table;
}
.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  clear: both;
}
.last {
  margin-right: 0 !important;
}
select {
  background: #fff;
  border: 1px solid #ccc;
  display: block !important;
  width: 100%;
  height: 2.5em;
  padding: .5em;
}
.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}
.mfp-wrap .try-buy-modal__form select {
  border: 1px solid #6e757b !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
          box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 3px !important;
  display: block;
  height: 2.8em;
  padding: 12px !important;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  color: #777779 !important;
}
.mfp-wrap .hmb {
  margin-bottom: .5em;
}
.mfp-wrap .hmt {
  margin-top: .5em;
}
.mfp-wrap .btn-large {
  font-size: 1.25em;
  padding: .5em 1em;
}
.mfp-wrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mfp-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
button,
.mfp-wrap input[type="button"],
input[type="reset"],
.mfp-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.mfp-wrap .btn,
.mfp-wrapbutton,
.mfp-wrap.mfp-wrap .form-submit,
.mfp-wrapinput[type=submit] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: .5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}
.btn-primary,
.form-submit,
.mfp-wrap input[type=submit] {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
  
}
.mfp-wrap .wrap-btn a.btn-primary{
    background-color: #00a5b5;
}
.mfp-wrap .wrap-btn a.btn-primary:hover{
    text-decoration: none;
    opacity: 0.9;
}
.try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
.mfp-wrap input[type="button"].btn-block {
  width: 100%;
}
.mfp-wrap input[type="submit"] {
  background-color: #f87b1e;
  width: 100%;
}
.mfp-wrap input[type="submit"]:hover,
.mfp-wrap input[type="submit"]:focus {
  background-color: #d16617;
}
.mfp-wrap small {
  font-size: .75em;
}
.mfp-wrap a {
  background: transparent;
  color: #0079dd;
  font-weight: 500;
  text-decoration: none;
}
.mfp-wrap a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.mfp-wrap a:active,
a:hover {
  outline: 0;
}
.mfp-wrap .hidden {
  display: none;
}
.mfp-wrap .textcenter {
  text-align: center;
}
.mfp-wrap a.btn,
.mfp-wrap .btn>a {
  font-weight: normal;
}

.mfp-wrap [id^=t-eval-] .error-msg,
.mfp-wrap [id^=t-npo-] .error-msg {
  background: #e24301;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
}
.mfp-wrap form {

  max-width: none !important;
  width: 100% !important;
}
.mfp-wrap form fieldset,
.mfp-wrap .form-item {
  margin: 0 0 1em;
}
.mfp-wrap label {
  color: #425363;
}
.mfp-wrap .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.mfp-wrap .try-buy-modal__form label {
  display: none !important;
}
.mfp-wrap form fieldset label,
.mfp-wrap form .form-item label {
  display: block;
  margin: 0 0 .25em;
  font-weight: 600;
}
.mfp-wrap .btn-2017,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  display: inline-block;
  -webkit-transition: background-color .3s ease, border-color .3s ease,color .3s ease;
  -o-transition: background-color .3s ease, border-color .3s ease,color .3s ease;
  transition: background-color .3s ease, border-color .3s ease,color .3s ease;
  margin: 0 0.1em 0.5em 0.1em;
  padding: .5em 1.58em;
  font-size: 1.0625em;
  border-radius: 4px;
}
.mfp-wrap .btn-2017--large,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  padding: .75em 2em;
}
.mfp-wrap .btn-2017--orange {
  border: 2px solid #f87b1e;
  background-color: #f87b1e;
  color: #fff;
}
.mfp-wrap .btn-2017--orange:hover {
  background-color: #d16617;
  border-color: #d16617;
  text-decoration: none;
}
.mfp-wrap .mt {
  margin-top: 1em;
}
.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap .field-collection-container .field-name-field-event-topic,
.mfp-wrap h5,
.mfp-wrap h6 {
  line-height: 1.2;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #425363;
}
.mfp-wrap h2 {
  font-size: 2.5em;
  margin: 0 0 .25em;
  color: #00839b;
}
.nessus-trial-form-modal-secondary{
    background-color: #007bff;
    border-color: #007bff;
}
/* MFP */
.mfp-container>.mfp-content {
  margin-top: 2em;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-bg {
  background: rgba(66,83,99,0.85);
  opacity: 1;
}
.mfp-wrap {
  font-size: 100%;
  line-height: 1.5;
  color: #777779;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2.5em;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-wrap .mfp-close {
  bottom: -50px;
  right: -11px;
  top: auto;
  color: #fff;
}
button.mfp-close:hover {
  background: transparent;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-hide {
  display: none !important;
}
/* Modal */
.mfp-wrap .try-buy-modal {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  border: 4px solid #fff;
  margin: 0 auto;
  border-radius: 6px;
}
.mfp-wrap .try-buy-modal__nav {
  width: 100%;
  border-bottom: 4px solid #005f9b;
}
.mfp-wrap .try-buy-modal__nav a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  background-color: #7a8da1;
  padding: 20px 30px 12px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: 5px 0 0 0;
}
.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}
.mfp-wrap .try-buy-modal__nav a:hover,
.mfp-wrap .try-buy-modal__nav a:focus,
.mfp-wrap .try-buy-modal__nav a.js-active {
  background-color: #005f9b;
}
.mfp-wrap .try-buy-modal__nav::after {
  display: block;
  content: "";
  clear: both;
}
.mfp-wrap .try-buy-modal__nav a span {
  position: absolute;
  top: 26px;
  right: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275);
  -o-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275);
  transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.mfp-wrap .try-buy-modal__nav a.js-active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.mfp-wrap .js-tab-content {
  display: none;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.mfp-wrap .try-buy-modal__content {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}
.mfp-wrap .js-tab-content.js-active {
  display: block;
}
.mfp-wrap .try-buy-modal__content.js-active {
  display: block;
}
.mfp-wrap .try-buy-modal__content h3 {
  color: #575757;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mfp-wrap .try-buy-modal__content .tagline {
  display: block;
  color: #0079dd;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
  color: #77777a;
}
.mfp-wrap .try-buy-modal__form {
  margin-top: 16px;
}
.mfp-wrap .mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.nessus-pro-buy-now-modal .nessus-pro-buy-vat {
    margin-top: 8px;
    margin-bottom: 0;
    display: block;
}

@media (max-width: 900px) {
  .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
  }
}

@media (max-width: 374px) {
  .mfp-wrap .try-buy-modal__nav a {
      padding: 20px 15px 12px;
  }
  .mfp-wrap .try-buy-modal__nav a span {
      right: 15px;
  }
}
/* Nesuus Form style changes start */
.nessus-trial-form-modal-secondary {
--tenable-btn-primary-background-color: #007bff;
--tenable-btn-primary-border-color: #007bff;
--tenable-btn-primary-hover-background-color: #0069d9;
--tenable-btn-primary-hover-border-color: #0062cc;
--tenable-btn-primary-disabled-background-color: #007bff;
--tenable-btn-primary-disabled-border-color: #007bff;
--tenable-link-color: #0079dd;
}
/* Nesuus Form style changes end */
/* Hover */
a.expert-buy-cta:hover,a.pro-buy-cta:hover {
    text-decoration: none !important;
}
.tenable-io-btn:hover ,.nessus-btn:hover{
    background: #006BC4;
}