.container {
  padding: 2vh 3vw;
}

.buttons.container button {
  background-color: #edfd9a;
  font-size: 0.9rem;
  border: transparent;
  font-family: sans-serif;
  padding: 3px 30px;
  color: black;
  border-radius: 3px;
  margin-right: 1vw;
  width: 12vw;
  height: 3vw;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.buttons.container button:hover {
  background-color: #bdd352;
}
.navbar-brand {
  margin-left: 48px !important;
}
h1 {
  font-family: sans-serif;
  font-weight: 700;
}

.container.step-header {
  padding: 2vh 3vw;
}
.container.step-header h1 {
  font-size: 22px;
}
.container.step-header p {
  /*font-family: 'Roboto';*/
  font-size: 15px;
}

.plan {
  font-size: 1.2rem;
  background-color: whitesmoke;
  padding: 3vh 1vw;
  border-radius: 5px;
  box-sizing: border-box;
  width: 12vw;
  white-space: wrap;
  font-family: sans-serif;
  font-weight: 700;
  margin-left: 1vw;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.plan button {
  background-color: black;
  color: white;
  font-size: 10.5px;
  width: auto;
  font-weight: bold;
}
.select-plan-btn:hover{
color: #bdd352;
}
.container.plan-details {
  margin: 0 !important;
  padding-right: 0 !important;
}

.plan:hover {
  background-color: #d5ea69;
  cursor: pointer;
}

table {
  width: 100%;
}

td > :nth-child(1) {
  border: none;
}
tr > td:nth-child(1) {
  padding-left: 67px;
  font-size: 13px;
}

tr::after {
  content: '';
  width: 70%;
  position: absolute;
  border: 1px solid gray;
  left: 8vw;
}

thead tr::after {
  border: none;
  width: 0;
  height: 0;
}

tbody tr:nth-child(1)::after {
  width: 0;
  height: 0;
  border: none;
}

.benefit {
  width: 45%;
}
.dot-container {
  width: 13%;
  font-size: 3rem;
  text-align: center;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #afaeae;
  display: inline-block;
}

.step {
  display: none;
}

#main-container {
  width: 72.7%;
  margin: 0 !important;
  padding-right: 0 !important;
}

#wrapper {
  display: flex;
}
#steps-container {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: right;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 7%;
  position: absolute;
  right: 0;
  bottom: 59%;
}

.step-mark {
  background-color: whitesmoke;
  font-family: 'Noto Sans';
  font-weight: 700;
  padding: 0px 5px;
  border-radius: 3px;
}

.vertical-line {
  border-left: 1px solid black;
  height: 30px;
  margin-left: 4.5vw;
}

.third {
  height: 700;
  width: 800px !important;
  padding-top: 3vh;
}

iframe {
  height: 80vh;
  width: 80vw;
  position: relative;
  bottom: 12vh;
  right: 5vw;
}

.step-mark {
  display: flex;
  align-items: center;
  height: 75px;
}
.clock {
  width: 4vw;
  height: 4vw;
  object-fit: contain;
  margin-left: 1.7vw;
  display: none;
}

.check {
  display: none;
  width: 3vw;
  margin-left: 2.7vw;
}

.number {
  display: block;
  width: 3vw;
  margin-left: 2.7vw;
}

.step.form {
  padding: 0 70px;
}

.step.form button {
  background-color: #d5ea69;
  padding: 15px;
  border-radius: 5px;
  border: snow;
  font-size: larger;
  font-family: sans-serif;
  font-weight: 700;
  /*font-family: Roboto;*/
  font-weight: bold;
}

.step.form button:hover {
  background-color: #bdd352;
}
.step-description {
  text-align: left;
  width: 70%;
  height: 100% !important;
  padding-left: 15px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.icon-container {
  height: 100% !important;
  display: flex;
  align-items: center;
}

.step-description h6 {
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.step-mark h3 {
  font-size: 1.5rem !important;
}
#wrapper {
  display: flex;
}

@media screen and (max-width: 612px) {
  #wrapper {
    flex-direction: column;
    width: 100%;
  }

  #steps-container {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-left: 0;
  }

  tr::after {
    width: 80%;
  }

  #main-container {
    width: 100%;
    padding: 10px;
  }

  .step-mark {
    padding: 0px 5px;
    border-radius: 3px;
  }

  .buttons.container button {
    width: 30vw;
    padding: 5px;
    height: auto;
  }

  .plan {
    width: auto;
    height: 20vw;
    font-size: 10px;
    padding: 0;
  }

  .container.plan-details {
    padding: 10px !important;
    max-width: 100%;
    margin-right: 10vw;
  }
  tr > td:nth-child(1) {
    padding-left: 67px;
    font-size: 13px;
  
}
  .benefit {
    padding-left: 0;
  }
  td {
    font-size: 15px;
  }

  #steps-container {
    margin: 10px !important;
  }

  tr > td:nth-child(1) {
    padding-left: 0;
  }
  tr::after {
    content: '';
    width: 90%;
    position: absolute;
    border: 1px solid gray;
    left: 0;
  }

  .container.step-header {
    padding-left: 20px;
  }

  td {
    font-size: 10px;
  }
}
