.joinus-lessons-section {
    padding-top: 150px;
    padding-bottom: 20px;
}
#joinus .tab-container2{
    border: 2px solid #17a564;
    border-radius: 25px;
    padding: 2px 8px;
}

#joinus .tab-size{
    /* background-color: #fff; */
    border-radius: 40px;
    color: #17a564;
    height: 40px;
    width: 200px;
    font-size: 14px;

}
#joinus .tab-size.tab-selected {
    background-color: #17a564;
    border-radius: 40px;
    color: #fff; 
}
#form-join1 .tab-container {
    margin: 20px auto;
}
#form-join1{ 
    padding: 5px;
    /* width: 100px; */
}
#form-join1 .tab-container2 .tab-size:first-child::after {
    position: absolute;
    content: "";
    left: 47px;
    height: 2px;
    background-color: #17a564;
    width: 190px;
}
#form-join1 .tab-size { 
    position: relative;
    color: #17a564;
    height: 50px;
    background-color: #fff;
    width: 50px;
    padding: 8px;
    font-size: 20px;
    border: 2px solid #17a564;
    border-radius: 100px;
}
#form-join1 .tab-container {
    margin: 20px auto;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
#form-join1 .tab-selected {
    background-color: #fff;
}
.customized-joinus-content {
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    height: 100px;
}
.customized-joinus-content div h1{
    font-size:26px;
}
.tab1-content-im{
    padding: 100px 10px;
}
.btn-next{
    background: #17a564;
    color: #fff;
    border-radius: 20px;
    padding: 8px 30px;
}
.btn-next:hover{
    background: #1a2d40;
    color:#fff;
}
.display-flex-mainprogram{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}
.form-check-input[type=radio] {
    border-radius: 50%;
    color: #17a564;
    border: 2px solid #17a564;
    padding: 7px;
}
.form-check-input:checked {
    background-color: #17a564;
    border-color: #17a564;
}
.join-note{
    background-color: #17a564;
    color:#fff;
    padding:30px;
    text-align: left;
    border-radius: 20px;
}
.join-note h3,.join-note p{
    color:#fff;

}
.join-note {
  margin: 3rem auto;
}
.form-control{
    border: none!important;
    padding: 10px!important;
    box-shadow: 1px 1px 5px #cacaca!important;
}
 
/* body {
    background: rgba(0, 0, 0, 0.1);
    line-height: 1.45rem;
    color: #444;
  }
  body.freeze {
    pointer-events: none;
  }
  
  h1 {
    margin: 0;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: normal;
    line-height: 2.2rem;
  }
  
  .section {
    max-width: 500px;
    padding: 4rem;
    margin: 5vh auto 0 auto;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .section:before {
    content: "";
    width: 100%;
    background: #0ce479;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  } */
  
  /* .form-instructions {
    text-align: center;
  } */
