/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* start my custom css */

.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;
	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 */ 

.dynamicdesc ul li p , .dynamicdesc ol li p
{
	margin-bottom:15px !important;
}
.dynamicdesc p
{
	text-align:justify !important;
	margin-bottom:15px !important;
}

.dynamicdesc ul li
{
	list-style:disc !important;
	margin-bottom:10px;    
	margin-left:32px;
}

.dynamicdesc ol li
{
	list-style: decimal !important;
	margin-bottom:10px;    
}

.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;
}

.blogimg
{
	width: 100% !important;
	object-fit: contain !important;
	height: 350px !important;
	border: solid 1px #eee;
	padding: 10px 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;
}

@media only screen and (max-width: 991px) 
{
   .cta-button
   {
		width: auto !important;
   }
}

.mymenuact
{
	color:#ab2231 !important;
}

.mycatsection-heading {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.mycatsection-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #ab2231; /* highlight color */
    border-radius: 2px;
}

.loadingp
{
	text-align: center;
	font-size: 40px;
	color: #000;
	font-weight: 600;
}

.myproductimg
{
    object-fit: contain;
    object-position: center;
    height: 350px !important;
    border: solid 1px #ddd;
}
/* end my custom css */