/**Accordion CSS**/
.price-accordion .eael-accordion-header .eael-accordion-tab-title span {
    background: #ffffff;
    color: #013e55;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
	  position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.price-accordion .eael-accordion-header .eael-accordion-tab-title {
	  position: relative;
    padding-left: 40px;
}

.pricing-table {
    overflow-x: auto;
    margin: 20px 0 0 0;
    border-radius: 30px 30px 0 0;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    min-width: 600px;
    border-radius: 30px 30px 0 0;
}
.pricing-table table tr:nth-child(odd) td {
	  background-color: #f6f6f6
}
.pricing-table table tr:nth-child(even) td {
    background-color: #ffffff;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    border: 0;
}
.pricing-table td {
	  color: #1E1E1E;
}

.pricing-table thead th {
    background-color: #013E55;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.pricing-table table tr.section-header td {
    background-color: #a7cf3d;
    font-weight: bold;
    text-align: left;
    color: #014760;
    font-size: 16px;
}

.pricing-table tbody tr:nth-child(even):not(.section-header) {
    background-color: #f9f9f9;
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.check-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #003b5c;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M504.1 75.8l-288 352c-4.5 5.5-11.1 8.2-17.7 8.2s-13.2-2.7-17.7-8.2l-144-176c-8.3-10.1-6.8-25.1 3.4-33.4 10.1-8.3 25.1-6.8 33.4 3.4l126.3 154.4L470.7 45.8c8.3-10.1 23.3-11.7 33.4-3.4s11.7 23.3 3.4 33.4z"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M504.1 75.8l-288 352c-4.5 5.5-11.1 8.2-17.7 8.2s-13.2-2.7-17.7-8.2l-144-176c-8.3-10.1-6.8-25.1 3.4-33.4 10.1-8.3 25.1-6.8 33.4 3.4l126.3 154.4L470.7 45.8c8.3-10.1 23.3-11.7 33.4-3.4s11.7 23.3 3.4 33.4z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-size: contain;
}
.pricing-table td span {
    font-size: 20px;
    font-weight: 900;
    color: #013E55;
}
.pricing-table td i {
    color: #014760;
    font-size: 16px;
}

@media (max-width:991px) {
	.pricing-table thead th {
		padding: 15px 15px;
	}
	.pricing-table td {
		padding: 15px 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.check-icon {
		width: 14px;
		height: 14px;
	}
	.pricing-table table, .pricing-table {
		border-radius: 15px 15px 0 0;
	}
}


