#main-wrapper {
  overflow: hidden;
}

.ip-banner {
  display: none;
}

.listing-detail-container {
  font-size: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-sidebar,
#content-full {
  margin-top: 0;
}

.list-det-item {
  position: relative;
}

.list-det-item::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 192px;
  background-image: url(../../images/listing-details/ip-det-lay1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.list-det-item::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.6));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.list-det-desc {
  position: absolute;
  width: 100%;
  bottom: -5px;
  z-index: 2;
  color: #fff;
}

.list-det-desc h2 {
  font-weight: 400 !important;
  font-size: 35px !important;
  color: #fff;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif !important;
}

.list-det-img canvas {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.list-det-thumb {
  padding-top: 3px;
}

.list-det-thumb .slick-slide {
  position: relative;
}

.list-det-thumb .slick-slide .list-det-thum-img {
  position: relative;
}

.list-det-thumb .slick-slide .list-det-thum-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
}

.list-det-thumb .slick-slide.slick-current .list-det-thum-img::after {
  background-color: transparent;
}

.list-det-thumb-slick {
  margin: 0 -1.5px;
}

.list-det-thum-item {
  padding: 0 1.5px;
}

.list-det-thum-item canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ip-det-price-left {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #7d7d7d;
  letter-spacing: 0.02em;
}

.ip-det-title {
  margin-top: -15px;
}

.ip-det-title h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  font-size: 50px !important;
  text-transform: uppercase;
  color: #1b2759;
  margin: 0 !important;
}

.ip-det-util {
  margin-top: 24px;
}

.ip-det-util li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16.37px;
  color: #5d5d5d;
  letter-spacing: 0.02em;
}

.ip-det-util ul {
  list-style: none !important;
  margin: 0 !important;
  max-width: 328px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ip-det-util ul li span {
  color: #16bcb2;
  font-size: 14px;
}

.ip-det-descriptions p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #4b4b4b;
  letter-spacing: 0.05em;
  line-height: 28px !important;
  margin-bottom: 25px !important;
}

.ip-det-bot-left {
  width: 66.18%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 88px;
}
.ip-det-bot-inner {
  width: calc(100% - 88px);
  height: 100%;
  background-color: #fff;
  z-index: 2;
  position: relative;
  margin-left: auto;
  padding-left: 116px;
  padding-bottom: 98px;
}

.ip-det-descriptions {
  max-width: 692px;
  width: 100%;
  padding-top: 21px;
}

.ip-det-bot-left::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 170px);
  height: 100%;
  background-image: url(../../images/listing-details/ip-det-after.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  content: "";
  z-index: -1;
}

.ip-det-bot-left::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 170px);
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(27, 39, 89, 0.8);
  z-index: 1;
}

.ip-det-btn {
  margin-top: 46px;
}

.ip-det-btn a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #16bcb2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid #16bcb2;
  max-width: 325px;
  padding: 19px 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
}

.ip-det-btn a:hover {
  background-color: #16bcb2;
  color: #fff;
}

.ip-det-bot-right {
  /* width: 51.82%; */
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-top: 86px;
}

.ip-det-bottom {
  padding-top: 113px;
}

.ip-det-ament-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  z-index: 4;
  position: relative;
  text-transform: uppercase;
}

.ip-det-bot-right-inner {
  position: relative;
  right: -100px;
  padding-left: 88px;
  padding-top: 66px;
  padding-bottom: 167px;
  opacity: 0;
  /* opacity: 1; */
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.ip-det-bot-right-inner.is-open {
  opacity: 1;
  pointer-events: auto;
  right: 0;
}

.ip-det-ament {
  z-index: 4;
  position: relative;
  padding-top: 29px;
}
.ip-det-bot-right-inner .wpcf7-response-output.wpcf7-display-none {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.ip-det-bot-right-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-image: url(../../images/listing-details/ip-right-bg.jpg);
  filter: grayscale(1);
  z-index: -1;
}

.ip-det-bot-right-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  content: "";
  background-color: rgba(22, 188, 178, 0.95);
  z-index: 1;
}

.ip-det-ament ul {
  list-style: none !important;
}