/*   
  form {
    margin: 2rem auto;
    width: 100%;
    max-width: 330px;
    will-change: transform;
  } */
  
  /* .fieldgroup {
    margin: 1.5rem 0;
    position: relative;
  }
  
  label {
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: block;
    font-size: 1rem;
    transition: 0.2s ease-out;
    opacity: 0.5;
    will-change: top, font-size;
  }
  label:hover {
    cursor: text;
  } */
  
  /* input {
    border: 1px solid #fff;
    font-size: 1.2rem;
    padding: 0.6rem;
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #444;
    transition: 0.2s;
    width: calc(100% - .6rem);
    max-width: 350px;
    border-radius: 0;
  }
  input:focus {
    outline: none;
  }
  input:valid {
    border-color: #444;
  }
  input:focus + label, input.hasInput + label {
    top: -0.8rem;
    font-size: 0.7rem;
  } */
  
  /* .btn {
    color: #fff;
    background-color: #0bcc6c;
    padding: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border-radius: 5px;
    border: 2px solid transparent;
    min-width: 45px !important;
  }
  .btn:hover, .btn.hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
  }
  .btn:active, .btn.active {
    color: #fff;
    background-color: #066b39;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
    outline: 2px solid #0bcc6c;
  }
  .btn:focus, .btn.focus {
    color: #fff;
    outline: 2px solid #0bcc6c;
    outline-offset: 2px;
  }
  .btn:active:focus, .btn.active.focus {
    outline: 4px solid #0bcc6c;
  }
  .btn.hover, .btn.active {
    outline: none;
  }
  
  .btn-alt {
    background-color: transparent;
    color: #0bcc6c;
    border: 2px solid #0bcc6c;
  }
  .btn-alt:hover, .btn-alt.hover {
    background-color: transparent;
    color: #010a06;
    border-color: #010a06;
    text-shadow: none;
  }
  .btn-alt:focus, .btn-alt.focus {
    color: #066b39;
  }
  .btn-alt:active, .btn-alt.active {
    color: #fff;
    background-color: #0bcc6c;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  }
  .btn-alt.hover, .btn-alt.active {
    outline: none;
  }
  
  .buttons {
    display: flex;
  }
  .buttons .btn {
    margin-right: 15px;
  }
  
  form .btn {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin: 4rem auto 0 auto;
  }
  
  [data-step="4"] button.btn {
    display: block;
    margin: 0 auto;
  } */
  
  .form-progress {
    position: relative;
    display: block;
    margin: 3rem auto;
    width: 100%;
    max-width:250px;
  }
  
  progress {
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #0bcc6c;
    width: 100%;
    height: 5px;
    background: none;
    transition: 1s;
    will-change: contents;
  }
  progress::-webkit-progress-bar {
    background: #0bcc6c; 
  }
  progress::-webkit-progress-value {
    background-color: #0bcc6c;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .form-progress-indicator {
    position: absolute;
    top: -11px;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 3px solid #17a564;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.3s;
    will-change: transform;
  }
  .form-progress-indicator.one {
    left: 0;
  }
  .form-progress-indicator.two {
    left: 100%;
  }
  /* .form-progress-indicator.three {
    left: 66%;
  }
  .form-progress-indicator.four {
    left: 100%;
  } */
  .form-progress-indicator.active {
    -webkit-animation: bounce 0.5s forwards;
            animation: bounce 0.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    border-color: #0bcc6c;
    background-color: #17a564;
  }
  .form-progress-indicator.active:after{
    background-color: transparent;
    opacity: 0;
  }
  .animation-container {
    position: relative;
    width: 100%;
    transition: 0.3s;
    will-change: padding;
    overflow: hidden;
  }
  
  .form-step {
    width: 100%;
    position: absolute;
    transition: 1s ease-in-out;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
  }
  
  .form-step.leaving {
    -webkit-animation: left-and-out 0.5s forwards;
            animation: left-and-out 0.5s forwards;
  }
  
  .form-step.waiting {
    transform: translateX(400px);
  }
  
  .form-step.coming {
    -webkit-animation: right-and-in 0.5s forwards;
            animation: right-and-in 0.5s forwards;
  }
  
  @-webkit-keyframes left-and-out {
    100% {
      opacity: 0;
      transform: translateX(-400px);
    }
  }
  
  @keyframes left-and-out {
    100% {
      opacity: 0;
      transform: translateX(-400px);
    }
  }
  @-webkit-keyframes right-and-in {
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes right-and-in {
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounce {
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes bounce {
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .hidden {
    display: none;
  }
  /* new design */
  .join-section{
    background-image: url(../../img/join2.jpg);
    background-position: top -68% center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
    position: relative;
  }
  .join-section::before {
    position: absolute;
    content: "";
    background: #000000a4;
    opacity: 0.8;
    width: 100%;
    height: 520px;
    top: 80px;
    left: 0;
}
.join-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  padding: 100px;
  flex-direction: column;
  position: relative;
  margin-top: 8rem;
  padding: 10px 25px;
  z-index: 3;
}
.join-title h1{
  color: #fff;
  font-size: 3rem;
}
.join-title p{
  color: #fff;
  font-size: 16px;
}
.join-image{
  image-rendering: crisp-edges;
}
.join-sec{
padding:100px 0px;
}
.join-image-right img{
  image-rendering: pixelated;
  height: 600px;
  object-fit: contain;
  object-position: right;
  
}
.join-content-right{
  font-size: 15px;
  position: relative;
  top: 50%; 
  padding: 20px 10px 0px 50px;
  text-align: justify;
  left: 0px;
  transform: translate(10px, -50%);
}
.join-image-left img{
  image-rendering: pixelated;
  height: 600px;
  object-fit: contain;
  object-position: left;
}
.join-content-left{
  font-size: 15px;
  text-align:justify; 
  padding: 20px 10px 0px 130px;
  position: relative;
  top: 50%;
  left: 0px;
  transform: translate(10px, -50%);
}
.btn-join{
  padding: 5px 16px;
    background: #17a564;
    color: #Fff;
}
.btn-join:hover{
  color: #fff;
  background: #1a2d40;
  box-shadow: 1px 1px 10px grey;
}

/* pop-up */
 

.popup {
  position: fixed;
  inset: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  color: #000;
  visibility: hidden;
  transition: visibility 0.8s ease 0s;
}
.popup::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00000026;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: justify;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.popup__body {
  width: 100%;
  max-width: 600px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.popup__close::after, .popup__close::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  transition: all 0.3s ease 0s;
}
.popup__close::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.popup__close::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.popup__text {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
  transition: all 0.3s ease 0.2s;
}
/* end pop up 1 */

/* pop up 2 */
.popup2 {
  position: fixed;
  inset: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  color: #000;
  visibility: hidden;
  transition: visibility 0.8s ease 0s;
}
.popup2::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00000026;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup__content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.popup__body2 {
  width: 100%;
  max-width: 600px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.popup__close2 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.popup__close2::after, .popup__close2::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  transition: all 0.3s ease 0s;
}
.popup__close2::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.popup__close2::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.popup__text2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.popup2.show {
  visibility: visible;
  overflow: auto;
}
.popup2.show::before {
  opacity: 1;
}
.popup2.show .popup__body2 {
  transform: scale(1);
  transition: all 0.3s ease 0.2s;
}
/* end pop up 2 */


/* pop up 3 */ 
.popup3 {
  position: fixed;
  inset: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  color: #000;
  visibility: hidden;
  transition: visibility 0.8s ease 0s;
}
.popup3::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00000026;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup__content3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.popup__body3 {
  width: 100%;
  max-width: 600px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.popup__close3 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.popup__close3::after, .popup__close3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  transition: all 0.3s ease 0s;
}
.popup__close3::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.popup__close3::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.popup__text3 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.popup3.show {
  visibility: visible;
  overflow: auto;
}
.popup3.show::before {
  opacity: 1;
}
.popup3.show .popup__body3 {
  transform: scale(1);
  transition: all 0.3s ease 0.2s;
}
/* end pop up 1 */
.form-text-size{
  font-size:15px;
}
.text-left{
  text-align:left;
}
