@charset "UTF-8";
/*
 Theme Name:     Wilkins Estate Agents Theme 
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Wilkins Estate Agents Theme by DeType
 Author:         DeType Studio
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* ---------------------- Case studies --------------------- */
.case-studies-banner {
  background-color: #ececec;
  padding: 100px 0;
}

.case-studies-banner .banner-title {
  margin-bottom: 20px;
}

.case-studies-banner .banner-title h1 {
  font-size: 32px;
}

.case-studies-banner .banner-content {
  width: 60%;
  margin-bottom: 50px;
}

.case-studies-banner .banner-content p {
  font-size: 18px;
  line-height: 1.7;
}

.case-studies-archive {
  padding: 60px 0 0 0;
}

.property-search-form-home .submit-custom {
  display: none !important;
}

.case-studies {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 30% 40px 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.case-studies > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.case-studies > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.case-studies > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.case-studies .case-study {
  border: #eaeaea solid 1px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-studies .case-study .image-wrapper {
  position: relative;
}

.case-studies .case-study .image-wrapper .image-holder {
  height: 225px !important;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.case-studies .case-study .image-wrapper .case-study-cat {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #ececec;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0 10px 0 0;
  color: #333;
}

.case-studies .case-study .case-study-content-wrapper {
  background-color: #eaeaea;
  padding: 20px 20px 50px 20px;
  text-align: center;
}

.case-studies .case-study .case-study-content-wrapper .title {
  margin-bottom: 15px;
}

.case-studies .case-study .case-study-content-wrapper .title h4 {
  color: #333;
  font-size: 26px;
}

.case-studies .case-study .case-study-content-wrapper .description {
  color: #333;
}

.case-studies .case-study:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* --------------- case study single -------------------- */
.single-case-studies-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.single-case-studies-banner .testimonial {
  color: white;
  margin: 0 0 0 30%;
  padding-left: 40px;
}

.single-case-studies-banner .testimonial blockquote {
  margin: 0 0 50px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1.5;
}

.single-case-studies-banner .testimonial cite {
  font-style: normal;
  font-size: 18px;
}

.case-studies-single {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-studies-single .case-study {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 70%;
  grid-template-columns: 30% 70%;
  grid-column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.case-studies-single .item-1 {
  background-color: #fff;
  padding: 30px;
  margin-top: -350px;
  border-radius: 10px;
}

.case-studies-single .item-1 .download-btn {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content .title {
  font-size: 20px;
  color: #E02B20;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.case-studies-single .item-1 .group-content .description {
  font-size: 18px;
  line-height: 1.5;
}

.case-studies-single .item-2 .main-intro {
  font-size: 20px;
  line-height: 30px;
}

.case-studies-single .item-2 .featured_boxes {
  margin: 40px 0 0 0;
}

.case-studies-single .item-2 .featured_boxes .featured_box {
  position: relative;
  background-color: #e02b20;
  color: white;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 220px;
  height: 150px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .featured_box_content {
  position: absolute;
  padding: 0px 30px;
  width: 100%;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-single .item-2 .featured_boxes .featured_box .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .description {
  text-transform: uppercase;
  font-size: 16px;
}

.case-studies-single .item-2 .featured_boxes .featured_box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.case-studies-single .item-2 .main-case-study-content p {
  font-size: 18px;
  line-height: 28px;
}

/* -------------------------- post pagination -------------------- */
.post-pagination {
  margin-top: 30px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-pagination li a,
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #000 solid 2px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  margin: 0 3px;
  color: #000;
  font-weight: bold;
}

.post-pagination li a img,
.post-pagination li span img {
  max-width: 16px;
  display: block;
  margin: 3px auto 0;
}

.post-pagination li .current {
  background-color: #c09a5d;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}
.post-pagination li a.next img{
margin-left: 3px;
    transition: margin-left 0.3s 
ease-in-out;
}
.post-pagination li a.next:hover img{
      margin-left: 6px !important;
    transition: margin-left 0.3s 
ease-in-out;
}
.post-pagination li a.prev img{
margin-right: 3px;

    transition: margin-right 0.3s 
ease-in-out;
}
.post-pagination li a.prev:hover img{
      margin-right: 6px !important;
    transition: margin-right 0.3s 
ease-in-out;
}
/* --------------------------- woocommerce style ------------------------- */
.sp_woo_search_banner {
  position: relative;
  /* background-image: url(/wp-content/uploads/2022/05/Ace-of-lanes-darts.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.sp_woo_search_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.sp_woo_search_banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.sp_woo_search_banner .banner-content .title {
  margin-bottom: 18px;
}

.sp_woo_search_banner .banner-content .title h1 {
  line-height: 1;
  color: #FFF;
  font-size: 48px;
  text-align: center;
}

.sp_woo_search_banner .banner-content .search-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.sp_woo_search_banner .banner-content .search-form input[type=search] {
  width: 100%;
  border: #000 solid 2px;
  padding: 12px 50px 12px 10px;
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-moz-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]:-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form button[type=submit] {
  position: absolute;
  top: 7px;
  right: 10px;
  text-indent: -999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: url(/wp-content/uploads/sp-search-icon-dark.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.sp-woo-content-area {
  padding: 40px 0;
}

.sp-woo-product {
  border: #c2c2c2 solid 3px;
  margin: 0 !important;
}

.sp-woo-product a img {
  margin: 0 !important;
}

.sp-woo-product .woocommerce-loop-product__title {
  color: #22232b;
  text-transform: uppercase;
  line-height: 115%;
  min-height: 59px;
  text-align: left;
}

.sp-woo-product .sp-woo-product-details {
  padding: 10px;
}

.sp-woo-product .sp-woo-product-details .product-categories {
  color: #909094;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart {
  text-transform: uppercase;
  border: #000 solid 3px;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 0;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading {
  padding-right: 25px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading:after,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading:after {
  right: 5px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.added,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.added {
  display: none;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .view-product-button {
  background-color: #FFF;
  margin-right: 15px;
  color: #000;
}

/* -------------------- woocommerce override -----------   */
.woocommerce-message {
  border-top-color: var(--splist-gold);
}

.woocommerce-message:before {
  color: var(--splist-gold);
}

.single_add_to_cart_button {
  text-transform: uppercase !important;
  border: #000 solid 3px !important;
  padding: 10px 15px !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  color: #FFF !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

@media (max-width: 979px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .price {
  color: #22232b;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #22232b;
  font-size: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  font-size: 22px;
}

.woocommerce .woocommerce-ordering select {
  border: #000 solid 3px;
  padding: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 15px 90fr;
  grid-template-columns: 10fr 90fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li {
  float: none;
  width: 100%;
  margin-bottom: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1;
  border: transparent solid 3px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: #be9a5d solid 3px;
}

.woocommerce .summary.entry-summary .product_meta {
  margin-bottom: 30px;
}

.woocommerce .summary.entry-summary .product_meta a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .summary.entry-summary .product_meta a:hover {
  color: #000;
  text-decoration: underline;
}

.reset_variations {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reset_variations:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce-cart .shipping-calculator-button {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce-cart .shipping-calculator-button:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce .related.products {
  margin-top: 50px;
}

.woocommerce .related.products h2 {
  font-size: 22px;
  line-height: 115%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations th.label {
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  border: #000 solid 2px;
  padding: 7px;
}

.woocommerce span.onsale {
  border-radius: 0;
  background-color: #333;
  margin: -3px !important;
  padding: 0px 19px !important;
  min-height: 10px !important;
  height: 43px !important;
  right: 5px;
  top: 5px;
  left: auto;
}

.woocommerce div.product form.cart div.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product form.cart div.quantity button {
  background-color: #f3f3f3;
  cursor: pointer;
  border-color: #000;
  border-width: 2px;
}

.woocommerce div.product form.cart div.quantity button.minus {
  border-right: none;
}

.woocommerce div.product form.cart div.quantity button.plus {
  border-left: none;
}

.woocommerce div.product form.cart div.quantity button:hover {
  background-color: #000;
  color: #FFF;
}

.woocommerce div.product form.cart div.quantity .input-text.qty {
  border: #000 solid 2px;
}

input[type=number].input-text.qty.text::-webkit-inner-spin-button,
input[type=number].input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input-text.qty.text::-moz-number-spin-box {
  display: none;
}

/* -------------toggle wrap ----------- */
.toggle-wrap {
  border-top: #f3f3f3 solid 2px;
  padding: 10px 0 10px 0;
}

.toggle-wrap .toggle-title {
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
}

.toggle-wrap .toggle-title h4 {
  margin: 0;
  font-weight: 300;
}

.toggle-wrap .toggle-title h4:after {
  content: "+";
  float: right;
  padding-right: 10px;
  font-size: 25px;
  line-height: 1;
}

.toggle-wrap .toggle-title.active h4:after {
  content: "-";
}

.toggle-wrap .toggle-content {
  display: none;
  font-weight: 300;
  padding: 20px 0;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: 300 !important;
  color: #000;
}

.sp-woo-breadcrumb-orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.sp-woo-breadcrumb-orderby .woocommerce-breadcrumb,
.sp-woo-breadcrumb-orderby .woocommerce-ordering {
  margin-bottom: 0 !important;
}

.woocommerce .single_add_to_cart_button {
  height: 44px;
}

.woocommerce .product_title.entry-title {
  line-height: 115%;
  margin-top: 10px !important;
}

.woocommerce-page .variation dd {
  margin-bottom: 5px !important;
}

.woocommerce-page .variation dd p {
  margin: 0;
}

/* -------------------------------- Testimonials Slider style ------------------------------------ */
/* Testimonal Style */
.name-sec {
  color: #0d1f3b;
  font-size: 20px;
}

.desig-sec {
  color: rgb(153, 44, 104);
  font-size: 20px;
  font-weight: 300;
}

.content-testi {
  position: relative;
  margin-top: 80px;
}

.content-testi:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  background: url(/wp-content/uploads/quote-icon.svg);
  background-size: 30px;
  display: block;
  top: -50px;
  height: 30px;
  background-repeat: no-repeat;
}

.jh_testimonal_slider {
  position: relative;
  margin-bottom: 80px;
}

.content-testimony {
  padding: 30px;
  margin: auto;
}

.detail-testi {
  margin-top: 70px;
}

.jh_testimonal_slider .slick-arrow {
  background: url("/wp-content/uploads/right-arrow-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.jh_testimonal_slider .slick-arrow.slick-prev {
  right: 60px;
  background: url("/wp-content/uploads/left-arrow-grey.svg");
}

.jh_testimonal_slider .slick-arrow:hover {
  background: url("/wp-content/uploads/right-arrow-blue-grey.svg");
}

.jh_testimonal_slider .slick-arrow.slick-prev:hover {
  background: url("/wp-content/uploads/left-arrow-blue-grey.svg");
}

.review-star {
  content: "";
  position: absolute;
  right: 0px;
  width: 120px;
  display: block;
  top: -50px;
  background-repeat: no-repeat;
}

.case-study-testimonail {
  border: 1px solid rgba(55, 55, 55, 0.2509803922);
}

@media (min-width: 980px) {
  .jh_testimonal_slider .slick-list {
    margin-left: -20px;
  }
  .case-study-testimonail.slick-slide {
    margin-left: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 40px 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
  font-size: 18px;
  color: #0d1f3b;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  min-height: 200px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
    min-height: auto;
  }
}
.case-study-testimonail .content-testimony .detail-testi .image img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: auto;
}

/* =========================================================================== */
/*                                 Blog styles                                 */
/* =========================================================================== */
.blog_page_header {
  background-color: #1e1e1e!important;
  /*background-position: center top 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.55))), url(/wp-content/uploads/pbf-img5.jpg) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.55) 100%), url(/wp-content/uploads/pbf-img5.jpg) !important;
  padding-top: 4%;
  */
}

.blog_page_header .title_wrap {
  padding: 60px 0;
}

.blog_page_header .title_wrap h1 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}

.blog_page_header .title_wrap .blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_page_header .title_wrap .blog-categories ul li {
  text-transform: capitalize;
}

.blog_page_header .title_wrap .blog-categories ul li:not(:last-child) {
  margin-right: 15px;
}
/*
.blog_page_header .title_wrap .blog-categories ul li a {
  background-color: #ec6906;
  border: #ec6906 solid 1px;
  color: #FFF;
  padding: 12px 20px 14px;
  font-size: 20px;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  margin-bottom: 10px;
}

.blog_page_header .title_wrap .blog-categories ul li a:hover {
  background-color: #fffFFF;
  border: #ec6906 solid 1px;
  color: #ec6906;
  text-decoration: none;
}
*/
.posts-listing-section {
  padding: 60px 0;
}

.posts-listing-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1199px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-card {
  position: relative;
  background-color: #fff;
  padding: 20px;
      -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1098039216);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1098039216);
}

@media (min-width: 768px) {
  .blog-card {
    padding-bottom: 80px;
  }
}
.blog-card .blog-thumb {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-card .blog-thumb {
    margin: -20px -20px 29px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-thumb {
    margin-bottom: 20px;
  }
}
.blog-card .blog-thumb img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-card .blog-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card .blog-categories {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ec6906;
  line-height: 1;
}

.blog-card .blog-categories a {
  color: #c09a5d;
}
.blog-card .blog-categories a:hover{
  color: #000;
}
.blog-card .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.blog-card .blog-title a:hover {
  text-decoration: none;
}

.blog-card .blog-meta {
  font-size: 15px;
  margin-bottom: 10px;
  color: #1e1e1c;
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.blog-card .blog-meta a {
  color: #1e1e1c;
}

.blog-card .blog-content {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #1e1e1c;
  font-weight: normal;
  font-size: 18px;
}

.blog-card .action {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-card .action {
    position: absolute;
    bottom: 10px;
  }
}
.blog-card .action a { margin-bottom:10px;display: inline-block; }
/*
.blog-card .action a {
  background-color: #ec6906;
  border: #ec6906 solid 2px;
  color: #FFF;
  padding: 12px 20px 12px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-card .action a:hover {
  color: #ec6906;
  background-color: #fff;
  background-color: transparent;
  text-decoration: none;
}
*/
@media (min-width: 1024px) {
  body.sticky-header-blog .blog-sticky-header {
    opacity: 1;
    visibility: visible;
  }
}
.blog-sticky-header {
  position: fixed;
  width: 100%;
  opacity: 0;
  /* top:0;
  left: 0; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 15px 20px;
  border-bottom: #dad5d3 solid 1px;
  z-index: 99;
}

.blog-sticky-header .item-1 {
  position: relative;
  z-index: 99;
}

.blog-sticky-header .item-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.blog-sticky-header .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sticky-header .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.blog-sticky-header .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.blog-sticky-header .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.blog-sticky-header .blog-title {
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}

.single-post-section {
  padding: 60px 0;
  padding-top: 120px;
}

.single-post-section .blog-post-header {
  margin-bottom: 20px;
}

.single-post-section .blog-post-header .blog-title {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  color: #1e1e1c;
}

@media (max-width: 979px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 36px;
  }
}
.single-post-section .blog-post-header .catelist a {
  color: #ec6906;
}

.single-post-section .blog-post-header .blog-meta {
  padding-bottom: 0px;
  color: #1e1e1c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-post-section .blog-post-header .blog-meta a {
  color: #1e1e1c;
}

.single-post-section .blog-post-share {
  margin-bottom: 40px;
}

.single-post-section .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-section .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.single-post-section .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.single-post-section .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.single-post-section .blog-featured-image {
  margin-bottom: 40px;
}

.single-post-section .blog-featured-image img {
  min-width: 100%;
  display: block;
}

.single-post-section .blog-content {
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1c;
}

.single-post-section .blog-content h1,
.single-post-section .blog-content h2,
.single-post-section .blog-content h3,
.single-post-section .blog-content h4,
.single-post-section .blog-content h5,
.single-post-section .blog-content h6 {
  font-weight: 700;
}

.single-post-section .blog-content h1 {
  font-size: 54px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h1 {
    font-size: 48px;
  }
}
.single-post-section .blog-content h2 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h2 {
    font-size: 42px;
  }
}
.single-post-section .blog-content h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h3 {
    font-size: 36px;
  }
}
.single-post-section .blog-content h4 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h4 {
    font-size: 30px;
  }
}
.single-post-section .blog-content h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h5 {
    font-size: 24px;
  }
}
.single-post-section .blog-content h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h6 {
    font-size: 20px;
  }
}
.single-post-section .blog-content ul {
  list-style: disc;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content ol {
  list-style: decimal;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content blockquote {
  border: none;
  padding: 0;
  position: relative;
  font-style: italic !important;
  border: #ec6906 solid 2px;
  padding: 20px;
  padding-left: 70px;
}

.single-post-section .blog-content blockquote p {
  font-style: italic !important;
}

.single-post-section .blog-content blockquote:before {
  content: "";
  /* background: url(/wp-content/uploads/risk-quote-icon.svg) no-repeat;  */
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
}

.similar-posts-section {
  background-color: #ec6906;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .similar-posts-section {
    padding: 40px 0;
  }
}
.similar-posts-section .similar-posts-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 50px;
}

@media (max-width: 979px) {
  .similar-posts-section .similar-posts-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .similar-posts-title {
    font-size: 36px;
  }
}
.similar-posts-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.post-pagination {
  margin-top: 40px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination li a:not(.next):not(.prev),
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #c09a5d solid 2px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  margin: 0 3px;
  color: #ec6906;
  font-weight: bold;
}

.post-pagination li a:not(.next):not(.prev) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a:not(.next):not(.prev):hover {
  background-color: #c09a5d;
  color: #FFF;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  display: block;
  padding-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a.prev img,
.post-pagination li a.next img {
  height: 24px;
  display: block;
}

.post-pagination li a.prev {
  margin-right: 15px;
}

.post-pagination li a.prev img {
  transform: rotate(180deg); 
}

.post-pagination li a.next {
  margin-left: 15px;
}

.post-pagination li .current {
  background-color: #c09a5d;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}

.section-archive-title {
  padding: 60px 0;
  background-color: #dad5d3;
}

.section-archive-title h1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 36px;
}

.single-container {
  max-width: 800px !important;
}

/* single page adujstment */
.single-post #main-header {
  background-color: rgba(0, 0, 0, 0.5);
}

/* ------------------------ case studies columns ------------------------- */
.case-studies.cs-cols-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.case-studies.cs-cols-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.case-studies.cs-cols-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 979px) {
  .case-studies.cs-cols-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-studies.cs-cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.case-studies.cs-cols-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 979px) {
  .case-studies.cs-cols-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-studies.cs-cols-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.case-studies.cs-cols-5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 979px) {
  .case-studies.cs-cols-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-studies.cs-cols-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.case-studies.cs-cols-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 979px) {
  .case-studies.cs-cols-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-studies.cs-cols-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*---------------- Team Slider ---------------------*/
.team-slider {
  margin-right: 30px;
}

.team-contain-slider {
  cursor: pointer;
  height: 390px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75))), var(--bg-image);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%), var(--bg-image);
  display: table;
}

.mid-team-detail {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  padding: 20px;
  line-height: normal;
}

.designation-team {
  color: #c09a5d;
  font-weight: 400;
  padding-top: 5px;
  font-size: 18px;
}

.name-team {
  font-size: 18px;
  color: #fff;
  padding-bottom: 0;
}
.all_team_slider{
      display: flex;
    flex-wrap: wrap;
    gap: 32px;

}
.all_team_slider .team-slider{ margin-right:0; width:calc(25% - 24px); overflow-x:hidden; }
.jh_team_slider {
  /* transform: scaleX(1.20) scaleY(1);
   transform-origin: 0% 50%;
   */
}

body {
  overflow-x: hidden;
}

/* Position the dots centered below the slider */
.jh_team_slider .slick-dots,
.testimonials_slider_wrapper .slick-dots,
.featured-pnl .slick-dots,.property-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 5px;
  padding: 0 0 30px;
  list-style: none;
}

.jh_team_slider .slick-dots,
.testimonials_slider_wrapper .slick-dots,
.featured-pnl .slick-dots,.property-slider .slick-dots {
  padding-bottom: 0;
  padding-top: 30px;
  margin-left: 120px;
  position: relative;
  top: 4px;
}

.jh_team_slider .slick-slide,
.featured-pnl .slick-slide,.property-slider .slick-slide {
  overflow: hidden;
}

.jh_team_slider,
.testimonials_slider_wrapper,
.featured-pnl .properties ,.property-slider .properties {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.jh_team_slider.slick-initialized,
.testimonials_slider_wrapper.slick-initialized,
.featured-pnl .properties.slick-initialized,.property-slider .properties.slick-initialized  {
  visibility: visible;
  opacity: 1;
}

/* Style each dot */
.jh_team_slider .slick-dots li button,
.testimonials_slider_wrapper .slick-dots li button,
.featured-pnl .slick-dots li button,.property-slider .slick-dots li button  {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background-color: #c09a5d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0;
  /* hide the default number */
  padding: 0px !important;
  display: block;
}

/* Active dot style */
.jh_team_slider .slick-dots li.slick-active button,
.testimonials_slider_wrapper .slick-dots li.slick-active button,
.featured-pnl .slick-dots li.slick-active button,.property-slider .slick-dots li.slick-active button {
  background-color: #c09a5d;
  opacity: 1;
  width: 30px;
  border-radius: 8px;
}

.jh_team_slider .slick-arrow,
.testimonials_slider_wrapper .slick-arrow,
.featured-pnl .slick-arrow ,.property-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  left: 0;
  bottom: -20px;
  cursor: pointer;
}

.jh_team_slider .slick-arrow img,
.testimonials_slider_wrapper .slick-arrow img,
.featured-pnl .slick-arrow img,.property-slider .slick-arrow img  {
  display: block;
  width: 100%;
}

.jh_team_slider .slick-arrow.slick-next,
.testimonials_slider_wrapper .slick-arrow.slick-next,
.featured-pnl .slick-arrow.slick-next,.property-slider .slick-arrow.slick-next {
  left: 50px;
}

.jh_team_slider .slick-arrow.slick-disabled,
.testimonials_slider_wrapper .slick-arrow.slick-disabled,
.featured-pnl .slick-arrow.slick-disabled,.property-slider .slick-arrow.slick-disabled  {
  opacity: 0.5;
  cursor: auto;
}

.team-contain-slider {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Mid team detail (visible by default) */
.mid-team-detail {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.property-slider .prop-slide  {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.property-slider .clear {
    clear: none !important;
}
.property-slider  .prop-img .img-top img{ height:250px !important; }
/* Team content wrap (hidden by default, slides in from right) */
.team-content-wrap {
  position: absolute;
  top: 0;
  right: -100%;
  /* start hidden outside */
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  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;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 3;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
}

/* Hover effect */
.team-contain-slider:hover .team-content-wrap {
  right: 0;
  opacity: 1;
  /* slide in from right */
}

/* Hide mid details on hover */
.team-contain-slider:hover .mid-team-detail {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

/* Optional: smooth text styling */
.team-name {
  font-size: 16px;
  color: #000;
  padding-bottom: 0 !important;
}

.team-title {
  font-size: 16px;
  margin-bottom: 12px;
  color: #c09a5d;
}

.team-social-wrap ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  list-style: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.team-social-wrap ul li a .et-pb-icon {
  font-size: 20px;
  color: #c09a5d;
}

/*------------ Property content --------------------*/
.prop-slide {
  background-color: #fff;
}

.prop-slide {
  font-size: 18px;
  font-family: "Prata", serif !important;
  font-weight: 400;
  font-style: normal;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1098039216);
}

.prop-slide h2 {
  font-size: 24px;
  padding-bottom: 5px;
}

.prop-slide .prop-img {
  position: relative;
}

.prop-slide .prop-img.thumbnail .img-top img {
  height: 350px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.prop-slide .prop-img.thumbnail a {
  overflow: hidden;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.prop-slide .prop-img.thumbnail:hover .img-top img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.detail-property {
  text-align: left;
}

.detail-property h4 {
  font-size: 12px;
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
}

.prop-slide .listshortlist {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: -20px;
  color: #000;
}

.prop-slide .listshortlist a {
  color: #000;
}

.prop-slide .listshortlist a {
  display: block;
}

.prop-slide .listshortlist img {
  width: 40px;
  display: block;
  height: 40px;
}

.prop-slide .availability-section li span img {
  width: 20px;
}

.prop-slide .details {
  padding: 30px;
}

.prop-slide .availability-section {
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif;
  text-align: right;
}

.detail-property p.availabe-type {
  padding-bottom: 20px !important;
  text-transform: lowercase;
}

.prop-slide .details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prop-slide .price-sec {
  font-size: 27px;
  padding-bottom: 20px;
}

.prop-slide .price-sec span {
  font-size: 15px;
  display: block;
}

.prop-slide .availability-section ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 19px;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prop-slide .availability-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-content: center; */
  font-weight: normal;
  gap: 5px;
  list-style: normal;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.prop-slide .availability-section ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

.prop-slide .availability-section ul li span {
  margin-top: 3px;
}

.all-city .properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.all-city .properties .prop-slide {
  width: calc(50% - 20px);
}

.property-search-form-home {
  max-width: 50%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.property-search-form-home .control-address_keyword {
  width: 60%;
  padding: 0 !important;
  height: 45px;
  font-size: 20px;
}

.property-search-form-home .control-address_keyword input {
  border: 2px solid #fff !important;
  background: #1e1e1e !important;
  color: #fff !important;
  padding: 10px 16px !important;
  width: 100% !important;
  height: 54px;
  font-size: 17px;
  font-weight: 400;
}

.property-search-form-home .control-department {
  width: calc(40% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px !important;
}

/*.property-search-form-home .control-department label {
  background: #1e1e1e;
  border: 2px solid #fff;
  width: calc(50% - 5px);
  cursor: pointer;
  font-size: 20px;
  position: relative;
  transition: all 300ms ease 0ms;
  font-weight: 400;
  text-align: center;
  padding: 15px;
  line-height: 20px;
  color: #fff;
}
.property-search-form-home .control-department label:after {
  content: url("/wp-content/uploads/wilkins-icon4.svg");
  width: 7px;
  margin-left: 10px !important;
  margin-top: 2px;
  transition: margin-left 0.3s;
  position: absolute;
}
*/
.property-search-form-home .control-department label {
  background: #1e1e1e;
  border: 2px solid #fff;
  width: calc(50% - 5px);
  cursor: pointer;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  font-weight: 400;
  text-align: center;
  padding: 12px 10px;
  line-height: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* ✅ Vertically centers text and arrow */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* ✅ Horizontally centers them */
}

.property-search-form-home .control-department label:after {
  content: url(/wp-content/uploads/wilkins-icon4.svg);
  width: 6px;
  height: auto;
  margin-left: 8px;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  display: inline-block;
  /* ✅ Allows proper alignment inside flex */
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /* Fine-tune if needed */
}

.property-search-form-home .control-department label:hover {
  color: #ffffff !important;
  background-color: #c09a5d;
  border-color: #c09a5d !important;
}

.property-search-form-home .control-department label:hover::after {
  content: url("/wp-content/uploads/wilkins-icon11.svg");
  margin-left: 14px !important;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}

.property-search-form-home .control-department label.active:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
  animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-color: currentColor transparent currentColor transparent;
  color: #fff;
}

.property-search-form-home .control-department label input {
  display: none;
}

.property-search-form-home input[type=submit] {
  display: none;
}

/*------------------- homepage video -----------------*/
.no-padding {
  padding-top: 0px !important;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20;
}

.hero-content {
  position: relative;
  z-index: 2;
  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%;
  padding: 0 20px;
  text-align: left;
  top: 0px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(41, 196, 169, 0))) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(41, 196, 169, 0) 100%) !important;
}

.hero-content .rowofhead {
  position: absolute;
  bottom: 100px;
}

.hero-content h1 {
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 20px;
  color: #FFFFFF !important;
}

.hero-content h2 {
  font-size: 60px;
  color: #FFFFFF !important;
  margin-bottom: 2.75%;
}

.hero-content .dt-btn-inline {
  max-width: 550px;
  margin: 0px auto;
}

.hero-content .dt-btn-inline form {
  max-width: 100%;
}

.hero-content .dt-btn-inline a {
  display: block;
  background: #1e1e1e;
  border-color: #fff;
  border-width: 2px !important;
}

.hero-content .dt-btn-inline .et_pb_button_module_wrapper {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .hero-content h1 {
    font-size: 25px;
  }
  .hero-content h2 {
    font-size: 50px;
  }
  .hero-content p {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-video {
    height: calc(100% + 50px);
  }
  .hero-content {
    top: -72px;
    height: calc(100% + 50px);
  }
  #et-main-area #top-banners-pnl {
  padding-top: 81px !important;
}
}
@media only screen and (max-width: 600px) {
  .hero-video {
    height: calc(100% + 50px);
  }
  .hero-content {
    top: -24px;
    height: calc(100% + 50px);
  }
  .hero-wrapper {
    height: 500px;
  }
  .et_pb_row.rowofhead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .hero-content h1 {
    font-size: 22px;
  }
  .hero-content h2 {
    font-size: 40px;
  }
  .hero-content p {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-content .rowofhead{
  	bottom: 50px;
  }
  .property-search-form-home .control-address_keyword{ width:100%; }
  .property-search-form-home .control-department{ width:100%;margin-top: 10px; }
#et-main-area #top-banners-pnl {
  padding-top: 81px !important;
}

.prop-slide .details {
  padding: 20px;
  font-size: 16px;
}

 .prop-slide .price-sec {
  font-size: 20px;
  padding-bottom: 10px;
}

.prop-slide h2 {
  font-size: 18px;
}

.prop-slide .listshortlist img {
  width: 30px;
  display: block;
  height: 30px;
}

.prop-slide .listshortlist {
  bottom: -15px;
}

 .listshortlist a[disabled] {
  width: 30px !important;
  height: 30px !important;
}

.prop-slide .prop-img.thumbnail .img-top img {
  height: 250px;
}
}
.listshortlist a[disabled] {
  text-indent: -10000000000000000000px;
  color: transparent !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #c09a5d;
  border-radius: 50%;
  margin-top: -16px;
}

.listshortlist a[disabled]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
  animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-color: currentColor transparent currentColor transparent;
  display: block;
  top: 50%;
  position: relative;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
}

@-webkit-keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top-menu li {
  text-align: center;
}

/*---------------- Youtube -------*/
.youtube-popup-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6))) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  left: 0;
}

.youtube-popup-wrapper {
  position: relative;
}

.youtube-popup-icon .et_pb_video_play {
  color: #c09a5d;
  font-size: 80px;
  margin-left: -40px;
}

.youtube-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
}

.youtube-popup-content {
  position: relative;
}

.youtube-popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: #fff;
}

.fancybox__container {
  z-index: 9999999999;
}

/* --------------------- Formidable form CSS ----------------------- */
.frm_forms.with_frm_style.frm_style_formidable-style {
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  padding: 32px 24px 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields {
  width: 100%;
}

.frm_forms.with_frm_style.frm_style_formidable-style fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style legend {
  font-size: 1.5em;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 24px;
  padding: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
  color: #1e1e1e;
  font-size: 15px;
  display: block;
  letter-spacing: 0.01em;
}

.frm_forms.with_frm_style.frm_style_formidable-style label .frm_required,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label .frm_required {
  color: #e74c3c;
  margin-left: 0px;
  font-size: 1em;
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style select,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style textarea {
  background: #FFF;
  color: #222;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  padding: 12px;
  font-size: 16px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style select:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:focus {
  border-color: #0080c5;
  background: #fcfcfc;
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea {
  min-height: 120px;
  resize: vertical;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_checkbox input[type=checkbox],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_checkbox input[type=radio],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_radio input[type=checkbox],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_radio input[type=radio] {
  accent-color: #0080c5;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_checkbox label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_radio label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_checkbox label a,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_radio label a {
  color: #0080c5;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_checkbox label a:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_opt_container .frm_radio label a:hover {
  color: #0d274a;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-g-recaptcha,
.frm_forms.with_frm_style.frm_style_formidable-style .cf-turnstile {
  margin: 0px 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-g-recaptcha iframe,
.frm_forms.with_frm_style.frm_style_formidable-style .cf-turnstile iframe {
  border-radius: 6px;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_button_submit {
  background: #1e1e1e;
  border: #1e1e1e solid 1px;
  border-radius: 0;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px !important;
  padding-right: 2em;
  font-weight: 500;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_button_submit:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_button_submit:focus {
  background-color: #c09a5d;
}

/* ----------------------------- Testimonials shortcode style ------------------- */
.testimonials_list_wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
}

.testimonial_item {
  position: relative;
  background-color: rgba(30, 30, 30, 0.76);
  padding: 50px;
  padding-bottom: 100px;
}
.testimonial_item .quote_icon {
  position: absolute;
  left: -10px;
  top: 45px;
}
.testimonial_item .quote_icon img {
  display: block;
  width: 40px;
}
.testimonial_item blockquote.testimonial_quote {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #c09a5d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
.testimonial_item .testimonial_meta {
  margin-top: 20px;
  position: absolute;
  width: calc(100% - 100px);
  bottom: 20px;
}
.testimonial_item .testimonial_meta .testimonial_name {
  font-family: "Prata", serif !important;
  font-weight: 400;
  color: #FFF;
  font-size: 24px;
}
.testimonial_item .testimonial_meta .testimonial_designation {
  color: #c09a5d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 5px;
}

.testimonials_slider_wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonials_slider_wrapper .slick-list {
  margin-left: -40px;
}
.testimonials_slider_wrapper .slick-slide {
  margin-left: 40px;
  height: inherit !important;
}

/*--------------- Single Property -------------------------- */
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding: 40px 0;
}

.flex-four-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  position: relative;
}

.flex-double-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.full-img-sec img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

.full-img-sec-double img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.overlay-count {
  padding-top: 20px;
}

.availble-sec {
  background: #c09a5d;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  line-height: normal;
      font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
}

.type-head {
  font-family: "Prata", serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #000;
  padding-bottom: 30px;
  display:block;
  line-height: normal;
}

.p-heading-sec h1 {
  padding-bottom: 30px;
  color: #c09a5d;
  font-size: 40px;
}

.p-heading-sec {
  padding: 30px 0 40px;
}

.flex-double-col .widget {
  background-color: #efefef;
  padding: 30px;
  margin-bottom: 30px;
}

.listing-details {
  padding-top: 30px;
}

.listing-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.listing-details ul label {
  display: block;
  padding-bottom: 10px;
}

.listing-details ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  gap: 10px;
}

.listing-details ul li img {
  width: 30px;
}

.top-price-section {
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 40px;
}

.price-top .price-sec {
  font-size: 40px;
  width: 55%;
  padding-bottom: 0px;
  line-height: normal;
}

.price-top .price-sec span {
  display: block;
  font-size: 25px;
}

.price-top {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 40px;
}

.p_id {
  font-size: 25px;
}

.p_id label {
  display: block;
  font-size: 12px;
  line-height: normal;
  padding-bottom: 5px;
}

.section-list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-list-top li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2ebdd;
  color: #000;
  padding: 10.5px;
  gap: 10px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.section-list-top li a img {
  display: block;
  width: 25px;
}

.section-list-top li a:hover {
  background-color: #c09a5d;
  color: #fff;
}

.section-list-top li a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.listing-top {
  padding: 30px 0;
}

.property-details .widget {
  background-color: #f1f1f1;
  padding: 30px 30px;
  margin-bottom: 40px;
}

.property-details .widget .title {
  margin-bottom: 10px;
}

.property-details .widget .title h4 {
  color: #c09a5d;
  text-transform: capitalize;
  font-size: 22px;
}

.property-details .widget input[type=text] {
  padding: 15px;
  color: #141414;
  border: #141414 solid 1px;
  font-size: 20px;
}

.property-details .widget input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  padding: 2px;
  background-color: #FFF;
  border: #141414 solid 1px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

.property-details .widget input[type=checkbox]:checked {
  background-image: url(/wp-content/uploads/check-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.property-details .widget button {
  margin-top: 20px;
  cursor: pointer;
}

.property-details .widget label:after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}

.property-details .widget .input-control {
  position: relative;
}

.property-details .widget .input-control:before {
  position: absolute;
  left: 0;
  top: 0;
  border-right: #141414 solid 1px;
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  line-height: 55px;
}

.property-details .widget .input-control input[type=text] {
  padding-left: 70px;
}

.property-details .widget .input-control.currency-symbol:before {
  content: "£";
}

.property-details .widget .input-control.percent-symbol:before {
  content: "%";
}

.property-details .widget .input-control.calendar-symbol:before {
  content: url(/wp-content/uploads/calender-icon.svg);
  height: 100%;
  width: 20px;
  display: inline-block;
}

.property-details .stamp-duty-calculator-results .form-control label {
  display: none;
}

.mortgage-calculator label,
.stamp-duty-calculator label {
  text-transform: uppercase;
  color: #000;
}

.feature-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.feature-section ul li {
  width: calc(50% - 5px);
  padding-left: 30px;
  position: relative;
}

.feature-section ul li:before {
  content: "***";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.feature-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}

.property-summary {
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 17px;
  line-height: normal;
  font-weight: 300;
}

.fancybox-container {
  z-index: 9999999999;
}

.property-summary h3,
.feature-section h3 {
  color: #c09a5d;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 5px;
}

.main-property-details .flex-four-col {
  margin-right: 30px;
}

.main-property-details .read-more {
  color: #c09a5d;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  margin-top: 10px;
}

.main-property-details .read-more:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}

.main-property-details .read-less {
  color: #c09a5d;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  display: block;
}

.main-property-details .location-map .location-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.main-property-details .location-map .location-tabs li {
  font-size: 22px;
  font-family: "Prata", serif !important;
}

.main-property-details .location-map .location-tabs li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: #ad9393 solid 1px;
}

.main-property-details .location-map .location-tabs li a {
  color: #b5b5b5;
}

.main-property-details .location-map .location-tabs li a.active {
  color: #c09a5d;
}

.location-map {
  padding: 40px 0 0;
}

.nav-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
}

.nav-breadcrumb:after {
  content: "";
  width: 200%;
  height: 1px;
  background-color: #adadad;
  position: absolute;
  bottom: 0;
  left: -50%;
}

.nav-breadcrumb:before {
  width: 200%;
  height: 1px;
  background-color: #adadad;
  position: absolute;
  top: 0;
  left: -50%;
  content: "";
}

.back-button {
  border-right: 1px solid #000;
  margin: 0 20px 0 0;
  padding-right: 20px;
  padding: 10px 20px 10px 0;
}

.back-button a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-button a img {
  display: block;
  height: 12px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li {
  margin-left: 10px;
  color: #000;
  position: relative;
  padding-right: 10px;
  font-size: 15px;
}

.breadcrumb li a {
  color: #000;
  font-size: 15px;
}

.breadcrumb li a:hover {
  color: #c09a5d;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  background: url(/wp-content/uploads/arrow-right-icon.svg);
  margin: 0 5px;
  width: 9px;
  /* display: block; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
}

.list-tab-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

/*body .enquire-section .et_pb_button.valuation::before {
    content: url(/wp-content/uploads/msg-icon.svg) !important;
    }
body .enquire-section .et_pb_button.valuation:hover::before {
    content: url(/wp-content/uploads/msg-icon-fill.svg) !important;
} */
.main-property-details {
  padding-top: 60px;
}

.owner-contact {
  background-color: #f2ebdd;
  padding: 30px 107px 30px 29px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 20px;
}

.ownerimg {
  width: 120px;
  height: 120px;
  border: 2px solid #000;
  position: absolute;
  top: -60px;
  right: 0;
}

.ownerimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-top span {
  display: block;
  color: #c09a5d;
  padding: 2px 0;
  line-height: normal;
  font-family: "Prata", serif !important;
  font-size: 20px;
}

.contact-top span.owner-name {
  font-size: 35px;
  color: #000;
}

.contact-top span.owner-address {
  color: #000;
  font-size: 25px;
}

.owner-phone {
  color: #000;
  font-size: 35px;
  display: block;
  line-height: normal;
  padding: 5px 0 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.owner-phone:hover {
  color: #c09a5d;
}

body .enquire-section .et_pb_button.valuation {
  display: inline-block;
}

.share-icon-section ul.share-pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.share-icon-section ul.share-pnl li {
  background-color: #f2ebdd;
  width: calc(50% - 15px);
  text-align: center;
}

.share-icon-section ul.share-pnl li span {
  display: block;
  margin-bottom: 10px;
}

.share-icon-section ul.share-pnl li a {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px;
}

.share-icon-section ul.share-pnl li img {
  width: 49px;
  display: block;
  margin: 0px auto;
}

.sidebar-shortlist a[disabled] {
  position: relative;
}

.wiki-inline-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.wiki-inline-share ul li a {
  display: block;
}

.wiki-inline-share ul li img {
  width: 30px;
  display: block;
}

.sidebar-shortlist a[disabled]:before {
  content: "";
  width: 49px;
  height: 47px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
  animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #c09a5d;
  border-color: currentColor transparent currentColor transparent;
  display: block;
  top: 0;
  position: relative;
  left: 50%;
  margin-left: -24.5px;
  /* margin-top: -10px; */
  color: #c09a5d;
  margin-bottom: 10px;
}

.top-shortlist a[disabled] {
  position: relative;
}

.top-shortlist a[disabled]:before {
  content: "";
  width: 25px;
  height: 23px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
  animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #c09a5d;
  border-color: currentColor transparent currentColor transparent;
  display: block;
  top: 50%;
  position: relative;
  left: 0;
  margin-left: 0;
  /* margin-top: -10px; */
  color: #000;
  margin-top: 0;
}

.top-shortlist a[disabled]:hover:before {
  color: #fff;
}

.similar_properties .columns-3 .properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.similar_properties .columns-3 .properties .prop-slide {
  width: calc(33.33% - 15px);
}

.similar_properties .prop-slide .details,
.featured-lft .prop-slide .details,.property-slider .prop-slide .details,
.half-list-view .prop-slide .details {
  padding: 20px;
  font-size: 16px;
}

.similar_properties .prop-slide .price-sec,.property-slider .prop-slide .price-sec,
.featured-lft .prop-slide .price-sec,
.half-list-view .prop-slide .price-sec {
  font-size: 20px;
  padding-bottom: 10px;
}

.similar_properties .prop-slide h2,
.featured-lft .prop-slide h2,.property-slider .prop-slide h2,
.half-list-view .prop-slide h2 {
  font-size: 18px;
}

.similar_properties .prop-slide .listshortlist img, .property-slider .prop-slide .listshortlist img,
.featured-lft .prop-slide .listshortlist img,
.half-list-view .prop-slide .listshortlist img {
  width: 30px;
  display: block;
  height: 30px;
}

.similar_properties .prop-slide .listshortlist,.property-slider .prop-slide .listshortlist,
.featured-lft .prop-slide .listshortlist,
.half-list-view .prop-slide .listshortlist {
  bottom: -15px;
}

.similar_properties .listshortlist a[disabled],.property-slider .listshortlist a[disabled],
.featured-lft .listshortlist a[disabled],
.half-list-view .listshortlist a[disabled] {
  width: 30px !important;
  height: 30px !important;
}

.similar_properties .prop-slide .prop-img.thumbnail .img-top img,.property-slider .prop-slide .prop-img.thumbnail .img-top img
.featured-lft .prop-slide .prop-img.thumbnail .img-top img,
.half-list-view .prop-slide .prop-img.thumbnail .img-top img {
  height: 250px;
}

.similar_properties {
  background: #f2ebdd;
  padding: 100px 0;
}

.single-property .et_pb_section_1.et_pb_section {
  background-color: #fff !important;
}

.heading-similar {
  padding-bottom: 40px;
  color: #c09a5d;
}

.makeEnquiry {
  background: #f2ebdd;
  padding: 40px;
  position: relative;
}

.close_sidebar_btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.close_sidebar_btn a {
  display: block;
}

.close_sidebar_btn a img {
  display: block;
  width: 30px;
}

.flex-row-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 15px;
}

.flex-row-sec .control {
  width: calc(50% - 15px);
}

.flex-row-sec .control input,
.custom-title-field input,
.flex-row-sec .control select {
  padding: 15px;
}

.flex-row-sec .control.control-on-days {
  width: calc(25% - 20px);
}

.flex-row-sec .control.control-and-time {
  width: calc(25% - 25px);
}

.property-enquiry-form .flex-row-sec .control label,
.property-enquiry-form .custom-title-field.control label {
  padding-bottom: 5px;
}

.custom-title-field {
  padding-bottom: 15px;
}

.open_sidebar_panel_wrapper .sidebar_panel_wrapper {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar_panel_wrapper {
  position: fixed;
  top: 0;
  right: -35vw;
  width: 35vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1365px) {
  .sidebar_panel_wrapper {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .sidebar_panel_wrapper {
    width: 100vw;
  }
}
.no-scroll {
  overflow-y: hidden;
}

body .property-enquiry-form .et_pb_button.valuation {
  width: 100%;
  margin-top: 20px;
  display: block;
  text-align: left;
  cursor: pointer;
}

body .property-enquiry-form .et_pb_button::after {
  right: 20px;
}

.makeEnquiry h2 {
  color: #c09a5d;
  margin-bottom: 20px;
}

.property-enquiry-form {
  padding-top: 20px;
}

.control-property-last label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
}

.control-property-last label input {
  width: 20px;
  margin: 0;
}

.custom-title-field input {
  pointer-events: none;
}

.display-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

.display-nav li {
  position: relative;
}

.display-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  gap: 20px;
}

.display-nav li a img {
  height: 35px;
  margin-left: 0;
  position: absolute;
  display: inline-block;
  text-align: center;
  margin-top: -3px;
}

.display-nav li.next_post {
  padding-right: 40px;
}

.display-nav li.next_post a img {
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  right: 10px;
}

a.next-page,
a.prev-page {
  -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  position: relative;
}

a.next-page {
  padding-right: 30px;
}

a.prev-page {
  padding-left: 30px;
}

a.next-page img,
a.prev-page img {
  position: absolute;
  display: inline-block;
  text-align: center;
  margin-top: -3px;
}

a.next-page img {
  right: 15px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

a.prev-page img {
  left: 15px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

a.next-page:hover,
a.prev-page:hover {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.next-page:hover img,
a.prev-page:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

a.next-page:hover img {
  right: 10px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

a.prev-page:hover img {
  left: 10px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.display-nav li.next_post:hover a img {
  right: 0 !important;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.display-nav li.previous_post {
  padding-left: 40px;
}

.display-nav li.previous_post a img {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 10px;
}

.display-nav li.previous_post:hover a img {
  left: 0 !important;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.display-nav li a .post_title span,
.display-nav li a .post_title strong {
  display: block;
  line-height: normal;
}

.display-nav li a .post_title strong {
  font-size: 24px;
  font-family: "Prata", serif !important;
  font-weight: 400;
  font-style: normal;
}

.display-nav li a .post_title span.town {
  font-family: "Prata", serif !important;
  font-weight: 400;
  text-transform: uppercase;
}

.display-nav li.next_post .post_title {
  text-align: right;
}

.wiki-inline-share {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.wiki-inline-share.active {
  max-height: 60px;
  /* large enough */
  visibility: visible;
  padding-bottom: 30px;
}

.top-banner-archieve {
  height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.top-banner-archieve .table-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.table-content h1 {
  color: #fff;
  padding-bottom: 30px;
}

.table-content .container {
  text-align: center;
  max-width: 750px;
  font-size: 20px;
}

.featured-pnl .container {
  margin-right: 0;
}

.featured-pnl h2.featured-heading {
  text-align: center;
  color: #000;
  padding-bottom: 40px;
}

.search-heading {
  text-align: center;
  color: #000;
  padding-top: 60px;
}

.half-list-view {
  padding-left: 20px;
  /*padding-top: 80px;*/
}

.half-list-view .properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.half-list-view .properties .prop-slide {
  width: calc(50% - 15px);
}

.property-search-form-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #000;
  position: sticky;
  top: 144px;
  z-index: 1;
  margin-bottom: 40px;
}

.property-search-form-default .control {
  padding: 0 !important;
  width: 10%;
  border-left: 1px solid #000;
}

.property-search-form-default .control input,
.property-search-form-default .control select {
  width: 100%;
  border: 0;
  padding: 20px;
  height: 60px;
  color: #000;
  font-size: 16px;
}

.property-search-form-default .control.control-address_keyword {
  width: 25%;
  border-left: 0;
}

.property-search-form-default input[type=submit],
.submit-custom {
  width: 5%;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-left: 1px solid #000;
}
.submit-custom img{
   transition: transform 0.3s ease;    width: 27px;
    display: block;
    margin: 0px auto;
}
.submit-custom:hover img{   animation: spin 0.6s linear infinite;

}
   

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.property-search-form-default .control select {
  width: 100%;
  padding: 10px;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* Custom Arrow */
.property-search-form-default .control::after {
  content: "";
  background: url(/wp-content/uploads/down-arrow-black.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 8px;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -4px;
  /* transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;*/
}

.half-map-view {
  float: left;
}

.property-search-form-default select option {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  /* ✔ works in Chrome, Firefox, Edge */
}

.property-search-form-default .control.control-address_keyword::after {
  display: none;
}

.ph-price-tag-marker {
  background-color: #0073aa;
  /* PH primary color */
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  white-space: nowrap;
  /* Add CSS to shape it like a price tag if desired */
}

.top-pagination-pnl {
  width: 50%;
  float: right;
  padding-left: 4px;
  padding-right: 30px;
  position: absolute;
  right: 0;
}

.half-list-view .top-pagination-pnl {
  width: 100%;
  float: none;
  padding-left: 0px;
  padding-right: 0;
  position: static;
  /*padding-top: 30px;*/
}

.flex-pagination-pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.propertyhive-result-count {
  font-size: 20px;
  color: #000;
}

.custom-prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.next-page,
.prev-page {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}

.next-page img,
.prev-page img {
  height: 25px;
}

.next-page.disabled,
.prev-page.disabled {
  opacity: 0.4;
}

.propertyhive-ordering {
  position: relative;
}

.propertyhive-ordering select {
  width: 100%;
  padding: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

.propertyhive-ordering::after {
  content: "";
  background: url(/wp-content/uploads/down-arrow-black.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 8px;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;*/
  margin-top: -4px;
}

.propertyhive-ordering select option {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  /* ✔ works in Chrome, Firefox, Edge */
}

.featured-pnl .slick-arrow,
.jh_team_slider .slick-arrow,.property-slider .slick-arrow {
  -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  border-radius: 50%;
}

.featured-pnl .slick-arrow:hover,
.jh_team_slider .slick-arrow:hover,.property-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7607843137);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.propertyhive-map-canvas-wrapper {
  height: calc(100vh - 190px) !important;
}

.mortage {
  font-size: large !important;
}

.half-map-view {
  position: sticky;
  top: 205px;
}

/*-----------Responsive --------------*/
@media only screen and (min-width: 1200px) {
  #top-banners-pnl {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 980px) {
  #content {
    overflow-x: hidden;
  }
  .p-heading-sec h1 {
    padding-bottom: 0;
  }
  .flex_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    gap: 0;
    display: block;
    width: 100%;
  }
  .top-section .flex-four-col,
  .property-details .flex-four-col {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .flex-double-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding-top: 20px;
    margin-left: -20px;
  }
  .flex-double-col > div {
    width: 50%;
    padding-left: 20px;
  }
  .overlay-count {
    padding-top: 0;
  }
  .full-img-sec img {
    height: 380px;
  }
  .full-img-sec-double img {
    height: 180px;
  }
  .main-property-details .flex-four-col {
    margin-right: 0;
  }
  .main-property-details .flex-double-col {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .main-property-details .flex-double-col > div {
    width: 100%;
  }
  .similar_properties .columns-3 .properties .prop-slide {
    width: calc(50% - 15px);
  }
  .nav-breadcrumb {
    display: block;
  }
  .back-button {
    margin-right: 0;
    border-right: 0;
    margin-bottom: 0px;
  }
  .feature-section ul li {
    width: 100%;
  }
  .listing-details ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-top .price-sec {
    width: 100%;
  }
  .price-top {
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-lft {
    margin: 0px auto !important;
    max-width: 80%;
  }
  .featured-pnl h2.featured-heading,
  .search-heading {
    max-width: 80%;
    margin: 0px auto;
  }
  .property-search-form-default .control.control-address_keyword {
    width: 100%;
    border-left: 1px solid #000;
  }
  .property-search-form-default .control {
    padding: 0 !important;
    width: 33.33%;
    border-left: 1px solid #000;
  }
  .control-property_type.residential-only,
  .control-minimum_price.sales-only,
  .control.control-minimum_rent.lettings-only {
    border-bottom: 1px solid #000;
  }
  .property-search-form-default .control select {
    border-left: 0;
    border-color: #000;
    border-right: 0;
    border-bottom: 0;
  }
  .property-search-form-default input[type=submit],
  .submit-custom {
    border: 0;
    width: 50px;
    border-left: 1px solid;
    border-right: 1px solid #000;
  }
  .property-search-form-default {
    border-left: 0px !important;
    background: #fff;
  }
  .property-search-form-default {
    position: unset;
  }
  .half-map-view {
    width: 80%;
    float: none;
    margin: 0px auto;
    padding-top: 20px;
  }
  .half-map-view .propertyhive-map-canvas-wrapper {
    height: 300px !important;
  }
  .top-pagination-pnl {
    position: relative !important;
    width: 80%;
    float: none !important;
    margin: 0px auto !important;
    padding: 0 !important;
  }
  .half-list-view {
    width: 80%;
    float: none;
    padding: 0;
    padding-top: 60px;
    margin: 0px auto;
  }
  .propertyhive-ordering {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 46.6px;
  }
  .propertyhive-ordering select {
    height: 100%;
  }
  .custom-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .flex-pagination-pnl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .all_team_slider .team-slider{
        width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .featured-pnl .featured {
    margin-right: 0px !important;
  }
  .half-list-view .properties .prop-slide {
    width: 100%;
  }
  .full-img-sec img {
    height: 250px;
  }
  .full-img-sec-double img {
    height: 90px;
  }
  .nav-breadcrumb .breadcrumb {
    display: none;
  }
  .display-nav {
    padding-bottom: 60px;
    gap: 30px;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .similar_properties {
    padding: 60px 0;
  }
  .similar_properties .columns-3 .properties .prop-slide {
    width: 100%;
  }
  .display-nav .previous_post {
    width: 100%;
  }
  .display-nav .next_post {
    width: 100%;
    text-align: right;
  }
  .share-icon-section {
    padding-left: 0 !important;
  }
  .owner-contact {
    padding-right: 20px;
  }
  .display-nav li.next_post a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
   .all_team_slider .team-slider{
        width:100%;
  }
}
.submit-custom img {
  transition: transform 0.3s ease;
  width: 100%;
  display: block;
  margin: 0px auto;
  height: 100%;
  padding: 0px;
  max-width: 44px;
}
/*----------------------- End ---------*/