/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 13:50:29 */
.btn-blue img {
  border: solid 1px;
  border-color: #ddd;
  border-bottom-color: rgba(27,9,69,0.5);
  border-bottom-width: 2px;
  box-sizing: border-box;
}

.btn-blue img:hover {
  border-color: rgba(27,9,69,1.0);
  transition: 0.5s;
}

.btn-red img {
  border: solid 1px;
  border-color: #ddd;
  border-bottom-color: rgba(141,21,21,0.5);
  border-bottom-width: 2px;
  box-sizing: border-box;
}

.btn-red img:hover {
  border-color: rgba(141,21,21,1.0);
  transition: 0.5s;
}


.btn-blue.schd {
  float: right;
  margin: -84px 0px 0px;
}

.btn-blue.schd-top {
  margin: -25px 0px 18px;
}

.btn-blue.schd a,
.btn-blue.schd-top a {
  display: block;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border: solid 1px;
  border-color: #ddd;
  border-bottom-color: rgba(27,9,69,0.5);
  border-bottom-width: 2px;
  box-sizing: border-box;
}

.btn-blue.schd a:hover,
.btn-blue.schd-top a:hover {
  border-color: rgba(27,9,69,1.0);
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .btn-blue.schd {
    margin: -79px 0px 0px;
  }
  .btn-blue.schd a {
    width: 160px;
  }
  .btn-blue.schd-top {
    margin: -52px 0px 0px;
  }
  .btn-blue.schd-top a {
    margin: -52px 0px 0px;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 0px;
  }
}