@charset "utf-8";
/* CSS Document */

/* start new css MRB Dev RSV 17-5-26 */

.menuactive
{
	color:#00224d !important;
	font-weight:bold !important;
}

.pagepadding404
{
	padding:100px 0 !important;
}

.textdark
{
	font-weight:bold;
}


.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:#000;
}

.myh1 
{
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.myh2 
{
	font-size: 26px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.myh3 
{
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.myh4 
{
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.myh5 
{
	font-size: 13.23px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.myh6 
{
	font-size: 10.72px !important;
	font-weight: 700 !important;
	margin-bottom:10px;
}

.blogimg
{
	width: 100% !important;
	object-fit: contain !important;
	height: 350px !important;
	border: solid 1px #eee;
	padding: 10px 20px;
}

.cta-button
{
	background-color: #000;
	color: #fff !important;
	padding: 10px;
    width: fit-content;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: auto;
}

.cta-button:hover
{
	background-color: #000 !important;
	color: #fff !important;
}

.productspinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#000000 94%,#0000) top/9px 9px no-repeat,
          conic-gradient(#0000 30%,#000000);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: productspinner-c7wet2 1s infinite linear;
}

@keyframes productspinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}

.loadingp
{
	text-align: center;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	display: inline-block;
}

/* End new css MRB Dev RSV 17-5-26 */