﻿body {
    background-color: #e6f5f8 !important;
}

.mdd-cnt {
    background-color: #fff;
    margin-top: 20px;
    padding-top: 22px;
    padding-left: 22px;
}

.cnt-hnr {
    height: 300px;
    width: 370px;
    background-color: #28609b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 22px;
    margin-right: 22px;
    float: left;
}

    .cnt-hnr:hover {
        background-color: #0094ff;
    }

.cnt-pte {
    float: left;
    margin: 1px;
    height: 260px;
    width: 368px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.cnt-hnr > label {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.cnt-hnr_s {
    height: 300px;
    width: 370px;
    background-color: #28609b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 22px;
    margin-right: 22px;
    float: left;
}

    .cnt-hnr_s:hover {
        background-color: #0094ff;
    }

.cnt-pte_s {
    float: left;
    margin: 1px;
    width: 280px;
    height: 298px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.cnt_fnt_s {
    float: left;
    height: 298px;
    width: 34px;
    font-size: 18px;
    margin: 20px 25px;
}

    .cnt_fnt_s > label {
        vertical-align: middle;
        text-align: center;
        margin: auto 0px;
    }


@media only screen and (max-width: 1024px) {
    body {
        background-color: #e6f5f8 !important;
    }

    .mdd-cnt {
        background-color: #fff;
        margin-top: 20px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .cnt-hnr {
        height: 564px;
        width: 442px;
        background-color: #28609b;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        margin: 20px;
        float: left;
    }

        .cnt-hnr:hover {
            background-color: #0094ff;
        }

    .cnt-pte {
        float: left;
        margin: 1px;
        height: 520px;
        width: 440px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .cnt-hnr > label {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    .cnt-hnr_s {
        height: 564px;
        width: 442px;
        background-color: #28609b;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        margin: 20px;
        float: left;
    }

        .cnt-hnr_s:hover {
            background-color: #0094ff;
        }

    .cnt-pte_s {
        float: left;
        margin: 1px;
        height: 520px;
        width: 440px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }
    .cnt_fnt_s {
        float: left;
        height: 42px;
        width: 440px;
        margin: 0px;
    }

        .cnt_fnt_s > label {
            width: 100%;
            text-align: center;
            line-height: 40px;
            font-size: 24px;
        }
}
