html {
	scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}

.products-single-btn-div {
    margin-left: -10px;
}

.btn-single-page {
    border-radius: 15px;
    margin: 15px 10px 0 10px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
}

.btn-single-page.btn-buy {
    background-color: #2ba45f;
    color: #fff;
}

.btn-single-page.btn-freetrial {
    background-color: #807387;
    color: #fff;
}

/* Features Section */
.section-product-feature {
    background-color: #3b79f0;
}

.product-main-features {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
    color: #fff;
}

.product-main-features .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
}

.product-main-features h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.product-main-features p {
    font-size: 18px;
}

/* download section */
.section-product-download {
    color: #fff;
}

.section-product-download .title-tag {
    margin-bottom: 30px;
}

.section-product-download .pro-name {
    font-weight: 700;
    margin-bottom: 30px;
}

.section-product-download .tag-line {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.section-scroll-link {
    position: relative;
    display: block;
    top: -60px;
    visibility: hidden;
}
.features_link{
    position: relative;
    display: block;
    top: -140px;
    visibility: hidden;
}