@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
body {
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #01aef0;
}

.common-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub-heading-two {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn {
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  padding: 6px 26px;
  -webkit-transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
  transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
}

.btn:hover {
  background-color: #a78b0d;
  color: #000000;
}

.button-style-one {
  background-color: #e3c438;
  color: #000000;
  font-weight: 500;
  -webkit-transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
  transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
}

.button-style-one:hover {
  background-color: #a78b0d;
  color: #000000;
}

.button-style-two {
  background-color: #fff;
  border: 1px solid #e3c438;
  -webkit-transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
  transition: border-color 0.8s ease 0s, background-color 0.8s ease 0s;
  color: #000000;
}

.button-style-two:hover {
  background-color: #a78b0d;
  color: #000000;
}

a {
  color: inherit;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  position: relative;
}

.link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.v-middle {
  vertical-align: middle;
}

.tag {
  position: relative;
}

.tag::after {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: solid 52px rgba(1, 174, 240, 0.8);
  border-right: solid 15px transparent;
}

.slick-prev, .slick-next {
  z-index: 9;
}

.slick-prev::before, .slick-next::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z'/%3E%3C/svg%3E");
  -webkit-box-shadow: 1px 3px 30px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 3px 30px 0px rgba(0, 0, 0, 0.17);
  content: "\f104";
  height: 34px;
  width: 25px;
  opacity: 1;
  font-size: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/%3E%3C/svg%3E");
}

.slick-dots {
  bottom: -50px;
  z-index: 9;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button:before {
  content: '';
  background-color: #cccccc;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.slick-dots li.slick-active button:before {
  background-color: #01aef0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  .common-heading {
    font-size: 34px;
  }
  .sub-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .sub-heading-two {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .btn {
    font-size: 14px;
    height: 34px;
    padding: 6px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .common-heading {
    font-size: 26px;
  }
  .sub-heading {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .sub-heading-two {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .btn {
    font-size: 14px;
    height: 34px;
    padding: 6px 16px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .common-heading {
    font-size: 20px;
  }
  .sub-heading {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .sub-heading-two {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .btn {
    font-size: 13px;
    height: 30px;
    padding: 5px 12px;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 18px;
  }
}

/* Fading animation */
.fades {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

#listing-page .left {
  width: 280px;
  padding-right: 40px;
  float: left;
}

#listing-page .left > .model {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
  padding: 0 15px;
  margin: 0 0 20px;
}

#listing-page .left > .model > .left-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  margin: 0 -15px;
}

#listing-page .left > .model .common {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 15px;
  width: 100%;
}

#listing-page .left > .model .common:last-child {
  border-bottom: 0;
}

#listing-page .left > .model .common > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#listing-page .left > .model .common > .head label {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}

#listing-page .left > .model .common > .head .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#listing-page .left > .model .common > .head .btns a {
  font-size: 13px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}

#listing-page .left > .model .common > .head .btns a.clear {
  margin: 0 6px 0 0;
  color: #e3c438;
  font-weight: 500;
}

#listing-page .left > .model .common > .head .btns a.toggle:after {
  cursor: pointer;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\e5ce";
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#listing-page .left > .model .common > .head .btns a.toggle.collapsed:after {
  content: "\e5cf";
}

#listing-page .left > .model .common .collapse {
  padding: 10px 0 0;
}

#listing-page .left > .model .common .collapse .form-group {
  margin: 0 0 10px;
}

#listing-page .left > .model .common .collapse .form-group .form-control {
  background-color: #f6f6f6;
  height: 50px;
  border: 1px solid #cccccc;
  font-size: 13px;
  border-radius: 0;
  padding: 10px 10px 10px 38px;
}

#listing-page .left > .model .common .collapse .form-group .form-control-feedback {
  position: absolute;
  top: 8px;
  left: 10px;
  line-height: 40px;
  color: #e3c438;
}

#listing-page .left > .model .common .checkbox {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px;
  width: 100% !important;
}

#listing-page .left > .model .common .checkbox input {
  background-color: #f6f6f6;
}

#listing-page .left > .model .common .checkbox input, #listing-page .left > .model .common .checkbox svg {
  border-radius: 0;
}

#listing-page .left > .model .common .checkbox svg {
  stroke: #e3c438;
}

#listing-page .left > .model .common .checkbox i {
  color: #e3c438;
  font-style: initial;
  font-weight: 500;
}

#listing-page .left > .model .common .view-all {
  font-size: 13px;
  font-weight: 500;
  color: #01aef0;
  line-height: 18px;
  padding: 2px 2px 0;
  text-decoration: underline;
}

#listing-page #view-all-1 .modal-content {
  border-radius: 0;
  border: 0;
}

#listing-page #view-all-1 .modal-content .modal-header {
  background: #f5fbfa;
  border: 0;
  padding: 10px 15px;
}

#listing-page #view-all-1 .modal-content .modal-header h4 {
  font-size: 16px;
}

#listing-page .near-me a {
  font-size: 14px;
  font-weight: 500;
}

#listing-page .near-me a span {
  color: #01aef0;
  margin-right: 6px;
}

@media (max-width: 767px) {
  #listing-page #panel {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: right .35s linear;
    transition: right .35s linear;
    background-color: #eeeeee;
  }
  #listing-page #panel.slide {
    right: 0;
    width: 90%;
  }
  #listing-page .left {
    width: 90%;
    margin: 0;
  }
  #listing-page .left > .model {
    margin: 0;
  }
  #listing-page .left .panel-head {
    padding: 10px 15px;
  }
  #listing-page .left .panel-head .close span {
    position: absolute;
    right: 8px;
    top: 7px;
  }
  #listing-page .left .panel-head a {
    position: absolute;
    right: 39px;
    top: 8px;
  }
  #listing-page .left > .model > .common .checkbox {
    font-size: 12px;
    color: #444444;
    line-height: 16px;
    margin: 0 0 6px;
    float: none;
    width: 100% !important;
  }
  #mobileFilter {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
  }
  #mobileFilter .right p {
    border-left: 1px solid #cccccc;
  }
  #mobileFilter P {
    margin-bottom: 0;
    font-size: 16px;
  }
  #mobileFilter P.btn {
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mobileFilter .dropdown-menu > li > a {
    border-bottom: 1px solid #ececec;
    font-size: 11px;
    color: #bab8b8;
  }
  #mobileFilter.lastchild {
    border-bottom: 0px solid #ececec;
  }
  .sort-by-detail {
    -webkit-box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 30px 8px rgba(0, 0, 0, 0.07);
    position: fixed;
    bottom: 40px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    padding: 20px 10px;
    bottom: -100%;
    -webkit-transition: bottom .25s linear;
    transition: bottom .25s linear;
  }
  .sort-by-detail.slide {
    bottom: 40px;
  }
  .closeftr > .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition: 2s;
    transition: 2s;
    background: rgba(0, 0, 0, 0.4);
  }
}
/*# sourceMappingURL=filter.css.map */