@media only screen and (max-width: 767px) {
.ml-150 {
    margin-left: 0 !important;
  }
  .top-bar-inner {
    justify-content: center;
  }
  .top-right {
    display: none;
  }
  .top-bar .top-left li {
    padding: 5px ;
    text-align: center;
  }
  .top-bar .top-left li:first-child {
    border: none;
  }
  /* ! PRICE CALCULATOR */
  .price-calculator {
    flex-direction: column;
  }
  .left-side-calculation {
    width: 100%;
  } 
  .right-side-calculation {
    width: 100%;
  }
  .mail-pop-up {
    width: 80% !important;
  }
}
@media only screen and (max-width: 500px) {

.calculator-bg {
padding: 20px 15px;
}
.resp-padding-0 {
  padding: 0 !important;
}
}