.iview-container {
	display: block;
	margin: 0px auto;
}

#iview {
	display: block;
	max-width:100%;
	min-width: 100%;
	position: relative;
	margin:0px auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width:100%;
	height:400px;
	overflow: hidden;
	/*border-radius: 4px;*/
}

#iview div.iview-directionNav {
	position: absolute;
	top: 47%;
	left: 0px;
	z-index: 4000;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url('assets/images/bg_direction_nav.png');
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
    background-color: rgba(245, 134, 48, 0.85);
    color: #fff;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}



/* change 2 dec 2023 */



.heating-img {
    padding: 13px;
    border: 0.5px solid #a5a2a229;
    margin: 10px 0px;
}

.d-flex{
  display: flex;
  gap: 30px;
  justify-content: center;
  padding-top: 30px;
}


.heating-img img {
    width: 100%;
    transition: 0.5s ease;
}
.heating-img img {
    width: 100%;
    transition: 0.5s ease;
}

.heating-img p {
  
    /* margin-top: 11px; */
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 11px;

}
.product-enqs {
    background: #ED0808;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
        text-align: center;
}

a{
	text-decoration: none;
}

.img-fluid{
	width: unset !important;
	height: unset !important;
}
.whatsapp-se {
    right: 125px;
    bottom: 20px;
    width: 11px;
    z-index: 400;
    position: fixed;
}


