body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #737373;
}

.frontPageLinks {
  color: #0067e3;
}

header {
  background: #fff;
  padding: 15px 0;
  text-transform: uppercase;
}

.continueCarets {
  display: none;
}

.logo {
  max-width: 170px;
  margin: auto;
}

.security {
  text-align: right;
}

.security img {
  max-height: 90px;
  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
}

.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;
}


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;
}


.hero {
  min-height: 570px;
  background-size: cover;
  padding-bottom: 50px;
  background-color: #fff;
}

.hero h1 {
  color: #022777;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.hero p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.hero .card-box p {
  color: #737373;
  font-size: 16px;
  text-align: center;
}

.ques-box {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 7px 7px 7px 7px rgba(235, 235, 235, 0.2);
}

.card-box {
  text-align: center;
}

.card-box h4 {
  color:
    #0574db;
  font-size: 22px;
  margin-top: 0.5rem;
}

.card-box h3 {
  color:
    #0574db;
  font-size: 26px;
}

.card-box h5 {
  color:
    #0574db;
  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: #495057;
  font-size: 18px;
  border-color: #e1e1e1;
}

.select-box .form-control {
  height: 60px !important;
  color: #495057;
  padding: 15px 30px;
  border-color: #e1e1e1;
  font-size: 18px;
}

.ul-check.mr-20 {
  margin-top: 20px;
}

.eval-btn {
  padding: 15px 30px;
  background: #007750;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: .9px;
  display: inline-block;
}

.eval-btn:hover {
  background-color: #004f37;
  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: #9b9b9b;
  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 {
  padding: 50px 0;
}

.test-text {
  padding-left: 70px;
  font-size: 18px;
  color: #0574db;
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/anna.png") no-repeat left top;
  background-size: 60px;
}

.test-text.two {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/crystal.png") no-repeat left top;
  background-size: 60px;
}

.test-text.three {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/jesica.png") no-repeat left top;
  background-size: 60px;
}

.client-name {
  color: #707070;
}

.star {
  color: #e1a91d;
}

.degree-p {
  background: #f8f8f8;
  padding: 50px 0;
  text-align: center;
}

.degree-p h2 {
  color: #242424;
  font-family: 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 {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/bg2.jpg") no-repeat center center;
  min-height: 300px;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}

.college-g h2 {
  font-family: sans-serif;
}

footer {
  padding: 50px 0;
}

footer img {
  max-width: 110px;
}

.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;
}

#hb-matches {
  display: flex;
  flex-direction: column;
}

.ty-school {
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: row;
  ;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: max-content !important;
  border: 2px solid rgba(214, 214, 214, 0.8);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
}

.ty-school-name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}

.ty-school:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.tcpa {
  color: #737373;
}

.ty-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-logo img {
  max-width: 65%;
}

.loader {
  margin: auto;
  border: 20px solid #EAF0F6;
  border-radius: 50%;
  border-top: 20px solid #0574db;
  width: 50px;
  height: 50px;
  animation: spinner 2s linear infinite;
  display: none;
}

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

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

}


.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 (min-width: 1200px) {
  .list-large {
    width: 87%;
    margin-top: 0.5em;
  }
}


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

  .security img {
    max-width: 140px;
    margin-top: 0px;
  }

  .hero h1, .testimonial h1, .our-metrics-section h1  {
    font-size: 20px;
  }

  .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 8px;
  }

  .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 #cobrand {
    height: 70px !important;
  }

  header #wider{
    max-height: 70px !important;
  }


  header img {
    height: 50px !important;
  }
  

  header {
    padding: 5px 0 !important;
  }

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

  .ty-school {
    display: flex;
    flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: column !important;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: max-content !important;
    border: 2px solid rgba(214, 214, 214, 0.8);
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
  }


  .metrics-wrapper {
    border-left: none;
    border-top: 8px solid #ffc501;
  }

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

}

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