body {
	font-size:16px;
}
.sticky-top {
	/*transition: all 0.2s ease-in;*/
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* style for when sitcky is applied */
.stuck .sticky-top {
	background-color: #fff !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.navbar {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	    border-top: 2px solid #f6821f;
}
body.custom-background {
	background-image: url(https://demo2.wpresidence.net/wp-content/uploads/2018/04/furley_bg.png);
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}
.content-wrapper {
	background-color:#fff !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.prop-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer {
	background-color:#333333;
}
.footer p {
	color:#fff;
	text-align:center;
	margin-bottom:0px;
}
.prop-content {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-bottom: 40px;
	border-radius:5px;
}
.prop-head {
	font-weight:600;
	font-size:19px;
	padding-top:7px;
	padding-bottom:7px;
	text-transform: uppercase;
}
.prop-price span{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #0162af;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.prop-content-btn {
	text-align: right;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #e0dfdf;
	margin-top: 10px;
}
.prop-btn {
    background-color:#f6821f;
	border: 1px solid #f6821f;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
    padding: 4px;
}
.prop-btn:hover {
	background-color: #fff;
    border: 1px solid #f6821f;
    color: #f6821f;
}
.prop-stickyform-btn {
	background-color: #f6821f;
    border: 1px solid #f6821f;
    padding: 10px 14px;
    color: #fff;
    border-radius: 24px;
}
.prop-stickyform-btn:hover {
	background-color:#fff;
	border: 1px solid #f6821f;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #f6821f;
}
.prop-inner-content {
	padding:10px;
}
.prop-content-img {
	overflow:hidden;
	border-bottom: 2px solid #fff;
	position:relative;
}
.prop-content-img:hover {
	border-bottom: 2px solid #f6821f;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.prop-content-img img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 transition: all .9s ease;
 -moz-transition: all .9s ease;
 -ms-transition: all .9s ease;
 -webkit-transition: all .9s ease;
 -o-transition: all .9s ease;
}
.prop-content-img:hover img {
	-moz-transform: scale(1.055);
	-webkit-transform: scale(1.055);
	transform: scale(1.055);
}
.prop-heading {
	text-align:center;
	text-transform:uppercase;
	padding-top: 12px;
    font-size: 28px;
    margin: 0;
}
.judy-details {
	list-style:none;
	padding-left: 0;
}
.judy-details li {
	color: #fff;
	font-size: 16px;
	padding: 3px;
	border-bottom: 1px dashed #403e3e;
}
.prop-disclaimer {
	color:#fff;
	text-align:justify;
}
.judy-img img {
	border-radius:4px;
}
.footer-content {
	background-color:#212121;
	padding:20px;
}
.copyright {
	padding:20px;
	background-color:#1e1e1e;
}

@media screen and (min-width: 1200px){
.container {
    max-width: 1200px;
}
/*.dropdown-toggle::after{
display:none;
}*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
}

.dropdown-menu{
    background-color: #fff;
    border: 1px solid #f0f0f0!important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
 /*   -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;*/
	top: 100%;
	font-size:14px;
	 padding:0px;  
}
.dropdown-item{
 padding: 7px;
}
.dropdown-item:hover{
 background-color:#f6821f;
 color:#fff;
 -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.header{
    background-color: #0162af;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	padding:9px;
}
@media screen and (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}
.prop-listing{
padding:25px;
}
}

.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    margin: 0 auto;
    border-radius: 6px;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
@media screen and (max-width:700px){
.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    margin: 0 auto;
	padding: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
}
@media screen and (min-width:700px){
.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    padding: 12px;
    width: 48%;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.carousel-item{
height:550px;
}
.prop-slide-price span{
    font-size: 17px;
}
}
.prop-footer-form h3 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.prop-footer-form h4 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
::-webkit-input-placeholder { 
font-size:14px; 
} 
::-moz-placeholder { 
font-size:14px;
}
.form-control{
font-size:14px;
padding: 9px;
}
select{
padding: 9px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.prop-footer-form {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding: 10px;
    border-bottom: 2px solid #c1c1c1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.prop-slide-price span{
    background-color: #f6821f;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    text-align: center;
    color: #fff;
}
@media screen and (min-width:700px){
.prop-footer-form {
    padding: 20px;
    margin: 42px 42px 0px 42px;
}
}
.prop-img-content{
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(246, 130, 31, 0.72);
    padding: 3px 6px;
    border-radius: 4px;
}
.prop-content-img:hover .prop-img-content{
 background-color:rgba(1, 98, 175, 0.7411764705882353);
}
.prop-img-top-content{
position: absolute;
    top: 8px;
    right: 16px;
    color: #fff;
    font-size: 14px;
    background-color: #009688;
    padding: 3px 6px;
    border-radius: 4px;
}
 @media screen and (min-width:700px) {
.icon-bar {
 width: 57px;
 position:fixed;
 right:13px;
 top:35%;
 z-index:99;
}
.icon-bar a {
 display: block;
 border-radius:50% !important;
}
}
 @media screen and (max-width:700px) {
/* .icon-bar {
	right:10px;
}*/
.icon-bar {
 position: fixed;
 bottom: 0 !important;
 left: 0;
 right: 0;
 width: 100%;
 text-align: center;
 z-index: 99;
 background-color:#fff;
}
 .icon-bar a {
 display: inline-block;
 padding: 1px 12px 4px 12px!important;
 width: 30.3%;
 border-radius:20px;
}
}
.icon-bar a {
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
	color: #fff !important;
	font-size: 24px;
	margin-top:5px;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.icon-bar a:hover {
	background-color: #444;
}
.prop-email {
	background-color:#f6821f;
}
.prop-phone {
	background-color:#2196F3;
}
.prop-whatsapp {
	background-color: #4CAF50;
}
.prop-stickyform{
background-color:#fff;
}
@media screen and (min-width:700px){
.prop-stickyform{
width: 30%;
margin: 0 auto;
}
.top-phone{
text-align:left;
}
.top-mail{
text-align:right;
}
}
.prop-modal-content{
border:none;
}
.prop-modal-header{
	padding: 8px;
    text-transform: uppercase;
    text-align: center;
	margin-top:15px;
    font-size: 1.25rem;
	font-weight:500;
	color:#222;
}
@media screen and (max-width:700px){
.navbar-brand img{
width:140px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.top-phone{
text-align:center;
}
.top-mail{
text-align:center;
}
}
@media screen and (min-width:700px){
.modal-dialog{
margin:0 !important;
}
.alertmodal .modal-dialog {
 width: 40% !important;
}
}
.prop-input{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.prop-input ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #f6821f; transition: 0.4s;}
.prop-input:focus ~ .focus-border{width: 100%; transition: 0.4s;}
.form-control:focus{
border: 1px solid #ced4da!important;
outline:0;
box-shadow:none !important
}
.prop-input:focus{outline: none; box-shadow:none !important;}
.input-group{
postion:relative;
}
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
.form-check{
    margin-top: 12px;
}
@media screen and (max-width:700px){
.prop-mobile-nav{
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.prop-footer-form h3{
font-size:16px;
}
.prop-footer-form h4{
font-size:14px;
}
.prop-heading{
font-size: 22px;
}
}
.top-phone i{
color:#fff;
}
.top-phone a:link{
text-decoration:none;
color:#fff;
font-size:15px;
font-weight: 600;
}

.top-phone{
text-decoration:none;
color:#fff;
font-size:15px;
font-weight: 600;
}

.top-mail i{
color:#fff;
}
.top-mail a:link{
text-decoration:none;
color:#fff;
font-size:15px;
font-weight: 600;
}
.alert-danger {
	color: #eb2828;
	background-color: #fff;
	border-top: 3px solid #eb2828;
	font-size: 15px;
}
.top-lang a:link{
text-decoration:none;
color:#fff;
font-size:15px;
font-weight: 600;
text-align:center;
}
.top-lang a{
color:#fff;
}
@media screen and (max-width:700px){
.mobile-only{
display:block
}
.desktop-only{
display:none
}
.pls-reg-btn{
margin-top: 10px;
}
.pls-dropdown-menu{
	border-radius: 30px 10px 30px 10px;
 padding:10px;
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	background:#0162af;
}
.pls-nav-ul li .dropdown-toggle{
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    border-radius: 20px;
    text-align: -webkit-center;
	margin:4px 0px;
	text-transform:uppercase;
	font-weight: 500;
    font-size: 18px;
}
.pls-nav-ul li .dropdown-item{
    font-weight: 500;
    font-size: 16px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	margin:10px 0px;
	border-radius: 20px;
	text-align:center;
	background:#fff;
}
.pls-nav-ul li .dropdown-item:hover{
 color:#333;
}
}
@media screen and (min-width:700px){
.mobile-only{
display:none
}
.desktop-only{
display:block
}
}
h1{
color:#fff;
font-size:12px;
margin:0;
padding:0;
}
.prop-privacy-content-head{
background-color: #f6821f;
color:#fff;
font-size:20px;
padding:5px 20px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius: 5px 5px 0px 0px;
}
.prop-privacy-content{
font-size:14px;
padding:5px 20px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius:0px 0px 5px 5px;
}
.prop-br {
    height: 20px;
}
.prop-lit-br {
    height: 1px;
}
.prop-privacy-content ul{
padding:8px 20px;
}
.copyright a{
 color:#fff;
 text-decoration:none;
}
.pls-navbar-brand{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50px;
    padding: 7px;
}
@media screen and (min-width:700px){
.pls-nav-ul li{
 padding:0px 6px;
}
.pls-nav-ul li .dropdown-toggle{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;    
	color: #0162af !important;
}
.pls-nav-ul li .dropdown-item{
    font-weight: 500;
    font-size: 16px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	margin:10px 0px;
	border-radius: 20px;
	text-align:center;
}
.pls-dropdown-menu{
	border-radius: 30px 10px 30px 10px;
 padding:10px;
 border: 1px solid #f6821f !important;
 width:200px;
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
}
.dropdown-toggle::after{
    color: #f6821f;
}
.pls-reg-btn{
       background-color: #f6821f;
    color: #fff;
    border-radius: 50px;
}
.pls-reg-btn:hover{
       background-color: #0162af;
    color: #fff;
    border-radius: 50px;
}
.carousel-caption{
bottom:17%;
}
.carousel-indicators{
bottom:13%;
}
/* Icon 2 */

.navbar-toggler:focus {
border:0;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #0162af;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(2) {
  top: 0px;
}

.navbar-toggler span:nth-child(3), .navbar-toggler span:nth-child(4) {
  top: 12px;
}

.navbar-toggler span:nth-child(5), .navbar-toggler span:nth-child(6) {
  top: 24px;
}

.navbar-toggler.open span:nth-child(1),.navbar-toggler.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(2),.navbar-toggler.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-toggler.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler.open span:nth-child(5) {
  left: 1px;
    top: 20px;
}

.navbar-toggler.open span:nth-child(6) {
      left: calc(50% - 4px);
    top: 17px;
}

.navbar-toggler{
    width: 38px;
    height: 43px;
    position: relative;
    margin: 13px 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-light .navbar-toggler{
border:none !important;
}
.dropdown-item{
white-space:normal;
}
   .lastname {
    display: none;
}