body {
	margin: 0;
}

.wrap-inner-input {
	/* max-width: 900px;
  margin: 0 auto;
  padding: 100px 0 20px; */
	display: flex;
	flex-wrap: wrap;
}

.sidebar-color {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 30px 6px !important;
	background: #fff;
	border: 1px solid #dedede;
	margin-top: 34px;
}

.post-div-wrap {
	/* max-width: 900px;
  margin: 0 auto; */
	display: flex;
	align-items: center;
}

input[type="range"] {
	width: 50% !important;
}

.dropdown-check-list {
	display: inline-block;
	width: 19.99%;
	padding: 0 15px;
	margin-bottom: 20px;
}

button.btn--default.btn--default--reset.js-select-checkboxes-reset {
	margin-left: -12px;
	margin-right: 10px;
}

.drop-inner-check {
	position: relative;
}

.dropdown-check-list .anchor {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 5px 0px 5px 6px;
	border: 1px solid #d6d6d6;
	min-width: 100%;
	height: 41px;
}

.dropdown-check-list .anchor:after {
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 3px;
	right: 10px;
	top: 30%;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
	right: 8px;
	top: 21%;
}

.dropdown-check-list ul.items {
	padding: 3px;
	display: none;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
}

.dropdown-check-list ul.items li {
	list-style: none;
	font-size: 17px;
}

li.pos-right ul {
	padding-left: 16px;
}

.dropdown-check-list.visible .anchor {
	color: #0094ff;
}

.dropdown__buttons button {
	padding: 4px 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.dropdown-check-list.visible .items {
	padding-top: 10px;
	display: block;
	position: absolute;
	width: 100%;
	background: #ffffff;
	padding-left: 20px;
	z-index: 9999999999;
}

.wrap-inner-input .anchor:active {
	border-color: #00bbaa;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 187 170 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 187 170 / 60%);
}

.btn-bottom a.button-filter {
	text-decoration: none;
	/* background: red; */
	border: 2px solid #2c3e50;
	padding: 3px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #2c3e50;
	margin: 0 6px;
	border-radius: 2px;
}

.btn-group-reset a:hover {
	text-decoration: none !important;
}

a.button-filter.cancil-bg {
	border-bottom: 4px solid #d99221;
	background: #f3bc65;
	border: 1px solid #f3bc65;
}

.btn-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.drop-inner-check .items {
	height: 120px;
	overflow-y: scroll;
}

/* width */
.items::-webkit-scrollbar {
	width: 2px;
}

/* Track */
.items::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.items::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.items::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.priceSlider {

	border-radius: 5px;
	padding: 28px 16px 10px;
	width: 50%;
}

.priceSlider h1 {
	font-size: 17px;
	font-weight: bold;
}

.priceSlider p {
	font-size: 10px;
	margin-top: 20px;
}

.min-max label {
	font-size: 14px;
	float: left;
	margin-right: 5px;
	line-height: 1.6;
}

.min,
.mins {
	float: left;
}

.max,
.max {
	float: right;
}

.min-max {
	margin: 0 auto;
	padding: 8px 0px 8px 0px;
	display: flex;
	justify-content: space-between;
}

.min-max span {
	font-size: 10px;
	text-align: center;
	display: inline-block;
	width: 30px;
	border: 1px solid #dedede;
}

.min-max-range {
	padding: 15px 0px 16px 0px;
}

.range {
	-webkit-appearance: none;
	appearance: none;
	width: 50%;
	height: 10px;
	max-width: 400px;
	background-color: #dedede;
	margin: 0;
	padding: 0;
	outline: none;
	float: left;
}

.range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #0070BF;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.range::moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #0070BF;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.custom-slide label.control-label {
	margin-bottom: 12px !important;
}

.btn-group-reset {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
}

.btn-group-reset a {
	text-decoration: none;
	font-size: 16px;
	padding: 8px 28px;
	color: #222;
	font-weight: 600;
}

.btn-group-reset .btn-reset {
	border: 2px solid #2c3e50
}

