﻿


    .servicesdiv {
        justify-content: normal;
    }
    
    .servicecard

{
    flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
   
 
}

.imagediv {
    min-height: 150px;
}


.customtruncate {
    min-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 17px;
}

.providernametruncate {
    min-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
}

.servicebuttonsdiv {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.manageservicebutton {
    border: 0px;
    width: 100%;
    text-transform: lowercase;
    padding: 5px;
    margin: 5px;
}

.viewwalletbutton {
    border: 0px;
    width: 100%;
    text-transform: lowercase;
    background-color: lightgray !important;
    color: black !important;
    padding: 5px;
    margin: 5px;
}














@media screen and (min-width: 420px) and (max-width: 637px) {
    .servicecard {
        flex: 1 1 50%;
        max-width: 50%;
        box-sizing: border-box;
    }

    .imagediv {
        min-height: 150px;
    }

    .servicesdiv {
        justify-content: normal;
    }

    .servicebuttonsdiv {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .manageservicebutton {
        border: 0px;
        width: 100%;
        text-transform: lowercase;
        padding: 5px;
        margin: 5px;
    }

    .viewwalletbutton {
        border: 0px;
        width: 100%;
        text-transform: lowercase;
        background-color: lightgray !important;
        color: black !important;
        padding: 5px;
        margin: 5px;
    }
}




@media screen and (min-width: 637px) and (max-width: 992px) {
    .servicecard {
        flex: 1 1 33.3%;
        max-width: 33.3%;
        box-sizing: border-box;
    }

    .imagediv {
        min-height: 150px;
    }
    .servicesdiv {
        justify-content: normal;
    }
    .servicebuttonsdiv {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .manageservicebutton {
        border: 0px;
        width: 100%;
        text-transform: lowercase;
        padding: 5px;
        margin: 5px;
    }

    .viewwalletbutton {
        border: 0px;
        width: 100%;
        text-transform: lowercase;
        background-color: lightgray !important;
        color: black !important;
        padding: 5px;
        margin: 5px;
    }
}





@media screen and (min-width: 992px) {
    .servicecard {
        flex: 1 1 25%;
        max-width: 25%;
        box-sizing: border-box;
       
        
    }

    .imagediv {
        min-height: 150px;
    }

    servicesdiv {
        justify-content: normal;
    }
    .servicebuttonsdiv {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .manageservicebutton {
       
        border: 0px;
        width: 100%;
        text-transform: lowercase;
       padding:5px;
      margin:5px;
    }

    .viewwalletbutton {
        border: 0px;
        width: 100%;
        text-transform: lowercase;
        background-color: lightgray !important;
        color: black !important;
        padding: 5px;
        margin: 5px;
    }
}


