@media (min-width: 1921px) {
  .hp-banner-section .bg-box {
    height: 150rem;
  }
  .hp-banner-content {
    padding-top: 27rem;
  }
  .blog-listing-banner .bg-box {
    height: 108rem;
  }
  .career-join-section {
    margin-top: -35rem;
  }
}

@media (min-width: 1025px) {
  .header-stick .header-menu-box > ul > li > a {
    padding: 4rem 3rem;
  }
  .header-stick .header-menu-box > ul > li > a:hover,
  .header-stick .header-menu-box > ul > li.current-menu-item > a {
    color: var(--yellow);
  }
}

@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%;
  }
  .lg-text-center {
    text-align: center;
  }
  .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;
  }
  .section-heading br,
  p br,
  h2 br {
    display: none;
  }
  .full-width-slider {
    width: 100%;
  }
  .full-width-1024.description {
    margin-top: 3rem;
  }
  .container {
    width: 100%;
  }
  .lg-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* ----------- HEADER STYLES -------- */
  .header-logo {
    left: 10px;
  }

  header .header-wrapper {
    width: 100%;
    padding: 15px 15px;
    align-items: center;
  }
  header .hamburger-box {
    width: 6rem;
    height: 4rem;
  }
  header .hamburger-box span,
  header .close-menu span {
    height: 1.5px;
    background-color: var(--white);
    width: 100%;
    display: inline-block;
  }
  header .close-menu {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 6rem;
    right: 4rem;
  }
  header .close-menu span:first-of-type {
    transform: rotate(-45deg);
    margin-right: -3rem;
  }
  header .close-menu span:nth-of-type(2) {
    transform: rotate(45deg);
    margin-left: -3rem;
  }
  header .hamburger-box span:nth-of-type(2) {
    width: 85%;
  }
  header .header-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    left: -100%;
    top: 0;
    background-color: var(--blue);
    padding: 10rem 2rem 5rem 2rem;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  header.open .header-menu-wrapper {
    left: 0;
  }
  .header-menu-drawer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 14rem);
    overflow-y: auto;
  }
  .header-menu-box {
    flex-direction: column;
  }
  .header-menu-box li .sub-menu {
    position: relative;
    padding-left: 3rem;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: none;
    display: none;
  }
  .header-menu-box li .sub-menu a {
    border-top: 0;
    width: 100%;
    display: block;
  }
  .header-menu-box ul {
    display: block;
    width: 100%;
  }
  .header-menu-box ul a {
    width: 100%;
    border-bottom: 1px solid #014b70;
  }
  .header-menu-box ul li a,
  .header-menu-box li .sub-menu a {
    font-size: 2.5rem;
    padding: 3rem 0;
  }
  .header-btn {
    margin-left: 0;
    margin-top: 5rem;
  }

  /* ------------ HOMEPAGE STYLES --------- */
  .hp-banner-section .bg-box {
    height: 130rem;
  }

  .hp-banner-section-v2 .bg-box {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hp-banner-section-v2 .content-box {
    position: relative;
    padding: 15rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .location-contact-section .bg-box img {
    object-fit: cover;
  }

  .hp-banner-content .right-side {
    max-width: 100%;
    text-align: center;
  }
  .hp-banner-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    gap: 15px;
  }
  .hp-banner-btns .service-btn {
    margin: 0;
  }
  .hp-banner-content .right-side .btn,
  .hp-banner-btns .service-btn {
    width: auto;
    white-space: nowrap;
  }
  .hp-banner-content .right-side .btn .btn-arrow {
    margin-left: 3rem;
  }
  .hp-banner-btns .service-btn .arrow {
    margin-left: 3rem;
  }

  /* ------------- LOCATION PAGE ----------- */
  .location-contact-section .bg-box img {
    min-height: 157rem;
  }
  .location-time-box br {
    display: block;
  }
  .blog-content-box iframe {
    min-height: 85rem;
  }
  .team-modal-content {
    width: 95%;
    padding: 15px;
  }

  /* -------------- CAREER PAGE ------------- */
  .career-inter-logos {
    max-width: 700px;
    margin: 0 auto;
  }
  /* -------- SERVICE DETAIL PAGE -------- */
  .sd-banner-section .bg-box img {
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.82vw;
  }
  .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-col-reverse {
    flex-direction: column-reverse;
  }
  .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);
  }
  .md-grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .container,
  .container.small-container {
    width: 100%;
  }
  .full-width-slider {
    width: 100%;
    padding-left: 15px;
  }
  .md-text-center {
    text-align: center;
  }
  .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-justify-center {
    justify-content: center;
  }
  .md-block {
    display: block;
  }

  /* FOOTER */
  .footer-menu-box:last-of-type {
    border-right: 0;
    padding-right: 0;
  }
  .footer-menu-box:first-of-type {
    padding-left: 0;
    border-left: 0;
  }
  .footer-bottom {
    flex-direction: column;
    padding-top: 0;
  }
  .footer-bottom > .flex-box {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .footer .copyright {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-bottom a {
    text-decoration: underline;
  }
  .text-sm {
    font-size: 2rem;
  }
  /* ----------- HOMEPAGE STYLES -------------- */
  .hp-banner-section .bg-box {
    height: 150rem;
  }

  .hp-whyus-section .com-slider-arrows {
    position: static;
    justify-content: center;
    margin-top: 5rem;
    gap: 10px;
  }
  .hp-services-section .thumb-box {
    margin: 10rem auto 4rem auto;
    transform: none;
  }
  .hp-service-listing {
    row-gap: 14rem;
  }
  .hp-whyus-item:nth-of-type(even) {
    transform: none;
  }

  .hcm-usp-item {
    flex-direction: column;
    column-gap: 0;
    text-align: center;
    padding: 0 2.5rem;
    margin: 2rem 0;
  }
  .hp-testimonial-video video {
    height: 85rem;
  }
  /* ------------- LOCATION PAGE ----------- */
  .location-banner-section .bg-box img {
    min-height: 115rem;
  }
  .location-dedication-section .com-padding.flex-box {
    flex-direction: column;
  }
  .location-improvement-section .com-padding.flex-box {
    flex-direction: column-reverse;
  }
  .location-team-slider .slick-list {
    padding: 0 10rem;
  }
  .location-gallery-section {
    padding-bottom: 0;
  }
  .location-contact-section .content-box {
    bottom: 0;
    position: relative;
    z-index: 2;
    padding-top: 60rem;
    padding-bottom: 10rem;
  }
  .location-contact-section .bg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .location-contact-section .bg-box img {
    height: 100%;
  }
  .location-find-bar {
    border-radius: 3rem;
    margin: 6rem 0 10rem 0;
  }
  .location-find-bar .flex-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .location-find-bar .text-box {
    margin: 5rem 0;
  }

  /* ------- BLOG PAGE ---------- */
  .blog-listing-banner .bg-box {
    height: 100rem;
  }
  .blog-listing-banner .content-box {
    padding-top: 25rem;
  }
  .blog-listing-section {
    padding-top: 0;
  }
  .blog-content-box iframe {
    min-height: 65rem;
  }
  /* ----------- CAREER PAGE ------------ */
  .career-banner-section .banner-anchor {
    width: 35rem;
    bottom: 9rem;
    right: 0;
  }
  .career-memories-section {
    padding-top: 0 !important;
  }
  .career-apply-box .bg-img {
    min-height: 80rem;
  }
  .career-apply-box .content-box {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.2)
    );
  }
  .career-apply-rbt .flex-box {
    flex-direction: column;
  }
  .career-join-section {
    margin-top: 0;
    background-color: #e6eeff;
    margin-top: 10rem;
  }
  .career-join-section .content-box {
    position: relative;
  }
  .career-join-section .content-box .flex-box {
    text-align: center;
    gap: 4rem;
  }
  .career-join-section .content-box .flex-box,
  .career-apply-rbt .w-50 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* -------------- EVENT LISTING PAGE ------------- */
  .events-intro-section {
    padding-top: 5rem;
  }
  .events-intro-section .bottom-padding {
    max-width: 525px;
    margin: 0 auto;
  }
  .event-impact-list {
    margin-top: 18rem;
  }
  .event-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-thumb {
    height: 26rem;
  }
  .bespoke-service-item .hidden-content {
    max-height: unset;
    opacity: 1;
    transform: none;
  }
  /* ----------- SERVICE DETAILS ---------- */
  .aba-surveillance-box {
    border-radius: 2rem;
  }
  .aba-surveillance-box .content-box {
    padding: 5rem 20px;
  }
  .aba-school-section .text-box {
    padding: 0;
    border: 0;
    transform: translateX(0) !important;
  }
  .aba-service-card {
    border: 1px solid #f1f1f1;
  }
  .ad-process-listing {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .ad-process-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .ad-process-item:nth-of-type(2),
  .ad-process-item:nth-of-type(5) {
    flex-direction: row-reverse;
    padding-top: 0;
  }
  .ad-process-item .img-box {
    width: 30%;
  }
  .ad-process-item .text-box {
    flex: 1;
    padding-left: 5rem;
    margin-top: 0;
  }
  .ad-process-item:nth-of-type(2) .text-box,
  .ad-process-item:nth-of-type(5) .text-box {
    padding-left: 0;
    padding-right: 5rem;
  }
  .ad-process-item:nth-of-type(2)::before,
  .ad-process-item:nth-of-type(2)::after {
    display: none;
  }
  .ad-doctor-section .img-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .ssgc-class-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .white-bg-form .grid {
    display: block;
  }
  .sd-help-section {
    background-color: #2e6fb2;
    padding: 10rem 0;
  }
  .sd-help-wrapper {
    border-radius: 0;
  }
  .sd-help-section .content-box {
    padding: 0;
  }
  .sd-milestone-item .circle,
  .sd-milestone-item::before {
    display: none;
  }
  .sd-milestone-item .content-box {
    flex-direction: column;
    text-align: center;
  }
  /* ABOUT PAGE */
  .about-banner-section .bg-box {
    height: 120rem;
  }
  .about-intro-section {
    padding-top: 0 !important;
  }
  .about-founder-section .container > div {
    padding-top: 10rem;
    border-top: 1px solid #eee;
  }
  /* ---------- ABOUT AUTISM PAGE ----------- */
  .aa-criteria-item {
    display: block;
    padding-top: 10rem;
    border-top: 1px solid #cad5e2;
  }
  .aa-criteria-item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .aa-criteria-item .content-box {
    width: 100%;
    flex: unset;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5rem;
  }
  .aa-criteria-item .thumb-box {
    margin-left: auto;
    margin-right: auto;
    overflow: unset;
  }
  .aa-criteria-item .count {
    right: -3rem;
    top: -2rem;
    z-index: 3;
    border-bottom: 0;
    font-size: 13rem;
    color: #2e6eb1;
    font-weight: 600;
  }
  .aa-quote-meta {
    width: max-content;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-awards-list a {
    padding: 3rem 2.5rem;
  }
  .founder-book-section .book-thumb {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .founder-social-links {
    justify-content: center;
  }
  .about-intro-section {
    margin-top: -10rem;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 1.1vw;
  }
  .text-sm {
    font-size: 2.2rem;
  }
  .hide-640 {
    display: none !important;
  }
  .show-640 {
    display: block !important;
  }
  .show-640.flex,
  .show-640.flex-box {
    display: flex !important;
  }
  .full-width-640 {
    width: 100% !important;
  }
  .full-width-640.description {
    margin-top: 3rem;
  }
  .com-padding {
    padding: 8rem 0;
  }
  .top-padding {
    padding-top: 8rem;
  }
  .bottom-padding {
    padding-bottom: 8rem;
  }
  .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);
  }
  .sm-grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-text-center {
    text-align: center;
  }

  .footer-accordion-body {
    display: none;
  }
  .footer-menu-box {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-top: 1px solid #495b71;
  }
  .footer-menu-box:last-of-type {
    border-bottom: 1px solid #495b71;
  }
  .footer-menu-box h6 {
    padding: 2rem 0;
    position: relative;
  }
  .footer-menu-box ul {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .footer-menu-box h6::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url("../img/menu-dropdown-arrow-white.png") no-repeat center
      center;
    background-size: contain;
    transition: all 0.4s ease;
  }
  .footer-menu-box h6.open::after {
    transform: rotate(180deg);
  }

  /* HOMEPAGE */

  /* .hp-services-section {
    margin-top: -10rem;
  } */

  .hp-community-usps {
    row-gap: 6rem;
  }
  .hp-community-usp-item {
    padding: 0 3rem;
  }
  .hcm-usp-item h3 {
    font-size: 6.5rem;
  }
  .hcm-usp-item p {
    font-size: 2.4rem;
  }

  .com-slider-arrows img {
    max-height: 1.8rem;
  }
  .hp-testimonial-wrapper .flex-box {
    gap: 4rem;
  }
  .hp-award-section .com-padding {
    border-radius: 4rem;
  }
  .hp-awards-list .slick-list {
    padding: 0 5rem;
  }
  /* ------------- LOCATION PAGE ----------- */
  .location-gallery-image {
    gap: 0;
    justify-content: space-between;
  }
  .location-gallery-images .large {
    width: 52%;
  }
  .location-gallery-images .small {
    width: 43.5%;
  }
  .location-gallery-images .col:nth-of-type(3) {
    order: 4;
  }
  .location-gallery-images .img-box {
    margin-bottom: 0;
  }
  .location-gallery-images .img-box:first-of-type {
    margin: 0;
  }
  .location-contact-section {
    background-color: #336dac;
  }
  .location-contact-section .bg-box {
    display: none;
  }
  .location-contact-section .content-box {
    padding: 10rem 0;
  }
  .location-find-bar {
    padding: 5rem;
  }
  .location-contact-link {
    width: max-content;
    max-width: 100%;
  }
  .location-time-box,
  .location-contact-link {
    margin-left: auto;
    margin-right: auto;
  }
  .location-time-box .title {
    top: 1rem;
  }
  .team-modal-body .flex-box {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .team-modal-body .flex-box > div {
    width: 100%;
  }
  .location-contact-box {
    padding: 8rem 0;
  }
  /* ------- BLOG PAGE ---------- */
  .blog-bottom-bar .bg-img {
    min-height: 70rem;
  }
  .blog-content-box p,
  .blog-content-box li,
  .blog-content-box div {
    font-size: 2.3rem;
  }
  .bd-banner-section .rounded-5 {
    border-radius: 2rem;
  }
  .blog-content-box iframe {
    min-height: 50rem;
  }
  /* -------- CAREER PAGE --------- */
  .career-memories-section {
    margin-top: -5rem;
  }
  .career-memories-slider .slick-list {
    margin: 0 -1.5rem;
    padding: 0 8rem;
  }
  .career-memories-slider .slick-slide {
    margin: 0 1.5rem;
  }
  .career-memories-slider .slide-item {
    padding-top: 0;
  }
  .career-memories-slider .slide-item .empty-box {
    height: 5rem;
  }
  .career-memories-slider .slick-slide:nth-of-type(4n) .slide-item::before {
    display: none;
  }
  .career-apply-box .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .career-apply-box .content-box {
    position: relative;
    z-index: 2;
  }
  .showreel-video {
    min-height: 300px;
  }
  /* --------- VENT LISTING ------------- */
  .events-intro-section {
    padding-top: 0;
  }
  .event-listing {
    display: block;
  }
  .bespoke-services-section .container {
    padding-right: 0;
  }
  .bespoke-services-section .section-heading {
    padding-right: 15px;
  }
  .bespoke-services-list .slick-list {
    padding-right: 5rem;
  }
  /* SERVICE DETAIL PAGE */

  .ad-faq-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .ad-process-item {
    flex-direction: column !important;
    gap: 5rem;
    padding: 5rem 3rem !important;
    background: #f6f9ff;
    border-radius: 1.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .ad-process-item .img-box {
    width: 100%;
    max-width: 250px;
  }
  .ad-process-item .text-box {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .ssgc-class-list {
    display: block;
    max-width: 375px;
  }
  .ssgc-class-item {
    margin-top: 10rem;
  }
  .ssgc-card-body li {
    font-size: 2.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ssgc-card-body li::before {
    top: 3rem;
  }
  .ssgc-form {
    padding: 5rem 2rem;
  }
  .apply-form-text-box .highlight-box{
    padding: 4rem 2rem;
  }
  .white-bg-form .submit-box {
    margin-left: auto;
    margin-right: auto;
  }
  .as-services-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .as-services-listing .know-more {
    text-align: center;
  }
  .as-service-item p,
  .as-dedication-box .description * {
    font-size: 2.2rem;
  }
}

@media (max-width: 540px) {
  html {
    font-size: 1.3vw;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 5.5rem;
  }
  .header-btn {
    height: 5.5rem;
    font-size: 2.4rem;
  }
  /* HOMEPAGE */
  .hp-banner-section .bg-box {
    height: 188rem;
  }
  .yellow-scroll-down {
    bottom: 23%;
  }
  .hp-service-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .hp-services-section {
    margin-top: -25rem;
  } */
  .hp-banner-btns {
    flex-direction: column;
  }
  .hp-banner-content .right-side .btn {
    width: 100%;
    justify-content: space-between;
  }
  .hp-banner-btns .service-btn .arrow {
    margin-left: auto;
  }
  .hp-whyus-item {
    min-height: 80rem;
  }
  .hp-community-usps,
  .hp-community-number-usps {
    display: block;
  }
  .hcm-usp-item,
  .hp-community-usp-item {
    display: flex;
    flex-direction: row;
    column-gap: 3rem;
    padding: 4rem 0;
    text-align: left;
  }
  .hp-community-usp-item {
    border-left: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .hp-community-usp-item:nth-of-type(3n) {
    border-right: 0;
  }
  .hp-community-usp-item:first-of-type {
    border-top: 1px solid #d9d9d9;
  }
  .hp-community-usp-item .icon {
    margin-top: 1rem;
  }
  .hp-community-usp-item .mt-3 {
    margin-top: 0;
    flex: 1;
  }
  .hp-community-number-usps {
    padding: 5rem 4rem;
  }
  .hcm-usp-item::before {
    display: none;
  }
  .hcm-usp-item {
    border-bottom: 1px solid #495b71;
  }
  .hcm-usp-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .hcm-usp-item:first-of-type {
    padding-top: 0;
    border-top: 0;
  }

  .hp-centres-slider .slick-list,
  .hp-testimonial-slider .slick-list {
    margin: 0 -25px;
    padding: 0 50px;
  }
  .blog-content-box iframe {
    min-height: unset;
  }
  .event-impact-list .intro-top {
    top: -9rem;
  }
  .event-impact-list .intro-bottom {
    bottom: -9rem;
  }
  .aba-service-card {
    padding: 4rem 3rem;
  }
  .hp-centres-slider.founder-doc-slider .slick-list {
    padding: 0 30px;
  }
  .white-bg-form .input-box input,
  .white-bg-form .input-box select,
  .white-bg-form .input-box textarea {
    font-size: 2.3rem;
  }
}

@media (max-width: 435px) {
  html {
    font-size: 1.6vw;
  }
  body,
  p {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  h6 {
    font-size: 2.6rem;
  }
  .text-lg,
  .text-sm {
    font-size: 2.4rem;
  }
  .footer-bottom * {
    font-size: 2rem;
  }
  .hp-banner-section .bg-box {
    height: 200rem;
  }
  /* .hp-services-section {
    margin-top: -32rem;
  } */
  .event-impact-list .intro-top {
    top: -7.5rem;
  }
  .event-impact-list .intro-bottom {
    bottom: -7.5rem;
  }
}
