
/* Header Responsive */
@media (max-width: 768px) {
  .top_header .top_header_left
  {
    display: none !important;
  }
  .top_header .top_header_right
  {
    display: none !important;
  }
  .w-50 {
    width: 100% !important;
}
  .main_header .main_header_left img {
    width: 68px !important;
    display: block !important;
  }
  .main_header {
    padding: 10px 20px;
    background-color: white;
    display: flex;
    height: 10vh;
    justify-content: space-between;
    align-items: center;
  }

  /* Hero section */
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 568px;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(1, 53, 125, 0.427)), url(https://img.freepik.com/premium-photo/happy-students-different-nationalities-best-friends-multiracial-concept_916191-217163.jpg?w=996);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
.chooseus .pr-100
{
  padding:10px;
}
.chooseus  .position-relative 
{
  display: none;
}
  /* About section */
  .about_us .about_heading h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: start !important;
  }
  .about_us .about_heading p {
    font-size: 16px;
    line-height: 28px;
    text-align: start !important;
  }
.card
{
  margin-bottom: 20px;
}
  /* Dream section css */
  .dream_home h2 {
    font-size: 30px;
  }

  /* Follow us section */
  .follow_us .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  /* Footer section css */
  .footer .form-group input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
  }
  .footer ul 
  {
    margin: 0;
    padding: 0;
  }
  h5 {
    font-size: 1rem;
  }
  .h2, h2 {
    font-size: calc(1.325rem + .9vw);
  }
  img
  {
      margin-bottom:10px !important;
  }
}
.swiper-pagination {
  margin-top: 20px; /* Adjust the value as needed */
}
