.menu_dropdown_cont {
  /* border: 2px solid red; */
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  display: grid;
  justify-content: center;
  /* align-items: top; */
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  position: sticky;
  top: 80px;
  z-index: 100;
  /* padding-bottom: 10px; */
}
.menu {
  /* border: 2px solid green; */
  height: 100%;
  width: 100% !important;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
}
.sign_btn_cont_mq {
  display: none;
  /* justify-content: flex-end; */
}

@media screen and (max-width: 910px) {
  .footer_wrapper {
    width: 90%;
  }
  .unlist_ft {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
}

@media screen and (max-width: 830px) {
  .menu_dropdown_cont {
    top: 76px;
  }
  .menu_wrapper {
    width: 88%;
    gap: 16px;
  }
  .unlist,
  .sign_btn_cont {
    display: none;
  }
  .ham {
    display: inline-flex;
    flex: 0 0 auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sign_btn_cont_mq {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .unlist_mq {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .none {
    display: list-item;
  }
  .unlist_ft {
    display: flex;
  }
  .drop {
    height: auto;
    overflow: visible;
    padding: 20px 0 24px;
  }
  .menu {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    padding: 0 24px;
  }
  .unlist_mq li {
    margin: 0;
  }
  .unlist_mq a,
  .main_lk1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    font-size: 18px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .course_list2 {
    width: 100%;
  }
  .course_list2 .caret_icon {
    margin-left: 4px;
  }
  .header_list {
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
    width: min(280px, 86vw);
  }
  .sign_btn_cont_mq .sign_btn {
    width: 120px;
    height: 48px;
    font-size: 17px;
  }
}

@media screen and (max-width: 430px) {
  .logo_container img {
    width: 58px;
  }
  .logo_name {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    height: 380px;
    align-items: center;
  }
  .footer_wrapper {
    width: 95%;
    height: 90%;
  }
  .footer_content {
    flex-wrap: wrap;
    width: 100%;
    min-height: 88%;
    height: auto;
    justify-content: center;
    gap: 26px;
  }
  .logo_info {
    margin: 0 10px;
    /* height: 45%; */
    height: 26%;
  }
  .unlist_ft {
    margin: 18px 10px;
    display: flex;
    width: auto;
    gap: 18px 26px;
  }
  .contact_info {
    margin: 15px 10px;
    width: 100%;
    text-align: center;
    /* height: 90px; */
    height: 77px;
    margin-top: 14px;
  }
  .contact_info p {
    font-size: 25px;
  }
  .socials {
    margin-top: 10px;
    justify-content: space-evenly;
  }
  .icon {
    font-size: 35px;
  }
}

@media screen and (max-width: 570px) {
  footer {
    height: 600px;
  }
  .footer_content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .logo_info {
    width: 100%;
    align-items: center;
    margin: unset;
  }
  .unlist_ft {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 20px 0 10px 0;
    /* height: 300px; */
    height: auto;
    gap: 16px;
  }
  .unlist_ft li,
  .unlist_mq li {
    margin: 0;
  }
  .contact_info {
    margin: unset;
  }
  .footer_comments {
    text-align: center;
    margin-top: 20px;
  }
  .footer_wrapper {
    justify-content: space-evenly;
    margin-bottom: unset;
  }
  .contact_info p {
    font-size: 22px;
  }
  .icon {
    font-size: 30px;
  }
}

@media screen and (max-width: 830px) {
  .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 570px) {
  .gallery_head_text {
    font-size: 28px;
  }
  .gallery_grid {
    grid-template-columns: 1fr;
  }
  .gallery_wrapper {
    padding: 1rem 6vw 3rem;
  }
}
