/*
 Theme Name:   Cliniq Child
 Theme URI:    http://cliniq.bold-themes.com
 Description:  Cliniq child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     cliniq
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  cliniq-child
*/

.page-id-8237 h1, .page-id-8237 h2, .page-id-8237 h3,
.page-id-8237 h4, .page-id-8237 h5, .page-id-8237 h6,
.page-id-8237 p, .page-id-8237 span, .page-id-8237 a, 
.page-id-8237 li,  .page-id-8237 div, .page-id-8237 ul li{
	 font-family: 'Montserrat', sans-serif !important; 
}


.custom-pricing-table , .table-2{
	border-radius: 2em;
	border: 1px solid var(--e-global-color-7d940da);
	background-color: #fff;
	font-family: "Montserrat", arial, sans-serif;
}

.custom-pricing-table .pricing-header, .table-2 .pricing-header {
	padding: 3em 3em 1em;
	border-radius: 2em;
}

@media only screen and (max-width: 767px) {
	.custom-pricing-table .pricing-header, .table-2 .pricing-header {
		padding: 2em 1em;
		border-radius: 2em;
	}
	.elementor-8242 .elementor-element.elementor-element-3285a9d .elementor-icon-list-item:not(:last-child):after{
		display: none;
	}
}

.custom-pricing-table .plan, .table-2 .plan {
	color: #000;
	font-size: 1.5em; /* Heading stays larger */
	font-weight: 600;
	font-family: "Montserrat", arial, sans-serif;
	margin-bottom: 0.3em;
	line-height: 1.3;
}

.custom-pricing-table .price, .table-2 .price {
	color: #000;
	margin-top: 0.5em;
	font-size: 1.2em; /* Smaller than plan heading */
	font-weight: 600;
	font-family: "Montserrat", arial, sans-serif;
	line-height: 1.2;
}

.custom-pricing-table .btn-wrapper {
	transform: translateY(2em);
	text-align: center;
}

.table-2 .btn-wrapper {
	text-align: center;
	margin-bottom:1em;
}

.custom-pricing-table .pricing-btn {
	padding: 10px 25px;
	display: inline-block;
	background: #ffffff;
	color: var(--e-global-color-7d940da);
	text-transform: uppercase;
	border-radius: 1em;
	border: solid 1px var(--e-global-color-7d940da);
	font-weight: 600;
	font-size: 1em;
	font-family: "Montserrat", arial, sans-serif;
}

.table-2 .pricing-btn{
	padding: 10px 25px;
	display: inline-block;
	background: var(--e-global-color-7d940da);
	color: #ffffff;
	border-radius: 1em;
	border: solid 1px var(--e-global-color-7d940da);
	font-weight: 600;
	font-size: 1em;
	font-family: "Montserrat", arial, sans-serif;
}

@media only screen and (max-width: 767px) {
	.custom-pricing-table .btn-wrapper {
		transform: translateY(3em);
	}
}

.custom-pricing-table .pricing-body{
	padding: 3em 1em 3em;
}

.table-2  .pricing-body{
	padding:  2em 1em 2em;
}

.custom-pricing-table .key-f,  .table-2 .key-f{
	color: #000;
	font-size: 1.3em;
	font-weight: 600;
	font-family: "Montserrat", arial, sans-serif;
	margin-bottom: 1rem;
}

.custom-pricing-table .feature-list,  .table-2  .feature-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-pricing-table .feature,  .table-2 .feature{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	font-size: 1em;
	position: relative;
}

.custom-pricing-table .feature-text,.table-2 .feature-text{
	margin-left: 5px;
	font-size: 1em;
}

.custom-pricing-table .feature:not(:last-child)::after, .table-2  .feature:not(:last-child)::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

.custom-pricing-table .feature-list .feature i{
	font-size: 1rem;
	color: rgb(153, 184, 60);
}

.table-2  .feature-list .feature i{
	font-size: 1rem;
	color:  var(--e-global-color-7d940da);
}

.plan-links .elementor-icon-list-item a {
	flex-direction: row-reverse !important;
	justify-content: start !important;
}

.plan-links .elementor-icon-list-item a i {
	margin-left: 10px;
	transform: rotate(-45deg);
}

.post-password-form{
max-width: 500px;
padding: 1em;
}

.post-password-form input {
	margin-bottom: 2em;
}