.tumakin{
    background:
        linear-gradient(rgba(255,255,255,0.96), rgba(255,255,255,0.96)),
        url('assets/img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.details-or-information h5 {
    width: fit-content;
    padding: 5px 30px;
    margin: 30px 0px;
    border-bottom-right-radius: 46px;
    border-top-right-radius: 46px; 
    background-color: #55b05d; 
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.tumakin-nav {
    display: -webkit-box;
    background-color: #55b05d;
    border-radius: 43px;
    width: 94%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.tumakin-tab h5{
    color:#b52e23;
    font-weight: bold;
    font-size: 18px;
}
.tumakin-tab li i{
    font-size: 20px;
    padding-right: 10px;
    color: #55b05d
}