@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* Custom Class */
.bg-blue {
	background-color: #0e6cdd;
}

.bg-green {
	background-color: #1b842c;
}

.bg-orange {
	background-color: #ff8000;
}

.text-blue {
	color: #0e6cdd;
}

.text-green {
	color: #1b842c;
}

.text-orange {
	color: #ff8000;
}

/* Reset */
html,
body {
	position: relative;
	font-size: 16px;
	line-height: normal;
	font-family: "Open Sans", sans-serif;
}

a {
	color: inherit;
}

/* Description */
.white-label-services--tab-content-description h3 {
	font-weight: 700;
	color: #1b842c;
}

.white-label-services--tab-content-description * {
	text-align: left !important;
}

.white-label-services--tab-content-description p {
	color: #6c757d;
	font-size: 1.2rem;
	font-weight: 300;
}

/* Sidebar */
.white-label-services--nav {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.white-label-services--items {
	background-color: #e7f2e9;
	/* max-height: 610px;
	overflow-y: scroll; */
}

.fl-module-content.fl-node-content .fl-html .white-label-services--item {
	color: #000;
	font-weight: 700;
	padding: 15px;
}

.fl-module-content.fl-node-content .fl-html .white-label-services--item.active,
.fl-module-content.fl-node-content .fl-html .white-label-services--item:hover {
	padding-left: 16px;
}

.fl-module-content.fl-node-content .fl-html .white-label-services--item.active {
	background-color: #1b842c !important;
	color: #fff;
	opacity: 1;
	border-radius: 0;
}

/* Cards */
.white-label-services--tab-content-items {
	margin-left: -15px !important;
}

/* Price */
.white-label-services--tab-content-item-header {
	line-height: normal;
}

.white-label-services--tab-content-item-title {
	font-size: 1.2rem;
	font-weight: 600;
}

.entry-content .white-label-services ul > li {
	list-style: none;
	list-style-type: none;
}

.white-label-services--item.active {
	background-color: transparent !important;
	opacity: 0.3;
}

/* Content */
.white-label-services--tab-content-item-content ul {
	margin-left: 0;
}

.white-label-services--tab-content-item-content
	> ul:first-child
	li:first-child {
	border-top: none;
}

.white-label-services--tab-content-item-content li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 0 !important;
	border-top: 1px solid #eee;
	font-size: 0.9rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	line-height: 1.5rem;
	font-style: normal;
}

.white-label-services--tab-content-item-content > em {
	display: block;
	padding: 10px 15px;
	background-color: #eee;
}

.white-label-services--tab-content-item-content li:before {
	/* content: '✓'; */
	content: "⦁";
	position: absolute;
	color: #1b842c;
	left: 1rem;
	font-weight: 700;
	font-size: 1rem;
}

.white-label-services--tab-content-item-content li.hg {
	background-color: #e7f2e9;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #1b842c;
}

.white-label-services--tab-content-item-content li.hg:before {
	/* content: '◷'; */
	display: none;
}

.white-label-services--tab-content-item-content > em:first-child,
.white-label-services--tab-content-item-content {
	display: inline-block;
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	font-style: italic;
	margin-bottom: 15px;
}

/* Price */
.price {
	/* font-size: 1.1rem; */
	font-size: 1rem;
}

.white-label-services--tab-content-item-suggested-retail-price {
	background-color: rgba(14, 108, 221, 0.1);
}

/* Permalink */
.white-label-services--tab-content-item-btn {
	border: 1px solid #1b842c;
	color: #fff !important;
}

.white-label-services--tab-content-item-btn:hover {
	text-decoration: none;
	opacity: 1;
	background-color: transparent;
	color: #1b842c !important;
}

/* Custom Advanced Ads */
.custom-advanced-ads {
	border: 1px dashed #ddd;
	line-height: normal;
}

/* Sticky Sidebar */
#services-tab.end {
	top: auto;
	position: absolute !important;
	bottom: 48px;
}

.fl-module-content.fl-node-content .fl-html .white-label-services--item {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 991px) {
	.fl-module-content.fl-node-content .fl-html .white-label-services--item {
		padding: 10px;
		font-size: 0.8rem;
	}
}

@media (max-width: 767px) {
	.fl-module-content.fl-node-content .fl-html .white-label-services--item {
		padding: 15px;
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	.white-label-services--tab-content-description h3 {
		font-size: 1.5rem;
	}

	.white-label-services--tab-content-description p {
		font-size: 1rem;
	}
}



/* 2nd version */

.white-label-services-2 .nav-pills .nav-link.active,
.white-label-services-2 .nav-pills .nav-link:hover {
	background-color: #1b842c !important;
	color: #fff;
}

.top-160 {
	top: 160px;
}

.z-index-999 {
	z-index: 999;
}

.top-56 {
	top: 56px;
}
.left-0 {
	left: 0;
}

.white-label-services-2 div#services-tab {
    max-width: 315px;
}

.white-label-services-2  .navbar-nav .nav-link {
    font-size: 14px;
	padding: 10px;
    border-radius: 3px;
}
.white-label-services-2 .navbar-nav .nav-item.active .nav-link {
	opacity: .3;
}
.white-label-services-2 .navbar-nav .nav-item.active .nav-link,
.white-label-services-2 .navbar-nav .nav-link:hover {
	background-color: #1b842c !important;
	color: #fff;
}
.white-label-services-2 .navbar-nav {
	height: 300px;
	overflow: scroll;
}

.white-label-services--tab-content-notice h3 {
	font-weight: 800 !important;
}

.white-label-services--tab-content-notice h3 u, .white-label-services--tab-content-notice h3 span {
	font-weight: 800 !important;
}
.topbar-notice {
	display:block;width:100%;background-color:#1b842c;padding:10px;text-align:center;color:#fff !important;
	font-weight: 700 !important;
}
.topbar-notice:hover {
	background-color:#e7f2e9;
	color: #1b842c!important;
}


@media (max-width: 1080px) {
	.white-label-services-2 div#services-tab {
		max-width: 280px;
	}
}