.tabing-icnn-fution{
    gap: 1vmax;
    padding: 0;
}
.tabing-icnn-fution li{
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5vmax;
    display: flex;
    align-items: center;
    gap: 1vmax;
    transition: .25s;
    cursor: pointer;
}

.tabing-icnn-fution li:hover {
    
    transform: scale(1.1);
}

.tabing-icnn-fution li i{
    font-size: 20px;
    font-weight: 600;
}


.mb-botm{
    margin-bottom: 3vmax !important;
}

.bottm-border-new{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: .5vmax;
    position: relative;
    color: black;
}
.tabstyle-15 .responsive-tabs li{
    text-align: initial;
    padding-bottom: .5vmax;
}
.bottm-border-new::before{
    content: "";
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid yellowgreen;
}
.dark-new{
    background-color: yellowgreen !important;
}

@media only screen and (max-width: 767px) {
    .logo h4{
        font-size: 16px;
    }
    .hero-new-section{
        height: 100vh;
    }
    .hero-new-section-hiht{
        height: 100vh !important;
    }
    .rev_slider{
        height: 100% !important;
    }
    .ce-feature-box-64 {
        padding: 2vmax;
    }
    .img-box-new{
        padding-bottom: 4vmax !important;
    }
    .ce-feature-box-59:hover .img-box .overlay a.btn{
        top:initial;
    }
    .responsive-tabs li{
        display: initial;
    }
    .tab-bootom-new{
        padding-top: 0;
        padding-bottom: 0;
        border: 1px solid #ebebeb;
        border-top: none;
        /* padding: 1.5vmax; */
    }
    .borb-bottom{
        margin-bottom: 5vmax !important;
    }
    .text-samlll h2{
        font-size: 26px;
        line-height: initial;
    }
    .text-samlll h5{
        font-size: 16px;
    }
}

.rev_slider li{
    position: relative !important;
}

.rev_slider-li{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.502);
    z-index: 1;
}


.why-chodee-img img{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .why-chodee-img img{
        height: max-content;
        object-fit: contain;
        width: 100%;
    }
    
}
.logo img{
    height: 6vmax;
}