.card-img, .card-img-bottom, .card-img-top {
    /* -ms-flex-negative: 0; */
    /* flex-shrink: 0; */
    width: 100%;
    height: 100%;
    padding:7px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
}
.navbar-light .navbar-nav .nav-link{
    color:#bc2220 !important
}
#navbarSupportedContent .nav-link {
    letter-spacing: 1px;
}
/* .container{
    width:100%
} */
.edit{
    float:left
}
#cus_card{
    border: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow:0px 7px 20px 7px rgba(0, 0, 0, 0.125)
}
.cus_card{
    border: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow:0px 7px 20px 7px rgba(0, 0, 0, 0.125)
}
.cardds {
    /* position : fixed; */
    left : 0;
    bottom : 1px;
    width: 100%;
}
container-fluid {
    min-height: 700px !important;
}
.head{
    background-color:#bc2220 !important ;
    color:#fff
}
#row-img{
    margin: 5px
}

a,  h5{
    text-decoration: none !important;
}
.navber .navbar-brand{
    margin-right:300px
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 90%;
    }
    .buttons{
        display:none;
    }
}
.icons{
    color: cornflowerblue;
}
@media screen and (max-width: 768px){
    /* .row .col-md-4{
        display:none
    } */
    .card-img, .card-img-bottom, .card-img-top {
        /* -ms-flex-negative: 0; */
        flex-shrink: 0;
        width: 100%;
    }
    .img_padding{
        padding:0px;
    }
    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .mb-3 .row .col-md-2{
        margin-left:100px
    }
    /* .modal-backdrop{
        position: initial;
    } */
    .buttons{
        display: inline;
        position: fixed;
        top: 500px;
        right: 27px;
        z-index: 999;
    }
    .buttoon{
        border-radius: 100%;
        height:60px;
        width:60px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 0px 6px 7px rgba(0,0,0,0.23);
    }
    #filter{
        font-size: 2pc;
        font-weight: 600;
    }
    #content{
        border: 0px solid rgba(0, 0, 0, 0.2);
    }
    .filter{
        display:none;
    }
    
    .model_header{
        background-color: #fff;
        color:#bc2220
    }
    /* #footer{
        background-color:#bc2220;
        text-align: center;
        color:#fff
    } */
    
}