.tt-support-item {
	margin-bottom: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(101, 101, 101, 0.1);

	.tt-support-title {
		font-size: 20px;
		margin-bottom: 7px;
		font-weight: 600;
	}

	p {
		color: #6c757d;
	}

	.read-more-btn {
		font-size: 15px;
		font-weight: 500;

		i {
			font-size: 90%;
		}
	}
}

.quiety-filter-wrapper {
	padding: 40px;
	background-color: #f8f9fa;
	border-radius: 15px;
}

.tt-content-filter {
	margin: 0;
	padding: 0;
	list-style: none;

	li {
		padding: 12px 0;
		line-height: 1.2;
	}
}

.support_details_area {
	padding: 115px 0 80px;
}

.tt-support-wrapper {
	@media(min-width: 992px) {
		padding-left: 50px;
	}
}

.support-related-title {
	font-size: 20px;
	margin-bottom: 22px;
}

.support-content {
	padding-left: 40px;
}

.related-support {
	padding: 40px;
	background-color: #f8f9fa;
	border-radius: 15px;

	.tt-support__title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;

		a {
			color: #6c757d;
			font-weight: 400;

			&:hover {
				color: $color__theme;
			}
		}
	}
}

.support-title {
	font-size: 36px;
	margin-bottom: 22px;
}

.support-single {
	ul {
		li {
			margin-bottom: 10px;
		}
	}
}

.page-pagination {
	margin: 0;
	padding: 0;
	list-style: none;

	li {
		display: inline-block;
		height: 40px;
		width: 40px;
		line-height: 37px;
		text-align: center;
		border: 2px solid #eee;
		margin: 0 3px;
		border-radius: 6px;
		font-weight: 500;

		i {
			font-size: 15px;
		}

		.page-numbers {
			display: block;
		}
	}
}

.sidebar-wrap {
	@media(max-width: 767px) {
		margin-bottom: 40px;
	}

}

.support-contact-info {
	margin: 30px 0 0;
	padding: 40px;
	list-style: none;
	background-color: #f8f9fa;
	border-radius: 15px;

	li {
		display: block;
		color: #6c757d;

		&:not(:last-child) {
			margin-bottom: 15px;
		}

		i {
			margin-right: 10px;
			height: 40px;
			width: 40px;
			line-height: 40px;
			text-align: center;
			border-radius: 50%;
			background-color: #def4ed;
			color: #5cc9a7;
		}

		&:nth-child(2) {
			i {
				color: #175cff;
				background-color: #ceddff;
			}
		}

		&:nth-child(3) {
			i {
				color: #f25767;
				background-color: #fcdde1;
			}
		}
	}
}