body {
  position: relative;
}
body.inquery-popup {
  overflow: hidden;
}
.property-sec .slider {
    width: 100%;
    margin: 0 auto 20px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.property-sec {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.img-sec{
    width: 370px; 
    padding-right: 6px !important;
}
img.img-hol {
    height: auto;
    width: 100%;
}
.property-sec .slider-hol {
    width: 80%;
    margin: 0 auto;
}
.property-sec .right-details {
    width: 100%;
    padding: 20px 0 10px;
    display: flex;
    align-items: flex-start;
}
.property-sec .right-details .left {
    width: 50%;
}
.property-sec .slider-hol .slider.slider-for .slick-slide img,
.property-sec .slider-hol .slider.slider-nav .slick-slide img {
    width: 100%;
    display: block;
    height: auto;
}
.property-sec .slider-hol .slider.slider-for .slick-slide img{
    height: 400px;
}
.property-sec .slider-hol .slider.slider-nav .slick-slide img {
    height: 75px;
}
.property-sec .slider-hol .slider.slider-nav .slick-slide {
    margin: 0 5px;
}
.property-sec .right-details h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
p.agent-text{
    color: #000;
}
p.agent-text b {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.slider.slider-nav .slick-list .slick-track{
    display: flex;
}
.property-sec .right-details .inner-data {
    font-size: 15px;
    margin-bottom: 14px;
    color: #939191;
}
.property-sec .right-details .inner-data strong{
    color: #000;
}
.property-sec .right-details .inner-data span {
    border: 1px solid #93cef6;
    margin: 0 4px 8px 0;
    padding: 6px 11px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.intro-sec, .property-data{
    margin-bottom: 20px;
}
.intro-sec h2, .property-data h2,
.feature-pro h2 {
    font-size: 22px;
    margin-bottom: 5px;
}
.intro-sec p, .property-data p,
.feature-pro li,
.text-hol p {
    font-size: 15px;
    line-height: 20px;
    color: #939191;
}
.feature-pro ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.feature-pro ul li {
    margin-bottom: 10px;
    width: 47%;
    position: relative;
    padding-left: 20px;
}
.feature-pro ul li:before{
    background: url('http://www.c21ipropertieshawaii.com/iphagent/client/property/sf/images/arrow-pro.png');
    content: '';
}
.feature-pro ul li:before {
    background: url(http://www.c21ipropertieshawaii.com/iphagent/client/property/sf/images/arrow-pro.png);
    content: '';
    width: 20px;
    height: 20px;
    background-size: 11px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-23%);
}
.anchor {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 25px;
}
.anchor a.list{
    background: #000;
    border: 1px solid #000;
}
.anchor a {
    display: inline-block;
    padding: 4px 24px;
    border: 1px solid #279dee;
    margin-right: 7px;
    font-size: 13px;
    line-height: 18px;
    background: #279dee;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.anchor a:hover{
    background: transparent;
    color:  #279dee;
    border: 1px solid #279dee;
}
.text-hol p b {
    font-weight: normal;
}
.text-hol p{
    margin-bottom: 8px;
    font-weight: normal;
}
.property-sec .slider-hol .slick-prev {
    left: -10px;
}
.property-sec .slider-hol .slick-next {
    right: -10px;
}
.property-sec .slider-hol .slick-prev,
.property-sec .slider-hol .slick-next{
    background: #3268a2;
    z-index: 9;
    width: 25px;
    height: 25px;
}
.property-sec .slider-hol .slick-prev:before, 
.property-sec .slider-hol .slick-next:before {
    font-family: 'slick';
    font-size: 15px;
    opacity: 1;
    font-weight: bold;
}
.slick-current.slick-center{
    border: 2px solid black;
}
.playPauseBtn {
    float: right;
}
.button-slider {
    border: none;
    color: white;
    padding: 9px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}
#pause {
    background-color: #555555;
}
#play {
    background-color: #008CBA;
}


.buttons-anchors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.buttons-anchors .anchor a {
  color: #fff;
  background: #458cba;
  border-color: #458cba;
}
.buttons-anchors .anchor a:hover {
  background: #fff;
  color: #458cba;
}
.inquary-form {
  display: none;
}
.inquary-form {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background: #000000d4;
  z-index: 999;
}
.inquary-hol {
  max-width: 380px;
  padding: 2.5rem;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.close-btn {
  line-height: 2.75rem;
  position: absolute;
  right: 12px;
  top: 12px;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  color: #fff;
  font-style: normal;
  font-size: 1.75rem;
}
.close-btn button.mfp-close {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  opacity: 0.6;
  line-height: 20px;
  cursor: pointer;
}
.inquary-hol .text-heading {
  text-align: center;
  margin-bottom: 15px;
}
.inquary-hol .text-heading h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 7px;
}
.inquary-hol .text-heading p,
.inquary-hol p {
  font-size: 15px;
  font-weight: normal;
}
.inquary-hol form {
  padding-top: 10px;
}
.inquary-hol form .input-field label {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.inquary-hol form .input-field input {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.66667rem;
  font-size: 1.15rem;
  border: #7e7e7e solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.inquary-hol form .input-field:nth-child(4) input {
  margin-bottom: 5px;
}
.inquary-hol form .anchor-btn {
  margin-bottom: 20px;
  margin-top: -10px;
}
.inquary-hol form .anchor-btn a {
  font-size: 14px;
  color: #458cba;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 999
}
.inquary-hol form .submit-btn button {
  color: #fff;
  width: 100%;
  background: #458cba;
  border: 1px solid #458cba;
  height: 40px;
  max-width: 150px;
  text-transform: uppercase;
  border-radius: 7px;
}
.inquary-hol form .submit-btn {
  text-align: center;
}
.anchor button#Inquire {
  background: #458cba;
  border: 1px solid #458cba;
  display: inline-block;
  padding: 4px 24px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.inquary-hol .inquire-agentemail {
    position: relative;
    /*float: left;*/
}

.inquary-hol .inquire-agentemail input {
    padding-right: 75% !important;
    text-align: center;
}

.inquary-hol .inquire-agentemail:after {
    position: absolute;
    left: 92px;
    top: 11px;
    font-size: 1.15rem;
    font-weight: normal;
    content: '@ipropertieshawaii.com';
}

.anchor button.right_btns, .anchor button#Inquire, button.save_btn{
  background: #458cba;
  border: 1px solid #458cba;
  display: inline-block;
  padding: 4px 24px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 7px;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width:auto;
  background-color: #b8af8b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  transform: translateX(-50%);
white-space: nowrap;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #b8af8b transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip1 .tooltiptext1 {
    padding: 8px 5px;
    transform: translateX(-20%);
    font-size: 11px;
}
