@media (max-width: 1188px) {
  .blog_section .box .detail-box {
    padding: 25px 25px 15px;
    height: 180px;
  }
}

@media (max-width: 992px) {

  .hero_area {
    height: auto;
  }

  .header_section {
    padding-top: 10px;
  }

  #navbarSupportedContent {
    margin-top: 25px;
  }

  .slider_section {

    padding-top: 75px;
    padding-bottom: 150px;

  }

  .about_section .img-box {
    margin: 0 5%;
  }

  .about_section .detail-box {
    margin-right: 5%;
  }

  .service_section .service_container .box {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .about_section .img_container .img-box.b2 {
    margin-top: -5%;
  }

}

@media (max-width: 768px) {


  body {
    font-size: 12px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  .navbar-brand img {
    width: 130px;
    margin-left: 24px;
  }

  .responsive_none {
    display: none
  }

  .about_section .detail-box {
    margin: 0 24px;
  }

  .about_section .img_container {
    display: none
  }

  .heading_container {
   text-align: left;
  }

  .layout_padding {
    padding: 50px 0;
  }

  .blog_section .box .img-box {
    position: relative;
    max-width: 150px;
  }
  .blog_section .box .img-box img {
    width: 150px;
}

  .blog_section .box {
    display: flex
  }

  .blog_section .box .detail-box {
    padding: 25px 25px 15px;
    height: 150px;
  }

  .about_section .detail-box a {
    margin: 0;
  }

  .service_section .service_container {
    padding: 0;
  }

  footer {
    padding: 80px 0 40px;
  }

  .slider_section .detail_box {
    text-align: left;
    margin: 0 24px;
  }

  .slider_section .img_content {
    margin-top: 55px;
  }

  .contact_section .map_container {
    margin-top: 45px;
  }

  .info_section .info_contact a {
    margin-bottom: 15px;
  }

  .info_section .info_social {
    justify-content: center;
  }

  .service_section .service_container .box {
    flex-basis: 98%;
  }

  .contact_section form {
    padding-right: 0;
  }

  .info_section .info_contact a {
    text-align: center;
  }

  .contact {
    margin-right: 0px;
    justify-content: center;
  }

  .address {
    justify-content: center;
    text-align: center
  }

  .map {
    display: none;
  }

  .content_contact {
    justify-content: center;
  }

  .midias {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about_section .img_container .img-box.b1 {
    width: 80%;
  }

  .about_section .img_container .img-box.b2 {
    width: 55%;
  }

  .info_section .info_form form {
    flex-direction: column;
  }

  .info_section .info_form form input {
    width: 100%;
  }

  .info_section .info_form form button {
    margin-top: 15px;
    padding: 10px 40px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    right: 0;
  }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .blog_section .box .detail-box {
    padding: 25px 25px 15px;
    height: 190px;
  }
}