
/* --Website Responsiveness Code Starts -------------------------------- */
/* ------------------------------------------------------------------------
------------------------ Responsiveness 2560 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 2560px){

body{
	margin-left: 0px; 
	margin-right: 0px;
}

/* ------------------------------------------------------------------------
------------------------ Responsiveness 1440 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px){

body{
	margin-left: 0px; 
	margin-right: 0px;
}


/* ------------------------------------------------------------------------
------------------------ Responsiveness 1024 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px){


h1{
	font-size: 2.5rem;
	}

 


}


/* ------------------------------------------------------------------------
------------------------ Responsiveness 850 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 850px){

 .button--recommendations{

	width: 100%;

}


}

/* ------------------------------------------------------------------------
------------------------ Responsiveness 736 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 736px){

  

}

/*------------Responsive ---------------------------------------------------
-----------------------------667px---------------------------------------------
------------------------------------------------------------------------------*/
@media only screen and (max-width: 667px){



}

/* ------------------------------------------------------------------------
------------------------ Responsiveness 640 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 640px){
    
 
    
    }
/* ------------------------------------------------------------------------
------------------------ Responsiveness 568 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 568px){

.body--area--heading{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}

.cont--heading{
	margin-bottom: 1rem;
	
	}


h1{
	font-size: 3rem;
	margin: 0rem;
}

.cont--banner-image{

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



#area--intermediate{
  grid-template-columns:repeat(auto-fill,43%);
  justify-content: space-evenly;

	}


.button--buying-guide span{
	font-size: 0.815rem;
}

#label{
	
}



}


/* --------------Responsive ---------------------------------------------------
-----------------------------414px---------------------------------------------
------------------------------------------------------------------------------*/
@media only screen and (max-width: 414px){



}


/* --------------Responsive ---------------------------------------------------
-----------------------------375px---------------------------------------------
------------------------------------------------------------------------------*/



@media only screen and (max-width: 375px){
	
   
    
}

/* ------------------------------------------------------------------------
------------------------ Responsiveness 360 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 360px){


}


/* ------------------------------------------------------------------------
------------------------ Responsiveness 320 px -------------------------------
--------------------------------------------------------------------------- */
@media only screen and (max-width: 320px){

 
}

/* Website Responsiveness Code Ends -------------------------------- */
