.image-bg {
    background-size: cover !important;
    background-position: center !important;
  }
  .image-cover {
    background-size: cover !important;
    background-position: center !important;
  }
  .hero-banner {
    padding: 3em 0 3em;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    min-height: 660px !important;
    height: auto !important;
  }
  .hero-search-wrap {
    position: relative;
    background: #f8faff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
  }
  .hero-search-wrap.light {
    position: relative;
    background: #ffffff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
  }
  .hero-search-wrap.hs-2 {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 1rem 1rem 0rem;
  }
  .hero-search-wrap.full-width {
    width: 100%;
    max-width: 100%;
  }
  .hero-search h1 {
    text-transform: capitalize;
    color: #2b4db9 !important;
    font-size: 35px;
    margin-bottom: 2rem;
  }
  .btn.search-btn {
    background: #f96825;
    padding: 17px;
    border-radius: 5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    color: #ffffff;
    font-size: 1.2rem;
  }
  .btn.search-btn:hover,
  .btn.search-btn:focus {
    color: #ffffff !important;
  }
  .hero-banner.dark-text h1,
  .hero-banner.dark-text p,
  .hero-banner.dark-text h1,
  .hero-banner.dark-text p {
    color: #4d5968;
  }
  
  /*-------------- Homes Banner: Hero Header -----------------*/
  .hero-header {
    background: #232323;
    background-position: center;
    background-size: cover;
    padding: 4em 0;
    position: relative;
  }
  .large-banner {
    min-height: 100vh;
    padding: 5em 0 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .verticle-center {
    text-align: center;
  }
  .hero-header {
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .hero-banner > * {
    position: relative;
    z-index: 1;
  }
  .hero-banner h1 {
    font-weight: 800;
    line-height: 1.3;
  }
  .hero-banner p {
    font-size: 18px;
  }
  [data-overlay] {
    position: relative;
  }
  [data-overlay]:before {
    position: absolute;
    content: "";
    background: #19365f!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  [data-overlay="1"]:before {
    opacity: 0.1;
  }
  [data-overlay="2"]:before {
    opacity: 0.2;
  }
  [data-overlay="3"]:before {
    opacity: 0.3;
  }
  [data-overlay="4"]:before {
    opacity: 0.4;
  }
  [data-overlay="5"]:before {
    opacity: 0.5;
  }
  [data-overlay="6"]:before {
    opacity: 0.6;
  }
  [data-overlay="7"]:before {
    opacity: 0.7;
  }
  [data-overlay="8"]:before {
    opacity: 0.8;
  }
  [data-overlay="9"]:before {
    opacity: 0.9;
  }
  .hero-banner > * {
    position: relative;
    z-index: 22;
  }
  .search-header-banner > * {
    position: relative;
    z-index: 22;
  }
  #canvas {
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  
  .popular-cat-list {
    margin: 2rem 0 1rem;
  }
  .popular-cat-list ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .popular-cat-list ul li {
    display: inline-block;
    padding: 4px;
    list-style: none;
  }
  .popular-cat-list ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
  }
  .popular-cat-list ul li a:hover{
    background: #ffffff;
  }
  .help-video {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .pulse {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f96825;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
    animation: pulse 2s infinite;
    margin-right: 10px;
    position: relative;
  }
  span.pulse:before {
    content: "\e6ad";
    font-family: themify;
    left: 10px;
    top: 7px;
    position: absolute;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  a.wt-video {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff !important;
    font-weight: 600;
  }
  a.wt-video:hover,
  a.wt-video:focus {
    color: #ffffff;
  }
  a.sb-directory {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 30px;
    color: #ffffff !important;
    border-radius: 4px;
  }
  .rt-log {
    transform: rotate(-90deg);
  }
  /*------------ Homes Banner: Banner Form ------------*/
  .signup-frm {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
  }
  .signup-frm .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #cfd8dc;
    padding: 22px 20px 18px;
    border-radius: 2px;
    height: 60px;
  }
  .signup-frm .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 25px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
  }
  
  /*---- Advance Slide Search Box ---------------*/
  .full-search-2 {
    background: #ffffff;
    padding: 25px 25px 10px;
    border-radius: 6px;
  }
  .full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .btn.reset-btn-outline {
    border: 2px solid #bec2cc;
    padding: 14px 25px 14px 25px;
    transition: all ease 0.4s;
    width: 100%;
    color: #000000;
  }
  .no-ul-list.third-row {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .no-ul-list.third-row li {
    width: 50%;
    float: left;
    margin-bottom: 7px;
  }
  .btn.reset-btn-outline:hover,
  .btn.reset-btn-outline:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .btn.search-btn-outline {
    border: 2px solid #f96825;
    padding: 14px 25px 14px 25px;
    transition: all ease 0.4s;
    width: 100%;
    color: #f96825;
  }
  .btn.search-btn-outline:hover,
  .btn.search-btn-outline:focus {
    background: #f96825;
    color: #ffffff;
  }
  #module_1 > a,
  #module_1 > a:hover,
  #module_1 > a:focus {
    width: 100%;
    color: #2d3954;
    padding: 14px 10px 14px 45px;
    position: relative;
    line-height: 1.25;
    display: inline-block;
  }
  #module_1 a.collapsed:after {
    content: "Advanced Search";
    font-size: 18px;
  }
  
  #module_1 a:not(.collapsed):after {
    content: "Advanced Search";
    font-size: 18px;
  }
  #module_1 a.collapsed:before,
  #module_1 a:not(.collapsed):before {
    content: "\e61a";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 9px;
  }
  #module_1 a:not(.collapsed):before {
    content: "\e622";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 9px;
  }
  /*--------- Search Modern with box shadow -----*/
  .full-search-2.hero-search-radius.box-style {
    background: #ffffff;
    padding: 10px 20px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    overflow: inherit;
  }
  .italian-search.hero-search-radius.box-style .btn.search-btn {
    border-radius: 4px;
    height: 62px;
  }
  #multiSearchtab {
    margin: 1rem auto 1.5em;
    border: none;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #multiSearchtab li a {
    background: transparent !important;
    padding: 0 15px 10px;
    position: relative;
  }
  #multiSearchtab li a.active {
    color: #e4074e;
  }
  #multiSearchtab li a.active:before {
    top: 26px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
  
    display: block;
  }
  .hero-search-radius .filter-group {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .italian-search button#guest,
  .italian-search button#hotel-guest {
    width: 100%;
    display: inline-block;
    height: 60px;
    padding: 0;
    border: none;
    text-align: left;
    padding-left: 45px;
    color: #81839c;
  }
  span.bn-count {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    border-radius: 50%;
  }
  .italian-search .filter-group .dropdown-menu {
    max-width: 100%;
  }
  .upper-abs {
    z-index: 9 !important;
  }
  /*----------- Home Slider Banner -------------*/
  .home-slider .item,
  .property-slider .item {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    height: 600px;
  }
  .home-slider .item {
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100vh;
  }
  .home-slider .item {
    background-size: cover !important;
    background-position: center !important;
  }
  .fullwidth-home-slider div {
    height: 100%;
  }
  .home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
  }
  .home-slider .item:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 10%, #111c52);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .home-slider-price {
    display: inline-block;
    padding: 10px 20px;
    background: #2a47a5;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
  }
  .home-slider-price i {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
  }
  .home-slider-title {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
  .home-slider-title a {
    font-size: 2rem;
    color: #ffffff;
  }
  .home-slider-title h3 {
    margin-bottom: 5px;
  }
  .home-slider-title span {
    color: #ffffff;
  }
  .home-slider-title span i {
    margin-right: 7px;
  }
  .simple-search-wrap {
    max-width: 580px;
    margin: 0;
  }
  .home-slider-desc .read-more {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: #f96825;
    border-radius: 4px;
  }
  .simple-search-wrap h1 {
    color: #ffffff;
  }
  .simple-search-wrap .pk-input-group {
    background: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .simple-search-wrap .pk-input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    border: none;
    margin: 0;
    height: 74px;
    padding-left: 3rem;
  }
  
  .simple-search-wrap .pk-input-group .pk-subscribe-submit {
    background: #f96825;
    border: 1px solid #f96825;
    margin: 10px;
    padding: 1rem 2rem;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    color: #ffffff;
  }
  .simple-search-wrap .pk-input-group:after {
    content: "\e607";
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c757d;
    font-size: 1.25rem;
    z-index: 3;
  }
  .large-banner {
    min-height: 100vh;
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .full-search-2 {
    background: #ffffff;
    padding: 18px 25px 10px;
    border-radius: 6px;
    overflow: hidden;
  }
  .full-search-2.italian-search .form-group {
    margin-bottom: 5px;
  }
  .full-search-2.transparent {
    background: transparent;
    padding: 15px 25px 15px;
  }
  .full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .btn.reset-btn-outline {
    border: 2px solid #bec2cc;
    padding: 14px 25px 14px 25px;
    transition: all ease 0.4s;
    width: 100%;
    color: #000000;
  }
  .btn.reset-btn {
    border: 2px solid #bec2cc;
    background: #000000;
    height: 60px;
    transition: all ease 0.4s;
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .no-ul-list.first-row,
  .no-ul-list {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .no-ul-list.third-row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .no-ul-list.second-row li {
    max-width: 50%;
    float: left;
    margin-bottom: 7px;
    flex: 0 0 50%;
  }
  .no-ul-list.third-row li {
    max-width: 50%;
    float: left;
    margin-bottom: 7px;
    flex: 0 0 50%;
  }
  .btn.reset-btn-outline:hover,
  .btn.reset-btn-outline:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .btn.search-btn-outline {
    border: 2px solid #f96825;
    padding: 14px 25px 14px 25px;
    transition: all ease 0.4s;
    width: 100%;
    color: #f96825;
  }
  .btn.search-btn-outline:hover,
  .btn.search-btn-outline:focus {
    background: #f96825;
    color: #ffffff !important;
  }
  h1.italian-header-capt {
    font-weight: 500;
    margin: 0 auto;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 50px;
    margin-bottom: 1em;
    text-align: center;
  }
  h1.big-header-capt {
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 0.4em;
    text-align: center;
  }
  h1.big-header-capt.capti {
    text-transform: capitalize;
  }
  .italian-search .input-with-icon .form-control,
  .italian-search .input-with-shadow .form-control,
  .italian-search .input-with-shadow .select2-container,
  .italian-search .input-with-icon .select2-container {
    border: none;
    border-radius: 3px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #bec2cc;
  }
  .small-padd {
    padding: 0 5px !important;
  }
  .full-search-2.hero-search-radius {
    background: #ffffff;
    padding: 10px 20px 5px;
    border-radius: 50px;
  }
  .italian-search.hero-search-radius .input-with-icon .form-control,
  .italian-search.hero-search-radius .input-with-shadow .form-control,
  .italian-search.hero-search-radius .input-with-shadow .select2-container,
  .italian-search.hero-search-radius .input-with-icon .select2-container {
    border: none;
    border-radius: 3px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
  }
  .italian-search.hero-search-radius .btn.search-btn {
    border-radius: 50px;
    height: 62px;
  }

  .hero-header .search-form,
.hero-header .search-big-form {
  margin-top: 2rem;
}
.search-form .form-control {
  height: 60px !important;
  border-radius: 0px;
  padding-left: 40px;
  box-shadow: none;
}
.search-form .btn {
  height: 60px !important;
  border-radius: 0px;
  box-shadow: none;
}
.search-form .select2-container--default .select2-selection--single {
  height: 60px;
  border: none;
}
.search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 58px;
}
.search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 60px;
}
.search-big-form .form-control {
  height: 70px !important;
  border-radius: 0px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 45px;
  box-shadow: none;
}
.search-big-form .btn {
  height: 70px !important;
  border-radius: 0px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: none;
}
.search-big-form .select2-container--default .select2-selection--single {
  height: 70px;
  border: none;
}
.search-big-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 68px;
}
.search-big-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 70px;
}
.search-form .form-group i {
  position: absolute;
  color: #bbc6d4;
  left: 15px;
  top: 24px;
}
.search-big-form .form-group i {
  position: absolute;
  color: #bbc6d4;
  left: 13px;
  top: 25px;
  font-size: 22px;
}
.search-big-form.no-border .form-control:hover,
.search-big-form.no-border .btn:hover,
.search-big-form.no-border .form-control:focus,
.search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover,
.search-form.no-border .btn:hover,
.search-form.no-border .form-control:focus,
.search-form.no-border .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.search-big-form.no-border .form-control,
.search-big-form.no-border .btn,
.search-form.no-border .form-control,
.search-form.no-border .btn {
  border: none;
}
form.search-big-form.search-shadow,
form.search-form.search-shadow {
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.br-all .select2-container--default .select2-selection--single {
  border: 1px solid #e0ecf5 !important;
}
.select2-dropdown {
  border: 1px solid #e0ecf5;
  z-index: +33333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e0ecf5;
}

.search-header-banner {
  background: #f6faff;
  padding: 5em 0;
}/*-------------Home Map ----------------*/
.map-search-box {
    background: #ffffff;
    padding: 2em 2em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  button.btn.adv-btn {
    background: #2b4db9;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .fw-map {
    height: 600px;
  }
  .map-container.column-map {
    width: 50%;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .map-container.column-map.right-pos-map {
    right: 0;
  }
  .map-container.column-map.left-pos-map {
    left: 0;
  }
  .map-container #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
  }
  .scrollContorl {
    position: absolute;
    z-index: 1000;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #2f3b59;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
  }
  .scrollContorl.enabledsroll i:before {
    content: "\f09c";
  }
  #singleMap {
    width: 100%;
    position: relative;
    height: 300px;
    float: left;
    margin-bottom: 30px;
  }
  .box-widget #singleMap {
    margin-bottom: 10px;
  }
  .mapzoom-in,
  .mapzoom-out {
    position: fixed;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: #2b4db9;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -webkit-transform: translate3d(0, 0, 0);
  }
  #singleMap .mapzoom-in,
  #singleMap .mapzoom-out,
  .home-map .mapzoom-in,
  .home-map .mapzoom-out,
  .fw-map .mapzoom-in,
  .fw-map .mapzoom-out {
    position: absolute;
    right: 20px;
  }
  .map-container.column-map.right-pos-map .mapzoom-in,
  .map-container.column-map.right-pos-map .mapzoom-out {
    right: 30px;
  }
  .map-container.column-map.left-pos-map .mapzoom-in,
  .map-container.column-map.left-pos-map .mapzoom-out {
    left: 30px;
  }
  
  .mapzoom-in:before,
  .mapzoom-out:before {
    font-family: "themify";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\e622";
  }
  .mapzoom-in:before {
    content: "\e61a";
  }
  .mapzoom-in {
    margin-top: -80px;
  }
  .mapnavigation {
    position: absolute;
    bottom: 50px;
    right: 7px;
    z-index: 30;
    width: 170px;
  }
  .mapnavigation a {
    width: 70px;
    padding: 8px 0;
    border-radius: 4px;
    color: #fff;
    float: left;
    margin-left: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
  }
  .mapnavigation a,
  .mapzoom-in:hover,
  .mapzoom-out:hover {
    background: #2f3b59;
  }
  .cluster img {
    display: none;
  }
  .cluster {
    width: 40px !important;
    height: 40px !important;
  }
  .cluster div {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    background: #2b4db9;
    font-weight: 600;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation: cluster-animation 1.5s infinite;
  }
  .cluster div:hover {
    background: #f96825;
  }
  @keyframes cluster-animation {
    0%,
    100% {
      box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    }
    50% {
      box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.2);
    }
  }
  .map-popup-location-phone,
  .map-popup-location-info {
    float: left;
    color: #666;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .map-popup-wrap {
    display: block;
    border-radius: 8px;
    width: 300px !important;
    background: #fff;
    position: relative;
  }
  .map-popup-wrap .property-listing.property-2 {
    border: none;
    margin-top: 0;
  }
  .map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
  }
  
  .infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #2b4db9;
    text-align: center;
    border-radius: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  .infoBox-close:hover {
    background: #2b4db9;
    color: #ffffff;
  }
  
  .map-container .inc-fleat.inc-bath:before,
  .map-container .inc-fleat.inc-bed:before {
    top: -2px;
  }
  .list-single-img a {
    position: relative;
    display: block;
  }
  .list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
  }
  /*------- Fullscreen Map Section ---------------- */
  
  .fs-container {
    height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #fff;
  }
  .fs-left-map-box {
    float: left;
  }
  .fs-container #map-main {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
  }
  .fs-left-map-box .map-container.fw-map {
    width: 40%;
    height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
  }
  .half-map .fs-inner-container {
    position: relative;
    width: 60%;
    background: #f9f9f9;
    min-height: 100vh;
    z-index: 10;
    float: right;
  }
  .map-container.fw-map #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
  }
  .fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
  }
  .half-map .fs-content {
    padding: 2em;
  }
  .fs-container section.search {
    padding: 32px 40px 47px 40px;
  }
  
  .fs-container .fs-listings {
    padding: 0 25px;
    margin: 0;
  }
  
  .fs-switcher {
    padding: 0 25px;
    margin: 0;
  }
  
  /* Inner Containers */
  .fs-inner-container {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
  }
  .img-wrap {
    height: 300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0;
    border-radius: 4px;
  }
  .img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #101f4e;
    opacity: 0.4;
    z-index: 11;
    transition: 0.3s ease-out;
  }
  .img-wrap-content {
    position: absolute;
    z-index: 55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50.5%);
  }
  .img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
  }
  .img-wrap-content span {
    font-size: 16px;
    color: #fff;
  }
  .img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
  }
  
  .home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
  }
  .home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
  }.category-box {
    position: relative;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(112, 121, 138, 0.18) !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(112, 121, 138, 0.18) !important;
    border-radius: 6px;
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    overflow: hidden;
    transition: 0.6s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .list-cats-box {
    padding: 15px;
  }
  .category-box .category-desc {
    z-index: 2;
  }
  .category-box .category-desc .category-icon {
    font-size: 40px;
    color: #ff7c39;
    margin-bottom: 10px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
  }
  .category-box .category-desc i {
    font-size: 40px;
    margin-bottom: 7px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
  }
  .category-box .category-desc .category-detail h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
  }
  .category-box .category-desc .category-detail p {
    margin-bottom: 5px;
    opacity: 0.6;
  }
  .category-box .category-desc .category-detail span {
    font-weight: 400;
    font-size: 14px;
  }
  a.btn.width-170 {
    width: 150px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: 1px solid #f9f9f9;
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
    color: #ff7c39;
    font-size: 16px;
    font-weight: 500;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
  }
  
  .category-box .category-desc i.abs-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    transition: all ease-in 0.4s;
    color: #eff1f3;
  }
  
  .category-box:hover i.abs-icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
    opacity: 1;
  }

  .single-moderns-category {
    position: relative;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    border: 1px solid #e3e6ef;
    margin: 30px 0 0px;
    color: #fff;
    min-height: auto !important;
    border: 0 none !important;
  }
  .single-moderns-category figure {
    position: relative;
    background: rgba(23, 27, 46, 0.6);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    min-height: 250px;
    max-height: 250px;
  }
  .single-moderns-category img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    position: absolute;
  }
  .single-moderns-category figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 39, 86, 0.5);
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .single-moderns-category figure figcaption:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #273863;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .single-moderns-category:hover figure figcaption:before {
    opacity: 0.8;
    visibility: visible;
    z-index: 1;
  }
  .single-moderns-category figure .cat-box {
    position: relative;
    z-index: auto;
  }
  .single-moderns-category figure .icon {
    padding-bottom: 5px;
    text-align: center;
  }
  .single-moderns-category figure .cat-box .icon span,
  .single-moderns-category figure .cat-box .icon i {
    font-size: 2rem;
    color: #ffffff;
  }
  .single-moderns-category figure .cat-info {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .single-moderns-category figure .cat-name {
    color: #fff;
    display: block;
    margin: 0 3px;
    line-height: normal;
    padding-bottom: 0;
  }
  .single-moderns-category figure .cat-box .cat-info .badge {
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin-top: 15px;
    padding: 4px 15px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
  }
  