
h4{
    display: inline;
    text-align: center;
}

.borderRad{
    border-width: 1px;
    border-radius: 2px;
}
/*.card {*/
/*    transition: 0.3s;*/
/*    border-radius: 2px !important;*/
/*}*/

.divBorder {
    border: 1px solid #64a4ff !important;
    border-radius: 2px;
}

.divBorder2 {
    border-color: #64a4ff !important;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px;
}

/*.card:hover {*/
/*    box-shadow: 0 2px 4px 0 #64a4ff !important;*/
/*}*/

.allBrand{
    background-color: #5692f6 !important;
    border-radius: 2px;
}

.a1:link{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.a1:link:hover{
    color: #ffffff;
    background-color: #4271be;
    font-size: 10px;
}

.a1 {
    font-family: 'Barlow Semi Condensed';
    font-size: 12px;
    white-space: nowrap;
    font-size: 10px;
}

.border-right{
    border-color: #2B2B2B !important;
}