/*
Theme Name: Tarn & Tarn
Author: Cskills
Version: 1
*/

/* common css start here */
header.TBspace {
  padding-top: 20px;
  padding-bottom: 20px;
}
.TBspace {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contentHoder .TBspace {
  padding-top: 40px;
  padding-bottom: 40px;
}

.teamBlock.TBspace,
.iconTitleTextBlock.TBspace {
  padding-top: 20px;
  padding-bottom: 20px;
}
.iconTitleTextBlock.TBspace {
  padding-bottom: 40px;
}

/* body::before,
body::after {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40px;
  content: "";
  background-color: var(--blueColor);
  z-index: 999;
} */
body::before {
  left: 0;
}
body::after {
  right: 0;
}

.content_1840 {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.content_1680 {
  max-width: 1466px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.content_1640 {
  max-width: 1680px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.content_1640_search {
  max-width: 1480px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.content_1600 {
  max-width: 1480px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
.content_1520 {
  max-width: 1480px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}

.content_1040 {
  max-width: 1240px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}

.col_1_1 .col {
  width: 50%;
}
.col_1_1_1 .col {
  width: 33.33%;
}
.col_1_1_1_1 .col {
  width: 25%;
}
.col_1_1_1_1_1 .col {
  width: 20%;
}

.col_40_60 .col {
  width: 60%;
}
.col_40_60 .col:first-child {
  width: 40%;
}

.whiteBg {
  background-color: var(--offWhiteColor);
  color: var(--blueColor);
  max-width:1360px;
  margin: 0 auto;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-border-radius:60px;
  -khtml-border-radius:60px;

}
.topBorder {
  border-top: solid 6px var(--lightBlueColor);
}

.neue-haas-grotesk-display-light {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.remodal-close::before {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.headLinks ul li a,
.filterTitle,
.teamName,
.accordionTitle,
.pageNotFound > div span,
.zoomdisable,
#modal1Title,
.total-table-tr td,
table tr th, .proStatus {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  vertical-align: top;
}
body.open-menu {
  overflow: hidden;
}
/* common css end here */

/* header start here */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--blueColor);
  z-index: 999;
}
.headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTop .logo {
  max-width: 120px;
}
header.scroll .headerTop .logo,
footer .logo {
  width: 100%;
  max-width: 94px;
}
footer .logo {
  float: left;
}
.headLinks {
  padding-right:86px;
}
header.scroll .headLinks {
  padding-right: 64px;
}
.headLinks {
  position: relative;

  z-index: 9999;
}
.headLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.headLinks ul li {
  margin: 0;
  padding: 0 8px;
}
.headLinks ul li a {
  text-decoration: none;
  color: var(--electricBlueColor);
  line-height: 18px;
  font-size: 22px;
}
header.scroll .headLinks ul li a {
  font-size: 20px;
}
.headLinks ul li svg {
  width: 44px;
  height: 44px;
}

header.scroll .headLinks ul li svg {
  width:38px;
  height:38px;
}

.headLinks ul li a:hover {
  color: var(--seaBlueColor);
}

ul.socialLinks li a:hover .iconHover,
.headLinks ul li a:hover .iconHover {
  fill: var(--seaBlueColor);
}
.headLinks ul li a:hover .iconHoverStroke {
  stroke: var(--seaBlueColor);
}

/* header end here */

/* home css start */
.TBspace.homeHero {
  padding-top: 0;
}
.homeHero .col {
  padding: 0 10px;
}
.homeHero .heroTextHome {
  padding-left: 0;
  width: 44%;
}
.homeHero .heroImageHome {
  padding-right: 0;
  width: 56%;
  position: relative;
}
.homeHero .heroImageHome .box::before {
  padding-top: 72%;
}
.heroImage .box::before {
  padding-top: 70%;
}
.homeHero .heroImageHome .OF-cover,
.heroImage .OF-cover {
  object-fit: contain;
}
.heroImage .OF-cover {
  object-position: right bottom;
}
.establishBlock .col.estText {
  padding-left: 0px;
}
.establishBlock .col.estImage {
  padding-right: 0px;
}
.estImage {
  position: relative;
}

.homeHero .btnHolder {
  padding-top: 14px;
}
.btnHolder {
  padding-top: 20px;
}
.homeHero .btn:hover {
  background-color: var(--whiteColor);
  color: var(--blueColor);
}

.establishBlock .col {
  padding: 0 20px;
}
.establishBlock h2 {
  padding-bottom: 0px;
}
.establishBlock .desc {
  font-size: 28px;
  line-height: 34px;
  padding-top: 20px;
}
.establishBlock .desc p:last-child {
  padding-bottom: 0;
}
.establishBlock .desc ul {
  padding-left: 30px;
}
.establishBlock .desc ol {
  padding-left: 28px;
}

.sectionTitle,
h3.sectionTitle {
  color: var(--blueColor);
  padding-bottom: 0px;
  font-size: 30px;
  line-height:38px;
  text-align: center;
}
.sectionTitleHolder.TBspace {
  padding-bottom: 20px;
}
/* home css end */

/* home search start here */
.searchTitle {
  font-size: 4.5vw;
  line-height: 4.5vw;
  padding-bottom: 30px;
}
.searcFilterBlock .col {
  padding: 0 20px;
}
.filterTitle {
  font-size: 26px;
  line-height: 32px;
  color: var(--blueColor);
  text-transform: uppercase;
  border-bottom: solid 3px var(--lightBlueColor);
  padding: 0 0 14px 0;
}
.searcFilterBlock .btnHolder {
  text-align: center;
  padding-top: 20px;
}
/* home search end here */

/* hero block start */
.heroBlock .title {
  font-size: 5.5vw;
  line-height: 5.6vw;
  color: var(--blueColor);
}
.searchTitle {
  color: var(--blueColor);
}
.heroBlock .title span,
.heroBlock .subtitle,
.searchTitle span {
  color: var(--cyanColor);
}

.heroBlock .col {
  padding: 0 20px;
}
.heroBlock .col.heroImage {
  padding-right: 0px;
  padding-top: 24px;
  position: relative;
  width: 56%;
}
.heroImage {
  text-align: center;
}
.heroImage img {
  margin: 0 auto;
}
.heroBlock .flexVerticalCenter {
  position: relative;
}
.heroBlock .col.heroText {
  padding-left: 0px;
  position: absolute;
  left: 0;
  top: 12%;
  width: 100%;
  max-width: 70%;
}
.heroBlock .title {
  padding-bottom: 0px;
}
.heroBlock .subtitle {
  font-size: 2.2vw;
  line-height: 2.6vw;
  letter-spacing: 1.8px;
  padding-top: 18px;
  padding-bottom: 0px;
  max-width: 60%;
  width: 100%;
}

body.page-id-43 .heroBlock .col.heroImage {
  padding-top: 17%;
}
/* hero block end */

/* accordion block start */
.accordionHolder {
  padding-bottom: 40px;
}
.accordionBox {
  border-bottom: solid 1px var(--blueColor);
}
.accordionDetails {
  display: none;
  padding-bottom: 20px;
  padding-right: 80px;
}
.accordionTitle {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1.1px;
  color: var(--electricBlueColor);
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 0;
  position: relative;
  padding-right: 44px;
  word-break: break-word;
}
.accordionDetails p:last-of-type {
  padding-bottom: 16px;
}
.accordionTitle .arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 30px;
  background-image: url("images/up-arrow.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.accordionTitle.activeArrow .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* accordion block end */

/* icon title text block start */
.iconHolder {
  text-align: center;
  border-bottom: var(--blueColor) solid 4px;
}
.iconHolder .box {
  max-width: 375px;
  margin: 0 auto;
}
.iconHolder .box::before {
  padding-top: 80%;
}
.iconHolder img {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.iconInfo h4 {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
}
.iconInfo {
  padding-top: 32px;
  font-size: 24px;
  line-height: 32px;
}
.iconInfo p:last-of-type {
  padding-bottom: 0px;
}
/* icon title text block end */

/* team block start */
.teamBlock .box{ z-index: 1;}
.teamBlock .box, .teamBlock .box img{
  -webkit-border-radius:20px;
  border-radius:20px;
  -moz-border-radius:20px;
  -khtml-border-radius:20px;
}
.teamBlock .box::before {
  padding-top: 90%;
}
.teamName {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  text-align: center;
  text-transform: uppercase;
}
.designation {
  color: var(--electricBlueColor);
}
.teamContact,
.teamName {
  padding-top: 30px;
  text-align: center;
}
.teamInfo {
  padding-top: 24px;
  text-align: center;
}
.teamContact {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.teamContact a {
  text-decoration: none;
  color: var(--blueColor);
}
.teamContact a:hover {
  color: var(--electricBlueColor);
}
.teamContact p {
  padding-bottom: 0px;
}
.teamContact .socialLinks {
  padding-top: 16px;
}
.designation {
}
.teamInfo p {
  padding: 0;
}
.borderbox {
  border-top: solid 1px var(--electricBlueColor);
  border-bottom: solid 1px var(--electricBlueColor);
  padding: 24px 0;
}
ul.socialLinks {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.socialLinks li {
  margin: 0px;
  padding: 0px;
  line-height: 0;
}
ul.socialLinks li a {
  display: block;
}
/* team block end */

.editorBlock a:hover {
  color: var(--electricBlueColor);
}
.editorBlock p:last-of-type {
  padding-bottom: 0;
}

/* contact block start */
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 18px !important;
  grid-column-gap: 4% !important;
}
.contactBlock .grid {
  padding-bottom: 40px;
}
.contactBlock {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: center;
}
.contactBlock h4 {
  color: var(--blueColor);
  padding-bottom: 38px;
}
.gform_wrapper .gfield_label {
  width: 100%;
  text-align: left;
  color: var(--seaBlueColor);
  font-size: 18px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  margin: 0px !important;
  padding: 0 0 6px 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.mapboxgl-popup-close-button {
  min-width: auto;
}
.mapBlock {
  padding-right: 24px;
}
.formBlock {
  padding-left: 24px;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
.mapBlock .mapbox,
.desc form {
  padding-top: 20px;
}

.contactBlock .desc a:hover {
  color: var(--electricBlueColor);
}

.gform_body .spacer.gfield {
  display: none !important;
}
.email-block .ginput_left {
  padding-right: 2% !important;
}
.email-block .ginput_right {
  padding-left: 2% !important;
}
.email-block .ginput_left label,
.email-block .ginput_right label {
  text-align: left;
  color: var(--seaBlueColor);
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 0 0 6px 0;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths.form-checkbox {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.45px;
  text-align: left;
  grid-column: span 8 !important;
  -ms-grid-column-span: 8 !important;
  position: relative;
}
.form-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.form-checkbox .gfield_consent_label {
  padding-left: 40px;
  display: block;
  position: relative;
}
.form-checkbox .gfield_consent_label span,
.gform_wrapper .gfield_required {
  color: #ff0000 !important;
}
.form-checkbox .gfield_consent_label::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
  border: #000 solid 3px;
}
.form-checkbox .gfield_consent_label::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 5px;
  top: 9px;
  opacity: 0;
  visibility: hidden;
  background-image: url("images/tickmark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.form-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.form-checkbox .gfield_required_asterisk,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  display: none !important;
}

.gform_footer {
  padding: 0px !important;
}
#map_mapbox {
  height: 600px !important;
  margin-bottom: 0px;
}
.gfield_validation_message {
  display: none !important;
}
.gform_wrapper .gfield_error label {
  color: #ff0000 !important;
}
.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 0px !important;
  /* border-bottom: #ff0000 solid 4px !important; */
}
.gform_wrapper .gform_validation_errors {
  background-color: #ffe8e8 !important;
  border: #ff0000 solid 1px !important;
  color: #ff0000 !important;
  color: #ff0000 !important;
}
.gform_validation_error h2 {
  padding-bottom: 0px !important;
  color: #ff0000 !important;
  text-align: left;
}
.gform-button {
  align-self: flex-start !important;
  margin-left: auto !important;
}

.gform_confirmation_wrapper {
  margin-top: 30%;
}
.gform_confirmation_message {
  border: #a1eba0 solid 2px;
  background-color: #a1eba0;
  color: var(--blueColor);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.6px;
  text-align: center;
  padding-left: 50px;
  /* background-image: url("images/tickmark-green.svg"); */
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 20px;
}
#field_submit {
  position: relative;
}
.gform_ajax_spinner {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 10px;
  top: 10px;
}

.mapboxgl-popup-content {
  padding: 28px 10px 10px 10px !important;
}
.mapboxgl-popup-close-button {
  background-color: var(--blueColor) !important;
  color: var(--whiteColor) !important;
  line-height: 0px !important;
}
.mapboxgl-popup-content h3 {
  padding-bottom: 8px;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.7px;
}
.mapboxgl-popup-content p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
}
.gform_heading {
  text-transform: uppercase;
}
/* contact block end */

/* property list start here */
#sort_filter_div{
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
}
#sort_filter_div select{
  max-width:280px;
  background-color:transparent;
  border:1px solid var(--blueColor);
}
.propertyListBlock.TBspace {
  padding-top: 0px;
}
.propertyListBlock .col,
.teamBlock .col {
  padding:24px 24px;
}
.propertyListBlock .col .databelowImage h4 span{display:block; color:var(--blueColor);}
.propertyListBlock .col .box,
.propertyListBlock .col .box img,
.propertyListBlock .col .databelowImage {
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius:20px;
  -khtml-border-radius:20px;
}
.propertyListBlock .col .box, .propertyListBlock .col .databelowImage{ z-index: 1}

.detailSlide .box{
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-border-radius:24px;
  -khtml-border-radius:24px;
  overflow: hidden;
  z-index: 1;
}
.detailThumbHoder .box{
  -webkit-border-radius:10px;
  border-radius: 10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  overflow: hidden;
  z-index: 1;
}

.iconTitleTextBlock .col {
  padding: 20px 24px;
}
.propertyShortInfo {
  padding-top:30px;
}
.propertyShortInfo h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  padding-bottom: 12px;
}
.propertyShortInfo h4 a {
  text-decoration: none;
  color: var(--seaBlueColor);
}
.propertyShortInfo h4 a:hover {
  color: var(--blueColor);
}
.propertyShortInfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.propertyShortInfo ul li {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 8px 0;
  border-bottom: solid 1px var(--seaBlueColor);
}
.propertyShortInfo ul li:first-child {
  border-top: solid 1px var(--seaBlueColor);
}
/* .propertyListBlock .box,
.photo_Galllery .imglist .box,
.singleGalleryImage .box {
  border-bottom: var(--blueColor) solid 8px;
} */
.propertyListBlock .box::before {
  padding-top: 74%;
}
.propertyListBlock .btnHolder {
  text-align: center;
}

body.page-template-template-commercial-property-list .heroBlock.TBspace,
body.page-template-template-residential-property-list .heroBlock.TBspace {
  padding-top: 0;
}
body.page-template-template-commercial-property-list
  .whiteBg.contentHoder.TBspace {
  padding-top: 40px;
}

.propertyListBlock .col .box .info_social, .proDetailSlider .info_social{
  position: absolute;
  right: 25px;
  top:19px;
  z-index: 99;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px;
}
.propertyListBlock .col .box .info_social li, .proDetailSlider .info_social li{
  margin: 0px; padding:6px 0px;}
.proStatus{
  position:absolute;
  left:25px;
  top:25px;
  z-index: 99;
  min-width:150px;
  text-align:center;
  padding:10px 18px;
  background-color: var(--blueColor);
  color:var(--whiteColor);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-border-radius:12px;
  -khtml-border-radius:12px;
  pointer-events: none;
}

.propertyListBlock .col .box .info_social li a svg,
.proDetailSlider .info_social li a svg{ display: none;}

.propertyListBlock .col .box .info_social li a,
.proDetailSlider .info_social li a{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  background-color:#fff;
  border: var(--blueColor) solid 1px;
  padding:5px 12px;
  -webkit-border-radius:10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  min-width: 72px;
  text-align:center;
  padding-bottom: 4px;
}
.propertyListBlock .col .box .info_social li a:hover,
.proDetailSlider .info_social li a:hover{ background-color: var(--blueColor);}

.propertyListBlock .col .box .tooltip--top::before,
.detailSlideHoder .info_social li .tooltip--top::before,
.propertyListBlock .col .box .tooltip--top::after,
.detailSlideHoder .info_social li .tooltip--top::after {
  bottom: -100px;
  left: -50px;
  margin-bottom: 15px;
  top: auto;
}
.propertyListBlock .col .box .tooltip--top::after,
.detailSlideHoder .info_social li .tooltip--top::after{ top:30px; bottom: auto; left: auto;
right: 13px; border-bottom: 7px solid #000081; border-top: 0;}
/* property list end here */

/* property filter start here */
/* Range slider css start */
.ui-slider {
  background: var(--cyanColor);
  height: 1px;
  position: relative;
  cursor: pointer;
  width: 94% !important;
  margin: 0 auto;
}
.ui-slider-range {
  height: 1px;
  position: absolute;
  -webkit-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  -o-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
}
.ui-slider-handle {
  background: var(--electricBlueColor);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-border-radius:100px;
  -khtml-border-radius:100px;
  z-index: 1;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  -o-transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  transition: all cubic-bezier(0.1, -0.01, 0.58, 1) 0.3s;
  border: 1px solid var(--electricBlueColor);
}
.ui-slider-handle:last-child {
  transform: translate(-50%, -50%);
}
.ui-slider-handle:focus {
  outline: none;
}
.range-wrapper,
.range-wrapper1,
.range-wrapper2 {
  position: relative;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: auto;
  pointer-events: none;
}
.range,
.range1,
.range2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius:2px;
  -khtml-border-radius:2px;
  font-size: 16px;
  letter-spacing: 0.54px;
  color: var(--blueColor);
  z-index: 10;
  position: relative;
  text-transform: uppercase;
}
.range {
  pointer-events: none;
}
.range-value,
.range-value1,
.range-value2 {
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  transition: background 0.1s;
}
span.range-value.max-val,
span.range-value1.max-val1,
span.range-value2.max-val2 {
  margin-left: auto;
}
.range-divider {
  display: none;
}
.range-alert {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0e0e0e;
  line-height: 15px;
  transition: right 0.2s;
}
/* Range slider css End */
.propertySelect .col:first-child .areaExpand {
  max-height: 100%;
}
.propertySelect .areaExpand {
  max-height: 184px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-out;
  -moz-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
  padding-left: 30px;
}
.propertySelect .areaExpand.show {
  max-height: 100%;
  -webkit-transition: max-height 1.5s ease-out;
  -moz-transition: max-height 1.5s ease-out;
  -o-transition: max-height 1.5s ease-out;
  transition: max-height 1.5s ease-out;
}

.clickToMore {
  display: flex;
  padding: 10px 0;
}
.areaExpand.show + .clickToMore {
  padding-top: 7px !important;
}
.clickToMore .imgloader {
  display: none;
}
.clickToMore span {
  display: block;
  margin-right: 20px;
  border-bottom: 1px solid #000;
}
.clickToMore span,
.MoreOption {
  cursor: pointer;
}
img.MoreOption.lazyloaded {
  width: 18px;
  height: 18px;
  margin-left: 1px;
}
.areaExpand.show + .clickToMore .MoreOption {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.propertySelect p {
  padding-bottom: 10px;
}
.filterOptions {
  padding-top: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.54px;
}
.filterOptions input[type="radio"],
.filterOptions input[type="checkbox"] {
  display: none;
}
.propertySelect .filterOptions label {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.filterOptions label {
  position: relative;
}
.filterOptions label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid var(--electricBlueColor);
  -webkit-border-radius:50%;
  border-radius:50%;
  -moz-border-radius:50%;
  -khtml-border-radius:50%;
  top: 10.5px;
  left: -28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* transition: border-color 400ms ease; */
}
.filterOptions input[type="radio"]:checked + label::after,
.filterOptions input[type="checkbox"]:checked + label::after {
  -webkit-transform: translateY(0) scale(0.9) translateX(0);
  -ms-transform: translateY(0) scale(0.9) translateX(0);
  transform: translateY(0) scale(0.9) translateX(0);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.filterOptions label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--electricBlueColor);
  border: 1px solid var(--electricBlueColor);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius:50%;
  -khtml-border-radius:50%;
  top: 0px;
  left: -29px;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
  /* transition: transform 400ms ease; */
  margin: 1.5px 0 0;
}
/* property filter end here */

/* property details start here */
.page-template-template-property-details h1,
.sideBar h3,
body.single-property_cpt h1,
.descRowHolder h1,
.descRowHolder h2,
.descRowHolder h3,
.descRowHolder h4,
.descRowHolder h5,
.descRowHolder h6 {
  color: var(--blueColor);
}
.page-template-template-property-details h1 {
  font-size: 60px;
  line-height: 68px;
}
.sideBar {
  width: 32%;
  padding-right: 30px;
}
.sideBar a {
  word-break: break-word;
}
.propertyTitle {
  padding-right: 30%;
  padding-bottom: 40px;
}
.propertyTitle span{color: var(--seaBlueColor);}
.propertyTitle h1 {
  padding: 0;
}
.propertyInfo {
  width: 68%;
  padding-left: 30px;
}

.address p:last-of-type {
  padding-bottom: 0px;
}
.rowItem {
  padding-bottom: 50px;
}

.descRowHolder {
  font-size: 18px;
  line-height:26px;
}
.descRowHolder .row {
  padding-bottom: 60px;
}
.descRowHolder .row h4 {
  color: var(--blueColor);
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  padding-bottom: 18px;
}
.descRowHolder .row:last-child {
  padding-bottom: 0;
}
.descRowHolder .row p:last-of-type,
.descRowHolder .row ul:last-of-type {
  padding-bottom: 0px;
}
.descRowHolder .row ul {
  padding-left: 24px;
}
.descRowHolder .row ol {
  padding-left: 18px;
}

.descRowHolder .row ul.proInfoList {
  padding-left: 0;
}
ul.proInfoList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.proInfoList li {
  margin: 0;
  padding: 8px 0;
  border-bottom: solid 1px var(--seaBlueColor);
}
a.singleProperty,
a.wishlist {
  cursor: pointer;
}
.summaryInfo .descTitle {
  padding-top: 30px;
}
.summaryInfo .editorText h4 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
  color: var(--seaBlueColor);
}

.propertiesList_area span,
.propertiesList_Size span,
.propertiesList_Rent span {
  width: 50%;
}

.descRowHolder a {
  text-decoration: none;
}
.descRowHolder a:hover {
  color: var(--electricBlueColor);
}
.descRowHolder .editorText a {
  text-decoration: underline;
}
.descRowHolder .editorText a:hover {
  text-decoration: none;
}
.playDiv {
  display: none;
}

.mapBoxWrap {
  position: relative;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-border-radius:24px;
  -khtml-border-radius:24px;
  overflow: hidden;
  z-index: 1;
}
.zoomdisable {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.photo_Galllery .imglist .wp-6 {
  width: 50%;
  padding: 28px 30px;
}
.singleGalleryImage {
  padding-bottom: 28px;
}
.photo_Galllery .imglist .wp-6:nth-child(odd) {
  padding-left: 0;
}
.photo_Galllery .imglist .wp-6:nth-child(even) {
  padding-right: 0;
}
.photo_Galllery .imglist .box::before,
.singleGalleryImage .box::before {
  padding-top: 75%;
}

.propertyInfo .Achorsection {
  padding-bottom:64px;
}
#availablity table {
  margin-bottom: 0px;
}
.propertyInfo .Achorsection:last-child {
  padding-bottom: 0px;
}
.Achorsection.photo_Galllery {
  padding-bottom: 24px;
}

.propertyInfo .sectionTitle {
  padding-bottom: 24px;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.78px;
}
.propertyInfo .sectionTitle h4 {
  padding-bottom: 0px;
  color: var(--blueColor);
  text-align: left;
}
.propertyInfo .sectionTitle p {
  padding-bottom: 0px;
  padding-top: 4px;
}

.fancybox-container button {
  min-width: auto;
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}

.info_social p {
  padding-bottom: 0;
}
.noListFound {
  text-align: center;
  width: 100%;
}
.noListFound div {
  width: 100%;
}
.noListFound img {
  margin: 0 auto;
}
.noListFound h3 {
  padding: 10px 0 0 0;
}

.iconSpace a,
.RequestViewingButton .singleProperty,
.RequestViewingButton .wishlist {
  padding-left: 40px;
  position: relative;
  display: block;
  width: 100%;
}
.iconSpace a {
  text-decoration: none;
}
.iconSpace a:hover {
  color: var(--electricBlueColor);
}
.iconSpace .active a{
  color: var(--electricBlueColor);
  background-color: var(--blueColor)!important;
  }
.iconSpace .teamWhatsAppMsg svg,
.iconSpace .singleProperty svg,
.iconSpace .tooltip svg,
.RequestViewingButton .singleProperty svg,
.RequestViewingButton .wishlist svg {
  position: absolute;
  left: 0;
  top: 0;
}
.RequestViewingButton .singleProperty svg {
  top: 2px;
}
.RequestViewingButton a {
  display: block;
}
.teamWhatsAppMsg svg,
.tooltip svg {
  width: 26px;
  height: 26px;
}
.tooltip svg path{ fill:transparent;}
.tooltip.active svg path,
.tooltip svg:hover path {
  fill: var(--electricBlueColor);
}

/* request form start */
#modal1Title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 0.72px;
  padding-bottom: 0;
}
.ginput_recaptcha {
  width: 0;
  height: 0;
}
.datepicker {
  width: 100% !important;
}
.remodal {
  color: var(--blueColor) !important;
}
.remodal .gform_footer {
  position: relative;
}

.remodal-close {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  left: auto !important;
  right: -1px !important;
}
.remodal-close::before {
  width: 40px !important;
  height: 40px !important;
  font-size: 38px !important;
  line-height: 42px !important;
  color: var(--blueColor) !important;
}

.remodal-close:hover {
  background-color: var(--blueColor);
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius:0;
  -khtml-border-radius:0;
}
.remodal-close:hover::before {
  color: var(--whiteColor) !important;
}
div#ui-datepicker-div {
  z-index: 999999 !important;
}
.valuationFormPopup a {
  cursor: pointer;
}
/* .remodal .ginput_complex {
  background-color: var(--seaBlueColor);
  position: relative;
}
.remodal .ginput_complex::before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
} */
.remodal .gform_confirmation_wrapper {
  margin-top: 0px;
}
.remodal .gfield_error .ginput_complex::before {
  background-color: #ff0000;
}
.ginput_complex select {
  line-height: 38px;
  border: 0px;
  background-color: transparent;
  color: var(--blueColor);
  background-image: url("images/selectDown_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.remodal .gform_button {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
  line-height: 44px !important;
  padding: 0 3px !important;
}

.remodal .gform_footer {
  position: relative;
}
.remodal .gform_footer .gform_button {
  margin-bottom: 0px !important;
}
.remodal .gform_footer .gform_ajax_spinner {
  position: absolute;
  left: 190px !important;
  right: auto !important;
}
.remodal .requestForm .gform_footer .gform_ajax_spinner {
  left: 208px !important;
}
.remodal .gform_wrapper .gfield_error [aria-invalid="true"] {
  border: #ff0000 solid 1px !important;
}

.remodal input[type="text"],
.remodal input[type="email"],
.remodal input[type="tel"],
.remodal input[type="date"],
.remodal input[type="number"],
.remodal input[type="password"],
.remodal input[type="search"],
.remodal textarea {
  background-color: transparent;
  border: var(--blueColor) solid 1px;
}

.timeBlock {
  border: var(--blueColor) solid 1px !important;
}
.gfield_error.timeBlock {
  border: #ff0000 solid 1px !important;
}
.timeBlock input[type="number"],
.gfield_error.timeBlock .ginput_container_time input[type="number"] {
  border: 0px !important;
}

.gchoice {
  position: relative;
}
.gchoice input[type="radio"],
.gchoice input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.gfield_radio,
.gfield_checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ginput_container_radio .gchoice,
.ginput_container_checkbox .gchoice {
  width: 100%;
  text-align: left;
  padding: 4px 0;
  position: relative;
}
.gfield_radio label,
.gfield_checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0.6px;
}
.gfield_radio label::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--electricBlueColor);
  content: "";
  -webkit-border-radius:50%;
  border-radius:50%;
  -moz-border-radius:50%;
  -khtml-border-radius:50%;
  background-color: var(--whiteColor);
}
.gfield_radio label::after {
  position: absolute;
  left: 1px;
  top: 4px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-border-radius:50%;
  border-radius:50%;
  -moz-border-radius:50%;
  -khtml-border-radius:50%;
  background-color: var(--electricBlueColor);
  opacity: 0;
  visibility: hidden;
}
.gfield_checkbox label::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--electricBlueColor);
  content: "";
  background-color: var(--whiteColor);
}
.gfield_checkbox label::after {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("images/tickmark-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  opacity: 0;
  visibility: hidden;
}
.gfield_radio input[type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.gfield_checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.gsection {
  padding-right: 0px !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 14px !important;
}
.gsection_title {
  display: none;
}
.gsection_description {
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: left !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  letter-spacing: 0.6px !important;
}

.gfield_time_hour,
.gfield_time_minute {
  min-width: 38px !important;
  max-width: 38px !important;
  overflow: hidden;
}
.gfield_time_hour input[type="number"],
.gfield_time_minute input[type="number"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 80px !important;
  min-width: 80px !important;
}
/* request form end */
.noListFound {
  padding: 0 20px;
  text-align: center;
  margin: 30px auto 0;
}
.noListFound.container_1400 {
  text-align: center;
  border: 2px solid var(--blueColor);
  padding: 26px 30px 30px;
  max-width: 540px;
  margin-top: 0px;
}
.emptyBakset {
  margin: 0px auto 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.emptyBakset img {
  max-width: 120px;
  width: 100%;
  display: block;
}
#wrapPropBasket {
  width: 100%;
}
.nolistHolder {
  text-align: center;
  padding: 40px 30px;
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
}
.nolistHolder::before {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  content: "";
  background-color: var(--blueColor);
  width: 100%;
  max-width: 100%;
  height: 2px;
  margin: 0 auto;
}
.nolistHolder h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: none;
}
.noListFound a {
  text-decoration: none;
}
.noListFound a:hover {
  color: var(--electricBlueColor);
}

.loadMoreRow {
  text-align: center;
}

.topButtons{ padding-bottom: 14px;}
.topButtons ul{ margin: 0; padding: 0; padding-left: 0!important; list-style-type: none; display: flex; flex-wrap: wrap;}
.topButtons .btn{padding:8px 22px; font-size:16px;
line-height: 22px; min-width: 120px; border: solid 2px var(--blueColor);}
.topButtons ul li{ margin: 0; padding:4px 0; padding-right: 10px}
.topButtons ul li:last-child{ padding-right: 0;}
.detailSlideHoder{ position: relative;}
.proDetailSlider{ padding-bottom: 64px}
.proDetailSlider ul{ margin: 0; padding: 0; list-style-type:none; font-size: 0; line-height: 0}
.proDetailSlider ul li{ margin: 0; padding: 0;}
.detailThumbHoder{ padding-top:28px;}
ul.detailThumb{ padding:0 50px;}
ul.detailThumb .slick-list{ padding: 0!important;}
ul.detailThumb li{ padding: 0 6px;}
ul.detailThumb .slick-slide{ opacity:0.5;}
ul.detailThumb .slick-slide.slick-current{ opacity: 1;}
ul.detailThumb .slick-prev{ left: 0;}
ul.detailThumb .slick-next{ right: 0;}
.proDetailSlider .box::before, .detailThumb .box::before{ padding-top:70%}
/* property details end here */

/* ToolTip css start */
.tooltip {
  position: relative;
  margin-left: auto;
}
.tooltip::before,
.tooltip::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.tooltip.activetool::before,
.tooltip.activetool::after {
  opacity: 1;
  visibility: visible;
}
.tooltip::before {
  content: attr(data-tooltip);
  z-index: 2;
  max-width: 100px;
  color: #000081;
  border: 1px solid #000081;
  -webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
  padding: 5px;
  text-align: center;
  width: max-content;
  background: #ace6ff;
  padding: 7px 5px;
  font-size: 17px;
  line-height: 20px;
}
.tooltip::after {
  content: "";
  width: 0;
  height: 0;
}
.tooltip--top::before,
.tooltip--top::after {
  bottom: 100%;
  left: 0;

  margin-bottom: 15px;
}
.tooltip--top::after {
  margin-bottom: 8px;
  margin-left: 14px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000081;
}

.tooltip.tooltip--top.loadSingleActive {
  pointer-events: none;
}
.tooltip.tooltip--top.loadSingleActive a {
  pointer-events: visible;
}
/* .tooltip svg { margin-right: -3px !important;} */
/* ToolTip css End */

/* footer start here */
.content_1840.footerBlock {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}
footer {
  background-color: var(--blueColor);
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
footer .col {
  text-transform: uppercase;
  padding: 0 20px;
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer ul li {
  margin: 0px;
  padding: 0 0 6px 0;
}
footer ul li:last-child {
  padding-bottom: 0px;
}
footer a {
  color: var(--whiteColor);
  text-decoration: none;
}
footer a:hover {
  color: var(--electricBlueColor);
}

footer ul li.current-menu-item a {
  color: var(--electricBlueColor);
}
.copyrightText {
  text-transform: capitalize;
}
.copyrightText span {
  padding-right: 4px;
}
/* footer end here */

/* 404 page start here */
.pageNotFound {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
.pageNotFound > div {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
border-radius: 50%;
-moz-border-radius:50%;
-khtml-border-radius:50%;
  border: 8px solid var(--blueColor);
  margin: 0px auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-animation: balance 3s ease infinite 1.3s;
  -moz-animation: balance 3s ease infinite 1.3s;
  -o-animation: balance 3s ease infinite 1.3s;
  -ms-animation: balance 3s ease infinite 1.3s;
  animation: balance 3s ease infinite 1.3s;
}
.pageNotFound > div span {
  color: var(--blueColor);
  font-size: 5rem;
  line-height: 1rem;
  position: absolute;
  right: 24px;
  top: 46%;
  left: 0px;
  width: 100%;
}

.resultError {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}
.resultError img {
  margin: 0 auto;
}
.resultError h4 {
  padding: 8px 0 0 0;
  text-transform: uppercase;
}
/* 404 page end here */

/* cookie policy box start here */
.cky-consent-container {
  max-width: 320px;
  width: 100%;
  left: 60px !important;
}
.cky-consent-bar {
  border: var(--blueColor) solid 2px !important;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
  -moz-border-radius:0px!important;
  -khtml-border-radius:0px!important;
  padding: 14px !important;
  width: 100%;
  /*background-image: url("images/cookie-icon.svg") !important;*/
  background-repeat: no-repeat !important;
  /*padding-top: 104px !important;*/
  background-size: 80px !important;
  background-position: 12px 12px !important;
}
.cky-consent-bar a:hover {
  color: var(--electricBlueColor);
}
.cky-consent-bar .cky-title {
  padding: 0 0 10px 0 !important;
  margin: 0px !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: 0.72px;
}
.cky-consent-bar p,
.cky-accordion-header-des p,
.cky-preference-content-wrapper p {
  padding-bottom: 12px;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--blueColor) !important;
}
.cky-notice-btn-wrapper {
  margin-top: 8px !important;
  display: flex !important;
  justify-content: space-between !important;
}
.cky-notice-btn-wrapper .cky-btn {
  margin: 4px 0px;
  width: 48% !important;
  min-width: auto;
}
.cky-btn-close,
.cky-accordion-btn,
.cky-show-desc-btn {
  min-width: auto !important;
}
.cky-footer-wrapper div:last-child {
  display: none !important;
}
.cky-preference-title,
.cky-accordion-btn {
  color: var(--blueColor) !important;
}

.cky-btn {
  flex: unset !important;
  -webkit-border-radius: 12px!important;
  border-radius: 12px!important;
  -moz-border-radius:12px!important;
  -khtml-border-radius:12px!important;
  border: solid 2px var(--blueColor) !important;
  color: var(--blueColor) !important;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.cky-btn-accept {
  background-color: var(--blueColor) !important;
  color: var(--whiteColor) !important;
}

.cky-prefrence-btn-wrapper .cky-btn {
  flex: auto !important;
  max-width: 100% !important;
}
.cky-prefrence-btn-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
}
.cky-preference-header .cky-btn-close {
  width: 26px !important;
  height: 26px !important;
  background-image: url("images/cross-icon.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 26px !important;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cky-preference-header .cky-btn-close img {
  display: none !important;
}
/* cookie policy box end here */

/* body.page-template-template-commercial-property-list .heroImage,
body.page-template-template-commercial-property-list .heroImage img {
  max-height: 440px;
} */

a.cky-banner-element {
  padding: 8px 30px;
  background: #f8f9fa;
  color: #858a8f;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius:2px;
  -khtml-border-radius:2px;
  cursor: pointer;
  text-decoration: none;
}
.entry a {
  word-wrap: break-word;
}
.entry a:hover {
  color: var(--electricBlueColor);
}

/* disable button start here */
.loadMore.disabled,
.requestViewing.disabled,
.applyFilter.disabled {
  pointer-events: none;
  opacity: 0.1 !important;
}
.flex-data-loading:before {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1200px;
  width: 100%;
  background-image: url(images/property-loader.svg);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 50px;
  margin: 0;
  z-index: 9;
}
/* disable button end here */
h1.pageTitle {
  padding-bottom: 30px;
}

ul.transIcons{margin:0; padding:0!important; list-style-type:none;}
ul.transIcons li{margin:0; padding:6px 0 12px 40px; position:relative;}
.travelModeIcon{position:absolute; width:34px; height:34px; left:0; top:4px;}
.requestViewingNote{  text-align: left; padding:2px; font-size: 15px; line-height: 24px; padding-left: 30px; background-image: url('images/info-icon.svg');
background-position:left center; background-size: 20px; background-repeat: no-repeat; letter-spacing: 0.6px;}

.ui-slider.ui-state-disabled .range,
.ui-slider.ui-state-disabled .range1,
.ui-slider.ui-state-disabled .range2{color:#DBDBDB;}
.ui-slider.ui-state-disabled,
.ui-slider.ui-state-disabled .ui-slider-handle{background-color:#DBDBDB; cursor: auto!important;}
.ui-slider.ui-state-disabled .ui-slider-handle{border:1px solid #DBDBDB;}


/* table total value hide css */
#availablity tr.total-table-tr td:nth-child(3) span,
#availablity tr.total-table-tr td:nth-child(4) span,
#availablity tr.total-table-tr td:nth-child(5) span{display:none;}

#availablity tr.total-table-tr td:nth-child(3),
#availablity tr.total-table-tr td:nth-child(4),
#availablity tr.total-table-tr td:nth-child(5){min-height:38px}
/* table total value hide css */