@charset "utf-8";
a,
a:focus,
a:hover {
  text-decoration: none;
}
ol li,
p,
ul li {
  line-height: 30px;
}
img,
table td img,
table th img {
  max-width: 100%;
}
.listing_action_btn li,
.popular_plan,
.social_links a,
.uppercase,
.widget_title {
  text-transform: uppercase;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #555;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
.btn,
ol li,
p,
ul li {
  font-size: 16px;
}
p {
  margin-bottom: 15px;
}
a {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  color: #38ccff;
}
a:focus,
a:hover {
  outline: 0;
  color: #03aee9;
}
.btn,
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
  color: #fff;
}
ol,
ul {
  margin: 0 auto 20px;
}
ol li,
ul li {
  margin: 0 auto 10px;
}
ol li i,
ul li i {
  margin: 0 12px 0 0;
}
ol.list_style_none,
ul.list_style_none {
  list-style: none;
}
ul.list-with-icon {
  padding-left: 10px;
  margin-bottom: 30px;
}
ul.list-with-icon li {
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
  list-style: none;
}
ul.list-with-icon li i {
  left: 0;
  position: absolute;
  top: 4px;
}
blockquote {
  background: #f5f5f5;
}
.underline {
  text-decoration: underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
.divider.double {
  border-bottom: 3px double #dcd9d9;
}
.btn {
  background: #38ccff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  width: auto;
  padding: 8px 22px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.btn-link,
.outline-btn {
  color: #38ccff;
}
.logo,
.submit_listing {
  transition-duration: 0.3s;
}
.outline-btn {
  border: 2px solid #38ccff;
  background: 0 0;
}
.btn-sm {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn:focus,
.btn:hover {
  background: #03aee9;
  color: #fff;
}
.btn-link:focus,
.btn-link:hover {
  color: #03aee9;
}
.div_zindex {
  position: relative;
  z-index: 1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form-group,
.select {
  position: relative;
}
.padding_none {
  padding: 0;
}
.padding {
  padding: 20px 0;
}
.padding_50px {
  padding: 50px 0;
}
.padding_4x4_30 {
  padding: 30px;
}
.padding_4x4_40 {
  padding: 40px;
}
.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}
.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}
.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}
.space-60 {
  width: 100%;
  height: 60px;
  clear: both;
}
.space-80 {
  height: 80px;
  width: 100%;
}
.margin-btm-20 {
  margin-bottom: 20px;
  clear: both;
}
.margin-none {
  margin: 0;
}
.form-group {
  margin-bottom: 15px;
}
.form-label {
  clear: both;
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin: 0 auto 8px;
}
.form-control,
form input,
form select,
form textarea {
  background: #eee;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #888;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  padding: 0 20px;
  width: 100%;
}
.form-control:focus,
form input:focus,
form select:focus,
form textarea:focus {
  box-shadow: none;
  outline: #38ccff solid 1px;
}
textarea {
  width: 100%;
  min-height: 150px;
}
textarea.form-control {
  padding: 15px 20px;
}
.select select {
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
  color: #555;
  font-size: 15px;
  font-weight: 700;
}
.checkbox,
.radio {
  margin-bottom: 15px;
  margin-top: 0;
}
.checkbox label,
.radio label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
  line-height: 22px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none;
}
.checkbox label::before,
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.radio label:before {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ccc;
  height: 16px;
  width: 16px;
}
.radio input[type="radio"]:checked + label:before {
  content: "\2022";
  font-size: 13px;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
}
.checkbox input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 13px;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
}
table {
  margin: 0 0 30px;
  width: 100%;
}
table td,
table th {
  border: 1px solid #ccc;
  padding: 18px;
}
table thead {
  background: #eee;
}
table thead td,
table thead th {
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
}
.panel.panel-default {
  margin: 0 auto 30px;
}
.panel-group {
  padding-top: 14px;
}
.panel-default {
  border-color: #ecebeb;
}
.panel-default > .panel-heading {
  background-color: #fafafa;
  border-color: #ecebeb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ecebeb;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel .panel-title {
  font-size: 20px;
  font-weight: 400;
}
.panel-group .panel .panel-title a {
  padding: 10px;
  display: block;
}
.panel-group .panel .panel-title a,
.panel-group .panel .panel-title a:hover {
  color: #111;
  position: relative;
  padding-right: 25px;
}
.panel-group .panel .panel-title a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: fontawesome;
  content: "\f107";
}
.panel-group .panel .panel-title a.collapsed:after {
  content: "\f105";
}
.owl-nav .owl-prev:after,
.owl-nav > div:after {
  content: "\f104";
}
.panel-group .panel .panel-title a.collapsed {
  color: #111;
}
.panel-collapse .panel-body {
  padding: 25px;
}
.secondary-bg {
  background-color: #111 !important;
  color: #fff;
}
.primary-bg {
  background-color: #38ccff;
}
.gray_bg {
  background: #f0f2f2;
}
.section-padding {
  padding: 80px 0;
  position: relative;
}
.section-header {
  clear: both;
  float: none !important;
  margin: 0 auto;
  max-width: 850px;
  padding-bottom: 60px;
}
.section-header p {
  font-size: 18px;
  margin: 20px auto 0;
}
.parallex-bg {
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.modal-dialog {
  max-width: 500px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
  padding: 15px 0;
  margin-bottom: 15px;
}
.modal-header p {
  margin: 0 auto;
}
.modal-body {
  padding: 10px 0;
}
.modal .modal-header .close {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  width: 31px;
}
.modal.in .modal-dialog {
  transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}
.owl-theme.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}
.owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.owl-dots span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 15px;
  opacity: 0.4;
  width: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #38ccff;
  border-color: #38ccff;
}
.owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.owl-nav > div {
  font-size: 0;
  position: relative;
}
.owl-nav > div:after {
  position: absolute;
  left: -40px;
  font-size: 70px;
  color: #111;
  opacity: 0.15;
  font-family: fontawesome;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#streetView:before,
.custom-zoom-in:before,
.custom-zoom-out:before,
.infoBox-close,
.map-box-icon:before {
  font-family: FontAwesome;
}
.owl-nav .owl-next:after {
  content: "\f105";
  left: inherit;
  right: -40px;
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav > div:hover:after {
  opacity: 1;
  color: #38ccff;
}
#header .container {
  width: 98%;
}
.logo {
  margin: 22px 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.affix .logo {
  margin: 17px 0;
}
.affix .submit_listing {
  float: right;
  margin-top: 14px;
}
.submit_listing {
  float: right;
  margin-top: 20px;
  margin-left: 25px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.submit_listing .btn {
  background: 0 0;
  border-color: #fff;
  color: #fff;
  padding: 5px 22px;
  font-weight: 400;
}
.header_solidbg .navbar.navbar-default {
  background: #111;
}
.header_solidbg .submit_listing .btn {
  background: #38ccff;
  border-color: #38ccff;
  font-weight: 700;
}
.arrow {
  display: none;
}
.navbar.navbar-default {
  background: rgba(0, 0, 0, 0.7);
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  margin: 0 auto;
  padding: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.navbar.navbar-default.affix {
  background: rgba(0, 0, 0, 0.95);
  border: 0;
}
#navigation {
  padding: 0;
  text-align: right;
}
#navigation .nav.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#navigation .nav.navbar-nav li {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#navigation .nav.navbar-nav > li:hover,
.navbar-default #navigation .navbar-nav li ul.children li:hover,
.navbar-default #navigation .navbar-nav li ul.sub-menu li:hover {
  overflow: visible;
}
#navigation .nav.navbar-nav a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
#navigation .nav.navbar-nav li > a {
  padding: 31px 12px;
}
.affix #navigation .nav.navbar-nav li > a {
  padding: 29px 12px;
}
header .navbar-default .navbar-nav li.active a,
header .navbar-default .navbar-nav li.active a:focus,
header .navbar-default .navbar-nav li.active a:hover {
  color: #38ccff;
}
header .navbar-default .navbar-nav li.menu-item-has-children > a {
  padding-right: 30px !important;
}
header .navbar-default .navbar-nav li ul.sub-menu {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  z-index: 99;
  text-align: left;
  height: 0;
  left: 0;
  min-width: 210px;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
@media (min-width: 768px) {
  header .navbar-default .navbar-nav li:hover ul.sub-menu,
  header .navbar-default .navbar-nav li:hover ul.sub-menu:hover ul.children {
    height: inherit;
    opacity: 1;
  }
}
header .navbar-default .navbar-nav li ul.children li,
header .navbar-default .navbar-nav li ul.sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin: 0 !important;
}
header .navbar-default #navigation .navbar-nav li ul.children li a,
header .navbar-default #navigation .navbar-nav li ul.sub-menu li a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 20px;
  position: relative;
}
.dropdown-menu {
  border: 0;
}
.navbar.navbar-default #navigation .nav.navbar-nav li > a:hover,
header #navigation .navbar-default .navbar-nav li ul.children li a:hover,
header #navigation .navbar-default .navbar-nav li ul.sub-menu li a:hover {
  color: #38ccff;
}
header .navbar-default .navbar-nav li ul.children li:last-child,
header .navbar-default .navbar-nav li ul.sub-menu li:last-child {
  border-bottom: none;
}
header .navbar-default .navbar-nav li ul.children ul.children,
header .navbar-default .navbar-nav li ul.children ul.sub-menu,
header .navbar-default .navbar-nav li ul.sub-menu ul.children,
header .navbar-default .navbar-nav li ul.sub-menu ul.sub-menu {
  left: inherit;
  right: -100%;
  top: -1px;
}
#banner {
  background-image: url(../images/banner.jpg);
  padding: 200px 0 150px;
  text-align: center;
}
#banner .dark-overlay {
  background: rgba(0, 0, 0, 0.55);
}
.intro_text h5 {
  font-weight: 300;
}
#banner .search_form {
  display: table;
  margin: 45px auto 0;
  width: 1024px;
}
#banner .search_form .form-group,
#intro_map .search_form .form-group {
  width: 84%;
  margin-right: 0.5%;
  margin-bottom: 0;
}
#banner .search_form .form-group.search_btn,
#intro_map .search_form .form-group.search_btn {
  width: 15%;
  margin: 0;
}
#banner .search_form .form-control,
#banner .search_form form input,
#banner .search_form form select,
#banner .search_form form textarea,
#intro_map .search_form .form-control,
#intro_map .search_form form input,
#intro_map .search_form form select,
#intro_map .search_form form textarea {
  padding: 0 30px;
}
#banner .select::after,
#intro_map .select::after {
  right: 30px;
}
.search_form .form-group {
  float: left;
}
.search_form .form-control,
.search_form form input,
.search_form form select,
.search_form form textarea {
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
}
.search_form .select::after {
  font-size: 26px;
}
#intro_map {
  min-height: 600px;
  position: relative;
  padding: 80px 0;
}
#intro_map .search_form {
  background: #fff;
  bottom: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0 auto;
  max-width: inherit;
  padding: 30px;
  position: absolute;
  right: 0;
  width: 1170px;
  z-index: 999;
}
#all_category {
  padding: 32px 0;
}
#category_slider .item {
  background: #fff;
  border-radius: 3px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
  text-align: center;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
