html, body {
  background: url(../images/others/bg.jpg) repeat left top !important;
}
.clearboth { clear:both; }
.w100ps { width: 100%; }
.fwb { font-weight: bold;}
.positionforlogo { position: relative;}
.box-top-logo-img {}
.top-logo-img { /*position: absolute;*/ top: 0;width:auto;height:72px;}
.headeremail { color:#333;}
.footeremail { color:#fff;}
.list-unstyled { list-style-type: none; }

/*Menu -----------------------------------*/
header.toolbar-2 #top-toolbar .toolbar-row:nth-child(2){
	font-size: 16px;
	padding-bottom: 10px; 
	font-style: normal;
}
.toolbar-2 #main-toolbar { background: none;}
.toolbar-2 #main-toolbar { 
	color: #000;
    color: var(--theme-base-color);
}
#main-toolbar {
    position: relative;
    height: 72px;
    padding: 0 16px;
    transition: 0.2s;
    z-index: 9;
    box-sizing: border-box;
    width: 100%;
    background: none;
}
header.has-bg-image:not(.main-toolbar-fixed) #main-toolbar {
	background: #fff !important;
}
#main-toolbar.bg-main-toolbar {
  	height: 85px;
}
.mdc-elevation--z2 {
    box-shadow: none;
}
#top-toolbar .mdc-button {
    color: inherit;
    font-size: 12px;
	padding: 0 28px 0 16px;
}
.toolbar-2 #main-toolbar #sidenav-toggle { color: #000; }
.bg-main-toolbar {
    padding: 15px 0 !important;
	background: #fff !important;
}
header.main-toolbar-fixed #main-toolbar { left: 0; }
.listsubmenu { width: 250px;}
/*Background Search form -----------------------------------*/
.header-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
}
.header-image-wrapper .header-image-content.home-page { min-height: 700px; }
/*Search form -----------------------------------*/
.mdc-select .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label, .mdc-text-field .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label {
  transform: translateZ(0);
  top: 0;
  color: #000;
  font-weight: bold;
}
.mdc-select .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label, .mdc-text-field .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label {
  transform: translateZ(0);
  top: 0;
  color: #000;
  font-weight: bold;
}
/*===================  ribbon  ==============================================*/
.boxribbon {
  position: relative;
}
.ribbon {
  z-index: 9;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
/*.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ff0000;
}*/
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  background-color: #ff0000;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font:12px !important;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
  font-size: 12px;
  opacity: 0.7;
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
/*===================  end ribbon  ==============================================*/

/*Homepage -----------------------------------*/
/*--------search box--------------*/
#div-top-search { 
	margin-top: -218px;
	margin-bottom: 0;
}
#div-top-search .main-content-header {
	background: rgba(0, 0, 0, 0.4);
}
.search-input-bg {
	border-radius: 4px;
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
}
#div-top-search .section-title{ 
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
    position: relative;
}
#div-top-search .section-title:after{
	content: ''; 
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 160px;
	margin: 0 auto;
	height: 2px;
}
#div-top-search .section-title:after {        
	background-color: var(--mdc-theme-primary);
}

