@charset "utf-8";
/* CSS Document */

.dropdown-contentc 
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 94%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1;
	top: 35px;
	max-height: 200px;
	overflow-y: auto;
}

.dropdown-contentc div
{
	color: #000;
	padding: 1px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-contentc div:hover
{
	background-color: #f1f1f1;
}

.dropdown-contentc div p
{
	margin: 0;
}

/* start blog detail page */ 

.blogimg
{
	object-fit: contain !important;
	object-position: center;
	height: 270px !important;
	border: solid 1px #eee;
	background-color:#fff;
}

.dynamicdesc ul li p , .dynamicdesc ol li p
{
	margin-bottom:5px !important;
}

.dynamicdesc p
{
	text-align:justify !important;
}

.dynamicdesc ul li
{
	list-style:disc !important;
	margin-bottom:10px;    
	margin-left:32px;
}

.dynamicdesc ol li
{
	list-style: decimal !important;
	margin-bottom:10px;
	margin-left:32px;
}

.dynamicdesc a
{
	color:rgb(239, 154, 129) !important;
}

.myh1 
{
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.myh2 
{
	font-size: 24px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.myh3 
{
	font-size: 18.72px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.myh4 
{
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.myh5 
{
	font-size: 13.23px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.myh6 
{
	font-size: 10.72px !important;
	font-weight: 700 !important;
	margin-bottom:20px;
}

.cta-button
{
	background-color: green;
	color: #fff;
	padding: 10px;
	width: 40%;
	border-radius: 5px;
	text-align: center;
}

.cta-button:hover
{
	background-color: green !important;
	color: #fff !important;
}

.blogbannerimg
{
	object-fit: contain !important;
	object-position: center;
	height: 400px !important;
	border: solid 1px #eee;
	background-color:#fff;
}

.modualr_kitchen
{
    height: 100px;
    width: 100px;
    border: solid 1px #eee;
    padding: 10px;
}
.modualr_kitchen img{
    max-width: 40px;
}
.modualr_kitchen p{
    font-size: 13px;
    margin-top: 7px;
    line-height: 1.2em;
}
@media only screen and (max-width: 991px) 
{
   .cta-button
   {
		width: auto !important;
   }
}

.imgbrd
{
	border:solid 1px #eee;
}
/* end blog detail page */
