.container {
    width: 100vw
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

a {
    font-size: 18px
}

.activenav {
    color: #ed9a22 !important;
}

.active {
    color: #ed9a22 !important;
    font-weight: bold !important
}

a:link {
    color: #fff;
    text-decoration: none
}

.fla {
    display: flex;
    justify-content: space-around;
    align-items: center
}

a:visited {
    color: #fff;
    text-decoration: line-through
}

a:hover {
    color: #fff
}

a:active {
    color: #fff
}

.pt1 {
    padding-top: 1vw !important
}

.pl2 {
    padding-left: 2vw
}

.pt2 {
    padding-top: 2vw
}

.pt4 {
    padding-top: 4vw
}

.bgf19 {
    background-color: #f19725
}

.posifs {
    position: relative
}

.keepOnrecord {
    cursor: pointer
}


@media screen and (min-width:800px) {
    .fl {
        display: flex
    }

    .webbg {
        display: block
    }

    .phonebg {
        display: none !important
    }
}

@media screen and (max-width:799px) {
    .webbg {
        display: none !important
    }

    .phonebg {
        display: block
    }

    .card-sev {
        width: 100vw;
        background-color: #f7f7f7
    }

    .card-sev :nth-child(2) {
        display: flex
    }

    .card-sev .msg {
        width: 82vw;
        box-sizing: border-box;
        padding: 18.9vw 0 19.4vw 2.8vw
    }

    .card-sev .msg h3 {
        font-size: 4.3vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: .4vw;
        color: #ed9a22
    }

    .card-sev .msg p {
        font-size: 3.4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.3vw;
        letter-spacing: .3vw;
        color: #333;
        padding-top: 2.4vw
    }

    .card-sev div img {
        width: 100vw;
        height: 64.4vw;
        background-color: #38ceff
    }
}