/*glossary page start*/
.hero-banner.glossary {
	height: 300px;
}

.hero-banner.glossary h1 {
	top: 75%;
}

.glossary-categories {
	padding: 43px 0 0px;
}

.glossary-categories .page-content {
	max-width: 570px;
	margin: 0 auto 35px;
}

.glossary-categories .page-content h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	font-family: 'fibra-regular';
}

.category-list-wrapper {
	text-align: center;
	padding: 20px 0;
}

.category-list-wrapper .line {
	height: 2px;
}

.category-list-wrapper .btn-primary.bg-dark-grey {
	background-color: #d0d3d8;
	color: #ffffff;
	margin: 0 0 18px;
	padding: 5px 16px;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px;
	margin: 0 -10px;
	list-style: none;
	justify-content: center;
}

.category-list .list-item {
	position: relative;
	margin: 0;
}

.category-list .list-item .list-link {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	position: relative;
}

.category-list .list-item:after {
	content: '';
	position: absolute;
	right: -2px;
	top: 20px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #000000;
}

.category-list .list-item:last-child:after {
	display: none;
}

.glossary-tooltip.hover .glossary-tooltip-content {
	display: inline;
}

.category-list-wrapper .category-list-inner {
	max-width: 800px;
	margin: 0 auto
}

.category-detail {
	padding: 30px 0 15px;
	border-top: 2px solid #d0d3d8;
}

.category-detail-wrapper {
	padding: 47px 0  100px
}

.category-list-wrapper .category-detail-inner {
	max-width: 800px;
	margin: 0 auto;
}

.category-detail:last-child {
	border-bottom: 2px solid #d0d3d8;
}

.category-detail ul {
	list-style: none;
}

.category-detail h3 {
	text-align: left;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	font-family: 'fibra-regular';
	margin-bottom: 28px;
}

.cat-detail-inner {
	display: flex;
	justify-content: space-between;
}

.cat-detail-inner ul {
	width: 47%;
}

.cat-detail-inner ul li {
	margin: 0 15px 15px 0;
}

.cat-detail-inner ul li a {
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	font-family: 'fibra-regular';
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.cat-detail-inner ul li a:hover {
	color: #000;
}

.question-block {
	padding: 70px 0;
}

.question-block  .question-inner {
	display: flex;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.question-block .question-detail {
	text-align: left;
	width: 27%;
}

.question-block .question-btns {
	text-align: left;
	width: 73%;
	padding-left: 47px;
}

.question-block .question-detail h3 {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	font-family: 'fibra-regular';
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}

.question-block .question-detail p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: 'fibra-ultralight';
	font-weight: 700;
	text-align: left;
}

/*Term page start*/
.hero-banner.term h1 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.content-area {
	padding: 50px 0 160px;
}

.site-content p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 20px;
}

.site-content .load-more-btn {
	margin: 30px 0 0;
	text-align: left;
}

.site-content .load-more-btn a {
	background-color: #00b7f1;
	border: 1px solid transparent;
}

.btn-hover.blue:before {
	background-color: #00b7f1;
}

.btn-hover.blue:after {
	background: #d0d3e8;
}

.content-wrappper.three-blocks.terms {
	margin: 0 -30px -75px;
	transform: translateY(-75px);
	-webkit-transform: translateY(-75px);
	-moz-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	-o-transform: translateY(-75px);
}

.three-block-wrapper.term {
	padding: 0 30px;
}

.question-block.term-block-outer {
	padding: 0;
}

.term-block {
	min-height: 170px;
	background-color: #ffffff;
	padding: 35px 45px;
}

.term-block em {
	font-size: 12px;
	color: #d0d3d8;
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: fibra-ultralight;
}

.three-block-wrapper .content-block .label {
	display: block;
	margin: 0 0 10px;
}

