/* Header Starts */

.main_header {
  /* background-image: url(../images/student-visa/student-visa-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 105px;
  box-shadow: inset 0 0 0 2000px rgba(40, 52, 98, 0.7);
  padding-top: 210px;
  padding-bottom: 170px;
}

.student_visa_bg {
  background-image: url(../images/student-visa/student-visa-bg.webp);
}

.immigration_visa_bg {
  background-image: url(../images/immigration-visa/immigration-bg.webp);
}

.investor_visa_bg {
  background-image: url(../images/investor/investor_bg.webp);
}

/* Header Ends */

.student_visa_content {
  padding-top: 100px;
}

/* Country Box Starts */

.country_box {
  padding-bottom: 30px;
}

.country_box .country_box_content {
  background-color: var(--main-color);
  padding: 10px 20px;
  margin-bottom: 20px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* position: relative; */
  justify-content: space-between;
  transition: 0.2s all ease-in-out;
}

.country_box .country_box_content .country_flag_name {
  display: flex;
  align-items: center;
}

.country_box .country_box_content .country_flag_name img {
  width: 50px;
  height: 50px;
  border-right: 2px solid var(--yello-color);
  padding-right: 10px;
  transition: 0.2s all ease-in-out;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.country_box .country_box_content .country_flag_name span {
  color: var(--white-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-left: 15px;
}

.country_box .country_box_content .yello_plane img {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}

.country_box .country_box_content:hover .yello_plane img {
  transform: rotate(0deg);
}

.country_box .country_box_content.active .country_flag_name img {
  border-right-color: var(--main-color);
}

.country_box .country_box_content.active .yello_plane img {
  transform: rotate(0deg);
}

/* Country Box Ends */

/* Phone Card Statrs */

.phone_card {
  padding-bottom: 30px;
}

.phone_card .phone_card_img {
  background-image: url(../images/home-page/topic-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(40, 52, 98, 0.6);
  padding: 56px 82px 57px 96px;
}

.phone_card .phone_card_img h3 {
  color: var(--white-color);
  text-align: center;
  font-weight: 500 !important;
  line-height: 150% !important;
  /* 42px */
  margin: 0;
}

.phone_card .phone_card_body {
  background-color: var(--cyen-color);
  padding: 16px 15px;
}

.phone_card .phone_card_body p {
  color: var(--white-color);
  margin: 0;
  padding-bottom: 10px;
}

.phone_card .phone_card_body .phone_card_number {
  display: flex;
}

.phone_card .phone_card_body .phone_card_number i {
  color: var(--white-color);
  padding-right: 15px;
  font-size: 25px;
}

.phone_card .phone_card_body .phone_card_number a {
  color: var(--white-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  font-size: 1.5rem;
}

.top-country h6 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  padding: 20px 0;
  margin: 0;
}

.hlt-country {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
}

.hlt-country li {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 20px 0 0;
  transition: all 0.3s ease;
}

.hlt-country li a {
  text-decoration: none;
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 700;
}

.hlt-country li:hover {
  background: #314075;
}

/* Phone Card Ends */

/* topc Starts */
.topic_section {
  padding: 0;
  background: none;
  box-shadow: none;
}

.topic_section .topic_class .item {
  padding: 0;
  margin-right: 10px;
}

.topic_section .topic_class .card-body {
  background-color: var(--light-white-color);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.topic_section .topic_card .card {
  box-shadow: none;
  width: auto;
}

/* topc Ends */

/* Contect Form Starts */

.contact_us {
  padding-top: 30px;
  padding-bottom: 50;
}

.contact_us .contact_us_form_bg_round {
  bottom: -82px;
  left: 130px;
}

/* Contect Form Ends */

/* Student Visa Processing Starts */

.student_visa_processing {
  padding-bottom: 80px;
}

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

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

.student_visa_processing p {
  padding-bottom: 30px;
  margin: 0;
}

.student_visa_processing .more_less_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.student_visa_processing .more_less_button button {
  color: var(--black-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-align: center;
  border: none;
  background: none;
  padding-bottom: 100px;
}

.student_visa_processing .more_less_button button img {
  padding-left: 10px;
}

#more {
  display: none;
}

.student_visa_processing .more_less_button button:hover {
  color: var(--secondary-color);
}

.student_visa_processing .svp_icon_content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding-bottom: 30px;
}

.student_visa_processing .svp_icon_content h5 {
  color: var(--black-color);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* Student Visa Processing Ends */

/* Review Section Starts */

.reviews_section {
  padding-top: 0;
  background: none;
}

.reviews_section .reviews_title h1 {
  padding-bottom: 0px;
  margin: 0;
}

.reviews_section .review_class .slick-dots {
  padding: 30px 0 0 0;
}

/* Review Section Ends */

/* FAQ Starts */

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

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

.faq_genral_qus .general_qus .qustions .accordion-item {
  border: none;
  padding-bottom: 20px;
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq_genral_qus .general_qus .qustions .accordion-item .accordion-button {
  border-radius: 10px;
  background: var(--light-white-color);
  border: none;
  color: var(--black-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 25px 20px 20px 20px;
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq_genral_qus .general_qus .qustions .accordion-body {
  background-color: var(--light-white-color);
  color: var(--gray-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px 20px 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq_genral_qus .general_qus .qustions .accordion-button::after {
  background-image: url(../images/about-us/blue-down-plane.svg);
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed)::after {
  background-image: url(../images/home-page/contact-us-down-plane.svg);
}

.accordion-button:focus {
  box-shadow: none;
}

/* FAQ Ends */

@media (max-width: 1400px) {
  .contact_us .contact_us_form_bg_round {
    left: 90px;
  }
}

@media (max-width: 1100px) {
  .contact_us .contact_us_form_bg_round {
    left: 60px;
  }
}

@media (max-width: 992px) {
  .topic_section .topic_card .card {
    width: 330px;
    height: 580px;
  }

  .contact_us .contact_us_form_bg_round {
    left: 267px;
  }
}

@media (max-width: 500px) {
  .student_visa_content {
    padding-top: 50px;
  }

  .phone_card .phone_card_img {
    padding: 56px 77px 57px 67px;
  }

  .topic_section .topic_card .card {
    width: auto;
    height: 600px;
  }

  .contact_us .contact_us_form_section {
    margin-top: 0;
  }

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

  .student_visa_processing .svp_title h1 {
    padding-bottom: 30px;
  }

  .student_visa_processing p {
    font-size: 0.875rem;
    padding-bottom: 20px;
  }

  .student_visa_processing .more_less_button button {
    padding-bottom: 50px;
  }

  .student_visa_processing {
    padding-bottom: 20px;
  }

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

  .reviews_section {
    padding-bottom: 0;
  }

  .reviews_section .review_class .slick-dots {
    padding: 10px 0 0 0;
  }
}