
@font-face {
  font-family: Mont2;
   src: url(Mont2.ttf);
}
*{
	font-family: Mont2;
}
body{background: white;}
@media screen and (max-width: 991px){
	#hidden_desktop,#mobile_search,#mobile_category{display:none;}

}

@media screen and (max-width: 991px){
	#mobile_slide{display:block;}
    #desktop_slide{display:none;}
	#nav_header{background:white;}
}

@media screen and (min-width: 991px){
	#desktop_slide{display:block;}
	#mobile_slide{display:none;}
	#nav_header{background:#498741;}

}






#productname{padding-top:3px;padding-bottom:3px;}
#product_scroll{overflow-x:auto;display: flex;overflow-y:hidden;
  }
#product_scroll::-webkit-scrollbar{width: 1px;height:4px;}
#product_scroll::-webkit-scrollbar-track{background: white;}
#product_scroll::-webkit-scrollbar-button{height:10px;}
#product_scroll::-webkit-scrollbar-thumb{background: #888;}
#product_scroll::-webkit-scrollbar-thumb:hover{background:#498741;}

#discover_more{overflow-x:auto;display: flex;overflow-y:hidden;
  }
#discover_more::-webkit-scrollbar{width: 1px;height:4px;}
#discover_more::-webkit-scrollbar-track{background: white;}
#discover_more::-webkit-scrollbar-button{height:10px;}
#discover_more::-webkit-scrollbar-thumb{background: #888;}
#discover_more::-webkit-scrollbar-thumb:hover{background:#498741;}

#produce_heading{color:#498741;padding:0px;text-align:center;font-weight:600;font-size:20px;}
#product_name,#produce_name2{font-weight:400;font-size:90%;text-align:center;color:black}
#see_all{text-align:right;background:#498741;color:white;font-weight:300;font-size:100%;padding:5px;border-radius:2px;text-decoration:none;border-radius:2px;}
#see_allx{text-align:right;background:#498741;color:white;font-weight:300;font-size:100%;padding:5px;border-radius:2px;text-decoration:none;cursor:pointer;border-radius:2px;}
#see_all:hover{background:black;}
#see_allx:hover{background:black;}
/*slideshow styles*/
/****************service page  category***************/

#service_category_frame{background: white;height: 300px;padding: 10px;}
#service_category_frame_table{background: whitesmoke;box-shadow: 1px 1px 1px 1px gray;border-radius: 5px;}
#service_category_image{width: 100%;min-height:200px;max-height: 200px;padding: 3px;}
#service_category_name{font-weight: 700;text-transform: capitalize;font-size: 20px;text-align: center;}
#service_category_frame:hover{cursor: pointer;}
#service_listing_image{width: 100%;min-height:auto;max-height: auto;padding: 5px;border-radius: 10px;}
#service_category_writing{font-weight: 400;text-transform: capitalize;font-size: 10pt;text-align: center;}
#service_listing_name{font-weight: 700;text-transform: capitalize;font-size: 15px;text-align: center;}
#service_frame{background: whitesmoke;margin: 5px;border-radius: 5px;width: 97%}
#service_frame2{font-weight: 700;text-transform: capitalize;font-size: 22px;text-align: center;background: white;color: #489741;
                 margin-bottom: 30px;}
				 
/************************service provider listing**************************/
#service_provider_frame{padding: 20px;}
#service_provider_table{box-shadow: 2px 2px 2px 2px gray;border-radius: 10px;padding: 10px;}
#service_provider_name{font-weight: 700;text-transform:capitalize;font-size:100%;text-align:left;color:black;
                 }
#service_provider_image{border-radius: 1px;min-height:auto;max-height: auto;}
#service_provider_writing{font-weight: 400;text-transform:capitalize;font-size:80%;text-align:justify;color:black;}


