@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body .wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

body .wrapper-1400 {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

body header {
  background-color: #01213d;
  padding: 25px 0;
}

body header .logo {
  display: inline-block;
  float: left;
  margin-top: 6px;
}

body header .logo img {
  width: 230px;
}

body header .menu {
  margin: 10px 0 10px 100px;
  padding: 0;
  float: left;
}

body header .menu li {
  display: inline-block;
  list-style-type: none;
  float: left;
  line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #fff;
}

body header .menu li:last-child {
  border: none;
}

body header .menu li a {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body header .menu li a:hover,
body header .menu li a:visited {
  text-decoration: none;
  color: #fff;
}

body header .menu li a:hover:after,
body header .menu li a.active:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}

body header .toggle_menu {
  font-size: 30px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  line-height: 30px;
  margin-top: 10px;
}

body header .acc_holder {
  float: right;
}

body header .acc_holder .acc {
  margin: 10px 0 10px 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

body header .acc_holder .acc i {
  position: relative;
  color: #fff;
  font-size: 18px;
}

body header .acc_holder .acc span {
  top: -1px;
  left: -8px;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #ff3c00;
  color: #fff;
  border-radius: 100%;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

body header .acc_holder .acc span.inactive {
  display: none;
}

body header .acc_holder .acc a {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

body form .response {
  display: none;
  clear: both;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

body form .response.success {
  color: #00d378;
}

body form .response.error {
  color: red;
}

body form .input-group-single {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 10px;
}

body form .input-group.error .input-group-text {
  border-color: #ff3c00;
}

body form .input-group.error input,
body form .input-group.error textarea {
  border-color: #ff3c00;
  color: red;
}

body form input.error,
body form textarea.error {
  border-color: #ff3c00;
  color: red;
}

body form label.error {
  display: block;
  width: 100%;
  color: #ff3c00;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

body .banner_section {
  background: #f9f9f9;
  padding-top: 60px;
  margin-bottom: 120px;
}

body .banner_section img {
  margin-bottom: -14%;
}

body .banner_section h1 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

body .banner_section h1.h1home {
  font-size: 36px;
  padding-top: 35px;
}

body .banner_section h1.h1home span {
  font-size: 37px;
  padding-left: 197px;
}

body .banner_section h2 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 17.3px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 30px 1.3px;
  font-weight: 100;
}

body .banner_section .btn.custom_btn {
  background: #ff3c00;
  color: #fff;
}

body .banner_section label {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

body .banner_section #video_monitor {
  position: absolute;
  left: 5%;
  top: 5.2%;
  width: 77.2%;
  height: 84%;
  background-color: #000;
}

body .banner_section.privacy_policy h1 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 34px;
  margin: 0;
  padding: 0 0 0;
  font-weight: 700;
}

body .banner_section.privacy_policy ul {
  padding-left: 20px;
}

body .banner_section.privacy_policy ul li {
  font-family: 'Open Sans', sans-serif;
}

body .banner_section.privacy_policy p {
  font-family: 'Open Sans', sans-serif;
}

body .favorite_properties {
  padding: 50px 0 50px 0;
}

body .favorite_properties .wrapper {
  min-height: 400px;
}

body .favorite_properties h3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #01213d;
  text-align: center;
  margin: 0 0 60px;
  padding: 0 0 15px;
  position: relative;
}

body .favorite_properties h3 strong {
  font-weight: 700;
}

body .favorite_properties h3:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 4px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

body .new_posts_section h3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #01213d;
  text-align: center;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
}

body .new_posts_section h3 strong {
  font-weight: 700;
}

body .new_posts_section h3:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 4px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

body .best_posts_section {
  padding: 35px 0;
  margin-top: 56px;
  margin-bottom: 16px;
}

body .best_posts_section h3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #01213d;
  text-align: center;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
}

body .best_posts_section h3 strong {
  font-weight: 700;
}

body .best_posts_section h3:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 4px;
  background-color: #01213d;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

body .top_details {
  background-color: #f9f9f9;
  padding: 40px 0;
  border-bottom: 1px solid #d8dee2;
}

body .top_details h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: 700;
}

body .top_details p {
  color: #77848c;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 16px;
}

body .top_details p span {
  color: #01213d;
}

body .top_details p i {
  color: #00d378;
  min-width: 14px;
  text-align: center;
  margin-right: 5px;
}

body .top_details p a {
  color: #ff3c00;
  text-decoration: underline;
}

body .details_section {
  padding: 60px 0;
}

body .details_section .saler_box {
  background: #f9f9f9;
  border-radius: 18px;
}

body .details_section .saler_box .top_box {
  padding: 25px;
  border-bottom: 1px solid #d5dfe5;
}

body .details_section .saler_box .top_box .saler_info {
  padding-left: 20px;
}

body .details_section .saler_box .top_box .saler_info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #01213d;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

body .details_section .saler_box .top_box .saler_info h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #77848c;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

body .details_section .saler_box .top_box .saler_info h4 span {
  color: #00d378;
}

body .details_section .saler_box .top_box .saler_info h5 {
  line-height: 24px;
  margin-top: 5px;
}

body .details_section .saler_box .top_box .saler_info h5 i {
  font-size: 14px;
  line-height: 24px;
  color: #00d378;
  float: left;
  margin-right: 10px;
}

body .details_section .saler_box .top_box .saler_info h5 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #01213d;
  font-size: 22px;
}

body .details_section .saler_box .form_box {
  padding: 25px 25px 10px 25px;
}

