.site_button {
  display: inline-block;
  width: 210px;
  font-size: 18px !important;
  padding: 5px;
  color: #000;
  margin: 0;
  line-height: 2.2;
  display: inline-block;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
  font-weight: normal;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid #f1592a;
  transition: 1s;
  margin-bottom: 5px;
  top: 5px;
  text-transform: capitalize !important;
}

.site_button:after {
  content: "";
  border: 2px solid #f1592a;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 1s;
}
.site_button:hover {
  background: #fff0ec;
  transition: 1s;
}
.site_button:hover:after {
  top: 5px;
  left: -10px;
  transition: 1s;
}

@media all and (min-width: 320px) and (max-width: 480px) {
  .site_button {
    font-size: 14px !important;
    width: 150px !important;
    line-height: 1.5;
  }
  .site_button:after {
    top: -7px;
    left: 3px;
  }

  .btc_btn {
    flex-direction: column;
  }

  .btc_btn.left_btn a {
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto !important;
  }
}

@media all and (min-width: 481px) and (max-width: 767px) {
  .site_button {
    font-size: 14px !important;
    width: 150px;
    line-height: 1.5;
  }
  .site_button:after {
    top: -9px;
  }
}

@media all and (min-width: 768px) and (max-width: 980px) {
  .site_button {
    font-size: 15px !important;
    width: 165px;
    line-height: 1.5;
  }
  .site_button:after {
    top: -9px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .site_button {
    font-size: 15px !important;
    width: 170px;
    line-height: 1.5;
    top: 3px;
  }
  .site_button:after {
    top: -9px;
  }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
  .site_button {
    font-size: 16px !important;
    width: 200px;
    line-height: 2;
  }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
  .site_button {
    font-size: 17px !important;
    width: 200px;
    line-height: 2;
  }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
  .site_button {
    font-size: 17px !important;
    width: 190px;
    line-height: 1.8;
  }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
  .site_button {
    font-size: 17px !important;
    width: 200px;
    line-height: 2;
  }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
}

@media all and (min-width: 981px) and (max-width: 3000px) {
}