#category_slider .item a {
  display: block;
}
#category_slider .item img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.category_icon {
  margin: 6px auto;
  padding: 8px 12px;
  width: 110px;
  background: #fff;
  border-radius: 3px;
}
#category_slider p {
  margin: 0 auto;
  color: #111;
}
#category_slider .item:hover {
  background: #38ccff;
}
#category_slider .item:hover p {
  color: #fff;
}
#category_slider .owl-dots {
  display: none;
}
#category_slider .owl-carousel .owl-stage-outer {
  padding: 8px;
}
.cities_list {
  max-width: 262px;
  height: 262px;
  border-radius: 5px;
  position: relative;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 30px;
}
.cities_list:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.city_listings_info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: 1;
}
.listing_img:before,
.overlay_link {
  content: "";
  left: 0;
  top: 0;
}
.city_listings_info h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
.overlay_link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.listing_number {
  position: relative;
  opacity: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transform: translateY(150px);
  -moz-transform: translateY(150px);
  -o-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
}
.listing_number span {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  line-height: 16px;
  padding: 9px 20px;
}
.cities_list:hover .listing_number,
.cities_list:hover h4 {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}
.chicago {
  background-image: url(../images/chicago.jpg);
}
.angeles {
  background-image: url(../images/angeles.jpg);
}
.francisco {
  background-image: url(../images/francisco.jpg);
}
.seattle {
  background-image: url(../images/cities_2.jpg);
}
.washington {
  background-image: url(../images/cities_3.jpg);
}
.orlando {
  background-image: url(../images/cities_4.jpg);
}
.miami {
  background-image: url(../images/cities_5.jpg);
}
#about_info {
  background-image: url(../images/about_bg.jpg);
  background-position: center;
  background-size: cover;
}
.white_box {
  background: #fff;
  padding: 40px 35px;
}
#about_info h3 {
  margin-top: 0;
}
#popular_listing_slider .listing_wrap {
  border-radius: 3px;
  border: 1px solid #dedede;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
}
.listing_info {
  padding: 20px 20px 0;
}
.listing_info a {
  color: #111;
}
.listing_info a:hover {
  color: #38ccff;
}
.listing_info p {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
}
.listing_info .listing_review_info p {
  color: #b5b5b5;
  font-size: 13px;
  margin: 0 auto;
  float: left;
}
.review_score {
  background: #38ccff;
  border-radius: 3px;
  color: #fff;
  margin-right: 4px;
  padding: 4px 10px;
}
.fa-star.active,
.listing_review_info .active {
  color: #ffc600;
}
.listing_review_info {
  background: #f6f6f6;
  margin: 24px -20px 0;
  overflow: hidden;
  padding: 16px 20px;
}
.listing_img {
  position: relative;
  overflow: hidden;
}
.featured_label,
.like_post,
.listing_cate,
.listing_img:before {
  position: absolute;
  z-index: 1;
}
.listing_img:before {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.6) 70%
    )
    rgba(0, 0, 0, 0);
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  width: 100%;
}
.like_post,
.listing_cate span {
  height: 40px;
  width: 40px;
  text-align: center;
}
.listing_wrap:hover .listing_img:before {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.like_post {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  padding: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.featured_label,
.like_post:hover {
  background: #38ccff;
}
.listing_info .listing_review_info .listing_map_m {
  float: right;
  color: #555;
}
.listing_cate {
  right: 68px;
  top: 15px;
}
.featured_label {
  top: 15px;
  left: 15px;
  color: #fff;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
}
#testimonials,
.cate_icon,
.listing_cate span,
.post_img {
  position: relative;
}
.listing_cate span {
  background: #fff;
  border-radius: 50%;
  display: block;
  float: left;
  overflow: hidden;
  padding: 9px;
}
.listing_cate span.listing_like {
  background: #38ccff;
  color: #fff;
  font-size: 18px;
  margin-left: -10px;
}
.listing_cate span.listing_like a {
  color: #fff;
}
.cate_icon {
  z-index: 1;
}
#testimonials {
  background-image: url(../images/testimonial_bg.jpg);
}
#testimonial_slider .item {
  background: #fff;
  padding: 35px;
  margin: 0 auto;
  max-width: 930px;
  border-radius: 3px;
}
.testimonial_header p {
  color: #909090;
  font-size: 14px;
}
#testimonial_slider .owl-nav {
  display: none;
}
.post_wrap {
  border: 1px solid #dedede;
  margin: 0 0 30px;
  border-radius: 3px;
  overflow: hidden;
}
.post_category a {
  border: 2px solid #38ccff;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #38ccff !important;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 8px;
}
.post_category a:hover {
  background: #38ccff;
  color: #fff !important;
}
.post_info {
  padding: 20px 20px 0;
}
.post_info a,
.post_info h5 {
  color: #111;
}
.post_info a:hover {
  color: #38ccff;
}
.post_meta {
  background: #f6f6f6;
  margin: 0 -20px;
  overflow: hidden;
  padding: 16px 20px;
}
.post_info .post_meta p {
  margin: 0 20px 0 0;
  float: left;
  font-size: 14px;
}
.post_info p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto 20px;
}
.footer_widgets {
  margin: 70px 0;
}
.footer_widgets h5 {
  color: #fff;
  margin: 0 auto 24px;
}
.footer_bottom {
  text-align: center;
  padding: 25px 0;
  border-top: #232323 solid 1px;
}
.footer_bottom p {
  margin: 0 auto;
}
.follow_us ul,
.footer_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.follow_us ul li {
  display: inline-block;
  margin: 0 auto;
}
.follow_us ul li a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  margin: 0 5px 0 0;
}
.follow_us ul li a .fa {
  margin: 0 auto;
}
.follow_us ul li a:hover {
  background: #38ccff;
}
.footer_nav ul li {
  float: left;
  width: 50%;
  margin: 0 auto;
}
.footer_nav ul li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.footer_nav ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: fontawesome;
}
.footer_nav ul li a:hover {
  color: #38ccff;
}
.newsletter_wrap {
  position: relative;
}
.newsletter_wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.newsletter_wrap input[type="email"] {
  padding-right: 150px;
}
.newsletter_wrap input[type="email"]:focus {
  border: 0;
  outline: 0;
}
#category_slider2 .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 358px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#category_slider2 .item:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#category_slider2 .item a {
  position: relative;
  z-index: 1;
  padding: 75px 10px;
  display: block;
}
#category_slider2 .category_icon {
  border-radius: 50%;
  height: 142px;
  padding: 39px;
  position: relative;
  width: 142px;
  margin: 0 auto 35px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#category_slider2 .item:hover .category_icon {
  margin-bottom: 15px;
  margin-top: 15px;
}
#category_slider2 .category_icon img {
  margin: 0 auto;
}
.category_listing_n {
  background: #38ccff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 45px;
  left: 50%;
  line-height: 43px;
  position: absolute;
  text-align: center;
  top: -100px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 45px;
  opacity: 0;
}
.pricing_wrap,
.view_map {
  transition-duration: 0.3s;
}
#category_slider2 .item:hover .category_listing_n {
  opacity: 1;
  top: -15px;
}
#category_slider2 .item p {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin: 0 auto;
}
#how_it_work {
  background-image: url(../images/how_it_work_bg2.jpg);
}
.steps_wrap {
  background: #fff;
  padding: 30px 15px 32px 110px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin: 0 auto 15px;
}
.icon_div {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 90px;
  text-align: center;
  color: #38ccff;
  font-size: 70px;
}
.steps_wrap h5 {
  font-weight: 600;
}
.steps_wrap p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto 5px;
}
#pricing_table {
  background-image: url(../images/pricing_bg.jpg);
}
.footer_2 .footer_bottom {
  text-align: left;
}
.footer_2 .follow_us {
  text-align: right;
}
#login_signup,
.box_wrap,
.facts_info,
.layout-switcher a,
.office_info_box,
.pricing_wrap,
.sub_heading {
  text-align: center;
}
.footer_2 .footer_bottom p {
  margin: 10px auto;
}
.footer_2 .footer_widgets {
  margin: 50px auto;
  text-align: center;
  clear: both;
}
.footer_2 .newsletter_wrap {
  max-width: 425px;
  margin: 0 auto;
}
.footer_2 .footer_nav {
  display: inline-block;
  background: #0c0c0c;
  padding: 10px 30px;
  border-radius: 3px;
}
.footer_2 .footer_nav ul li {
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 0 13px;
  position: relative;
  width: auto;
}
.footer_2 .footer_nav ul li:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "-";
  opacity: 0.7;
}
.footer_2 .footer_nav ul li a {
  opacity: 0.7;
}
.footer_2 .footer_nav ul li a:hover {
  opacity: 1;
}
.footer_2 .footer_nav ul li a:after {
  display: none;
}
.footer_2 h5 {
  font-size: 24px;
}
#inner_pages {
  padding: 70px 0;
}
#inner_banner {
  background-image: url(../images/banner.jpg);
  padding: 180px 0 120px;
}
#inner_banner h1 {
  font-size: 46px;
}
#login_signup {
  height: 100vh;
  display: table;
  margin: 0 auto;
}
.form_wrap_m {
  width: 400px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.form_wrap_m .white_box {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
  margin: 30px auto;
}
#login_signup p {
  margin: 0 auto;
}
#login_signup form {
  margin: 30px auto 0;
}
.back_home {
  padding: 15px 0;
}
.back_home .btn {
  background: 0 0;
  font-weight: 700;
  color: #111;
  border-color: #111;
}
.back_home .btn:hover {
  color: #fff;
  background: #111;
}
.pricing_wrap {
  background: #eff0f0;
  padding: 30px;
  margin: 0 auto 30px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.pricing_header {
  margin: 0 auto 25px;
  position: relative;
}
.pricing_header h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 36px;
}
.plan_info {
  background: #fff;
  padding: 30px 30px 50px;
  border-radius: 3px;
}
.plan_price {
  font-size: 48px;
  font-weight: 700;
  margin: 0 auto 18px;
  color: #38ccff;
}
.plan_info ul {
  margin: 0 auto 35px;
  padding: 0;
  list-style: none;
}
.plan_info ul li span {
  font-weight: 700;
  color: #111;
}
.popular_plan {
  background: #f26802;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  left: 30%;
  margin: 0 auto;
  position: absolute;
  right: 30%;
  top: -44px;
}
.not_found_msg {
  background: #f2f4f4;
  border-left: 8px solid #e5e5e5;
  border-radius: 10px;
  border-right: 8px solid #e5e5e5;
  margin: 0 auto;
  max-width: 750px;
  padding: 50px;
}
.not_found_msg .error_msg_div h2 span {
  color: #111;
  font-size: 200px;
  display: block;
  line-height: 170px;
  font-weight: 700;
  margin: 0 auto;
}
.error_msg_div h2 {
  margin: 0 auto 20px;
}
.aboutus_bg {
  background-image: url(../images/aboutus_bg.jpg) !important;
}
.box_wrap {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 30px 20px;
  margin: 40px auto;
}
.box_wrap .fa {
  font-size: 40px;
  color: #111;
  margin: 10px auto;
}
.box_wrap h4 {
  font-weight: 400;
}
.box_wrap p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 10px;
}
.fan_facts {
  padding: 40px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.facts_info {
  float: left;
  width: 25%;
  margin: 0 auto 20px;
}
.facts_info p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
}
.facts_info p span {
  display: block;
  color: #111;
  font-size: 70px;
  line-height: 70px;
}
.our_prtners {
  margin: 30px auto;
}
.partner_logo {
  float: left;
  width: 25%;
  padding: 15px;
}
.contactus_bg {
  background-image: url(../images/contactus_bg.jpg) !important;
}
.office_info_box {
  background: #f2f4f4;
  border-left: 8px solid #ddd;
  border-radius: 4px;
  padding: 30px;
  margin: 0 auto 30px;
}
.info_icon {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 30px;
  height: 70px;
  line-height: 64px;
  margin: 0 auto 20px;
  width: 70px;
}
.office_info_box a {
  color: #555;
}
.office_info_box a:hover {
  color: #38ccff;
}
.contact_form,
.map_wrap {
  margin-top: 40px;
}
.map_wrap iframe {
  width: 100%;
  height: 400px;
}
.contact_form h4 {
  margin: 0 auto 30px;
}
.how_it_work_info {
  padding: 30px 30px 30px 100px;
  position: relative;
}
.step_n {
  font-size: 80px;
  font-weight: 900;
  left: 0;
  letter-spacing: -6px;
  opacity: 0.2;
  position: absolute;
  top: 30px;
}
.how_it_work_img {
  margin: 0 auto 50px;
}
.sub_heading {
  padding: 40px;
  border: 1px solid #eee;
}
.sub_heading p {
  font-size: 28px;
  line-height: 33px;
  margin: 0 auto 30px;
}
#listing_banner {
  padding: 160px 0 70px;
  background-image: url(../images/banner.jpg);
}
#listing_banner h1 {
  font-weight: 300;
}
#listing_banner .search_form {
  display: table;
  float: left;
  margin: 0;
  width: 100%;
  max-width: inherit;
}
.search_form .form-control,
.search_form form select,
.search_form form textarea {
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
}
.search_form .form-control:focus,
.search_form form select:focus,
.search_form form textarea:focus {
  outline: 0;
}
#listing_banner .form-group {
  float: left;
  width: 40%;
  padding: 0 0.5%;
  margin: 0 auto;
}
.btn_group {
  float: left;
  width: 20%;
  padding-left: 0.5%;
}
.listing_wrap {
  border: 1px solid #dedede;
  border-radius: 3px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.listing_header {
  margin: 0 auto 30px;
  padding: 10px 0;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  display: table;
  width: 100%;
}
.listing_header h5 {
  font-weight: 400;
  float: left;
}
.layout-switcher {
  float: right;
}
.layout-switcher a {
  background-color: #eee;
  border-radius: 50%;
  color: #9d9d9d;
  display: inline-block;
  font-size: 14px;
  height: 39px;
  line-height: 40px;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 39px;
}
.layout-switcher a.active,
.layout-switcher a:hover {
  color: #fff;
  background: #38ccff;
}
.listview .listing_img {
  float: left;
  width: 30%;
}
.listview .listing_info {
  float: right;
  padding: 39px 40px 0;
  width: 70%;
}
.listview .listing_review_info {
  margin: 24px -40px 0;
  padding: 16px 40px;
}
.listview_sidebar .listing_img {
  float: left;
  width: 42%;
}
.listview_sidebar .listing_info {
  float: right;
  width: 58%;
}
.ads_col {
  float: left;
  margin-right: 1%;
  width: 49%;
}
.ads_col:nth-child(2n) {
  margin-left: 1%;
  margin-right: 0;
  text-align: right;
}
.pagination_nav {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: center;
}
.pagination,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #38ccff;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #111;
  border: 0;
  font-size: 18px;
  padding: 6px 15px;
}
.single_post h1 {
  font-size: 40px;
  margin-top: 0;
}
.single_post .entry_meta {
  margin-bottom: 30px;
}
.sidebar_widgets {
  margin: 0 auto 30px 10px;
}
.sidebar .sidebar_widgets {
  margin: 0 auto 50px 10px;
}
.widget_title {
  position: relative;
  margin: 0 auto 30px;
  padding-bottom: 10px;
}
.widget_title::after {
  background-color: #38ccff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.article_wrap {
  overflow: hidden;
  margin: 0 auto 50px;
}
.post-thumbnail {
  overflow: hidden;
  border-radius: 3px;
  margin: 0 auto 20px;
}
.post-thumbnail a {
  display: block;
}
.entry-desc h3 {
  font-size: 28px;
}
.entry-desc h3 a,
.info_m h6 a {
  color: #111;
}
.entry_meta {
  overflow: hidden;
  margin: 20px auto 10px;
}
.entry_meta .meta_m {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.entry-desc h3 a:hover,
.info_m h6 a:hover,
.meta_m .fa,
.meta_m a:hover,
.sidebar_widgets ul li a:hover {
  color: #38ccff;
}
.meta_m a,
.sidebar_widgets ul li a {
  color: #555;
}
.entry-content p {
  font-size: 15px;
  line-height: 24px;
}
.read_btn {
  font-weight: 700;
  font-size: 16px;
}
.sidebar_widgets ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar_widgets > ul > li::after {
  content: "\f105";
  font-family: fontawesome;
  left: 25px;
  position: absolute;
  top: 15px;
}
.sidebar_widgets > ul > li {
  border: 1px solid #e8e8e8;
  list-style: none;
  margin: 0 0 -1px;
  padding: 15px 20px 15px 40px;
  position: relative;
}
.post_tag a,
.share_post a {
  border-radius: 3px;
  display: block;
}
.featured_posts {
  margin: 0 auto 10px;
  overflow: hidden;
}
.thubb_img {
  float: left;
  width: 100px;
}
.info_m {
  float: right;
  width: calc(100% - 120px);
}
.info_m h6 {
  font-size: 19px;
  margin: 0 0 5px;
}
.info_m p {
  font-size: 13px;
}
.article_wrap:nth-child(2n + 1) {
  clear: left;
}
.post_tag {
  overflow: hidden;
  margin: 40px auto 20px;
}
.post_tag span {
  float: left;
  padding: 6px 0;
  margin-right: 5px;
}
.post_tag a {
  float: left;
  background: #333;
  color: #fff;
  padding: 6px 15px;
  margin: 0 5px 5px 0;
}
.post_tag a:hover {
  background: #38ccff;
  color: #fff;
}
.share_post {
  overflow: hidden;
  margin: 0 auto 10px;
}
.share_post a {
  float: left;
  width: 24%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 1%;
  padding: 10px;
}
.share_post a:hover {
  color: #fff;
}
.share_post a:last-child {
  margin: 0 auto;
}
.share_post .facebook {
  background: #3b5a9a;
}
.share_post .linkedin {
  background: #007bb6;
}
.share_post .twitter {
  background: #19b5ee;
}
.share_post .g_plus {
  background: #dc4a38;
}
.articale_comments {
  border-bottom: 1px solid #cecece;
  clear: both;
}
.comment-respond {
  margin: 60px auto 0;
}
.commentlist {
  padding: 0;
}
.commentlist li {
  list-style: none;
  margin: 0 auto;
}
.commentlist .comment-content li {
  list-style: inherit;
}
.commentlist li .comment-body {
  border-top: 1px solid #cecece;
  padding: 30px 0;
}
.comment-metadata > a {
  font-size: 14px;
  color: #aaa;
}
.comment-author img {
  float: left;
}
.commentlist li img.avatar {
  border: none;
  border-radius: 50%;
  float: left;
  height: 84px;
  margin-bottom: 30px;
  margin-right: 25px;
  position: relative;
  width: 84px;
}
.comment-content,
.commentlist .reply {
  margin-left: 110px;
}
.commentlist .reply .fa {
  margin-right: 4px;
}
.comment-meta.commentmetadata {
  margin-bottom: 8px;
}
.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
}
.comment-meta.commentmetadata a:hover {
  color: #38ccff;
}
.comment-author .fn {
  color: #111;
  font-size: 18px;
  font-weight: 900;
}
.comment ul.children {
  padding-left: 110px;
}
.comment-form {
  margin: 40px 0;
}
.listing-with-map-page #header nav > .container {
  max-width: inherit;
  padding: 0 30px;
  width: 100%;
}
#listinghub_with_map {
  padding-bottom: 50px;
  padding-right: 40%;
  position: relative;
  z-index: 2;
}
#listinghub_with_map .container,
.listing-with-map-page #footer .container {
  width: auto;
  padding: 0 30px;
}
.listinghub_map {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 1;
}
.listing-with-map-page #footer {
  background: #eee !important;
  padding-right: 40%;
}
.listing-with-map-page .footer_bottom p {
  color: #555;
}
.listing-with-map-page .footer_bottom {
  border-top: 0 none;
}
.listing-with-map-page .navbar.navbar-default {
  background: #111;
  border: 0;
}
.listing-with-map-page .navbar.navbar-default.navbar-fixed-top.affix-top {
  position: relative;
}
.listing-with-map-page .listing_header {
  margin: 30px auto;
}
.listing-with-map-page .grid_view .listing_review_info p {
  float: none;
  margin: 5px auto;
  font-size: 13px;
}
.listing-with-map-page .listing_wrap {
  margin: 0 auto 30px;
}
.listing-with-map-page .listing_info .listing_review_info p {
  font-size: 13px;
}
.listing-with-map-page .grid_view .listing_review_info p:last-child {
  margin-top: 12px;
}
.listing-with-map-page .listing_review_info {
  margin: 18px -20px 0;
  padding: 10px 20px;
}
.listing-with-map-page .listing_info h4 {
  font-size: 21px;
}
.listing-with-map-page .listing_info {
  padding: 18px 17px 0;
}
.listing-with-map-page .grid_view .listing_wrap {
  margin: 0 auto 30px;
}
.listing-with-map-page .listing_info p {
  font-size: 14px;
  line-height: 20px;
}
.listing-with-map-page .post_category a {
  font-size: 12px;
  font-weight: 700;
}
.search_wrap {
  padding: 30px;
  background: #eee;
  display: table;
  width: 100%;
}
.search_wrap .search_form {
  margin: 0 auto;
}
.search_wrap .form-control,
.search_wrap form select,
.search_wrap form textarea {
  background: #fff;
  padding: 0 10px;
  font-size: 15px;
}
.search_wrap .form-group {
  float: left;
  margin: 0 auto;
  padding: 0 0.5%;
  width: 40%;
}
.search_wrap .btn_group {
  float: left;
  padding-left: 0.5%;
  width: 20%;
}
.grid_col.show_listing:nth-child(2n + 1),
.grid_view.show_listing:nth-child(3n + 1) {
  clear: left;
}
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}
.marker-container {
  position: relative;
  margin: 10px auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  top: -5px;
  perspective: 1000;
}
#singleListingMap .marker-container {
  cursor: default;
}
.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
}
.face.front {
  animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounce;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #333;
  height: 50px;
  left: 50%;
  margin: -42px 0 0 -30px;
  padding: 17px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 50px;
}
.clicked .marker-container .face.front,
.marker-container:hover .face.front {
  border-color: #38ccff;
  border-width: 6px;
}
.cluster-visible {
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.cluster-visible::before {
  animation: 2.5s ease 0s normal none infinite running cluster-animation;
  border: 7px solid #66676b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #66676b inset;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}
.infoBox,
.map-box {
  border-radius: 4px;
}
@keyframes cluster-animation {
  0%,
  100% {
    transform: scale(1.3) rotate(0);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}
#map-container {
  height: 100%;
  left: 0;
  margin-bottom: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#map {
  height: 100%;
  margin: 0;
  width: 100%;
  z-index: 99;
}
.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
}
.map-box {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.map-box .listing-img-container img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.listing-img-container {
  position: relative;
  height: 100%;
  display: block;
}
.map-box p {
  padding: 0;
  line-height: 25px;
  margin: 2px 0 0;
  font-size: 14px;
}
.map-box ul.listing-details {
  padding: 0;
  font-size: 14px;
  display: none;
}
.map-box .listing-title {
  padding: 16px 22px;
}
.map-box .listing-img-content {
  padding: 18px 22px;
}
.map-box .listing-img-content span {
  font-size: 21px;
}
.map-box .listing-img-content .listing-price i {
  font-size: 15px;
  margin: -7px 0 0;
}
.infoBox > img {
  position: absolute !important;
  right: 0;
  top: 0;
}
.map-box .listing-img-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to top,
    rgba(35, 35, 37, 0.85) 0,
    rgba(35, 35, 37, 0.4) 35%,
    rgba(22, 22, 23, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background-color: rgba(35, 35, 37, 0.2);
}
.map-box .listing-item-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 24px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.map-box .listing-item-content h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 2px;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}
.map-box .listing-item-content span {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.infoBox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 29px;
  width: 29px;
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  -webkit-text-stroke: 1px #fff;
}
.infoBox-close:hover {
  color: #fff;
  background-color: #66676b;
  -webkit-text-stroke: 1px #66676b;
}
.map-box-icon {
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3685cf;
  display: block;
  color: #fff;
  font-size: 12px;
  z-index: 101;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}
#listing_detail_banner,
#singleListingMap-container,
.im-icon,
.map-box-image {
  position: relative;
}
.map-box-icon:before {
  content: "\f064";
  position: relative;
  top: 7px;
  display: block;
}
.map-box-image:hover .map-box-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateX(0);
}
.map-box-image {
  overflow: hidden;
  display: block;
}
#singleListingMap {
  border-radius: 3px;
  height: 400px;
}
#map-container.fullwidth-home-map {
  height: 600px;
  margin-bottom: 0;
}
.custom-zoom-in:before {
  content: "\f067";
}
.custom-zoom-out:before {
  content: "\f068";
}
.custom-zoom-in:before,
.custom-zoom-out:before {
  width: 100%;
  line-height: 35px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 1px #fff;
}
.custom-zoom-in,
.custom-zoom-out {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  color: #333;
  cursor: pointer;
  font-size: 15px;
  height: 34px;
  margin: 5px 15px;
  text-align: center;
  transition:
    color 0.3s ease 0s,
    background-color 0.3s ease 0s;
  width: 34px;
}
#streetView:before {
  content: "\f21d";
  font-size: 16px;
  top: 1px;
  margin-right: 8px;
}
#scrollEnabling,
#streetView {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  position: absolute;
  right: 20px;
  padding: 9px 18px 7px;
}
#streetView {
  top: 20px;
  z-index: 22;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#single_map {
  padding: 30px 0;
}
#scrollEnabling {
  top: 50px;
  z-index: 22222;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.im-icon {
  display: block;
  height: 30px;
  left: -4px;
  padding: 8px;
  top: -16px;
  z-index: 1;
}
.im-icon img {
  max-width: 100% !important;
  display: block;
}
.listing_info_wrap {
  padding: 40px 0;
}
.view_map {
  background: #38ccff;
  color: #fff;
  border-radius: 50%;
  bottom: 30px;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 50px;
  cursor: pointer;
  z-index: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.view_map:hover {
  background: #111;
}
.view_map a,
.view_map:hover a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 22;
}
.view_map::after,
.view_map::before {
  content: "";
  position: absolute;
}
.view_map:hover:after,
.view_map:hover:before {
  border-color: #111;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.view_map::after {
  border: 5px solid #38ccff;
  border-radius: 50%;
  height: 120%;
  left: -10%;
  opacity: 0.5;
  top: -10%;
  width: 120%;
}
.view_map::before {
  border: 5px solid #38ccff;
  border-radius: 50%;
  height: 140%;
  left: -20%;
  opacity: 0.2;
  top: -20%;
  width: 140%;
}
.listing_detail_header {
  background-color: #f0f2f2;
  min-height: 190px;
  padding: 30px 0;
}
.listing_detail_header h1 {
  font-size: 42px;
  margin: 0 auto 10px;
}
.listing_rating p {
  color: #555;
  font-size: 14px;
  float: left;
  margin: 0 30px 0 0;
}
.listinghub_sidebar {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin: -190px auto 30px;
  padding: 30px;
}
.review_form form,
.review_wrap {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
#amenities ul,
.listinghub_sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.listing_contact_info ul li {
  padding: 2px 0 2px 33px;
  position: relative;
  line-height: 24px;
}
.listing_contact_info ul li .fa {
  font-size: 18px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 8px;
}
.listing_action_btn {
  overflow: hidden;
}
.listing_action_btn li {
  border: 1px solid #eee;
  float: left;
  font-size: 13px;
  height: 120px;
  letter-spacing: 0.5px;
  text-align: center;
  width: 145px;
  margin-right: 10px;
}
.listing_action_btn li:nth-child(2n) {
  margin-right: 0;
}
.listing_action_btn .fa {
  display: block;
  font-size: 53px;
  margin: 0;
  opacity: 0.5;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.listing_action_btn li a {
  color: #555;
  display: block;
  padding: 20px 8px;
  cursor: pointer;
}
.listing_action_btn li a:hover .fa {
  opacity: 1;
}
.sidebar_wrap {
  border-bottom: 1px solid #eee;
  margin: 0 -30px 30px;
  padding: 0 30px 30px;
}
.sidebar_wrap:last-child {
  border: 0;
  margin-bottom: 0;
}
.sidebar_wrap .widget_title {
  margin: 0 auto 18px;
  padding-bottom: 2px;
}
.social_links {
  overflow: hidden;
  padding-top: 10px;
}
.social_links a {
  background: #38ccff;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  height: 40px;
  letter-spacing: 0.5px;
  margin: 10px 3% 0 0;
  padding: 7px;
  text-align: center;
  width: 40px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.social_links a:hover {
  border-radius: 6px;
}
.social_links a:last-child {
  margin-right: 0;
}
.social_links .facebook_link {
  background: #3b5a9a;
}
.social_links .linkedin_link {
  background: #007bb6;
}
.social_links .twitter_link {
  background: #19b5ee;
}
.social_links .google_plus_link {
  background: #dc4a38;
}
#listing_img_slider .owl-nav > div::after {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 44px;
  height: 50px;
  left: 10px;
  line-height: 47px;
  text-align: center;
  width: 50px;
}
#listing_img_slider .owl-nav .owl-next::after {
  left: inherit;
  right: 10px;
}
#listing_img_slider .owl-nav > div:hover:after {
  background: #fff;
  opacity: 1;
}
#opening_hours ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hours_title {
  display: block;
  float: left;
  width: 35%;
  position: relative;
}
.hours_title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
#opening_hours li span {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.pricing_info {
  overflow: hidden;
  padding: 10px 0 30px;
}
.pricing_info p {
  display: inline-block;
  line-height: 50px;
  margin: 0 auto;
  vertical-align: middle;
}
.listing_price {
  font-size: 40px;
  color: #111;
}
.listing_favorites .fa,
p.listing_like .fa {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  border: 1px solid #38ccff;
  margin: 0 3px 0 0;
}
.listing_favorites .fa,
.listing_favorites a:focus,
.listing_favorites a:hover,
.listing_price span,
p.listing_favorites .fa,
p.listing_favorites a:focus,
p.listing_favorites a:hover,
p.listing_like .fa,
p.listing_like a:focus,
p.listing_like a:hover {
  color: #38ccff;
}
#amenities ul li a,
.listing_favorites a,
p.listing_like a {
  color: #111;
}
.listing_message {
  float: right;
  margin: 0 auto;
}
.listing_message .btn {
  padding: 10px 80px;
}
#amenities ul li {
  float: left;
  width: 50%;
  position: relative;
}
#amenities ul li a:hover {
  color: #00a2da;
}
.listing_video iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
#similar_listings.section-padding {
  padding: 50px 0;
}
#similar_listings .section-header {
  padding-bottom: 40px;
}
#similar_listings .grid_col.show_listing:nth-child(2n + 1) {
  clear: inherit;
}
.reviews_list {
  padding: 30px 0 0;
}
.review_form {
  padding-top: 30px;
}
.reviews_list h4 {
  font-weight: 300;
}
.reviews_list h4 span {
  font-weight: 400;
}
.review_wrap {
  background: #fff;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 30px;
}
.review_author {
  float: left;
  width: 100px;
}
.review_author img {
  border-radius: 50%;
  max-width: 90px;
}
.review_author h6 {
  font-size: 15px;
  text-align: center;
}
.review_detail {
  float: right;
  width: calc(100% - 120px);
}
.review_detail p {
  font-size: 14px;
  line-height: 23px;
}
.review_detail .listing_rating {
  overflow: hidden;
  padding: 10px 0;
}
.review_detail .listing_rating p {
  color: #999;
}
.review_detail h5 {
  font-size: 20px;
  margin: 0 auto 14px;
}
.review_form .fa-star:hover {
  color: #fd6c02;
}
.review_form .review_score {
  margin: 0 0 0 10px;
}
.review_form form {
  margin: 0 auto 40px;
  padding: 30px 30px 25px;
}
.listing_rating {
  display: inline-block;
  overflow: hidden;
}
.listing_rating:hover input[type="radio"]:checked ~ label {
  color: #dadada;
}
.listing_rating input[type="radio"] {
  display: none;
}
.listing_rating input[type="radio"]:checked ~ label {
  color: #ffc600;
}
.listing_rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 4px;
  color: #dadada;
  cursor: pointer;
  transition: 0.3s;
}
.listing_rating label:hover,
.listing_rating label:hover ~ label {
  color: #ffc600 !important;
}
.style2_header.listing_detail_header {
  background-color: transparent;
  color: #fff;
  min-height: inherit;
  padding: 180px 0 70px;
}
.style2_header {
  background-image: url(../images/listing_img2.jpg);
}
.style2_header .listing_favorites a,
.style2_header .listing_like a,
.style2_header .listing_rating p,
.style2_header.listing_detail_header h1 {
  color: #fff;
  display: inline-block;
  float: none;
}
.style2_header .listing_message {
  float: none;
  margin-top: 16px;
}
.style2_header .listing_detail_header h1 {
  font-size: 50px;
}
.style2_header .pricing_info {
  text-align: right;
}
.style2_header .listing_price {
  font-size: 38px;
}
.image_slider_wrap {
  margin: 0 auto 40px;
  position: relative;
}
.listing_detail_2 .listinghub_sidebar {
  margin: 0 auto 30px;
}
.listing_detail_2 .panel-group {
  padding-top: 0;
}
.listing_detail_2 .listing_action_btn {
  border: 0;
  margin: 0 auto 20px;
  padding: 0;
}
.listing_detail_2 .listing_action_btn ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.listing_detail_2 .listing_action_btn ul li {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  height: auto;
  margin-right: 2%;
  width: 23.5%;
}
.listing_detail_2 .listing_action_btn ul li:last-child {
  margin: 0 !important;
}
.listing_detail_2 .listing_action_btn .fa {
  display: inline-block;
  font-size: 17px;
  margin: 0 6px 0 0;
}
.listing_detail_2 .listing_action_btn ul li a {
  padding: 10px 20px;
}
.share_listing a {
  border: 1px solid #38ccff;
  border-radius: 50%;
  height: 42px;
  line-height: 40px;
  margin: 0 3px 0 0;
  text-align: center;
  width: 42px;
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 30px;
  }
  .submit_listing {
    margin-left: 10px;
  }
  #banner .search_form,
  #intro_map .search_form {
    width: 940px;
  }
  .newsletter_wrap input[type="email"] {
    padding-right: 120px;
  }
  .form-control,
  form input,
  form select,
  form textarea {
    font-size: 13px;
  }
  .follow_us ul li a {
    margin: 0 1px 0 0;
  }
  .owl-nav > div::after {
    font-size: 50px;
    left: -25px;
  }
  .owl-nav .owl-next::after {
    right: -25px;
  }
  .cities_list {
    height: 222px;
  }
  .popular_plan {
    left: 0;
    right: 0;
  }
  .pricing_header h2 {
    font-size: 33px;
  }
  .plan_info {
    padding: 20px 15px 40px;
  }
  .pricing_wrap {
    padding: 20px 15px 15px;
  }
  .footer_bottom p {
    font-size: 15px;
  }
  .facts_info p span {
    font-size: 50px;
  }
  .facts_info p {
    font-size: 17px;
  }
  #inner_banner {
    padding: 160px 0 100px;
  }
  .office_info_box {
    padding: 30px 15px;
  }
  .entry-desc h3,
  .widget_title h4 {
    font-size: 22px;
  }
  .entry-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .listview .listing_img {
    width: 36.5%;
  }
  .listview .listing_info {
    width: 63.5%;
  }
  .listview_sidebar .listing_img {
    width: 48%;
  }
  .listview_sidebar .listing_info {
    padding: 21px 13px 0;
    width: 52%;
  }
  .listview_sidebar .listing_info .listing_review_info {
    margin-top: 10px;
    padding: 4px 20px;
  }
  .listview_sidebar .listing_info .listing_review_info p {
    float: none;
  }
  .listview_sidebar .listing_info .listing_review_info .listing_map_m {
    float: none;
    margin-top: 5px;
  }
  .col-md-6.show_listing.grid_col .listing_info .listing_review_info p {
    float: none;
    margin: 2px auto;
  }
  .listinghub_sidebar {
    margin-top: 0;
    padding: 20px;
  }
  .listing_action_btn li {
    font-size: 11px;
    margin-right: 5px;
    width: 124px;
  }
  .listing_detail_header h1 {
    font-size: 40px;
  }
  .review_wrap {
    padding: 20px 15px;
  }
  .grid_col .listing_info .listing_review_info p {
    float: none;
    margin: 2px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_2 .follow_us,
  .footer_2 .footer_bottom p,
  .navbar-header {
    text-align: center;
  }
  h2 {
    font-size: 38px;
  }
  .navbar-header {
    float: none;
  }
  .navbar.navbar-default {
    padding: 10px 0;
  }
  #navigation .nav.navbar-nav li > a,
  .affix #navigation .nav.navbar-nav li > a {
    padding: 20px 12px;
  }
  header .navbar-default .navbar-nav li.menu-item-has-children > a {
    padding-right: 26px !important;
  }
  .affix .submit_listing,
  .submit_listing {
    margin-left: 10px;
    margin-top: 10px;
  }
  .affix .logo,
  .logo {
    margin: 0 0 5px;
  }
  #banner .search_form {
    width: 720px;
  }
  #intro_map .search_form {
    width: 720px;
    padding: 15px;
  }
  .owl-nav > div::after {
    font-size: 50px;
    left: -20px;
  }
  .owl-nav .owl-next::after {
    right: -25px;
  }
  .section-header p {
    font-size: 17px;
  }
  .cities_list {
    max-width: inherit;
  }
  .icon_div {
    top: 18px;
  }
  #inner_banner {
    padding: 170px 0 90px;
  }
  .facts_info {
    margin: 0 auto 40px;
    width: 50%;
  }
  .facts_info p span {
    font-size: 60px;
  }
  .partner_logo {
    padding: 10px;
    width: 50%;
  }
  .how_it_work_info {
    padding: 0 0 30px 70px;
  }
  .how_it_work_info h3 {
    font-size: 26px;
  }
  .how_it_work_info p {
    font-size: 15px;
    line-height: 25px;
  }
  .step_n {
    font-size: 60px;
    top: -18px;
  }
  .sub_heading p {
    font-size: 25px;
  }
  .listview .listing_img {
    width: 47%;
  }
  .listview .listing_info {
    width: 53%;
  }
  .listinghub_sidebar {
    margin-top: 0;
  }
  .style2_header .pricing_info {
    padding-bottom: 0;
    text-align: left;
  }
  .listing_detail_2 .listing_action_btn ul li {
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 1%;
    width: 24.2%;
  }
  .listing_detail_2 .listing_action_btn ul li a {
    padding: 10px;
  }
  .listing_detail_2 .listing_action_btn .fa {
    font-size: 15px;
  }
  .search_wrap .btn_group,
  .search_wrap .form-group {
    width: 100%;
    margin: 0 auto 15px;
  }
  .listinghub_map {
    height: 400px;
    position: relative;
    width: 100%;
  }
  #listinghub_with_map,
  .listing-with-map-page #footer {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .arrow {
    cursor: pointer;
    display: block;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
  }
  header .navbar-default .navbar-nav li ul.sub-menu {
    height: auto;
    left: 0;
    opacity: 1;
    position: relative;
    top: inherit;
    display: none;
  }
  header .navbar-default .navbar-nav li ul.children ul.children,
  header .navbar-default .navbar-nav li ul.children ul.sub-menu,
  header .navbar-default .navbar-nav li ul.sub-menu ul.children,
  header .navbar-default .navbar-nav li ul.sub-menu ul.sub-menu {
    box-shadow: none;
    left: inherit;
    right: 0;
    top: 0;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  .navbar .navbar-header {
    margin: 0 auto;
  }
  .logo {
    float: left;
  }
  .navbar-toggle {
    border-radius: 0;
    margin-right: 0;
    margin-top: 24px;
  }
  #banner {
    padding: 170px 0 120px;
  }
  #banner .search_form {
    width: 100%;
  }
  .search_wrap .btn_group,
  .search_wrap .form-group {
    width: 100%;
    margin: 0 auto 15px;
  }
  #banner .search_form .form-control,
  #banner .search_form form input,
  #banner .search_form form select,
  #banner .search_form form textarea,
  #intro_map .search_form .form-control,
  #intro_map .search_form form input,
  #intro_map .search_form form select,
  #intro_map .search_form form textarea,
  .search_form .form-control,
  .search_form form .btn,
  .search_form form select,
  .search_form form textarea,
  .search_wrap .form-group select {
    padding: 0 15px;
    font-size: 14px;
    height: 55px;
  }
  #navigation,
  #navigation .nav.navbar-nav {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #banner .select::after,
  #intro_map .select::after,
  .search_form .select::after {
    right: 10px;
    top: -5px;
  }
  #navigation .nav.navbar-nav {
    display: block;
  }
  #navigation .nav.navbar-nav li > a,
  .affix #navigation .nav.navbar-nav li > a {
    padding: 18px 0;
  }
  .affix .submit_listing,
  .submit_listing {
    float: none;
    margin: 20px 0 30px;
  }
  .section-header p {
    font-size: 17px;
    line-height: 28px;
  }
  .cities_list {
    height: 220px;
    margin: 0 auto 20px;
    max-width: 380px;
  }
  .form_wrap_m .white_box {
    padding: 15px;
  }
  .form_wrap_m p {
    font-size: 15px;
  }
  #category_slider .owl-nav,
  #popular_listing_slider .owl-nav {
    display: none;
  }
  #intro_map .search_form {
    left: 15px;
    padding: 15px;
    right: 15px;
    width: auto;
  }
  .icon_div {
    top: 18px;
  }
  .footer_2 .follow_us,
  .footer_2 .footer_bottom p {
    text-align: center;
  }
  #inner_banner {
    padding: 170px 0 90px;
  }
  #inner_pages {
    padding: 50px 0;
  }
  .facts_info {
    margin: 0 auto 40px;
    width: 50%;
  }
  .facts_info p span {
    font-size: 60px;
  }
  .partner_logo {
    padding: 10px;
    width: 50%;
  }
  .how_it_work_info {
    padding: 0 0 0 100px;
  }
  .step_n {
    font-size: 70px;
    left: 10px;
    top: -20px;
  }
  .sub_heading p {
    font-size: 25px;
  }
  .not_found_msg .error_msg_div h2 span {
    font-size: 150px;
    line-height: 140px;
  }
  .not_found_msg {
    padding: 30px 30px 40px;
  }
  .share_post a {
    font-size: 14px;
  }
  .commentlist li img.avatar {
    height: 64px;
    width: 64px;
  }
  .comment-content,
  .commentlist .reply {
    margin-left: 90px;
  }
  .comment ul.children {
    padding-left: 60px;
  }
  .sidebar .sidebar_widgets {
    margin-left: 0;
  }
  .listview .listing_img,
  .listview .listing_info,
  .listview_sidebar .listing_img,
  .listview_sidebar .listing_info {
    width: auto;
    float: none;
  }
  .listview .listing_info {
    padding: 20px 20px 0;
  }
  .sidebar_widgets {
    margin: 30px auto 0;
  }
  .listinghub_sidebar {
    margin-top: 0;
  }
  .listing_message .btn {
    padding: 10px 50px;
  }
  .listing_detail_2 .listing_action_btn .fa {
    font-size: 15px;
  }
  .listing_detail_2 .listing_action_btn ul li {
    letter-spacing: 0;
    margin-right: 1%;
    width: 24.2%;
    font-size: 12px;
  }
  .listing_detail_2 .listing_action_btn ul li a {
    padding: 10px 0;
  }
  .style2_header .pricing_info {
    padding-bottom: 0;
    text-align: left;
  }
  .listing_action_btn li {
    letter-spacing: 0;
    margin-right: 1%;
    width: 24%;
  }
  .listing_action_btn li:nth-child(2n) {
    margin-right: 1%;
  }
  .owl-nav .owl-next::after {
    right: -30px;
  }
  .owl-nav > div::after {
    left: -30px;
  }
  #listinghub_with_map,
  .listing-with-map-page #footer {
    padding-right: 0;
  }
  .listinghub_map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 600px) {
  #banner .search_form,
  #category_slider .owl-nav {
    display: block;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  #banner {
    padding: 150px 0 100px;
  }
  #banner .search_form .form-group,
  #banner .search_form .form-group.search_btn,
  #intro_map .search_form .form-group,
  #intro_map .search_form .form-group.search_btn,
  #listing_banner .btn_group,
  #listing_banner .form-group {
    float: none;
    margin: 0 auto 14px;
    width: 100%;
  }
  #category_slider {
    margin: 0 auto;
    width: 250px;
  }
  .section-header p {
    font-size: 15px;
    line-height: 23px;
  }
  .white_box {
    padding: 30px 25px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .listing_info .listing_review_info p {
    float: none;
    margin: 0 auto 10px;
  }
  .listing_info .listing_review_info .listing_map_m {
    float: none;
  }
  .footer_nav ul li {
    float: none;
    width: 100%;
  }
  #popular_listing_slider {
    margin: 0 auto;
  }
  #category_slider .item {
    box-shadow: none;
  }
  .steps_wrap {
    padding: 20px 15px 22px 90px;
  }
  .icon_div {
    font-size: 60px;
    left: 10px;
    width: 70px;
  }
  .pricing_wrap {
    margin-bottom: 40px;
    padding: 30px 15px 15px;
  }
  .plan_info {
    padding: 20px 20px 40px;
  }
  .fan_facts {
    padding: 20px;
  }
  .facts_info {
    margin: 0 auto 40px;
    width: 100%;
  }
  .facts_info p span {
    font-size: 40px;
  }
  .partner_logo {
    padding: 10px 0;
    width: 100%;
  }
  #inner_banner h1 {
    font-size: 38px;
  }
  .how_it_work_info {
    padding: 0 0 0 70px;
  }
  .step_n {
    font-size: 52px;
    left: 0;
    top: -13px;
  }
  .how_it_work_info p {
    font-size: 14px;
    line-height: 24px;
  }
  .how_it_work_info h3 {
    font-size: 24px;
  }
  .sub_heading {
    padding: 20px 15px;
  }
  .sub_heading p {
    font-size: 19px;
    line-height: 28px;
    margin: 0 auto 15px;
  }
  .popular_plan {
    left: 20%;
    right: 20%;
    top: -40px;
  }
  .not_found_msg .error_msg_div h2 span {
    font-size: 70px;
    line-height: 70px;
  }
  .entry-desc h3,
  .not_found_msg .error_msg_div h2 {
    font-size: 24px;
  }
  .widget_title h4 {
    font-size: 22px;
  }
  .commentlist li img.avatar {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  .comment-content,
  .commentlist .reply {
    margin-left: 50px;
  }
  .comment ul.children {
    padding-left: 30px;
  }
  .comment-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .share_post a {
    margin-bottom: 5px;
    width: 49%;
  }
  .layout-switcher,
  .listing_header h5 {
    clear: both;
    float: none;
    text-align: center;
  }
  .listing_rating p {
    float: none;
    margin: 0 auto 10px;
  }
  .listing_detail_header h1 {
    font-size: 37px;
  }
  .listing_rating p.listing_favorites,
  .listing_rating p.listing_like {
    float: left;
    margin-right: 20px;
  }
  .pricing_info p {
    display: block;
    margin: 0 auto 10px;
  }
  .listing_message {
    float: none;
  }
  #amenities ul li {
    float: none;
    width: 100%;
    font-size: 15px;
  }
  .panel-collapse .panel-body {
    padding: 15px;
  }
  #opening_hours ul li {
    font-size: 15px;
  }
  .hours_title {
    width: 114px;
  }
  #opening_hours li span {
    margin: 0 2px;
  }
  #opening_hours ul li i {
    margin-right: 6px;
  }
  .review_form form {
    padding: 30px 20px;
  }
  .review_wrap {
    padding: 15px;
  }
  .review_author {
    width: 60px;
  }
  .review_author img {
    max-width: 100%;
  }
  .review_detail {
    width: calc(100% - 80px);
  }
  .listing_detail_2 .listing_action_btn ul li {
    font-size: 14px;
    width: 49%;
  }
  .listing_action_btn li {
    letter-spacing: 0;
    margin-right: 1%;
    width: 49.5%;
  }
}
@media (max-width: 480px) {
  .review_wrap {
    text-align: center;
  }
  .review_author,
  .review_detail {
    width: auto;
    float: none;
  }
  .review_author img {
    max-width: 100%;
  }
  .listing_detail_2 .listing_action_btn ul li {
    font-size: 12px;
    width: 49%;
  }
  .listing_detail_2 .listing_action_btn ul li:nth-child(2) {
    margin-right: 0;
  }
  .listing_detail_2 .listing_action_btn ul li a {
    padding: 10px 0;
  }
  .listinghub_sidebar {
    padding: 20px 15px;
  }
}

