body {
  font-family: "Inter", sans-serif;
}

.logo_container img {
  width: 233px !important;
}

div#et-top-navigation {
  padding-left: initial !important;
}

.step-form-section {
  max-width: 1000px;
  margin: 50px auto 50px;
  padding: 30px;
  background: #f2f3f5;
}

a:hover {
  text-decoration: none;
}

.step-form-wrap .nav-tabs {
  border: none;
  background: #e7ecef;
}

.step-form-wrap .nav-tabs li {
  width: 20%;
  pointer-events: none;
}

.step-form-wrap .nav-tabs li a {
  background: #e7ecef;
  text-align: center;
  padding: 7px 0;
  color: #8a969d;
  border-radius: 0;
  border-left: 1px solid #f2f3f5;
  border-right: 1px solid #f2f3f5;
  border-top: none;
  border-bottom: none;
  position: relative;
}

.step-form-wrap .nav-tabs li a span {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: #b1c2cb;
  color: #fff;
  border-radius: 100%;
  font-size: 13px;
  margin-right: 5px;
  line-height: 23px;
}

.step-form-wrap .nav-tabs li a {
  transform: skewX(16deg);
}

.step-form-wrap .nav-tabs li a p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 0;
}

.step-form-wrap .nav-tabs li a p {
  transform: skewX(-16deg);
}

.step-form-wrap {
  border-radius: 5px;
  overflow: hidden;
}

.step-form-wrap .nav-tabs li:last-child a {
  border-right: 0;
}

.step-form-wrap .nav-tabs li a.active {
  color: #000;
  border-color: #fff;
}

.step-form-wrap .nav-tabs li a.active span {
  background: #1b4d7e;
}

.step-form-wrap .nav-tabs li:first-child a.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: white;
  left: -19px;
}

.step-form-wrap .nav-tabs li:last-child a.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: white;
  right: -19px;
}

.step-form-wrap .nav-tabs li:first-child a {
  border-left: 0;
}

.tab-content-box {
  padding: 15px 20px 15px 20px;
  background: #fff;
}

.sparrow-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sparrow-box p {
  background: #d6edfb;
  border-radius: 10px;
  margin: 0;
  margin-left: 30px;
  color: #19487c;
  width: 100%;
  padding: 30px 25px !important;
  font-size: 14px;
  position: relative;
}

.sparrow-box p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d6edfb transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.form-wrap {
  margin: 0 auto 25px;
  display: flex;
  max-width: 67%;
  flex-wrap: wrap;
}
.form-wrap h3 {
    font-size: 12px;
    margin-top: 25px;
    margin-left: 10px;
}
.form-wrap h3:nth-of-type(2){
    margin-top:8px;
}

.form-box>label {
  width: 100%;
  margin: 0 0 4px 0;
  font-weight: 600;
  /* text-transform: capitalize; */
  color: #596066;
  font-size: 13px;
}

.last_checkbox {
  margin-left: 17px;
}

.form-row-box {
  width: 33.33%;
  padding: 0 10px;
}

.form-box input {
  width: 100%;
  border: 1px solid #c5cdcf;
  border-radius: 5px;
  padding: 6px 10px;
  color: #7a7a7a;
  font-size: 15px;
  height: 40px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input:focus,
button:focus,
select:focus {
  outline: none;
}

.form-box select {
  border: 1px solid #c5cdcf;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 15px;
  width: 100%;
  appearance: none;
  color: #7a7a7a !important;
  font-weight: 400;
}

.form-box-select {
  position: relative;
}

.form-box-select:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c5cdcf;
  pointer-events: none;
  right: 35px;
  top: 5px;
  height: 28px;
}

.form-box-select:after {
  content: "";
  position: absolute;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  background-image: url(https://methena.com/wp-content/themes/Divi_Child/images/down.svg);
  background-size: contain;
  top: 9px;
  pointer-events: none;
  /* transform: translateY(-50%); */
  right: 8px;
}

.form-box-date {
  position: relative;
}

.form-box-date:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c5cdcf;
  pointer-events: none;
  right: 35px;
  top: 5px;
  height: 28px;
}

