.banner {
    background: url('/assets/images/backgrounds/data-loss-prevention-software-banner.jpg') no-repeat center;
    background-size: cover;
}

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

.banner .banner-panel {
    padding-top: 105px;
    padding-bottom: 90px;
}

.banner .f-40 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #091871;
    margin-bottom: 70px;
}

.banner .hook1 {
    display: inline-block;
    margin: auto;
    line-height: 36px;
}

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

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

.banner .jump a {
    margin: auto 10px;
}

.overview {
    background-color: #eee;
}

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

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

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

.overview p {
    font-size: 1.4rem;
    color: #595959;
    margin-bottom: 30px;
    line-height: 22px;
}

#one, #five {
    max-width: 1035px;
    margin: auto;
}

#two, #three, #four {
    max-width: 700px;
    margin: auto;
}

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

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

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

.content p {
    font-size: 16px;
    text-align: left;
    max-width: 940px;
    line-height: 24px;
    color: #595959;
    margin-top: 40px;
}

.content .hook {
    margin: 10px auto 0 auto;
}

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

.toggle-btn li {
    width: 19.2%;
}

.edition {
    background: url("/assets/images/backgrounds/data-loss-prevention-software-bg.jpg") no-repeat center;
    background-size: cover;
}

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

.edition p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.edition .jump {
    margin-top: 40px;
}

.edition .jump a {
    margin: auto 10px;
    min-width: 260px;
}

.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 .book2 {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

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

}

.carousel {
    background: url('/assets/images/backgrounds/automated-backup-software-user.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) {
    .toggle-btn li {
        margin-right: 0;
        width: 100%;
    }

    .overview h2 img {
        display: none;
    }

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

    .more .box {
        padding: 60px 15px;
    }

    .edition .jump a {
        margin-bottom: 10px;
    }
}