#navBarFixedTop {
    display: none;
}

body {
    background: #f2f2f2!important;
}



.page-name {
    padding: 50px 0 100px;
    margin-top: 60px;
    color: #fff;
    background: #1c4068 url(../svg/shape.svg);
    background-size: 7%;
}

.compare-points {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(3, 1, 21, 0.19);
    font-size: 15.5px;
    color: #444;
}
.compare-points ul{}
.compare-points ul li {
    padding: 5px 0px;
    list-style-type: circle;
}

.comparison-header {
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
}

.comparison-header span {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
}

.section-caption {
    font-size: 16px;
}

.comparison-container {
    position: relative;
    top: -80px;
}

.feature-not-available {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
}

.comparisons-table {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(3, 1, 21, 0.19);
}

.feature-list-single:first-child .feature-list-single-name .feature-single:after {
    content: none;
}

.sticky-content {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 60px;
    z-index: 1;
}

.comparison-list {
    /* background: #f2f5fc; */
    background: #f8f8f8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}

.comparison-feature {
    display: flex;
    /*    margin-bottom: 5px;
        border: 1px solid #afb7c7;*/
    border-bottom: none;
}

.comparison-feature-name:not(:last-child) {
    /*    min-height: 66px;*/
    align-items: flex-start;
}

.comparison-feature-name {
    position: relative;
    color: #212224;
    /* background: #b9c0cc; */
    width: 33.3333%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*    padding: 16px 10px 0;*/
    padding: 20px 10px;
    font-size: 13px;
}

.comparison-feature-name:last-child {
    display: none;
    height: 32px;
    background: #f0f0f0;
}

.comparison-feature-name span {
    padding-left: 5px;
}

.comparison-feature-name:after {
    position: absolute;
    content: '';
    /*    border-right: 1px solid #b0b7c3;*/
    right: 0;
    height: 100%;
    top: 0;
}

.comparison-feature .comparison-feature-name:last-child:after {
    content: none;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.10);
}

.comparison-feature-list {
    width: 100%;
    display: inline-block;
    /*    background: #e4e7ec;*/
    background: #fff;
    white-space: nowrap;
    overflow: auto;
}

.comparison-feature-list::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 3px;
    width: 2px;
}

.comparison-feature-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.comparison-feature-list ul {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    list-style: none;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.comparison-feature-list ul li {
    display: inline-block;
}

.comparison-feature-list ul li a {
    /* padding: 0 2px; */
    margin: 0 14px;
    position: relative;
    color: #1c4068;
    font-size: 13.7px;
    font-family: "Poppins-Medium", arial;
}

.comparison-feature-list ul li:first-child a {
    margin-left: 0
}

.comparison-feature-list ul li a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -15px;
    top: 0;
    background: #f2f2f2;
}

.comparison-feature-list ul li:last-child a:after {
    content: none;
}

.comparison-feature-list ul li a.active {
    color: #102a44;
    font-family: "Poppins-Medium", arial;
}
.comparison-feature-list ul li a.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #f06b7e;
    bottom: -12px;
    left: 0;
}

.feature-list-single-name.scroll-active {
    color: #f06b7e;
}

.comparison-pricing {
    position: absolute;
    bottom: -34px;
    width: 100%;
    padding: 5px 10px;
    display: inline-block;
    background: #f0f0f0;
}
.logos-section {
    display: flex;
}

.logos {
    position: relative;
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logos span {
    /*padding-left: 5px;*/
}

.logos:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    /*    background: #b6b8be;*/
}

.comparison-pricing .logos:last-child:after {
    content: none;
}

.messenger-logo {
    color: #122c46;
}

.slack-logo {
    color: #e01e5b;
}

.messenger-logo span, .slack-logo span {
    min-width: 65px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #e8e4e4;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    background: #666;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px;
}
.messenger-logo span img, .slack-logo span img {
    width: 18px;
}

.feature-list-single .bg-light:nth-child(2n+1) {
    background: #f8f8f8;
}

.feature-list-single .bg-light:nth-child(2n) {
    background: #fbfbfb;
}

.feature-list-single {
    margin-bottom: 20px;
}

.comparisons-table .feature-list-single:last-child {
    border-bottom: none;
}

.feature-list-single-name {
    display: flex;
    font-size: 14px;
    color: #0c2742;
}

.feature-list-single-name .feature-single {
    display: inline-block;
    padding: 0px 0 0px 15px;
}

.feature-list-single-name .feature-single:last-child {
    /*    background: #f0f0f0;*/
}

