@charset "utf-8";
/* CSS Document */

.padd-top-100
{
	padding-top: 100px;
}
.padd-top-120
{
	padding-top: 120px;
}

.padd-bottom-120
{
	padding-bottom: 120px;
}
.mytbpad
{
	padding: 80px 0;
}
.mytbpad50
{
	padding: 50px 0;
}
.text-justify
{
	text-align: justify !important;
}

.blogimg
{
	object-fit: cover;
	object-position: center;
	height: 250px;
}

.imgwauto
{
	width: auto !important;
	margin-bottom: 15px;
}

/* start homepage big mobile slider */

#mobile-slider
{
	margin-top: 118px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* end homepage big mobile slider */

#myblogdetails p
{
	text-align: justify !important;
}

#chartdiv {
	width: 100%;
	height: 500px;
	margin-top:50px;
	margin-bottom:50px;
}

.mycolor
{
	color: #61B950 !important;  
}

.pt-50
{
	padding-top: 50px;
}

.pb-50
{
	padding-bottom: 50px;
}

.myblogdesc p
{
	text-align: justify;
	margin-bottom: 30px;
}

.productimg
{
	object-fit: contain !important;
	object-position: center !important;
	width: 100% !important;
	height: 350px !important;
}

#webwhatsapp {
	position: fixed;
	left: 20px;
	z-index: 9999;
	bottom: 20px;
	text-align: center;
	border-radius: 50px;
}