.footer_bottom p {
  text-align: left;
  font-size: 13px;
}
.follow_us {
  text-align: right;
}
.pd {
  padding-bottom: 0;
}
.entry-desc h3 {
  margin: 0;
}
.article_wrap {
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
}

.city-overlay {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.city-overlay h4 {
  font-weight: bold;
  color: #fff;
}

:root {
  --bg: #fafbfc;
  --surface: #ffffff;
  --surface-2: #f4f6fa;
  --border: #e8ecf1;
  --border-strong: #d6dde6;
  --text: #0f172a;
  --text-2: #475569;
  --muted: #94a3b8;
  --primary: #3b82f6;
  --primary-600: #2563eb;
  --primary-50: #eff6ff;
  --ring: 0 0 0 4px rgba(59, 130, 246, 0.15);
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow: 0 6px 24px -8px rgba(15, 23, 42, 0.12);
  --shadow-lg: 0 20px 50px -20px rgba(15, 23, 42, 0.25);
  --radius: 14px;
  --grad-hero:
    radial-gradient(1200px 500px at 80% -10%, #dbeafe 0%, transparent 60%),
    radial-gradient(900px 400px at -10% 10%, #eef2ff 0%, transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  --grad-primary: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background: var(--bg);
  color: var(--text);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--grad-primary);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: var(--shadow);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-size: 14px;
  color: var(--text-2);
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.2s;
}

.btn-primary {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(59, 130, 246, 0.6);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(59, 130, 246, 0.7);
}

.btn-ghost {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--border-strong);
}

/* Hero */
.hero {
  position: relative;
  background: var(--grad-hero);
  padding: 96px 0 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-2);
  box-shadow: var(--shadow-sm);
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}

