/*....................................
       980px+ Desktop screen only
...........................................*/

@media only screen and (min-width: 979px) and (max-width: 1199px) {
 

}


/*....................................
     Tablet Layout: 768px
...........................................*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
   
}




/*....................................
     Wide Mobile Layout: 480px.
...........................................*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .social i {font-size: 34px; padding: 0px 11px 5px 0px;}
}


/* Mobile Layout: 320px. */

@media only screen and (min-width: 250px) and (max-width: 479px) {
  
    .footer-link li a {font-size: 14px;}    
    .footer-link li {padding: 10px 4px;}
    .left-top h2 {padding: 10px;  font-size: smaller;}
    .left-top p {padding: 0px 0px 10px;font-size: smaller;}
    .slide-img {border: 7px solid #45B74E;}
    .left-top i {font-size: 15px;padding: 5px 5px 0 0;}
    .social i{font-size: 20px;padding-bottom: 10px;}
    .left-top img{max-height: 280px;border-radius: 10px; max-width: 230px}
	.product h4 {font-size: 12px;}
	.product h5 {font-size: 12px; padding: 0;}
	.message-Details {font-size: 17px;}
	#message-full h4 {font-size: 14px;}
	#message-full p {font-size: 14px !important;}
	#page-wrap h4 {font-size: 15px !important;}
}
    
/*....................................
       navbar-collapse screen only
...........................................*/