:root{
    --theme-color: #fa282e;
    --theme-color-1: #fff;
    --theme-light: #00ace54f;
    --theme-extra: #0873ba;
}
#stickyHeader.slideUp{
    background-color: var(--theme-color-1) !important;
}
footer:before{
    background-color: var(--theme-color) !important;
}
.hero-section:before{
    background-color: var(--theme-light) !important;
}
.batton,.discount-offer:before,.pricing-plans-data:before,.pricing-plans-data.two i,
.client-reviews i,.location:before,.get-a-quote:before, .swal-modal:before, .myModal{
    background-color: var(--theme-color) !important;
}
form.get-a-quote i{
    background-color: var(--theme-light);
}
form.get-a-quote i svg{
    fill: var(--theme-color);
}
.address i:before{
    background-color: var(--theme-light);
}
.book-free{
    border-bottom: 7px solid var(--theme-color-1);
}
.swal-modal{
    background-color: var(--theme-color-1);
}
.swal-title,
.swal-text{
    color: var(--theme-color);
}

select{
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
}
.foot{
  background-color: var(--theme-color-1);
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 0;
}
/* 
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 64px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
} */