﻿
.qbox {
    background-color: white;
    padding: 50px;
    border-radius: 6px;
}

.rbox-icon {
    text-align: center;
    background-color: #c12451;
    color: white;
    padding: 20px 20px;
}

/*.rbox-icon {
        text-align:center;
        background-color:#b93636;
        color:white;
        padding:50px 40px 20px;
    }*/
.rbox {
    margin: 15px;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: -20px -20px;
}

.rbox-icon h2 {
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: normal;
}

.rbox-desc-title, .rbox-desc-desc, .rbox-desc-more {
    background-color: #e2ddd7;
    padding: 20px;
    padding-right: 35px;
    padding-left: 35px;
}

.rbox-desc-title, .rbox-desc-more {
    text-align: center
}

.rbox-desc-title {
    padding: 30px 20px 1px;
}

    .rbox-desc-title h3 {
        font-size: 20px;
    }

.rbox-desc-more a {
    /*padding: 7px 20px;*/
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    color: white;
    text-decoration: none;
}

.rbox-desc-desc {
    text-align: left;
}


    .rbox-desc-desc p {
        font-weight: normal;
        margin: 0;
        clear: both;
    }

        .rbox-desc-desc p.p1 {
            margin-top: 12px;
        }

.rbox-icon.r2 {
    background-color: #565351;
}

/*.r1, .r2 {
        display: none;
    }*/

.fa-3 {
    font-size: 45px;
}


.multi-step div {
    background-color: white;
    padding: 10px 10px;
    min-width: 150px;
    min-height: 50px;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}

    .multi-step div.sarrow {
        padding: 0;
        width: 30px;
        min-width: 0;
        background-color: inherit;
    }

        .multi-step div.sarrow img {
            vertical-align: unset;
            padding-top: 13px;
        }

.btn-result, .btn-result2 {
    margin-top: 0;
    /* border-radius: 0; */
    background-color: #3C322B;
    color: white;
    padding: 15px 50px;
}

    .btn-default:active:hover,
    .btn-default:active,
    .btn-default:focus,
    .btn-result:hover,
    .btn-result2:hover {
        color: #fff;
        background-color: #414141;
        border-color: #adadad;
    }

.btn-result2 {
    color: #FFA900 !important;
}


@media (max-width: 460px) {
    /*.rbox {
        margin: 0;
    }*/

    .rbox-container {
        padding: 5px;
    }

    .rbox-row {
        padding: 0;
    }

    .rbox-desc-more a {
        /*padding: 10px;*/
        margin-right: 0;
        margin-bottom: 30px;
        color: white;
        text-decoration: none;
    }

    .rbox-desc-desc {
        padding: 20px;
    }

    .rbox-desc-title {
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 1px;
    }

    .rbox-desc-more {
        padding: 5px;
    }
}


@media (min-width: 768px) {
    .multi-step div {
        min-width: inherit;
        max-width: 150px;
        /*max-width: 190px;*/
    }
}
