body {
    color: #252525;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.80857;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.all-title-box {
    background: url(../images/RV/about-banner.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    filter: blur(2px);
    margin-top: 6rem;
}

.bg-text {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

#pricing .section-title h3 {
    border-bottom: 2px solid #0057D9;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 30px;
    margin: auto;
    padding: 10px 20px;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #252525;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills>li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills>li a {
    text-align: center;
}

.body.host_version .nav-pills>li.active>a {
    background-position: 100px;
    color: #ffffff !important;
    background: #00aeef;
}

.pricing-table-highlighted {
    margin-top: 0;
}

.pricing-table {
    margin: 0px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table .grd1 {
    color: #ffffff !important;
    background: #2d3032;
}

.pricing-table-header {
    /* padding: 30px 0 25px 0; */
    padding: 10px 0 15px 0;
    background: #ffffff;
}

.pricing-table-features {
    padding: 0 10px 15px 20px;
    /* border-bottom: 1px solid #ececec; */
    text-align: left;
    /* line-height: 30px; */
    font-size: 16px;
}

.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
    color: #ffffff !important;
}

.pricing-table-header h2 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pricing-table-space {
    height: 10px;
}

.pricing-table-features p {
    font-size: 14px;
    text-align: left;
    margin: 0px;
}

.tumbo_stron_about p {
    color: white;
    font-size: 18px;
}

.pricing-table:hover {
    transform: scale(1.05, 1.06);
    -webkit-transform: scale(1.05, 1.06);
    -moz-transform: scale(1.05, 1.06);
    -o-transform: scale(1.05, 1.06);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s allease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.container div .fade:not(.show) {
    opacity: 1;
}

#rv_user_container {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #f2f3f5;
}

#rv_card_ids_ct {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    text-align: center;
    justify-content: center;
}

#rv_card_ids_ct .card {
    width: 320px;
    height: auto;
}

#rv_card_ids_ct .card img {
    width: 100%;
    border-radius: 50%;
    margin: 10px auto;
}

#rv_card_ids_ct .img_ct {
    margin-bottom: 20px;
}

#rv_card_ids_ct .card h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

#rv_card_ids_ct .card p {
    margin: 5px 0px;
    font-size: 16px;
}

#rv_user_container .rv_user_header {
    text-align: center;
    margin: 10px 10px 30px 10px;
}

#rv_user_container .rv_user_header h4 {
    border-bottom: 2px solid #0057D9;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 30px;
    margin: auto;
    padding: 10px 20px;
}

#rv_card_ids_ct .rv_user_container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 27px;
    margin-bottom: 20px;
    margin-top: 12px;
}

#rv_card_ids_ct .rv_user_container div a {
    background-color: #173654;
    padding: 12px;
    border-radius: 50%;
    color: white;
    border: none;
    font-size: 14px;
    color: white;
}

#rv_card_ids_ct .rv_user_container div a:hover {
    background-color: transparent;
    padding: 12px;
    border-radius: 50%;
    color: #173654;
    font-size: 14px;
    border: 2px solid #173654;
    color: 173654;
}

.rv_user_work_pg {
    margin: 20px 0px;
    text-align: center;
}

.rv_user_work_pg h6 {
    font-size: 18px;
}

.rv_user_work_pg h6 span {
    color: #0057D9;
}

#pricing {
    background-color: #f2f3f5;
}

@media (max-width:570px) {
    #rv_card_ids_ct .col-3 {
        max-width: 100% !important;
        margin: 10px auto;
    }

    #rv_card_ids_ct {
        display: block;
    }
}