.hero h1 {
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 18px 0 16px;
}

.hero h1 .grad {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.lead {
  font-size: 18px;
  color: var(--text-2);
  max-width: 560px;
}

.search {
  margin-top: 28px;
  display: flex;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 6px;
  box-shadow: var(--shadow-lg);
  max-width: 560px;
}

.search input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  padding: 12px 14px;
  background: transparent;
  color: var(--text);
}

.search input::placeholder {
  color: var(--muted);
}

.search button {
  border: 0;
  border-radius: 10px;
  background: var(--grad-primary);
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust {
  margin-top: 22px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--text-2);
  font-size: 13px;
}

.trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

/* Hero illustration (animated SVG) */
.illus {
  position: relative;
  height: 420px;
}

.illus svg {
  width: 100%;
  height: 100%;
}

.float {
  animation: floaty 6s ease-in-out infinite;
}

.float.delay {
  animation-delay: -3s;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.spin-slow {
  transform-origin: center;
  animation: spin 24s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.dash {
  stroke-dasharray: 4 6;
  animation: dash 8s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -200;
  }
}

/* Sections */
section {
  padding: 80px 0;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.section-head .tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-600);
}

.section-head h2 {
  font-size: 36px;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 10px 0 10px;
}

.section-head p {
  color: var(--text-2);
  font-size: 16px;
}

