﻿.pricing-table .pricing-table-heading-container h3 {
    color: #5183bf;
    font-size: 20px;
}

.pricing-table .pricing-table-heading-container {
    padding: 20px;
}

.ul-function {
}

    .ul-function li {
        padding-left: 0px !important;
    }

.pricing-table .pricing-table-heading-container {
    padding: 10px 20px 10px 20px;
}



.pricing-table .pricing-table-features li {
    margin-bottom: 8px !important;
    list-style: none !important;
    line-height: 27px !important;
}

.pricing-table .pricing-table-heading-container h3 {
    color: #5183bf;
    font-size: 16px;
    font-weight: 600;
}

.pricing-table-button .button {
    border: 1px solid #5183bf;
    font-weight: bold;
    color: #5183bf;
}

.pricing-table .pricing-table-features li:before {
    content: none;
}

.pricing-table {
    background-color: #ffffffa6;
}

.ui-slider-range {
    background-color: #4598fb !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid #4598fb !important;
}


.price-group {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}

.price-item-wrapper {
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-bottom: 70px;
    
}
.price-item-wrapper *{
    font-weight:400 !important;
}

.item-special{
    background: linear-gradient(45deg, #5094f2, transparent);
    border: solid 1px #5094f2;
}

.item-special .btn-register-now{
    background-color:#2e83f9
}

.item-special2{
    background: linear-gradient(45deg, #FF9800, transparent);
    border: solid 1px #FF9800;
}

.item-special2 .btn-register-now{
    background-color:#d48107
}

.item-special *{
    /*color:#fff !important;*/
}

.price-item-wrapper:hover{
    background-color:#fffff6;
}

.btn-register-now {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3c3b3b;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:solid 1px #fff;
}

.price-item-wrapper:hover .btn-register-now{
    font-weight:600
}

    .btn-register-now:hover {
        color:#fff;
    }

.price-item {
    width: calc(33% - 10px);
}

@media only screen and (max-width: 768px) {
    .price-item {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .price-item {
        width: calc(33% - 10px);
    }
}

.header-package {
    /*border-bottom: solid 1px #ccc;
            margin-bottom: 15px;*/
    /*min-height: 80px;*/
}

    .header-package h4 {
        
        /*font-size: 12px;*/
        text-transform: uppercase;
        color: #1b75bc;
        margin-bottom: 5px !important;
    }

    .header-package p {
        font-size: 17px;
        margin-bottom: 0px;
    }

.title-feature {
    font-weight: 400;
    font-size: 20px;
    color: #1b75bc;
}

.list-feature li {
    font-size: 16px;
    border-bottom: dotted 1px #e8e7e7;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.item-free {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.package-price {
    color: #dc3545 !important;
    font-weight: 400;
}

    .package-price .item-price {
        font-size: 30px;
        color: #dc3545 !important;
    }

    .package-price .item-currency {
        font-size: 15px;
        margin-bottom: 5px;
    }
