@media only screen and (max-width: 600px) {
  .vr_menu {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    height: 0px;
    /* visibility: hidden; */
    opacity: 0;
    transition: all 0.1s ease;
  }

  .vr_menu_show {
    /* visibility: visible; */
    height: 100%;
    opacity: 1;
  }

  .vr_menu li {
    border: 1px solid #065593;
    padding: 10px;
    width: 80%;
    margin-top: 10px;
    border-radius: 10px;
    background: #065593;
    font-weight: 600;
  }

  .v_iframe_wrapper {
    height: 50vh;
  }

  .v_menu_link {
    color: #ffffff;
    transition: all 0.2s ease-in;
  }

  .v_menu_link:hover {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    /* transform: translateX(10px); */
  }

  .vr_hide {
    display: none;
  }

  .vr_w100 {
    width: 100%;
  }

  .v_menu_mobile {
    display: block;
    color: #ffffff;
    font-size: 45px;
    text-align: center;
  }

  .v_institute_name {
    font-size: 6.5vw;
  }

  .v_institute_sologn {
    font-size: 3vw;
  }

  .vr_why_hitech_img {
    width: 100%;
  }


  .v_why_hitech_text {
    font-size: 25px;
    text-align: center;
  }

  .vr_mt-1 {
    margin-top: 10px;
  }

  .v_moving_new_admission {
    width: 6%;
  }




  /* ========================= Footer =========================== */
  .v_footer_address {
    font-size: 14px;
    color: #90d3f3;
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .v_menu_mobile {
    display: none;
  }

  .v_menu_link {
    color: #065593;
    margin-right: 27px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 19px;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
  }

  .v_menu_link:hover {
    color: #e91e63;
    text-decoration: none;
    box-shadow: 0px 10px 15px #e91e6378;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .v_menu_mobile {
    display: none;
  }

  .v_menu_link {
    color: #065593;
    margin-right: 27px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 19px;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
  }

  .v_menu_link:hover {
    color: #e91e63;
    text-decoration: none;
    box-shadow: 0px 10px 15px #e91e6378;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .v_menu_mobile {
    display: none;
  }

  .v_menu_link {
    color: #065593;
    margin-right: 27px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 19px;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
  }

  .v_menu_link:hover {
    color: #e91e63;
    text-decoration: none;
    box-shadow: 0px 10px 15px #e91e6378;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
  }

  .v_footer_address {
    font-weight: 600;
    width: 60%;
    color: #90d3f3;
  }
}

/* 
// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */