﻿.spg-new {
    background: white !important;
    color: black !important;
}

.spg-new .package-title h2 {
    color: white !important;
}

.spg-new .price {
    padding-left: 0px;
    padding-right: 0px;
}

.spg-new .title {
    font-size: 24px !important;
}

.spg-new .title, .spg-new .package-price p {
    font-weight: bold !important;
}

.spg-new .select-package {
    color: white;
    text-transform: uppercase;
}

.spg-new .select-Silver {
    background-color: #013c6f;
    border-color: #013c6f;
}

.spg-new .select-Gold {
    background-color: #C39C27;
    border-color: #C39C27;
}

.spg-new .select-Platinum {
    background-color: #BFC4CA;
    border-color: #BFC4CA;
}

.spg-new.package-series {
    padding-bottom: 25px; 
    padding-left: 25px; 
    padding-right: 25px;
}

.spg-new.package-series .series-title {
    font-weight: bold; 
    text-align: left;
}

.spg-new.package-series .series-items ul {
    list-style: disc;
    margin-left: 20px;
    margin-right: 20px;
}

.spg-new.package-series .series-items ul li {
    font-size: 15px;
}

.spg-new.package-details {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #448cbe !important;
    color: white !important;
    margin-bottom: 50px;
}

.spg-new.package-details p {
    padding-bottom: 15px;
}

#packages #package-options [data-equalizer] {
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}