.form-box-date:after {
  content: "";
  position: absolute;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  background-image: url(https://methena.com/wp-content/themes/Divi_Child/images/calendar.svg);
  background-size: contain;
  top: 9px;
  pointer-events: none;
  /* transform: translateY(-50%); */
  right: 8px;
}

.form-box label:empty {
  height: 18px;
}

.continue-btn {
  margin-left: 10px;
  background: #1a77d7;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  padding: 10px 45px;
  margin-right: 30px;
}

.form-wrap .skip-btn{
  display: inline-block;
  margin-left: 10px;
  background: #1a77d7;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  padding: 10px 45px;
  margin-right: 30px;
}


.form-wrap .skip-btn:hover {
    background-color: #1a77d7; 
}

.form-wrap .skip-btn-disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    pointer-events: none;
    margin-left: 10px;
}

.instructions-box {
  margin-top: 30px;
  border: 1px dashed #1978d6;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 50px;
  display: flex;
}

.instructions-box label {
  margin-right: 25px;
  color: #1a77d7;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}

.search-school {
  min-width: 220px;
}

.instructions-box p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.instructions-box label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #007bff;
  right: -8px;
  top: 9px;
}

a,
a:hover {
  color: #1a77d7;
}

.part-box {
  max-width: 65%;
  margin: 0 auto 30px;
  border: 1px solid #e5eaee;
  border-radius: 20px;
  background: #fbfcfe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px 40px;
}

.part-box+.part-box {}

.part-box-detail h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #646464;
}

.part-box-image img {
  max-width: 200px;
}

.part-box-detail p {
  margin: 6px 0 20px 0;
  font-size: 15px;
  color: #a5a5a5;
}

.part-box-detail a {
  background: #eff4fa;
  color: #24414f;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 35px;
}

.part-box-detail input {
  background: #eff4fa;
  color: #24414f;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 35px;
  border: none;
}

.spinner-border.text-secondary {
  display: none;
}

.start-part-1-div {
  display: inline-flex;
  align-items: center;
}

a {
  display: inline-block;
}

.part-box-detail {
  padding-right: 20px;
}

.form-row-box.form-row-box-full {
  width: 100%;
  padding: 0 10px;
}

.drag-drop-input input {
  display: none;
}

.drag-drop-input label {
  width: 181px;
  border: 1px dashed #c5cdcf;
  border-radius: 5px;
  padding: 6px 7px 6px 10px;
  color: #b3b3b3;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.drag-drop-input label span {
  margin-left: auto;
  opacity: 0.4;
  border-left: 1px solid #c5cdcf;
  padding-left: 5px;
  line-height: 0;
}

.drag-drop-input label span img {
  width: 22px;
}

.file__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d6edfb;
  margin-top: 13px;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.file__value .file__value--text {
  color: #19487c;
  padding-right: 15px;
  font-size: 14px;
}

.file__value--remove {
  line-height: 0;
  cursor: pointer;
}

.eca-box {
  border: 1px solid #e5eaee;
  border-radius: 20px;
  padding: 25px 15px;
  background: #fbfcfe;
}

.eca-wrap {
  max-width: 83%;
  margin-left: auto;
}

.eca-wrap-title {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
  justify-content: space-between;
}

.eca-wrap-title h6 {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #596066;
}

.eca-input-row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

/*.eca-input-row .form-box {
  //padding: 0 10px;
}*/
.eca-input-row.row div {

  padding: 2px !important;
}
.form-box.type-form-box {
  /* width: 22%; */
  /* width: 25%; */
  width: 38%;
}

.form-box.name-form-box {
  /* width: 22%; */
  /* width: 25%; */
  width: 33%;
}

.form-box.involvement-form-box {
  /* width: 31%; */
  width: 25%;
}

