.button-green {
  background: #91b508;
  color: white;
  border: none;
  border-radius: 5px;
}

.button-blue {
  background: #005fab;
  color: white;
  border: none;
  border-radius: 5px;
}

.button-blue-outline {
  background-color: white;
  font-weight: 600;
  border: none;
  color: #005fab;
  border: #005fab solid 2px;
}

.button-blue.disabled {
  background-color: #c7c7c7;
}

.bg-white {
  background: #ffffff;
}

.bg-blue {
  background: #005fab;
}

.bg-green {
  background: #91b508;
}

.bg-gray {
  background: #c7c7c7;
}

.bg-lightgray {
  background: #f5f5f5;
}

.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #005fab;
}

.color-green {
  color: #91b508;
}

.color-gray {
  color: #707070;
}

.max-w-100 {
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin: 0 auto;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.font-semibold {
  font-weight: 600;
}

.box-white {
  display: flex;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -10px #000000;
  box-shadow: 0px 0px 15px -10px #000000;
  margin: 20px 0;
}

#junior_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cursor-pointer {
  cursor: pointer;
}

.separator {
  height: 1px;
  background: #c7c7c7;
  width: 100%;
}

#video_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 630px;
  background: url("../assets/images/SG-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

.box-pro {
  background-image: url("../assets/images/SG-pro.svg");
}

.shadow-separator {
  -webkit-box-shadow: 0px 10px 9px -5px #000000;
  box-shadow: 0px 10px 9px -5px #000000;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.package-box {
  min-height: 600px;
}

.plan-box {
  display: flex;
  align-items: center;
}

.plan-box-info {
  display: flex;
  margin: 0 30px;
}

.plan-box-button-container {
  width: 18%;
}

.shadow-bottom {
  -webkit-box-shadow: 0px 5px 4px -6px #000000;
  box-shadow: 0px 5px 4px -6px #000000;
}

.main-wrapper {
  padding-bottom: 50px;
}

/* Medium Resolution */

@media screen and (max-width: 764px) {
  #package-box {
    margin: 20px 0;
  }

  #junior_header {
    flex-direction: column;
  }

  #offer-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #credentials_box {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #video_section {
    height: 400px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 764px) {
  .text-md-start {
    text-align: left !important;
  }
}

/* Large Resolution */

@media screen and (max-width: 1017px) {
  .main-wrapper {
    padding-top: 72px;
  }

  .package-box {
    margin: 20px;
  }

  .plan-box {
    flex-direction: column;
    align-items: center;
  }

  .plan-box-info {
    margin: 25px 30px;
  }

  .plan-box-button-container {
    width: 80%;
  }
}
