*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.card{
    width: 100%;
}
.cardrow{
    width: 80%;
}
.navborder{
    border: 2px solid black;
}
.btnwidth{
    width: 100px;
}
.btnborder{
    border-radius:0px !important;
    color:rgb(70, 69, 69) !important;
}
.red{
    color: red;
}
.gray{
    color: gray;
}
.get{
    height: 40px;
    background-color: rgb(239, 23, 23);
    border: none;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #F90000;
    transition: all 0.5s;
}
.get:hover{
    border: 1px solid #F90000;
    background-color: transparent;
    color: #F90000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-z.active {
    color: white !important;
    background-color: #F90000;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.main_heading{
    background-color: #F2F2F7;
}
.main_heading_h5{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
}
.main_heading_p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 9px;
    /* identical to box height */
    text-transform: capitalize;
    color: #555555;
}

