.feature-card-container {
    display: block;
    margin-top: 75px;
    margin-bottom: 40px;
}
.features-card-body {
    background-color: #ffffff;
    padding: 40px 40px 30px;
}
.features-card-item {
    border-radius: 10px;
}
.features-card-item.has-top-badge .features-card-body{
    border-radius: 0 0 10px 10px;
}
.features-card-item .features-card-body {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.27);
}
.features-card-item .title-content {
    font-family: "Montserrat Black", Helvetica, "Arial Black", Verdana, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    color: #101010;
}
.features-card-item .text-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    margin-top: 7px;
}
.price-module {
    margin-top: 30px;
}
.price-module__price {
    font-family: "Montserrat Black", Helvetica, "Arial Black", Verdana, sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 0.86;
    color: #101010;
}
.price-module__price .price-description {
    font-family: Helvetica,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
}
.price-module__description {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    color: #a6a6a6;
    margin-top: 5px;
}
.card-list-features {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 28px;
    min-height: 85px;
}
.card-list-features > li {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    line-height: 1.33;
    color: #101010;
}
.card-list-features > li.disable {
    color: #c4c4c4;
}
.card-list-features .icon-check-true,
.card-list-features .icon-check-false {
    margin-right: 15px;
}
.card-list-features .icon-pricing-arrow,
.card-list-features .icon-pricing-arrow-gray {
    margin-right: 8px;
    margin-left: 4px;
}
.top-text.top-text--badge {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.43;
    text-align: center;
    color: #ffffff;
    background-color: #101010;
    font-family: "Montserrat Bold", Helvetica, "Arial Bold", Verdana, sans-serif;
	font-weight: 700;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.27);
    padding: 7px 0;
}
.features-card-item .btn-group .button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.features-card-item .button .btn {
    display: block;
}
.features-card-item .snip-text {
    margin-top: 27px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    text-align: center;
    color: #a6a6a6;
}
.splash-product.section-features--two-cards .features-card-item {
    margin-bottom: 30px;
}
.splash-product.section-features--two-cards .features-card-body {
    border-radius: 8px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.27);
    background-color: #ffffff;
    padding: 30px;
}
.splash-product.section-features--two-cards .features-card-item:last-child {
    margin-bottom: 0;
}
.features-card-item.card-mode .title-content {
    font-size: 26px;
    line-height: 1.15;
    color: #101010;
}
.features-card-item.card-mode .text-content {
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #484a4d;
}
.features-card-item .learn-more-link {
    display: inline-block;
    margin-top: 8px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.63;
    color: #0379ff;
    white-space: nowrap;
}
.features-card-item .learn-more-link .m-icon {
    margin-left: 5px;
}
.features-card-item .badge.label-badge {
    font-family: "Montserrat Black", Helvetica, "Arial Black", Verdana, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.98px;
    color: #069f3f;
    border-radius: 5px;
    border: 2px solid rgba(6,159,63, .4);
    padding: 0 8px;
    float: right;
}
.features-card-item.without-top-badge .features-card-body {
    margin-top: 34px;
    border-radius: 10px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.27);
}
.features-card-item .title-link,
.features-card-item .title-link:visited {
  display: inline-block;
  color: #101010;
}

.title-link:hover,
.title-link:focus,
.title-link:active {
  text-decoration: none;
}

.title-link:hover .title-content,
.title-link:focus .title-content,
.title-link:active .title-content {
  text-decoration: none;
  color: #0379ff;
}
.title-arrow svg {
    stroke: #000;
    fill: #fff;
    transition: margin-left .4s ease;
    margin-left: 4px;
}
  
.title-link:hover,
.title-link:focus,
.title-link:active {
    text-decoration: none;
}
  
.title-link:hover .title-arrow svg,
.title-link:focus .title-arrow svg,
.title-link:active .title-arrow svg {
    stroke: #0379ff;
    fill: #fff;
    margin-left: 12px;
}
  
.section-product-2 .features-card-item:not(:last-child) {
    margin-bottom: 30px;
}

