.banner__pricing {
    background-color: #F8F8F8;
    border: solid 1px #EEEEEE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
}

.banner__pricing p {
    font-size: 16px;
}

.price-main-container > .container {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.price-table-container {
    padding: 20px 20px 20px 30px !important;
}

.price-category,
.price-table {
  display:none;
}

.btn-category {
	color: #ef2637 !important;
	cursor: pointer !important;
	font-weight: 400;
}

.btn-category:hover {
	color: #bf1e2c !important;
}

.btn-category::before {
 font-family: "Font Awesome 5 Pro";
 content: "\f055";
 color: #717176;
 font-weight: 300;
 margin-right: 5px;
}

.btn-category.show::before {
 content: "\f056";
}

.btn-sub-category {
	padding: 10px 15px;
  border: 1px solid #ccc;
  display: block;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
	color: #717176 !important;
	font-weight:400;
}

.price-table-title {
	color: #4195B9 !important;
	padding-left:15px;
}

.price-integration {
	margin-bottom: 20px;
}

.__tips-accordion-nav {
	border-left: 2px dashed #eee;
	text-align: left;
}

.__tips-accordion-nav::last-child {
	border-bottom: none;
}

.__tips-accordion-nav .__tip-title {
	color: #5A5A5E !important;
	padding: 25px 0 25px 20px;
}

.__tips-accordion-nav .__tip-title.active {
	color: #ef2637 !important;
}

.__tips-accordion-nav .__bold-label {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.custom-footer {
	padding-left:15px;
}

.custom-footer p {
	color: #5a5a5f;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.price-table-container {
		padding: 20px !important
	}
	.__tips-accordion-nav {
		border-top: 2px dashed #eee;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.__tips-accordion-nav.active {
		border: 0px;
		margin-bottom: 20px;
	}

	.__tips-accordion-nav.active::after {
		height:0;
		width:0;
	}

  .__tips-accordion-nav.active .__tip-title::after {
		content: "\f077";
	}

	.__tips-accordion-nav .__tip-title::after {
		content: "\f078";
	}
}