
.nav-horizontal-tabs .tab-content {
    border: solid 1px #dadada;
    border-top: none;
    background-color: #f7f7f7;
    padding: 20px;
    text-align: left;
}

.nav-horizontal-tabs .nav-tabs .nav-link {
    background-color: #dfdfe0;
    border-color: #dadada #dadada #f7f7f7;
    border-radius: 0;
    color: #454545 !important;
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 11pt;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-right: 12px;
}

.nav-horizontal-tabs .nav-tabs .nav-link.active {
    background-color: #f7f7f7;
}

@media (max-width: 991.98px) {
    .nav-horizontal-tabs .nav-tabs .nav-link {
        padding: 15px 20px;
    }
}

@media (max-width: 767.98px) {
    .nav-horizontal-tabs .nav-tabs .nav-link {
        padding: 0.5rem 0.3rem;
        margin-right: unset;
    }
}


/* Left */
    
.tab-package .tab-content {
    border: solid 1px #dadada;
    border-top: none;
    background-color: #f7f7f7;
    padding: 20px;
}

    
.tab-package .nav-tabs .nav-link {
    background-color: #dfdfe0;
    border-color: #dadada #dadada #f7f7f7;
    border-radius: 0;
    color: #454545 !important;
    font-family: Proxima Nova;
    font-size: 11pt;
    text-transform: uppercase;
    padding: 12px 17px;
    margin-right: 8px;
}

@media (min-width: 1199.98px) and (max-width: 1400px) {
    .tab-package .nav-tabs .nav-link {
        padding: 12px 7px;
        font-size: 10pt;
    }
}

.tab-package .nav-link.active {
    background-color: #f7f7f7;
    font-weight: 700;
}
    

@media (max-width: 1199.98px) {
    .tab-package ul#package-tabs {
        display: block;
        text-align: center;
    }

    .tab-package ul#package-tabs li a {
        margin-right: 0 !important;
    }
}

/* Tabs Blog Collection */


.tabs-blog-collection ul {
    border-bottom: none;
    justify-content: space-between;
}

.tabs-blog-collection ul li {
    width: 32%;
    text-align: center;
}

.tabs-blog-collection ul li a {
    background: white;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 13pt;
    color: #454545!important;
    padding: 15px;
}

.tabs-blog-collection ul li a.active {
    background: #f5f5f5 !important;
    border-color: #f0f0f0 !important;
    font-weight: 700;
}

.tabs-blog-collection .tab-content {
    background: #f5f5f5;
    border: solid 1px #f0f0f0;
    border-top: none;
    padding: 0 15px;
}

.tabs-blog-collection .tab-content .card {
    border: none;
    border-bottom: 2.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
}

.tabs-blog-collection .tab-content .card:last-child {
    border-bottom: none;
}

.tabs-blog-collection .tab-content .card .row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.tabs-blog-collection .tab-content .card img {
    object-fit: cover;
    border-radius: .35rem;
}

@media (max-width: 991.98px) {
    .tabs-blog-collection .tab-content .card img {
         height: 160px;
    }
}

@media (max-width: 767.98px) {
    .tabs-blog-collection .tab-content .card img {
        height: 200px;
    }
}

.tabs-blog-collection .tab-content .card .card-body {
    padding: 0 15px;
}

@media (max-width: 991.98px) {
    .tabs-blog-collection .tab-content .card .card-body {
        transform: translate(0,50%);
        position: absolute;
        top: 20%;
    }
}

@media (max-width: 767.98px) {
    .tabs-blog-collection .tab-content .card .card-body {
        padding: 30px 10px 15px 10px;
        position: relative;
        transform: none;
        top: unset;
    }
}

.tabs-blog-collection .tab-content .card .card-body p  {
    margin-bottom: 0;
    font-family: Gilroy;
    font-weight: 700;
    font-size: 13pt;
    color: #454545;
}

.tabs-blog-collection .tab-content .card .card-body p:last-child {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 11pt;
    color: #767676;
}
            