.three-block-wrapper .content-block .label span {
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.three-block-wrapper .content-block .label span i {
	color: inherit;
	font-size: 12px;
	margin: 0 7px 0 0px;
}

.term-block h3 {
	font-size: 22px !important;
	line-height: 26px;
	color: #000000;
	padding: 0 10px 0 0;
}

.term-block .blue-text {
	color: #00b7f1;
}

.green-text {
	color: #00ebd0;
}

/*Term page end*/

/*Tooltip start*/
.glossary-tooltip-content-mobile {
	box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-o-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	border-radius: 2px;
	background: #fff !important;
}

.glossary-tooltip-content {
	box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-o-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	border-radius: 2px;
	background: #fff !important;
	margin-bottom: 0 !important;
}

.glossary-tooltip {
	padding-top: 10px;
}

.glossary-tooltip-content {
	opacity: 0;
	transition: opacity 0.3s ease-in;
}

.glossary-tooltip:hover .glossary-tooltip-content {
	opacity: 1;
}

.glossary-tooltip-content,
.glossary-tooltip-text,
.glossary-tooltip-text-mobile {
	color: #2a3035;
}

.glossary-tooltip-content:after {
	border-top-color: #fff;
}

.glossary-tooltip .close {
	display: none;
}

.glossary-tooltip-text a,
.glossary-tooltip-text-mobile a {
	color: #00b7f1;
	background: none;
	padding: 0;
}

.glossary-underline {
	cursor: pointer;
}

/*Tooltip end*/

/*glossary page end*/

/* thankyou page start*/
header.header-without-link {
	padding: 28px 0 29px;
}

.thankyou-banner.hero-banner {
	height: 292px;
}

.thankyou-banner h1 {
	text-align: center;
	max-width: 340px;
	top: 76.4%;
}

.thankyou-content {
	padding: 44px 0 50px;
}

.thankyou-content .section-content {
	margin: 0 0 150px;
	text-align: center;
}

.thankyou-content .section-content p {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	margin: 0 0 40px;
}

.thankyou-content .section-content p:last-child {
	margin: 0;
}

.thankyou-content .section-content p span {
	font-weight: 800;
}

.thankyou-content .section-content .btn:not(:last-child) {
	margin-right: 25px;
}

.thankyou-content .content-title {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 6px;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	font-family: 'fibra-ultralight';
	margin-bottom: 45px;
}
.bg-grey-wrapper
{
	background-color: #f9f9f9;
	margin-top: 110px;
}
.thankyou-content .term-block.green em {
	color: #00EBD0;
}

.thankyou-content .term-block.blue em {
	color: #00B7F1;
}

.thankyou-content .term-block em i {
	margin-right: 5px;
}

.thankyou-content .with-img .card-body {
	padding: 20px 30px;
}

/* thankyou page end*/

/* media query*/
@media(min-width:992px) {
	.category-detail-wrapper .container {
		width: 800px;
	}

}

@media (max-width:1800px) {
	.term-block h3 {
		padding: 0 25px 0 0;
	}

}

@media (max-width:1440px) {
	.term-block h3 {
		padding: 0 5px 0 0;
	}

}

@media(max-width:1200px) {
	header.header-without-link {
		padding: 13px 0 14px;
	}

	.question-block .question-btns a {
		margin-bottom: 15px;
	}

	.content-wrappper.three-blocks.terms {
		margin: 0 -15px -75px;
	}

	.three-block-wrapper.term {
		padding: 0 15px;
	}

	.term-block {
		padding: 30px 25px;
	}

	.term-block h3 {
		padding: 0;
	}

	.thankyou-content {
		padding: 40px 0;
	}

	.thankyou-content .section-content {
		margin: 0 0 90px;
	}

	.thankyou-content .section-content.with-btn {
		margin: 0 0 90px;
	}

	.thankyou-content .section-content p {
		margin: 0 0 30px;
	}

	.thankyou-content .content-title {
		margin-bottom: 40px;
	}
	.bg-grey-wrapper
	{
		margin-top: 115px;
	}

}

@media(max-width:1024px) {
	header.header-without-link {
		padding: 19px 0 20px;
	}

}

@media(max-width:1023px) {
	.glossary-tooltip-content-mobile.glossary-show-tooltip .close {
		color: #000;
		top: -10px;
		width: auto;
		height: auto;
		right: -15px;
		padding: 7px 10px;
		font-size: 18px !important;
		line-height: 18px;
		display: block;
	}

}

@media (max-width:992px) {
	.content-wrappper.three-blocks.terms {
		margin: 0 -10px -75px;
	}

	.three-block-wrapper.term {
		padding: 0 10px;
	}

	.hero-banner.term h1 {
		padding: 0 15px;
	}

}

@media(max-width:991px) {
	.glossary-categories .page-content h3 {
		line-height: 38px !important;
	}

	.question-block .question-btns {
		padding-left: 30px;
		width: 67%;
	}

	.question-block .question-btns a {
		margin: 0 15px 15px 0;
	}

	.question-block .question-detail {
		width: 33%;
	}

	.category-list-wrapper {
		padding: 20px 0 0;
	}

	.category-list .list-item {
		position: relative;
		margin-bottom: 10px;
	}

	.category-list {
		max-width: 575px;
		width: 100%;
		margin: 0 auto;
	}

	.listing-block li .active-link {
		position: absolute;
		display: block;
		height: 3px;
		width: 100%;
		left: 0;
		right: 0;
		top: 100%;
		margin: 0 auto;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}

	.listing-block li.active .active-link {
		opacity: 1;
		visibility: visible;
	}

}

@media (max-width:768px) {
	.term-block {
		padding: 25px;
	}

	.term-block em {
		margin: 0 0 10px;
	}

}

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

	.question-block .question-detail {
		width: 100%;
		margin-bottom: 25px;
	}

	.question-block .question-btns {
		width: 100%;
	}

	.question-block .question-inner {
		flex-wrap: wrap;
	}

	.question-block .question-btns {
		padding-left: 0;
	}

	/*.question-block .question-btns a { min-height: 42px; padding: 5px 20px; line-height: 30px; }*/
	.category-detail-wrapper {
		padding: 50px 0 70px;
	}

	.cat-detail-inner ul {
		width: 50%;
	}

	.hero-banner.glossary h1 {
	}

	.thankyou-content {
		padding: 30px 0;
	}

	.thankyou-content .section-content,
	.thankyou-content .section-content.with-btn {
		margin: 0 0 70px;
	}

	.thankyou-content .section-content p {
		margin: 0 0 20px;
	}

	.thankyou-content .content-title {
		margin-bottom: 30px;
	}
	.bg-grey-wrapper
	{
		margin-top: 105px;
	}

}
@media(max-width:640px) {
	.thankyou-content .card-wrapper{
		padding:0 10px;
	}
}
@media(max-width:575px) {
	.cat-detail-inner ul {
		width: 100%;
		padding: 0;
	}

	.cat-detail-inner {
		margin: 0;
		flex-wrap: wrap;
	}

	.hero-banner.term h1 {
		font-size: 24px;
	}

	.site-content .load-more-btn {
		text-align: center;
	}

	.content-wrappper.three-blocks.terms {
		transform: translateY(-60px);
		-webkit-transform: translateY(-60px);
		-moz-transform: translateY(-60px);
		-ms-transform: translateY(-60px);
		-o-transform: translateY(-60px);
		margin-bottom: -60px;
	}

	.content-area {
		padding: 50px 0 140px;
	}

	.term-block {
		padding: 35px 45px;
	}

	.term-block em {
		margin: 0 0 15px;
	}
	.thankyou-content .content-title {
		margin-bottom: 30px;
	}
	.bg-grey-wrapper
	{
		margin-top: 90px;
	}
	.thankyou-content .section-content .btn {
		display: block;
		max-width: 200px;
		width: 100%;
		margin: 0 auto 10px;
	}

	.thankyou-content .section-content .btn-block a:first-child {
		margin-right: auto;
	}
	.thankyou-content .section-content .btn:not(:last-child) {
		margin-right: auto;
	}
	
}

@media(max-width:479px) {
	.hero-banner.term {
		height: 300px;
	}

	.question-block .question-btns a {
		margin-right: 0;
	}

	.term-block {
		padding: 30px 30px;
	}

}

@media(max-width:374px) {
	.category-list .list-item:after {
		display: none;
	}

}

.glossary-tooltip .glossary-tooltip-content {
	display: none;
}