.find-direction{
    border: 0;
    height: 40px;
    width: 180px;
    border-radius: 0px;
    padding: 5px;
    /* background-color: rgb(0, 55, 158); */
    transition: transform 0.5s;
    margin: 2px 5px;
}
.find-direction:hover{
    border: 0;
    height: 40px;
    width: 180px;
    border-radius: 0px;
    transform: scale(1.1);
    padding: 5px;
    color: white;
    background-color: rgb(0, 60, 172);
}

.bul-card{
    display: flex;
    justify-content: space-between;
}

.bul-card div{
    border: 2px sold red;
}
.bul-img{
    width: 80px;
    height: 80px ;
}

.iframe{
    position: absolute;
    z-index: 0;
    height: 200px;
    min-width: 300px;
    /* border: 4px solid white; */
}
.filter{
    position: relative;
    height: 200px;
    width: 300px;
    margin-top: 30px;
    border: 1px solid rgb(96, 99, 99);
    z-index: 2;
    background-color: rgba(87, 87, 87, 0.3);
    /* margin: 10px 5px; */
}
.btn-viewservice{
    background-color: rgb(25, 127, 216);
    padding: 15px 20px;
    color: white;
    font-size: 14px;
    margin-top: 20px;
    border: 0;
}

.mainVid{
    min-width: 100%;
    min-height: 315px;
}

