@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .service_section{
    background-attachment: fixed;
  }
  .service_section::before{
    background-attachment: fixed !important;
  }

  .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) {
  .ml-20{
    margin-left: 0px;
    line-height: normal;
  }
  
  .slider_section .detail_box {
    text-align: center;
  }

  .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: justify;
  }
}

@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: 515px) {
  .img-box > .carousel-img {
    width: 100% !important;
    height: 300px !important;
  }
}

@media (max-width: 420px) {

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    right: 0;
  }
}

@media (max-width: 280px) {
  .navbar-brand span{
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1024px) {
  .whats-app-icon-div {
    right: 15px !important;
    bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .whats-app-icon-div {
    right: 12px !important;
    bottom: 12px !important;
  }
}

@media screen and(min-width:481) and (max-width: 767px) {
  .whats-app-icon-div {
    right: 8px !important;
    bottom: 8px !important;
  }

  .whats-app-icon {
    width: 7.7vh !important;
  }

}

@media screen and (max-width: 415px) {

  .whats-app-icon {
    width: 7.4vh !important;
  }

}


@media screen and (max-width: 300px) {
  .whats-app-icon {
    width: 7.1vh !important;
  }
}