body .details_section .saler_box .form_box h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #01213d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

body .details_section .saler_box .form_box .input-group {
  margin-top: 10px;
}

body .details_section .saler_box .form_box .input-group .input-group-text {
  background: #fff;
  border-right: 0;
  padding-right: 0;
}

body .details_section .saler_box .form_box .input-group .input-group-text i {
  color: #d8dee2;
}

body .details_section .saler_box .form_box .input-group input {
  outline: none !important;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-left: 0;
}

body .details_section .saler_box .form_box textarea {
  min-height: 108px;
}

body .details_section .saler_box .share-icons {
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #d5dfe5;
  margin-top: 20px;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share {
  padding: 0;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share:after {
  display: none !important;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share .jssocials-share-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #77848c;
  color: #fff;
  padding: 0 !important;
  margin: 6px;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-facebook .jssocials-share-link:hover {
  background: #fff;
  color: #3b5998;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-twitter .jssocials-share-link:hover {
  background: #fff;
  color: #00aced;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-whatsapp .jssocials-share-link {
  background: #25D366;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #fff;
  color: #25D366;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

body .details_section .saler_box .share-icons .jssocials-shares .jssocials-share.jssocials-share-email .jssocials-share-link:hover {
  background: #fff;
  color: #3490F3;
}

body .details_section2 {
  padding-bottom: 40px;
}

body .details_section2 h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body .details_section2 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #77848c;
  font-weight: normal;
}

body .details_section3 {
  padding-bottom: 40px;
}

body .details_section3 h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
}

body .details_section3 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

body .details_section3 ul li {
  display: inline-block;
  width: 100%;
  float: left;
  list-style-type: none;
  background: #f4f9fb;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 0 35px;
  line-height: 46px;
}

body .details_section3 ul li:first-child {
  border-top: 1px solid #dae2e7;
}

body .details_section3 ul li p {
  display: inline-block;
  float: left;
  margin: 0;
  color: #77848c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

body .details_section3 ul li span {
  display: inline-block;
  float: right;
  color: #77848c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

body .details_section4 {
  padding-bottom: 40px;
}

body .details_section4 h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
}

body .details_section5 {
  padding-bottom: 40px;
}

body .details_section5 h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
}

body .details_section5 hr {
  margin: 0;
}

body .details_section5 h6 {
  font-family: 'Open Sans', sans-serif;
  color: #77848c;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 18px;
}

body .search_section {
  background: #f9f9f9;
  padding: 35px 0;
  border-bottom: 1px solid #d8dee2;
}

body .search_section .btn.custom_btn {
  background: #ff3c00;
  color: #fff;
}

body .sales_section {
  padding: 50px 0;
}

body .sales_section h2 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 5px;
  text-align: center;
}

body .sales_section h3 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

body .sales_section h3:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 4px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

body .sales_section .filter_tabs {
  margin: 0;
  padding: 0;
}

body .sales_section .filter_tabs li {
  list-style-type: none;
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
}

body .sales_section .filter_tabs li a {
  line-height: 45px;
  display: inline-block;
  cursor: pointer;
  color: #01213d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0 0 0 1px #d8dee2 inset;
  -ms-box-shadow: 0 0 0 1px #d8dee2 inset;
  -o-box-shadow: 0 0 0 1px #d8dee2 inset;
  box-shadow: 0 0 0 1px #d8dee2 inset;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .sales_section .filter_tabs li a:hover,
body .sales_section .filter_tabs li a.active {
  background: #01213d;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #01213d inset;
  -ms-box-shadow: 0 0 0 1px #01213d inset;
  -o-box-shadow: 0 0 0 1px #01213d inset;
  box-shadow: 0 0 0 1px #01213d inset;
}

body .sales_section .filter_tabs li a:hover:hover,
body .sales_section .filter_tabs li a.active:hover {
  text-decoration: none;
}

body .sales_section .filter_tabs li:first-child a {
  border-radius: 20px 0 0 20px;
}

body .sales_section .filter_tabs li:last-child a {
  border-radius: 0 20px 20px 0;
}

body .sales_section .view_type {
  text-align: right;
}

body .sales_section .view_type p {
  line-height: 45px;
  display: inline-block;
  color: #01213d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  float: right;
}

body .sales_section .view_type a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #01213d;
  border: 1px solid #01213d;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  float: right;
}

body .sales_section .view_type a i {
  color: #fff;
}

body .sales_section .view_type a.active {
  background: #fff;
}

body .sales_section .view_type a.active i {
  color: #01213d;
}

body .sales_section p.pag_nr {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
}

body .sales_section p.pag_nr a {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
}

body .sales_section p.pag_nr a.active {
  color: #01213d;
}

body .pac-container:after {
  display: none !important;
}

body .pagination {
  font-family: 'Open Sans', sans-serif;
  margin: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .pagination .page-item.active .page-link {
  background: #01213d;
  color: #fff;
}

body .pagination .page-link {
  border: none !important;
  color: #01213d;
  font-weight: 300;
  font-size: 13px;
  outline: 0;
  cursor: pointer;
}

body .pagination .page-item:first-child .page-link,
body .pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}

body footer {
  background: #01213d;
  padding: 60px 0 0;
}

body footer h4 {
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #00d378;
  position: relative;
  padding-bottom: 20px;
}

body footer h4:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  bottom: 0px;
}

body footer .social_media {
  margin: 30px 0 30px;
  padding: 0;
}

body footer .social_media li {
  display: inline-block;
  float: left;
}

