.exam_bg {
  background-image: url(../images/exam/exam-bg.webp);
}

.ielts_bg {
  background-image: url(../images/exam/ielts-bg.webp);
}

.pte_bg {
  background-image: url(../images/exam/pte-bg.webp);
}

.tofel_bg {
  background-image: url(../images/exam/tofel-bg.webp);
}

.celpip_bg {
  background-image: url(../images/exam/ielts-bg.webp);
}

.student_visa_processing .svp_title h5 {
  width: 90%;
}

.student_visa_processing .svp_title.ielts_title h5 {
  width: 36%;
}

.reviews_section .reviews_title h5 {
  width: 46%;
}

.faq_genral_qus .faq_title h5 {
  width: 36%;
}

/* Exam Formet Starts */

.exam_formet {
  padding: 0 0 100px 0;
}

.exam_formet .exam_formet_title .title-border h5 {
  width: 36%;
}

.exam_formet .exam_formet_title h1 {
  color: var(--main-color);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
  margin: 0;
}

.exam_formet .exam_formet_points .exam_formet_points_list ul {
  list-style-image: url(../images/student-visa/up-plane.svg);
  margin: 0;
  padding-bottom: 25px;
}

.exam_formet .exam_formet_points .exam_formet_points_list ul li {
  color: var(--black-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  padding-bottom: 15px;
}

.exam_formet .exam_formet_points .exam_formet_points_list ul li ol {
  list-style-image: none;
}

.exam_formet .exam_formet_points .exam_formet_points_list ul li ol li {
  padding-bottom: 0;
}

.benifit_points .nav-pills {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
}

.benifit_points .nav-pills button {
  color: var(--white-color);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
  border-radius: 0;
}

.benifit_points .nav-pills .nav-link.active {
  background-color: var(--yello-color);
}

.benifit_points .tab-content {
  background-color: var(--light-white-color);
  padding: 30px;
}

.benifit_points .tab-content .tab-pane ul {
  list-style-image: url(../images/student-visa/up-plane.svg);
}

.benifit_points .tab-content .tab-pane ul li {
  color: var(--main-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 20px;
  margin: 0;
}

.benifit_points .tab-content .tab-pane .cost {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}

.benifit_points .tab-content .tab-pane .cost .cost_img img {
  height: 24px;
  width: 24px;
}

.benifit_points .tab-content .tab-pane .cost .cost_content h5 {
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin: 0;
  padding-bottom: 10px;
}

.benifit_points .tab-content .tab-pane .cost .cost_content li {
  color: var(--black-color);
  font-size: 1rem;
  /* list-style: ; */
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 10px;
}

.benifit_points .tab-content .tab-pane .tab_view_title,
.benifit_points .tab-content .tab-pane .tab_view_speaking_test {
  padding-bottom: 20px;
}

.benifit_points .tab-content .tab-pane .tab_view_title h5 {
  color: var(--secondary-color);
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin: 0;
}

.benifit_points .tab-content .tab-pane .tab_view_speaking_test h5 {
  color: var(--main-color);
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  margin: 0;
}

.benifit_points .tab-content .tab-pane .cost .cost_content p {
  margin: 0;
  color: var(--main-color);
  font-weight: 500;
}

.benifit_points .tab-content .tab-pane .cost .cost_content p span {
  color: var(--main-color);
  font-weight: 700;
}

.benifit_points .tab-content .tab-pane .cost .cost_content li span {
  color: var(--main-color);
  font-weight: 700;
}

.benifit_points .tab-content .tab-pane .education_system {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benifit_points table tr td {
  border: 1px solid #9999992e !important;
  padding: 10px;
}

.benifit_points table tr td:first-child {
  text-align: right;
}

.benifit_points td {
  font-weight: 500;
  font-size: 1rem;
}

/* Exam Formet Ends */

@media (max-width: 1400px) {

  .student_visa_processing .svp_title.ielts_title h5 {
    width: 69%;
  }

  .exam_formet .exam_formet_title .title-border h5 {
    width: 28%;
  }

  .reviews_section .reviews_title h5 {
    width: 53%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 40%;
  }

  .immigration_header .main_header.tofel_bg h1,
  .immigration_header .main_header.celpip_bg h1 {
    width: fit-content;
  }
}

@media (max-width: 1100px) {

  .student_visa_processing .svp_title.ielts_title h5 {
    width: 76%;
  }

  .exam_formet .exam_formet_title .title-border h5 {
    width: 32%;
  }

  .reviews_section .reviews_title h5 {
    width: 59%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 45%;
  }

}

@media (max-width: 992px) {

  .student_visa_processing .svp_title.ielts_title h5 {
    width: 93%;
  }

  .exam_formet .exam_formet_title .title-border h5 {
    width: 38%;
  }

  .reviews_section .reviews_title h5 {
    width: 72%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 56%;
  }
}

@media (max-width: 500px) {

  .student_visa_processing .svp_title h5 {
    width: 96%;
  }

  .exam_formet .exam_formet_title .title-border h5 {
    width: 96%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 95%;
  }

  .exam_formet {
    padding-bottom: 50px;
  }

  .benifit_points .nav-pills {
    justify-content: center;
  }

}