html{
	font-family: calibri,Open Sans,helvetica;
	font-size: 16px;

}

.fix {clear: both;}

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

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


/*--------------------------------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 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;
}

	
	
.grid--container{
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: 16.875rem auto auto;
	background-image: linear-gradient(135deg,rgba(0, 119, 179,0.3),rgba(256, 256, 256,1),rgba(256, 256, 256,1),rgba(256, 256, 256,1),rgba(256, 256, 256,1),rgba(256, 256, 256,1),rgba(0, 119, 179,0.1));
	margin-bottom: 5rem;
}



.section--image{
 grid-column: 1/2;
 grid-row: 1/2;

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

}

.section--image img{
	height: auto;
	max-width: 100%;
}

.section--pick{
	margin-top: 1.25rem;
	margin-left: 0.625rem;

}


.section--specifications{
 grid-column: 2/3;
 grid-row: 1/2;

display: flex;
align-items: center;
justify-content: center;
}

.grid-section-specs{

 display: grid;
 width: 100%;
 padding:;
 grid-template-columns: repeat(2,1fr);
 grid-template-rows: repeat(4,1fr);
 grid-gap: 0.625rem;

}

.grid--tile{
	display: grid;
	grid-template-columns: 2fr 3fr;
	height: 2.5rem;
}

.img--top-pick{
width: 12.5rem;
height: 14rem;

}

.img--logo-spec{
	width: 3.125rem;
	height: 3.125rem;

	width: 1.565rem;
	height: 1.565rem;

	display: block; 
	max-width: 100%; 
	height: auto; 
	margin-right: 0.625rem;
}


.tile--label{
	display: flex;
	flex-direction: row;
	justify-content: center;
 	align-items: center;

}

.tile--1{
	display: flex;
	flex-direction: row;
	justify-content: center;
 	align-items: center;
 	padding: 0.315rem;
	color: white;
	font-size: 0.7rem;
	background-color: rgb(0, 119, 179);
}

.tile--2{
	display: flex;
 	align-items: center;
 	justify-content: center;

 	text-align: center;

 	font-size: 0.85rem;

	color: black;	
	background-color: rgba(0, 119, 179,0.2);
}


.section--brief{
 grid-column:1/3;
 grid-row:2/3;

 padding: 0px 0.625rem;

}

.section--final{
 grid-column:1/3;
 grid-row:3/4;

 display: grid;
 grid-template-columns: 80% 20%;
 margin: 1rem 0;

}


.section--pros-cons{

display: grid;
grid-gap: 0.315rem;
grid-template-columns: repeat(5,auto);
grid-template-rows: auto auto;
padding: 0.625rem;
}

.tile--label{
	background-color:rgba(0,167,0,1); 
	color: white;
	border-radius: 0.625rem 0px 0px 0.625rem;
}

.tile--label[title=cons]{
	background-color:rgba(220,0,0,1); 
	grid-row:2/3;
}


.tile--description{
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;

	background-color:rgba(0,167,0,0.4); 

	border-radius: 0px 0px 0px 0px;
	font-size: 0.875rem;
	padding: 0.315rem;
}


.tile--description[title=cons]{
	background-color:rgba(220,0,0,0.4); 
	grid-row:2/3;

}


.end-tile{
	border-radius: 0px 0.625rem 0.625rem 0px;
	
}


.section--buy{

}


.grid--tile-a{
	display: grid;
	grid-template-columns: 1fr 2fr;
	border-radius: 10px;
	height: 30px;
	width: 120px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.tile--1-a{
	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: relative;
	color: white;
	font-size: 12px;
	background-color: rgb(0, 119, 179);

    border-radius: 20px 0px 0px 20px;

}

.tile--2-a{
	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-size: 18px;


	color: black;
	background-color: rgba(0, 119, 179,0.2);
	border-radius: 0px 20px 20px 0px;

}

.logo--rupee{
	width: 1.25rem;
	height: 1.25rem;
}



.button--amazon,.button--flipkart{

	background-color: purple; 
	color: white; 
	border-radius: 1.25rem; 
	padding: 0.6125rem; 
	width: 9.375rem; 

	margin-right:auto;
	margin-left: auto;

	display: flex; 
	justify-content: center;
	 align-items: center;
}

.button--amazon a{
	text-decoration: none;
	color: white;
}

.button--flipkart a{
	text-decoration: none;
	color: white;
}


.button--amazon:hover{
	background-color:green;
}


/*For Products with many varieties*/

.grid-title{
display: grid;
grid-template-columns: 1fr 2fr 3fr 4fr 3fr 4fr;
column-gap: 0.315rem;
}

.grid-value{
display: grid;
grid-template-columns: 1fr 2fr 3fr 4fr 3fr 4fr;
column-gap: 0.315rem;
margin-top: 0.315rem;
}

.cell-1t,.cell-2t,.cell-3t,.cell-4t,.cell-5t,.cell-6t{
	display: flex;
	align-items: center;
	justify-content: center;

	color: white;
	background-color: rgb(0,117,179);
	padding: 0.315rem;
}

.cell-1v,.cell-2v,.cell-3v,.cell-4v,.cell-5v,.cell-6v{
	display: flex;
	align-items: center;
	justify-content: center;

	color: black;
	background-color: rgba(0,117,179,0.6);
	padding: 0.315rem;
}

.cell-1va,.cell-2va,.cell-3va,.cell-4va,.cell-5va,.cell-6va{
	display: flex;
	align-items: center;
	justify-content: center;

	color: black;
	background-color: rgba(0,117,179,0.3);
	padding: 0.315rem;
}



.cell-1vb,.cell-2vb,.cell-3vb,.cell-4vb,.cell-5vb,.cell-6vb{
	display: flex;
	align-items: center;
	justify-content: center;

	color: black;
	background-color: rgba(0,117,179,0.6);
	padding: 0.315rem;
}


.cell-1vc,.cell-2vc,.cell-3vc,.cell-4vc,.cell-5vc,.cell-6vc{
	display: flex;
	align-items: center;
	justify-content: center;

	color: black;
	background-color: rgba(0,117,179,0.3);
	padding: 0.315rem;
}


.cell-6v:hover{
background-color: rgb(0,119,179);
color: white;
}

.cell-6va:hover{
background-color: rgb(0,119,179);
color: white;
}

.cell-6vb:hover{
background-color: rgb(0,119,179);
color: white;
}

.cell-6vc:hover{
background-color: rgb(0,119,179);
color: white;
}



/**/