/*main.content-offset-to-top .main-content-header {
    margin-top: -80px;
}*/
/*--------end search box--------------*/
.mdc-list-location {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .009375em;
    /*text-decoration: none !important;*/
    text-transform: inherit;
    line-height: 1.5rem;
    margin: 0;
        margin-bottom: 0px;
    padding: 8px 0;
    list-style-type: none;
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-location li a { text-decoration: none;color: rgba(0,0,0,.87); }
.mdc-list-location li a:hover { color: rgba(48, 41, 41, 0.637); }

/*Property Listing*/
.theme-pagination li.current a { color: #fff;}
.theme-pagination a { text-decoration: none;}

.projects-carousel .property-img-box { width: 100%; height: 200px;overflow: hidden;}/*homepage*/
.projects-carousel .property-img-box img { width: 100%;height: 100%; }/*homepage*/

.properties-carousel .property-image .property-img-box { width: 100%; height: 200px;overflow: hidden;}
.properties-carousel .property-image .property-img-box img { width: 100%;height: 100%; }

.properties-wrapper .item .full-width-page .property-img-box { width: 100%; height: 200px;overflow: hidden;}
.properties-wrapper .item .full-width-page .property-img-box img { width: 100%;height: 100%; }

.properties-wrapper .item .property-img-box { width: 100%; height: 200px;overflow: hidden;}
.properties-wrapper .item .property-img-box img { width: 100%;height: 100%; }

.home3box .property-image .property-img-box { height: 250px; }
.home3box .property-image .property-img-box img { width: 100%;height: auto; }
/*.property-item .property-image {
  position: relative;
  min-height: 180px;
}*/
.property-item .property-status-bottom-left {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.property-status-bottom-left span {
  padding: 3px 6px;
  margin: 4px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  border-radius: 4px;
  background: #000000;
  opacity: 0.6;
  
}
.property-item .property-status-bottom-right {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.property-status-bottom-right span {
  padding: 3px 6px;
  margin: 4px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  border-radius: 4px;
  background: #000000;
  opacity: 0.7;
  
}
/*----Grid box---*/
.pstr { position: relative; }
.psta { position: absolute; }
.property-item .price .span1 { float: left; }
.property-item .price-bedbath { float: right; }
.property-item .price-bedbath i.material-icons { 
  font-size: 24px !important;
  line-height: 24px !important;
  height: 24px !important;
  width: 24px !important;
  vertical-align: bottom;
}
.property-content-wrapper .property-content { position: relative; }
.box-features { float: left;width: 72%; }
.property-search-page .box-features { float: left;width: 65%; } 
/*.button-property-detail { float: right;margin-top: 20px !important; }*/
.button-property-detail { position: absolute;right: 0px;bottom: 0px;z-index: 9999; }
.mdc-button .mdc-button__ripple { z-index: 9999; }
/*----Our property type---*/
.our_property_types {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_property_types .our-type-word a { text-decoration: none; }
.our_property_types .our-type-word { 
  color: #fff;
  /*text-shadow: 1px 2px 0px rgba(0,0,0,0.6);*/
  text-shadow: -2px 2px 0px rgba(0,0,0,0.81);
  width: 100%;font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==================== property detail ==========================*/
.single-property .details .item span:first-child { font-weight: bold; }

.property-item.grid-item.full-width-page.column-4 .title , .property-item.grid-item.column-3 .title { line-height: 1.5;max-height: 62px;overflow: hidden;}
/* ==================== footer ==========================*/
.footer__bottom {
  margin: 0; background: none; 
  text-align: center; 
  padding-top: 0; 
  font-size: 14px;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  padding: 25px 20px;
  position: relative;
}
.footer_menu a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

/* ==============================================*/
/* ==============================================*/
/* ==============================================*/
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
      
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Small Devices, PK100 */
    @media only screen and (min-width : 800px) {
      .properties-wrapper .col-xl-6 .full-width-page .property-img-box { height: 280px;} 
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		#is_hompage .top-logo-img { height:120px !important; }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      
	   /* Homp slider listing page */	
		.properties-carousel .column-4 .property-img-box { height: 200px;}   

		.properties-wrapper .col-xl-3 .full-width-page .property-img-box { height: 200px;}
		.properties-wrapper .col-xl-3 .full-width-page .property-img-box img { width: 100%; }

		.properties-wrapper .col-xl-4 .full-width-page .property-img-box { height: 280px;}   
		.properties-wrapper .col-xl-6 .full-width-page .property-img-box { height: 425px;}     
		.properties-wrapper .col-xl-12 .full-width-page .property-img-box { height: 344px;}  
      
       /* property listing page */
		.properties-wrapper .col-xl-4 .thumbnail-section .property-img-box { height: 212px;} 
		.properties-wrapper .col-xl-6 .thumbnail-section .property-img-box { height: 323px;}        
		.properties-wrapper .col-xl-12 .thumbnail-section .property-img-box { height: 263px;} 
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.properties-wrapper .col-xl-3 .full-width-page .property-img-box { height: 280px;}
		.properties-wrapper .item .property-img-box img { width: 100%;height: auto !important; }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.properties-carousel .column-4 .property-img-box { height: 240px;}
		.properties-wrapper .col-xl-3 .full-width-page .property-img-box {height: 240px;}
		  
		.toolbar-xs { padding-bottom: 5px !important; }
		a.logo { display: block;width: 100%;text-align: center; }
		#is_hompage .top-logo-img { height:120px !important; }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#div-top-search .mdc-button { margin-bottom: 15px; }
		.properties-wrapper .col-xl-3 .full-width-page .property-img-box {height: 280px;}
		
		.home3box .property-image .property-img-box { height: 210px; }
		.txt-development { font-size: 2rem !important;line-height: 1.2; }
		.header-image-wrapper .header-image-content .desc { font-size: 30px;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      	.properties-wrapper .col-xl-3 .full-width-page .property-img-box {height: 200px;}
    }
