.responsive-tabs {
    width: 100%;
    max-width: 1150px;
    margin: auto;
    padding-top: 20px;
}
.responsive-tabs-placeholder {
    clear: both;
    display: block;
    width: 100%;
    max-width: 1144px;
    margin: auto;
    transform: translateY(25px);
}
.responsive-tabs-placeholder {
    display: none;
}
.responsive-tabs .tab_field {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #359756;
	margin: 10px 5px;
	color: #359756;
	font-weight: 600;
	font-size: 15px;
	position: relative;
}
.plan .description-price p {
    width: 100%;
    max-width: 235px;
}
/* .responsive-tabs .active {
    background-color: #359756;
    color: #fff !important;
    border: 1px solid #359756;
} */
.responsive-tabs .active + .tab_description {
    display: block;
}
.responsive-tabs .tab_description {
    display: none;
    padding: 0.5em;
}
.pricing-container {
    display: none;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
}
.pricing-container.active {
    display: grid;
}
.plan {
    background: white;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #dddddd63;
}
.plan:first-child {
    background: #359756;
    color: white;
}
.plan .strip-head .price-with-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan h2 {
    font-size: 20px;
    margin: 10px 0;
	font-weight: 600;
	color: #359756;
}
.plan:first-child h2{
	color: #fff;
}
.plan h2 span {
    font-size: 18px;
    font-weight: normal;
	font-weight: 600;
}
.plan .strip-head {
    margin-bottom: 50px;
	position: relative;
}
.plan h3 {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 24px;
    color: #2e8651;
}
.plan:first-child h3 {
    color: #fff;
}
.plan p {
    font-size: 14px;
    margin: 8px 0;
}
.plan a.btn-price {
    background: #2e8651 !important;
    color: white;
    border: none;
    padding: 14px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    margin: 40px 0;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #2e8651;
    display: block;
    width: 100%;
    max-width: 260px;
}
.plan a.btn-price span {
    margin-left: 10px;
}
.plan a.btn-price:hover {
    background: transparent !important;
    color: #2e8651;
}
.plan:first-child a.btn-price{
    background: white !important;
    color: #2e8651;
}
.plan:first-child a.btn-price:hover {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
}
.plan .description-price {
    margin-bottom: 35px;
}
.badge {
    background: #f5c21b;
    color: #fff;
    font-size: 10px;
    padding: 10px 8px;
    border-radius: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    text-align: center;
    line-height: 0;
    position: absolute;
    top: -37px;
    right: -20px;
    pointer-events: none;
}
section.sn-pricing-table {
    padding: 85px 0;
	background: #e5e5e5;
}
.responsive-tabs .top-buttons button {
    border: 1px solid #359756;
    color: #359756 !important;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 4px 20px 0px;
	transition: all 0.5s ease;
	border-radius: 10px;
}
.responsive-tabs .top-buttons button.active {
    background: #359756 !important;
    color: #fff !important;
    transition: all 0.5s ease;
}
.responsive-tabs .top-buttons button:focus {
    outline: none;
}

.plan .mobile-view {
    display: none !important;
}

.description-price ul.slides {
    list-style-position: inside;
}
.description-price ul.slides li {
    font-size: 14px;
    padding: 2px 0;
    font-family: 'Montserrat';
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.responsive-tabs {}
	.responsive-tabs .tab_field {
		float: left;
	}
	.responsive-tabs .active + .tab_description {
		display: none;
	}
	.responsive-tabs-placeholder {
		clear: both;
		display: block;
	}



}

@media(max-width: 768px) {

	.responsive-tabs .tab_field::before {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border: 1.5px solid #359756;
		right: 16px;
		top: 44%;
		transform: translateY(-50%);
		rotate: 42deg;
		border-top: 0;
		border-left: 0;
	}
	.responsive-tabs .tab_field.active::before {
		border-color: #fff;
		rotate: -132deg;
	}
	.pricing-container {
		gap: 15px;
		grid-template-columns: 1fr;
	}
	.responsive-tabs .tab_field {
		margin: 10px 0px;
		padding: 12px 15px;
	}
	section.sn-pricing-table {
		padding: 25px 10px;
		padding-top: 80px;
	}
	.responsive-tabs .tab_description {
		padding: 0;
	}
	.badge {
		font-size: 10px;
		padding: 10px 15px;
	}	

	.plan {
		border-radius: 5px;
		padding: 13px;
		border: 1px solid #dddddd63;
	}	
	.plan h3 {
		font-size: 20px;
	}

.plan a.btn-price {
    padding: 10px 14px;
    font-size: 14px;
    margin: 25px 0;
    max-width: fit-content;
}

	.plan .desktop-view {
		display: none;
	}
	.plan .mobile-view {
		display: block;
	}
	.plan .mobile-view.active {
		display: block !important;
	}
	.plan .strip-head {
		margin-bottom: 0;
		padding-right: 30px;
	}
	.badge {
		top: -22px;
		right: 5px;

	}
.plan .strip-head .arrow-toggle-mobile {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid;
    right: 6px;
    top: 44%;
    transform: translateY(-50%);
    border-top: 0;
    border-left: 0;
    rotate: 42deg;
}
.responsive-tabs .top-buttons button {
    font-size: 14px;
    margin: 0 4px 15px 0px;
    padding: 14px 20px;
}	
.plan .description-price {
    margin-bottom: 12px;
}
}
