@media (min-width: 1920px) {
  .hp-testimonial-box {
    width: 82%;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 0.522vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.62vw;
  }
  .hide-1024 {
    display: none !important;
  }
  .show-1024 {
    display: block !important;
  }
  .show-1024.flex,
  .show-1024.flex-box {
    display: flex !important;
  }
  .full-width-1024 {
    width: 100% !important;
  }
  .container,
  .container.small-container {
    width: 97%;
  }
  .section-heading br,
  p br,
  h2 br {
    display: none;
  }
  .full-width-slider {
    width: 100%;
  }
  .full-width-1024.description {
    margin-top: 3rem;
  }
  .lg-text-center {
    text-align: center;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-mt-2 {
    margin-top: 2rem;
  }
  .lg-mt-3 {
    margin-top: 3rem;
  }
  .lg-mt-4 {
    margin-top: 4rem;
  }
  .lg-mt-5 {
    margin-top: 5rem;
  }
  .lg-mt-6 {
    margin-top: 6rem;
  }
  .lg-mt-7 {
    margin-top: 7rem;
  }
  .btn {
    font-size: 2.4rem;
    padding: 1.7rem;
  }
  .btn-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .btn-arrow img {
    max-height: 1.5rem;
  }

  /* ------ HEADER & FOOTER -------- */
  header .header-wrapper {
    padding: 2rem 15px;
  }
  #header .mobile-drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    right: -150%;
    top: 0;
    background-color: var(--black);
    transition: all 0.5s ease;
  }
  #header.open .mobile-drawer {
    right: 0;
  }
  #header .header-right {
    max-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 10rem 2rem 7rem 3rem;
    flex-wrap: nowrap;
  }
  #header .hamburger {
    display: inline-flex;
    width: 6rem;
    height: 4rem;
    flex-direction: column;
    justify-content: space-between;
  }
  #header .hamburger span {
    width: 100%;
    display: inline-block;
    height: 1px;
    border-radius: 10px;
    background-color: var(--primary);
  }
  #header .hamburger span:nth-child(2) {
    width: 85%;
    margin-left: auto;
  }
  .header-menu-box {
    width: 100%;
  }
  .header-menu-box ul {
    display: block;
  }
  .header-menu-box > ul > li {
    border-bottom: 1px solid #444444;
  }
  .header-menu-box a {
    font-size: 2.8rem;
    display: block;
  }
  .header-menu-box .menu-item-has-children .sub-menu {
    position: static;
    width: 100%;
    background-color: #222222;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0 2rem;
    display: none;
    border-radius: 2rem;
    margin-bottom: 3rem;
    transition: none;
  }
  .header-menu-box .sub-menu a {
    padding: 2rem 0;
    border-color: var(--black);
  }
  .header-menu-box .menu-item-has-children::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0;
    top: 3.5rem;
    transform: rotate(45deg);
    right: 1rem;
    transition: all 0.4s ease;
  }
  .header-menu-box .menu-item-has-children.open::after {
    transform: rotate(222deg);
  }
  .header-menu-box a:hover {
    color: var(--white);
  }
  #header .btn {
    margin-left: 0;
    margin-top: 5rem;
  }
  #header .close-menu {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4rem;
    right: 3rem;
    border-radius: 50%;
    background-color: var(--black);
  }
  #header .close-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px; /* line length */
    height: 1px; /* line thickness */
    transform-origin: center;
    border-radius: 2px;
    background-color: var(--primary);
  }
  #header .close-menu span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .close-menu span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .footer-site-title {
    font-size: 34rem;
  }

  /* ------------------------- */
  /* ----- HOMEPAGE ---------- */
  /* ------------------------- */
  .hp-program-slider-btns {
    position: relative;
    margin-top: 7rem;
    left: unset;
    top: unset;
    transform: none;
    justify-content: center;
    gap: 20px;
  }
  .hp-program-slider-btns .slider-arrow {
    transform: none;
  }

  .hp-testimonial-section .col {
    max-width: unset;
  }
  /* ----- PROGRAM DETAIL PAGE -------- */
  .pd-batch-item .meta-info {
    padding: 2.5rem 3rem;
  }
  .pd-batch-item .duration {
    width: 25rem;
  }
  .pd-batch-item .mode {
    width: 36rem;
  }
  .pd-curriculum-section .w-40 {
    width: 45%;
  }
  .faq-sidebar {
    width: 25%;
  }
  .faq-groups-wrapper {
    width: 70%;
  }
  .com-popup .popup-wrapper {
    max-width: 100%;
  }
  .tool-list-item .thumb-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .tool-list-item .content-box {
    width: 60%;
    flex: unset;
    padding-left: 0;
  }
  .tool-list-item .link-box {
    width: 40%;
    max-width: unset;
  }
  .tool-list-item .content-box,
  .tool-list-item .link-box {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.78vw;
  }
  .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  }
  .show-768.flex,
  .show-768.flex-box {
    display: flex !important;
  }
  .full-width-768 {
    width: 100% !important;
  }
  .full-width-768.description {
    margin-top: 3rem;
  }
  .md-flex {
    display: flex;
  }
  .md-flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .container,
  .container.small-container {
    width: 100%;
  }
  .full-width-slider {
    width: 100%;
    padding-left: 15px;
  }
  .text-sm {
    font-size: 2.3rem;
  }
  .md-text-center {
    text-align: center;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md-mt-0 {
    margin-top: 0;
  }
  .md-mt-2 {
    margin-top: 2rem;
  }
  .md-mt-3 {
    margin-top: 3rem;
  }
  .md-mt-5 {
    margin-top: 5rem;
  }
  .md-mt-7 {
    margin-top: 7rem;
  }
  .md-mt-8 {
    margin-top: 8rem;
  }
  .md-mt-9 {
    margin-top: 9rem;
  }
  .md-mt-10 {
    margin-top: 10rem;
  }
  .md-flex-col {
    flex-direction: column;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-top > div {
    width: 100%;
  }
  .footer-info {
    margin-bottom: 7rem;
    text-align: center;
  }
  /* --------- HOMEPAGE ----------- */
  .hp-banner-slider .slick-dots {
    width: 100%;
    justify-content: center;
    right: 0;
  }
  .hp-banner-slider .slick-dots button {
    width: 6rem;
  }
  .hp-about-usp-item {
    width: calc(50% - 1.5rem);
  }
  .hp-testimonial-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hp-testimonial-box h2 {
    max-width: none;
  }
  .hp-testimonial-slider .slick-dots {
    justify-content: center;
    margin-top: 4rem;
  }
  .hp-testimonial-box .quote-icon {
    width: 17rem;
  }
  .footer-site-title {
    font-size: 23rem;
  }
  .hp-program-item .card-img img {
    max-height: unset;
  }
  /* CONTACT PAGE */
  .half-height-banner .banner-content {
    padding: 12rem 0;
    min-height: 500px;
    height: 100rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .con-contact-section .contact-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .flex-box .input-box.half {
    width: 100%;
  }
  .con-form label {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .con-form .input-box input,
  .con-form .input-box select,
  .con-form .input-box textarea {
    font-size: 2.4rem;
  }
  .input-box {
    margin-bottom: 5rem;
  }
  .con-label {
    font-size: 1.9rem;
  }
  /* ---------- ABOUT US ---------- */
  .about-intro-quote .meta-details {
    width: max-content;
    max-width: 100%;
  }
  .about-difference-wrapper {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .about-difference-col {
    min-width: 52rem;
  }
  .about-team-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .program-location span,
  .hp-program-item .date {
    font-size: 2rem;
  }
  .about-award-item {
    padding: 0 2rem;
  }
  .about-award-item img {
    max-width: 90%;
    margin: 0 auto;
    display: inline-block;
  }
  .generic-page-content {
    padding-top: 7rem;
  }

  /* ---- PROGRAM DETAIL ------- */
  .program-banner .banner-content {
    padding-bottom: 25rem;
  }
  .pd-curriculum-section .w-40,
  .con-form-wrapper {
    max-width: 430px;
  }
  .pd-batch-item .intro {
    width: 100%;
    flex: unset;
    text-align: center;
    margin-bottom: 4rem;
  }
  .pd-batch-item .status {
    margin-left: auto;
    margin-right: auto;
  }
  .pd-batch-item .intro h5 {
    margin: 2rem 0 1rem 0;
  }
  .pd-batch-item .meta-info {
    padding-left: 5rem;
  }
  .pd-batch-item .duration {
    border-left: 0;
    width: 30%;
  }
  .pd-batch-item .mode {
    width: 40%;
  }
  .pd-gallery-slider .slick-list {
    padding: 0 15rem;
  }
  .pd-faq-section .pd-contact-box {
    max-width: 500px;
    margin: 0 auto;
  }
  .pd-contact-list.grid li {
    border-left: 0;
    padding: 3rem 0;
    border-top: 1px solid #444444;
  }
  .pd-contact-list.grid li:last-child {
    border-bottom: 1px solid #444444;
    border-right: 0;
  }
  .pd-placement-item span {
    padding: 3rem;
  }
  .blog-item .blog-thumb {
    height: 38rem;
  }
  .blog-bottom-bar {
    padding: 5rem 3rem;
  }
  .bd-sidebar {
    max-width: 450px;
  }
  .up-floating-wrapper.active {
    max-width: 400px;
    width: 98%;
  }
  .floating-up-toggle {
    left: 20px;
  }
  .up-floating-box .card-subtitle,
  .up-floating-box .program-list .title {
    font-size: 2.4rem;
  }
  .up-floating-box .program-list li p {
    font-size: 2.2rem;
  }
  .up-floating-box .bottom .up-link {
    font-size: 2rem;
  }
  .primary-contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .primary-contact-social li {
    border-bottom: 0;
    border-right: 1px solid #4fdfdf;
    padding: 0 2rem;
    margin-top: 2rem;
  }
  .primary-contact-social li:first-child {
    padding-left: 0;
  }
  .primary-contact-social li:last-child {
    padding-right: 0;
    border-right: 0;
  }
  .student-review-item video {
    max-height: 90rem;
  }
  .gallery-post-item.small {
    width: 100%;
  }
  .gallery-post-item .content-box {
    padding: 3rem 3rem;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.01)
    );
  }
  .gallery-post-item .content-box > .flex-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
  }
  .gallery-post-item .content-box .meta-box,
  .gallery-post-item .content-box .title {
    max-width: 100%;
  }
  .faq-bottom-bar .inner {
    background-color: var(--primary);
    padding: 5rem 3rem;
    border-radius: 3rem;
  }
  .faq-bottom-bar .content {
    position: unset;
    padding: 0;
  }
  .faq-bottom-bar .text-box {
    max-width: unset;
    margin: 3rem auto 3rem auto;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 0.92vw;
  }
  .com-padding {
    padding: 12rem 0;
  }
  .top-padding {
    padding-top: 12rem;
  }
  .bottom-padding {
    padding-bottom: 12rem;
  }
  .full-width-640 {
    width: 100% !important;
  }
  .full-width-640.description {
    margin-top: 3rem;
  }
  .sm-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* ABOUT US */
  .about-team-list,
  .about-awards-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-award-item:nth-of-type(3n + 3) {
    border-right: 0;
  }
  .about-award-item:nth-of-type(even) {
    border-right: 1px solid #505050;
  }

  .about-timeline-wrapper .timeline-line {
    top: 0.8rem;
  }
  .about-timeline-progress-fill {
    opacity: 0;
  }
  .about-timeline-item,
  .slick-slide:nth-of-type(even) .about-timeline-item {
    padding: 5rem 1.5rem 0 1.5rem;
  }
  .about-timeline-item::before,
  .slick-slide:nth-of-type(even) .about-timeline-item::before {
    top: 0;
    bottom: unset;
  }
  .about-timeline-slider .slick-list {
    padding: 0 22% !important;
  }
  .about-timeline-slider .slick-slide {
    margin: 0 3rem;
  }
  .about-timeline-item .year {
    font-size: 2.2rem;
  }
  /* ----- PROGRAM DETAIL ------ */
  .program-banner .banner-content {
    min-height: 80vh;
    padding-bottom: 60rem;
  }

  .pd-banner-usps {
    border: 0;
    padding: 0 3rem;
    display: block;
  }
  .pd-banner-usps li {
    border-right: 0;
    padding: 3rem 0;
    border-top: 1px solid #363636;
  }
  .pd-banner-usps li:first-child {
    border-top: 0;
  }
  .pd-about-benefits {
    max-width: 300px;
  }
  .pd-batch-item .meta-info {
    width: 50%;
    padding-left: 3rem;
  }
  .pd-batch-item .mode {
    border-right: 0;
  }

  .pd-batch-item .btn-box {
    width: 100%;
    padding-top: 5rem;
    display: flex;
    justify-content: center;
  }
  .pd-batch-item .meta-info .title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .pd-batch-item .meta-info .icon {
    display: none;
  }
  .pd-placement-logos {
    grid-template-columns: repeat(3, 1fr);
  }
  .pd-placement-item:nth-child(10) {
    display: none;
  }
  .pd-gallery-slider .slick-list {
    padding: 0 5rem;
  }
  .pd-text-reviews,
  .pd-video-reviews {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-item .blog-thumb {
    height: unset;
  }
  .blog-listing.grid {
    grid-row-gap: 0;
  }
  .blog-listing .blog-item {
    padding-top: 7rem;
    margin-top: 7rem;
    border-top: 1px solid #333333;
  }
  .blog-listing .blog-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .partnership-collab-gallery .small {
    width: 100%;
  }
  .student-review-item video {
    max-height: unset;
  }
  .tool-list-item {
    padding: 4rem;
  }
  .tool-list-item .content-box,
  .tool-list-item .link-box {
    width: 100%;
    padding-right: 0;
  }
  .tool-list-item .link-box {
    padding-left: 0;
    border-left: 0;
    padding-top: 6rem;
    border-top: 1px solid #333333;
  }
}

@media (max-width: 540px) {
  html {
    font-size: 1.28vw;
  }
  h1 {
    font-size: 4.7rem;
  }
  h2 {
    font-size: 4.3rem;
  }
  h3 {
    font-size: 4rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h5 {
    font-size: 3.2rem;
  }
  h1 br,
  .banner-content br {
    display: none;
  }

  .footer-menu-box {
    padding-left: 5rem;
  }
  .footer-site-title {
    font-size: 15rem;
  }
  .footer-credit {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* ----- HOMEPAGE ----- */
  .hero-banner .banner-content,
  .hp-banner-slider .banner-bg {
    height: 100vh;
  }
  .hp-about-usp-item .icon img {
    max-height: 6rem;
  }
  .hp-about-usp-item {
    padding: 6rem 2rem 5rem 2rem;
  }
  .hp-about-usp-item .tag {
    font-size: 2.2rem;
    min-width: 22rem;
    top: -0.3rem;
  }
  .hp-about-usp-item .icon {
    margin-bottom: 2rem;
  }
  .hp-about-counters .title {
    width: 33%;
  }
  .hp-about-counters {
    display: block;
  }
  .hp-about-counters li {
    padding: 3rem 0;
    border-left: 0;
    border-top: 1px solid #d9d9d92e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 0;
  }
  .hp-about-counters li:nth-child(4n + 4) {
    border-right: 0;
  }
  .hp-about-counters li:last-child {
    border-bottom: 1px solid #d9d9d92e;
  }
  .hp-about-counters li p {
    flex: 1;
    padding-left: 2rem;
    margin-top: 0;
  }
  .hp-programs-section .container {
    padding-right: 0;
  }
  .hp-programs-section .section-header {
    padding-right: 15px;
  }
  .hp-programs-section .tab-btn-wrapper {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    margin-top: 4rem;
  }
  .hp-program-slider .slick-list {
    padding-right: 12rem !important;
  }
  .hp-testimonial-box .quote-icon {
    width: 12rem;
  }
  .hp-portfolio-slider .slick-dots {
    bottom: 8rem;
  }
  /* CONTACT PAGE */
  .con-email-box .divider img {
    display: none;
  }
  .con-email-box .divider {
    width: 10rem;
    height: 1px;
    background-color: var(--grey);
  }
  .con-email-box {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
  .con-form-wrapper .form-bg {
    display: none;
  }
  .con-form-wrapper .con-form {
    position: static;
    padding: 6rem 3rem;
    border-radius: 1.5rem;
    background-color: #1d1d1d;
  }
  .con-form-wrapper.pd-sidebar-apply-box .con-form {
    padding: 0;
  }
  .pd-sidebar-apply-box .text-box {
    padding-top: 5rem;
  }
  .pd-sidebar-apply-box .thumb-box {
    margin-top: 5rem;
  }
  .con-form-wrapper .remote {
    width: 20rem;
    height: 20rem;
    top: -9rem;
    right: -4rem;
  }
  .pd-sidebar-apply-box {
    border-radius: 0;
  }
  .pd-sidebar-apply-box .thumb-box img {
    max-height: unset;
  }
  .primary-contact-social {
    flex-direction: column;
    margin: 4rem auto 3rem auto;
    max-width: 300px;
  }
  .primary-contact-social li {
    padding: 3rem 0;
    margin: 0;
    border-right: 0;
    border-top: 1px solid #4fdfdf;
  }
  .primary-contact-social li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .pd-contact-list .title {
    font-size: 2.2rem;
  }
  .hp-program-item .partner-box {
    max-width: 100%;
  }
  .hp-program-item .partner-box .tag {
    font-size: 1.5rem;
  }
  .hp-program-item .partner-box .logo {
    max-height: 7rem;
    max-width: 13rem;
  }
}

@media (max-width: 430px) {
  html {
    font-size: 1.6vw;
  }

  .footer-site-title {
    font-size: 13rem;
  }

  .hp-hero-banner .btn .ml-5 {
    margin-left: 3rem;
  }
  .hp-hero-banner .btn {
    font-size: 2.3rem;
    width: 100%;
    max-width: 200px;
  }
  .hp-about-usps {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .hp-about-usp-item {
    width: 100%;
    max-width: 300px;
    padding-left: 5rem;
  }
  .hp-about-usp-content {
    max-width: 100%;
  }
  .hp-program-slider .slick-list {
    padding-right: 6rem !important;
  }
  .hp-testimonial-text {
    font-size: 3rem;
  }
  .about-team-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
