@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
.mob-d-none {
  display: block;
  top: 84px;
}
span.stay-block {
  display: inline-block;
}
p.align-center {
  text-align: center;
}
.mob-display {
  display: none;
}
.test {
  background-color: #8a8a8b;
}
a:hover {
  text-decoration: none;
}
.bg-white {
  background-color: #ffffff;
}
a.showMapInfo img {
  cursor: pointer;
}
.center-lg-70 {
  margin: 0 auto;
  max-width: 70%;
}
.minh-20 {
  min-height: 20px;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999999;
}
.sticky.first-row {
  top: 65px;
  z-index: 99999;
}
.sticky .logo-container {
  top: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue';
}
h1.black-text,
h2.black-text,
h3.black-text,
h4.black-text,
h5.black-text,
h6.black-text {
  color: #211e1e;
  font-family: Roboto;
  font-size: 24px;
}
p {
  font-family: Roboto;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.35;
}
p .p-big {
  font-size: 27px;
}
p.brown-text {
  color: #907647;
}
p.gray-text {
  color: #7f7f7f;
}
p.bold-text {
  font-weight: bold;
}
p.black-text {
  color: #211e1e;
}
p.align-left {
  text-align: left;
}
p.map-overlay-info {
  max-width: 400px;
  padding-right: 20px;
}
a {
  text-decoration: none;
}
a.brown-text {
  color: #907647;
}
header {
  z-index: 111111;
  position: relative;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container {
  left: 40%;
  top: 20px;
}
.logo-container .logo {
  width: 286px;
  height: 56px;
}
.mw-1164 {
  max-width: 1164px;
  margin: 0 auto;
}
.first-row {
  background-color: #ffffff;
  height: 75px;
  position: relative;
  z-index: 10000;
}
.first-row h1 {
  font-family: 'Bebas Neue';
  font-size: 30px;
  display: inline-flex;
  padding: 27px 0 26px 0px;
  position: relative;
  top: 5px;
}
.first-row h1 a {
  color: #8a8a8b;
}
.first-row .nav {
  height: 60px;
  padding: 27px 0;
  margin-top: -32px;
}
.first-row .nav li {
  line-height: 40px;
}
.first-row .nav li a.nav-link {
  font-weight: 600 !important;
  font-size: 17px !important;
  color: #c4a263;
}
.first-row .nav li a.nav-link:hover {
  color: #907647;
}
.first-row .nav li:last-child a.nav-link {
  padding-right: 0;
}
.first-row .nav .dropdown-menu {
  min-width: 50px;
  border-radius: 0;
}
.first-row .brown2-bg {
  margin-top: 10px;
  padding: 10px 0 !important;
}
.first-row .brown2-bg p {
  padding-top: 4px;
  margin-bottom: 0;
  line-height: 26px;
}
.first-row .brown2-bg img {
  max-height: 20px;
  margin-top: -5px;
}
.brown-bg {
  background-color: #c4a263;
}
.brown2-bg {
  background-color: #907647;
}
.white-bg {
  background-color: #ffffff;
}
.solid-bg {
  background-color: #fff3dd;
}
.navbar-toggler {
  top: -62px;
  position: absolute;
  border: none !important;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  background: url('../image/icons/hamburger_menu.svg') no-repeat;
  width: 31px;
  height: 31px;
}
footer {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
}
footer h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
footer ul {
  list-style-type: none;
  padding-left: 14px;
}
footer ul li a {
  font-family: Roboto;
  font-size: 17px;
  line-height: 2.06;
  letter-spacing: 0.18px;
  color: #ffffff;
}
footer ul li a:hover {
  text-decoration: none;
  color: #8a8a8b;
}
footer .first-menu a {
  font-weight: bold;
}
footer .col-3 {
  flex: 0 0 23%;
  max-width: 23%;
}
footer .col-3:nth-child(3) {
  padding-left: 34px;
}
footer .col-3:nth-child(4) {
  flex: 0 0 24%;
  max-width: 24%;
  margin-lefT: 82px;
}
footer .footer-last-column {
  padding: 47px 28px 28px 27px;
  background-color: #907647;
}
footer .footer-last-column h3 {
  font-family: 'Bebas Neue';
  font-size: 30px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
}
footer .footer-last-column p {
  font-family: Roboto;
  font-size: 17px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
}
footer .footer-last-column p span {
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
}
footer .footer-last-column:hover {
  background: #ffffff;
}
footer .footer-last-column:hover h3,
footer .footer-last-column:hover p,
footer .footer-last-column:hover p span {
  color: #907647;
  text-decoration: none !important;
}
footer .row .col-2 a {
  margin-left: 15px;
}
footer .social {
  padding-left: 62px;
}
footer .social li {
  padding: 16px;
}
footer p {
  color: #ffffff;
}
footer .subscribe-container {
  height: 95px;
}
footer .subscribe-container .subscribe {
  padding: 22px 0;
}
footer .subscribe-container .subscribe h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 29px;
  line-height: 3rem;
  margin: 0.2rem 0;
}
footer .subscribe-container .subscribe input[type='text'] {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 21px;
  letter-spacing: 0.25px;
  color: #a0a0a0;
  max-width: 197px;
  width: 100%;
  height: 50px;
  padding: 12px 13px;
}
footer .subscribe-container .subscribe input[type='submit'] {
  border-radius: 8px;
  background-color: #c4a263;
  font-family: Roboto;
  font-size: 19px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 11px 34px;
  border: none;
  outline: none;
}
footer .subscribe-container .subscribe .col-4 {
  flex: 0 0 28%;
  max-width: 28%;
}
footer .subscribe-container .subscribe .col-2 {
  flex: 0 0 18%;
  max-width: 18%;
}
.search-form label,
.common-form label {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.61px;
  color: #ffffff;
  margin-bottom: 7px;
}
.search-form .form-control,
.common-form .form-control {
  height: 50px;
  border-radius: 0;
  letter-spacing: 0.25px;
  color: #a0a0a0;
  font-family: Roboto;
  font-size: 21px;
  border: none;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.search-form .form-group,
.common-form .form-group {
  margin-bottom: 0.2rem;
}
.search-form .select-style,
.common-form .select-style {
  position: relative;
}
.search-form .opten-updated-info,
.common-form .opten-updated-info {
  margin-top: -18px;
}
.search-form .opten-updated-info p,
.common-form .opten-updated-info p {
  color: #645231;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.search-form .btn.btn-primary,
.common-form .btn.btn-primary {
  height: 50px;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #907647;
  text-transform: uppercase;
}
.search-form .btn.btn-primary:focus,
.common-form .btn.btn-primary:focus,
.search-form .btn.btn-primary:active,
.common-form .btn.btn-primary:active,
.search-form .btn.btn-primary:hover,
.common-form .btn.btn-primary:hover {
  background: #907647;
  color: #ffffff;
  border: none;
}
.search-form .btn.btn-primary .fa-search:before,
.common-form .btn.btn-primary .fa-search:before {
  position: absolute;
  left: 80px;
  top: -40px;
  font-size: 17px;
}
.search-form button.btn-success,
.common-form button.btn-success {
  height: 50px;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 21px;
  letter-spacing: 0.25px;
  color: #8a8a8b;
  border: none;
  border-radius: 0;
  text-align: left;
}
.search-form button.btn-success:focus,
.common-form button.btn-success:focus,
.search-form button.btn-success:active,
.common-form button.btn-success:active,
.search-form button.btn-success:hover,
.common-form button.btn-success:hover {
  background: #907647;
  color: #ffffff;
  border: none;
}
.search-form {
  min-height: 266px;
  padding: 30px 0 40px 0;
}
.search-form label {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.61px;
  color: #ffffff;
  margin-bottom: 7px;
}
.search-form .form-control {
  width: 260px;
  height: 50px;
  border-radius: 0;
  letter-spacing: 0.25px;
  color: #a0a0a0;
  font-family: Roboto;
  font-size: 21px;
  border: none;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.search-form .form-group {
  margin-bottom: 0.2rem;
}
.search-form .form-group .custom-select2 {
  font-family: 'Roboto';
  text-transform: uppercase;
}
.search-form .form-group .custom-select2 button {
  font-family: 'Roboto';
  text-transform: uppercase;
  color: #a0a0a0;
  background: #ffffff;
  border-radius: 0;
  text-align: left;
  padding: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 50px;
  background-image: url(../image/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 9px top 19px;
}
.search-form .form-group .custom-select2 button:after {
  display: none;
}
.search-form .form-group .custom-select2 .custom-select2__dropdown {
  position: absolute;
  margin-top: 4px;
  padding: 10px 5px;
  width: auto;
  min-width: 40vw;
  top: 100%;
  height: fit-content;
  overflow: visible;
}
.search-form .form-group .custom-select2 .custom-select2__dropdown button {
  margin-bottom: 7px;
  height: auto;
  text-wrap: wrap;
}
.search-form .form-group .custom-select2 .custom-select2__dropdown button .custom-select2__option {
  padding-left: 2px;
}
.search-form .form-group .custom-select2 .custom-select2__dropdown button:hover {
  background-color: #e0e0e0;
}
.search-form .select-style {
  position: relative;
  z-index: 1;
}
.search-form .btn.btn-primary {
  width: 260px;
  height: 50px;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #907647;
  text-transform: uppercase;
  margin-top: -80px;
  padding: 0 0 0 30px;
}
.search-form .btn.btn-primary:focus,
.search-form .btn.btn-primary:active,
.search-form .btn.btn-primary:hover {
  background: #907647;
  color: #ffffff;
  border: none;
}
.search-form .btn.btn-primary .fa-search:before {
  position: absolute;
  left: 80px;
  top: -40px;
  font-size: 17px;
}
.search-form button.btn-success {
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 21px;
  letter-spacing: 0.25px;
  color: #8a8a8b;
  border: none;
  border-radius: 0;
  text-align: left;
}
.search-form button.btn-success:focus,
.search-form button.btn-success:active,
.search-form button.btn-success:hover {
  background: #907647;
  color: #ffffff;
  border: none;
}
.heatmap-button-container {
  right: 30px;
  top: 30px;
}
.btn-light {
  width: 180px;
  height: 50px;
  text-align: center;
  color: #907647;
  font-family: Roboto;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  padding: 10px 60px;
}
.btn-light:before {
  content: url('../image/icons/heat_map.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
}
#map {
  width: 100%;
  max-height: 880px;
  height: 800px;
}
.display-block-mobile {
  display: none;
}
#result-panel {
  display: none;
  height: 800px;
  /*overflow-x: hidden;*/
  overflow-y: auto;
  background: transparent;
}
.result-side {
  max-width: 50%;
  padding: 0 0 27px;
  /*box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 50%;
}
.result-side > div:not(.hide-button) {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.result-side label {
  color: #211e1e;
  font-size: 17px;
  font-family: Roboto;
}
.result-side .select-style {
  position: relative;
  z-index: 1;
}
.result-side .order-select {
  color: #211e1e;
  width: 231px;
  height: 38px;
  background-color: #ffffff;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: Roboto;
  padding: 0 10px;
}
.result-side .result {
  border-bottom: solid 1px #e1e5e3;
}
.result-side .second-panel {
  display: none;
}
.result-side .second-panel .result-detail-company-logo {
  max-width: 80%;
  max-height: 60px;
  padding-top: 20px;
}
.result-side .icons {
  max-height: 30px;
  max-width: 25px;
  padding: 6px 5px;
  width: 26px;
}
.hide-button {
  display: none;
}
.hide-button img {
  width: 33px;
  height: 100px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  transition: left 260ms linear;
}
.hide-button.opened {
  display: block;
}
.hide-button.opened img {
  left: 50%;
}
.hide-button.closed {
  display: block;
}
.hide-button.closed img {
  left: 0%;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
  footer .container {
    max-width: 1180px;
  }
  .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    background: #907647;
  }
}
@media (max-width: 1920px) {
  .mob-d-none {
    display: block;
    top: 63px;
  }
  .first-row {
    height: 65px;
  }
  .first-row h1 {
    padding: 12px 0 13px 0;
  }
  .first-row .logo-container {
    top: 10px;
  }
  .first-row nav {
    margin-top: 0px;
  }
  #map {
    height: 600px;
  }
  #result-panel {
    height: 600px;
  }
  #result-panel {
    max-width: 40%;
    width: 40%;
  }
  #result-panel .order-select {
    width: 220px;
    background-image: url(../image/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 9px top 13px;
    cursor: pointer;
  }
  #result-panel .icons {
    max-height: 25px;
    max-width: 25px;
    padding: 4px 5px;
    width: 25px;
  }
  #result-panel p {
    margin-bottom: 0rem;
  }
  #result-panel p.brown-text {
    line-height: 1.1;
  }
  #result-panel p a.brown-text {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
  }
  #result-panel p a.brown-text.inherit-size {
    font-size: inherit;
  }
  #result-panel label {
    font-size: 14px;
  }
  #result-panel .select-style:after {
    left: 258px;
  }
  .hide-button.opened img {
    left: 40%;
  }
  .search-form {
    min-height: 200px;
    padding: 0;
  }
  .search-form.search-bar-large {
    min-height: 229px;
    padding: 0;
  }
  .search-form.search-bar-xxl {
    min-height: 254px;
    padding: 0;
  }
  .search-form .form-control {
    height: 30px;
    font-size: 17px;
    width: 100%;
  }
  .search-form button.btn-success {
    height: 30px;
    font-size: 17px;
    width: 100%;
  }
  .search-form .btn {
    padding: 0 10px;
  }
  .search-form .btn.btn-primary {
    height: 30px;
    margin-top: -56px;
    font-size: 17px;
  }
  .search-form .btn.btn-primary .fa-search:before {
    top: -28px;
  }
  .search-form .select-style:after {
    top: 32px;
    right: 10px;
  }
  .search-form .form-group {
    margin-bottom: 0.2rem;
  }
  .search-form .form-group .custom-select2 {
    font-family: 'Roboto';
    text-transform: uppercase;
  }
  .search-form .form-group .custom-select2 button {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #a0a0a0;
    background: #ffffff;
    border-radius: 0;
    text-align: left;
    padding: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 30px;
    background-image: url(../image/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 9px top 8px;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown {
    position: absolute;
    margin-top: 4px;
    padding: 10px 5px;
    width: auto;
    min-width: 40vw;
    top: 100%;
    height: fit-content;
    overflow: visible;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown button {
    margin-bottom: 7px;
    height: auto;
    text-wrap: wrap;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown button .custom-select2__option {
    padding-left: 2px;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown button:hover {
    background-color: #e0e0e0;
  }
  footer .subscribe-container {
    height: 85px;
  }
  footer .subscribe-container .subscribe input[type='text'] {
    height: 30px;
    margin: 8px 0;
  }
  footer .subscribe-container .subscribe input[type='submit'] {
    padding: 4px 34px;
    margin: 4px 0;
  }
}
@media (max-width: 1439px) {
  .first-row h1 {
    font-size: 23px;
  }
  .first-row .nav li a.nav-link {
    padding: 0.5rem;
  }
  footer .col-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  footer .subscribe-container .subscribe h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .mw-1164 {
    max-width: 100%;
  }
  .first-row .logo-container {
    left: 35%;
    top: 16px;
  }
  .search-form .form-control,
  .search-form button.btn-success,
  .search-form .btn.btn-primary {
    width: 100%;
  }
  .search-form .form-control .fa-search:before,
  .search-form button.btn-success .fa-search:before,
  .search-form .btn.btn-primary .fa-search:before {
    left: 55px !important;
  }
  .search-form .select-style {
    z-index: 1;
  }
  .search-form .select-style:after {
    top: 34px;
    right: 14px;
    z-index: 0;
  }
  #result-panel .select-style {
    margin-left: 30px;
  }
  #result-panel .select-style:after {
    left: 160px;
    top: 40px;
  }
  .logo-container {
    left: 37%;
    top: 58px;
  }
  .logo-container .logo {
    width: 250px;
    height: 49px;
  }
  #result-panel .solid-bg .col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #result-panel .solid-bg .col-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1040px) {
  #result-panel .pagination {
    display: none;
  }
}
@media (max-width: 996px) {
  .mob-d-none {
    display: none;
  }
  .mob-display {
    display: block;
  }
  .first-row .logo-container {
    display: none;
  }
  .center-lg-70 {
    margin: 0 auto;
    max-width: 100%;
  }
  .logo-container {
    left: 50%;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-collapse {
    background: #ffffff;
  }
  .navbar .navbar-collapse.show,
  .navbar .navbar-collapse.collapsing {
    margin-left: -83px;
    margin-right: -63px;
  }
  .navbar .navbar-collapse.show ul.nav,
  .navbar .navbar-collapse.collapsing ul.nav {
    background: #ffffff;
    height: auto;
    margin-right: 0px !important;
    margin-top: -20px;
  }
  .navbar .navbar-collapse.show ul.nav li,
  .navbar .navbar-collapse.collapsing ul.nav li {
    display: block;
    width: 100%;
    padding-left: 80px;
  }
  .navbar .navbar-collapse.show .dropdown.show,
  .navbar .navbar-collapse.collapsing .dropdown.show,
  .navbar .navbar-collapse.show .dropdown-menu.show,
  .navbar .navbar-collapse.collapsing .dropdown-menu.show {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    border: none;
  }
  .search-form {
    margin: 0 auto;
    min-height: 673px;
  }
  .search-form .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-form .form-control,
  .search-form button.btn-success,
  .search-form .btn.btn-primary {
    width: 300px;
    height: 50px;
  }
  .search-form .opten-updated-info {
    margin-top: 0px;
  }
  .search-form .btn.btn-primary {
    margin-top: 20px;
  }
  .search-form .fa-search:before {
    left: 100px;
    top: 35px !important;
  }
  .search-form button.btn-success {
    display: block;
  }
  .search-form .select-style:after {
    top: 44px;
  }
  .search-form .form-group .custom-select2 {
    font-family: 'Roboto';
    text-transform: uppercase;
  }
  .search-form .form-group .custom-select2 button {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #a0a0a0;
    background: #ffffff;
    border-radius: 0;
    text-align: left;
    padding: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 300px;
    height: 50px;
    background-image: url(../image/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 9px top 19px;
  }
  .search-form .form-group .custom-select2 button:after {
    display: none;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown {
    position: absolute;
    margin-top: 4px;
    top: 48px;
    padding: 10px 5px;
    width: 100%;
    height: fit-content;
    max-height: 50vh;
    overflow: scroll;
    min-width: unset;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown button {
    margin-bottom: 7px;
    height: auto;
  }
  .search-form .form-group .custom-select2 .custom-select2__dropdown button .custom-select2__option {
    padding-left: 2px;
  }
  footer {
    display: block;
  }
  footer .col-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  footer .col-3:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .col-2,
  footer .col-6,
  footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer p.text-right {
    text-align: center !important;
  }
  footer .subscribe-container {
    height: 340px;
  }
  footer .subscribe-container .subscribe h2 {
    font-size: 31px;
  }
  footer .subscribe-container .subscribe .col-4,
  footer .subscribe-container .subscribe .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  footer .subscribe-container .subscribe input[type='text'] {
    min-width: 300px;
    height: 50px;
    margin: 5px 0;
  }
  footer .subscribe-container .subscribe input[type='submit'] {
    margin: 12px 0;
    height: 50px;
  }
  footer .col-3:nth-child(4) {
    margin-left: 0;
  }
  #result-panel .solid-bg .col-5 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  #result-panel .solid-bg .col-7 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .display-desktop {
    display: none;
  }
  .display-block-mobile {
    display: block;
  }
  .logo-container {
    left: 42%;
    top: 10px;
  }
  .first-row {
    height: 59px;
  }
  .first-row .mobile-headline {
    height: 59px;
    overflow: hidden;
  }
  .first-row h1 {
    font-size: 18px;
    padding: 15px 0 26px 20px;
  }
  .first-row .navbar-toggler {
    top: -45px;
  }
  .first-row .dropdown-menu {
    padding: 0 66px;
  }
  .btn-light {
    width: 300px;
  }
  .btn-light:before {
    left: 70px;
  }
  .search-form {
    min-height: 620px;
  }
  .search-form .btn.btn-primary {
    font-size: 19px;
  }
  #result-panel {
    position: relative;
    max-width: 100% !important;
    width: 100%;
    top: 0;
    float: none !important;
    height: auto !important;
    box-shadow: none;
  }
  #result-panel .block-mobile {
    display: block;
    min-height: 40px;
    white-space: nowrap;
  }
  #result-panel .block-mobile .pl-5 {
    padding-left: 24px !important;
  }
  #result-panel .solid-bg .pagination {
    display: none;
  }
  #result-panel .pagination {
    display: flex;
  }
  #result-panel .col-4,
  #result-panel .col-8,
  #result-panel .col-5,
  #result-panel .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #result-panel .col-1 {
    display: none;
  }
  #result-panel .float-right {
    float: none;
  }
  #result-panel .select-style {
    margin-bottom: 30px;
    margin-left: 0;
  }
  #result-panel .select-style:after {
    left: 325px;
    top: 38px;
  }
  #result-panel .select-style .order-select {
    width: 92%;
    display: block;
  }
  #map {
    max-width: 100%;
    height: 400px;
    max-height: 400px;
    position: relative !important;
    float: none !important;
    width: 100% !important;
  }
  .hide-button {
    display: none !important;
  }
  ul.nav li {
    padding-left: 30px;
  }
  .image-side-mobile {
    display: inline-block;
    width: 80%;
  }
  .mt--34-mobile {
    margin-top: -34px;
  }
  footer .col-3:nth-child(2) {
    display: none;
  }
  footer ul li a {
    font-size: 15px;
  }
  footer .show {
    margin: 0 !important;
  }
  footer .show .dropdown-menu.show {
    min-width: 220px;
    left: -44px !important;
  }
  footer .btn-secondary,
  footer .btn-secondary:not(:disabled):not(.disabled).active,
  footer .btn-secondary:not(:disabled):not(.disabled):active,
  footer .show > .btn-secondary.dropdown-toggle,
  footer .btn-secondary:focus {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
  }
  footer .dropdown-menu {
    border-radius: 0px !important;
    max-width: 140px;
  }
  footer .dropdown-item {
    line-break: auto;
  }
  footer .social {
    padding-left: 0;
  }
  footer .social li {
    padding: 16px 6px;
  }
  #map_overlay {
    z-index: 999;
  }
  #map_overlay .col-3 {
    display: none;
  }
  .modal-dialog {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .logo-container {
    display: none;
  }
}
@media (max-width: 380px) {
  #result-panel .select-style {
    margin-bottom: 30px;
  }
  #result-panel .select-style:after {
    left: 205px;
    top: 40px;
  }
}
.modal {
  z-index: 99999;
}
.modal .modal-content {
  background: #fff3dd;
  z-index: 99999;
  /* Styling Checkbox Starts */
  /* For Ripple Effect */
}
.modal .modal-content #map_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.modal .modal-content label {
  font-family: Roboto;
  font-size: 17px;
  color: #211e1e;
}
.modal .modal-content p {
  color: #211e1e;
}
.modal .modal-content .checkbox-label {
  display: inline-block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
  background: #ffffff;
}
.modal .modal-content .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.modal .modal-content .checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: solid 1px rgba(196, 162, 99, 0.5);
}
.modal .modal-content .checkbox-label input:checked ~ .checkbox-custom {
  background-color: #ffffff;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: solid 1px rgba(196, 162, 99, 0.5);
}
.modal .modal-content .checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border: solid 1px #907647;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.modal .modal-content .checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #907647;
  border-width: 0 3px 3px 0;
  background-color: #ffffff;
  border-radius: 0;
}
.modal .modal-content .checkbox-label .checkbox-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border: 2px solid #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.modal .modal-content .checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: 0px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.modal .modal-content .region {
  height: 24px;
  width: 100%;
  margin: 5px 0;
  display: table;
}
.modal .modal-content .region .input-title {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -4px;
}
.modal .modal-content .btn.btn-default {
  width: 306px;
  height: 50px;
  border-radius: 8px;
  background-color: #c4a263;
  color: #ffffff;
  font-family: Roboto;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.modal .modal-content .buttons {
  text-align: right;
}
.modal .modal-content .buttons .btn.btn-default {
  width: auto;
  height: auto;
}
@media (max-width: 1366px) {
  #map_container {
    width: 600px !important;
    max-width: 100%;
    margin: 0 auto;
  }
  #map_container .region {
    line-height: 1;
  }
}
@media (max-width: 996px) {
  .modal .col-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.loginBox {
  padding: 50px 0;
  max-width: 400px;
  margin: 0 auto;
}
.custom-ad-modal {
  background: rgba(0, 0, 0, 0.5);
}
.custom-ad-modal .modal-dialog {
  max-width: 90%;
  max-height: 90%;
  margin-top: 120px;
}
.custom-ad-modal .modal-content {
  background: transparent;
  border: none;
  text-align: center;
}
.custom-ad-modal .modal-content p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.custom-ad-modal .modal-content .banner-container img {
  max-width: 100%;
  max-height: 100%;
}
.custom-ad-modal .modal-content .banner-container .youtube-player-container {
  max-width: 90%;
  position: relative;
  margin: 0 auto;
  width: 600px;
}
.custom-ad-modal .modal-content .banner-container .youtube-player-container .youtube-player {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.custom-ad-modal .modal-content .banner-container .youtube-player-container .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.custom-ad-modal .modal-content .ad-progress {
  max-width: 80%;
  width: 360px;
  height: 17px;
  padding: 1px;
  margin: 44px auto 9px auto;
  border: solid 1px #ffffff;
  position: relative;
}
.custom-ad-modal .modal-content .ad-progress .ad-progress-inner {
  background: #ffffff;
  height: 13px;
  width: 0px;
}
.custom-ad-modal .modal-content .ad-progress .ad-progress-number {
  position: absolute;
  top: 100%;
  padding-top: 15px;
  left: 0;
  width: 100%;
}
.pagination .page-item {
  font-size: 12px;
}
.pagination .page-item.active .page-link {
  background: #907647;
  color: #ffffff;
}
.pagination .page-item .page-link {
  border-color: #907647;
  color: #907647;
  background-color: #fff3dd;
  padding: 4px 6px;
}
@media (max-width: 1280px) {
  .pagination .page-item .page-link {
    padding: 0.25rem 0.5rem;
  }
}
.map-street-view {
  max-width: 90%;
  margin: 10px auto;
  height: 0;
  padding-bottom: 56.25%;
}
.multiselect-checkboxes .dropdown-toggle {
  position: relative;
  height: 50px;
  background: #ffffff;
  border-radius: 0;
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #a0a0a0;
}
@media (max-width: 1920px) {
  .multiselect-checkboxes .dropdown-toggle {
    height: 30px;
  }
}
@media (max-width: 996px) {
  .multiselect-checkboxes .dropdown-toggle {
    height: 50px;
    width: 300px;
  }
}
.multiselect-checkboxes .dropdown-toggle.big-data {
  line-height: 15px;
  font-size: 13px;
  word-wrap: normal;
  white-space: normal;
}
.multiselect-checkboxes .dropdown-toggle::after {
  width: 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  position: absolute;
  top: 0px;
  right: 8px;
  content: url('../image/select-arrow.svg');
}
@media (max-width: 1920px) {
  .multiselect-checkboxes .dropdown-toggle::after {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 996px) {
  .multiselect-checkboxes .dropdown-toggle::after {
    height: 50px;
    line-height: 50px;
  }
}
.multiselect-checkboxes .dropdown-menu {
  width: 100%;
  padding: 10px 5px;
}
.multiselect-checkboxes .dropdown-menu label {
  color: #a0a0a0;
}
.tooltip {
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background-color: #907647;
}
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #907647;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #907647;
}
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #907647;
}
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #907647;
}
/*# sourceMappingURL=index.css.map */