
/* Global */
:root {

	--lqd-color-secondary: #54595F;
	--lqd-body-text-color: #7A7A7A;
	--lqd-color-accent: #61CE70;
	--lqd-color-gradient-start: #AEBAE0;
	--lqd-color-gradient-stop: #E6A042;
	--lqd-color-amber-100: #FCF5F3;
	--lqd-color-amber-600: #CC7851;
	--lqd-color-blue-100: #E9ECFB;
	--lqd-color-blue-200: #F0F2FA;
	--lqd-color-blue-300: #C4D4FF;
	--lqd-color-blue-500: #4D68F9;
	--lqd-color-blue-600: #2A63EB;
	--lqd-color-blue-700: #2560FF;
	--lqd-color-blue-800: #1C206F;
	--lqd-color-blue-900: #0E1758BD;
	--lqd-color-emerald-500: #49C193;
	--lqd-color-gray-100: #F0F0F0;
	--lqd-color-gray-300: #d1d5db;
	--lqd-color-gray-400: #B4B6C6;
	--lqd-color-gray-500: #6b7280;
	--lqd-color-gray-700: #374151;
	--lqd-color-green-100: #EAFBF7;
	--lqd-color-green-200: #D7EDEA;
	--lqd-color-green-500: #49C193;
	--lqd-color-green-700: #0DA781;
	--lqd-color-purple-100: #D4CCFF;
	--lqd-color-purple-300: #9A8DFF;
	--lqd-color-purple-400: #B469FF;
	--lqd-color-purple-500: #7A25FF;
	--lqd-color-purple-700: #5725FF;
	--lqd-color-red-100: #FCEEEC;
	--lqd-color-slate-100: #EBEFF1;
	--lqd-color-slate-400: #94a3b8;
	--lqd-color-slate-500: #64748b;
	--lqd-color-slate-600: #4D7184;
	--lqd-color-slate-700: #45485F;
	--lqd-color-slate-900: #292B57;
	--lqd-color-cyan-100: #EAF7FA;
	--lqd-color-sky-100: #C7ECFE;
	--lqd-color-sky-800: #104662;
	--lqd-color-sky-900: #083467;
	--lqd-color-orange-100: #FDE9CD;
	--lqd-color-orange-500: #F69F29;
	--lqd-color-orange-700: #CC7851;
	--lqd-color-yellow-500: #FFC221;
	--lqd-badge-color: #6f6fff;

	--lqd-text-font-family: 'Roboto', sans-serif;
	--lqd-text-font-weight: 400;



	--lqd-heading-color: #181b31;
	--lqd-heading-font-family: var(--lqd-body-font-family);
	--lqd-heading-font-weight: 600;
	--lqd-heading-line-height: 1.2em;
	--lqd-h1-color: #444762;
	--lqd-h1-font-family: "Nunito", Sans-serif;
	--lqd-h1-font-size: 55px;
	--lqd-h1-font-weight: 700;
	--lqd-h2-color: #45485F;
	--lqd-h2-font-family: var(--lqd-h1-font-family);
	--lqd-h2-font-size: 40px;
	--lqd-h2-font-weight: 700;
	--lqd-h3-font-size: 32px;
	--lqd-h4-font-size: 25px;
	--lqd-h5-font-size: 21px;
	--lqd-h6-font-size: 18px;

	/* --lqd-cc-bc: var(--lqd-color-primary);
	--lqd-cc-bg: var(--lqd-color-primary); */
	--lqd-cc-size-outer: 35px;
	--lqd-cc-size-inner: 7px;
	--lqd-cc-bw: 1px;
	--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
	/* --lqd-cc-active-bc: var(--lqd-color-primary);
	--lqd-cc-active-bg: var(--lqd-color-primary); */
	--lqd-cc-active-bw: 1px;
	--lqd-cc-active-circle-color: #fff;
	--lqd-cc-active-circle-txt: #000;
	--lqd-cc-active-arrow-color: #fff;
}

/* ***** Pricing ***** */
.pricing .background-overlay {
	background-size: 120% auto;
}

.pricing .module-section:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.pricing .lqd-shape-top svg {
	width: calc(110% + 1.3px);
	height: 500px;
}

.pricing .module-shape {
	left: -368px;
}

.pricing .lqd-tabs-nav {
	--icon-size: 1em;
}

.pricing .lqd-tabs-style-9-alt2 .lqd-tabs-nav li {
	background-color: #EFF3F5;
}

.pricing .lqd-tabs .lqd-tabs-nav a {
	color: #033350;
}

.pricing .lqd-tabs .lqd-tabs-nav a.active {
	color: #FF4D12;
	background-color: #FFFFFF;
}

.pricing .btn:hover,
.pricing .btn:focus {
	color: #FFFFFF;
}

.pricing .bg-red-100 {
	box-shadow: 0px 16px 33px 0px #FAF1EC;
}

.pricing .content{
	padding-bottom: 360px;
}
.pricing .bg-green-100 {
	box-shadow: 0px 17px 33px 0px #EAFBF7;
}

.pricing .module-btn-1:hover,
.pricing .module-btn-1:focus {
	background-color: var(--lqd-color-amber-600)
}

.pricing .module-btn-3:hover,
.pricing .module-btn-3:focus {
	background-color: var(--lqd-color-emerald-500);
}

.pricing .module-btn-2:hover,
.pricing .module-btn-2:focus {
	color: var(--lqd-color-blue-500);
	background-color: #F0F4FE;
}

@media (max-width: 1199px) {
	.pricing {
		padding: 40px 14px 20px 14px;
	}

	.pricing .module-section {
		margin: 0 10px 0 10px;
	}

	.pricing .module-section-bottom {
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 15px;
	}

	.pricing .lqd-imggrp-img-container {
		width: 45%;
	}

	.pricing .lqd-shape-top svg {
		width: calc(180% + 1.3px);
		height: 650px;
	}

	.pricing .pos-abs {
		left: -274px;
	}
}

@media (max-width: 767px) {

	.pricing .content{
		padding-bottom: 10px;
	}

	.pricing .background-overlay {
		background-position: center center;
		background-size: contain;
	}

	.pricing .lqd-shape-top svg {
		width: calc(220% + 1.3px);
		height: 500px;
	}

	.pricing .module-pricing {
		padding: 10px;
	}

	.pricing .module-sections {
		padding: 0 6px 0 6px;
	}

	.pricing .module-section {
		margin: 0 0 20px 0;
	}

	.pricing .ld-fancy-heading h2 {
		font-size: 32px;
	}
}

/* ***** Analysis ***** */
/* @media (max-width: 1199px) {
	.analysis {
		padding: 80px 0 40px 0;
	}

	.analysis .module-img {
		margin-bottom: -190px;
		padding: 0px 14px 0px 14px;
	}

	.analysis .module-content {
		padding: 0px 14px 0px 14px;
	}

	.analysis .module-right {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.analysis {
		padding: 60px 6px 0 6px;
	}

	.analysis .module-img {
		margin-bottom: -60px;
	}

	.analysis .module-content {
		padding: 0;
	}

	.analysis .ld-fancy-heading h2 {
		font-size: 32px;
		padding: 10px 0 0 0;
	}
} */