.form-box.upload-two.certificates-form-box {
  margin-top: 12px;
}

.form-box.upload-three.certificates-form-box {
  /* width: 28%; */
  width: 25%;
}

.form-box.upload-three.certificates-form-box .file__input--label {
  width: 100%;
}

.eca-radio-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.eca-radio-wrap ul p {
  margin: 0 15px 0 0;
  color: #000000;
  opacity: 0.7;
  font-size: 15px;
}

.eca-radio-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  position: relative;
  align-items: center;
}

.eca-radio-wrap ul li+li {
  margin-top: 12px;
}

.eca-radio-wrap {
  margin-top: 5px;
}

.eca-radio-wrap ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  opacity: 0.6;
  left: 0;
  top: 10px;
}

.eca-radio-box {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

.hide {
  display: none !important;
}

.eca-radio-box .radio-container {
  margin: 0;
  color: #646464;
  display: flex;
  font-size: 15px;
  align-items: center;
  margin-right: 15px;
}

.eca-radio-box .radio-container>input {
  display: none;
}

.eca-radio-box .radio-container .radio-checkmark {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #c5cdcf;
  margin-right: 5px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

.eca-radio-box .radio-container input:checked+.radio-checkmark {
  background: #1b4d7e;
  border-color: #1b4d7e;
}

.eca-radio-box .radio-container input:checked+.radio-checkmark:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: white;
  border-radius: 100%;
}

.other-answer input {
  border: 1px solid #c5cdcf;
  border-radius: 5px;
  padding: 6px 10px;
  color: #7a7a7a;
  font-size: 15px;
}

.eca-add span {
  color: #1a77d7;
  cursor: pointer;
}

.eca-add {
  margin-top: 20px;
  margin-bottom: 30px;
}

.eca-wrap-box+.eca-wrap-box {
  margin-top: 20px;
}

.eca-wrap-title svg {
  cursor: pointer;
}

.other-answer {
  opacity: 0.5;
  cursor: not-allowed;
}

.other-answer input {
  cursor: not-allowed;
  pointer-events: none;
}

.eca-radio-box .radio-container>input:checked~.other-answer {
  opacity: 1;
  cursor: inherit;
}

.eca-radio-box .radio-container>input:checked~.other-answer input {
  cursor: text;
  pointer-events: all;
}

.or-text {
  position: relative;
  margin: 0;
  color: #596066;
  font-weight: 600;
  top: 5px;
}

.tests-wrap {
  margin: 0 0 25px auto;
  padding: 0 0 0 4px;
  max-width: 83%;
}

.tests-wrap h6 {
  width: 100%;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #596066;
}

.tests-wrap h6 span {
  font-weight: normal;
}

.tests-box {
  display: flex;
  align-items: flex-start;
}

.tests-type {
  padding-right: 5px;
  min-width: 180px;
  position: relative;
  top: 11px;
}

.tests-after-select {
  margin-left: 5px;
  width: 100%;
  border: 1px solid #e5eaee;
  border-radius: 10px;
  padding: 10px 5px;
  display: flex;
  background: #fbfcfe;
}

.sat-box .form-box div {
  display: flex;
  align-items: center;
}

.tests-after-select>div {
  padding: 0 5px;
}

.div-ap .math-box,
.div-ap .waw-box,
.div-ap .level-box {
  max-width: 33.33% !important;
}

.div-ib .math-box,
.div-ib .waw-box,
.div-ib .level-box {
  max-width: 33.33% !important;
}

.div-ielts .writting-box,
.div-duolingo .waw-box {
  width: 25% !important;
}

.div-ielts .speaking-box,
.div-duolingo .literacy-box {
  width: 25%;
}

.div-ielts .reading-box,
.div-duolingo .comprehension-box {
  width: 25%;
}

.div-ielts .listening-box,
.div-duolingo .conversation-box {
  width: 25%;
}

.div-ielts .waw-box,
.div-duolingo .production-box {
  width: 25%;
}

.div-sat .math-box,
.div-sat .waw-box,
.div-act .math-box,
.div-act .waw-box,
.div-psat .math-box,
.div-psat .waw-box {
  max-width: 30% !important;
}

.math-box {
  max-width: 20%;
}

.waw-box {
  max-width: 30%;
}

.sat-box {
  max-width: 50%;
}

.sat-box .form-box div span {
  width: 30px;
  border: 1px solid #c5cdcf;
  height: 36px;
  margin-left: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.sat-box input {
  max-width: 160px;
}

.tests-add {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tests-add span {
  color: #1a77d7;
  cursor: pointer;
}

.tests-box+.tests-box {
  margin-top: 15px;
}

.step-form-wrap .nav-tabs li a#second-tab.active:before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  left: -12px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
}

.step-form-wrap .nav-tabs li a#third-tab.active:before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  left: -12px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
}

.step-form-wrap .nav-tabs li a#fourth-tab.active:before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  left: -12px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
}

