.boxcta {
    display:none;
}

@media screen and (min-width:768px) {

    .tabs {
        float:left;
        margin:0;
        padding:0;
        margin-left:-54px;
        width:54px;
        list-style:none;
        cursor:pointer;
        isplay:table;
    }
    .tabs li {
        display: table;
        float: left;
        padding: 1em;
        padding-right: 0;
        width: 56px;
        height:24px;
        margin:0;
        margin-bottom: 1px;
        background:#333;
    }
    .tab1:before {
        padding-top: 1px;
        padding-right: 0;
        display:table;
        float:left;
        font-size:3em;
        text-align:left;
        color:#fff;
        padding-left: 0.03em;
    }
    .tabs li:hover {
        background:#c00418;
    }
    .tabs li.red1{
        background:#9b9b9b;
    }
    .tab2:before {
        padding-top: 1px;
        padding-right: 0;
        display:table;
        float:left;
        font-size:1.5em;
        color:#fff;
    }
    .help-content.inactive {
        display:none;
    }
    .help-content.inactive.show {
        display:block;
    }
    .help-content2.inactive {
        display:none;
    }
    .help-content2.inactive.show {
        display:block;
    }
    .boxcta {
        position:fixed;
        top:25%;
        width:330px;
        right:-330px;
        z-index:99999;
        display:inherit;
    }
    .boxcta.show {
        width:330px;
        right:0;
        background:#9b9b9b;
        color:#fff;
        padding:0 1em 1em 1em;
    }
    .boxcta.show ul {
        margin-left:-72px;
        width:55px;
    }
    .help-content, .help-content2 {
        padding:0.25em;
    }
    .help-content h3, .help-content2 h3 {
        font-size:1.375em !important;
    }
    .help-content a, .help-content2 a {
        color:#222;
        text-decoration:underline;
    }
    .cross:before {
        font-family: "slick";
        font-size: 30px;
        line-height: 1;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '×';
        float: right;
        margin: 0;
        margin-right: 0px;
        width: 10px;
        height: 10px;
        z-index: 99999;
        cursor: pointer;
    }
    .cross2:before {
        font-family: "slick";
        font-size: 30px;
        line-height: 1;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '×';
        float: right;
        margin: 0;
        margin-right: 0px;
        width: 10px;
        height: 10px;
        z-index: 99999;
        cursor: pointer;
    }

}