#details 
{ 
font-family: "Quicksand", sans-serif; 
font-size: 60px; 
}
#home-box > h2 
{ 
font-family: "Quicksand", sans-serif; 
font-weight: 400; 
line-height: 1.1; 
color: #75b1ae; 
}
.price 
{ 
font-size: 25px; 
float: left; 
}
.pricing_header 
{ 
background: none repeat scroll 0% 0% rgb(44, 62, 80); 
border-radius: 5px 5px 0px 0px; 
transition: background 0.4s ease-out 0s; 
}
.pricing_header h2 
{ 
text-align:center; 
line-height: 25px; 
padding: 15px 0px; 
margin: 0px; 
font-family: "Quicksand", sans-serif; 
font-weight: 400; 
color: #75b1ae; 
}
.list-group-item:first-child 
{ 
border-top-right-radius: 0px; 
border-top-left-radius: 0px; 
}
.btn 
{ 
float: right; 
font-family: "Quicksand", sans-serif; 
font-weight:500;
}
.off 
{ 
text-decoration: line-through; 
color: rgb(86,86,86); 
}
.space 
{
height: 2px; 
background-color: #75b1ae;
}
.btnc
{
width: 110px;
padding: 5px 5px !important;
font-size: 15px !important;
margin-top: -1.5%;
}
.heit
{
height:43px !important;
}
.pricing_header .headng
{
font-size: 25px;
text-align: left;
margin-left: 1%;
color: #fff;
}
.pricing_header .headng2
{
font-size: 20px;
text-align: left;
margin-left: 1%;
color: #fff;
}
.lstitem
{
display: flex;
color: #000;
}
.ulcls
{
margin-left:3%;
}
.lstyle
{
list-style: disc;
}
.fghj
{
padding:20px;
}
@media only screen and (max-width: 767px)
{
	.list-group-item
		{
			padding: 10px 0px !important;
		}
	.ulcls
		{
			margin-left: -2% !important;
		}
	.pricing_header .headng
		{
			font-size: 20px !important;
		}
	.pricing_header .headng2
		{
			font-size:18px !important;
		}
}
.mrgn4
{
	margin-bottom: 5%;
}