.input-field input[type=date]:focus + label,
    .input-field input[type=text]:focus + label,
    .input-field input[type=email]:focus + label,
    .input-field input[type=password]:focus + label {
      color: #e91e63;
    }

    .input-field input[type=date]:focus,
    .input-field input[type=text]:focus,
    .input-field input[type=email]:focus,
    .input-field input[type=password]:focus {
      border-bottom: 2px solid #e91e63;
      box-shadow: none;
    }
  .mhead{
    text-align: center;
    }
.Pad_top{ padding-top:25px;}
	   header, main, footer {
		  padding-left: 300px;
	   }
	   @media only screen and (max-width : 992px) {
		  header, main, footer {
			padding-left: 0;
		  }
      .button-collapse{
          display:block;
        }
   
	   }
     @media only screen and (min-width:800px){
        .button-collapse{
          display:none;
        }
      }

.btn-main{
    background-color: #0051FE !important;
    vertical-align: middle;
  }
.mhead{
    color: #0051FE;
}
p.desc{
  font-size: 12px;
  font-weight: 200;
}
.dropdown-content{
  width: 350px;
}
.dropdown-content li > a, .dropdown-content li > span {
  color: #000 !important;
  
}
 /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
}
/* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   
h4{
    font-size: 20px;
    text-align: center;
   }
   