.btn-call-fixed {
    bottom: 30px;
    right: auto;
    left: 20px;
  z-index: 999;
}

@media (max-width: 768px) {
  .btn-call-fixed {
    bottom: 170px;
    right: 30px;
    left: auto;
    width: auto;
  }
  .btn-call-fixed .text-wrap {
  	display:none;
  }
  .btn-call-fixed .icon-wrap i.fa, .btn-call-fixed .icon-wrap i.icon {
    height: 50px;
    width: 50px;
  }
}
#js-box-advanced-search {
      margin-bottom: 30px;
}
.js-box-advanced-search {
    margin-top: -50px;
    z-index: 999;
    position: relative;
}
.flat-tab-form .tab-content {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active, .flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover {
    background-color: #088301;
    color: #ffffff;
}