/* Certificate Form */
#Certificate{
    font-weight: bold;
  }
  #certificate{
    display: none;
  }
  #Certificate_Span{
    color:red;
  }
  #certificate_heading{
    width: 100%;
    height: auto;
    /* border: 2px solid black; */
    background-color: #024FA3;
    color: white  ;
    margin-bottom: 10px;

  }
  #certificate_heading:hover{
    box-shadow: 2px 0px 5px black;
  }
  .form_button{
    width: 30%;
    height: auto;
    background-color: #024FA3;
  }
@media only screen and (max-width: 4205px) {
    .certificate_phone {
      text-align: center;
      font-size: 16px;
      line-height: 25px;
    }
    #certificate p{
        text-align: center;
        margin: 10px;
    }
    #certificate ul li{
        margin: 10px;
    }
    .form_button{
        margin-left: 35px;
        margin-bottom: 25px;    
    }
    .form_button:hover{
        box-shadow: 2px 0px 5px black;
    }
  }
@media only screen and (max-width: 600px) {
    .certificate_phone {
        text-align: left !important;
      font-size: 14px;
      line-height: 25px;
    }
    #certificate p{
        text-align: center;
        margin: 10px;
    }
    #certificate ul li{
        text-align: center;
        margin: 10px;
        font-size: 15px;

    }
    .form_button{
    width: 60%;
    height: auto;
    font-size: 14px;
  }
}