@charset "utf-8";
/* CSS Document */
.membership-sec{
	padding: 50px 0;
	border-bottom: 1px solid #e2e8f0;
}
.membership-sec-inner .leftpan{
	width: 100%;
	margin-bottom: 20px;
}
.membership-sec-inner .rightpan{
	width: 100%;
	text-align: center;
}
.membership-sec-left ul{
	margin: 0;
	padding: 0;
}
.membership-sec-left ul li{
	padding: 0;
	background-image: none;
	border: 1px solid #3abfd3;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	max-width: 300px;
	width: 100%;
	margin: 0 auto 15px auto;
	display: block;
}
.membership-sec-left ul li:last-child{
	margin-bottom: 0;
}
.membership-sec-left ul li:nth-child(2){
	box-shadow:0px 0px 5px 5px #e2e8f0;
}
.membership-benefits{
	background-color: #ecfeff;
	display: block;
	width: 100%;
	padding: 6px 10px;
	text-align: center;
	color: #3abfd3;
	font-weight: 800;
    font-family: 'Baloo 2', sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin-bottom: 14px;
	
}
.membership-sec-left-bottom{
	text-align: center;
	padding:0 15px 18px 15px;
}
.membership-recharge, .membership-price-bottom-text, .membership-discount-bottom-text, .pickup-weight, .pickup-time{
	font-weight: 700;
    font-family: 'Inter 18pt', sans-serif;
	color: #1d4fa1;
	display: block;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin-bottom: 8px;
}
.minimum-requirements{
	color: #4c5c73;
	font-family: 'Inter 18pt', sans-serif;
    font-weight: 500;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.membership-price, .membership-discount{
	font-weight: 800;
    font-family: 'Baloo 2', sans-serif;
	color: #1d4fa1;
	display: block;
	font-size: 2.5rem;
	line-height: 3.1rem;
	margin-bottom: 6px;
}
.subscribe-btn{
	border-radius: 50px;
	padding: 6px 17px; 
	margin-bottom: 0;
	margin-top: 12px;
}

.membership-sec-right ul{
	padding: 0;
	font-weight: normal;
    font-family: 'Inter 18pt', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
	max-width: 400px;
	margin: 0 auto 15px auto;
}
.membership-sec-right ul li{
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	color: #1d4fa1;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%232bbad2'%3E%3Cpath d='M100.6 199.4c-13.5 0-26.5-2.6-38.8-7.8-11.9-5-22.5-12.2-31.7-21.4s-16.3-19.8-21.4-31.7C3.5 126.2.9 113.1.9 99.7c0-13.5 2.6-26.5 7.8-38.8 5-11.9 12.2-22.5 21.4-31.7S49.9 12.9 61.8 7.8C74.1 2.6 87.1 0 100.6 0c5.4 0 9.7 4.3 9.7 9.7s-4.3 9.7-9.7 9.7c-21.5 0-41.6 8.4-56.8 23.5-15.2 15.2-23.5 35.4-23.5 56.8 0 21.5 8.4 41.6 23.5 56.8C59 171.7 79.1 180 100.6 180s41.6-8.4 56.8-23.5c15.2-15.2 23.5-35.3 23.5-56.8 0-5.4 4.3-9.7 9.7-9.7s9.7 4.3 9.7 9.7c0 13.5-2.6 26.5-7.8 38.8-5 11.9-12.2 22.5-21.4 31.7s-19.8 16.3-31.7 21.4c-12.3 5.2-25.3 7.8-38.8 7.8M189 16.9c5.1 1.3 7.3 7.4 4.2 11.7-23.2 31.6-51.2 76.9-70.6 110.9-3.9 6.8-10.8 11.4-18.7 12.1h-.3c-8.8.9-17.3-3.1-22.3-10.4-10.4-15.2-22-29.8-34.5-43.6-4.6-5.1-4.3-13 .7-17.7.1-.1.2-.2.3-.2 8.8-8.1 22.6-7.3 30.5 1.7 7.8 8.9 14.9 17.4 21.1 25.6 21.2-29.7 46.1-60.5 69.1-84 5.5-5.8 13.3-7.9 20.5-6.1'/%3E%3C/svg%3E")no-repeat 0 3px;
	background-size: 13px auto;
	display: inline-block;
}
.membership-sec-right ul li:last-child{
	margin-bottom: 0;
}
.schedule-btn{
	border-radius: 50px;
}
@media only screen and (min-width: 500px){
	.membership-sec-inner ul{
		justify-content: space-between;
		align-items: center;
	}
	
	.membership-sec-right ul li:last-child{
		margin: 0;
		
	}
	
}
@media only screen and (min-width: 768px){
	.membership-sec{
		padding: 60px 0;
	}
	.membership-sec-left ul{
		margin-bottom: 20px;
	}
	.membership-sec-left ul li{
		width: 32%;
		margin:0;
		max-width: 100%;
	}
	
	.membership-benefits{
		padding: 6px 10px;
		font-size: 1.5rem;
		line-height: 1.9rem;
		margin-bottom: 16px;

	}
	.membership-price, .membership-discount {
		margin-bottom: 6px;
	}
	.membership-recharge, .membership-price-bottom-text, .membership-discount-bottom-text{
		font-size: 1.6rem;
		line-height: 2.0rem;
		margin-bottom: 5px;
	}
	.membership-price, .membership-discount{
		font-size: 3.0rem;
		line-height: 3.6rem;
	}
	.subscribe-btn{
		padding: 8px 19px; 
	}
	.membership-sec-inner .leftpan{
		margin-bottom: 0;
	}
	.membership-sec-right ul{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.membership-sec-right ul li{
		margin: 0 0 14px 0;
        padding: 0 0 0 25px;
        background-position: 0 3px;
        background-size: 15px auto;
		display: inline-block;
	}
	.minimum-requirements{
		font-size: 1.3rem;
        line-height: 2.0rem;
	}
}
@media only screen and (min-width: 1025px){
	.membership-benefits{
		padding: 6px 10px;
		font-size: 1.6rem;
		line-height: 2.0rem;
		margin-bottom: 18px;

	}
	.membership-price, .membership-discount{
		font-size: 3.5rem;
		line-height: 4.1rem;
		margin-bottom: 6px;
	}
	.membership-sec-right ul{
		margin-bottom: 20px;
	}
	.membership-sec-left ul {
        margin-bottom: 37px;
    }
	/*.minimum-requirements{
		font-size: 1.6rem;
        line-height: 2.2rem;
	}*/
}
@media only screen and (min-width: 1200px){
	.membership-sec{
		padding: 70px 0;
	}
}
@media only screen and (min-width: 1500px){
	.membership-sec{
		padding: 80px 0;
	}
	.membership-benefits{
		padding: 7px 10px;
		font-size: 2.0rem;
		line-height: 2.4rem;
		margin-bottom: 34px;

	}
	.membership-sec-right ul{
		margin-bottom: 25px;
	}
	.membership-sec-right ul li{
		margin: 0 0 18px 0;
	}
	.membership-sec p{
		margin-bottom: 40px;
	}
	.schedule-btn{
		padding: 12px 42px;
	}
}


