/*! Place your custom styles here */
.bar__module a.menu-link {
  font-size: 14px !important;
  opacity: 0.7 !important;
  margin: 0px 15px !important;
}

.bar__module a.menu-link:hover {
  opacity: 0.9 !important;
}

.h1-title {
  width: fit-content;
  font-size: 4em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
  padding: 5px 0px;
  margin: 0px auto 5px !important;
}

.h2-title {
  font-size: 2.5em;
  font-weight: 500;
  margin: 0px 0px 30px;
}

.h4-title {
  width: fit-content;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  margin: 0 auto 12px !important;
}

.hidden {
  display: none;
}

input[type="radio"] {
  width: initial;
  height: initial;
  display: inline-block;
  -webkit-appearance: radio;
  margin: 0px 3px 0px 0px !important;
  vertical-align: middle;
  cursor: pointer;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #F1F1F1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid rgba(255,255,255,0.5);
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: rgba(46,204,113,1);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid rgba(255,255,255,0.5);
}

.free {
  background-color: rgba(46,204,113,0.7); /* #2ecc71; */
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
  line-height: 22px;
  opacity: 1 !important;
  /* transform: rotate(-15deg); */
  position: absolute;
  left: 3px;
  top: -10px;
  padding: 0px 6px;
}

.subtitle {
  max-width: 705px;
  font-size: 18px;
  margin: 0 auto 10px;
}

.text {
  color: #333;
  font-size: 15px;
  text-align: justify;
  margin: 0px auto !important;
}

.main-container section {
  padding: 5em 0 6em;
}

.main-container .btn--primary {
  margin: 20px 0px 0px;
}

.circle-img {
  width: 135px !important;
  height: 135px !important;
}

#header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#header .btn {
  background-color: #673BFF;
  background-image: linear-gradient(90deg,#00B5FF,#673BFF);
  border: none;
}

#how-it-works {

}

#how-it-works img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
}

#how-it-works .feature__body {
  max-width: 400px;
  margin: 0px auto;
}

#schedule {
  padding: 50px 0px 0px;
}

#schedule .header {
  margin-bottom: 35px;
}

#schedule .text {
  max-width: 470px;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 15px auto !important;
}

#schedule table {
  background: #f1f1f1;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);
  margin-bottom: 35px;
}

#schedule table tr th {
  text-align: center;
  line-height: 18px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#schedule table tr td {
  color: #555;
  text-align: center;
  line-height: 18px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#schedule table tr td.past {
  opacity: 0.4;
  text-decoration: line-through;
}

#schedule .btn--primary {
  background-color: #673BFF;
  background-image: linear-gradient(90deg,#00B5FF,#673BFF);
  margin: 0px;
}

#schedule .btn--default:hover {
  border-color: #BBB;
}

#why-free {
  border-top: 2px solid #e4e4e4;
  padding: 60px 0px;
}

#why-free .text {
  max-width: 500px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 15px auto !important;
}

#signup {

}

#signup {
  background-color: #673BFF;
  background-image: linear-gradient(90deg,#00B5FF,#673BFF);
}

#signup h1 {
  padding-top: 20px;
}

#signup .btn {
  background: #555;
  border: none;
  margin: 20px 0px 0px !important;
  transition: all 0.3s;
}

#signup .btn:hover {
  background: #444;
}

#signup #submit-loader {
  width: 100%;
}

#signup #submit-loader i {
  font-size: 18px;
  vertical-align: middle;
}

#signup .text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 20px auto !important;
}

#signup .career-selector {
  text-align: center;
  margin: -10px 0 15px;
}

#signup label {
  font-size: 12px;
}

#signup .career-selector label {
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  margin-right: 20px;
  cursor: pointer;
}

#curriculum {
  padding: 70px 0px 0px;
}

#curriculum .text {
  max-width: 500px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 15px auto !important;
}

#curriculum ol {
  margin-bottom: 0px;
}

#curriculum .process_item:last-child {
  padding-bottom: 70px;
}

#testimonials {
  padding: 70px 0px 30px;
}

#testimonials h2 {
  margin-bottom: 5px;
}

#testimonials .fa-star {
  color: #f1c40f;
  font-size: 16px;
}

#testimonials .text {
  max-width: 500px;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 10px auto 0px !important;
}

#testimonials .slider {
  margin-top: 40px;
}

footer {
  background-color: #f1f1f1;
}
