@media (max-width: 1120px) {
  .hero_area::before {
    width: 79%;
  }
}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .hero_area::before {
    width: 79%;
  }

  .pricingTable .pricingTable-signup a{
    font-size: 14px;
  }
  .pricingTable .price-value .amount{
    font-size: 16px;
  }

  .why_section .box .img-box{
    min-width: 60px;
    min-height: 60px;
  }

  
  .email-box{
    margin-bottom: 30px;
  } 

  .why_section .image-column .image-2 img, .why_section .image-column .image-1 img {
    width: 285px;
}

  .second-sec .box .img-box img{
    left: 0;
  }

  .slider_section .slider_form {
    width: 100%;
    max-width: 550px;
    margin-top: 45px;
    margin-bottom: 75px;
  }

  .slider_section .carousel-indicators {
    left: 0;
    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%;
  }
  .navbar-toggler{
    display: none;
  }

  .navbar-brand{
    position: absolute;
    left: 50%;
  }
  .logo-div img {
    width: 50%;
}
}

@media (max-width: 991px) {

  .hero_area::before {
    width: 82%;
  }
}

@media (max-width: 820px) {

  .hero_area::before {
    width: 87%;
  }
}

@media (max-width: 767px) {

  
    .hero_area::before {
      display: none;
    }

    .navbar-brand {
      left: 40%;
    }

    .first-sec{
      order: 2;
    }

    .wsecond-sec{
      margin-top: 20%;
    }

    .why_section .image-column .inner-column:before{
      left: 5%;
    }

    .why_section .image-column .image-1{
      left: 15%;
    }



    .layout_padding {
      padding: 50px 0;
  }
}


  @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: 25px;
    margin-top: 35px;
  }

  .app_section .detail-box {
    margin-bottom: 35px;
  }

  .info_section .info_links ul {
    flex-direction: column;
    align-items: center;
  }

 


}

@media only screen and (min-width: 576px) and (max-width: 767px)  {
    .why_section .image-column .image-2 img, .why_section .image-column .image-1 img{
      width: 345px;
    }
}

@media (max-width: 576px) {
  .news_section .news_container {
    padding: 0;
  }

  .wsecond-sec {
    /* margin-top: 20%; */
    margin-top: 0px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .why_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why_section .box .img-box {
    margin: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 360px) {
  .app_section .detail-box .btn-box {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}