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

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

.banner h1 {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    color: #ffffff;
}

.banner ul {
    max-width: 600px;
    margin: auto;
}

.banner ul li {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}

.banner .icon-left.hook7 li::before {
    top: 7px;
}

.jump {
    margin-top: 80px;
}

.jump a {
    margin: 10px;
    padding: 11px 50px;
    font-size: 2.0rem;
    height: auto;
    line-height: 1;
}

.overview {
    background: #eee;
}

.overview h2 {
    background-color: #091871;
    color: #fff;
    padding: 80px 35px;
    position: relative;
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.overview h2 img {
    margin-right: 45px;
    margin-top: -15px;
    position: absolute;
    left: 35px;
    top: 0;
}

.overview h2 span {
    display: block;
    padding-left: 260px;
}

.overview h2 span:last-child {
    margin-top: 11px;
}

.overview p {
    padding: 0 35px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #595959;
}

.overview p:nth-of-type(1) {
    margin-bottom: 20px;
}

.software .container {
    padding-top: 80px;
}

.software h2 {
    margin-bottom: 80px;
}

.content {
    background: #eee;
    padding-top: 60px;
    padding-bottom: 80px;
}

.content .hook {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.content .hook li {
    font-size: 16px;
    margin-top: 10px;
    color: #595959;
}

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

.automatic.cnt {
    padding-bottom: 30px;
}

.cnt h2 {
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.easily .f-bradhitc {
    font-size: 36px;
    line-height: 50px;
    color: #091871;
    max-width: 310px;
    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 h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.intro-txt h5.mt {
    margin-top: 35px;
}

.intro-txt p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.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;
}

.carousel {
    background: url('/assets/images/backgrounds/automated-backup-software-feature.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 0;
}

.carousel h2 {
    margin-bottom: 50px;
}

.carousel .container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.carousel .slick-next, .carousel .slick-prev {
    display: none !important;
}

.carousel h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.carousel .cnt {
    margin-top: 30px;
    margin-bottom: 65px;
    padding: 0;
    font-size: 14px;
    color: #2e2e2e;
}

.carousel .swiper-box {
    position: relative;
}

.carousel .swiper-box:after {
    content: '';
}

.carousel .slick-dots li.slick-active button {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #cecece,
            #cecece);
}

.carousel .slick-dots li button {
    height: 8px;
    width: 8px;
}

.am-reviews .slick-dots li button {

}

.am-reviews .slick-dots li.slick-active button {

}

.am-reviews .slick-dots li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.am-reviews .swiper-box .slick-list {
    position: relative;
}

.am-reviews .swiper-box .slick-list:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.am-reviews .slick-list:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    bottom: 45px;
    right: 0;
}

@media (max-width: 991px) {

    .easily .f-bradhitc, .intro {
        max-width: 100%;
    }

    .easily .slick-dots {
        margin-left: auto;
    }

    .easily .slick-dots {
        margin-left: auto;
    }

    .overview h2 img {
        display: none;
    }

    .overview h2 span {
        padding: 0;
        text-align: center;
    }
}
