@media only screen and (max-width: 1680px) {
  .container {
    max-width: 85%;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1280px) {
  .nav_menu {
    gap: 32px;
  }

  .swiper_btn_wrapper .swiper_btn {
    height: 48px;
    width: 48px;
  }

  .swiper_btn_wrapper .swiper-button-prev {
    transform: translateX(-15px);
  }

  .swiper_btn_wrapper .swiper-button-next {
    transform: translateX(15px);
  }
}

@media only screen and (max-width: 1024px) {

  h1,
  .h1 {
    font-size: 56px;
    letter-spacing: -2.24px;
  }

  h2,
  .h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .heading_block {
    margin-bottom: 32px;
  }

  .nav_menu {
    gap: 15px;
  }

  .menu_dropdown span {
    font-size: 14px;
  }

  .menu_dropdown svg {
    height: 20px;
    width: 20px;
  }

  .counter_block>span {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .counter_block p {
    font-size: 14px;
    letter-spacing: -.56px;
  }

  .swiper_btn_wrapper {
    display: flex;
    align-items: center;
    margin: 32px 0 0;
    gap: 16px;
    justify-content: center;
  }

  .swiper_btn_wrapper .swiper_btn {
    position: unset;
    transform: unset;
    margin: 0;
  }

  .swiper_btn_wrapper .swiper_btn svg {
    height: 26px;
    width: 26px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer_wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .footer_logo_wrapper {
    width: 100%;
  }

  .footer_logo {
    margin-bottom: 43px;
  }

  .training_heading_block p {
    margin: 16px 0 0;
  }

  .card_wrapper {
    gap: 24px 20px;
  }

  .card_wrapper>.card {
    width: calc(50% - ((20px) / 2));
  }

  .faq_tab_wrapper {
    gap: 30px;
  }

  .faq_tab_btn {
    max-width: 30%;
  }

  .need_help_wrapper {
    flex-wrap: wrap;
  }

  .need_help_wrapper .need_help_content {
    width: 100%;
  }

  .need_help_wrapper .need_help_image {
    width: calc(50% - 22px / 2);
  }

  .about_details {
    display: none;
  }

  .about_details_wrapper .about_image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .services_section .heading_block,
  .results_section .heading_block {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .results_section .heading_block h2,
  .results_section .heading_block p {
    width: 100%;
    max-width: 100%;
  }

  .results_card .vector {
    margin-bottom: 48px;
  }

  .accreditation_section .heading_block {
    text-align: left;
    margin-bottom: 44px;
  }

  .accreditation_section .heading_block p {
    max-width: 100%;
  }

  .accreditation_card {
    width: calc(50% - ((20px * 1) / 2));
  }

  .accreditation_brand {
    height: 80px;
    padding: 8px;
    border-radius: 8px;
  }

  .services_section .heading_block {
    text-align: left;
  }

  .results_card_wrapper.card_4 .results_card {
    width: calc(50% - (20px * 1 / 2));
  }

  .graduate_spotlight_section .heading_block {
    margin-bottom: 48px;
  }

  .graduate_card {
    width: calc(50% - (20px * 1 / 2));
  }

  .locations_card .image_wrapper {
    border-radius: 16px;
  }

  .why_graduates_section .heading_block h2 {
    text-align: start;
    max-width: 100%;
  }
  
  .why_graduates_section .heading_block {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 46px;
    letter-spacing: -1.84px;
  }

  h2,
  .h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .table .table_cell p {
    font-size: 13px;
    letter-spacing: -.52px;
  }

  .mobile_horizontal .btn,
  .mobile_horizontal .build_career_content p,
  .table .table_heading .table_cell,
  .table .table_cell,
  .table .table_cell h6,
  .history_inner_wrp .history_content,
  .report_table .table_row span,
  .report_table .table_row a,
  .report_table .table_row p,
  .report_table .table_heading h5 {
    font-size: 14px;
    letter-spacing: -.56px;
  }

  .about_details p,
  .esthetics_content_wrapper p,
  .luxury_treatments_section .heading_block p,
  .accreditation_card p,
  .awards_content p,
  .results_section .heading_block p,
  .skin_care_inner_wrp p,
  .pdf_wrapper p,
  .virtual_tour_section .heading_block p,
  .content_block ul li,
  .content_block p,
  .training_card_content p,
  .training_heading_block p,
  .banner_content p,
  .choose_list li p,
  .choose_section .heading_block p {
    font-size: 16px;
    letter-spacing: -.64px;
  }

  .faq_tab_btn button,
  .faq_accordion .accordion_header h5,
  .story_card p {
    font-size: 18px;
    letter-spacing: -.72px;
  }

  .about_details h5,
  .accreditation_card h4,
  .since_section .heading_block ul li,
  .story_card h6,
  .training_card_content h3 {
    font-size: 20px;
    letter-spacing: -.80px;
  }

  .heading_block {
    margin-bottom: 24px;
  }

  .mob_only {
    display: block;
  }

  .desk_only {
    display: none;
  }

  .logo {
    max-width: 66px;
  }

  .menu_wrapper {
    position: fixed;
    background-color: var(--light-primary);
    top: 87px;
    left: 0;
    height: calc(100vh - 87px);
    width: 100%;
    transform: translateX(-100%);
    transition: all var(--transition);
    border-top: 1px solid var(--primary);
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .menu_wrapper.active {
    transform: translateX(0);
  }

  .nav_menu {
    width: 100%;
    gap: 0;
  }

  .nav_menu li {
    width: 100%;
  }

  .menu_dropdown span {
    font-size: 16px;
  }

  .menu_dropdown {
    padding: 10px 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
  }

  .header_btn_wrapper {
    margin-top: auto;
  }

  .header_btn_wrapper .btn {
    width: 100%;
    justify-content: space-between;
  }

  .nav_menu .sub_menu {
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: unset;
    transition: unset;
    display: none;
    border-radius: 0;
  }

  .menu_dropdown:not(.active) svg {
    rotate: unset;
  }

  .menu_dropdown.active svg {
    rotate: 180deg;
  }

  .banner_section {
    min-height: calc(100vh - 90px);
  }

  .banner_content {
    padding: 50px 0;
  }

  .banner_content p {
    width: 100%;
    margin-top: 24px;
  }

  .banner_content .text_btn_wrapper {
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .banner_section .banner_bg::before {
    width: 770px;
    height: 470px;
    border-width: 68px;
    left: 20%;
    right: unset;
    transform: translate(0px, 20%);
  }

  .banner_content:not(:has(.text_btn_wrapper)) .btn {
    margin-top: 32px;
  }

  .counter_wrapper {
    flex-wrap: wrap;
  }

  .counter_block {
    max-width: 100%;
    text-align: left;
  }

  .counter_wrapper .counter_line {
    margin: 24px 0;
    width: 100%;
    height: 1px;
    display: block;
  }

  .counter_block>span {
    margin-bottom: 16px;
  }

  .counter_section {
    padding: 48px 0;
  }

  .build_career_section .heading_block {
    margin-bottom: 16px;
  }

  .tab_btn_wrapper {
    margin-bottom: 32px;
  }

  .tab_btn_wrapper .tab_btn {
    white-space: nowrap;
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    font-size: 14px;
    letter-spacing: -.56px;
    padding: 9px 15px;
  }

  .tab_btn_wrapper .tab_btn svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }

  .build_career_section {
    padding: 44px 0;
  }

  .location_wrapper {
    max-width: 100%;
  }

  .footer_links {
    width: 50%;
  }

  .footer_logo {
    width: 124px;
  }

  .social_icons svg {
    height: 30px;
    width: 30px;
  }

  .social_icons {
    gap: 12px;
  }

  .location_list li {
    margin-bottom: 20px;
  }

  .footer_links a {
    font-size: 16px;
  }

  .footer_wrapper {
    padding-bottom: 38px;
  }

  .copyright_wrapper {
    padding: 24px 0 30px;
    flex-direction: column;
    row-gap: 17px;
    justify-content: center;
  }

  .terms_list li {
    font-size: 15px;
  }

  .choose_section {
    padding-top: 80px;
  }

  .choose_section .heading_block {
    text-align: left;
    margin-bottom: 24px;
  }

  .choose_box_wrapper {
    row-gap: 24px;
  }

  .choose_box_wrapper .choose_box {
    width: 100%;
    padding: 24px 16px;
  }

  .choose_box_wrapper .choose_box h3 {
    font-size: 20px;
    letter-spacing: -0.80px;
  }

  .training_section,
  .accreditations_section {
    padding: 56px 0;
  }

  .training_card {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
  }

  .training_card_content .location svg {
    height: 21px;
    width: 21px;
  }

  .training_card_content p {
    margin-bottom: 24px;
  }

  .image_content_section {
    padding: 88px 0;
  }

  .invest_section {
    padding: 85px 0;
  }

  .reverse_column .image_block,
  .image_content_wrapper .image_block {
    width: 100%;
    order: 2;
    margin: 0 auto;
  }

  .image_content_wrapper .content_block {
    width: 100%;
    order: 1;
    max-width: 100%;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .invest_section .image_wrapper {
    padding-top: 118.5%;
  }

  .content_block p:has(+ .btn) {
    margin-bottom: 24px;
  }

  .offered_section {
    padding-top: 69px;
  }

  .card_wrapper>.card {
    width: 100%;
  }

  .build_career_card .build_career_content {
    padding: 20px 0 24px;
  }

  .image_block .image_wrapper {
    padding-top: 106.415%;
  }

  .enroll_section {
    padding: 40px 0 0;
  }

  .enroll_section .content_block {
    padding-bottom: 0;
    margin-bottom: 32px;
  }

  .virtual_tour_section .heading_block {
    margin-bottom: 40px;
  }

  .virtual_tour_section .btn_wrapper {
    margin-top: 32px;
  }

  .virtual_tour_image {
    padding-top: 56.3%;
  }

  .virtual_tour_section {
    padding-bottom: 88px;
  }

  .learning_section {
    padding: 47px 0 0;
    min-height: unset;
  }

  .drophadow_content {
    max-width: 100%;
    width: 100%;
  }

  .dropshadow_image {
    margin-top: -100px;
    position: relative;
    max-width: 100%;
  }

  .dropshadow_image::after {
    left: 0;
    background: linear-gradient(180deg, rgba(4, 103, 72, 1) 0%, rgba(4, 103, 72, 0) 100%);
  }

  .license_section,
  .stories_section {
    padding: 88px 0;
  }

  .stories_section .heading_block {
    margin-bottom: 43px;
  }

  .pdf_section,
  .faq_section {
    padding: 48px 0;
  }

  .faq_section .heading_block {
    margin-bottom: 48px;
  }

  .pdf_wrapper p {
    margin-bottom: 24px;
  }

  .license_logo {
    height: auto;
    flex: 1;
  }

  .license_image img {
    width: 100%;
    height: auto;
  }

  .report_table_section .heading_block {
    text-align: left;
    margin-bottom: 32px;
  }

  .report_table .table_heading {
    padding: 12px 14px;
  }

  .report_table .table_row div:first-child {
    white-space: nowrap;
  }

  .report_table .table_heading,
  .report_table .table_row {
    padding: 14px;
  }

  .report_table_section {
    padding-bottom: 46px;
  }

  .heading_text_wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .heading_text_wrapper h1 {
    width: 100%;
  }

  .banner_content .heading_text_wrapper p {
    width: 100%;
  }

  .how_to_apply_section {
    padding: 69px 0 88px;
  }

  .step_wrapper {
    row-gap: 32px;
  }

  .step_box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .step_box:not(:last-child)::after {
    display: none;
  }

  .step_box .vector {
    height: 64px;
    width: 64px;
  }

  .step_box .vector img,
  .step_box .vector svg {
    height: 27px;
    width: 27px;
  }

  .how_to_apply_section .btn_wrapper {
    margin-top: 32px;
  }

  .requirements_section {
    padding: 43px 0;
  }

  .support_step_section {
    padding-top: 0;
  }

  .faq_tab_wrapper {
    row-gap: 40px;
    flex-wrap: wrap;
  }

  .faq_tab_btn {
    width: 100%;
    row-gap: 24px;
    max-width: 100%;
  }

  .faq_tab_section {
    padding: 69px 0 80px;
  }

  .how_it_works_section .image_block {
    max-width: 545px;
  }

  .need_help_section {
    padding: 56px 0;
  }

  .since_section {
    padding: 88px 0;
  }

  .since_section .heading_block ul {
    margin-top: 16px;
  }

  .about_details_section .heading_block {
    text-align: left;
  }

  .about_details_section {
    padding-bottom: 88px;
  }

  .skin_care_wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
  }

  .skin_care_left {
    width: 100%;
  }

  .skin_care_right {
    width: 100%;
    max-width: 100%;
  }

  .skin_care_section::after,
  .skin_care_right .image_wrapper {
    display: none;
  }

  .skin_care_inner_wrp.skin_care_right p {
    margin-bottom: 24px;
  }

  .skin_care_left h2 {
    margin-bottom: 16px;
  }

  .skin_care_section {
    padding: 48px 0;
  }

  .results_section {
    padding: 88px 0 44px;
  }

  .results_card {
    width: calc(50% - (20px * 1) /2);
  }

  .history_section {
    padding: 44px 0 120px;
  }

  .history_section .heading_block {
    margin-bottom: 45px;
  }

  .history_inner_wrp {
    gap: 53px;
    padding: 52px 0;
  }

  .history_inner_wrp .history_image,
  .history_inner_wrp .history_content {
    width: calc(50% - 53px / 2);
  }

  .history_inner_wrp.filled .step_fill {
    border-width: 4px;
  }

  .history_inner_wrp .step_fill {
    border-width: 4px;
    height: 20px;
    width: 20px;
  }

  .step_line {
    width: 4px;
  }

  .history_years {
    left: calc(50% + 25px);
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.48px;
    color: rgba(4, 103, 72, 1);
    z-index: 2;
  }

  .history_years::before {
    height: 8px;
    width: 8px;
    left: -5px;
  }

  .history_inner_wrp:nth-child(2n) .history_years::before {

    right: -5px;
  }

  .history_inner_wrp:nth-child(2n) .history_years {
    right: calc(50% + 25px);
  }

  .awards_section {
    padding: 35px 0 0;
  }

  .awards_content {
    padding: 0;
    width: 100%;
    flex: unset;
  }

  .awards_wrapper {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .awards_image {
    margin: 0 auto;
    border: 8px solid var(--white);
    border-bottom: 0;
    border-radius: 500px 500px 0 0;
    padding: 20px 18px 40px;
  }

  .no_bg_image::after,
  .awards_section::after,
  .awards_section::before {
    display: none;
  }

  .no_bg_image .banner_content {
    padding: 75px 0 84px;
  }

  .no_bg_image::before {
    width: 770px;
    height: 470px;
    border-width: 68px;
    left: 20%;
    right: unset;
    transform: translate(0px, 20%);
    background-image: unset;
    border: 68px solid rgba(13, 67, 50, 0.21);
    width: 1000px;
    height: 500px;
    border-radius: 50%;
    bottom: 0;
  }

  .banner_tag_list {
    gap: 12px;
  }

  .banner_tag_list li {
    padding: 6px 12px;
  }

  .accreditation_section {
    padding: 56px 0 82px;
  }

  .accreditation_card {
    width: 100%;
  }

  .luxury_treatments_section .heading_block {
    margin-bottom: 32px;
  }

  .pricing_tab_wrapper {
    flex-wrap: wrap;
    padding: 8px;
  }

  .pricing_tab_content_wrapper {
    padding: 8px;
  }

  .pricing_tab_btn_wrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .pricing_tab_btn_wrapper .tab_btn {
    width: fit-content;
    margin: 0;
  }

  .table .table_cell {
    padding: 9px 8px;
  }

  .table .table_heading .table_cell {
    padding: 20px 8px;
  }

  .pricing_section {
    padding-bottom: 60px;
  }

  .graduate_spotlight_section {
    padding: 32px 0;
  }

  .graduate_card {
    width: 100%;
  }

  .graduate_card .image_wrapper {
    padding-top: 83.7%;
  }

  .locations_enrollment_section {
    padding: 48px 0;
  }

  .locations_enrollment_section .heading_block p {
    margin-top: 16px;
  }

  .locations_card_wrapper {
    row-gap: 48px;
  }

  .locations_card {
    width: 100%;
    text-align: center;
  }

  .locations_enrollment_section::after {
    height: 100%;
  }

  .esthetics_content_section {
    padding: 69px 0 57px;
  }

  .esthetics_content_wrapper h3 {
    font-size: 24px;
    letter-spacing: -.96px;
  }

  .esthetics_accordion .accordion_header {
    align-items: center;
  }

  .accordion_header .down_arrow {
    align-self: flex-start;
  }

  .curriculum_table .table_heading .table_cell {
    padding: 12px 24px;
  }

  .curriculum_table .table_cell {
    padding: 8px 24px;
  }

  .curriculum_table .table_cell:nth-child(1) {
    width: 55%;
  }

  .curriculum_table .table_cell:nth-child(2) {
    width: 45%;
  }

  .schedules_table .table_cell:nth-child(2) {
    width: 55%;
  }

  .enquiry_form_section {
    padding-top: 70px;
  }

  .enquiry_form_inner_wrp {
    gap: 20px;
  }

  .form_group {
    width: 100%;
  }

  .why_christine_section {
    padding: 88px 0;
  }

  .why_christine_section .heading_block {
    text-align: left;
  }

  .mobile_horizontal {
    row-gap: 40px;
  }

  .mobile_horizontal .build_career_card {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 24px;
  }

  .mobile_horizontal h3 {
    margin-bottom: 8px;
  }

  .mobile_horizontal .build_career_image {
    width: 100px;
    padding-top: 0;
  }

  .mobile_horizontal .build_career_content {
    padding: 0;
  }

  .mobile_horizontal .build_career_content p {
    margin-bottom: 9px;
  }

  .mobile_horizontal .btn {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}

@media only screen and (max-width: 576px) {

  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: -1.60px;
  }

  h2,
  .h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .faq_accordion .accordion_header {
    padding: 16px;
  }

  .faq_accordion .accordion_body {
    padding: 0 16px 16px;
  }

  .contact_details {
    left: 8px;
    bottom: 8px;
    right: 8px;
  }

  .need_help_wrapper .need_help_image {
    width: 100%;
  }

  .since_section .virtual_tour_image {
    padding-top: 107%;
  }

  .results_card_wrapper.card_4 .results_card,
  .results_card {
    width: 100%;
  }

  .history_inner_wrp .history_content {
    padding: 12px;
    border-radius: 8px;
  }

  .history_inner_wrp {
    align-items: unset;
  }

  .history_image .image_wrapper {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 449px) {}