/* SMALL SCREEN  */
@media (min-width: 640px) {
  .hide_addr {
    display: block !important;
  }
  .footer_contain {
    flex-direction: row !important;
  }
  .footer_left {
    width: 40% !important;
  }
  .univ_img_container {
    width: 70% !important;
  }
  .univ_img_container .univ_carousel-image {
    width: 230px !important;
  }
  .australia_page_left {
    width: 360px !important;
    padding: 0 1rem !important;
  }
  .australia_page_left {
    display: block !important;
  }
  .top_universities_card {
    flex-direction: column !important;
  }
}

/* MIDDIUM SCREEN  */
@media (min-width: 768px) {
  .middleHome {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .homeBanner {
    flex-direction: row !important;
  }
  .rightHomeBanner img {
    width: 240px !important;
  }
  .leftHomeBanner {
    width: 460px;
  }
  .sopBodyLeft {
    display: block !important;
  }
  .home_services_cardWrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .homeBanner {
    align-items: start !important;
  }
  /* .channel_partner_right_img_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  } */
  .channel_partner_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .contact_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .univ_img_container {
    width: 49.99% !important;
  }
  .home_universities_content_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .home_why_falcon_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .middleHomeCard {
    height: 21rem !important;
    padding: 0.8rem !important;
  }
  .australia_page_left {
    width: 330px !important;
  }
  .top_universities_card {
    flex-direction: row !important;
  }
  .australia_page_right_overview_img {
    width: 280px !important;
    height: 180px !important;
  }
  .overview_para_wrapper {
    flex-direction: row !important;
  }
  .gre_banner {
    justify-content: space-around !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    gap: 0.5rem !important;
  }
  .gre_right_conten_wrapper {
    gap: 2.5rem !important;
  }
  .gre_main_content_wrapper{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* LARGE SCREEN  */
@media (min-width: 1024px) {
  /* NAVBAR=========
    ==================  */
  .hideNavLinks {
    display: block !important;
  }
  .menuBtn {
    display: none !important;
  }
  #navLinkId {
    display: none;
  }
  .sopRightCardWrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* .channel_partner_right_img_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  } */
  .middleHomeCard {
    height: 15rem !important;
    padding: 1.5rem !important;
  }
  .univ_img_container {
    width: 32.88% !important;
  }
  .home_why_falcon_wrapper {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .australia_page_left {
    width: 300px !important;
  }
  .top_universities_card {
    width: 70% !important;
  }
  .australia_page_right_overview_img {
    width: 290px !important;
    height: 205px !important;
  }
  .menu {
    flex-direction: row !important;
  }
  .channel_partner_title {
    font-size: 24px !important;
  }
}
/* EXTRA-LARGE SCREEN  */
@media (min-width: 1280px) {
  /* .channel_partner_right_img_wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  } */
  .home_services_cardWrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .australia_page_left {
    width: 280px !important;
  }
  .australia_page_right_overview_img {
    width: 260px !important;
    height: 205px !important;
  }
}
