/* =-=-=-=-=-=-=-=-=-= Gift and Others =-=-=-=-=-=-=-=-=-=-= */
giftVsOthers .giftAndOthers {
	background: #E9EEF2;
	border-radius: 16px;
	padding: 27px 3%;
	justify-content: space-around;
	align-items: center;
	min-height: 88px;
	margin: 4% 0%;
}
giftVsOthers .giftAndOthers .f-set {
	justify-content: space-around;
	align-items: center;
	display: flex;
}
giftVsOthers .content-btn {
	border-radius: 20px;
	padding: 4px 0px;
	height: 23px;
	background: rgba(148, 164, 173, 0.2);
	width: 81px;
	text-align: center;
}
giftVsOthers .content-btn.active {
	background: rgba(148, 164, 173, 0.2);
	color: #444444;
	font-weight: 500;
	font-size: 10px;
}
giftVsOthers .btn-text {
	font-size: 10px;
	color: #444444;
	line-height: 12px;
	font-weight: 500;
}
giftVsOthers .headn-text {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #393D43;
}
giftVsOthers .table {
	word-wrap: break-word;
	table-layout: fixed;
	width: 100%;
	font-size: 12px;
	display: none;
}
giftVsOthers .table thead th {
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF !important;
	text-align: center;
}
giftVsOthers .table thead th:first-child {
	border-left: 0px;
	width: calc(100%/3);
}
giftVsOthers .table tbody th {
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 0px 0px .5rem;
	vertical-align: middle;
	font-weight: 500;
}
giftVsOthers .table tbody td {
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
giftVsOthers .table tbody tr{
	padding: 0px;
	max-height: 30px;
	line-height: 15px;
}
.giftAndOthers span.dspts-txt {
	font-weight: 500;
}
.giftAndOthers .text-end.available-inc {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #ACACAC;
}
needHelp .f-content {
	background: #E9EEF2;
	justify-content: space-around;
	align-items: center;
	height: 55px;
}
needHelp .f-text {
	font-size: 14px;
	line-height: 17px;
	color: #393D43;
}
needHelp .content-btn {
	background: #FFFFFF;
	border-radius: 20px;
	height: 30px;
	max-width: 153px;
}
needHelp .content {
	width: 40%;
}
needHelp .btn-text {
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
}
@media (min-width: 1020px) {
	giftVsOthers .container {
		max-width: 82%;
		padding: 0px;
		margin: 0px 9%;
	}
	giftVsOthers .table thead th:first-child {
		width: calc(65%/3);
	}
	giftVsOthers .giftAndOthers .text-end.available-inc {
		font-size: 16px;
		line-height: 19px;
		padding-right: 2%;
	}
	giftVsOthers .giftAndOthers {
		padding: 22px 10px 10px 10px;
		margin: 2% 0%;
		border-radius: 20px;
		height: 439px;
	}
	giftVsOthers .headn-text {
		font-size: 22px;
		line-height: 27px;
		color: #444444;
	}
	giftVsOthers .vs-circle {
		border-radius: 50%;
		background: #D4DDE3;
		padding: 9px;
	}
	giftVsOthers .table {
		display: block;
		padding: 3% 11% 0% 11%;
		font-size: 18px;
	}
	giftVsOthers .table thead tr, giftVsOthers .table thead tr th{
		border-top: 4px solid #FFFFFF;
		border-bottom: 4px solid #FFFFFF;
		width: calc(70%/3);
	}
	giftVsOthers .table thead tr th:first-child {
		border-right: 4px solid #FFFFFF;
	}
	giftVsOthers .table thead tr th:last-child {
		border-left: 4px solid #FFFFFF;
	}
	giftVsOthers .table tbody th:first-child {	
		padding-left: 5%;
	}
	giftVsOthers .table tbody th {
		border-bottom: 2px solid #FFFFFF;
	}
	giftVsOthers .table tbody tr td:nth-child(2) {
		border-right: 4px solid #FFFFFF;
		border-left: 4px solid #FFFFFF;
	}
	giftVsOthers .table tbody th, giftVsOthers .table thead th {
		font-size: 18px;
		line-height: 22px;
		color: #444444;
		height: 45px;
	}
	giftVsOthers .table tbody tr td {
		width: 23%;
		border-bottom: 2px solid #FFFFFF;
		border-left: 4px solid #FFFFFF;
	}
	giftVsOthers .table tbody img{
		width: 27px;
		height: 21px;
	}
	giftVsOthers .table-bottom-text {
		font-size: 16px;
		text-align: right;
		color: #ACACAC;
	}
	needHelp .f-content {
		justify-content: center;
		height: 75px;
	}
	needHelp .f-text {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
	}
	needHelp .content {
		width: 15%;
		margin-left: 9px;
	}
	needHelp .content-btn {
		background: #D9E4EC;
		border-radius: 29px;
		height: 43px;
		min-width: 219px;
	}
	needHelp .content-btn img {
		vertical-align: sub;
	}
	needHelp .btn-text {
		font-size: 20px;
		line-height: 25px;
	}
}