.step-form-wrap .nav-tabs li a#fiveth-tab.active:after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  left: -12px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
}

.form-row-box.school-name-div {
  margin-left: 18px;
}

/* .tests-after-select{
    display: none;
} */
.div-sat {
  display: none;
}

.div-act {
  display: none;
}

.div-psat {
  display: none;
}

.div-ap {
  display: none;
}

.div-ib {
  display: none;
}

.div-toefl {
  display: none;
}

.div-ielts {
  display: none;
}

.div-duolingo {
  display: none;
}

.div-a-level {
  display: none;
}

label.remove-type-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

label.remove-type-label svg {
  cursor: pointer;
}

/* .upload-two .file__value {
  min-width: 522px;
  margin-right: -705px;
  position: relative;
  left: -523px;
} */
.upload-one .file__value {
  min-width: 522px;
}

.upload-three .file__value {
  min-width: 583px;
}

.error {
  color: #ff2323 !important;
  width: 100%;
  margin: 0 0 4px 0;
  font-weight: normal !important;
  /* text-transform: capitalize;   */
  font-size: 14px;
}

.state_select.not_allowed,
.city_select.not_allowed {
  cursor: not-allowed;
}

.test_math.ap_subject.not_allowed {
  cursor: not-allowed;
}

.test_math.ib_subject.not_allowed {
  cursor: not-allowed;
}

.certificates_div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.certificate_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.add_certificates {
  display: flex;
  align-items: center;
}

button#addTextbox {
  background: #1a77d7;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
}

button#removeTextbox {
  margin-left: 10px;
  background: #1a77d7;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
}

div.dynamic-divs-container {
  display: contents;
}

div.dynamic-divs-container .waw-box {
  padding: 0 5px;
}

.checkbox-container {
  margin-bottom: 5px;
}

.checkbox-label {
  margin-left: 5px;
}

.checkbox-container input[type=checkbox] {
  width: auto;
  height: auto;
}

.hidden {
  display: none;
}

.form_sec {
  margin: 0px auto 20px;
  display: flex;
  max-width: 67%;
}

.form_sec .eca-radio-wrap {
  margin-top: 0px !important;
}

