/**************************************************\ 
(XL) Large Monitor Only
\**************************************************/
@media screen and (min-width: 1200px){

}

/**************************************************\ 
(LG) Small Monitor Only
\**************************************************/
@media screen and (min-width:992px) and (max-width: 1199px){
	.sectionGetQuote label.title{ 
    	font-size: 30px;
	}
	.sectionGetQuote a{
    	padding: 10px 30px;

	}
}
   
/**************************************************\ 
(MD) Tablet Only
\**************************************************/
@media screen and (min-width:768px) and (max-width: 991px){	
	.sectionGetQuote label.title{ 
    	font-size: 30px;
	}
	.sectionGetQuote a{
    	padding: 10px 30px;

	}

	.bannerSection{
		min-height: 400px !important;
	}
	.bannerMask{
		min-height: 400px !important; 
	}
}

/**************************************************\ 
(SM) Phablet
\**************************************************/
@media screen and (min-width: 576px) and (max-width:767px){
	.sectionGetQuote label.title{ 
    	font-size: 30px;
	}
	.sectionGetQuote a{
    	padding: 10px 30px;

	}
	
	.bannerSection{
		min-height: 350px !important;
	}
	.bannerMask{
		min-height: 350px !important; 
	}

	.header ul.contactDetails{
		text-align: left;
	} 
	footer .topFooter p{
	    font-size: 12px;
	}
	footer .topFooter p.desc{
	    font-size: 12px;
	}
	footer .bottomFooter .copyrights{
		font-size: 10px;
	}
}

/**************************************************\ 
(XS) Phone
\**************************************************/
@media screen and (min-width: 391px) and (max-width:575px){
	.sectionGetQuote label.title{ 
    	font-size: 30px;
	}
	.sectionGetQuote a{
    	padding: 10px 30px;

	}
	.bannerSection{
		min-height: 350px !important;
	}
	.bannerMask{
		min-height: 350px !important; 
	}		
	.header ul.contactDetails{
		text-align: left;
	}
	footer .topFooter p{
   		font-size: 12px;
	}
	footer .topFooter p.desc{
	    font-size: 10px;
	}	
	footer .bottomFooter .copyrights{
		font-size: 10px;
	}
}

/**************************************************\ 
(XXS) Smaller Phone
\**************************************************/
@media screen and (max-width:390px){  
	.sectionGetQuote label.title{ 
    	font-size: 30px;
	}
	.sectionGetQuote a{
    	padding: 10px 30px;

	}
	.bannerSection{
		min-height: 350px !important;
	}
	.bannerMask{
		min-height: 350px !important; 
	}	
	.header ul.contactDetails{
		text-align: left;
	}
	footer .topFooter p{
   		font-size: 12px;
	}	
	footer .topFooter p.desc{
	    font-size: 10px;
	}	
	footer .bottomFooter .copyrights{
		font-size: 10px;
	}
}