/* internal price chart */

.recommended p {    
    color: var(--bs-dark) !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}
.recommended p.fw-normal.lead {    
    font-weight: 700 !important;
}
.website-template {
    border-radius: 4px !important;
    padding: 0.3125rem !important;
    height: 100% !important;
    position: relative !important;
}
.website-template p {    
    font-weight: normal !important;
    line-height: 1.2 !important;
}
.website-template, 
.website-template img {
    border-radius: 4px !important;
}
.website-template:hover,
.website-template:focus {
    text-decoration: none;
    box-shadow: 0 0 0 2px var(--bs-input-border-color) !important;
}
.website-template.recommended {
    box-shadow: 0 0 0 2px var(--bs-primary) !important;
}
.website-template.recommended p.text-primary {
    color: var(--bs-primary) !important;
}
.website-template .lead > small {
    line-height: 1.1 !important;
    display: block !important;
    margin-top: 0.5rem !important;
    position: absolute !important;
    top: 6px;
    left: 0.9375rem;
    background: var(--bs-dark);
    color: white !important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    font-size: 9px;
}
.width-80px {
    min-width: 80px !important;
    max-width: 80px !important;
    width: 80px !important;
}


/* bundles */

.pricing-compare {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 20px);
    max-width: 100% !important;
}
  
.pricing-compare .card {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
  
.pricing-compare .card.active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 6px 42px rgba(0,0,0,0.075), 0 3px 12px rgba(0,0,0,0.025);
}
  
.pricing-compare .card .card-header {
    background: #10aee1;
    background: #353844;
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
    overflow: hidden;
    padding: 0 0 39px 0;
    min-height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border: 0;
    box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.1);
}
  
.pricing-compare .card.active .card-header {
    background: #13B5EA;
}
  
.pricing-compare .card .card-header .card-title {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
  
.pricing-compare .card .card-header .card-title > span {
    display: block;
    color: white;
}
  
.pricing-compare .card .card-header .card-title > span.small {
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
}
  
.pricing-compare .card .card-header .card-title .card-title-banner {
    position: absolute;
    top: -17px;
    right: -32px;
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #747788;
    font-size: 13px;
    /*font-family: "acumin-pro", sans-serif;*/
    transform: rotate(45deg);
    line-height: 1;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
  
.pricing-compare .card.active .card-header .card-title .card-title-banner {
    top: -17px;
}
   
.pricing-compare .card .card-footer {
    background: none;
    border: 0;
    min-height: 235px;
    max-height: 235px;
}
  
.pricing-compare .card .card-footer p.small {
    padding-top: 1rem;
    color: #747788;
}
  
.pricing-compare .card .card-footer .card-price {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: "ff-din-web", sans-serif;
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
}
  
.pricing-compare .card .card-footer .card-price > span {
    font-size: 3.25rem;
    display: block;
    line-height: 1;
    color: #353844;
    padding: 0 0.4rem 0 0.2rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
}
  
.pricing-compare .card .card-footer .card-price.call-for-price > span {
    font-size: 1.5rem;
    line-height: 52px;
    letter-spacing: normal;
    color: #353844;
    font-weight: 600;
    white-space: nowrap;
}
  
.pricing-compare .card .card-footer .card-price:not(.call-for-price):not(.free)::before {
    content: "$";
    font-size: 1.5rem;
    align-self: flex-start;
    transform: translate(0.15rem,-0.15rem);
    font-weight: normal;
    color: #747788;
    color: #353844;
}
  
.pricing-compare .card .card-footer .card-price-monthly::after {
    content: "/ month";
    font-size: 1.5rem;
    align-self: flex-end;
    font-weight: normal;
    letter-spacing: -0.075rem;
    margin-left: -0.1rem;
    transform: translateY(-0.1rem);
    color: #747788;
    color: #353844;
}
  
.pricing-compare .card .card-footer .card-price.free::after {
    font-size: 1.5rem;
    align-self: flex-start;
    transform: translate(-0.15rem,-0.35rem);
    font-weight: normal;
    color: #747788;
    color: #353844;
}
  
.pricing-compare .card .card-footer p.small {
    font-size: 11px;
    line-height: 1.2;
}
  
.pricing-compare .card .card-body {
    padding: 2rem 1rem 0 1rem;
    height: 100%;
}
  
.pricing-compare .card .card-body ul {
    text-align: left;
    padding: 0 0rem 0 1rem;
    margin: 0;
    list-style: none;
}
  
.pricing-compare .card .card-body ul li {
    line-height: 1.3rem;
    padding: 0 0.75rem 0 1.5rem;
    position: relative;
    font-size: 14px;
}
  
.pricing-compare .card .card-body ul li a[data-toggle="popover"] {
    transform: translateY(1px);
    display: inline-block;
    color: #272934;
}
  
.pricing-compare.three-plans .card .card-body ul li {
    padding: 0 1rem 0 1.5rem;
}
  
.pricing-compare .card .card-body ul li::before {
    display: block;
    color: #13B5EA;
    font-family: themify;
    content: "\e64c";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #13B5EA;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
}
  
.pricing-compare .card .card-body ul li + li {
    margin-top: 0.875rem;
}
  

@media (min-width: 768px) {
    .pricing-compare:not(.four-plans) .card {
        margin-top: 20px;
        height: calc(100% - 20px);
    }
    .pricing-compare:not(.four-plans) .card.active {
        margin-top: 0;
        height: calc(100% + 20px);  
    }
    .pricing-compare:not(.four-plans) .card .card-body {
        height: 100%;
    }
    .pricing-compare:not(.four-plans) .card.active .card-header {
        background: #13B5EA;
        min-height: 150px;
        max-height: 150px;
    }
    .pricing-compare:not(.four-plans) .card .card-footer {
        min-height: 235px;
        max-height: 235px;
    }
    .pricing-compare:not(.four-plans) .card.active .card-footer {
        min-height: 255px;
        max-height: 255px;
    }
    .pricing-compare:not(.four-plans) .card.active .card-header .card-title .card-title-banner {
        top: -35px;
    }
}
  
@media (min-width: 992px) {
      
    .pricing-compare.three-plans .card .card-body {
        padding: 3rem 2rem 0 2rem;
    }
      
    .pricing-compare.four-plans .card {
        margin-top: 20px;
        height: calc(100% - 20px);
    }
    
    .pricing-compare.four-plans .card.active {
        margin-top: 0;
        height: calc(100% + 20px);
    }
    
    .pricing-compare.four-plans .card .card-body {
        height: 100%;
    }
    
    
    .pricing-compare.four-plans .card.active .card-header {
        background: #13B5EA;
        min-height: 150px;
        max-height: 150px;
    }
    
    .pricing-compare.four-plans .card .card-footer {
        min-height: 235px;
        max-height: 235px;
    }
    
    .pricing-compare.four-plans .card.active .card-footer {
        min-height: 255px;
        max-height: 255px;
    }
    
    .pricing-compare.four-plans .card.active .card-header .card-title .card-title-banner {
        top: -35px;
    }

}	
  
@media (min-width: 1200px) {

    .pricing-compare {
        max-width: 1140px !important;
    }

}