:root {
	--mainColor:#0061d4;
	--mainTitleColor: #202020;
	--secTitleColor: #505050;
	--gutter: 30px;
}
.community-banner {
	position: relative;
	background: #000000;
	overflow: hidden;
}
.community-banner:before,.community-banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
	z-index: 2;
}
.community-bg {
	position: absolute;
	width: 120%;
	height: auto;
	top: -5%;
	left: -5%;
	filter: blur(12px);
	opacity: 0.5;
	z-index: 1;
}
.community-pro-pic {
	position: relative;
	width: 96px;
	height: 96px;
	background: #001d36;
	border: solid 2px #fff;
	border-radius: 50%;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}
.community-pro-pic img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.community-info-wrapper {
	position: relative;
	min-height: 350px;
	padding: 80px 0px 0px 0px;
	z-index: 3;
}
.member-count {
	color: rgba(255,255,255,0.65);
}
.member-count span {
	color: rgba(255,255,255,1);
}
.community-info-wrapper .join-btn {
	position: absolute;
	top: 138px;
	right: 0px;
	color: #ffffff;
	background: var(--mainColor);
	border: none;
}
.community-content-wrapper {
	background: #f3f5f9;
}
.tab-navigation {
	position: relative;
	background: #ffffff;
	margin: 0px 0px 40px 0px;
	z-index: 1;
	/*box-shadow: 0px 5px 5px rgba(0,0,0,0.05);*/
}
.tab-navigation a {
	position: relative;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	word-break: keep-all;
	white-space: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 4rem;
	color: #6c6c6c;
	padding: 0px 18px;
}
.tab-navigation a:hover {
	color: #0061d4;
	text-decoration: none;
}
.tab-navigation a.active {
	color: #0061d4;
}
.tab-navigation a.active:before, .tab-navigation a.active::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #0061d4;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
/*.community-content {
	padding: 15px 0px;
}*/
.post {
	position: relative;
	background: #ffffff;
	padding: 20px 24px;
	border-radius: 4px;
	margin: 0px 0px 30px 0px;
}
.post-title .post-time {
	display: block;
	font-size: 0.75rem;
	color: #6c6c6c;
}
.more-actions {
	position: absolute;
	top: 0px;
	right: 0px;
}
.more-actions .action-item {
	position: relative;
	min-height: 36px;
	min-width: 36px;
	float: right;
	margin: 0px 15px 0px 0px;
}
.more-actions .action-item:first-child {
	margin: 0px;
}
.actions {
	display: none;
	position: absolute;
	width: 120px;
	top: 0px;
	right: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
	z-index: 1;
}
.actions a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2rem;
	color: #6c6c6c;
	white-space: nowrap;
	padding: 0px 8px;
}
.active-actions {
	display: block;
	right: 36px;
}
.more-btn {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0px;
	right: 0px;
	background: #f5f5f5;
	padding: 10px;
	border: none;
	border-radius: 50%;
	z-index: 2;
}
.more-btn svg {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}
.community-search {
	display: inline-block;
	min-width: 54px;
	line-height: 4rem;
	border: none;
	background: none;
	padding:0px 18px;
}
.post-profile {
	position: relative;
	padding: 4px 0px 0px 60px;
	margin: 0px 0px 20px 0px;
}
.profile-pic {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 3.125rem;
	background: #d9d9d9;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	overflow: hidden;
}
.profile-pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.post-answer {
	position: relative;
	text-align: left;
	line-height: 3.5rem;
	background: #f8f8f8;
	border: solid 1px #979797;
	padding: 0px 0px 0px 62px;
	margin: 0px 0px 8px 0px;
	border-radius: 0.5rem;
	transition: all 0.3s;
}
.post-answer:hover {
	background: rgba(0,97,212,0.1);
	border: solid 1px rgba(0,97,212,0.5);
	transition: all 0.5s;
}
.post-answer .profile-pic {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 2.25rem;
	top: 10px;
	left: 15px;
}
.post-cta {
	background: none;
	border: none;
	padding: 18px 15px;
	border-radius: 0.25rem;
}
.post-cta svg {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0px 8px 0px 0px;
}
.post-cta span {
	display: block;
	float: left;
	line-height: 1.125rem;
}
.post-actions svg path {
	fill:#1f2123;
}
.post-cta:hover {
	background: rgba(0,97,212,0.1);
}
.post-cta:hover svg path {
	fill:#0061d4;
}
.post-cta:hover span {
	color: #0061d4;
}
.post-content {
	margin: 0px 0px 25px 0px;
}
.req-post .req-details {
	font-weight: 500;
	color: var(--mainColor);
}
.q-txt {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.75rem;
}
.answer-bx {
	position: relative;
	background: #f4f4f4;
	padding: 15px 18px;
	border-radius: 0.5rem;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.answer-bx .post-content {
	margin: 0px 0px 0px 0px;
}
.answer-bx .post-title {
	font-size: 1.25rem;
}
.answer-txt {
	font-size: 1.125rem;
	line-height: 1.65rem;
}
.dp-a1:before,.dp-a1::before {
	position: absolute;
	content: 'A';
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: #ff7262;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.txt-link {
	color: var(--mainColor);
}
.answer-btn {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2rem;
	color: #ffffff;
	background: var(--mainColor);
	padding: 0px 12px;
}
.load-more-btn {
	background: none;
	border: none;
}
.load-more-btn:after, .load-more-btn::after {
	position: relative;
	display: inline-block;
	content: '>';
	width: 18px;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
	transform: rotate(90deg);
	margin: 0px 0px 0px 4px;
}
/* The container */
.poll-list {
	display: block;
	position: relative;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.poll-list input {
	display: none;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.poll-list .poll-list-info {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border: solid 1px #ffffff;
	border-radius: 8px;
	overflow: hidden;
}
.poll-list .poll-list-info p {
	position: relative;
	padding: 12px 50px 12px 45px;
	margin: 0px;
	z-index: 2;
}
.poll-list .poll-list-info .poll-percent {
	position: absolute;
	right: 15px;
	font-weight: 700;
	color: #0061d4;
}
.poll-list .poll-progress {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,97,212,0.2);
	z-index: 1;
}
.poll-list .checkmark {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 12px;
	left: 15px;
	background-color: #ffffff;
	border: solid 2px rgba(0,97,212,0.2);
	border-radius: 50%;
	z-index: 2;
}
.poll-list:hover input ~ .checkmark {
 	background-color: #ccc;
}
.poll-list input:checked ~ .poll-list-info .checkmark, .poll-selected .checkmark {
	background: url("../images/white-tick.svg") no-repeat 50% 50% #0061d4;
	background-size: 10px;
	border: solid 2px #0061d4;
}
.active-poll .poll-list .poll-list-info {
	background: #ffffff;
	border: solid 1px rgba(0,97,212,0.2);
	box-shadow: 0px 4px 8px rgba(0,97,212,0.12);
}
.active-poll .poll-list {
	cursor: pointer;
}
.active-poll .poll-list:hover .poll-list-info {
	box-shadow: 0px 4px 8px rgba(0,97,212,0.18);
	border: solid 1px rgba(0,97,212,0.5);
}
.active-poll .poll-list:hover .checkmark {
	border: solid 2px rgba(0,97,212,0.4);
}
.thumb-container {
	display:grid;
	width: 100%;
	/* grid-gap: var(--gutter) 0; */
	grid-template-columns: var(--gutter) 1fr var(--gutter);
	align-content: start;
}
.thumb-container > * {
	grid-column: 2 / -2;
}
.thumb-container > .thumb-wrapper-full {
	grid-column: 1 / -1;
}
.thumb {
	display: grid;
	/* grid-gap: calc(var(--gutter) / 2); */
	/*grid-template-columns: 10px;*/
	grid-template-rows: minmax(68px, 1fr);
	grid-auto-flow: column;
	grid-auto-columns: min-content;
	overflow-x: hidden;
	scroll-snap-type: x proximity;
}
.thumb-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.thumb-row > div {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}
.feature-tag {
	display: inline-block;
	color: #ffffff;
	background: #202020;
	padding: 8px 12px;
	margin: 4px;
	border-radius: 4px;
}
.qr-code {
	position: relative;
	display: inline-block;
	width: 165px;
	height: 165px;
	background: url("../images/indianmoney_app_download_qr_code.png") no-repeat 50% 50%, radial-gradient(50% 50% at 50% 50%, #FFFFFF 76.56%, #EFF9FF 100%) no-repeat;
	background-size: 95px,100%;
	margin: -105px 0px 10px 0px;
	border: solid 3px #ffffff;
	box-shadow: 0px 12px 48px rgba(4, 96, 207, 0.18);
	border-radius: 50%;
	/*overflow: hidden;*/
}
.qr-code img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.community-thumb {
	background: #ffffff;
	border-radius: 0.75rem;
	margin: 12px 0px;
	overflow: hidden;
	box-shadow: 0px 5px 24px rgba(0,0,0,0.18);
}
.community-thumb .community-banner {
	position: relative;
	height: 90px;
}
.community-thumb .community-banner img {
	position: absolute;
	width: 120%;
	height: auto;
	top: -10px;
	left: -10px;
	filter: blur(8px);
	z-index: 1;
}
.community-thumb .community-description {
	text-align: center;
	padding: 0px 15px 18px 15px;
}
.community-thumb .community-icon {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: solid 2px #ffffff;
	margin: -50px 0px 5px 0px;
	box-shadow: 0px 3px 12px rgba(0,0,0,0.12);
	overflow: hidden;
	z-index: 2;
}
.community-thumb .community-icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.community-updates {
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px;
}
.community-updates p {
	position: relative;
	font-size: 0.8125rem;
	padding: 0px 10px 0px 30px;
}
.community-info-icons {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../images/community-icons-stripe.png") no-repeat;
	background-size: 225%;
	top: 0px;
	left: 0px;
}
.people-ico {
	background-position: 0% 25%;
}
.posts-ico {
	background-position: 96% 25%;
}
.people {
	font-weight: 500;
	color: #001d36;
}
.load-more-cta {
	margin: 20px 0px 70px 0px;
}
.sub-nav {
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	background: #001d36;
}
.tabbed-nav {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
	margin: 30px 0px 0px 0px;
}
.tabbed-nav a {
	position: relative;
	width: 49.5%;
	font-weight: 700;
	text-align: center;
	line-height: 4rem;
	color: rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.18);
	border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.tabbed-nav a svg {
	display: none;
	width: 28px;
	height: 28px;
}
.tabbed-nav a.active {
	color: #001d36;
	background: #ffffff;
}
.tabbed-nav a span {
	position: relative;
}
.new-tag:before, .new-tag::before {
	position: absolute;
	content: 'New!';
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
	color: #202020;
	background: #ffcc00;
	top: -10px;
	left: 30px;
	padding: 0px 8px;
	z-index: 1;
}
.tabbed-nav a:hover {
	color: rgba(0,29,54,1);
	background: rgba(255,255,255,0.8);
}
.ffa-with-qrc .modal-content {
	background: linear-gradient(180deg,#ffffff 64%,#e6f3fe 100%) no-repeat;
	border-radius: 1.5rem;
}
.qrc-wrapper {
	padding: 0px 40px 30px 40px;
}
.ffa-with-qrc .close {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #fff;
	background: #000;
	top: -20px;
	left: 0px;
	text-shadow: none;
	opacity: 1;
	border-radius: 50%;
	z-index: 1;
}
.feature-list {
	display: block;
	list-style: none inside;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px;
}
.feature-list li {
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.25rem;
	padding: 8px 0px 8px 24px;
}
.feature-list li svg {
	position: absolute;
	top: 10px;
	left: 0px;
}
.feature-list li svg path {
	fill:#169BE5;
}
.feature-list li b {
	color: #202020;
	border-bottom: solid 2px rgba(22,155,229,0.24);
}
.special-title {
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 2.5rem;
	color: transparent;
	background: linear-gradient(90deg,#0460CF,#169BE5);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color:transparent;
	text-fill-color:transparent;
	text-shadow: 0px 7px 12px rgba(0,0,0,0.12);
	z-index: 2;
}
.download-strip {
	position: relative;
	display: inline-block;
	min-height: 48px;
	text-align: left;
	color: #ffffff;
	background: linear-gradient(90deg,#0460CF,#169BE5) no-repeat;
	padding: 12px 20px 12px 64px;
	border-radius: 24px;
}
.download-strip svg {
	position: absolute;
	width: 26px;
	height: auto;
	top: -8px;
	left: 20px;
	transform: rotate(-22deg);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.12);
}
.ffa-with-qrc .app-download-nav a {
	box-shadow: 0px 8px 18px rgba(4, 96, 207, 0.12);
}
.qr-code span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	animation: focus 4s infinite;
	z-index: 1;
}
@keyframes focus {
	0%,100% {
		transform: scale(1);
		opacity: 0.6;
	}
	80% {
		transform: scale(2);
		opacity: 0;
	}
	95% {
		transform: scale(1);
		opacity: 0;
	}
}
.qr-code span:nth-child(1) {
	animation-delay: 0.5s;
}
.qr-code span:nth-child(2) {
	animation-delay: 1s;
}
.qr-code span:nth-child(3) {
	animation-delay: 1.5s;
}
.qr-txt {
	position: absolute;
	top:-80px;
	right: 45px;
	animation: shake 3s ease-in infinite;
}
.qr-txt svg {
	position: relative;
	left: -30px;
	transform: rotate(-10deg);
}
.qr-txt span {
	display: block;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #fff;
}
@keyframes shake {
	0%,100% {
		right: 45px;
		
	}
	4% {
		right: -20px;
	}
	8% {
		right: 55px;
	}
	12% {
		right: 0px;
	}
	16% {
		right: 45px;
	}
}
.img-post {
	position: relative;
	width: 100%;
	float: left;
	padding: 0% 0% 56.25% 0%;
	margin: 0px 0px 15px 0px;
	border-radius: 0.5rem;
	overflow: hidden;
	z-index: 1;
}
.img-post img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.video-post {
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
	background: #000000;
	padding: 0%;
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	border-radius: 0.5rem;
	overflow: hidden;
}
.video-post img {
	width: 24%;
	height: auto;
}
.video-post:before,.video-post::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:url("../images/play-btn.png") no-repeat 50% 50% rgba(0,0,0,0.75);
	background-size: 64px;
	z-index: 1;
}
.ffa-with-qrc .modal-dialog {
	margin: 200px auto;
}
.translate {
	position: absolute;
	top: 0px;
	right: 0px;
}
.translate-languages {
	
	position: absolute;
	min-width: 130px;
	top: 0px;
	right: 36px;
	background: #ffffff;
	border-radius: 0.5rem 0rem 0.5rem 0.5rem;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	z-index: 2;
}
.translate-languages button {
	display: block;
	width: 100%;
	font-size: 0.75rem;
	text-align: left;
	line-height: 2.25rem;
	float: left;
	background: none;
	padding: 0px 15px;
	border: none;
	border-bottom: solid 1px #f5f5f5;
}
.translate-languages button:last-child {
	border: none;
}
.translate-languages button:hover {
	color: var(--mainColor);
	background: #f5f5f5;
}
.action-btn {
	width: 36px;
	height: 36px;
	background: none;
	padding: 10px;
}
.action-btn svg {
	width: 100%;
	height: 100%;
	float: left;
}
.bottom-nav {
	display: block;
	list-style: none inside;
	float: left;
	background: #fff;
}
.bottom-nav li {
	display: block;
	width: 100%;
	float: left;
	border-bottom: solid 1px #f5f5f5;
}
.bottom-nav li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	color: #505050;
	padding: 20px 20px 20px 65px;
}
.bottom-nav li a svg {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 20px;
	left: 20px;
}
.ffa-form-modal .modal-content {
	border-radius: 1.125rem;
	padding: 0px 40px;
}
.ffa-form-modal .modal-header {
	padding: 30px 0px;
	border-bottom: solid 1px rgba(4, 96, 207, 0.1);
}
.ffa-form-modal .modal-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--mainTitleColor);
}
.ffa-form-modal .modal-body {
	padding: 30px 0px;
}
.textarea-with-options {
	position: relative;
}
.textarea-with-options .options {
	background: #f3f5f9;
	padding: 0px 15px 15px 15px;
	border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.textarea-with-options .options a {
	position: relative;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 2.5rem;
	color: #808080;
	background: #fff;
	padding: 0px 15px 0px 40px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.03);
	border-radius: 1.25rem;
}
.textarea-with-options .options a svg {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 15px;
}
.ffa-common-form textarea {
	width: 100%;
	min-height: 125px;
	background: #f3f5f9;
	resize: none;
	border-radius: 0.5rem;
	border: none;
	padding: 18px 15px;
}
.ffa-common-form label {
	font-size: 1rem;
	font-weight: 500;
	color: var(--secTitleColor);
	margin: 0px 0px 4px 0px;
}
.textarea-with-options textarea {
	min-height: 160px;
	float: left;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.modal-backdrop.show {
	opacity: 0.85;
}
@media(min-width:320px) and (max-width:359px){
	.tab-navigation .container {
		padding: 0px;
	}
	.thumb {
		overflow-x: scroll;
	}
	.ffa-with-qrc .modal-content {
		border-radius: 1rem;
	}
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 15px 0px 15px 0px;
	}
	.special-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.feature-list {
		padding: 0px;
	}
	.feature-list li {
		font-size: 0.8125rem;
		line-height: 1.125rem;
		padding: 5px 0px 5px 24px;
	}
	.feature-list li svg {
		width: 10px;
		top: 7px;
	}
	.download-strip {
		font-size: 0.875rem;
		line-height: 1.125rem;
		padding: 8px 15px 8px 64px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-pro-pic {
		width: 50px;
		height: 50px;
		border: solid 2px #fff;
	}
	.community-info-wrapper {
		min-height: 215px;
		padding: 30px 15px 0px 15px;
	}
	.community-title {
		font-size: 1rem;
	}
	.post-count {
		font-size: 0.875rem;
	}
	.member-count {
		font-size: 0.625rem;
		line-height: 1rem;
	}
	.community-info-wrapper .join-btn {
		top: 48px;
		right: 15px;
	}
	.thumb {
		grid-template-rows: minmax(54px, 1fr);
	}
	.tab-navigation {
		margin: 0px 0px 8px 0px;
	}
	.tab-navigation a {
		font-size: 0.8125rem;
		font-weight: 500;
		line-height: 3rem;
		padding: 0px 15px;
	}
	.community-info-wrapper .join-btn {
		font-size: 0.75rem;
	}
	.post {
		padding: 20px 18px;
		margin: 0px 0px 12px 0px;
	}
	.post-profile {
		padding: 0px 0px 0px 42px;
	}
	.profile-pic {
		width: 36px;
		height: 36px;
	}
	.post-title,.answer-bx .post-title,.load-more-btn {
		font-size: 0.875rem;
	}
	.more-btn {
		width: 28px;
		height: 28px;
		padding: 8px;
	}
	.post-content {
		margin: 0px;
	}
	.post-answer {
		font-size: 0.75rem;
		line-height: 2.5rem;
		padding: 0px 0px 0px 42px;
	}
	.post-answer .profile-pic {
		width: 24px;
		height: 24px;
		line-height: 1.5rem;
		top: 8px;
		left: 8px;
	}
	.post-cta svg {
		display: inline-block;
		float: none;
		margin: 0px;
	}
	.post-cta span {
		width: 100%;
		font-size: 0.75rem;
	}
	.post-cta {
		padding: 12px 10px;
	}
	.answer-btn {
		font-size: 0.75rem;
	}
	.q-txt, .answer-txt {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.for-sm-device {
		padding: 0px 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 85px auto 0px auto;
	}
	.thumb-row, .thumb-row > div {
		display: block;
	}
}
@media(min-width:360px) and (max-width:479px){
	.thumb {
		overflow-x: scroll;
	}
	.ffa-with-qrc .modal-content {
		border-radius: 1rem;
	}
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 15px 20px;
	}
	.special-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.feature-list {
		padding: 0px;
	}
	.feature-list li {
		font-size: 0.8125rem;
		line-height: 1.125rem;
		padding: 5px 0px 5px 24px;
	}
	.feature-list li svg {
		width: 10px;
		top: 7px;
	}
	.download-strip {
		min-height: 0px;
		font-size: 0.875rem;
		line-height: 1.125rem;
		padding: 12px 15px 14px 64px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-pro-pic {
		width: 50px;
		height: 50px;
		border: solid 2px #fff;
	}
	.community-info-wrapper {
		min-height: 215px;
		padding: 30px 15px 0px 15px;
	}
	.community-title {
		font-size: 1rem;
		padding: 0px;
	}
	.post-count {
		font-size: 0.875rem;
	}
	.member-count {
		font-size: 0.625rem;
		line-height: 1rem;
	}
	.community-info-wrapper .join-btn {
		top: 48px;
		right: 15px;
	}
	.thumb {
		grid-template-rows: minmax(54px, 1fr);
	}
	.tab-navigation {
		margin: 0px 0px 8px 0px;
	}
	.tab-navigation a {
		font-size: 0.8125rem;
		font-weight: 500;
		line-height: 1.125rem;
		padding: 12px 15px;
	}
	.community-info-wrapper .join-btn {
		font-size: 0.75rem;
	}
	.post {
		padding: 20px 18px;
		margin: 0px 0px 12px 0px;
	}
	.post-profile {
		padding: 0px 0px 0px 42px;
	}
	.profile-pic {
		width: 36px;
		height: 36px;
	}
	.post-title,.answer-bx .post-title,.load-more-btn {
		font-size: 0.875rem;
	}
	.more-btn {
		width: 28px;
		height: 28px;
		padding: 8px;
	}
	.post-content {
		margin: 0px;
	}
	.post-answer {
		font-size: 0.75rem;
		line-height: 2.5rem;
		padding: 0px 0px 0px 42px;
	}
	.post-answer .profile-pic {
		width: 24px;
		height: 24px;
		line-height: 1.5rem;
		top: 8px;
		left: 8px;
	}
	.post-cta svg {
		display: inline-block;
		float: none;
		margin: 0px;
	}
	.post-cta span {
		width: 100%;
		font-size: 0.75rem;
	}
	.post-cta {
		padding: 12px 10px;
	}
	.answer-btn {
		font-size: 0.75rem;
	}
	.q-txt, .answer-txt {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.for-sm-device {
		padding: 0px 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 120px auto 0px auto;
	}
	.thumb-row, .thumb-row > div {
		display: block;
	}
}
@media(min-width:480px) and (max-width:577px){
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 24px 20px;
	}
	.special-title {
		font-size: 1.65rem;
		line-height: 2rem;
	}
	.feature-list {
		padding: 0px 20px;;
	}
	.feature-list li {
		font-size: 1rem;
		line-height: 1.25rem;
		padding: 8px 0px 8px 24px;
	}
	.feature-list li svg {
		width: 10px;
		top: 10px;
	}
	.download-strip {
		font-size: 1rem;
		line-height: 1.25rem;
		padding: 15px 18px 15px 64px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-pro-pic {
		width: 60px;
		height: 60px;
		border: solid 2px #fff;
	}
	.community-info-wrapper {
		min-height: 215px;
		padding: 30px 20px 0px 20px;
	}
	.community-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding: 0px 0px 5px 0px;
	}
	.post-count {
		font-size: 1rem;
	}
	.member-count {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.community-info-wrapper .join-btn {
		top: 48px;
		right: 20px;
	}
	.thumb {
		grid-template-rows: minmax(54px, 1fr);
	}
	.tab-navigation {
		margin: 0px 0px 8px 0px;
	}
	.tab-navigation a {
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 3.5rem;
		padding: 0px 18px;
	}
	.community-info-wrapper .join-btn {
		font-size: 0.875rem;
	}
	.post {
		padding: 20px 18px;
		margin: 0px 0px 12px 0px;
	}
	.post-profile {
		padding: 8px 0px 0px 55px;
	}
	.profile-pic {
		width: 45px;
		height: 45px;
	}
	.post-title,.answer-bx .post-title,.load-more-btn {
		font-size: 1rem;
	}
	.post-title .post-time {
		margin: 4px 0px 0px 0px;
	}
	.more-btn {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.post-content {
		margin: 0px;
	}
	.post-answer {
		font-size: 0.875rem;
		line-height: 3rem;
		padding: 0px 0px 0px 48px;
	}
	.post-answer .profile-pic {
		width: 30px;
		height: 30px;
		line-height: 1.5rem;
		top: 9px;
		left: 8px;
	}
	.post-cta svg {
		display: inline-block;
		float: none;
		margin: 0px;
	}
	.post-cta span {
		width: 100%;
		font-size: 0.875rem;
	}
	.post-cta {
		padding: 15px 18px;
	}
	.answer-btn {
		font-size: 0.875rem;
	}
	.q-txt, .answer-txt {
		font-size: 1.25rem;
		line-height: 1.85rem;
	}
	.for-sm-device {
		padding: 0px 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 125px auto 0px auto;
	}
	.thumb-row, .thumb-row > div {
		display: block;
	}
}
@media(min-width:578px) and (max-width:767px){
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 24px 20px;
	}
	.special-title {
		font-size: 1.65rem;
		line-height: 2rem;
	}
	.feature-list {
		padding: 0px 20px;;
	}
	.feature-list li {
		font-size: 1rem;
		line-height: 1.25rem;
		padding: 8px 0px 8px 24px;
	}
	.feature-list li svg {
		width: 10px;
		top: 10px;
	}
	.download-strip {
		font-size: 1rem;
		line-height: 1.25rem;
		padding: 15px 18px 15px 64px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-pro-pic {
		width: 72px;
		height: 72px;
		border: solid 2px #fff;
	}
	.community-info-wrapper {
		min-height: 260px;
		padding: 45px 20px 0px 20px;
	}
	.community-title {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0px 0px 8px 0px;
	}
	.post-count {
		font-size: 1rem;
	}
	.member-count {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.community-info-wrapper .join-btn {
		top: 80px;
		right: 20px;
	}
	.thumb {
		grid-template-rows: minmax(54px, 1fr);
	}
	.tab-navigation {
		margin: 0px 0px 20px 0px;
	}
	.tab-navigation a {
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 4rem;
		padding: 0px 20px;
	}
	.community-info-wrapper .join-btn {
		font-size: 0.9375rem;
	}
	.post {
		padding: 20px 18px;
		margin: 0px 0px 30px 0px;
	}
	.post-profile {
		padding: 8px 0px 0px 55px;
	}
	.profile-pic {
		width: 45px;
		height: 45px;
	}
	.post-title,.answer-bx .post-title,.load-more-btn {
		font-size: 1rem;
	}
	.post-title .post-time {
		margin: 4px 0px 0px 0px;
	}
	.more-btn {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.post-content {
		margin: 0px;
	}
	.post-answer {
		font-size: 0.875rem;
		line-height: 3rem;
		padding: 0px 0px 0px 48px;
	}
	.post-answer .profile-pic {
		width: 30px;
		height: 30px;
		line-height: 1.5rem;
		top: 9px;
		left: 8px;
	}
	.post-cta svg {
		display: inline-block;
		float: none;
		margin: 0px;
	}
	.post-cta span {
		width: 100%;
		font-size: 0.875rem;
	}
	.post-cta {
		padding: 15px 18px;
	}
	.answer-btn {
		font-size: 0.875rem;
	}
	.q-txt, .answer-txt {
		font-size: 1.25rem;
		line-height: 1.85rem;
	}
	.for-sm-device {
		padding: 0px 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 110px auto 0px auto;
	}
	.thumb-row, .thumb-row > div {
		display: block;
	}
}
@media(min-width:768px) and (max-width:959px){
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 24px 18px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-info-wrapper {
		padding: 80px 20px 0px 20px;
	}
	.community-info-wrapper .join-btn {
		top: 138px;
		right: 20px;
	}
	.community-title {
		padding: 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 120px auto 0px auto;
	}
	.thumb-row {
		flex-direction: column;
	}
}
@media(min-width:960px) and (max-width:1119px){
	.qr-code-wrapper {
		display: none;
	}
	.qrc-wrapper {
		padding: 30px 18px;
	}
	.ffa-with-qrc .close {
		display: block;
	}
	.community-info-wrapper {
		padding: 80px 20px 0px 20px;
	}
	.community-info-wrapper .join-btn {
		top: 138px;
		right: 20px;
	}
	.community-title {
		padding: 0px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 120px auto 0px auto;
	}
	.thumb-row {
		flex-direction: column;
	}
}
@media(min-width:1200px) and (max-width:1359px){
	.community-info-wrapper {
		padding: 80px 20px 0px 20px;
	}
	.community-info-wrapper .join-btn {
		top: 138px;
		right: 20px;
	}
	.ffa-with-qrc .modal-dialog {
		margin: 135px auto 0px auto;
	}
}