.margin-bottom-15{
  margin-bottom:30px;
}
@media(max-width:767px){
  .margin-bottom-15{
  margin-bottom:0px;
}
}
@media (max-width: 768px) {
  .spproperty .row{
    margin-left:-5px;
    margin-right:-5px;
  }
  .spproperty [class*='spproperty-col-sm-']
 {
    width: 50%;
     padding-left:5px;
    padding-right:5px;
  }
  .spproperty .sp-properties-wrapper {
    margin-bottom: 10px;
}
  h3.sppb-addon-title:before,h3.sppb-addon-title:after{
    display:none;
  }
}


h3.sppb-addon-title{
   position:relative;
   /* display:inline-block */
   overflow:hidden;
 }
 h3.sppb-addon-title:before{
       content: " ";
    position: absolute;
    top: 50%;
    transform: translate(-30px,-50%);
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-left: -100%;
 }
 h3.sppb-addon-title:after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translate(30px,-50%);
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-right: -100%;
}
@media(max-width:767px){
  h3.sppb-addon-title {
    font-size: 26px;
    line-height: 26px;
}
  h3.sppb-addon-title:before{
    transform: translate(-10px,-50%);
 }
 h3.sppb-addon-title:after {
    transform: translate(10px,-50%);
}
}
/**block number**/
span.sppb-blocknumber-number {
    font-weight: 700;
    transition: 0.3s;
}
.sppb-blocknumber-number {
    transition: 0.3s;
    border: 0px;
}
.sppb-blocknumber:hover h3.sppb-media-heading
{
  color:#ffd90b!important;
}
.sppb-blocknumber:hover .sppb-blocknumber-number{
  background-color:#ffd90b!important;
  color:#393939!important;
  border-color:#ffd90b!important;
}

.cls-home-area .sppb-addon-wrapper{
  position:relative;
}
.cls-home-area-column {
  position:relative;
}
.cls-home-area-column:after{
  content:" ";
  position:absolute;
  height: 80px;
  width: 2px;
  background-color:#393939;
  top:50%;
  transform: translateY(-50%);
  left: 20px;
  right:0;
}

.spproperty-search-advance {
    display: block!important;
    margin-top: 0px;
}
.property-advance-search {
    display: none;
}
.spproperty-search-basic {
    position: relative;
    z-index: 99;
}
.flagship .sp-select ul > li:last-child {
    margin-bottom: 0;
    display: none;
}
/**pattern**/
.pattern {
    border-bottom: 25px solid #ffd90b;
    clip-path: polygon(0% 0%, 100% 0, 100% 91%, 92% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 91%, 92% 100%, 0% 100%);
}

/**property search**/
@media(min-width:992px){
  .spproperty-search-advance [class*='col-lg-']{
  flex:0 0 50%;
  max-width:50%;
}
}


/**dj slider**/
.djslider-default img.dj-image {
    width: auto!important;
      margin: auto!important;
}
.djslider-loader, .djslider-loader-default:focus, .djslider-loader-default.focus,.focused {
	border: 0 !important;
	box-shadow: unset!important;
	outline: 0!important;
}
.djslider-default ul.djslider-in > li:focus{
  	border: 0 !important;
	box-shadow: unset!important;
	outline: 0!important;
}

/**box shadow**/
.cls-box-shadow [id*='column-wrap-id-']{
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

/**mobile**/
div#sp-footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
}
#sp-footer2 .sp-column {
  display:flex;
}
#sp-footer2 .sp-module {
  max-width:25%;
  flex:0 0 25%;

}

/*phone button*/

