.logo1{
    height:50px;
    width:100px;
    object-fit: contain;
}

/* .space_row .card-body .card-title{
    color:white;
} */

/* .space_row .card-body{
    background-color:#f6842c;
} */

.space_row .card .card-img-top{
    padding:30px;
}

@media (min-width:991px) {
    .webview{
        display: block !important;
    }
    .mobileview{
        display: none !important;
    }

}
@media (max-width:991px) {
   
    .mobileview{
        display: block !important;
    }
    .webview{
        display: none !important;
    }

}

.icon{
    color:#f6842c
}
.imgcrd{
    height:40px;
    width:100px;
    object-fit: contain;

}
.cardborder{
    border-left: 4px solid #f6842c !important;
    border-right: 4px solid #f6842c !important;
    margin-bottom:5px;
}

.btncard{
    padding:2px !important;
}
#myTable {
    border-collapse:separate !important;
    /* padding: 8px !important; */
    vertical-align:middle !important;
}

.icon{
    color:#f6842c;
    opacity: 1;
}