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: 20px;
    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;
}



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

#pricing_rv_page_ct .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

#pricing_rv_page_ct .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
}

.bl-bg-rv {
    background-color: #173654;
    color: white;
    font-size: 25px;
    padding: 0;
}

#pricing_rv_page_ct .price li.gld-bg-rv {
    background-color: #e0b261;
    color: white;
    font-size: 25px;
    padding: 0px !important;
}

.pl-bg-rv {
    background-color: #1e67a4;
    color: white;
    font-size: 25px;
    padding: 0px;
}

#pricing_rv_page_ct .price .grey {
    background-color: #eee;
    font-size: 20px;
}

#pricing_rv_page_ct .price li {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px;
    text-align: center;
}

#pricing_rv_page_ct .price li .grd1 {
    color: #ffffff !important;
    background: #2d3032;
    border-radius: 6px;
}

#pricing_rv_page_ct .price li .grd1:hover {
    background-position: 100px;
    color: #ffffff !important;
    background: #00aeef;
}

.title_pricing_rv_ct {
    border-bottom: 2px solid red;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: auto;
    font-size: 30px;
    padding: 10px 20px;
}

#pricing {
    background-color: #f2f3f5;
}