.accordian {
	width: 80%; height: 320px;
	overflow: hidden;
	
	/*Time for some styling*/
	/* margin: 100px auto; */
	/* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
	/* -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 1200px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}
.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}
/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}
.accordian li img {
	display: block;
}
/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
	width: 640px;	
}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}
@media(max-width: 480px){
/* .accordian { -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35); }

.accordian li{
	width: 20px;
	box-shadow: 0 0 5px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);

} 
 */
/* .accordian ul {
	width: 600px;
} */

/* .accordian { width:50%!important; height: 200px!important; }	 */
}
.in-color input{background-color: #efefef;}
#inputEmail,#contactNumber,#inputName::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black!important;
}
#inputEmail,#contactNumber,#inputName:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
}
#inputEmail,#contactNumber,#inputName::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
#inputEmail,#contactNumber,#inputName:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
}
#inputEmail,#contactNumber,#inputName::-ms-input-placeholder { /* Microsoft Edge */
   color:    #909;
}

#inputName,#contactNumber::placeholder { /* Most modern browsers support this now. */
   color:   black!important;
}

#inputEmail::placeholder { /* Most modern browsers support this now. */
   color:   black!important;
}  


 /*  Mobile Only Gallery start*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;/* 
    min-height: 40vh; */
    padding: 30px 20px;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}
.tz-gallery {
	margin-top: 100px;
    /* padding: 40px; */
}

.baguetteBox-button {
    background-color: transparent !important;
}
 /* mobile only gallery end */

/* property details starts here */
.property-details-banner{	
	background-position: center;
	background-size: cover;
	height: 500px;
	position: relative;
}
.agent-details{
	position: absolute;
	/*margin-top: 100px;*/
}
.agent-details-profile{
	margin-top: 120px;
	background-color: #65615e;
	opacity: 0.9;
	width: 80%;
	/*border: 1px solid #000;*/
	/*color: #fff;*/
}
.agent-details-profile p{
	color: #fff;
	font-size: 28px;
}
.p-20{
	padding: 20px;
}
/*<!-- property details ends here -->*/

/*<!-- Property Details Gallery Code BElow -->*/
/*.tablecustom>tbody>tr>td{
	border-bottom: 0!important;
	border-top: 2px solid #ddd!important;
}*/

/*=== Expandable css for flooring ===*/
/*.collapsible {
  background-color: #ff6801;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 5px;
  height: auto;
}

.active, .collapsible:hover {
  background-color: #ff6801;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  margin-bottom: 10px;
}*/
/*.carousel-inner{
	height: auto;
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: 10px auto;
  }*/

  .underline-heading{
  	width: 25%;
  	height: 3px;
  	background-color: #f75e19;
  }

  @media (min-width: 640px){
  	td, th 
  	{
		width:200px;
	}
  }

.main-slider .content-box{
	position: relative;
	margin-top: 150px;
}

.main-slider .content-box:before{
	position: absolute;
	top: 25px;
	left: -10px;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: .45;
	content: "";
}

.main-slider .content-box:after{
	position: absolute;
	left: -78px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 177px solid #ffffff;
	border-left: 80px solid transparent;
	content: "";
}

.main-slider .content-box .inner-box{
	position: relative;
	padding: 15px 0px 45px;
	background-color: #ffffff;
	/*text-align: right;*/
}

.main-slider .content-box .inner-box:after{
	position: absolute;
	left: -81px;
	top: 24px;
	width: 0;
	height: 0;
	border-bottom: 177px solid #ffffff;
	border-left: 71px solid transparent;
	opacity: .45;
	content: "";
}
.banner-carousel .slide-item .inner-box{
	position: relative;
}
.banner-section .title-box{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	bottom: 80px;
	padding: 0 15px;
	z-index: 999;

}

.banner-section .title-box h2:before,
.banner-section .title-box h2:after{
	position: absolute;
	right: 0;
	top: 8px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.30);
	content: "";
	z-index: -1;
}

.banner-section .title-box h2:after{
	background-color: rgba(255,255,255,0.23);
	top: 0;
}

.banner-section .title-box .inner-box{
	position: relative;
	display: inline-block;
}

.banner-section .title-box .inner-box:before,
.banner-section .title-box .inner-box:after{
    position: absolute;
    top: 8px;
    right: -70px;
    width: 0;
    height: 0;
    border-top: 160px solid rgba(0,0,0,0.30);
    border-right: 70px solid transparent;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .title-box .inner-box:after{
	border-top: 160px solid rgba(255,255,255,0.23);
	top: 0;
}

.banner-section .title-box h2{
	position: relative;
	display: inline-block;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 600;
	padding:50px 0;
	padding-right: 60px;
	z-index: 9;
	-webkit-text-shadow: 0 7px 10px rgba(0,0,0,0.70)
	-moz-text-shadow: 0 7px 10px rgba(0,0,0,0.70)
	-ms-text-shadow: 0 7px 10px rgba(0,0,0,0.70)
	-o-text-shadow: 0 7px 10px rgba(0,0,0,0.70)
	text-shadow: 0 7px 10px rgba(0,0,0,0.70)
}

.banner-section .title-box .inner-box{
	position: relative;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main-slider {
    margin-top: 200px;
  }

}
@media only screen and (min-width: 600px) {
  .main-slider {
    margin-top: 225px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main-slider {
    margin-top: 150px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main-slider {
    margin-top: 150px;
  }
}
.image-name{
	font-size: 14px !important;
}
.property-in-details-image{
	border: 2px solid #d3d3d3;
}
/*custom css*/
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
/*.sub-accordion{
	padding-left: 20px !important;
}*/
/*.sub-accordion ul li{
	padding-left: 40px !important;
}*/
#main-accordion-block{
	background-color: #ff5b21;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
#main-accordion-block:hover{
	background-color: #ff5b21 !important;
}
#sub-block{
	background-color: #7FA3FF;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	margin: 10px 0px;
}
#sub-block : hover{
	background-color: #7FA3FF !important;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	margin: 10px 0px;
}
#sub-block ul li img{
	margin-left: 10px;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

/*table css*/
 .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 8px;
    }
    .p-size {
       font-size: 14px; 
       color: #333; 
       font-weight: bold;
    }
    .p-size-description {
      color: #333;
      font-size: 14px;  
    }

    .similar-properties-section{
      margin-top: 200px;
    }

    @media only screen and (max-width: 600px) {
  .similar-properties-section {
    margin-top: 20px;
  }
  .instruction-blocks{
  margin: 10px 0px;
  }
  /*.view-society-button{
  width: 70%;
  }*/
}

.view-society-button{
  width: 200px;
}
