.responsive-tabs {
}

    .responsive-tabs dt {
        /* padding: 0.5em; */
        cursor: pointer;
    }

        .responsive-tabs dt ~ dt {
            border-top: 1px solid #000000;
        }

    .responsive-tabs .active {
        background-color: #457b9d00;
        color: #031d6c;
        border-bottom: 3px solid#00197b;
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 0px;
    }

    .responsive-tabs dd {
        display: none;
        margin-left: 0;
        /* padding: 0.5em; */
    }

    .responsive-tabs .active + dd {
        display: block;
    }

    .responsive-tabs img {
        max-width: 100%;
    }

dt {
    font-weight: 400;
    color: #031d6c;
}

@media only screen and (min-width: 768px) {
    .responsive-tabs {
        display: flex;
        flex-wrap: wrap;
        margin: 0px 0;
    }

        .responsive-tabs dt {
            flex-grow: 1;
            border-bottom: 1px solid #000000;
            text-align: center;
        }

            .responsive-tabs dt ~ dt {
                border-top: 0;
                font-size: 18px;
                font-weight: 400;
                color: #031d6c;
            }

        .responsive-tabs dd {
            order: 2;
        }
}


/** --------------------
    BASE STYLES FOR DEMO
    -------------------- */

* {
    box-sizing: border-box;
}

html {
    color: #1d3557;
    line-height: 1.5;
}


/* body {
    margin: 40px;
} */

h1 {
    margin-bottom: 60px;
    font-weight: 300;
    text-align: center;
}


/* h2 {
    font-weight: 300;
} */

@media only screen and (max-width: 991px) {
    .responsive-tabs dt ~ dt {
        border-top: 0;
        font-size: 14px;
        font-weight: 400;
    }

    .responsive-tabs .active {
        border-bottom: 3px solid#00197b;
        font-weight: 400;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-tabs {
        margin-top: 125px;
    }

        .responsive-tabs .active {
            font-weight: 400;
            font-size: 18px;
            padding: 15px 15px;
            background-color: #ffffff;
        }

    .crop-box-tap {
        margin: 30px 0;
    }

    .responsive-tabs dt ~ dt {
        border-top: 0;
        font-size: 15px;
        font-weight: 400;
        padding: 15px;
        background-color: #031d6c;
        margin: 10px auto;
        color: #fff;
    }

    .responsive-tabs dt {
        font-size: 15px;
        font-weight: 400;
        padding: 15px;
        background-color: #031d6c;
        margin: 10px auto;
        color: #fff;
    }
}

@media only screen and (max-width: 575px) {
    .responsive-tabs {
        margin-top: 25px;
    }
}