body footer .social_media li a {
  color: #fff;
  background: #00d378;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 8px 0 0;
  border-radius: 100%;
  text-align: center;
}

body footer ul.contacts {
  margin: 20px 0 30px;
  padding: 0;
}

body footer ul.contacts li {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

body footer ul.contacts li i {
  color: #00d378;
  font-size: 14px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

body footer ul.contacts li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

body footer ul.videoimobile {
  margin: 20px 0 30px;
  padding: 0;
}

body footer ul.videoimobile li {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  width: 33%;
  float: left;
}

body footer ul.videoimobile li i {
  color: #fff;
  font-size: 14px;
}

body footer ul.videoimobile li a {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

body footer .bottom_band {
  background: #001d37;
  color: #fff;
  margin-top: 30px;
  padding: 30px 0;
}

body footer .bottom_band p {
  color: #87a4be;
  font-size: 13px;
  margin: 0;
}

body .property-attributes > div:nth-child(1) .attrib-block,
body .property-attributes > div:nth-child(2) .attrib-block {
  border-top: 1px solid #dae2e7;
}

body .property-attributes .attrib-block {
  background: #f9f9f9;
  color: #77848c;
  padding: 0 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 46px;
  margin: 1px;
}

body .property-attributes .attrib-block:after {
  content: " ";
  display: block;
  clear: both;
}

body .property-attributes .attrib-block .label {
  display: inline-block;
  float: left;
}

body .property-attributes .attrib-block .val {
  display: inline-block;
  float: right;
}

body .pricing_section {
  padding: 40px 0 50px;
}

body .pricing_section h1 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}

body .pricing_section .pricing-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}

body .pricing_section .pricing-tabs .tabs-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 800px;
}

body .pricing_section .pricing-tabs .tabs-holder a {
  min-width: 50%;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #01213d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0 0 0 1px #d8dee2 inset;
  -ms-box-shadow: 0 0 0 1px #d8dee2 inset;
  -o-box-shadow: 0 0 0 1px #d8dee2 inset;
  box-shadow: 0 0 0 1px #d8dee2 inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .pricing_section .pricing-tabs .tabs-holder a:hover,
body .pricing_section .pricing-tabs .tabs-holder a.active {
  background: #01213d;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #01213d inset;
  -ms-box-shadow: 0 0 0 1px #01213d inset;
  -o-box-shadow: 0 0 0 1px #01213d inset;
  box-shadow: 0 0 0 1px #01213d inset;
}

body .pricing_section .pricing-tabs .tabs-holder a:hover:hover,
body .pricing_section .pricing-tabs .tabs-holder a.active:hover {
  text-decoration: none;
}

body .pricing_section .pricing-tabs .tabs-holder a.green:hover,
body .pricing_section .pricing-tabs .tabs-holder a.green.active {
  background: #02c26f;
  border-color: #02c26f;
  -webkit-box-shadow: 0 0 0 1px #02c26f inset;
  -ms-box-shadow: 0 0 0 1px #02c26f inset;
  -o-box-shadow: 0 0 0 1px #02c26f inset;
  box-shadow: 0 0 0 1px #02c26f inset;
}

body .pricing_section .pricing-tabs .tabs-holder a:first-of-type {
  border-radius: 20px 0 0 20px;
}

body .pricing_section .pricing-tabs .tabs-holder a:last-of-type {
  border-radius: 0 20px 20px 0;
}

body .pricing_section p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
}

body .pricing_section p a {
  color: #02c26f;
}

body .pricing_section .box {
  background: #f9f9f9;
  border-radius: 0 0 20px 20px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px 20px 0 0;
}

body .pricing_section .box svg {
  position: absolute;
  top: -3px;
  right: -3px;
}

body .pricing_section .box:before {
  content: "";
  width: 30px;
  height: 400px;
  background: url(/img/box_shadow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}

body .pricing_section .box .box_title {
  background: #02c26f;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #e1e5e8;
}

body .pricing_section .box .box_title.dark-blue {
  background: #01213d;
}

body .pricing_section .box .box_title.gray {
  background: #e3e3e3;
  color: #01213d;
}

body .pricing_section .box .box_title.blue {
  background: #446888;
}

body .pricing_section .box .box_title.green {
  background: #00d378;
}

body .pricing_section .box .box_content {
  text-align: center;
  padding: 0 15px 20px;
}

body .pricing_section .box .box_content h3 {
  padding: 20px 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
}

body .pricing_section .box .box_content h3.font_mai_mic {
  font-size: 32px;
}

body .pricing_section .box .box_content h3 sup {
  font-size: 16px;
}

body .pricing_section .box .box_content span {
  margin-top: -10px;
  background: #01213d;
  color: #fff;
  width: 170px;
  height: 170px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  border-radius: 100%;
  border: 10px solid #f9f9f9;
}

body .pricing_section .box .box_content span sup {
  font-size: 29px;
}

body .pricing_section .box .box_content ul {
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}

body .pricing_section .box .box_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #e1e5e8;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  position: relative;
}

body .pricing_section .box .box_content ul li.text-x-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

body .pricing_section .box .box_content ul li i {
  font-weight: 700;
  color: #00d378;
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  margin: auto;
  display: inline-block;
  font-size: 14px;
}

body .pricing_section .box .box_content ul li i.blue {
  color: #026bc7;
}

body .pricing_section .box .box_content ul li a {
  color: #00d378;
  white-space: nowrap;
  text-decoration: underline;
}

body .pricing_section .box .box_content ul li a.blue {
  color: #04457e;
}

