
.mnav-bl{
display:block;
}
.pr{
padding-right:20px;
}
.v-c{
  border: 1px #0078db solid;
  color: #0078db;
  padding: 6px;
  border-radius: 20px;
  background-color: #ffffff;
}
.listing_single_description3 {
    background-color:#ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 18px;

}
.dropbtn2 {
  background-color:#06afb0;
    border: none;
    border-radius: 2px;
    height: 40px;
    padding: 6px 25px;
    color: #ffffff;;
  }
  
  .dropdown2 {
    position: relative;
    display: inline-block;
    background-color: #ffffff; 
    
  }
  
  .dropdown2-content {
    display: none;
    position: absolute;
      min-width: 560px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    background-color: #ffffff;;
  }
  
  .dropdown2-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown2-content a:hover {}
  
  .dropdown2:hover .dropdown2-content {display: block;}
  
  .dropdown2:hover .dropbtn2 {}

  .blu_bg{
    background-color: #f0f9ff !important;
    border-radius: 10px;
  }
  .cont-box{
    max-width: 400px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
  }
@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
.single_property_social_share h2 {
    font-size: 26px;
    font-family: "Nunito";
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.nav-footer-fix .active{
background-color:#f0f9ff !important;
border-radius:0px 0px 20px 20px;
}
.icnb{
font-size:25px;
}
.bl-icon{
color:#000000;
}
.r-icon{
color:#ed2623;
}
.nav-footer-fix ul {
    display: flex;
    justify-content: space-evenly;
	text-align:center;
}
.nav-footer-fix ul li a {
    font-size: 11px;
    padding: 15px 10px;

}
.nb{
border:none;
border-right:none !important;
}
    .pr{
padding-right:0px;
}
.listing_single_description2 {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    padding: 10px;
    height: auto; 
}
.single_property_social_share.style2 {
    position:relative;
    right: 5px;
}
.lsd_list li {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 40px;
    padding: 6px 25px;
    text-align: center;
	width:100%;
	margin-top:3px;
}
}

.ft-grey{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+47,e5e5e5+100 */
background: linear-gradient(to right, #e5e5e5 0%,#ffffff 47%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.in-box{
background-color:#ffffff;
padding:8px;
border:1px #e7e7e7 solid;
border-radius:5px;
box-shadow: 0px 0px 5px 0px rgba(174,174,174,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(174,174,174,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(174,174,174,0.75);
}
.bold{
font-weight:700;
}
/* The container */
.tick {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius:5px;
  padding-left:10px;
}

/* On mouse-over, add a grey background color */
.tick:hover input ~ .checkmark {
  background-color: #ccc;
   transition-duration: 1s;
}

/* When the checkbox is checked, add a blue background */
.tick input:checked ~ .checkmark {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5000+0,c10000+100 */
background: radial-gradient(ellipse at center, #ff5000 0%,#c10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tick input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tick .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}1

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  top:110px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.top-hd{
background-image:url(assets/images/bd5.jpg);
background-size:cover;
padding:12px 0px 12px 50px;
text-shadow: 2px 1px 2px rgba(77,77,77,0.6);
color:#ffffff;
font-size:32px;
font-family: var(--ltn__heading-font);
font-weight:bold;
border:1px #cccccc solid;
-webkit-box-shadow: 2px 2px 5px 0px rgba(214,214,214,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(214,214,214,1);
box-shadow: 2px 2px 5px 0px rgba(214,214,214,1);
}
.cd-breadcrumb {
 width: 100%;
    margin: 0px;
    position: relative;
    border: 1px #CCCCCC solid;
    height: 53px;
	padding-left:5px;
}

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
  font-size:14px;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 14px;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */

  display: inline-block;
  height: 20px;
  width: 20px;

}
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    padding: .8em .8em .7em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
	font-size:14px;
	text-decoration:none;
	font-family:arial;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1e28+0,ab0d0b+100 
background: linear-gradient(to bottom, #ec1e28 0%,#ab0d0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+,
 Safari7+ */
 background-color:#ec1e28;
    border-color: #ec1e28;

	left:0px;
	font-size:14px;
  }

  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;

  }
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
  
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 22.5px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: block;
  }
  .sl-bd{
    border:5px #ffffff solid;
    border-top:none ;
    border-bottom:none ;
  }