.btn-group-reset .btn-seach {
	border-bottom: 4px solid #d99221;
	background: #f3bc65;
	color: #222;
	width: 100%;
	text-align: center;
	font-size: 18px;
}


.container-wrap {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.property-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.first-wrap {
	width: 33.33%;
	margin-bottom: 30px;
	position: relative;
}

.first-wrap .properties__ribon {

	z-index: 99;
}

.price-headind h5 {
	font-size: 24px;
	font-weight: 700;
}

.price-headind {
	padding: 0 30px;
}

.overlay-cont h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 28px;
}

.image-outer {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}


.overlay-property {
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 100%;
	height: 110%;
	background-color: rgb(28, 27, 27, 0.8);
	text-decoration: none;
	margin-bottom: 12px;
	display: none;
	transition: 0.6s;
}

.image-outer:hover .overlay-property {
	display: block;
	transition: 0.6s;
	text-decoration: none;
}

.dropdown-check-list ul.items li input[type="checkbox"] {
	margin-right: 6px;
	margin-left: 6px;
}

.image-outer:hover h2 {
	color: #fff;
	border-bottom: 2px dotted;
	font-weight: 600;
}

.overlay-property h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.overlay-property p {
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}

.overlay-inner {
	display: flex;
	align-items: end;
	height: 100%;
}

.overlay-property h6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overlay-cont {
	width: 100%;
	padding: 0 30px;
}

.overlay-property h6 span {
	color: #c6621a;
	font-size: 12px;
	font-style: italic;
}

.overlay-property h6 span.small-btn {
	font-style: initial !important;
	color: #fff !important;
	font-weight: 200;
	border: 1px solid #fff;
	padding: 6px 10px 8px;
	border-radius: 2px;
	font-size: 12px !important;
}

.heading-inner h2 {
	font-size: 17px;
	color: #2c3e50;
	border-bottom: 1px dotted;
	padding-bottom: 8px;
}

hr {
	border-style: dashed;
	border-color: #a0a0a0;
}

.heading-inner {
	padding: 0 30px;
}

.hover-h2 {
	font-size: 17px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.image-outer:hover img {
	transform: scale(1.1);
}

.image-outer img {
	max-width: 100%;
	transition: .5s ease all;
	width: 100%;
	object-fit: cover;
}

.main-serchbar-hori label {
	font-size: 15px;
	line-height: 1.6;
	color: #2c3e50;
	margin-bottom: 6px;
}

.custom-slide .irs-from,
.custom-slide .irs-to,
.custom-slide .irs-single {
	font-size: 12px;
	text-shadow: none;
	padding: 2px 8px;
	margin-top: -12px;
}

.collapsible-dp {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 16px;
	border: none;
	background: #fff;
	font-size: 19px;
}


.active,
.collapsible-dp:hover {}

.collapsible-dp:after {
	content: '\002B';


	float: right;
	margin-left: 5px;
}

.collapsible-dp .active:after {
	content: "\2212";
}

.content-dp {

	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;

}


/*  subhan-css   */
.dropdowncheck-new-home {
	width: 100%;
}

.main-new-page-slider-left {}

.main-new-page-slider-right {}

.main-new-page {
	background-image: url(https://ttechcode.com/drealty-new/wp-content/uploads/2016/04/banner-1-3.jpg?id=215) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;

}

.slider-text-best {}

.slider-text-best h2 {
	font-size: 100px;
	color: #fff;
	font-weight: 900;
	margin: 0 80px 0 0;
	line-height: 1.05;
}

.slider-text-best p {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 45px 80px 0 0;
	line-height: 1.7;

}

.sidebar-color-new {
	max-width: 100%;
	-webkit-animation-name: wobble-reverse;
	animation-name: wobble-reverse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  background: rgba(255, 255, 255, 0.3);

}

.propere{
  color: #fff !important;
}

.banner-started {
	font-size: 30px;
	color: #f3bc65;
	margin: 68px 0 0 23px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);


}

.banner-started {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.banner__arrow-circle {
	opacity: 1 !important;
}


.new-page-headin {
	margin-top: 80px;
}

.new-page-headin h2 {
	font-size: 46px;
	color: #2c3e50;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.new-page-headin p{
  text-align: center;
}

.itemphoto img {
	height: 200px !important;
}
.page-id-1134 nav#header-nav {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.page-id-1134  .navbar__nav > li > a{
  color: #fff;
}
.page-id-1134 .navbar--header {

  background: #f6f6f600;
 
}
.page-id-1134 .widget--feature {
 
  margin-top: 70px;
}

/* Slides */
.page-id-1134 .mySlides {
display: none;
padding: 40px 80px 0px;
text-align: center;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -30px;
padding: 16px;
color: #888;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
text-align: center;
padding: 20px;

}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 10px;
width: 10px;
margin: 0 2px;
background-color: transparent;
border-radius: 50%;
display: inline-block;
border: 1px solid #333;
transition: background-color 0.6s ease;
}

