/* ----------------------- Media Query ------------------------- */

@media (max-width: 1920px) {
  html {
    font-size: 0.522vw !important;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 765px) {
  .menu-bar-icon,
  .close-mobile-menu {
    display: none;
  }
  .menu-bar .menu-items > li.current-menu-item a,
  .menu-bar .menu-items > li > a:hover,
  .menu-bar .menu-items > li.active > a,
  .menu-bar .menu-items > li > a.active {
    border-bottom: 2px solid #fff;
  }
  .white-header .menu-bar .menu-items > li.current-menu-item a,
  .white-header .menu-bar .menu-items > li > a:hover,
  .white-header .menu-bar .menu-items > li.active > a,
  .white-header .menu-bar .menu-items > li > a.active {
    border-bottom: 2px solid #333;
  }
  header.white-header .menu-bar .menu-items > li > a:hover,
  header.white-header .menu-bar .menu-items > li.active > a,
  header.white-header .menu-bar .menu-items > li > a.active {
    border-color: #2a2a2a;
  }
  header.white-header .menu-bar .menu-items > li > a {
    color: #2a2a2a;
  }
  header .menu-items > li.menu-item-has-children {
    padding-right: 1rem;
  }
  header .menu-items > li.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 5.2rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../images/accordion-arrow-white.webp");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  header.white-header .menu-items > li.menu-item-has-children::before {
    filter: invert(1);
  }

  .header-dropdown-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    left: 50%;
    z-index: 30;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    padding: 0 7rem;
  }
  .header-dropdown-box.stick {
    position: fixed;
  }

  .header-dropdown-box.active {
    opacity: 1;
    visibility: visible;
  }

  .header-dropdown-box.start-course-journey .right-side > div {
    padding: 4rem 4rem 25rem 4rem;
  }
  .header-dropdown-box.start-course-journey .right-side {
    width: 26%;
  }
  .header-dropdown-box.start-course-journey .right-side > div {
    background: url("../images/menu-team-img.webp") no-repeat center;
    background-size: cover;
  }
  .header-dropdown-box.start-course-journey .right-side .pages {
    border-radius: 2rem;
    padding: 4rem 4rem 30rem 4rem;
  }
  .header-dropdown-box .inner {
    top: 13rem;
    position: relative;
    transform-origin: 50% 0;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    transform: perspective(800px) rotateX(-5deg) rotateY(0) rotate(0);
  }
  .header-dropdown-box.active .inner,
  .header-dropdown-box .inner:hover {
    transform: perspective(800px) rotate(0);
  }
  .header-dropdown-box .menu-block {
    width: 100%;
    padding: 7rem;
    display: none;
    min-height: 75rem;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header-dropdown-box.active .menu-block {
    display: flex;
  }

  .header-dropdown-box .btn span {
    color: var(--black);
  }
  .header-dropdown-box .btn:hover span {
    color: #fff;
  }
  .header-dropdown-box .left-side {
    flex: 1;
    padding-right: 10rem;
  }
  .header-dropdown-box .menu-box {
    width: 45%;
    padding: 3rem 4rem;
    border: 1px solid #555555;
    border-radius: 3rem;
  }
  .header-dropdown-box .menu-box h4 {
    color: #ffffff;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #555555;
    font-size: 3rem;
    font-weight: 400;
  }
  .header-dropdown-box .menu-box > ul > li {
    position: relative;
    padding-left: 3.5rem;
  }
  .header-dropdown-box .menu-box > ul > li::before {
    display: block;
    content: "";
    background: url("../images/btn-white-arrow.webp") no-repeat center;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1.8rem;
    left: 0;
    transition: all 0.5s ease;
  }
  .header-dropdown-box .menu-box > ul > li:hover::before {
    transform: rotate(45deg);
  }
  .header-dropdown-box ul li a {
    color: #d0d0d0;
    font-size: 2rem;
    display: block;
    padding: 5px 0;
    transition: all 0.5s ease;
    font-weight: 300;
  }
  .header-dropdown-box ul ul {
    padding-left: 2rem;
  }
  .header-dropdown-box ul ul li {
    list-style: disc;
    color: #bbbbbb;
  }
  .header-dropdown-box ul ul li a {
    color: #bbbbbb;
    font-size: 1.8rem;
  }
  .header-dropdown-box ul li a:hover {
    color: #ffffff;
  }

  .post-pagination .page-numbers:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
  }
  .post-pagination .page-numbers:hover img {
    filter: invert(1);
  }
  .header-dropdown-box.page-link-box .right-side {
    width: 30%;
    margin: 0 3rem;
    height: inherit;
  }
  .header-dropdown-box.page-link-box .right-side > div {
    height: 100%;
  }
  .header-dropdown-box.four-cards .right-side {
    width: calc(25% - 4rem);
    margin: 0 2rem;
  }
  .header-dropdown-box.page-link-box .right-side h3 {
    font-size: 3.8rem;
  }

  /* -------------Placement Page ------------------ */
  .placement-designation .text p {
    opacity: 0;
    transition: all 0.4s ease;
  }
  .placement-designation .img-container:hover .text p {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 3rem !important;
  }
}

@media (max-width: 764px) {
  html {
    font-size: 1.3vw !important;
  }
  .m-w-100 {
    width: 100% !important;
  }
  .m-mt-5 {
    margin-top: 5rem;
  }
  .m-mt-8 {
    margin-top: 8rem;
  }
  .container {
    width: 90%;
  }
  .m-none {
    display: none;
  }
  .m-block {
    display: block;
  }
  .m-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .m-text-center {
    text-align: center;
  }
  .comm-padding {
    padding: 13rem 0;
  }
  h2 {
    font-size: 5rem;
  }
  .m-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* HEADER MENU */
  header .menu-bar {
    padding: 15px 0;
  }
  header .btn-box .menu-btn {
    display: none;
  }
  .menu-bar .menu-bar-icon img {
    width: 47px;
    margin-left: 4rem;
  }
  .menu-bar .logo-box img {
    max-width: 170px;
  }
  header .menu-items {
    position: fixed;
    right: -150%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    min-height: 100vh;
    background: #151515;
    transition: all 0.5s ease;
    display: block;
    padding: 60px 25px;
  }
  header .menu-items.active {
    right: 0;
    overflow-y: auto;
  }
  .menu-bar-icon.hide {
    display: none;
  }
  .close-mobile-menu {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 22px;
    height: 22px;
    z-index: 30;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .close-mobile-menu.show {
    display: flex;
    opacity: 1;
  }
  .close-mobile-menu img {
    width: 100%;
  }
  .menu-bar .menu-items li {
    position: relative;
  }
  .menu-bar .menu-items > li {
    padding: 5px 30px 5px 0;
    border-bottom: 1px solid #777777;
  }
  .menu-items li a {
    padding: 10px 0;
    margin: 0;
  }
  .menu-bar .menu-items > li > a {
    font-size: 25px;
    padding: 10px 0;
    margin: 0;
  }
  .header-dropdown-box .inner ul,
  .header-dropdown-box .inner li {
    width: 100%;
    position: relative;
  }

  .menu-bar .menu-items > li > .sub-menu > li > a {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 300;
  }
  .sub-submenu-container,
  .menu-bar .menu-items li.active .header-dropdown-box,
  .header-dropdown-box {
    display: none;
  }
  .menu-bar .menu-items > li > .sub-menu .sub-menu {
    padding-left: 15px;
  }
  .menu-bar .menu-items > li > .sub-menu > li .sub-menu a {
    font-size: 20px;
    color: #b0b0b0;
  }
  header .menu-items > li.menu-item-has-children::before,
  .menu-bar .menu-items > li > .sub-menu li.menu-item-has-children::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease;
  }
  .menu-bar
    .menu-items
    > li
    > .sub-menu
    li
    .sub-menu
    li.menu-item-has-children::before {
    width: 14px;
    height: 14px;
  }
  .menu-bar .menu-items > li > .sub-menu li.menu-item-has-children::before {
    top: 15px;
    right: -25px;
    background-image: url("../images/footer-accordion-plus.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu-bar
    .menu-items
    > li
    > .sub-menu
    li.menu-item-has-children.active::before {
    background-image: url("../images/footer-accordion-minus.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu-items > li.menu-item-has-children::before {
    background-image: url("../images/accordion-arrow-white.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    top: 20px;
    transform: rotate(180deg);
  }
  header .menu-items > li.active::before {
    transform: rotate(0);
  }

  /* MOBILE MENU */

  /* FOOTER STYLES START */
  footer .links-part .connect-with-us .newsletter {
    padding: 0;
    margin-top: 6rem;
  }
  .footer-top-section ul li {
    width: 50%;
    padding: 4rem 3rem;
  }
  .footer-top-section ul li,
  .footer-top-section ul li:last-child {
    border: none;
  }
  /* FOOTER STYLES END */
  .banner-animation {
    animation: home-bg-animation linear 50s infinite;
  }
  .home-banner .design-excellence ul li,
  .success-stories .student-story,
  .your-guide .guidance-list li {
    width: 100%;
  }
  .home-banner .design-excellence ul li:last-child {
    margin-bottom: 0;
  }
  .design-excellence,
  .recognized-section .content {
    border-radius: 0;
  }
  .recognized-section .content {
    padding: 12rem 5rem;
  }

  .divider-btn > span {
    width: 23%;
  }
  .hp-recognized-section .text-box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .recognized-section .content .text-box img {
    margin-top: 0;
    margin-bottom: 7rem;
  }
  .heading-with-arrow {
    display: block;
  }
  .heading-with-arrow .heading-box {
    width: 100%;
    padding-right: 0;
  }
  .circle-arrow {
    width: 7.6rem;
    height: 7.6rem;
  }
  .circle-arrow img {
    max-width: 3rem;
  }
  .arrow-box {
    margin-top: 7rem;
    justify-content: flex-end;
  }
  .our-faculty  .arrow-box {
    margin-top: 10rem;
  }
  .our-excellence .arrow-box {
    margin-top: 0;
  }
  .our-excellence .excellence-arrow-prev {
    margin-left: 0;
  }
  .arrow-box.justify-center {
    justify-content: center;
  }
  .slide-btn .slick-prev,
  .slide-btn .slick-next,
  .bg-blue .slide-btn .slick-prev,
  .bg-blue .slide-btn .slick-next {
    width: 6.5rem;
    height: 6.5rem;
    left: 49rem;
    top: -14rem;
  }

  .slide-btn .slick-next {
    left: 57rem;
  }
  .hp-course-slider.slide-btn .slick-arrow {
    display: none !important;
  }
  h2 br {
    display: none;
  }
  .courses-container.hp-course-slider li.slick-active img {
    filter: none;
  }
  .excellence-slider {
    width: 100%;
    margin-top: 14rem;
  }
  .excellence-slider.slide-btn .slick-next {
    top: -11rem;
  }
  .bim-excellence-slider.slide-btn .slick-prev {
    top: -7.5rem;
  }
  .eligibility-section.promise-achievements .text-box .img-box {
    justify-content: center;
  }
  .excellence-slider .slick-slide {
    margin-right: 0;
  }
  .success-stories .student-story {
    margin-bottom: 4rem;
  }
  .success-stories .student-story > p {
    min-height: 19rem;
  }
  .students-portfolio .scrolling-images .overlay {
    background: linear-gradient(
      180deg,
      #f4f7f8 1.32%,
      rgba(244, 247, 248, 0) 14.5%
    );
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .students-portfolio .scrolling-images .overlay.top {
    top: -1rem;
  }
  .students-portfolio .scrolling-images .overlay.bottom {
    background: linear-gradient(
      360deg,
      #f4f7f8 1.32%,
      rgba(244, 247, 248, 0) 14.5%
    );
    bottom: -1rem;
  }
  .contact-bar .input-field.select,
  .contact-bar .input-field {
    width: 100%;
    margin-bottom: 6rem;
  }
  .job-placement .divider-btn span {
    width: 34%;
  }
  .job-placement .companies-list img {
    width: 14rem;
  }
  .your-guide .guidance-list {
    columns: 1;
  }
  .tab-content-container {
    width: 100%;
  }
  .tab-content-container li.slick-slide,
  .tab-content-container li {
    margin-right: 0;
  }
  .tab-content-container li .img-box img {
    width: 100%;
  }
  .tab-content-container ul li .heading {
    width: 96%;
  }
  .job-placement .content.comm-padding {
    padding-bottom: 30rem;
  }
  .footer .mobile-accordion .footer-links {
    display: none;
  }
  .footer .footer-link-heading {
    padding: 3rem 0;
    border-top: 1px solid #fff;
  }
  .footer .footer-link-heading p {
    margin-bottom: 0;
    color: #fff;
  }
  footer .footer-links {
    padding-bottom: 4rem;
  }
  .footer .mobile-accordion .footer-link-heading::after {
    display: block;
    content: "";
    background: url(../images/footer-accordion-plus.webp) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 3.5rem;
    right: 2rem;
  }
  .footer .mobile-accordion .footer-link-heading.active::after {
    background: url(../images/footer-accordion-minus.webp) no-repeat center;
    background-size: contain;
  }
  .footer .footer-bottom {
    flex-direction: column;
  }
  .footer .footer-bottom p {
    margin: 0.5rem 0;
  }

  /* course detail page */

  .quick-connect-box,
  .hero-banner .quick-connect-box {
    width: 90%;
    left: 3rem;
  }
  .hero-banner .quick-connect-box {
    bottom: -56rem;
  }
  .quick-connect-box .contact-bar .input-field {
    width: 100% !important;
  }
  .course-detail-banner {
    padding-bottom: 55rem;
  }
  .about-course.comm-padding {
    padding-top: 66rem;
  }
  .quick-connect-box .contact-bar {
    border-left: none;
  }
  .about-course .logo-box {
    width: 80%;
    margin: 5rem auto 0;
  }
  .about-course-usps li {
    width: 100%;
    margin-bottom: 8rem;
  }
  .about-course-usps li::before {
    height: 4rem;
  }
  .about-course-usps li .icon-box {
    width: 25%;
  }
  .about-course-usps li .icon-box img {
    width: 100%;
  }
  .eligibility-section .text-box .img-box {
    margin-bottom: 4rem;
    text-align: center;
  }
  .eligibility-section .eligibility-usps li,
  .available-course .courses-container li,
  .available-course .courses-container li .img-box img,
  .our-process .process-usps li,
  .why-us .why-us-usps li {
    width: 100%;
  }
  .available-course .courses-container li {
    margin-right: 0;
  }
  .available-course .courses-container li .img-box {
    margin-bottom: 8rem;
  }
  .courses-container li::after {
    display: none;
  }
  .marquee-text span {
    font-size: 8rem;
  }
  .our-process .btn-box {
    margin-top: 5rem;
  }
  .our-process .process-usps li {
    margin-bottom: 5rem;
  }
  .our-process .process-usps li:last-child {
    border-right: none;
  }
  .dual-certification .certifications li {
    background-position-x: 13% !important;
  }
  .dual-certification .certifications li {
    padding: 8rem 5rem 8rem 19rem;
  }
  .excellence-slider.slide-btn .slick-prev {
    left: unset;
    right: 8rem;
  }
  .excellence-slider.slide-btn .slick-prev {
    top: -7.7rem;
  }
  .excellence-slider.slide-btn .slick-next {
    left: unset;
    right: 0;
  }
  .faculty-member-section .highlights .member-profile-img::after {
    right: 3.7rem;
  }
  .faculty-member-section .highlights h4 {
    margin-bottom: 4rem;
  }
  .our-faculty .member-box-container li {
    margin-right: 0;
  }
  .our-faculty .member-box-container li .img-box img {
    height: 55rem;
  }
  .mobile-slider.slide-btn .slick-prev {
    left: 43rem;
    top: -10.7rem;
  }
  .mobile-slider.slide-btn .slick-next {
    left: 52rem;
    top: -14rem;
  }
  .our-process .process-usps li:last-child:after {
    display: none;
  }
  .our-faculty .member-box-container {
    justify-content: space-between;
  }
  .our-faculty .member-box-container li {
    width: 48%;
  }

  /* BIM page */
  .hero-banner .quick-connect-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .single:not(.postid-557) .eligibility-section,
  .single:not(.postid-529) .eligibility-section {
    padding-top: 66rem;
  }
  .single.postid-557 .eligibility-section,
  .single.postid-529 .eligibility-section {
    padding-top: 13rem;
  }

  .promise-achievements {
    padding-top: 48rem;
  }
  .expectations-from-course .expectation-item,
  .expectations-from-course .panel {
    padding: 0 5rem 0 0;
  }
  .expectations-from-course .expectation-item::after {
    display: none;
  }
  .expectation-item-block.active .expectation-item {
    padding: 15rem 5rem 0 0;
  }
  .expectation-item-block.active .panel {
    padding-left: 0;
  }
  .bim-faculty-slider-wrapper,
  .slider-wrapper {
    width: 94.5%;
  }
  .course-overview .course-module {
    padding: 0 3rem;
  }
  .course-outline .accordion-item {
    padding-top: 7rem;
    padding-left: 0;
  }
  .design-material .title-box {
    margin-bottom: 4rem;
  }
  .success-stories .student-story.slick-slide {
    margin: 0 !important;
  }
  .success-stories .slider-wrapper .student-story.slick-slide {
    margin-right: 3rem !important;
  }
  .our-faculty .member-box-container li.slick-slide {
    margin-right: 0 !important;
  }
  .our-faculty .bim-faculty-members.member-box-container li.slick-slide {
    margin: 0 3rem;
  }
  .bim-job-placement .company-logo-slider-container {
    padding: 6rem 5rem;
  }
  .bim-job-placement .company-logo-slider li {
    width: 47%;
    margin-bottom: 3rem;
  }
  .student-testimonial.slide-btn .slick-next {
    top: -11.5rem;
  }
  .bim-student-testimonial .student-testimonial {
    margin-top: 8rem;
  }
  .student-testimonial .slick-list {
    padding: 0 !important;
  }
  .student-testimonial.slide-btn .slick-prev {
    top: -8rem;
    right: 9rem;
  }
  .bim-job-placement .stat-box .stat:nth-child(3)::before {
    height: 26rem;
    top: -15rem;
    left: 12rem;
  }
  .bim-job-placement .stat-box .stat {
    margin-bottom: 6rem;
  }
  .bim-job-placement .stat-box .stat:last-child::before {
    height: 16rem;
    top: 1rem;
    left: -5rem;
  }
  .bim-job-placement .stat-box .stat::before {
    height: 17rem;
    right: 1rem;
  }

  .bim-job-placement .stat-box .stat:nth-child(2)::before {
    right: 18rem;
    bottom: -16rem;
    height: 24rem;
  }

  /* diploma course detail page */
  .form-container .half-width .input-field {
    width: 100%;
  }
  .diploma-course-detail-banner {
    padding-bottom: 28rem;
  }
  .diploma-course-detail-banner h1 {
    line-height: 1.2;
  }
  .diploma-course-detail-banner .btn {
    margin-top: 10rem;
  }
  .featured-video .play-button img {
    width: 9rem;
  }
  .quick-connect-box .contact-bar {
    margin-top: 5rem;
  }
  .quick-connect-box.full-width {
    padding: 4.5rem 5rem;
  }
  /* contact us page */

  .browse-locations .cards-container li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .browse-locations .cards-container li .overlay {
    padding: 6rem;
  }
  /*======= blog-listing =======*/
  .blog-listing-section .blogs {
    justify-content: space-between;
  }
  .blog-listing-section .blogs li {
    width: 48%;
  }
  .slider-4 {
    width: 100% !important;
  }
  .blog-listing-section .blogs li {
    margin-right: 0;
  }
  .blog-listing-section .blogs li h4 {
    font-size: 2.5rem;
  }
  .blog-listing-section .blogs li .info-box .blog-btn {
    margin-top: 3rem;
  }
  .slider-4 .slick-slide {
    margin-right: 0;
  }
  .blogs-video-slider li.slick-slide {
    margin-right: 4rem;
  }
  .blogs-video-slider .slick-arrow {
    display: none !important;
  }
  /*======= blog-detail =======*/
  .blog-details .content {
    padding-top: 7rem;
  }
  .newsletter {
    padding: 10rem 0;
  }
  .newsletter .inner {
    justify-content: center;
  }
  .newsletter input {
    width: 100%;
  }
  .blog-listing-section.related-blogs .blogs li,
  .faculty-explore-more .cards-container li,
  .faculty-explore-more.browse-courses .cards-container li {
    width: 100%;
    margin-bottom: 5rem;
  }

  /*========= course listing page ===========*/
  .campus-course .stat {
    width: 45% !important;
    border: none !important;
    padding: 3rem !important;
  }
  .campus-listing-course .courses-container li {
    margin-right: 0;
  }
  .campus-listing-course .courses-container .right-side {
    min-height: 500px;
  }
  /* ================= Admission Page ============ */
  .admission-banner .batch-info-box {
    flex-direction: column;
  }
  .admission-banner .batch-advertisement {
    position: static;
    margin-top: 5rem;
  }
  .course-detail-banner.admission-banner {
    padding-bottom: 20rem;
  }
  .m-col-reverse {
    flex-direction: column-reverse;
  }
  .consult-now {
    padding: 9rem 0;
  }
  .consult-now .title-box img {
    margin: 0 auto 4rem;
  }
  .consult-now .social-icon-container {
    margin-top: 2rem;
  }
  .first-step-excellence .form-container .half-width {
    width: 100%;
  }

  /* ------------------------------------------------- */
  /* --------------placement page ------------ */
  /* ------------------------------------------------- */
  .placement-banner .quick-connect-box {
    bottom: -50rem;
  }
  .placement-banner .stat-container .stat-box {
    width: 50% !important;
    margin-right: 0 !important;
    border: none !important;
    margin: 4.5rem 0;
  }
  .placement-banner .stat-container .stat-box:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 6rem;
  }
  .placement-banner .stat-container {
    padding: 2.5rem 7.3rem;
  }

  .placement-board-partners .company-logo-slider li {
    width: 46.5%;
  }
  .placement-board-partners .company-logo-slider li:nth-child(5n + 5) {
    margin-right: 4rem;
  }
  .placement-board-partners .company-logo-slider li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .placement-designation:after,
  .placement-designation::before {
    display: none;
  }
  .placement-designation .left-img-box .img-container:last-child {
    left: 19rem;
    bottom: 17rem;
  }
  .placement-designation .right-img-box .img-container:last-child {
    left: 17rem;
    bottom: 8rem;
  }
  .placement-designation .left-img-box {
    height: 50rem;
  }
  .placement-designation .right-img-box {
    height: 43rem;
  }
  .placement-designation .text-box {
    width: 80%;
    margin: 0 auto;
  }
  .course-awards-list li h6 {
    font-size: 2rem;
  }
  .course-awards-list li p {
    font-size: 1.8rem;
  }

  /* ------------------------------------------------- */
  /* --------------VISIT US Page ------------ */
  /* ------------------------------------------------- */
  .gallery-section .gallery-box {
    grid-template-columns: repeat(17, 1fr);
    grid-template-rows: repeat(14, 16rem);
  }
  .gallery-section .gallery-box .img-box-1 {
    grid-column-end: 18;
    grid-row-end: 3;
  }
  .gallery-section .gallery-box .img-box-2 {
    grid-column-start: 1;
    grid-column-end: 10;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  .gallery-section .gallery-box .img-box-3 {
    grid-column-start: 10;
    grid-column-end: 18;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  .gallery-section .gallery-box .img-box-4 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 10;
    grid-row-end: 13;
  }
  .gallery-section .gallery-box .img-box-7 {
    grid-column-start: 9;
    grid-column-end: 18;
    grid-row-start: 10;
    grid-row-end: 13;
  }
  .gallery-section .gallery-box .img-box-5 {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 6;
    grid-row-end: 8;
  }
  .gallery-section .gallery-box .img-box-6 {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 8;
    grid-row-end: 10;
  }

  .gallery-section .gallery-box .img-box-8 {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 13;
    grid-row-end: 15;
  }
  .body-banner-section.visit-us {
    background-position: 72%;
  }

  /* ------------------------------------------------- */
  /* -------------- Review Listing Page ------------ */
  /* ------------------------------------------------- */

  .great-stories .course-tab-btn {
    margin-top: 3rem;
  }
  .great-stories li,
  .feedback-forms-container .img-box,
  .contact-us-form .input-field {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .contact-us-form {
    padding: 10rem 0;
  }
  .review-testimonials .btn-box {
    justify-content: center;
  }
  .video-testimonials video {
    height: 76rem;
  }
  .review-arrow .circle-arrow {
    position: static;
    width: 7.5rem;
    height: 7.5rem;
  }
  .review-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8rem;
  }
  .circle-arrow,
  .review-arrow .circle-arrow {
    margin: 0 2rem;
  }
  /*-------------------------------------- */
  /* -----------career page ---------- */
  /* ---------------------------------------*/

  .become-member .google-rating .rating-box {
    width: 48%;
  }
  .design-excellence ul li,
  .our-specialities .speciality-list-container li,
  .career-positions .position-list li {
    width: 100%;
    margin-right: 0;
  }
  .become-member .google-rating .rating-box .google-icon {
    margin-right: 0;
  }
  .our-specialities .speciality-list-container li::before {
    height: 4rem;
  }

  /* ----------------------------------- */
  /* --------- About Us Page ----------- */
  /* ----------------------------------- */
  .our-experiences .experiences-usps li {
    width: 100%;
    margin-right: 0;
  }

  .our-experiences .experiences-usps li::after {
    height: 4rem;
  }

  .international-collaboration .stat-box {
    width: 48%;
    padding: 0 6rem;
    margin-bottom: 5rem;
  }

  .expertise-industry-list .cards-container li:first-child .inner {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }

  .expertise-industry-list .cards-container li:first-child .inner .text-box {
    width: 100%;
  }

  .expertise-industry-list .cards-container li:first-child .inner img {
    width: 3rem;
  }

  .top-industry.comm-padding {
    padding-bottom: 13rem;
  }

  .about-contact-us .our-contacts .form-section {
    padding: 0 5rem;
  }
  /* ----------------------------------- */
  /* --------- FAQ Page ----------- */
  /* ----------------------------------- */
  .faq-container .side-bar .inner {
    position: static;
  }
  /* ----------------------------------- */
  /* --------- Awards Page ----------- */
  /* ----------------------------------- */
  .our-achievements .images-container {
    display: flex;
  }

  .our-achievements .images-container .img-box {
    width: 47%;
    margin-top: 0 !important;
  }

  .our-achievements .content .text-box {
    margin-top: 6rem;
  }

  .our-achievements .content .img-box::before {
    display: none;
  }

  .our-awards .award-box {
    width: 50% !important;
    border: 0;
  }

  .our-awards .award-box:nth-child(2n + 1) {
    padding-left: 0;
    border-right: 1px solid #b0b0b0;
  }

  .our-awards .award-box:nth-child(2n + 2) {
    padding-right: 0;
  }

  .our-awards .award-box:last-child {
    border-right: 0;
  }

  .media-highlights .media-mentions-container li {
    width: 100%;
    margin-right: 0;
  }
  /* ----------------------------------- */
  /* --------- Life At AAA Page ----------- */
  /* ----------------------------------- */
  .leadership-opportunities .leadership-cards-slider li .img-box img {
    height: 45rem;
    object-fit: cover;
  }
  .leadership-opportunities .leadership-cards-slider li .inner {
    width: 100%;
    padding-bottom: 5rem;
  }
  .leadership-cards-slider .slick-dots {
    bottom: 3rem;
  }
  /* ----------------------------------- */
  /* --------- Payment Page ----------- */
  /* ----------------------------------- */
  .payment-system .payment-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .vlp-advantages .divider-btn > span,
  .our-process .divider-btn > span {
    width: 20%;
  }
  .start-course-journey.course-overview .right-side > div {
    padding-bottom: 0;
  }
  .faculty.marquee-text {
    width: 110%;
  }
  .footer-top-section ul {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -1rem;
  }
  .expertise-industry-list .cards-container li:first-child {
    min-height: 45rem;
  }
  .expertise-industry-list .cards-container li .img-box {
    height: 100%;
  }
  .expertise-industry-list .cards-container li img {
    height: 100%;
    object-fit: cover;
  }
  .our-excellence .heading-box p {
    text-align: start;
  }
  .best-of-industries .text-box .industry-experts li {
    margin-bottom: 7rem;
  }
  .about-bim.featured-video-section .start-course-journey {
    flex-direction: column-reverse;
  }
  .about-bim .start-course-journey .right-side .video-box {
    max-height: unset;
  }
  /* Apply Now Popup Form */
  .apply-now-popup .input-box.half-width {
    width: 100%;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 1.55vw !important;
  }
  h1 {
    font-size: 7rem;
  }
  p {
    font-size: 2.2rem;
  }
  .heading-box br {
    display: none;
  }
  .design-material .heading-box br {
    display: block;
  }
  .sm-block {
    display: block;
  }
  .video-banner-section .desktop-video {
    display: none;
  }
  .video-banner-section .mobile-video {
    display: block;
  }
  .video-banner-section video {
    height: 750px;
    max-height: 100vh;
    min-height: 90vh;
  }
  .banner-content-box {
    padding-top: 24rem;
  }
  .banner-animation {
    animation: home-bg-animation linear 70s infinite;
  }
  .blog-listing-section .blogs li,
  .our-faculty .member-box-container li {
    width: 100%;
  }
  .job-placement .flex-box.mt-4 {
    justify-content: space-between;
  }
  .job-placement .stats {
    width: 48%;
    display: block;
  }
  .job-placement .stats p {
    width: 100%;
    margin-left: 0;
  }
  .design-material .title-box h2 {
    font-size: 8rem;
  }
  .expectations-from-course .expectation-item h4,
  .accordion-item h4 {
    font-size: 2.9rem;
  }

  /* Country Code */
  .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 19px !important;
  }
  .intl-tel-input .country-list .country-name,
  .intl-tel-input .country-list .country .dial-code {
    font-size: 2.3rem !important;
    line-height: 1.3 !important;
  }
  /* Popup Box */
  .popup-content-wrapper {
    padding: 6rem 3rem 3rem 3rem;
  }
  .popup-content {
    padding-bottom: 3rem;
    max-height: calc(90vh - 9rem);
  }
  .review-page-popup .popup-content-wrapper {
    width: 95%;
  }
  .body-banner-section .btn img {
    margin-left: 3rem;
  }
  /* Mobile FLoating Buttons */
  .footer {
    padding-bottom: 60px;
  }
  .mobile-call-buttons {
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -5px;
  }
  .mobile-call-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 1.5rem;
    font-size: 15px;
    width: 50%;
    color: #fff;
    background-color: #000000;
  }
  .mobile-call-buttons a:nth-child(2) {
    background-color: #1a1a1a;
  }
  .mobile-call-buttons a img {
    max-width: 17px;
    max-height: 17px;
    object-fit: contain;
    display: inline-block;
    margin-right: 8px;
  }
}

@keyframes home-bg-animation {
  0% {
    background-position: 34% 100%;
  }
  50% {
    background-position: 98% 100%;
  }
  100% {
    background-position: 34% 100%;
  }
}