.section-features--aboutus-contactblock{
    padding-top: 20px;
    padding-bottom: 30px;
}
.section-features--aboutus-contactblock .features-card-item.without-top-badge .features-card-body{
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.section-features--aboutus-contactblock .features-card-body .title-content{
    font-size: 42px;
    line-height: 50px;
    font-family: "Montserrat ExtraBold", Helvetica, "Arial Black", Verdana, sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
    color: #101010;
}
.section-features--aboutus-contactblock .features-card-body .text-content{
    font-size: 20px;
    line-height: 28px;
    color: #303030;
    margin-bottom: 40px;
    margin-top: 0;
}
.section-features--aboutus-contactblock .features-card-body .button .btn{
    font-family: "Montserrat Bold", Helvetica, "Arial Black", Verdana, sans-serif ;
    max-width: 215px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 15px;
}
.section-features--aboutus-contactblock .features-card-body .btn-group{
    justify-content: flex-start;
    align-items: flex-start;
}

.section-features.of-2-cols.section-features--aboutus-contactblock .items .item{
    margin-bottom: 0;
}
.section-features.of-2-cols.section-features--aboutus-contactblock .items .item.item-text{
    margin-top: 65px;
}

/* section-features--customers */
.section-features.section-features--customers{
    padding-bottom: 100px;
}
.section-features.section-features--customers .items{
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
}
.section-features--customers .title-main{
    color: #000;
}
.section-features--customers .text-main{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-top: 8px;
}
.section-features--customers .features-card-item.without-top-badge .features-card-body{
    padding: 0;
    margin-top: 0;
    box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding-bottom: 30px;
    height: 100%;
}
.section-features--customers .features-card-logo{
    padding: 0 20px;
}
.section-features--customers .features-card-item .text-content{
    font-weight: 550;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin: 0;
    padding: 0 20px;
}
.section-features--customers .author-description{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #C0C0C0;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-features--customers .features-card-item .snip-text{
    font-weight: 550;
    font-size: 20px;
    line-height: 28px;
    color: #006DFC;
    text-align: left;
    margin: 0;
    padding: 0 20px;
}

/* .splash-product.splash-product--feature-2 */
.splash-product.splash-product--feature-2 .features-card-body {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.splash-product--feature-2 .features-card-item .text-content {
    margin-top: 0;
}
.splash-product--feature-2 .features-card-item .text-content h3 {
    margin-bottom: 16px;
    color: #101010;
    font-size: 26px;
    font-weight: 800!important;
    line-height: 30px;
}
.splash-product.splash-product--feature-2 .features-card-item:first-child .features-card-body {
    margin-top: 0;
}
.splash-product.splash-product--feature-2 .features-card-item {
    display: flex;
    margin-bottom: 60px;
    grid-gap: 16px;
}
.splash-product.splash-product--feature-2 .features-card-icon {
    min-width: 34px;
    width: 34px;
}
/* flexihub */
.section-features--fh .features-card-item.without-top-badge .features-card-body {
    margin-top: 0;
    padding: 0;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.section-features--fh .features-card-item.without-top-badge .features-card-head {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section-features--fh .features-card-item.without-top-badge .features-card-head img {
    margin-top: -1px;
}
.section-features--fh .features-card-item {
    padding: 0 10px 20px;
}
.section-features--fh .features-card-item .title-content {
    margin-bottom: 10px;
    padding: 20px 20px 0;
    color: #30373B;
    font-size: 20px!important;
    font-weight: 700 !important;
    font-family: "Montserrat Bold", Helvetica, Arial, sans-serif !important;
    line-height: 32px!important;
}
.section-features--fh .features-card-item .text-content {
    margin-top: 0;
    padding: 0 20px 30px;
    color: #30373B;
    font-size: 15px;
    font-weight: 400 !important;
    font-family: "Montserrat Regular", Helvetica, Arial, sans-serif !important;
    line-height: 25px;
}

.section-features--hw .features-card-item{
    margin-top: 30px;
}
.section-features--hw .features-card-item .features-card-body{
    border-radius: 14px;
    background: #FFF;
    padding: 28px;
    box-shadow: none;
    border: 0;
    height: 100%;
    margin-top: 0;
    min-height: 274px;
}
.section-features--hw .features-card-head{
    margin-bottom: 20px;
}
.section-features--hw .features-card-item .title-content{
    font-weight: 700;
    font-family: "Montserrat Bold", Helvetica, "Arial Black", Verdana, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #111;
    margin-bottom: 12px;
}
.section-features--hw .features-card-item .text-content{
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #111;
}
@media(max-width: 991px) {
    .section-features.of-2-cols.section-features--aboutus-contactblock .items .item.item-text{
        margin-top: 0;
    }
    .features-card-item.card-mode .title-content:not(.title-arrow) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        order:2;
    }
    .features-card-item .badge.label-badge {
        order:1;
        margin-right: auto;
        margin-bottom: 7px;
    }
    .features-card-item.card-mode .title-content .heading {
        order:2;
    }
    .section-features--aboutus-contactblock .features-card-item.without-top-badge .features-card-body{
        margin-bottom: 40px;
    }

    .section-features--customers .feature-item-image,
    .section-features--customers .features-card-logo img{
        width: 100%;
        height: auto;
    }
    .splash-product.splash-product--feature-2 .features-card-item {
        display: block;
        margin-bottom: 40px;
    }
}
@media(max-width: 768px) {
    .splash-product.splash-product--feature-2 .features-cards {
        margin-top: 40px;
    }
    .section-features--fh .features-card-item.without-top-badge .features-card-head img {
        width: 100%;
    }
    .section-features--fh .features-card-item .text-content {
        padding-bottom: 24px;
    }
}
@media(max-width: 767px) {
     .section-features--customers .features-card-item.without-top-badge .features-card-body{
        margin-bottom: 0;
        height: auto;
    }
    .section-features--customers.section-features .items{
        margin-top: 40px;
    }
    .section-features--customers .title-main{
        font-size: 26px;
		line-height: 36px;
    }
    .section-features--customers .features-card-item:first-child{
        margin-top: 0;
    }
    .section-features--customers .features-card-item{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .section-features--customers .features-card-item:last-child{
        margin-bottom: 0;
    }
    .section-features--customers .features-card-logo img{
        max-width: 254px;
    }
    .feature-card-container {
        margin-top: 0px;
    }
    .features-card-item {
        margin-top: 40px;
    }
    .section-features.of-2-cols.section-features--aboutus-contactblock .items .item{
        margin-top: 0;
    }
   
    
    .section-features--aboutus-contactblock .features-card-body .title-content{
        font-size: 38px !important;
        line-height: 42px !important;
    }
    .section-features--aboutus-contactblock{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .section-features--fh .features-card-item {
        margin-top: 0;
    }

    .splash-product--feature-2 .features-card-item .text-content h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}
@media(max-width: 520px) {
    .section-features--fh .features-card-item {
        width: 100%;
    }
    .section-features--fh .features-card-item {
        padding: 0 10px 16px;
    }
}
@media(max-width: 480px) {
    .features-card-item.has-top-badge .features-card-body,
    .features-card-item .features-card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .splash-product.section-features--two-cards .button {
        text-align: left;
    }
}
