body {
  font-family: Poppins, Helvetica Neue, sans-serif;
  font-size: 16px;
  color: #000000;
}

header {
  font-family: Tiempos-Medium, Helvetica Neue, sans-serif;
  background: #fff;
  padding: 15px 0;
  text-transform: uppercase;
}

.continueCarets {
}

.tcpa {
  color: #737373;
}
.logo {
  max-width: 270px;
}
.security {
  text-align: right;
}
.security img {
  max-width: 170px;
  margin-top: 9px;
}

.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 10%;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  margin: -5px;
}
.progressbar li i {
  display: none;
  position: absolute;
  font-size: 12px;
  font-style: normal;
}
.progressbar li.active i {
  display: inline;
}

li.lastactive i {
  top: -7px;
  right: -15px;
  z-index: 999;
  border: 2px solid #068f50;
  background: #068f50;
  border-radius: 10px;
  box-shadow: 10px 5px 5px #444444;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

.progressbar li:before {
  /*content: counter(step);
  counter-increment: step;*/
  content: "";
  width: 0px;
  height: 0px;
  line-height: 10px;
  /*border: 1px solid #e1e1e1;*/
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e1e1e1;
  top: 5px;
  left: -50%;
  z-index: 1;
}
.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  /*  color: #00b878;*/
  color: white;
} /*
.progressbar li.active:before {
  border-color: #00b878;
  background: #00b878;
} */
.progressbar li.active + li:after {
  background-color: #00b878;
}

.hero {
  min-height: 570px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.hero h1 {
  color: #000000;
  font-size: 25px;
  text-align: center;
  font-family: Tiempos-Medium, Helvetica Neue, sans-serif;
}
.hero p {
  color: #000000;
  font-size: 22px;
  text-align: center;
}
.hero .card-box p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.ques-box {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}
.card-box {
  text-align: center;
}
.card-box h4 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
.card-box h3 {
  color: #000000;
  font-size: 26px;
}
.card-box h5 {
  color: #000000;
  font-size: 18px;
}
.btn-box {
  padding-top: 15px;
  display: block;
}
.btn-box img {
  max-width: 23px;
  margin-left: 11px;
  vertical-align: initial;
}

.progress-meter {
  margin-bottom: 30px;
  text-align: center;
}

.ul-check {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: 40px auto 30px;
}
.ul-check li {
  display: inline-block;
  margin-right: 7px;
}
.select-box {
  max-width: 500px;
  position: relative;
  margin: 15px auto;
}
.select-box .fa.fa-sort-desc {
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 22px;
  color: #333;
}
.input-box .form-control {
  height: 60px !important;
  padding: 0 30px;
  color: #9b9b9b;
  font-size: 18px;
  border-color: #e1e1e1;
}
.select-box .form-control {
  height: 60px !important;
  color: #000000;
  padding: 15px 30px;
  border-color: #e1e1e1;
  font-size: 18px;
}
.ul-check.mr-20 {
  margin-top: 20px;
}
.eval-btn {
  padding: 15px 30px;
  background: #ff7f00;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.9px;
  display: inline-block;
}
.eval-btn:hover {
  background-color: #ee6f00;
  color: #fff;
}
.card-box input[type="radio"] {
  display: none;
}

.card-box input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.card-box input[type="radio"] + label span {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
}

.card-box input[type="radio"] + label span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000000;
  font-size: 18px;
}

.card-box input[type="radio"]:checked + label span {
  background-color: #16306e;
  border-color: #16306e;
  color: #fff;
}

