.certificate-select{
    height: 30px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: #ecf2f6;
    float: left;
}

.certificates_gln .certificate-select{
  width: 55% !important;
  margin-left: 30px
}

.certificates_gln .certificate .btn.btn-info,
.business-properties .download-btn {
  float: left;
  margin-left: 20px;
  background-color: #0578be !important;
  border-color: #8495a2 !important;
  color: #fff;
  transition: none !important;
  width: 110px;
}

.certificates_gln .certificate .btn.btn-info:hover,
.business-properties .download-btn:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

.certificate-select option{
    background: #ecf2f6;
    font-size: 20px;
}

.certificate-select option:last-child{
    padding-bottom: 20%;
}
.certificate{
    width: 65%;
    margin: 0 auto;

}

.download-btn{
  float: right;
  background:#00b0db !important;
  border-color: #adadad !important;
  transition: none !important;
}

.view-quality-certificates{
    padding-bottom: 5%;
}

.view-certificates h3.text-center {
  color: #003366 !important;
}

.certificate-buttons {
  float: left;
}

@media (min-width: 640px) and (max-width: 1024px) {

    .certificate{
        width: 70% !important;
        margin: 0 auto;
        text-align: center;
    }

    .certificate-select{
        height: 30px;
        width: 80% !important;
        margin: 0 auto;
        position: relative;
        background: #ecf2f6;
    }


}


@media screen and (max-width: 640px) {

    .certificate{
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    .certificate-select{
        height: 30px;
        width: 50% !important;
        margin: 0 auto;
        position: relative;
        background: #ecf2f6;
    }

    .certificate input{
        float: unset;
    }
}

@media screen and (max-width: 928px) {
    .certificates_gln .certificate .btn-info.download-btn:last-child {
      margin-top: 20px;
    }

    .certificate-buttons {
      float: left;
      width: 100px;
    }

}
