.home_hero_btn {
  color: #fff;
  background-color: #58bcee;
  border-radius: 200px;
  padding: 10px 20px;
  border: 2px solid #58bcee;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.home_hero_btn:hover {
  background-color: #fff;
  color: #58bcee;
  border: 2px dashed #58bcee;
}

.button_download_app_footer,
.book_free_class_button_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.button_download_app_footer > a,
.book_free_class_button_footer > a {
  background-color: #c9d439;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 1px 1px 4px #a2ac20;
  border-radius: 15px;
  padding: 12px 30px;
  font-size: 16px !important;
  text-align: center;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.button_download_app_footer > a:hover,
.book_free_class_button_footer > a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.book_free_class_button_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btech_book_button,
.robot_book_button,
.robot_book_button_light,
.state_book_button,
.robotics_book_button,
.spoken_english_book_button,
.tutor_book_button {
  display: inline-block;
  text-decoration: none;
  font-size: 18px !important;
  padding: 9px 25px;
  border-radius: 15px;
  border: 2px solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.btech_book_button {
  color: #fff;
  background: #c874fa;
}

.btech_book_button:hover {
  border: 2px dashed #c874fa;
  color: #c874fa;
  background: transparent;
}

.robot_book_button_light {
  color: #218091;
  background: #fff;
}

.robot_book_button_light:hover {
  border: 2px dashed #fff;
  color: #fff;
  background: #218091;
}

.robot_book_button {
  color: #fff;
  background-color: #207d8e;
}

.robot_book_button:hover {
  border: 2px dashed #207d8e;
  color: #207d8e;
  background: transparent;
}

.state_book_button,
.spoken_english_book_button {
  color: #fff;
  background-color: #0874f5;
}

.state_book_button:hover,
.spoken_english_book_button:hover {
  border: 2px dashed #0874f5;
  color: #0874f5;
  background: transparent;
}

.robotics_book_button {
  color: #fff;
  background-color: #218091;
}

.robotics_book_button:hover {
  border: 2px dashed #218091;
  color: #218091;
  background: transparent;
}

.tutor_book_button {
  color: #fff;
  background: #e77466;
}

.tutor_book_button:hover {
  border: 2px dashed #e77466;
  color: #e77466;
  background: transparent;
}
/*# sourceMappingURL=buttons.css.map */