/* CCS for Plans' Rectangles in Home Page */
.tab-sec .tab-content {
    border: none;
    box-shadow: none;
    padding: 0px;
}

.swiper a.btn.btn-default {
    width: auto;
    height: auto;
    line-height: 30px;
}

.swiper a.btn.btn-details {
    height: auto;
    line-height: 30px;
}
    
.swiper .btn[data-toggle="collapse"]:after {
    content: "";
}

.details-asterisk {
    font-size: 12px;    
}

.collapse {
    transition: height 1s ease-in;
}

.tab-sec .price-tag,
.btn-default
{
    background: #1a4f96;
}


.tab-sec .megas-box h2 span,
.text-box h6
{
    color: #1a4f96;
}

.card .number .price-crossed {
    text-decoration: line-through;
}

.tab-sec .price-tag span {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}