.banner {
    background: url("/assets/images/backgrounds/hdd-clone-software-banner.jpg") no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 100px;
    padding-bottom: 140px;
}

.banner .banner-panel {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.9);
}

.banner h1 {
    font-size: 7.2rem;
    margin-bottom: 60px;
}

.banner .f-48 {
    font-family: 'helvetica Blk', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4.8rem;
    color: #2f2f2f;
    position: relative;
    max-width: 755px;
    text-align: left;
    padding-bottom: 60px;
    margin: auto;
}

.banner .f-48:before {
    display: inline-block;
    content: '';
    width: 120px;
    vertical-align: middle;
    height: 6px;
    margin-right: 20px;
    background-color: #091871;
}

.banner .f-20 {
    text-align: left;
    max-width: 582px;
    margin: auto;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #131313;
}

.banner .jump {
    margin-top: 65px;
}

.banner .jump a {
    margin: auto 10px;
    min-width: 390px;
    color: #fff;
    height: 45px;
}

.clone .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.clone h2 {
    margin-bottom: 40px;
    font-size: 3.6rem;
}

.clone p {
    font-size: 14px;
    line-height: 26px;
    color: #595959;
    margin-top: 20px;
}

.easily {
    background: url('/assets/images/backgrounds/automated-backup-software-user.jpg') no-repeat center;
    background-size: cover;
}

.easily .container {
    padding-top: 96px;
    padding-bottom: 96px;
}

.easily .f-bradhitc {
    font-size: 36px;
    line-height: 50px;
    color: #091871;
    max-width: 360px;
    margin-bottom: 0;
}

.easily hr {
    width: 70px;
    height: 6px;
    background-color: #091871;
    margin: 35px auto 45px 0;
}

.intro {
    max-width: 400px;
}

.intro .show {
    display: block;
}

.intro-txt {
    display: none;
}

.intro-txt p {
    font-size: 14px;
    line-height: 30px;
}

.easily .slick-dots {
    margin-left: -280px;
}

.am-features .slick-dots li.slick-active button {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 2.0rem;
    color: #091871;
    text-decoration: underline;
    background-color: transparent;
}

.am-features .slick-dots li button {
    width: 12px;
    text-align: center;
    height: auto;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    background-color: transparent;
}

.more .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.more .box {
    background-color: #091871;
    padding: 60px;
}

.box h2 {
    font-size: 34px;
    color: #fff;
}

.box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #ffffff;
}

.box .book {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.box .icon-left[class*='book'] li::before {
    top: 7px;

}

.more-text {
    max-width: 660px;
    margin: auto;
}

@media (max-width: 991px) {
    .banner .jump a {
        min-width: 450px;
        margin-bottom: 5px;
    }

    .clone .col-md-4 {
        text-align: center;
    }
}

@media (max-width: 555px) {
    .banner .jump a {
        min-width: auto;
        margin-bottom: 5px;
        width: auto;
        display: block;
        white-space: initial;
        height: auto;
        text-align: center;
    }
    .banner .f-48:before{
        display: none;
    }
    .banner{
        zoom: 0.8;
    }


}
