@charset "utf-8";
/* CSS Document */
.transparent-pricing-sec{
	padding: 50px 0;
	border-bottom: 1px solid #e2e8f0;
}
.transparent-pricing-text{
	margin: 0 auto 10px auto;
	display: block;
	max-width: 700px;
	width: 100%;
	text-align: center;
}
@media only screen and (min-width: 500px){
	
}
@media only screen and (min-width: 768px){
	.transparent-pricing-sec{
		padding: 60px 0;
	}
	.transparent-pricing-text{
		margin: 0 auto 15px auto;
	}
}
@media only screen and (min-width: 1025px){
	.transparent-pricing-text{
		margin: 0 auto 20px auto;
	}
}
@media only screen and (min-width: 1200px){
	.transparent-pricing-sec{
		padding: 70px 0;
	}
}
@media only screen and (min-width: 1500px){
	.transparent-pricing-sec{
		padding: 80px 0;
	}
}





.tab-nav-wrapper{
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.tab-nav-wrapper ul{
	margin: 0 0 32px 0;
	padding: 6px 6px;
	border-radius: 50px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px 0 #efefef;
	background-color: #fff;
	font-weight: Bold;
    font-family: 'Inter 18pt', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
}
.tab-nav-wrapper ul li{
	margin: 0;
	padding: 0;
	background-image: none;
	width: 33.33%;
}
.tab-nav-wrapper ul li a{
	display: block;
	color: #95a4b9;
	padding: 7px 9px;
}
.tab-nav-item a.active{
	background-color: #1d4fa1;
	color: #fff;
	border-radius: 50px;
}

.tab-nav-content.active {
    display: block;
}
.tab-nav-content{
	display: none;
}
.tab-nav-content-inner{
	padding: 24px 24px 60px 24px;
	border-radius: 20px;
	box-shadow: 0 1px 2px 0 #0000;
	background-color: #fff;
	max-width: 495px;
	margin: 0 auto 20px  auto;
	width: 100%;
	position: relative;
}
.tab-nav-content-inner-top{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.order-category{
	display: block;
	padding:6px 16px;
	background-color: #ecfeff;
	color: #2bb9cf;
    border-radius: 50px;
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-family: 'Inter 18pt', sans-serif;
    font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.price{
	display: block;
	font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
	color: #1d4fa1;
	font-size: 3.0rem;
	line-height: 3.4rem;
}
.price em{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #a1aec0;
	font-style: normal;
}
.tab-nav-content-inner p{
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.tab-nav-content-inner ul{
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'Inter 18pt', sans-serif;
    font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.tab-nav-content-inner ul li{
	margin: 0 0 15px 0;
	display:block;
}
.tab-nav-content-inner ul li:last-child{
	margin-bottom: 0;
}
.book-now-btn{
	display: block;
	margin-bottom: 0;
	border-radius: 10px;
	position: absolute;
	width: 84%;
	bottom: 20px;
    left: 50%;
	transform: translate(-50%, 0);
}



@media only screen and (min-width: 500px){
	.tab-nav-wrapper ul{
		padding: 6px 6px;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.tab-nav-wrapper ul li{
		width: auto;
	}
	.tab-nav-wrapper ul li a{
		padding: 8px 23px;
	}
	.dry-cleaning .tab-nav-content-inner{
		width: 46%;
		margin:0 2% 2% 0;
	}
}
@media only screen and (min-width: 768px){
	.tab-nav-wrapper ul{
		margin-bottom: 38px;
	}
	.tab-nav-content-inner{
		width: 48%;
		margin:0 4% 0 0;
	}
	.tab-nav-content-inner:last-child{
		margin-right: 0;
	}
	.tab-nav-content-inner{
		padding:32px 32px 70px 32px;
		max-width: 100%;
	}
	.tab-nav-content-inner-top{
		margin-bottom: 22px;
	}
	.dry-cleaning .tab-nav-content-inner{
		width: 31.33%;
		margin:0 3% 0 0;
	}
	.dry-cleaning .tab-nav-content-inner:last-child{
		margin-right: 0;
	}
	
}
@media only screen and (min-width: 921px){
	.tab-nav-wrapper ul{
		margin-bottom: 45px;
	}
	.order-category{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.price{
		font-size: 3.5rem;
		line-height: 4.1rem;
	}
	.price em{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.tab-nav-content-inner p{
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	.tab-nav-content-inner ul{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}
@media only screen and (min-width: 1025px){
	.tab-nav-wrapper ul li a:hover{
		color: #1d4fa1;
	}
	.tab-nav-item a.active:hover{
		color: #fff;
	}
	.tab-nav-wrapper ul{
		margin-bottom: 56px;
	}
	.tab-nav-content-inner{
		 transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.tab-nav-content-inner:hover{
		transform: translateY(-6px);
    	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05);
	}
	
}
@media only screen and (min-width: 1500px){
	.book-now-btn {
		display: block;
		margin-bottom: 0;
		border-radius: 10px;
		position: absolute;
		width: 87%;
		bottom: 31px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.transparent-pricing-text {
        margin: 0 auto 26px auto;
    }
	.tab-nav-content-inner {
        padding: 32px 32px 80px 32px;
    }
}