/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_img {
    /* width: 530px; */

    width: auto;
    top: 0px;

  }
}
/* Responsive */

@media only screen and (max-width: 1450px) {
} /*  (max-width: 1450px) */

@media only screen and (max-width: 1260px) {
  .feature_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
  }
  .feature_box a.blue_btn {
    margin-top: auto;
  }
} /*  (max-width: 1260px) */

@media only screen and (max-width: 1100px) {
  .hero_img {
    /* width: 500px; */
    width: auto;
    top: 0px;
  }

  section.hero_area {
    min-height: 610px;
  }

  .feature_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
  }

  .feature_box a.blue_btn {
    margin-top: auto;
  }
} /*  (max-width: 1100px) */

@media only screen and (max-width: 1199px) {
} /* (max-width: 1199px) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_area{
    padding-top: 0px;
    margin-top:0px;
  }

  .mobile-brack-line{
    display: block;
  }
  .desktop-brack-line{
    display: none;
  }



  .hero_continer{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero_content h1,p{
    margin-top: 0px;
    text-align: center;

    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
  }

  .hero_img{
    position: unset;
    display: block;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
} /*  (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 991px) {
} /*and (max-width: 991px)*/

@media only screen and (min-width: 426px) and (max-width: 767px) {
} /* (min-width: 426px) and (max-width: 767px) */

@media only screen and (max-width: 767px) {
  .hero_img {
    position: unset;
    display: block;
    margin: 0 auto;
    /* width: 226px; */
    width: auto;

    height: 273px;
    margin-top: 54px;
    max-width: 100%;
  }



  .hero_content h1 br {
    display: none;
  }

  .mobile-brack-line{
    display: block;
  }
  .desktop-brack-line{
    display: none;
  }


  .hero_content h1 {
    margin: 0px 0px 25px 0px;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
  }

  .hero_content {
    text-align: center;
  }



  .hero_content p{
    font-size: 16px;
  }

  section.hero_area {
    min-height: unset;
    padding-bottom: 33px;
    padding-top: 25px;
  }

  body,
  .feature_top,
  p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
  }

  .feature_top {
    text-align: center;
  }

  .feature_box {
    padding: 10px 10px;
    /* width: 90%; */
    /* margin: 0 auto; */
  }

  .feature_box h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .feature_box {
    padding: 50px 30px;
    margin: 0px 10px;
  }

  .blue_btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .feature_box ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer_brand {
    text-align: center;
    padding: 20px 0;
  }

  ul.foot_contact li {
    display: block;
    text-align: center;
  }

  ul.foot_contact {
    padding: 0;
  }

  ul.foot_contact li {
    margin: 0 0 30px 0;
  }

  .contact_us {
    padding: 8px 23px;
    font-size: 14px;
    line-height: 140%;
  }

  a.logo img {
    display: block;
    width: 190px;
    height: 26px;
  }

  .header_content {
    align-items: center;
  }

  .sidebar_container1,
  .sidebar_container {
    width: 100%;
    padding: 90px 30px 25px 30px;
    max-width: 480px;
  }

  .form_content {
    width: 100%;
  }

  .close_side {
    right: 30px;
    top: 40px;
  }

  .form_content h2 {
    font-size: 28px;
  }

  .form_content h2 br {
    display: none;
  }

  .form_content p {
    font-size: 18px;
  }

  .inpCol input,
  .inpCol textarea {
    padding: 12px 18px;
  }

  .inpCol textarea {
    min-height: 80px;
  }

  .footer_brand a img {
    display: block;
    margin: 0 auto;
  }

  .tanksMessage h3 {
    font-size: 28px;
  }

  .tanksMessage h3 br {
    display: none;
  }

  p.aleart_mess {
    font-size: 16px;
  }
} /* and (max-width: 767px) */

@media only screen and (max-width: 575px) {
} /* (max-width: 575px) */

@media only screen and (min-width: 320px) and (max-width: 425px) {
} /*  (min-width: 320px) and (max-width: 425px) */

@media only screen and (max-width: 480px) {
} /* (max-width: 480px) */

@media only screen and (max-width: 360px) {
} /* (max-width: 360px)  */
