﻿
.pricing td, th {
    border: 0.5px solid #a6a6a6;
    text-align: left;
    padding: 8px;
    text-align: center;
}

.pricing .bg-black {
    background-color: black !important;
}

.pricing table {
    margin-top: 40px;
    color: #47474c;
}

.bg-light-gray {
    background-color: #d9d9d9 !important;
}

.bg-medium-grey {
    background-color: #a6a6a6 !important;
}

.bg-dark-grey {
    background-color: #737373 !important;
}

.bg-dark-orange {
    background-color: #ff914d !important;
}

.bg-medium-orage {
    background-color: #ffbd59 !important;
}

.bg-light-orage {
    background-color:#ffde59 !important;
}

.bg-light-green {
    background-color:#c1ff72 !important;
}

.bg-medium-green {
    background-color:#7ed957 !important;
}

.bg-dark-green {
    background-color: #00bf63 !important;
}

.pricing .text-title-black {
    color: #47474c;
    font-weight: 700;
    font-size: 16px;
}

.pricing .text-title-white {
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.pricing .text-value-hight-light {
    color: #47474c;
    font-weight: 600;
    font-size: 16px;
}

.pricing .text-title-normal {
    text-transform: none;
    color: #47474c;
}

.pricing .note-hight-light {
    color: #47474c;
    font-weight: 600;
}

.titie-pricing {
    text-align: center;
}

.titie-pricing h1, h2, h4 {
    color: #47474c;
}

.pricing .text-end {
    text-align: end;
    color: #47474c;
}

.note-pricing{
    margin-bottom: 40px;
}