.mySlides p {
font-style: italic;
color: #00bbaa;
text-align: center;
line-height: 24px;
font-size: 14px;
}
.mySlides p strong {
font-size: 32px;
line-height: 30px; 
line-height: 1;
color: #2c3e50;
height: 7px;
font-weight: 600;
padding: 0 15px;
/* display: inline-block; */
position: relative;
top: 12px;
}
.slideshow-container {
width: 950px;
margin: 40px auto 0;
position: relative;
}
.call-to-action {
background: #ffffff url(https://ttechcode.com/drealty-new/wp-content/uploads/2016/06/bg-gosubmit-1.jpg?id=350) !important;
}

.center > .container > :last-child:not(.vc_clearfix) {
  padding-bottom: 0px !important;
}

.vc_custom_1467033765179 {
  background: #ffffff url(https://ttechcode.com/drealty-new/wp-content/uploads/2016/06/bg-gosubmit-1.jpg?id=350) !important;
}


.page-id-1134 .center .container{
  width: 99%;
  margin: 0;
  padding: 0;
}
.page-id-1134 .dropdown-check-list .anchor {
 
  color: #fff;
}

.page-id-1134 .dropdown-check-list .anchor:after {

  border-left: 2px solid white;
  border-top: 2px solid white;

}
.page-id-1134 .gosubmit__title {

  margin: 42px 0 0 700px;
}
.page-id-1134 .header {
  background: #115960!important;
}

.page-id-1134 .vc_row.wpb_row.vc_row-fluid.vc_custom_1467987973009.vc_row-has-fill.vc_row-no-padding {
  background-color: #fff;
}

