.cvo-table {
    margin-top: 20px;
}
.box{
    height: fit-content;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.7s;
}
.rti-h4{
    margin-bottom: 30px;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 35px;
}
.animated {
    transition: opacity 1s;
}

.visible {
    opacity: 1;
}
.box-start{
    border-top: 1px solid #d9d9d9;
    padding-top: 31px;
}
.box-start b{
    color: #0a4f34;
}
.rti-table{
    margin-top:10px;
}
@media only screen and (max-width: 700px){
    .navbar-nav li{
    display: none;
}
.cvo-table tbody{
    font-size: 0.9rem;
}
.cvo-table thead{
    font-size: 0.9rem;
}
}
@media only screen and (max-width: 450px){
    .cvo-table tbody{
    font-size: 0.8rem;
}
.cvo-table thead{
    font-size: 0.8rem;
}
.rti-h4 {
    margin-bottom: 19px;
    padding-bottom: 23px;
    font-size: 19px;
}
.box {
    font-size: 14px;
}
}

