@import url("https://fonts.googleapis.com/css2?family=Kadwa&family=Titillium+Web:wght@200;600&display=swap");

#subject9label {
  font-size: 0.8em !important;
}
.d-none {
  display: block !important;
}

.d-sm-none {
  display: none !important;
}

.subjectIcon {
  height: 50px;
}

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

header {
  background: rgb(64, 86, 137, 80%);
  background-size: cover;
  padding: 15px 0;
  text-transform: uppercase;
}

.continueCarets {
  display: none;
}

#topText {
  display: none;
}

.tcpa {
  color: #313233 !important;
}

#schoolTCPA {
  color: rgb(10, 3, 3);
}

.cs-border {
  border: 2px solid #ff8300 !important;
}

.cs,
.cs p {
  color: #313233 !important;
}

.school-name {
  border-bottom: 2px solid #ff8300 !important;
}

.cs-banner {
  background-color: #ff8300 !important;
}

.cs-head h1,
.cs-head p {
  margin: 5px !important;
  padding: 0 !important;
  color: #2f302f !important;
}

.logo {
  max-width: 262px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/logo-white.png") no-repeat;
  width: 262px; /* Width of new image */
  height: 101px; /* Height of new image */
  padding-left: 262px; /* Equal to width of new image */
}
.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;
}

.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 {
  /*background: url("../images/cs-bg.jpg") no-repeat center center;*/
  min-height: 570px;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 20px;
}
.hero h1 {
  color: #fff;
  font-size: 1.7em;
  font-family: "Kadwa", serif;
  text-align: center;
  padding: 20px;
  width: 87%;
  margin: auto;
  margin-bottom: 10px;
}
.hero p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.hero .card-box p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.ques-box {
  background: rgb(64, 86, 137, 80%);
  padding: 30px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 14px 29px -3px #000000;
  box-shadow: 0px 14px 29px -3px #000000;
}
.card-box {
  text-align: center;
}
.card-box h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.card-box h3 {
  color: #002242;
  font-size: 26px;
}
.card-box h5 {
  color: #002242;
  font-size: 18px;
}
.btn-box {
  padding-top: 5px;
  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: 5px 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: #9b9b9b;
  padding: 15px 30px;
  border-color: #e1e1e1;
  font-size: 18px;
}
.ul-check.mr-20 {
  margin-top: 20px;
}
.eval-btn {
  padding: 15px 30px;
  background: #00b878;
  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: #029d67;
  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: 19px;
  color: #002242;
  background: url("../images/anna.png") no-repeat left top;
  background-size: 60px;
}
.test-text.two {
  background: url("../images/crystal.png") no-repeat left top;
  background-size: 60px;
}
.test-text.three {
  background: url("../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: #002242;
}
.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 #002242;
  border-radius: 50%;
  margin: 25px 0;
}
.step-no span {
  width: 30px;
  height: 30px;
  background: #002242;
  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 #002242;
  border-radius: 50%;
  display: inline-block;
  padding: 14px;
  position: absolute;
  right: -25px;
  top: 33%;
}

.college-g {
  background: url("../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;
  font-weight: bold;
}
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;
}
#subjectBoxes label {
  margin-bottom: auto;
}
#heroBottomText {
  display: none;
}
.subjectBox {
  background-color: rgb(255, 255, 255) !important;
  -webkit-box-shadow: inset 0px 14px 29px -3px #00000061,
    inset 0px -3px 1px 0px #404c65;
  box-shadow: inset 0px 14px 29px -3px #00000061, inset 0px -3px 1px 0px #404c65;
  border: none;
  border-radius: 8px;
  padding: 0px;
  height: auto;
  min-height: auto;
}
.subjectBox:hover {
  padding: 0px;
  height: auto;
  min-height: auto;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  background-color: #2cc377 !important;
  -webkit-box-shadow: inset 0px 14px 29px -3px #00000061,
    inset 0px -3px 1px 0px #404c65;
  box-shadow: inset 0px 14px 29px -3px #00000061, inset 0px -3px 1px 0px #404c65;
}
.subjectLabelText {
  color: #000000;
  font-size: 1.5em;
  top: unset !important;
}
.selectedOption {
  background-color: #2cc377 !important;
}
#subject1Div {
  background-image: none !important;
}
#subject2Div {
  background-image: none !important;
}
#subject3Div {
  background-image: none !important;
}
#subject4Div {
  background-image: none !important;
}
#subject5Div {
  background-image: none !important;
}
#subject6Div {
  background-image: none !important;
}
#subject7Div {
  background-image: none !important;
}
#subject8Div {
  background-image: none !important;
}
#subject9Div {
  background-image: none !important;
}
#subject11Div {
  background-image: none !important;
}
#subjectBoxes .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
#subjectBoxes div {
  margin-bottom: 6px;
}

.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) {
  .subjectIcon {
    height: 25px;
  }
  .logo {
    height: 50px; /* Height of new image */
    background-size: contain;
  }
  .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;
  }

  .subjectIcon {
    height: 35px;
  }

  .subjectLabelText {
    font-size: 1.2em;
  }

  .logo {
    height: 50px; /* Height of new image */
    background-size: contain;
  }
  .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;
  }

  .subjectLabelText {
    font-size: 1.2em;
  }

  .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) {
}
