.padding-center-7 {
    padding-left: 7%;
    padding-right: 7%;
}
.rvtech-row {
    display: flex;
    width: 100%;
    padding: 10px 0 10px 0;
}
.rvtech-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    user-select: none;
    width: 100%;
    background-color: #EE7623 !important;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.tab-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    user-select: none;
    width: 100%;
    background-color: #EE7623 !important;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.tab-btn:hover {
    color: #000 !important;
    background-color: #B40407 !important;
    border-color: #B40407 !important;
}
.tab-btn.active {
    color: #000 !important;
    background-color: #B40407 !important;
    border-color: #B40407 !important;
}
.rvtech-col-2 {
    width: 16.66%;
}
.rvtech-col-3 {
    width: 25%;
}
.rvtech-col-4 {
    width: 33%;
}
.rvtech-col-6 {
    width: 50%;
}
.rvtech-col-8 {
    width: 66.68%;
}
.rvtech-col-9 {
    width: 75%;
}
.rvtech-col-12 {
    width: 100%;
}
.nopadding {
    padding: 0 !important;
}
.htext-small {
    padding: 10px 0 10px 0;
    font-size: 18px;
}
.inline-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    width: 100%;
}
.inline-container {
    display: flex;
    padding: 20px;
    font-size: 22px;
    color: white;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .rvtech-col-2 {
        width: 100%;
    }

    .rvtech-col-3 {
        width: 100%;
    }

    .rvtech-col-4 {
        width: 100%;
    }

    .rvtech-col-6 {
        width: 100%;
    }

    .rvtech-col-8 {
        width: 100%;
    }

    .rvtech-col-9 {
        width: 100%;
    }

    .rvtech-col-12 {
        width: 100%;
    }

    .inline-container {
        display: unset;
        padding: 5px;
        font-size: 18px;
        gap: 2px;
    }

    .padding-center-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .rvtech-row {
        display: unset;
        width: 100%;
        padding: 2px 0 2px 0;
    }
}