/*#phone {
    width: 100%!important;
    height: 50px!important;
    background: #01a9fd!important;
}
#phone button .hover_text {
    display: inline-block!mportant;
    position: initial!important;
}
#phone a {
    padding: 12px 0;
    display: block;
}

#phone {
	display:block;
	width: auto!important;
	height: auto!important;
	background:transparent;
	z-index:90000;
	position: initial!important;
	right: 10px;
	bottom: 10px;
}

#phone .inner_blob {
	display: block;
	position: initial!important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: auto!important;
	height: auto!important;
	border-radius:100%;
	-webkit-animation-name: pulse_animation;
	animation-name: pulse_animation;
	-webkit-animation-duration:2000ms;
	animation-duration:2000ms;
	-webkit-transform-origin:70% 70%;
	transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	transform-origin:center center;
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

#phone.active .inner_blob {
	border-color:#7cc576;
}

#phone:hover .inner_blob {
	-webkit-animation-name: none;
	animation-name: none;
}

#phone button,
#phone button:link,
#phone button:visited {
	display: inline-block!important;
	position: initial!important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding:0px;
	width: auto!important;
	height: auto!important;
	background: #25d366;
	border-radius:0;
	text-decoration:none;
	text-align: center !important;
	-webkit-transition:all .3s;
	transition:all .3s;
	box-sizing: border-box;
	border:none;
	cursor:pointer;
	color: #fff;
	-webkit-animation: glowing2 1500ms infinite;
	-moz-animation: glowing2 1500ms infinite;
	-o-animation: glowing2 1500ms infinite;
	animation: glowing2 1500ms infinite;
  	animation-play-state: paused!important;
}


#phone:hover button {
	width:auto!important;
	height:auto!important;
}

#phone button .hover_text {
	
	position: initial!important;
	top: 30px;
	bottom: 10px;
	left: -34px;
	right: -29px;
	margin: auto;
	opacity: 1!important;
	font-size: 16px!important;
	color:#fff;
	font-weight:700;
	text-align: left!important;
	background:transparent;
	font-family: Roboto, sans-serif;
	font-weight: 400!important;
	text-align: center;
	background: transparent;
	font-family: 'Kanit', sans-serif!important;
}
@media(min-width:768px){
  #phone button .hover_text {
  display: inline-block!important;
  }
}
#phone.active button .hover_text {
	padding-top:20px;
}




#phone button:after {
	content:'';
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width:18px;
	height:17px;
	transition: opacity 0.3s ease 0.3s;
}



button.phone-button:hover .phone-fixed:before { visibility: visible; }*/


/**email**/
button.enquiry-button {
    width: 100%;
    border: 0px;
    padding: 12px 0;
    background-color: #ffd929;
}
button:focus {
   outline:0!important;
  box-shadow:unset!important;
}
button{
  cursor:pointer;
}
span.hover_text {
    font-family: Kanit,sans-serif;
}
/*whatsapp button end*/
.com-content #sp-main-body {
    padding: 0px;
}

i.phone-fixed { color: #fff; }

.phone-001 div#phone { right: 75px; }

.phone-001 { margin-top:  0; }
#phone .inner_blob {
    display: none!important;
   background: transparent!important;
	
	-webkit-animation: glowing3 1500ms infinite!important;
	-moz-animation: glowing3 1500ms infinite!important;
	-o-animation: glowing3 1500ms infinite!important;
	animation: glowing3 1500ms infinite!important;
}
#phone .fa-phone:before {
    content: "\f095";
    position: relative;
    top: 1px;
}
/**eb whatsapp**/
.whatsappchat img.is-analytics {
    padding-right: 2px !important;
    display: inline-block;
}

.whatsappchat {
    bottom: 25px !important;
    right: 90px !Important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
  
    color: #000;
}
.is-bottom_right {
    position: initial!important;
    /* padding: 10px; */
    background-color: #46be55;
}
.whatsappchat .popup-section .popup {
    width: 100%;
}
.whatsappchat .popup-section .help-you-btn {
    border-radius: 0px!important;
    white-space: nowrap;
    padding: 0;
    color: #ffffff;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    box-shadow: unset!important;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 12px!important;
    text-align: center!important;
}
.whatsappchat .popup-section {
    text-align: center;
}
button.phone-button:hover .phone-fixed:before { visibility: visible!important; }

@media(max-width:767px){
  span.hover_text {
    display:none!important;
}
  .hide{
    display:none!important;
  }
}


/**map**/
@media(min-width:1200px){
  .cls-desktop-map{
    display:block;
  }
  .cls-mobile-map{
    display:none;
  }
}

@media(max-width:1199px){
  .cls-desktop-map{
    	display:none;
  }
  .cls-mobile-map{
    display:block;
  }
}
@media(min-width:992px) and (max-width:1024px){
  .gutter-5 .sppb-row{
    margin-left:-5px;
    margin-right:-5px;
  }
  
  .gutter-5 [class*='sppb-col-md-']{
    padding-left:5px;
    padding-right:5px;
  }
  .cls-home-area-column .sppb-media-heading {
    font-size: 15px!important;
  }
}