
@media screen and (min-width: 320px) and (max-width: 767px) {
  .logo_main img {
    width: 140px;
}
.navs_main{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 9;
}
.navs_main ul{
    padding: 0;
    list-style: none;
    display: block;
    color: #1070bc;
    font-size: 18px;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
}
.navs_main.active{
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease-in-out;
}
#menuToggle
{
  display: block;
  position: relative;
  position: relative;
  top: 1.7rem;
  right: 0rem;
  z-index: 999;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-11px, -19px);
  background: #5face1;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, 9px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

.globel_alumni_item, .placement_item, .year_expe_item{
    display: none;
}
.banner{
    background-image: url(../images/new-banner-mob.png);
    background-size: contain;
}
.banner_counter{
  display: none;
}
.contact_btn_main button {
    padding: 0.5rem 1rem;
}
.banner_title h1 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 2rem;
}
.enq_frm {
  margin: 20rem 0rem 2rem 0rem;
  background-color: #ffffff;
  backdrop-filter: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.137);
}
.enq_frm h6{
    color: #000;
    font-size: 20px;
}
.grecaptcha-badge{
  opacity: 1 !important;
}

.recognition {
    margin-top: 17rem;
}
.play_btn {
  top: 10rem;
  right: 27px !important;
  left: 0;
  text-align: end;
  position: absolute;
}
.play_btn img{
  width: 8rem;
}
.year_expe_item {
  top: 8rem;
  left: 12rem;
}
.ftr_bg ul{
  justify-content: flex-start;
  margin: 2rem 0rem;
}
.testmonial_main h5 {
  text-align: left;
}
.navs_main ul a {
  color: #268ecd;
  text-decoration: none;
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 93%;
  left: 0;
  top: 12rem;
  background-color: #fff;
  margin-left: 7px;
}

.dropdown {
  display: block;
}

.dropdown-content {
  position: static;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
}

.dropdown-content a {
  padding: 5px 0;
  border-bottom: none;
}

.dropdown:hover .dropdown-content {
  display: none;
}

.dropdown.show .dropdown-content {
  display: block;
  text-align: center;
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo_main img {
    width: 140px;
}
.navs_main{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}
.navs_main ul{
    padding: 0;
    list-style: none;
    display: block;
    color: #1070bc;
    font-size: 18px;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
}
.navs_main.active{
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease-in-out;
}
#menuToggle
{
  display: block;
  position: relative;
  top: 0.5rem;
  right: 0rem;
  z-index: 999;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-11px, -19px);
  background: #5face1;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, 9px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

/* .globel_alumni_item, .placement_item, .year_expe_item, .play_btn{
    display: none;
} */
.contact_btn_main button {
    padding: 0.5rem 1rem;
}
.banner_title h1 {
  font-size: 3rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0rem;
}
.enq_frm {
  margin: 2rem 0rem;
}
.navs_main ul a {
  color: #268ecd;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: none;
}

.dropdown.show .dropdown-content {
  display: block;
}

}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  #menuToggle{
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
#menuToggle{
  display: none;
}
}