@media(min-width:1400px)
{
}
@media (min-width:992px) {
     /* Main menu*/
    .main-menu>ul .link {
        transform: none !important;
    }

    .main-menu {
        clip-path: none !important;
        width: auto !important;
    }
    /* Main menu ends*/
}

@media (max-width:1400px) {
   .main-menu ul {
        gap: 49px;
    }

}
@media (max-width:1300px) {
        .main-menu ul {
        gap: 25px;
    }
    }
@media (max-width:1200px) {

/* 
.highlights-box-container::before
{
    width: 100%;
    border-radius: 0;
} */

/* Main menu*/
    .main-menu>ul {
        gap: 23px;
    }

    .main-menu ul li a {
    }
    .main-menu ul li a {
        font-size: 13px;
    }
    .admission-button {
        margin-top: 15px;
    }
    /* Main menu ends*/
    header.sticky.sticky-active .logo {
        width: 153px;
    }
    
}

@media (max-width:992px) {
    .hz-m-c2 {
    order: 1; /* move center block first */
  }

  .hz-m-c1 {
    order: 2; /* move left block second */
  }

  .hz-m-c3 {
    order: 3; /* right block stays last */
  }
    .hz-m-c1 {
    flex: 0;
}
.hz-m-c3 {
    justify-content: flex-end;
}
.mob-menu-link
{
    display: block;
}
    .hz-m-c3 .main-menu
    {
        display: none;
    }
/*Header items*/
    .main-menu ul .link {
        transform: none !important;
    }


    .main-menu>ul {
        gap: 17px;
        padding: 0 30px;
        height: 100vh;
        overflow-y: scroll;
        display: block;
        overflow-x: hidden;
        width: 100%;
        padding-bottom: 100px;
    }

    .nav-button {
        display: block;
    }

    nav {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--color-primary);
        transform: translate3d(-100%, 0, 0);
        height: 100vh;
        overflow-y: scroll;
        /* Enable vertical scrolling */
        overflow-x: hidden;
        /* Hide horizontal scrolling if not needed */
        /* Smooth scrolling for iOS */
        padding-top: 80px;
        z-index: 99999;
    }

    nav>ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        /* align-content: center; */
        /* align-items: center; */
        position: fixed;
        list-style: none;

        li {
            margin-bottom: 10px;
            visibility: hidden;
        }
    }

    .main-menu>ul li a,
    header.sticky.sticky-active .main-menu>li a {
        color: #FFF;
        padding: 7px 0;
        font-size: 16px;
    }

    header.sticky.sticky-active .main-menu ul li a {
        padding: 7px 0;
        color: #ffffff;
    }

    header.sticky.sticky-active .has-sub-menu .sub-menu li a {
        padding: 12px 13px;
    }

    .has-sub-menu .sub-menu {
        position: inherit;
        background: no-repeat;
        width: 100%;
    }

    .has-sub-menu .sub-menu>li {
        visibility: inherit;
    }

    .has-sub-menu .sub-menu>li>a {
        color: #FFF;

    }

    .sub-menu.active {
        visibility: inherit;
        ;
    }

    .menu-button {
        display: block;
    }

    .main-menu>ul {
        transform: translate(0px, 0px);
        padding-bottom: 200px;
    }

    .skew {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .header-top-row {
        display: none;
    }

    header.sticky .main-logo img {
        width: 130px;
    }

    header.sticky.sticky-active .logo {
        width: 130px;
    }
     header.sticky.sticky-active  .hz69-menu {
    padding: 0px 0;
}

    header.sticky .menu-button svg {
    fill: #000;
    }
    header.sticky .main-menu .menu-button svg {
    fill: #ffffff;
    }
    header.sticky {
        /* -webkit-transform: translateY(0%); */
        /* transform: translateY(0%); */
        /* position: fixed; */
    }
    .menu-side-button
    {
        display: none;
    }
    /*Header items ends*/


.logo {
    width: 159px;
    margin: 11px 0;
}
header.sticky.sticky-active .logo.dark{
}

.swiper-title {
    top: 32%;
    padding: 0 0 0 10px;
    width: 90%;
}
.swiper-title h2 {
    font-size: 6vw;
}
.swiper-title p {
    font-size: 15px;
    width: 65%;
}
.btn-s1 svg {
    width: 13px;
}
.btn-s1 span {
    width: 30px;
    height: 30px;
}
.icon-box-s1 h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    min-height: 50px;
}
.icon-box-s1 svg {
    margin-bottom: 10px;
}
footer
{
    padding: 40px 0;
}
.footer-base-links {
            justify-content: center;
}
.footer-bg-logo
{
    right: -10px;
    bottom: -60px;
    width: 270px;
    height: 270px;
}
.caption-xl-style-1 {
    font-size: 40px;
}
.quick-links
{
    margin-bottom: 20px;
}

  .icon-box-s1-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-box-s1 {
    border: none; /* reset all borders first */
  }

  /* Add right border to 1st and 3rd (left column) */
  .icon-box-s1:nth-child(1),
  .icon-box-s1:nth-child(3) {
    border-right: 1px dashed #f5796c;
    padding: 10px 12px;
  }

  /* Add bottom border to 1st and 2nd (top row) */
  .icon-box-s1:nth-child(1),
  .icon-box-s1:nth-child(2) {
    border-bottom: 1px dashed #f5796c;
    padding: 10px 12px;
  }
    .vision-bx {
    padding: 0 0 0;
}
  .vision-bx img {
    position: inherit;
    margin: 20px 0 20px;
    width: 70px;
}
    .vision-section {
    padding: 30px 0;
}
.innerpage {
    padding: 50px 0;
}
}