body .pricing_section .box .box_content ul li.no_border {
  border-top: 0;
  padding: 0 0 20px;
}

body .pricing_section .box .box_content ul li.rows_height_2 {
  line-height: 48px;
}

body .pricing_section .box .box_content ul li.rows_height_3 {
  line-height: 72px;
}

body .pricing_section .box .promo {
  background-color: #01315b;
  color: white;
  position: absolute;
  right: -15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e1e5e8;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  width: 85px;
  height: 85px;
  border-radius: 100%;
}

body .pricing_section .box .promo2 {
  width: 200px;
  background: #00d378;
  position: absolute;
  bottom: 17px;
  right: -60px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  padding: 5px 0;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

body .pricing_section .box2 {
  background: #f9f9f9;
  border-radius: 0 0 20px 20px;
  margin: 10px 0 30px;
  position: relative;
  border-radius: 20px 20px 0 0;
}

body .pricing_section .box2:before {
  content: "";
  width: 30px;
  background: url(/img/box_shadow.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
}

body .pricing_section .box2 .box_title {
  background: none;
  color: #01213d;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 25px;
  padding: 25px 0;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  border-bottom: 2px solid #e1e5e8;
}

body .pricing_section .box2 .box_content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border-bottom: 1px solid #e1e5e8;
}

body .pricing_section .box2 .box_content:last-of-type {
  border-bottom: none;
}

body .pricing_section .box2 .box_content h3 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
}

body .pricing_section .box2 .box_content h3.price {
  font-size: 24px;
  line-height: 26px;
}

body .pricing_section .box2 .box_content h3.price sup {
  font-size: 16px;
}

body .pricing_section .box2 .box_content span {
  margin-top: -10px;
  background: #01213d;
  color: #fff;
  width: 170px;
  height: 170px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  border-radius: 100%;
  border: 10px solid #f9f9f9;
}

body .pricing_section .box2 .box_content span sup {
  font-size: 29px;
}

body .pricing_section .box2 .box_content .flex-item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22%;
}

body .pricing_section .box2 .box_content .flex-item:first-of-type {
  border-right: 1px solid #e1e5e8;
}

body .pricing_section .box2 .box_content .flex-item:last-of-type {
  border-left: 1px solid #e1e5e8;
}

body .pricing_section .box2 .box_content .flex-item.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body .pricing_section .box2 .box_content ul {
  margin: 0 30px;
  padding: 0;
  text-align: left;
  width: 100%;
}

body .pricing_section .box2 .box_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e1e5e8;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  position: relative;
}

body .pricing_section .box2 .box_content ul li i {
  font-weight: 700;
  color: #00d378;
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  margin: auto;
  display: inline-block;
  font-size: 14px;
}

body .pricing_section .box2 .box_content ul li:last-child {
  border-bottom: none;
}

body .pricing_section .box2 .box_content ul li a {
  color: #00d378;
  white-space: nowrap;
  text-decoration: underline;
}

body .pricing_section #agentii-imobiliare .box.BUSINESS h3 {
  font-size: 18px;
}

body .contact_section {
  padding: 60px 0 50px;
}

body .contact_section h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 34px;
  color: #01213d;
  text-transform: uppercase;
  font-weight: 700;
}

body .contact_section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: normal;
}

body .contact_section p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
}

body .contact_section p a {
  color: #000;
}

body .contact_section label {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  margin-bottom: 0;
}

body .contact_section label span {
  color: red;
  font-size: 12px;
}

body .contact_section label.error {
  margin-top: 3px;
}

body .contact_section input,
body .contact_section textarea {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
}

body .contact_section .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00d378;
  background-color: #00d378;
}

body .contact_section .custom-control-label {
  cursor: pointer;
}

body .contact_section .custom-radio {
  margin-bottom: 5px;
}

body .contact_section .right_side h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: normal;
  position: relative;
}

body .contact_section .right_side h3:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #00d378;
  position: absolute;
  left: 0;
  bottom: 15px;
}

body .contact_section .right_side p a {
  font-size: 22px;
}

body .share-icons {
  display: none;
}

body .share-icons.jssocials {
  display: block;
}

body .share-icons .jssocials-shares:after {
  content: "";
  clear: both;
  display: block;
}

body .share-icons .jssocials-shares .jssocials-share {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  margin-right: 1px;
}

body .share-icons .jssocials-shares .jssocials-share:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #77848c;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

body .share-icons .jssocials-shares .jssocials-share:last-child:after {
  display: none;
}

body .share-icons .jssocials-shares .jssocials-share .jssocials-share-link {
  font-size: 18px;
  color: #77848c;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: .3em .2em;
  display: inline-block;
}

body .share-icons .jssocials-shares .jssocials-share .jssocials-share-link:hover {
  color: #000;
}

body .agency-page-logo {
  max-width: 100%;
}

body .agent-block {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

body .agent-block .agent-meta {
  background: #f9f9f9;
  padding: 20px;
}

body .agent-block .agent-meta .avatar {
  border-radius: 50%;
  overflow: hidden;
}

body .agent-block .agent-meta .avatar img {
  width: 100%;
}

body .agent-block .agent-meta h3 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
  padding: 0px 0 10px 0;
  font-weight: 700;
}

body .agent-block .agent-meta h4 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 100;
}

body .agent-block .agent-meta .description {
  border-top: 1px solid #dfe5e9;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
}

body .agent-block .agent-meta .agent-properties-url {
  float: right;
  text-transform: uppercase;
}

body .agent-block .agent-properties {
  max-height: 500px;
  overflow: hidden;
}

