/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.
	

**********************************************************************************/
.single-pricing h3 {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.single-pricing h4 {
	text-align: center;
	font-size: 50px;
	line-height: 58px;
	text-transform: uppercase;
	color: #28a285;
	font-weight: 700;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.single-pricing h4 span {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-decoration: line-through;
	float: right;
}
.single-pricing ul {
	/*background: #292a32;*/
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.single-pricing  ul li {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 6px;
	padding-left: 20px;
	position: relative;
	font-weight: 400;
	padding: 4px 35px;
	margin: 8px 24px;
}

.price-detail ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-pricing {
    margin-top: 20px;
}
.fir33 h6 {
    color: #ffffff;
    font-size: 18px;
}
.fir33 ul {
    margin: 0;
}
.fir33 ul li {
    color: #ffffff;
}
h4.fir21 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 22px;
}
.html-heading01 {
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 12px;
    font-size: 35px;
}

.price-detail ul:nth-child(4) {
    height: 100px;
    overflow-y: auto;
}
.price-detail ul:nth-child(2) {
    height: 160px;
    overflow-y: auto;
}

.header-flex-right.flex-80.d-none.d-lg-block {
    display: none !important;;
}

.header-default.header-transparent {
    padding-top: 30px;
}

.stats-sec p {
    color: #FFF;
    padding-top: 20px;
    font-weight: 700;
}

.single-pricing-link a {
    border: 2px solid #fff;
    color: #ffffff;
    padding: 9px 29px;
    font-size: 15px;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden; /* Ensures the pseudo-element doesn't overflow */
}
.single-pricing-link a:hover {
    /* background: #fff; */
    box-shadow: 0 4px 15px rgba(117, 0, 207, 0.5); /* Adds a shadow on hover */
    color: #2aa185 !important;
}
.single-pricing-link a:before {
    content: '';
    position: absolute;
    top: 100%; /* Starts below the button */
    left: 50%;
    width: 100%;
    height: 100%;
    background: #2aa185; /* Color of the pseudo-element */
    transition: all 0.3s;
    z-index: -1; /* Behind the text */
    transform: translateX(-50%); /* Center align */
}
.single-pricing-link a:hover:before {
    top: 0; /* Moves up to cover the button */
}

.footer-top-2 {
    display: none;
}