
.d-show {
  display: block;
}

.d-hide{
  display: none;
}

.font10{
  font-size: 10px;
}
.font11{
  font-size: 11px;
}
.font12{
  font-size: 12px;
}
.font13{
  font-size: 13px;
}
.font14{
  font-size: 14px;
}
.font15{
  font-size: 15px;
}
.font16{
  font-size: 16px;
}
.font17{
  font-size: 17px;
}
.font18{
  font-size: 18px;
}
.font19{
  font-size: 19px;
}
.font20{
  font-size: 20px;
}
.font25{
  font-size: 25px;
}
.font30{
  font-size: 30px;
}
.font35{
  font-size: 35px;
}
.font40{
  font-size: 40px;
}
.font45{
  font-size: 45px;
}
.font50{
  font-size: 50px;
}

.graph1{
  width:auto; min-height:350px;
}

.graph6{
  width:auto; min-height:350px;
}

.graph5{
  width:auto; 
  min-height:350px;
}

.installBtnBG{
  background-color:#55cadc;
}

.tr{
  width: 100%; background-color:rgb(223, 223, 223);
}
.tr1{
  width: 100%; background-color:rgb(223, 223, 223); font-weight:bold;
}

.textLeft{
  text-align:left;
}

.textRight{
  text-align:right;
} 
.fontTable{
  font-size:13px; font-weight:bold;
}

.floatRight{
  float: right;
}

.bgcolor1{
	background-color: #eedfdf;	
}	

.color1{
  color: #083561;
}

.width100{
  width: 100%;
}

.borderGray{
  border: 1px solid grey;
}

.width30{
width:30%;
}
.width70{
width:70%
}

.darkBlue{
  color: #083561;
}


.fontBold{
  font-weight: bold;
}


.container-fluid.mmmm {
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(
      0% 100%,
      ellipse cover,
      rgba(104, 128, 138, 0.4) 10%,
      rgba(138, 114, 76, 0) 40%
    ),
    linear-gradient(
      to bottom,
      rgba(57, 173, 219, 0.25) 0%,
      rgba(42, 60, 87, 0.4) 100%
    ),
    linear-gradient(135deg, #e0ddf5 0%, #6e3abd 100%);
}
.col-md-12.thhh {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  width: 300px;
  height: 300px;
}
h3#showheading {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-align: center;
}
#formfields label {
  color: #fff;
}
#formfields input {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2),
    0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  margin-top: 10px;
}
.asterisk_symbol {
  color: red;
}