body .agent-page .avatar {
  border-radius: 50%;
  overflow: hidden;
}

body .agent-page .avatar img {
  width: 100%;
  margin-bottom: 0 !important;
}

body .agent-page h3 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
  padding: 0px 0 10px 0;
  font-weight: 700;
}

body .agent-page h4 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 100;
}

body .agent-page .description {
  border-top: 1px solid #dfe5e9;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
}

body .agency-page {
  padding: 20px 0 !important;
}

body .agency-page .avatar img {
  width: 100%;
  margin-bottom: 0 !important;
}

body .agency-page h3 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
  padding: 0px 0 10px 0;
  font-weight: 700;
}

body .agency-page h4 {
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 100;
}

body .agency-page .description {
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
}

body .about_us_section {
  padding: 35px 0 130px;
}

body .about_us_section h1,
body .about_us_section h2,
body .about_us_section h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  font-weight: 600;
  border-bottom: 1px solid #dfe5e9;
  max-width: 450px;
  width: 100%;
  padding: 25px 0 10px;
  color: #01213d;
  margin-bottom: 10px;
}

body .about_us_section h1 i,
body .about_us_section h2 i,
body .about_us_section h3 i {
  color: #02c26f;
  padding-right: 10px;
}

body .about_us_section p {
  font-size: 23px;
  line-height: 28px;
  color: #77848c;
  font-family: 'Open Sans', sans-serif;
}

body .about_us_section .our_team_gallery {
  margin-top: 30px;
}

body .about_us_section .our_team_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dfe5e9;
  margin-bottom: 30px;
}

body .about_us_section .our_team_box p {
  padding: 40px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #01213d;
  line-height: 22px;
  margin-bottom: 0;
}

body .about_us_section .our_team_box p strong {
  font-size: 18px;
}

textarea .embed-code {
  background: #fff !important;
  border: none !important;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none !important;
  font-weight: normal !important;
  color: #222 !important;
}

.extra-service-description p {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  body .pricing_section .box .box_content ul li {
    font-size: 15px;
  }

  body .pricing_section p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  body header .menu {
    margin-left: 20px;
  }

  body header .menu li {
    padding: 0 7px;
  }

  body .banner_section h1.h1home {
    font-size: 32px;
    padding-top: 0;
  }

  body .banner_section h1.h1home span {
    font-size: 31px;
    padding-left: 176px;
  }

  body .banner_section h2 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  body .banner_section.privacy_policy h1 {
    padding-top: 0;
    font-size: 24px;
  }

  body .sales_section .filter_tabs li a {
    font-size: 12px;
  }

  body .about_us_section {
    padding-bottom: 50px;
  }

  body .about_us_section .our_team_box img {
    max-width: 200px;
  }
}

@media (max-width: 1100px) {
  body .pricing_section .box2 .box_content .flex-item {
    min-width: 232px;
  }
}

