.body_wrapper {
    width: 75%;
    height: auto;
    margin: 15px auto;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    box-shadow: 0 0 10px #dedede;
    border-radius: 10px;
    background: #efefef69
}
img{
max-width: 100%;
height: auto;
display: block;
}
.header {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 5px
}

.navigation {
    padding: 15px 0;
    background: #3097e1;
    width: 100%;
    margin-top: -5px
}

.navigation ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    text-align: center
}

.navigation ul li {
    display: inline-block
}

.navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase
}

.promotion {
    width: 100%;
    padding: 15px 0;
    background: #0175C5
}

.promotion:after {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 50;
    bottom: -7px;
    left: 0
}

.promotion ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.promotion ul li {
    width: 25%;
    display: block;
    float: left;
    padding-top: 30px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center
}

.promotion ul li:nth-child(1) {
    background: url(https://cldup.com/kWsa6daqiM-3000x3000.png) no-repeat center top
}

.promotion ul li:nth-child(2) {
    background: url(https://cldup.com/AR7uzQ9YRo-3000x3000.png) no-repeat center top
}

.promotion ul li:nth-child(3) {
    background: url(https://cldup.com/OBLEQaYczg-3000x3000.png) no-repeat center top
}

.promotion ul li:nth-child(4) {
    background: url(https://cldup.com/eltCFpWBjQ-3000x3000.png) no-repeat center top
}

.main {
    margin: 70px 0 50px;
    padding: 0
}

.image_holder {
    width: 100%;
    max-width: 500px;
    border: 1px solid #441549;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px
}

.image_holder img {
    max-width: 100%
}

.title {
    padding: 0;
    margin-bottom: 30px
}

.title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px
}

.title h1 {
    font-size: 30px;
    line-height: 30px;
    color: #4a4a4a;
    font-weight: 700;
    width: 95%;
    margin: 0 auto;
    text-align: center
}

.title h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333
}

.features {
    padding: 0
}

.features h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600
}

.features ul {
    padding-left: 60px;
    margin-bottom: 20px;
    list-style-image: url(check-sign.png)
}

.features ul li {
    font-size: 15px;
    line-height: 30px;
    color: #313131
}

.tab_area {
    padding: 0;
    width: 85%;
    margin: 0 auto
}

.tab_area input {
    display: none
}

.tab_control {
    padding: 0;
    text-align: center
}

.tab_control label {
    margin: -2px;
    padding: 17px 28px;
    background: #010086;
    border-right-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center
}

.tab_control label:last-child {
    border-right-width: 1px
}

.tab_control label i {
    display: none
}

.tab_content {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #cacaca;
    color: #000;
    min-height: 300px;
    margin-bottom: 50px;
    border-radius: 8px
}

.tab_text {
    display: none;
    font-size: 14px;
    line-height: 25px
}

.tab_text b {
    display: block;
    margin: 10px 0
}

#tab_1:checked~.tab_control>label:nth-child(1),
#tab_2:checked~.tab_control>label:nth-child(2),
#tab_3:checked~.tab_control>label:nth-child(3),
#tab_4:checked~.tab_control>label:nth-child(4),
#tab_5:checked~.tab_control>label:nth-child(5),
#tab_6:checked~.tab_control>label:nth-child(6) {
    background: #01006d;
    color: #fff;
    transition: all 0.2s
}

#tab_1:checked~.tab_control>label:nth-child(1) {
    border-left-color: #383333
}

#tab_6:checked~.tab_control>label:nth-child(6) {
    border-right-color: #383333
}

#tab_1:checked~.tab_content>div:nth-child(1),
#tab_2:checked~.tab_content>div:nth-child(2),
#tab_3:checked~.tab_content>div:nth-child(3),
#tab_4:checked~.tab_content>div:nth-child(4),
#tab_5:checked~.tab_content>div:nth-child(5),
#tab_6:checked~.tab_content>div:nth-child(6) {
    display: block
}

.footer {
    padding: 50px 0;
    background: #0175c5
}

.footer:before {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 50;
    top: -7px;
    left: 0;
    transform: rotateZ(180deg)
}

.footer_copy {
    padding: 5px 15px;
    text-align: left;
    color: #fff;
    font-size: 13px
}

.footer_links {
    padding: 5px 15px;
    text-align: right;
    color: #fff;
    font-size: 13px
}

.footer_links a {
    color: #fff;
    text-decoration: none
}

.footer_links a:hover {
    text-decoration: underline
}

.description {
    padding: 0 30px
}

.clear {
    clear: both
}

.gallery {
    border-left: 1px solid #ddd;
    padding: 5px 25px
}

.desc-bot {
    width: 80%;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: justify
}

@media screen and (max-width:991px) {
    .promotion {
        width: 100%
    }
    .navigation {
        width: 100%
    }
    .navigation ul li:nth-child(2),
    .navigation ul li:nth-child(5) {
        display: none
    }
    .gallery {
        margin-bottom: 30px
    }
    .tab_control label {
        padding: 15px;
        width: 120px
    }
}

@media screen and (max-width:767px) {
    .navigation {
        display: none
    }
    .promotion {
        padding: 0
    }
    .main {
        margin: 50px 0
    }
    .promotion ul {
        display: none
    }
    .tab_control label {
        padding: 0;
        width: 60px
    }
    .tab_control label i {
        display: block;
        line-height: 50px;
        font-size: 16px
    }
    .tab_control label span {
        display: none
    }
    .footer_copy,
    .footer_links {
        text-align: center
    }
}

@media screen and (max-width:399px) {
    #menu_holder {
        display: none
    }
    .main {
        margin: 50px 0
    }
    .tab_control label {
        width: 45px;
        height: 40px
    }
    .tab_control label i {
        line-height: 40px
    }
    .tab_content {
        padding: 20px 10px
    }
}
