.btk-default{
    background-color:transparent;
    color:#dd4b39;
    border: 1px solid #dd4b39;
    font-weight:bold;
}

.btk-default:hover{
    background-color:#dd4b39;
    color:#ffffff;
}

.card-mb{
    margin-bottom:55px;
}

.card-action{
    margin-top:15px;
    min-width:100%;
    text-align:center;
}

.tmiddle{
    text-align:center;
}
.tcard-img{
    width:100% !important;
    height:300px !important;
    object-fit: contain;
}
.card-title{
    height:11%;
    padding-bottom:0px !important;
}

.card-desc{
    /* plane */
    height:215px;
}

.font-ul-sp{
    font-size:21px;
    font-weight:bold;
}

.dspace{
    height:280px;
}

.dspace-site{
    height:700px;
}

.tariff-card{
    background-color:#e47364;
    color:white;
    font-weight:600;
    padding:45px;
    border:15px solid white;
}

.btn-card{
    background-color:transparent;
    color:#ffffff;
    border: 1px solid #ffffff;
    font-weight:bold;
}

.btn-card:hover{
    background-color:#e7e7e7;
    color:#000000;
}

.sp-card-color{
    background-color:#f5f5f5;
    padding: 15px;
}

.sp-card-img{
    width:26%;
}