.bg-f2f6ff {
    background-color : #f2f6ff;
}
.install-block .container {
    margin  : 0 auto;
    padding : 70px 0;
    width   : 940px;
}
.container h1 {
    margin      : 0;
    font-size   : 36px;
    color       : #465d90;
    text-align  : center;
    font-weight : 700;
}
.container p {
    margin      : 12px 0 0 0;
    line-height : 1.4;
    font-size   : 25px;
    font-weight : 600;
    color       : #0c1017;
    text-align  : center;
}
.container .install-features {
    margin            : 23px auto 0;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : start;
    -ms-flex-align    : start;
    align-items       : start;
}
.container .install-features .step {
    margin     : 20px auto 0;
    width      : 320px;
    text-align : center;
}
.container .install-features .step_3 p {
    width : 300px;
}
.container .install-features p {
    font-size   : 20px;
    color       : #2c2c2c;
    margin      : 13px auto 0;
    line-height : 1.3;
    width       : 260px;
}
.container .install-features h1 {
    font-size  : 24px;
    text-align : center;
}
.container .install-features h1 span {
    position         : relative;
    top              : -3px;
    border-radius    : 50%;
    display          : inline-block;
    margin-right     : 15px;
    width            : 32px;
    height           : 32px;
    line-height      : 32px;
    font-weight      : 700;
    font-size        : 20px;
    color            : #ffffff;
    text-align       : center;
    background-color : #465d90;
}
.container .install-features .if-img {
    margin : 11px 0;
    width  : 320px;
    height : 242px;
    cursor : pointer;
}
/*------------Start Button--------------*/
.page .lnk {
    color           : #465d90;
    font-weight     : 700;
    text-decoration : underline;
}
.page .lnk:hover {
    text-decoration : none;
}
.page .btn-wrapper {
    margin     : 52px 0 0 0;
    text-align : center;
}
.page .btn {
    display          : inline-block;
    padding          : 17px 15px;
    min-width        : 270px;
    line-height      : 1.2;
    font-weight      : 700;
    color            : #449438;
    font-size        : 20px;
    text-align       : center;
    text-decoration  : none;
    text-transform   : uppercase;
    border           : 1px solid #158404;
    border-radius    : 30px;
    background-color : #f7f7f7;
}
.page .btn.btn--green {
    background : #00b050;
    color      : #ffffff;
    border     : 1px solid #00b050;
}
.page .btn:hover {
    background : #94de8c;
    border     : 1px solid #94de8c;
}
.page .btn.btn--green:hover {
    border     : 1px solid #00CC5B;
    background : #00CC5B;
}
@supports (transition: initial) {
    .page .btn:hover {
        -webkit-transition : all ease-out 300ms;
        -o-transition      : all ease-out 300ms;
        transition         : all ease-out 300ms;
    }
}
/*------------End Button--------------*/
.container .reasons {
    margin : 40px 0 0 0;
}
.container .reasons .reason {
    float        : left;
    margin-right : 30px;
    width        : 164px;
}
.container .reasons .reason .reason-txt {
    margin-top  : 20px;
    font-size   : 22px;
    font-weight : 600;
    color       : #0b1018;
    text-align  : center;
    word-break  : break-word;
}
.container .reasons .reason-img {
    margin     : 0 auto;
    width      : 105px;
    height     : 84px;
    background : url('/images/du/install/install-du-sprite.png') 0 0 no-repeat transparent;
}
.container .reasons .reason5 {
    margin-right : 0;
}
.container .reasons .reason1 .reason-img {
    width               : 80px;
    background-position : 0 -303px;
}
.container .reasons .reason2 .reason-img {
    width               : 81px;
    background-position : -119px -303px;
}
.container .reasons .reason3 .reason-img {
    width               : 86px;
    background-position : -240px -303px;
}
.container .reasons .reason4 .reason-img {
    width               : 79px;
    background-position : -367px -303px;
}
.container .reasons .reason5 .reason-img {
    background-position : -488px -303px;
}
.container .trouble .trouble-tbl {
    display : table;
    margin  : 40px auto 0 auto;
}
.container .trouble .trouble-tbl .trouble-btn-faq,
.container .trouble .trouble-tbl .trouble-btn-email {
    border-radius    : 30px;
    border           : 2px solid #3e5e94;
    display          : table-cell;
    vertical-align   : middle;
    padding          : 0 10px;
    width            : 255px;
    height           : 56px;
    line-height      : 1.2;
    font-weight      : 700;
    font-size        : 20px;
    color            : #3e5e94;
    text-align       : center;
    background-color : #f2f6ff;
}
.container .trouble .trouble-tbl .trouble-btn-email {
    margin-left : 10px;
}
.container .trouble .trouble-tbl .trouble-btn-faq:hover,
.container .trouble .trouble-tbl .trouble-btn-email:hover {
    border-color     : #f2f6ff;
    color            : #f2f6ff;
    background-color : #3e5e94;
    text-decoration  : none;
}
/*Fancy video*/
.fancy-video {
    margin-top : 20px;
    text-align : center;
}
.fancy-video a {
    font-weight     : 600;
    font-size       : 30px;
    color           : #465d90;
    text-decoration : underline;
}
.fancy-video a:hover {
    text-decoration : none;
}
/*Fancy video*/
@media screen and (max-width : 940px) {
    .install-block .container {
        width : auto;
    }
    .install-block .container .reason-wrapper:after {
        display     : table;
        content     : ' ';
        clear       : both;
        padding-top : 20px;
    }
}
@media screen and (max-width : 860px) {
    .container .install-features {
        width : auto;
    }
    .container .install-features .if-right,
    .container .install-features .if-left {
        float  : none;
        margin : 0 auto;
    }
    .container .install-features .if-right {
        margin-top : 40px;
    }
}