.page-id-1134 .maindipage-sli{
  background-image: url(https://ttechcode.com/drealty-new/wp-content/uploads/2016/04/banner-1-3.jpg?id=215) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 178px;
    padding-bottom: 100px;
    margin-top: -1px;
}
.page-id-1134 .social--circles .social__item {

  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-1134 .mindpageslidin{
  width: 1200px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-id-1134 .breadcrumbs__list{
  display: none;
}

.page-id-1134 .navbar--header a.navbar__brand {
  background: url(https://ttechcode.com/drealty-new/wp-content/uploads/2022/04/fixed-main-logo-1.png) no-repeat;
  width: 200px;
  height: 55px;
  background-size: 100%;
}
@media only screen and (max-width: 2304px) {
  .page-id-1134 .gosubmit__title {
    margin: 42px 0 0 1000px;
}
}

@media only screen and (max-width: 1920px) {
  .page-id-1134 .gosubmit__title {
    margin: 42px 0 0 860px;
}
}
@media only screen and (max-width: 1706px) {
 
  .page-id-1134 .gosubmit__title {
    margin: 42px 0 0 770px;
}
}

@media only screen and (max-width: 1550px) {
 
  .page-id-1134 .gosubmit__title {
    margin: 42px 0 0 680px;
}

.about-us {
width: 53%;
padding-left: 40px;
padding-right: 5%;
}
}
@media only screen and (max-width: 1220px) {

.pro-category  .container {
width: 98%;
}
.property-list {
width: 1000px;
margin: 50px auto 0;
}
.property-list li img {
height: 300px;

}
.property-list li .boxes {
width: 312px;
height: 307px;
}

.property-list li .text{
padding: 0 5% 0 6%;

width:89%;
}
.about-us {
float: none;
width: 100%;
padding-left: 51px;
padding-right: 37px;
}
.home-ab {
background: none;
}
.slideshow-container .prev, .slideshow-container .next {
display: none;
}
.home-banner .container {
width: 100%;
}

}
@media only screen and (max-width: 1030px) {

  .page-id-1134 .mindpageslidin {
    width: 978px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

  .page-id-1134 .gosubmit__title {
    margin: 31px 0 0 393px;
}
.property-list {
width: 100%;
}
.property-list li {
width: 48%;
}
.property-list li .boxes {
width: 100%;
height: 307px;
}

.property-list li img {
height: 100%;
width: 100%;
}
.property-list li:hover .overlay {
width: 100%;

}

.navbar__nav > li {
margin: 0 0 0 19px;
}

}
@media only screen and (max-width: 990px) {

  .page-id-1134 .gosubmit__title {
    margin: 15px 0 0 60px;
    margin-bottom: 20px;
}

  .page-id-1134 .mindpageslidin {
    width: 88%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-1134 .new-page-headin p {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.page-id-1134 .slider-text-best h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  line-height: 1.05;
}

.page-id-1134 .maindipage-sli {

  padding-top: 0;
}


.page-id-1134 .new-page-headin h2 {
  font-size: 25px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.page-id-1134 .new-page-headin {
  margin-top: 39px;
}

.main-serchbar-hori.home-banner .col-md-4 {
margin-right: 0 !important;
padding-right: 0;
}
.pro-category h3{margin-left: 21px;}
.info-sec {
padding: 0 20px;
}
.pro-category .sidebar {
width: 100%;
}
.aside {
width: 100%;
}
.slider-text-best {
margin-top: 31px;
padding-left: 0;
}
.banner-started {
font-size: 30px;
width: 200px;
padding: 9px 0;
border-radius: 15px;
font-size: 23px;
text-align: center;
border: 1px solid #f3bc65;
color: #f3bc65;
margin: 20px 0 0 23px;
display: block;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: 0.5s;
transition: 0.5s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
}

.home-banner {

padding: 100px 0 0 0;
height: auto;
}
.slideshow-container {
width: 100%;
margin: 0 auto 0;
}
.mySlides {
padding: 40px 80px 0px;
}
.slider-text-best {
margin-top: 120px;
padding-left: 0;
}


.home-banner p {
color: #fff;
text-align: center;
margin-right: 0;
padding: 0 50px;
}
span.banner-started {
display: none;
}
.home-ab {
margin: 0;
}
.about-us {
padding-top: 23px;
padding-bottom: 13px;
overflow: hidden;
}
.author img {
float: none;
margin-right: 23px;
width: 100px;
margin: 0;
}
.author {
/* display: flex; */
/* justify-content: center; */
/* align-items: stretch; */
width: 150px;
margin: 0 auto 0px;
overflow: hidden;
text-align: center;
}

}
@media only screen and (max-width: 768px) {
  .page-id-1134 .slider-text-best {
  margin-top: 120px;
  padding-left: 0;
}
}



@media only screen and (max-width: 670px) {

  .page-id-1134 .gosubmit__title {
    margin: 15px 0 0 60px;
    margin-bottom: 20px;
}

.property-list li {
width: 100%;
}
.slider-text-best {
margin-top: 31px;
padding: 0 30px;
text-align: center;
}
.home-banner h2 {
font-size: 56px;
color: #fff;
font-weight: 900;
margin: 0 0 0 0;
line-height: 55px;
text-align: center;
}
.slider-text-best p {
font-size: 20px;
text-align: center;

font-weight: 400;
margin: 23px 0 0 0;
line-height: 1.7;
}
.banner-started {
margin: 20px auto !important;

}
.home-banner {
padding: 22px 0 80px 0;
height: auto;
}
.property-list {
padding: 0 50px;
}


}

@media only screen and (max-width: 520px) {

.column {
width: 100%;
float: none;
margin: 0 0 30px;
}
}