﻿
 .pdn-mrg-mtd, 
 .pdn-mtd {
        padding: 0 !important
    }
.pdn-mrg-mtd {
    margin: 0 !important
    }
.content-main-hdr {
    width: 200px;
    color: #000
}
.content-main-hdr,
.content-main-hdr-youtube {
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 30px 0 24px !important;
    position: relative;
    margin: 0 auto;
    position: relative !important;
    text-align: center
}
.content-main-hdr-youtube {
    width: 400px;
    color: #fff
}
.content-main-hdr-wt {
    width: 330px;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000;
    padding: 30px 0 24px !important;
    margin: 0 auto;
    position: relative;
    text-align: center
}
.hj-way-container {
    width: 100%;
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
    background: #f9f9f9 !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important
}
.hj-way-wrapper {
    width: 100%;
    background: #f5fafd !important
}
.hj-way-header {
    background: #699ede
}
.hj-way-header,
.other-way-header {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #fff
}
.other-way-header {
    background: #818181
}
.other-way-wrapper {
    width: 100%;
    background: #f3f3f3 !important
}
.hj-sub-blk,
.other-sub-blk {
    width: 100%;
    padding: 15px 10px 10px 20px;
    color: #000;
    margin-bottom: 10px
}

.other-sub-blk {
    background: #f3f3f3 !important;
    font-size: 14px
}

.pdn-mrg-mtd,
.pdn-mtd {
    padding: 0 !important
}

.pdn-mrg-mtd {
    margin: 0 !important
}

.hj-way-blk {
    width: 65px;
    height: 65px
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
    position: relative;
    z-index: 2;
}

.featured .icon-box {
    padding: 40px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

    .featured .icon-box i {
        color: #e96b56;
        font-size: 42px;
        margin-bottom: 15px;
        display: block;
    }

    .featured .icon-box h3 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 20px;
    }

        .featured .icon-box h3 a {
            color: #545454;
            transition: 0.3s;
        }

    .featured .icon-box p {
        color: #545454;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .featured .icon-box:hover {
        background: #e96b56;
    }

        .featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
            color: #fff;
        }