.card-box input[type="radio"] + label span,
.card-box input[type="radio"]:checked + label span {
  transition: background-color 0.4s linear;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.testimonial {
  display: none;
}
.hand_image {
  display: none;
}

.degree-p {
  background: #f8f8f8;
  padding: 50px 0;
  text-align: center;
}
.degree-p h2 {
  color: #242424;
  font-family: Tiempos-Medium, Helvetica Neue, sans-serif;
}
.degree-p h2 span {
  color: #0574db;
}
.degree-p p.w-60 {
  color: #737373;
  width: 60%;
  margin: 0 auto;
}

.card2,
.card3,
.card4,
.card5,
.card6,
.card7,
.card8,
.card9 {
  display: none;
}
.degree-p .icon-box {
  margin-top: 50px;
}
.degree-p .icon-box img {
  height: 100px;
}
.step-no {
  display: inline-block;
  padding: 5px;
  border: 1px solid #0574db;
  border-radius: 50%;
  margin: 25px 0;
}
.step-no span {
  width: 30px;
  height: 30px;
  background: #0574db;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}
.degree-p h4 {
  font-size: 19px;
  color: #242424;
}
.arrow-right {
  height: auto !important;
  width: 50px;
  border: 1px solid #0574db;
  border-radius: 50%;
  display: inline-block;
  padding: 14px;
  position: absolute;
  right: -25px;
  top: 33%;
}

.college-g {
  min-height: 300px;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.college-g h2 {
  font-family: Tiempos-Medium, Helvetica Neue, sans-serif;
}
footer {
  padding: 50px 0;
}
footer img {
  max-width: 310px;
}
.foot-list {
  list-style: none;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.foot-list li {
  float: left;
  width: 33%;
  vertical-align: middle;
  text-align: right;
}
.cp {
  margin-left: 0px;
}

.subjectBox:hover {
  border: 1px solid #ff7f00;
  box-shadow: 7px 7px 7px 3px #ff7f00;
}

.selectedOption {
  border: 3px solid #ff7f00;
}

.our-metrics-section {
  background: #022777;
  padding: 50px 0;
}

.our-metrics-section h1 {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.metrics-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 10px 15px;
  border-left: 8px solid #ffc501;
  /* Yellow line */
}

.metrics-wrapper span {
  display: inline-block;
  height: 100%;
  width: 8px;
  min-width: 8px;
  background: #ffc501;
}

.metrics-wrapper h3 {
  color: #FFC501;
  margin: 0;
  font-size: 40px;
  text-align: left;
  font-weight: 700;
}

.metrics-wrapper p {
  color: #ffffff;
  margin: 5px 0 0;
  font-size: 17px;
  text-align: left;
}

.testimonial h1 {
  color: #022777;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}


/**********media for mobile***********/

@media only screen and (min-width: 1920px) {
}

@media only screen and (min-width: 1440px) {
}
@media only screen and (max-width: 1919px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
  #disclosure_at_the_bottom {
    margin-top: 70%;
  }

  .security img {
    max-width: 140px;
    margin-top: 0px;
  }
  .hero h1 {
    font-size: 16px;
  }
  .progressbar {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .progressbar li {
    width: 10%;
    margin: -1%;
  }
  .progressbar li i {
    font-size: 10px;
    left: 0;
  }

  .ul-check {
    margin: 20px auto 10px;
  }
  .ul-check li {
    margin-bottom: 10px;
  }
  .arrow-right {
    display: none;
  }
  .foot-list {
    padding-left: 0px;
  }
  .foot-list li {
    text-align: left;
  }
  .hero p {
    font-size: 12px !important;
    line-height: 1;
    margin-bottom: 3px;
  }
  .hero {
    padding-top: 5px;
  }

  .card-box h4 {
    font-size: 14px;
  }

  .progressbar {
    margin-bottom: 0px !important;
  }

  .progress-meter {
    margin-bottom: 5px !important;
  }

  header img {
    height: 20px !important;
  }

  header {
    padding: 5px 0 !important;
  }

  #subjectBoxes div {
    margin-bottom: 7px !important;
  }

  .hero h1, .testimonial h1, .our-metrics-section h1  {
    font-size: 20px;
  }
  
  .metrics-wrapper {
    border-left: none;
    border-top: 8px solid #ffc501;
  }

  .metrics-wrapper:first-child {
    border-top: none;
  }
}

@media only screen and (max-width: 320px) {
}
