.Where_is_cab_sec {
    position: relative;
}
.Where_is_cab_sec .contentdiv{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.Where_is_cab_sec .passttt{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.Where_is_cab_sec .text{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.Where_is_cab_sec .tractbtn{
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
}
.Where_is_cab_sec .datadiv {
    margin: 0px;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px;
    position: absolute;
    top: 0px;
}
.Where_is_cab_sec .whwrediv {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
}
.Where_is_cab_sec .bgdivv{
    width: 30% !important;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    backdrop-filter: blur(7px);
}

.Where_is_cab_sec .wherecab {
    font-size: 44px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    color: #848484;
    text-align: right;
    padding: 40px 0px;
}


@media (min-width:0px) and (max-width:767.98px){
    .Where_is_cab_sec .datadiv {
        padding: 10px;
        position: unset;
    }
    .Where_is_cab_sec .bgdivv {
        position: unset;
    }
    .Where_is_cab_sec .wherecab {
        font-size: 25px;
        text-align: center;
        padding: 20px 0px;
    }
    .Where_is_cab_sec .flexrotate{
        flex-wrap: wrap-reverse;
    }
}
@media (min-width:768px) and (max-width:991px){
    .Where_is_cab_sec .wherecab {
        font-size: 25px;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .Where_is_cab_sec .wherecab {
        font-size: 35px;
    }
}

@media (min-width:1201px) and (max-width:1400px){
    .Where_is_cab_sec .wherecab {
        font-size: 40px;
    }
}