.loader-container {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Semi-transparent background */
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: -20px 0 0 -20px;
  /* Center loader */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



@media only screen and (max-width: 991px) {
  .eca-radio-box {
    flex-wrap: wrap;
  }

  .step-form-wrap .nav-tabs {
    display: block;
  }

  .upload-three .file__value {
    min-width: calc(100vw - 100px);
  }

  .upload-two .file__value {
    min-width: 500px;
    position: relative;
    left: -318px;
  }

  .upload-one .file__value {
    min-width: 400px;
  }

  .part-box {
    max-width: 100%;
    padding: 20px 20px;
  }

  .tests-wrap {
    max-width: 100%;
  }

  .step-form-wrap .nav-tabs li {
    width: 100%;
  }

  .sparrow-box img {
    width: 60px;
  }

  .sparrow-box p {
    padding: 11px 20px;
  }

  .form-wrap {
    max-width: initial;
    margin: 0 -10px 25px -10px;
  }

  .instructions-box {
    padding: 10px 20px;
  }

  .step-form-wrap .nav-tabs li a:before,
  .step-form-wrap .nav-tabs li a:after {
    content: none !important;
  }

  .sparrow-box img {
    width: 60px;
  }

  .sparrow-box p {
    padding: 11px 20px;
  }

  .step-form-wrap .nav-tabs li a p {
    transform: none;
    justify-content: flex-start;
  }

  .step-form-wrap .nav-tabs li a {
    transform: none;
  }

  .eca-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .form-row-box {
    width: 50%;
  }

  .upload-two .file__value {
    left: 0;
    min-width: auto;
  }

  .upload-one .file__value {
    min-width: calc(100vw - 100px);
  }

  .part-box {
    display: block;
  }

  .part-box-detail {
    padding: 0 0 20px 0;
  }

  .eca-wrap {
    max-width: 100%;
  }

  .eca-input-row>div {
    width: 50% !important;
    margin-bottom: 15px;
  }

  .eca-input-row {
    flex-wrap: wrap;
  }

  .eca-radio-wrap {
    margin-top: 0;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

  .or-text-outer {
    width: 100%;
    padding: 0 10px;
  }

  .or-text-outer label {
    display: none;
  }

  .tests-wrap {
    max-width: 100%;
  }

  .tests-box {
    display: block;
  }

  .tests-type {
    position: inherit;
    padding: 0;
  }

  .tests-after-select {
    margin: 15px 0 0 0;
  }

  .or-text {
    top: 0;
    margin: 5px 0;
  }

  .average-wrap label:empty {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .form-row-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .upload-three .file__value {
    min-width: calc(100vw - 70px);
  }

  .other-answer input {
    max-width: 150px;
  }

  .eca-input-row>div {
    width: 100% !important;
  }

  .form-wrap {
    margin: 0 -10px;
    gap: 15px;
  }
  .checkbox-container {
    display: flex;
    align-items: baseline;
}

  /* .tests-after-select {
        display: block;
    } */

  .tests-after-select>div {
    max-width: 100% !important;
  }

  .tests-after-select>div+div {
    margin-top: 12px;
  }

  .form-box label:empty {
    display: none;
  }

  .sparrow-box p {
    margin-left: 15px;
  }

  .sparrow-box p {
    margin-left: 15px;
  }

  .step-form-section {
    padding: 15px;
  }

  .instructions-box {
    display: block;
  }

  .continue-btn {
    margin-right: 0px;
  }

  .form-row-box.school-name-div {
    margin-left: 0px;
  }
  .div-ib .math-box,
  .div-ib .waw-box,
  .div-ib .level-box {
      max-width: 36.33% !important;
  }

}
@media(max-width:830px){
    .step-form-section .tests-box .tests-after-select.div-ap.active_ap_div{
        flex-direction:column;
    }
    .step-form-section .tests-box .div-ap .math-box,
    .step-form-section .tests-box .div-ap .waw-box,
    .step-form-section .tests-box .div-ap .level-box {
        max-width: 100% !important;
    }
    
    .step-form-section .tests-box .dynamic-divs-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .step-form-section .tests-box .tests-after-select>div+div {
        margin-top: 0px !important;
    }
    .step-form-section .tests-box .div-sat .math-box,
    .step-form-section .tests-box .div-sat .waw-box,
    .step-form-section .tests-box .div-act .math-box,
    .step-form-section .tests-box .div-act .waw-box,
    .step-form-section .tests-box .div-psat .math-box,
    .step-form-section .tests-box .div-psat .waw-box {
        max-width: 100% !important;
    }
    .step-form-section .tests-box .tests-after-select.div-sat {
        flex-direction: column;
    }
}