.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    width: 1170px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
	font-weight: 600;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}
.price-table tr.price-table-head td {
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat";
    /*text-transform: uppercase;*/
}
.price-table tr.price-table-head {
    background-color: #006aff;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #006aff;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #006aff;
    color: #006aff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #006aff;
}
.box-yes{
    background-image: url('../../../images/icons/tick.svg');
    background-repeat: no-repeat;
    background-position: center;
    
}
.box-no{
    background-image: url('../../../images/icons/cross.svg');
    background-repeat: no-repeat;
    background-position: center;
    
}