@media (min-width: 1025px) {
  body header .menu_holder {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  body header {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
  }

  body header .logo {
    font-size: 24px;
    margin-top: 3px;
  }

  body header .menu_holder {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  body header .menu {
    margin-left: 15px;
    display: inline-block;
    margin: 0 0 15px 0;
    width: 100%;
  }

  body header .menu li {
    float: right;
    width: 100%;
    text-align: right;
    border: none;
    padding: 0;
    line-height: 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  body header .menu li:last-child {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  body header .menu li a {
    font-size: 14px;
  }

  body header .menu li a:after {
    display: none !important;
  }

  body header .toggle_menu {
    display: inline-block;
    float: right;
  }
}

@media (max-width: 991px) {
  body .banner_section h1.h1home {
    font-size: 28px;
  }

  body .banner_section h1.h1home span {
    font-size: 27px;
    padding-left: 154px;
  }

  body .banner_section h2 {
    font-size: 14px;
  }

  body .about_us_section h1,
  body .about_us_section h2,
  body .about_us_section h3 {
    font-size: 28px;
  }

  body .about_us_section p {
    font-size: 18px;
  }

  body .about_us_section .our_team_box img {
    max-width: 120px;
  }

  body .about_us_section .our_team_box p {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  body .banner_section h1.h1home span {
    padding-left: 0;
  }

  body .pricing_section .box2 {
    padding: 0 36px;
  }

  body .pricing_section .box2 .box_content {
    display: block;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e5e8;
  }

  body .pricing_section .box2 .box_content .flex-item {
    padding: 10px 0;
    border: none !important;
  }

  body .pricing_section .box2 .box_content .flex-item:first-of-type {
    border-right: none;
  }

  body .pricing_section .box2 .box_content .flex-item:first-of-type h3 {
    color: #02c26f;
  }

  body .pricing_section .box2 .box_content .flex-item:nth-child(2) {
    padding: 0;
  }

  body .pricing_section .box2 .box_content .flex-item:last-of-type {
    border-left: none;
    border-top: 1px solid #e1e5e8;
  }

  body .pricing_section .box2 .box_content ul {
    margin: 0;
  }
}

@media (max-width: 767px) {
  body .banner_section h2 {
    font-size: 16px;
  }

  body .best_posts_section h3 {
    font-size: 24px;
  }

  body .best_posts_section h3 strong {
    font-weight: 700;
  }

  body .agency-page-logo {
    max-width: 200px;
    margin: 20px auto;
  }

  body .agent-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  body .agent-block .agent-meta {
    background: #f9f9f9;
    padding: 20px;
  }

  body .agent-block .agent-meta .avatar {
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
    max-width: 200px;
  }

  body .agent-block .agent-meta .avatar img {
    width: 100%;
  }

  body .agent-block .agent-meta h3 {
    font-family: 'Open Sans', sans-serif;
    color: #01213d;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    padding: 0px 0 10px 0;
    font-weight: 700;
  }

  body .agent-block .agent-meta h4 {
    font-family: 'Open Sans', sans-serif;
    color: #01213d;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 0 0 15px;
    font-weight: 100;
  }

  body .agent-block .agent-meta .description {
    border-top: 1px solid #dfe5e9;
    padding: 10px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
  }

  body .agent-block .agent-meta .agent-properties-url {
    float: right;
    text-transform: uppercase;
  }

  body .agent-block .agent-properties {
    max-height: 500px;
    overflow: hidden;
  }

  body .banner_section {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
  }

  body .banner_section img {
    margin: 0 auto 5%;
    margin-left: 7%;
    width: 100%;
  }

  body .banner_section #video_monitor {
    left: 10.5%;
    top: 0;
    width: 80%;
    height: 70%;
    background: none;
  }

  body .details_section3 ul li {
    padding: 0 15px;
    border-top: 2px solid #fff !important;
  }

  body .details_section3 ul li p,
  body .details_section3 ul li span {
    font-size: 14px;
  }

  body .search_section .search_rows {
    display: none;
  }

  body footer ul.videoimobile li {
    width: 100%;
  }

  body .search_filters_form .form-filter {
    height: auto;
    margin-bottom: 10px;
  }

  body .search_filters_form .form-filter .dropdown {
    position: static !important;
    margin-bottom: 10px;
    width: 100% !important;
  }

  body .pricing_section {
    padding: 50px 0;
  }

  body .pricing_section p {
    font-size: 14px;
  }

  body .pricing_section .box .box_content {
    min-height: 0 !important;
  }

  body .about_us_section .our_team_box img {
    max-width: 230px;
  }
}

@media (max-width: 575px) {
  body .banner_section #video_monitor {
    left: 10.7%;
    top: 0;
    width: 79%;
    height: 70%;
  }

  body .sales_section .filter_tabs li {
    width: 100%;
  }

  body .sales_section .filter_tabs li:first-child a {
    border-radius: 20px 20px 0 0;
  }

  body .sales_section .filter_tabs li:last-child a {
    border-radius: 0 0 20px 20px;
  }

  body .pricing_section .pricing-tabs .tabs-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body .pricing_section .pricing-tabs .tabs-holder a:first-of-type {
    border-radius: 20px 20px 0 0;
  }

  body .pricing_section .pricing-tabs .tabs-holder a:last-of-type {
    border-radius: 0 0 20px 20px;
  }

  body .about_us_section .our_team_box img {
    max-width: 115px;
  }
}

.custom-tabs {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-tabs.loaded {
  opacity: 1;
}

.custom-tabs .tab-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-tabs .tab-navi .custom_tab {
  max-width: 385px;
  background: #f9f9f9;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #01213d;
  font-size: 16px;
  border-radius: 18px 18px 0 0;
  border: 1px solid #f9f9f9;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 5px;
}

.custom-tabs .tab-navi .custom_tab:last-child {
  margin-right: 0;
}

.custom-tabs .tab-navi .custom_tab.active,
.custom-tabs .tab-navi .custom_tab:hover {
  background: #fff;
  text-decoration: none;
  border: 1px solid #01213d;
  border-bottom: 1px solid #fff;
}

.custom-tabs .tabs-cont {
  margin-top: 20px;
}

.custom-tabs .tabs-cont .tab_content {
  display: none;
}

@media (max-width: 450px) {
  body .banner_section #video_monitor {
    left: 11.7%;
    top: 0;
    width: 77%;
    height: 70%;
  }

  body header .acc_holder .acc {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  body .banner_section h1.h1home {
    font-size: 24px;
  }

  body .banner_section h1.h1home span {
    font-size: 23px;
  }

  body .banner_section h2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.btn_green {
  background: #00d378;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.btn_green:hover,
.btn_green:visited {
  color: #fff;
  text-decoration: none;
}

.btn_gray {
  background: #e3e3e3;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #01213d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.btn_gray:hover,
.btn_gray:visited {
  color: #01213d;
  text-decoration: none;
}

.btn_blue {
  background: #446888;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.btn_blue:hover,
.btn_blue:visited {
  color: #fff;
  text-decoration: none;
}

.btn_white {
  background: #fff;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #01213d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.btn_white:hover,
.btn_white:visited {
  color: #01213d;
  text-decoration: none;
}

.btn_red {
  background: #ff3c00;
  line-height: 38px;
  display: inline-block;
  padding: 0 15px;
  color: #fff !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
  text-align: center;
}

.btn_red:hover,
.btn_red:visited {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .btn_red {
    font-size: 12px;
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

.form-control {
  color: #898989;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #898989;
  font-family: 'Open Sans', sans-serif;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
  font-family: 'Open Sans', sans-serif;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
  font-family: 'Open Sans', sans-serif;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
  font-family: 'Open Sans', sans-serif;
}

.out {
  display: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

.post_box {
  margin: 40px 4px 0;
  padding-bottom: 15px;
}

.post_box .share-icons {
  margin: 10px 0;
}

.post_box .img_holder {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.post_box .img_holder a {
  display: block;
  position: relative;
  overflow: hidden;
}

.post_box .img_holder a .sold {
  width: 200px;
  background: #ff3c00;
  position: absolute;
  top: 30px;
  left: -60px;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_box .img_holder a.has_video {
  top: 77px;
  color: #01213d;
}

.post_box .img_holder a .has_video {
  width: 200px;
  background: #00d378;
  position: absolute;
  top: 30px;
  left: -60px;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.post_box .img_holder a .has_video_collage {
  width: 200px;
  color: #01213d;
  position: absolute;
  top: 30px;
  left: -60px;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background: #f9f9f9;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.post_box .img_holder a .has_slideshow {
  width: 200px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: -60px;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #01213d;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.post_box .img_holder a.property-unavailable {
  background: #fff;
}

.post_box .img_holder a.property-unavailable img {
  opacity: 0.6;
}

.post_box .img_holder a.property-unavailable:hover img {
  opacity: 1;
}

.post_box .img_holder a.property-unavailable:hover .sold {
  opacity: 0.7;
}

.post_box .img_holder img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_box .img_holder .new {
  display: inline-block;
  background-color: #ff3c00;
  border-radius: 100%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
}

.post_box .img_holder .save {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  color: #ff3c00;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_box .img_holder .save:hover {
  background: #fff;
}

.post_box .img_holder .save .far {
  line-height: 50px !important;
}

.post_box .img_holder .save.remove-from-favorites {
  background-color: rgba(255, 60, 0, 0.8);
  color: #fff;
}

.post_box.agencies .img_holder img {
  min-width: auto !important;
}

.post_box h4 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #01213d;
  font-weight: normal;
}

.post_box h4 a {
  color: inherit;
  text-decoration: none;
}

.post_box h5 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #00d378;
  font-weight: normal;
}

.post_box p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #77848c;
  font-weight: normal;
  margin: 0;
}

.post_box ul {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.post_box ul li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  position: relative;
  list-style-type: none;
  margin-right: 1px;
}

.post_box ul li:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #77848c;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post_box ul li:last-child:after {
  content: none;
}

.post_box ul li:first-child {
  padding-left: 0;
}

.post_box ul li a {
  font-size: 18px;
  color: #77848c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_box ul li a:hover {
  color: #000;
}

.post_box .price {
  border-top: 1px solid #dfe5e9;
  border-bottom: 1px solid #dfe5e9;
  width: 100%;
  float: left;
  padding: 15px;
}

.post_box .price h6 {
  float: left;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #01213d;
  font-weight: normal;
  line-height: 40px;
}

.post_box .price a {
  background: #01213d !important;
}

.post_box.list_view {
  margin-top: 10px;
}

.post_box.list_view .agency-logo {
  float: right;
}

.post_box.list_view .agency-logo img {
  display: block;
  max-width: 60px;
}

.post_box.list_view h4 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.post_box.list_view .img_holder {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.post_box.list_view .img_holder img {
  min-width: 385px;
  max-width: none;
}

.post_box.list_view .with_bg {
  background: #f9f9f9;
  border-top: 1px solid #dfe5e9;
}

.post_box.list_view .info_holder {
  padding: 15px 15px 0 15px;
}

.homepage-newest-properties .post_box .price h6 {
  text-align: center;
  display: block;
  float: none;
}

.homepage-newest-properties .post_box .price a {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.property-gmap {
  width: 100%;
  height: 550px;
}

.agency-gmap {
  width: 100%;
  height: 550px;
}

.vi_image_gallery_wrap .gallery_thumbnails,
.vi_image_gallery_wrap .gallery_scene {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}

.vi_image_gallery_wrap .gallery_thumbnails.slick-initialized,
.vi_image_gallery_wrap .gallery_scene.slick-initialized {
  opacity: 1;
}

.vi_image_gallery_wrap img {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}

.vi_image_gallery_wrap .gallery_thumbnails {
  padding: 0 55px;
  position: relative;
}

.vi_image_gallery_wrap .gallery_thumbnails .slick-slide {
  margin: 5px;
  border: 2px solid transparent;
  border-color: transparent;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.vi_image_gallery_wrap .gallery_thumbnails .slick-slide:hover,
.vi_image_gallery_wrap .gallery_thumbnails .slick-slide.slick-current {
  border-color: #01213d;
}

.vi_image_gallery_wrap .gallery_thumbnails.slick-vertical {
  padding: 55px 0;
}

.vi_image_gallery_wrap .gallery_thumbnails.slick-vertical .slick-prev .fa:before {
  content: "\F106" !important;
}

.vi_image_gallery_wrap .gallery_thumbnails.slick-vertical .slick-next .fa:before {
  content: "\F107" !important;
}

.vi_image_gallery_wrap .slick-arrow {
  background: none;
  outline: 0;
  background: #00d378;
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 200;
  text-align: center;
}

.vi_image_gallery_wrap .slick-arrow.slick-next {
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.vi_image_gallery_wrap .slick-arrow.slick-prev {
  top: 50%;
  margin-top: -25px;
  left: 0;
}

.vi_image_gallery_wrap .slick-vertical .slick-arrow {
  left: 50%;
  margin-left: -25px;
  margin-top: 0;
}

.vi_image_gallery_wrap .slick-vertical .slick-prev {
  top: 0 !important;
}

.vi_image_gallery_wrap .slick-vertical .slick-next {
  top: auto;
  bottom: 0 !important;
}

.vi_image_gallery_wrap .text-center {
  text-align: center;
}

.search_filters_form {
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}

.search_filters_form.loaded {
  opacity: 1;
}

.search_filters_form .form-filter {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
  position: relative;
  height: 38px;
}

.search_filters_form .form-filter .placeholder {
  position: relative;
  line-height: 38px;
  padding: 0 30px 0 .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
}

.search_filters_form .form-filter .placeholder:after {
  content: "\F107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  bottom: 0;
  text-align: center;
}

.search_filters_form .form-filter .dropdown {
  display: none;
  position: absolute;
  left: 0;
  width: 300px;
  background: #fff;
  padding: 10px;
  border: 1px solid #d8dee2;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.search_filters_form .form-filter.collapsed > .placeholder:after {
  content: "\F106";
}

.search_filters_form .form-filter.collapsed > .dropdown {
  display: block;
}

.search_filters_form .form-filter.checkbox_list > .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_filters_form .form-filter.checkbox_list > .dropdown ul li input {
  display: inline-block;
  vertical-align: middle;
}

.search_filters_form .form-filter.checkbox_list > .dropdown ul li label {
  display: block;
  vertical-align: middle;
}

.search_filters_form .form-filter.multi > .dropdown {
  width: 670px;
  top: 40px;
  left: -505px;
}

.search_filters_form .form-filter.multi .dropdown {
  z-index: 105;
}

.search_filters_form .btn_red {
  padding: 0 5px;
}

.custom-fa {
  overflow: hidden;
  position: relative;
}

.custom-fa input[type="checkbox"],
.custom-fa input[type="radio"] {
  position: absolute;
  left: -999px;
}

.custom-fa label {
  cursor: pointer;
}

.custom-fa label input[type="checkbox"] + span,
.custom-fa label input[type="radio"] + span {
  line-height: 16px;
  vertical-align: baseline;
}

.custom-fa label input[type="checkbox"] + span:before,
.custom-fa label input[type="radio"] + span:before {
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: bold;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  letter-spacing: 0px;
  text-indent: -1px;
}

.custom-fa label input[type="checkbox"]:checked + span:before,
.custom-fa label input[type="radio"]:checked + span:before {
  content: "\F00C";
  color: #fff;
  background: #00d378;
  border-color: transparent;
}

.m-b-10 {
  margin-bottom: 10px;
}

.property-attribute-row {
  margin-left: -5px;
  margin-right: -5px;
}

.property-attribute-row > div {
  padding-left: 5px;
  padding-right: 5px;
}

/* VideoPopUp
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/

.closer_videopopup {
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 7px;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: default;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  z-index: 100004;
}

.opct {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

.videCont {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
  max-width: 1170px;
  height: 0;
  height: auto !important;
  max-height: 100%;
}

#yt_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

iframe {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

video {
  position: absolute;
  margin: 60px 0;
  top: 60px;
  left: 15px;
  width: calc(100% - 30px);
  opacity: 1 !important;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 1600px) {
  video {
    top: 0;
  }

  .videCont {
    max-width: 1070px;
  }
}

#video1 {
  cursor: pointer;
  cursor: hand;
}

.opct2 {
  background: #17212a;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

.closer_photopopup {
  position: fixed;
  display: table-cell;
  right: 2%;
  top: 7px;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: default;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  z-index: 100004;
}

.pricing_image_gallery_wrap {
  width: calc(100% - 160px);
  max-width: 1000px;
  position: fixed;
  z-index: 100001;
  top: 120px;
  margin-bottom: 30px;
  left: 80px;
  right: 80px;
  margin: auto;
  background: #13212e;
}

.pricing_image_gallery_wrap .gallery_scene img {
  width: 100%;
}

.pricing_image_gallery_wrap .gallery_thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.pricing_image_gallery_wrap .gallery_thumbnails .slick-slide {
  margin: 5px;
}

.pricing_image_gallery_wrap .gallery_thumbnails .slick-arrow {
  background: none;
  outline: 0;
  background: #00d378;
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 200;
  text-align: center;
}

.pricing_image_gallery_wrap .gallery_thumbnails .slick-arrow.slick-next {
  top: 50%;
  margin-top: -30px;
  right: -65px;
}

.pricing_image_gallery_wrap .gallery_thumbnails .slick-arrow.slick-prev {
  top: 50%;
  margin-top: -30px;
  left: -65px;
}

@media (max-width: 992px) {
  body .post_box .img_holder {
    max-height: none !important;
  }
}

@media (max-width: 1700px) {
  .pricing_image_gallery_wrap {
    max-width: 850px;
  }
}

@media (max-width: 1600px) {
  .pricing_image_gallery_wrap {
    top: 65px;
  }
}

@media (max-width: 1370px) {
  .pricing_image_gallery_wrap {
    max-width: 650px;
  }
}

@media (max-width: 768px) {
  .post_box h4,
  .post_box h5 {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .pricing_image_gallery_wrap {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 65px;
  }

  .pricing_image_gallery_wrap .gallery_thumbnails .slick-arrow.slick-next {
    top: auto;
    bottom: -65px;
    margin: 0;
    right: 0;
  }

  .pricing_image_gallery_wrap .gallery_thumbnails .slick-arrow.slick-prev {
    top: auto;
    bottom: -65px;
    margin: 0;
    left: 0;
  }
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: rgba(0, 29, 55, 0.8);
  padding: 10px 15px;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #00d378;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.cookiealert .btn_green:hover {
  background-color: #00d378;
}

.login-form {
  margin-top: -10px;
}

.login-form label {
  color: #ccc !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 38px;
}

.login-form button[type="submit"] {
  float: right;
  background-color: #00d378 !important;
  border-color: #00d378 !important;
}