.feature-list-single-name .feature-single:first-child span {
    font-family: inherit;
    background: #5583c0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 8px 10px;
    margin-left: -15px;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 160px;
    display: inline-block;
}

.feature-single-list {
    display: flex;
}

.feature-single-list .feature-single:first-child {
    padding-left: 30px;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
}

.feature-single:first-child:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    /*    background: #dce3eb;*/
    left: 0;
    top: 0;
}

.storage-feature.feature-single-list .feature-single:first-child {
    justify-content: start;
    margin-top: 10px;
}

.feature-single-list .feature-single:nth-of-type(2), .feature-single-list .feature-single:nth-of-type(3) {
    flex-direction: column;
}

.feature-description {
    font-size: 10px;
}

.first-feature-list .feature-single {
    width: 100%;
}

.feature-single {
    position: relative;
    /*    padding: 8px 0;
        width: 25%;*/
    padding: 10px 0;
    width: 33.33%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins-Regular", arial;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 12.5px;
}
.feature-single span {
    font-size: 10px;
    color: #555;
}

.feature-single:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    /*    background: #dce3eb;*/
    right: 0;
    top: 0;
}

.feature-list-single .bg-light:nth-child(2n) .pricing-column {
    /*    background: #f6f6f6;*/
    background: transparent;
    display: none;
}

.feature-list-single .bg-light:nth-child(2n+1) .pricing-column {
    /*    background: #f0f0f0;*/
    background: transparent;
    display: none;
}

.feature-single img {
    text-align: center;
}

.pricing-list-single {
    width: 50%;
    display: inline-block;
    text-align: center;
    display: none;
}

.pricing-list {
    display: flex;
    width: 100%;
}

.storage-feature .pricing-list {
    flex-direction: column;
    width: 100%;
}

.storage-feature .storage-capacity {
    margin: 5px 0;
}

.storage-feature .storage-pricing {
    display: flex;
    width: 100%;
    margin: 5px 0;
}

#delivery-models .pricing-column span {
    display: block;
    line-height: 1.4;
}

@media only screen and (min-width: 1199px) {
    .section-caption {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1127px) {
    .sticky-content {
        top: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .comparison-feature-list ul {
        text-transform: capitalize;
    }

    .comparison-feature-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .scrolled #fh5co-menu {
        margin-top: 60px;
    }

    .sticky-content {
        top: 130px;
    }

    .page-name {
        padding: 150px 0 100px;
        margin-top: 0;
        background-size: auto;
    }

    .comparison-feature-list, .comparison-pricing {
        overflow: auto;
    }

    .comparison-feature-name:last-child {
        height: 47px;
    }

    .comparison-feature-name:not(:last-child) {
        /*        min-height: 76px;*/
    }

    .feature-list-single {
    }

    .comparison-pricing {
        bottom: -28px;
    }

    .comparison-feature-name {
        font-size: 12px;
        /*        padding-bottom: 0;*/
    }

    .logos-section .logos:first-child {
        /*margin-left: 0;*/
    }

    .logos:after {
        right: -10px;
    }

    .logos {
        width: 100%;
        margin: 0 10px;
    }

    .feature-list-single-name .feature-single {
        font-size: 12px;
        display: block;
        width: 100%;
    }

    .feature-single-list .feature-single:first-child {
        padding: 8px;
        word-break: break-word;
        width: 30%;
    }

    .feature-single-list .feature-single:nth-of-type(2), .feature-single-list .feature-single:nth-of-type(3) {
        text-align: center;
        line-height: 1.4;
    }

    .storage-feature .storage-capacity-slack {
        margin: 10px 0;
    }

    .feature-single {
        font-size: 10px;
    }

    .pricing-list {
        display: flex;
        white-space: nowrap;
        overflow: auto;
    }

    .settings-price-list .pricing-list-single {
        padding: 0 5px;
    }

    .comparison-header {
        font-size: 20px;
    }

    .pricing-column {
        width: 50%;
    }

    .pricing-heading-column {
        width: 56%;
    }

    .logos span {
        padding: 0;
    }

    .comparison-name {
        width: 30%;
    }

    .section-caption {
        font-size: 14px;
        line-height: 1.4;
    }

    .messenger-logo span, .slack-logo span {
        height: auto;
        min-width: auto;
        border: none;
        border-radius: 0;
    }

    .comparison-feature-list ul {
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) and (orientation: landscape) {
    .pricing-heading-column, .pricing-column {
        width: 50%;
    }

    .comparison-pricing {
        width: 49%;
    }

    .logos span {
        padding: 0
    }

    .settings-price-list .pricing-list-single {
        width: 50%;
    }
}