/* General styles */

@media (max-width: 768px) {
  .col-md-7 {
    margin-left: 0px;
  }
}


@media (max-width: 768px) {
  .slider_section .box {
    margin-bottom: 50px;
  }
}


@media (max-width: 768px) {
  .card {
    margin-bottom: 50px; /* Adjusted margin-bottom for responsiveness */
  }
}

/* Default styles for larger screens */
.c-responsive-margin-top {
  margin-top: -115px;
}

/* Styles for smaller screens */
@media (max-width: 768px) {
  .c-responsive-margin-top {
      margin-top: 0; /* Adjust this value as needed for smaller screens */
  }
}




@media (max-width: 992px) {
  .slider_section .slider_form {
    width: 100%;
    max-width: 550px;
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .slider_section .carousel-indicators {
    justify-content: center;
  }

  .news_section .news_container {
    flex-direction: column;
  }

  .news_section .news_container .box:nth-child(2) {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .contact_section .contact_form {
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 475px;
  }

  .why_section .why_container {
    padding: 0;
  }

  .info_section .box {
    width: 100%;
  }

  .footer_section p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about_section .detail-box {
    padding: 0;
    margin-bottom: 45px;
  }

  .about_section .detail-box::before {
    right: -5px;
  }

  .about_section .img-box {
    padding: 45px 0;
  }

  .service_section .service_container .box:nth-child(2) {
    margin: 45px 0;
  }

  .service_section .service_container {
    flex-direction: column;
  }

  .contact_section .img-box {
    padding-left: 0px;
    margin-top: 35px;
  }

  .app_section .detail-box {
    margin-bottom: 35px;
  }

  .info_section .info_links ul {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .why_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why_section .box .img-box {
    margin-bottom: 25px;
    margin-left: 15%;
  }
}

@media (max-width: 360px) {
  .app_section .detail-box .btn-box {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

