html{font-family: calibri,helvetica;}


.fix {clear: both;}

.text--10px{
	font-size: 10px;
	line-height: 12px;
}

.text--12px{
	font-size: 12px;
	line-height: 14px;
}




/*--------------------------------------------------------------------------
---------------------------------Body Start-------------------------------
----------------------------------------------------------------------------*/



/*--------------------------------Body Heading Start --------------------*/


.body--area--heading{
	display: grid; 
	grid-template-columns: 4fr 6fr;
	background-color: rgba(0,179,0,0.1); 
	border-radius:3.75rem;
	padding: 0.615rem;
	margin-right: 1rem; 
	margin-bottom: 2rem; 
	margin-left: 1rem;
}

.cont--heading{
	
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	align-items: center;
}


h1{
font-size: 3.125rem;
padding: 0px;
margin: 0px 0px 3rem 0px;
font-weight: normal;
text-align: center;

}

.text--heading{

}

.text--update{



}


.cont--banner-image{

	border-radius:0px 3.75rem 3.75rem 0px;
	background-position: center;
	background-size: cover; 
	height: 18.75rem;
}


/*body heading end */


/*--------------------------------Body Content Start --------------------*/


h2 {
	display: inline-block;
	font-size: 1.5rem;
	padding:0.625rem 1.25rem 0.625rem 1.25rem;
	background-color: #00b300;
	border-radius: 0.9375rem 0.9375rem 0px 0px;
	margin-bottom: 0.625rem;
	color: white;
	font-weight: normal;
}


.section--explanation{
	background-color: ;
	font-size: 1.125rem;
	padding: 0.625rem;
	line-height: 1.5rem;
	margin-bottom: 1rem; 

}


.body--area--content{

}

.section--introduction{
	margin-bottom: 1rem;
	font-size:1.25rem;
}

.section--introduction a{
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
	font-weight: bold;
}



#area--intermediate{
    background-color:rgba(0, 179, 0, 0.2);
	border-radius: 0px 0px 25px 0px;
    display: grid;
    grid-template-columns:repeat(auto-fill,31%);
    justify-content: space-evenly;
    padding: 10px;
    grid-gap: 10px;
    
}


.button--buying-guide{
	height: 18.75rem;
	overflow: hidden;

	display: flex;
	flex-direction: column;



	transition:  height 0.5s;
	padding: 0px;
	border:none;
	margin: 0.625rem 0.315rem;
	cursor: pointer;
}

.tnail--guide{
	width:17.24rem ;
	height: 20rem;
}

.button--buying-guide span{
	position: relative;
	top: -5.375rem;


	display: block;
	justify-content: center;
	align-items: center;


	font-size: 1.125rem;

	color:white;
	padding: 0.625rem 0rem 2.25rem 0.625rem;
	background-color: rgba(0,179,0,0.9);

}




.button--buying-guide:hover{
	height: 20rem;
}

.button--buying-guide:hover .label{





/* Sidebar Ends */