/* Categories */
.cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cat {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.cat::after {
  content: "";
  position: absolute;
  inset: auto -40% -60% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    closest-side,
    rgba(59, 130, 246, 0.15),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.cat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #cfd8e3;
}

.cat:hover::after {
  opacity: 1;
}

.cat .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-50);
  color: var(--primary-600);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.cat .ico svg {
  width: 22px;
  height: 22px;
}

.cat h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cat p {
  font-size: 13px;
  color: var(--text-2);
  margin-top: 4px;
}

.cat .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--muted);
  transition:
    transform 0.2s,
    color 0.2s;
}

.cat:hover .arrow {
  color: var(--primary-600);
  transform: translateX(2px);
}

/* Articles */
.articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.card .thumb {
  aspect-ratio: 16/10;
  background: var(--surface-2);
  overflow: hidden;
  position: relative;
}

.card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .thumb img {
  transform: scale(1.06);
}

.card .body {
  padding: 18px;
}

.chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-600);
  background: var(--primary-50);
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 10px 0 6px;
  line-height: 1.35;
}

.card .meta {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.card .more {
  color: var(--primary-600);
  font-weight: 600;
  font-size: 13px;
}

.more-list {
  margin-top: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px;
}

.more-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--text-2);
  transition:
    background 0.15s,
    color 0.15s;
}

