@font-face {
  font-family: heebo_reg;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.woff") format("woff");
}
@font-face {
  font-family: heebo_bold;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Heebo-Bold.woff2") format("woff2"), url("../fonts/Heebo-Bold.woff") format("woff");
}
@font-face {
  font-family: roboto_reg;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: roboto_bold;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "roboto_reg";
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "roboto_reg";
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

header {
  padding: 30px 0px 20px;
  background: #fff;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_heading {
  font-size: 40px;
  font-family: "heebo_bold";
  color: #24292d;
  line-height: 125%;
  text-transform: capitalize;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top_banner {
  background: #fff;
}
.top_banner .background {
  background: url("../images/top_banner_desktop.png") no-repeat;
  background-size: cover;
  width: 100%;
}
.top_banner .form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_banner .form_wrapper .blank {
  width: 45%;
}
.top_banner .form_wrapper .user_information {
  width: 55%;
  padding: 40px 30px;
  text-align: center;
}
.top_banner .form_wrapper .user_information .heading {
  color: #066ac9;
  font-family: "heebo_reg";
  font-size: 30px;
  line-height: 34px;
}
.top_banner .form_wrapper .user_information .content {
  font-size: 15px;
  color: #747579;
  line-height: 20px;
  margin: 10px 0 0;
}
.top_banner .form_wrapper .user_information .fields_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_banner .form_wrapper .user_information .fields_row .input-error {
  font-size: 13px;
  color: red;
  position: absolute;
  background: #fff1f1;
  display: block;
  width: 100%;
  bottom: -15px;
  padding: 0px 6px;
}
.top_banner .form_wrapper .user_information .fields_row .form-box {
  width: 48%;
  margin: 0 0 25px 0;
  position: relative;
  text-align: left;
}
.top_banner .form_wrapper .user_information .fields_row .choose_intake_form_box {
  width: 100%;
}
.top_banner .form_wrapper .user_information .fields_row .label {
  color: #646464;
  font-size: 16px;
  line-height: 18px;
}
.top_banner .form_wrapper .user_information .fields_row input,
.top_banner .form_wrapper .user_information .fields_row .countryCode,
.top_banner .form_wrapper .user_information .fields_row .cityCode {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 10px;
  margin: 5px 0 0;
  color: #404448;
}
.top_banner .form_wrapper .user_information .fields_row input::-webkit-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .countryCode::-webkit-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .cityCode::-webkit-input-placeholder {
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row input::-moz-placeholder, .top_banner .form_wrapper .user_information .fields_row .countryCode::-moz-placeholder, .top_banner .form_wrapper .user_information .fields_row .cityCode::-moz-placeholder {
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row input:-ms-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .countryCode:-ms-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .cityCode:-ms-input-placeholder {
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row input::-ms-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .countryCode::-ms-input-placeholder, .top_banner .form_wrapper .user_information .fields_row .cityCode::-ms-input-placeholder {
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row input::placeholder,
.top_banner .form_wrapper .user_information .fields_row .countryCode::placeholder,
.top_banner .form_wrapper .user_information .fields_row .cityCode::placeholder {
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row input:focus,
.top_banner .form_wrapper .user_information .fields_row .countryCode:focus,
.top_banner .form_wrapper .user_information .fields_row .cityCode:focus {
  outline: none;
}
.top_banner .form_wrapper .user_information .fields_row .country_number, .top_banner .form_wrapper .user_information .fields_row .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_banner .form_wrapper .user_information .fields_row .country_number .countryCode, .top_banner .form_wrapper .user_information .fields_row .country_number .cityCode, .top_banner .form_wrapper .user_information .fields_row .city .countryCode, .top_banner .form_wrapper .user_information .fields_row .city .cityCode {
  width: 28%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #acaeb0;
}
.top_banner .form_wrapper .user_information .fields_row .country_number .countryCode option, .top_banner .form_wrapper .user_information .fields_row .country_number .cityCode option, .top_banner .form_wrapper .user_information .fields_row .city .countryCode option, .top_banner .form_wrapper .user_information .fields_row .city .cityCode option {
  color: #404448;
}
.top_banner .form_wrapper .user_information .fields_row .country_number::after, .top_banner .form_wrapper .user_information .fields_row .city::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 25px;
  width: 12px;
  height: 10px;
  background-image: url("../images/next.svg");
  background-color: #fff;
  display: block;
}
.top_banner .form_wrapper .user_information .fields_row .country_number .cityCode, .top_banner .form_wrapper .user_information .fields_row .city .cityCode {
  width: 100%;
}
.top_banner .form_wrapper .user_information .fields_row .country_number .PhoneNumber, .top_banner .form_wrapper .user_information .fields_row .city .PhoneNumber {
  width: 68%;
}
.top_banner .form_wrapper .user_information .fields_row .city::after {
  left: 290px;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 24px;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row .year_box {
  position: relative;
  width: 31%;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row .year_box .recommended {
  position: absolute;
  top: -5px;
  left: 62px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding: 4px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #0cbc87;
  background: #d7fff3;
  color: #0cbc87;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row input[type=radio] {
  display: none;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row input[type=radio]:checked + label {
  background: #7db0e1;
  color: #fff;
}
.top_banner .form_wrapper .user_information .fields_row .select_year_row label {
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #b0b2b5;
  line-height: 18px;
  font-size: 16px;
  padding: 16px 0;
  display: block;
  height: 50px;
}
.top_banner .form_wrapper .user_information .book_free_btn {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border-radius: 6px;
  background: #066ac9;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(6, 106, 201, 0.15);
          box-shadow: 0px 4px 19px 0px rgba(6, 106, 201, 0.15);
  padding: 14px 82px;
  text-decoration: unset;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 0;
}
.top_banner .form_wrapper .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.why_choose_gradding {
  padding: 90px 0;
}
.why_choose_gradding .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why_choose_gradding .row .left {
  width: 42%;
}
.why_choose_gradding .row .left .card_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.why_choose_gradding .row .left .card_row .card {
  border-radius: 18px;
  padding: 48px;
  width: 45%;
  font-family: "heebo_bold";
  line-height: 125%;
  text-align: center;
}
.why_choose_gradding .row .left .card_row .card .card_heading {
  color: #24292d;
  font-size: 15px;
  margin: 0 0 8px;
}
.why_choose_gradding .row .left .card_row .card .highlighted_content {
  font-size: 37px;
  line-height: 125%;
}
.why_choose_gradding .row .left .card_row .card.scholarships {
  background: rgba(247, 195, 46, 0.1);
}
.why_choose_gradding .row .left .card_row .card.scholarships .highlighted_content {
  color: #f7c32e;
}
.why_choose_gradding .row .left .card_row .card.IELTS {
  background: rgba(111, 66, 193, 0.1);
}
.why_choose_gradding .row .left .card_row .card.IELTS .highlighted_content {
  color: #6f42c1;
}
.why_choose_gradding .row .left .card_row .card.Counselling {
  background: rgba(29, 59, 83, 0.1);
}
.why_choose_gradding .row .left .card_row .card.Counselling .highlighted_content {
  color: #1d3b53;
}
.why_choose_gradding .row .left .card_row .card.Secure_Journey {
  background: rgba(23, 152, 184, 0.1);
}
.why_choose_gradding .row .left .card_row .card.Secure_Journey .highlighted_content {
  color: #1798b8;
}
.why_choose_gradding .row .right {
  width: 58%;
  padding: 0 0 0 30px;
}
.why_choose_gradding .row .right .section_heading .span {
  position: relative;
  z-index: 1;
}
.why_choose_gradding .row .right .section_heading .span .svg_span {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: -1;
}
.why_choose_gradding .row .right .content {
  color: #747579;
  font-size: 15px;
  line-height: 150%;
  margin: 19px 0;
}
.why_choose_gradding .row .right .list {
  list-style: none;
}
.why_choose_gradding .row .right .list li {
  font-family: "heebo_bold";
  font-size: 15px;
  color: #747579;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px;
}
.why_choose_gradding .row .right .list li svg {
  margin: 0 8px 0 0;
}

.choose_grading {
  position: relative;
  background: #f5f7f9;
  padding: 48px 0;
}
.choose_grading figure {
  display: block;
  position: absolute;
}
.choose_grading figure.fig_one {
  top: 0px;
  left: 0px;
}
.choose_grading figure.fig_one svg path {
  fill: #fd7e14;
}
.choose_grading figure.fig_two {
  right: 0px;
  bottom: 0px;
}
.choose_grading .section_heading {
  text-align: center;
}
.choose_grading .section_heading .span {
  position: relative;
  z-index: 1;
}
.choose_grading .section_heading .span .svg_span {
  position: absolute;
  top: 64%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: -1;
}
.choose_grading .sub_heading {
  color: #747579;
  font-size: 15px;
  line-height: 150%;
  margin: 8px 0 25px;
  text-align: center;
}
.choose_grading .cards_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 48px;
}
.choose_grading .cards_row .card_col {
  width: 25%;
  padding: 0px 16px;
  z-index: 1;
}
.choose_grading .cards_row .card_col .card {
  padding: 25px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(29, 58, 22, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(29, 58, 22, 0.15);
  text-align: center;
}
.choose_grading .cards_row .card_col .card .heading {
  color: #24292d;
  font-family: "heebo_bold";
  font-size: 21px;
  line-height: 125%;
  text-transform: capitalize;
  margin: 16px 0 8px;
}
.choose_grading .cards_row .card_col .card .heading a {
  color: #24292d;
  text-decoration: none;
}
.choose_grading .cards_row .card_col .card .heading a:hover {
  color: #066ac9;
}
.choose_grading .cards_row .card_col .card .content {
  color: #747579;
  font-size: 15px;
  line-height: 150%;
}

.thinking_special_country {
  position: relative;
  padding: 48px 0;
}
.thinking_special_country .background {
  padding: 96px 15px;
  background-image: url("../images/map.svg");
  background-position: center left;
  background-size: cover;
}
.thinking_special_country .section_heading .span {
  position: relative;
  z-index: 1;
}
.thinking_special_country .section_heading .span .svg_span {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: -1;
}
.thinking_special_country .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thinking_special_country .row .left {
  width: 33%;
}
.thinking_special_country .row .right {
  width: 66%;
}
.thinking_special_country .row .right .country_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.thinking_special_country .row .right .country_row .country_col {
  width: 33%;
  padding: 0px 12px;
}
.thinking_special_country .row .right .country_row .country_col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(29, 58, 8, 0.15);
          box-shadow: 0px 0px 24px 0px rgba(29, 58, 8, 0.15);
}
.thinking_special_country .row .right .country_row .country_col .card img {
  height: 40px;
}
.thinking_special_country .row .right .country_row .country_col .card .card_heading {
  font-family: "heebo_bold";
  font-size: 21px;
  line-height: 125%;
  margin: 0 0 0 16px;
}
.thinking_special_country .row .right .country_row .country_col .card .card_heading .country_link {
  color: #24292d;
  text-decoration: none;
}
.thinking_special_country .row .right .country_row .country_col .card .card_heading .country_link:hover {
  color: #066ac9;
}

.exciting_life {
  background: #f5f7f9;
  padding: 48px 0;
}
.exciting_life .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exciting_life .row .left,
.exciting_life .row .right {
  padding: 0 15px;
}
.exciting_life .row .left {
  width: 42%;
}
.exciting_life .row .left .section_heading .span {
  position: relative;
  z-index: 1;
}
.exciting_life .row .left .section_heading .span .svg_span {
  position: absolute;
  top: 32%;
  left: 42%;
  -webkit-transform: translate(-10%, -50%) !important;
          transform: translate(-10%, -50%) !important;
  z-index: -1;
}
.exciting_life .row .left .content {
  color: #747579;
  font-size: 15px;
  line-height: 150%;
  margin: 8px 0 16px;
}
.exciting_life .row .right {
  width: 50%;
}
.exciting_life .row .right img {
  max-width: 100%;
  height: auto;
}

.score_high {
  padding: 48px 0;
}
.score_high .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.score_high .row .left,
.score_high .row .right {
  padding: 0 15px;
}
.score_high .row .left {
  width: 66%;
}
.score_high .row .left .section_heading {
  z-index: 1;
}
.score_high .row .left .section_heading .span {
  position: relative;
  z-index: 1;
}
.score_high .row .left .section_heading .span .svg_span {
  position: absolute;
  top: 62%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: -1;
}
.score_high .row .left .section_heading .span .svg_span svg {
  width: 225px;
}
.score_high .row .left .content {
  color: #747579;
  font-size: 15px;
  line-height: 150%;
  margin: 8px 0 16px;
}
.score_high .row .left .coaching_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px;
}
.score_high .row .left .coaching_list .box {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
          box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  margin: 0px 16px 0 0px;
}
.score_high .row .left .list {
  list-style: none;
}
.score_high .row .left .list li {
  font-family: "heebo_bold";
  font-size: 15px;
  color: #222;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px;
}
.score_high .row .left .list li svg {
  margin: 0 8px 0 0;
}
.score_high .row .right {
  width: 33%;
}
.score_high .row .right .hover_card {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(29, 58, 22, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(29, 58, 22, 0.15);
  text-align: center;
}
.score_high .row .right .hover_card .alert {
  border-radius: 7px;
  background: #fdedc0;
  color: #94751c;
  text-align: center;
  font-family: "roboto_bold";
  font-size: 15px;
  line-height: 150%;
  width: 100%;
  padding: 17px 0;
}
.score_high .row .right .hover_card .register {
  color: #222;
  text-align: center;
  font-family: "heebo_reg";
  font-size: 21px;
  line-height: normal;
  text-transform: capitalize;
  margin: 20px 0 7px;
}
.score_high .row .right .hover_card .offer {
  color: #0cbc87;
  text-align: center;
  font-family: "heebo_reg";
  font-size: 66px;
  text-transform: capitalize;
}
.score_high .row .right .hover_card .enroll_now_btn {
  border-radius: 8px;
  background: #066ac9;
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  padding: 8px 101px;
  text-decoration: none;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
  .top_banner .form_wrapper .user_information .fields_row .select_year_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5px 0 24px;
  }
  .top_banner .form_wrapper .user_information .fields_row .select_year_row .year_box .recommended {
    left: 45px;
  }
  .top_banner .form_wrapper .user_information .fields_row .country_number::after {
    left: 56px;
  }
  .top_banner .form_wrapper .user_information .fields_row .city::after {
    left: 248px;
  }
  .why_choose_gradding .row .right {
    padding: 0 0 0 8px;
  }
  .choose_grading .cards_row .card_col .card .heading {
    font-size: 18px;
    line-height: 20px;
  }
  .choose_grading .cards_row .card_col .card .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .thinking_special_country .row .right {
    width: 67%;
  }
  .thinking_special_country .row .right .country_row .country_col {
    padding: 0px 10px;
  }
  .thinking_special_country .row .right .country_row .country_col .card {
    padding: 25px 16px;
  }
  .thinking_special_country .row .right .country_row .country_col .card .card_heading {
    margin: 0 0 0 8px;
  }
  .exciting_life .row .left .section_heading .span .svg_span {
    top: 59%;
    left: 5%;
  }
  .score_high .row .right .hover_card .enroll_now_btn {
    padding: 8px 70px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 94%;
  }
  .section_heading {
    font-size: 32px;
    line-height: 36px;
  }
  .top_banner .form_wrapper .user_information {
    padding: 40px 20px;
  }
  .top_banner .form_wrapper .user_information .fields_row .country_number::after {
    left: 47px;
  }
  .top_banner .form_wrapper .user_information .fields_row .city::after {
    left: 212px;
  }
  .top_banner .form_wrapper .user_information .fields_row .select_year_row .year_box .recommended {
    font-size: 8px;
  }
  .why_choose_gradding {
    padding: 40px 0;
  }
  .why_choose_gradding .row .left .card_row .card {
    padding: 30px 21px;
  }
  .why_choose_gradding .row .left .card_row .card .highlighted_content {
    font-size: 30px;
  }
  .why_choose_gradding .row .right .section_heading span span svg {
    width: 150px;
  }
  .choose_grading .section_heading .span .svg_span {
    left: 23%;
  }
  .thinking_special_country .background {
    padding: 16px 15px;
  }
  .thinking_special_country .section_heading .span .svg_span {
    left: 46%;
  }
  .thinking_special_country .section_heading .span .svg_span svg {
    width: 120px;
  }
  .thinking_special_country .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .thinking_special_country .row .left,
  .thinking_special_country .row .right {
    width: 100%;
  }
  .thinking_special_country .row .right {
    margin: 25px 0 0;
  }
  .exciting_life .row .left {
    width: 50%;
  }
  .exciting_life .row .left .section_heading .span .svg_span svg {
    width: 65px;
  }
  .score_high .row .left .section_heading .span .svg_span svg {
    width: 185px;
  }
  .score_high .row .right .hover_card .offer {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 20px 0;
  }
  .section_heading {
    font-size: 32px;
    line-height: 36px;
  }
  .top_banner .background {
    background: #f5f7f9;
  }
  .top_banner .form_wrapper .blank {
    display: none;
  }
  .top_banner .form_wrapper .user_information {
    width: 100%;
  }
  .top_banner .form_wrapper .user_information .fields_row .country_number::after {
    left: 65px;
  }
  .top_banner .form_wrapper .user_information .fields_row .city::after {
    left: 304px;
  }
  .top_banner .form_wrapper .user_information .fields_row .select_year_row .year_box .recommended {
    font-size: 10px;
    left: 62px;
  }
  .why_choose_gradding {
    padding: 30px 0;
  }
  .why_choose_gradding .row .left .card_row {
    gap: 20px;
  }
  .why_choose_gradding .row .right .section_heading .span .svg_span {
    left: 65%;
  }
  .choose_grading .section_heading .span .svg_span {
    top: 32%;
    -webkit-transform: translate(46%, -50%) !important;
            transform: translate(46%, -50%) !important;
  }
  .choose_grading .cards_row {
    row-gap: 20px;
  }
  .choose_grading .cards_row .card_col {
    width: 33%;
  }
  .choose_grading .cards_row .card_col .card {
    padding: 15px 10px;
  }
  .choose_grading .cards_row .card_col .card .heading {
    font-size: 16px;
    line-height: 18px;
  }
  .thinking_special_country .section_heading .span .svg_span {
    left: 62%;
  }
  .thinking_special_country .row .right .country_row .country_col .card {
    padding: 25px 8px;
  }
  .exciting_life .row .left {
    width: 100%;
  }
  .exciting_life .row .right {
    display: none;
  }
  .score_high .row .left {
    width: 58%;
  }
  .score_high .row .left .coaching_list .box img {
    width: 65px;
  }
  .score_high .row .right {
    width: 41%;
  }
  .score_high .row .right .hover_card .enroll_now_btn {
    font-size: 18px;
  }
}
/* popup */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 35%;
  text-align: center;
  position: relative;
  /* The Close Button */
}
.modal-content .close {
  cursor: pointer;
  color: #454545;
  position: absolute;
  font-size: 28px;
  right: -10px;
  top: -10px;
  border: 1px solid #d8d8d8;
  padding: 0 5px;
  border-radius: 50%;
  line-height: 24px;
  background: #d8d8d8;
}
.modal-content .heading-thanks {
  color: #24292d;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.modal-content .content {
  color: #838488;
  font-size: 16px;
  line-height: 20px;
}
.modal-content img {
  width: 20%;
}
.modal-content .btn-explore {
  background: #066ac9;
  text-decoration: none;
  color: #fff;
  margin: 20px 0 0 0;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
}