.ip-det-ament li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 !important;
  padding-left: 14px !important;
  position: relative;
}

.ip-det-ament li::after {
  position: absolute;
  left: -31px;
  width: 22px;
  top: 9px;
  height: 20px;
  background-image: url(../../images/listing-details/ip-check.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.ip-det-map-img canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}

.ip-det-map-wrap {
  position: relative;
}

.ip-det-map-det {
  max-width: 343px;
  background: #16bcb2;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 30px 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ip-det-map-det::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../../images/listing-details/ip-det-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

button.a-right.control-c.next.slick-next.slick-arrow {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 30px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}
button.a-left.control-c.prev.slick-prev.slick-arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 50px;
  width: 40px;
  z-index: 1;
  font-size: 30px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

div#listing-contact-form {
  width: 400px;
  padding: 20px;
  margin: auto;
  right: 55px;
}
div#listing-contact-form input {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 0 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 52px;
  outline: none;
}
div#listing-contact-form textarea {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 10px 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 92px;
  outline: none;
}
input.wpcf7-form-control.wpcf7-submit {
  margin: auto;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 175px;
  display: block;
  background: transparent;
  width: 100%;
  border: 1px solid #fff !important;
  outline: none;
}
#real-content {
  height: 2px;
  overflow: hidden;
}
/* .slick-track{
	transform: translate3d(0px, 0px, 0px) !important;
} */

.listing-courtesy {
  margin: 3%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0;
  color: #4b4b4b;
  letter-spacing: 0.05em;
}

.listing-courtesy > div {
	font-size: 14px;
}

.ip-det-details-widget {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 60px 0;
  display: none;
}

.list-court {
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
  .ip-det-bot-inner {
    padding-left: 39px;
  }

  .ip-det-descriptions p {
    font-size: 13px !important;
    line-height: 24px !important;
  }

  .ip-det-bot-right-inner {
    /*padding-left: 48px;*/
    padding-left: 25px;
  }

  .ip-det-title h1 {
    font-size: 31px !important;
  }

  div#listing-contact-form {
    width: 100%;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .ip-det-bot-left {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }

  .ip-det-bot-inner {
    padding-left: 0;
  }

  .ip-det-bot-inner {
    width: 100%;
  }

  .ip-det-descriptions {
    margin: 0 auto;
  }

  .ip-det-util ul {
    margin: 0 auto !important;
  }

  .ip-det-btn a {
    margin: 0 auto;
  }

  .ip-det-bottom {
    padding-top: 46px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .ip-det-title h1 {
    font-size: 31px !important;
  }

  .ip-det-bot-right {
    width: 100%;
    padding-top: 0;
  }

  .ip-det-bot-right-inner {
    padding-left: 0;
    text-align: center;

    opacity: 1;
  }

  .ip-det-ament li::after {
    left: 186px;
  }
  .gmap_canvas,
  .mapouter {
    width: 100% !important;
  }
  button.a-left.control-c.prev.slick-prev.slick-arrow,
  button.a-right.control-c.next.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .ip-det-bot-right-inner {
    opacity: 1;
    right: 0 !important;
  }

  /*.ip-det-btn {
   margin-top:0 !important ;
}*/
}

@media only screen and (max-width: 767px) {
  .list-det-desc h2 {
    font-size: 22px !important;
  }
  .ip-det-bottom {
    padding: 46px 14px 0;
  }

  .ip-det-ament li::after {
    left: 67px;
  }

  .ip-det-map-det {
    max-width: 222px;
    font-size: 13px;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 480px) {
  .ip-det-title h1 {
    font-size: 19px !important;
  }

  .ip-det-ament li::after {
    left: 31px;
  }
  .list-det-desc h2 {
    font-size: 14px !important;
  }
  /* button.a-left.control-c.prev.slick-prev.slick-arrow,
	button.a-right.control-c.next.slick-next.slick-arrow{
		top:35%;
	} */
}
@media only screen and (max-width: 320px) {
  /* button.a-left.control-c.prev.slick-prev.slick-arrow,
	button.a-right.control-c.next.slick-next.slick-arrow{
		top:25%;
	} */
}

.ip-det-details-bot {
  position: relative;
}
