/* WISdom Page CSS - Start */

.wisdom-svg svg {
    width: auto;
    height: auto;
    max-width: 300px;
}

.plan-dual-btn,
.popup-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.plan-dual-btn {
  justify-content: center;
}

.plan-dual-btn a,
.link-title {
    border: 1px solid var(--secondary) !important;
    color: var(--secondary) !important;
    display: inline-block;
    padding: 10px 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
    border-radius: 5px;
}

.plan-dual-btn a:hover,
.link-title:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.price-item {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 1.5;
}

.plan-heading h3 {
    font-weight: 700 !important;
}

.plan-heading .av-subheading p {
    font-size: 13px;
    margin-top: 5px;
}

.price-item-alt {
    font-size: 25px;
    font-weight: bold;
}

.plan-heading .av-subheading {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0;
    margin-top: 15px;
}

.dash-list ul {
    list-style-type: none;
    margin-left: 0;
}

.dash-list ul li {
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    font-weight: bold !important;
    line-height: 1.6;
}

.dash-list ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--sky);
}

#business {
    border: 2px solid var(--sky);
    position: relative;
}

#business:before {
    content: 'Best Value';
    visibility: visible !important;
    overflow: visible;
    position: absolute;
    border: 2px solid var(--sky) !important;
    width: 100%;
    color: #fff;
    background: var(--sky) !important;
    height: 38px;
    display: grid;
    place-items: center;
    top: -40px;
    left: -2px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'raleway';
    letter-spacing: 0.2px;
}

.plan-column {
    border-radius: 5px;
background-color: #fff;
}

@media (min-width: 990px) {
    .plan-column {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 40px !important;
    }

    .plan-heading .av-subheading {
        min-height: 150px;
        display: grid;
        place-items: center;
    }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

/* WISdom Page CSS - Ends */