.class__section .card {
  min-height: 800px;
  margin-bottom: 30px;
}

.class__section .content p {
  text-align: justify;
}

.class__section .content span {
  font-weight: bold;
}

.methodology__section .content__box {
  margin-bottom: 20px;
}

.methodology__section .content__box p {
  text-align: justify;
}

.contact-info-box {
  min-height: 262px;
}

.quote__text {
  color: #736aa3 !important;
}

.input__file {
  display: none;
}

.input__file__label {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e6e9fc;
  font-size: 15px;
  font-weight: 400;
  padding: 12px;
  cursor: pointer;
  color: #727695;
}

.animation_one,
.animation_two,
.animation_three,
.animation_four,
.animation_five,
.animation_six,
.animation_seven,
.animation_eight,
.animation_nine {
  opacity: 0;
}

.animation_one .animate__animated,
.animation_two .animate__animated,
.animation_three .animate__animated,
.animation_four .animate__animated,
.animation_five .animate__animated,
.animation_six .animate__animated,
.animation_seven .animate__animated,
.animation_eight .animate__animated,
.animation_nine .animate__animated {
  opacity: 1;
}

.color-1 {
  color: #ff6600;
}
.color-2 {
  color: #ff0667;
}
.color-3 {
  color: #8a0c9c;
}

.color-4 {
  color: #db0871;
}

.color-5 {
  color: #089928;
}

.color-6 {
  color: #c506c5;
}
.color-7 {
  color: #cf7704;
}

.color-8 {
  color: orangered;
}

.point_mark {
  list-style: none;
}
.point_mark li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.point_mark li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  /* transform: translateY(-50%); */
  background-image: url(../img/circle.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-gallery-item {
  max-height: 300px;
  overflow: hidden;
}
.page-title-area.item-bg20 {
  background-position: top;
}

.page-title-area.item-bg22 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.448),
      rgba(0, 0, 0, 0.434)
    ),
    url(../img/bg/blog.jpg);
}

.methodology__section .content__box .card {
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #c506c5, rgb(250, 224, 66));
  border-image-slice: 1;
}

.methodology__section .content__box .card .card-title {
  background-image: linear-gradient(45deg, #c506c5, rgb(243, 93, 6));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.page-title-area.item-bg23 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.448),
      rgba(0, 0, 0, 0.434)
    ),
    url(../img/bg/pic-18.jpg);
}

.solution {
  display: none;
}

.result_table tr td:last-child {
  text-align: center;
}

.result_table tr:nth-child(odd) {
  /* background-color: rgba(255, 25, 75, 0.878); */
  background-color: #ffcccb;
}

.contact-form .main_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* justify-content: space-between; */
  margin-bottom: 30px;
  /* margin-right: 50px; */
}

.contact-form .main_group .form_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form .main_group .form_group label {
  margin-right: 10px;
  /* width: 50%; */
}

.fees_field {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fees_field label {
  width: 30%;
}

.content_title {
  background-color: #ff1949;
  display: block;
  padding: 5px 10px;
}

.content_title h4 {
  color: #fff;
  font-weight: normal;
}

.confirm_test_content h5 {
  color: #ff1949;
}

.confirm_test_content .agree_btn {
  background-color: #ff1949;
  color: #fff;
}

.general_content_container {
  margin-top: 100px;
}
.test_btn {
  background-color: #ff1949;
  color: #fff;
  font-weight: normal;
}

.general_instruction_content {
  margin-top: 80px;
}

.submit_test_btn {
  background-color: #ff1949;
  color: #fff;
  font-weight: normal;
  /* border: 1px solid #fff; */
  border: none;
  font-size: 16px;
  margin-left: 10px;
}