.more-list a:hover {
  background: var(--surface-2);
  color: var(--text);
}

.more-list a + a {
  border-top: 1px solid var(--border);
}

/* Stats band */
.stats {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 36px 0;
  text-align: center;
}

.stats .n {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stats .l {
  font-size: 13px;
  color: var(--text-2);
  margin-top: 4px;
}

/* Disclaimer */
.disclaimer {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 24px;
}

.disclaimer h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.disclaimer p {
  color: var(--text-2);
  font-size: 14px;
}

/* Footer */
footer {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 56px 0 28px;
  margin-top: 40px;
}

.foot {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.foot h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.foot a,
.foot p {
  display: block;
  font-size: 14px;
  color: var(--text-2);
  padding: 4px 0;
  transition: color 0.15s;
}

.foot a:hover {
  color: var(--primary-600);
}

.copy {
  padding-top: 20px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .hero {
    padding: 64px 0 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .illus {
    height: 300px;
  }

  .cats {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .foot {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .nav-links a:not(.btn) {
    display: none;
  }

  .hero h1 {
    font-size: 32px;
  }

  .cats {
    grid-template-columns: 1fr 1fr;
  }

  .articles {
    grid-template-columns: 1fr;
  }

  .foot {
    grid-template-columns: 1fr;
  }
}

/* ////////////////////////////// */
.nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.nav-links > a,
.nav-links > span,
.nav-links > div {
  white-space: nowrap;
}

.btn {
  white-space: nowrap;
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  display: none; /* IMPORTANT */
  z-index: 9999;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #111827;
}

.dropdown-menu a:hover {
  background: #f3f4f6;
}

.welcome-user {
  white-space: nowrap;
  font-weight: 600;
}
