/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.pr-0{
	padding-right: 0px !important;
}
.call-for-quote-outer {
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}
form.minimal label{
  margin-bottom: 1px;
}

form.minimal .form-group{
  margin-bottom: 10px;
}
.has-error-border {
  border: 1px solid red !important;
}
@media only screen and (max-width: 600px) {
  .top-bar {
    display: none;
  }

  .sticky-wrapper {
      height: 70px !important;
  }
}