.home-widget-update .subheading-title{
	opacity: 0.5;
}
.home-widget-update.home-widget .home-widget-item .desc {
	opacity: 0.5;
}
.home-widget .home-widget-item .icon-white{
	opacity: 0.25;
}
@media (min-width: 992px) {
	.home-widget-update.home-widget .home-widget-item .desc {
    padding: 0 30px 10px 0;
	}
	.home-searchForm.rental-inquiry-updated{
		padding: 30px 40px 40px 40px ;
	}
	.home-searchForm.rental-inquiry-updated p{
		max-width: 360px;
	}
}
.home-widget-update.home-widget .home-widget-item:hover .icon-white{
	opacity: 1;
}
.home-widget-update.home-widget .home-widget-item:hover .subheading-title{
	opacity: 1;
}
.home-widget-update.home-widget .home-widget-item:hover .desc{
	opacity: 1;
}
.home-widget-update.home-widget .home-widget-item:nth-child(2) .home-widget-content:after {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 0;
	height: 80%;
	background: #d8d8d8;
	width: 1px;
	right: -20px;
	opacity: 0.07;
}
.home-widget-update.home-widget .home-widget-item:nth-child(3) .home-widget-content:after {
	opacity: 0.07;
}
.home-searchForm.rental-inquiry-updated strong{
	font-weight: normal;
	display: flex;
	align-items: center;	
}
.home-searchForm.rental-inquiry-updated strong img{
	margin-right: 10px;
}
.home-searchForm.rental-inquiry-updated strong .subheading-title{
	font-family: "montserratbold",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #3ca160;
	opacity: 1;	
}
.home-searchForm.rental-inquiry-updated p{
	font-family: "montserratmedium",sans-serif;
	font-size: 13px;		
	opacity: 1;	
	line-height: 1.54;
	color: #5d5d5d;
}
.home-searchForm.rental-inquiry-updated .form-group-btn{
	margin-top: 35px;
}
.home-searchForm.rental-inquiry-updated .form-group-btn .btn{
	width: 100%;
}

.menu-sidebar .menu-bottom {
	position: static;
	padding: 35px 47px;
}

.menu-sidebar .menu-list {
	margin: 0;
	padding: 30px 47px 0 47px;
	background: #1a1b29;
	min-height: initial;
}
.menu-sidebar .menu-control {
	background: #fff;
	padding-top: 30px;
}
@media (max-width: 767px) {
	.menu-sidebar .menu-control {
		margin-bottom:-2px;
	}
}

.menu-sidebar .menu-control a {
	color: #1a1b29;
}
.menu-sidebar {
	padding-top: 0;
}


.product-image-modal {
	border: 0;
	border-radius: 0;
	min-height: 100%;
	padding-top: 55px;
}
.product-image-modal .modal-body {
	padding-left: 55px;
	padding-right: 55px;
}

.product-image-modal .modal-body .row {
	margin-left: -10px;
	margin-right: -10px;
}
.product-image-modal .modal-body .row .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.product-image-modal .modal-body .row .col-md-3 {
		flex: 0 0 20%;
    max-width: 20%;
	}	
}

.product-image-modal .product-image-modal-card {
	width: 100%;
	height: 160px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 2px solid transparent;
	transition: all 0.5s ease-in-out;
}
.product-image-modal .product-image-modal-card:hover {
	border: 2px solid #3ca160;
}
.product-image-modal .product-image-modal-card:focus {
	outline: 0;
}

.product-image-modal .product-image-modal-card img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.product-image-modal .close {
	position: absolute;
	top: 40px;
	right: 40px;
}

.call-us{
	color: #fff;
}
.call-us:hover{
	color: #fff;
	text-decoration: none;
}

.btn.view-all-photo-button {
	color: #3ca160;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: "montserratsemibold",sans-serif;
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 10;
}

.gallery-modal-content {
	border: 0;
	border-radius: 0;
}

/* text editor css */

.blog-detail-para ul,
.blog-detail-para ol{
	padding-left: 18px;
	list-style-type: inherit;
}
.blog-detail-para li{
	list-style-type: inherit;
}

.blog-detail-module .blog-detail-para p:empty {
	display: none;
}

.faq-module ul,
.faq-module ol{
	padding-left: 18px;
	list-style-type: inherit;
}
.faq-module li{
	list-style-type: inherit;
}
.faq-module p:empty {
	display: none;
}
.faq-module .card-header .btn.collapsed ul em {
	transform: rotate(0);
}
.team-detail-module ul,
.team-detail-module ol{
	padding-left: 18px;
	list-style-type: inherit;
}
.team-detail-module li{
	list-style-type: inherit;
}
.team-detail-module p:empty {
	display: none;
}


.property-summary ul,
.property-summary ol{
	padding-left: 18px;
	list-style-type: inherit;
}
.property-summary li{
	list-style-type: inherit;
}
.property-summary p:empty {
	display: none;
}

/* text editor css end */

.property-overflow{
	overflow: hidden;
}

.property-overflow .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
/* Landing page */
.home-banner .home-banner-content h1 {
	font-size: 24px;
	font-family: "montserratbold",sans-serif;
	color: #1a1b29;
}
.home-stay h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-family: "montserratblack",sans-serif;
	font-size: 20px;
	line-height: 1.33;
	color: #1a1b29;	
}
.home-stay h2 span {
	font-family: "permanent_markerregular",sans-serif;
	font-size: 40px;
	color: #3ca160;
	margin-right: 20px;
	display: inline-block;
	line-height: 100%;
	border-bottom: #3ca160 4px solid;
}
.home-stay .subtitle {
	margin: 10px 0 0;
}
.home-stayStylish h3,
.home-stayLocal h3{
	font-family: "montserratblack",sans-serif;
	font-size: 20px;
	line-height: 1.33;
	color: #1a1b29;
}
.home-stayLocal .home-stayLocal-content h3 {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.home-banner .home-banner-content h1 {
		font-size: 34px;
		color: #fff;
	}
	.home-stay h2 {
		font-size: 30px;
	}
	.home-stay h2 span {
		font-size: 70px;
	}	
	.home-stayStylish h3,
	.home-stayLocal h3{
		font-size: 30px;
	}	
}

/* Landing page End*/

/* Property Detail Start */
.property-detail-module .property-title strong {
	font-family: "montserratregular",sans-serif;
	font-size: 14px;
	line-height: 2.14;
	color: #1a1b29;
	margin-bottom: 2px;
	font-weight: 500;
	display: block;	
}
.property-detail-module .property-title h1 {
	font-family: "montserratbold",sans-serif;
	font-size: 30px;
	line-height: 1.33;
	color: #1a1b29;
}
@media (max-width: 767px){
	.property-detail-module .property-title h1 {
    font-size: 18px;
	}
}
.property-price h2{
	font-family: "montserratbold",sans-serif;
	font-size: 34px;
	margin: 0;
}
.property-detail-module .property-service-module .property-service-item .property-service-title {
	margin: 0;
	line-height: 1.5;
}
/* Property Detail End */
.cards .card-price {
	min-width: 100px;
	width: auto;
}


/* Application Modal popup Start */
@media (min-width: 768px) {
	.application-modal .modal-dialog{
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}	
}
.application-modal .modal-content{
	border-radius: 5px;
	border: solid 1px #cde7d6;
	background-color: #ffffff;
}
.application-modal .modal-body{
	padding: 15px 15px;
}
@media (min-width: 768px) {
	.application-modal .modal-body{
		padding: 30px 40px;
	}		
}
.application-modal .modal-body p{
	color: #5d5d5d;
	margin:  0 0 25px;
	font-size: 13px;
}
.application-modal .modal-body p a{
	font-family: "montserratmedium",sans-serif;
	text-decoration: underline;
	color: #3ca160;
	line-height: 1.33;
	font-size: 15px;
	display: inline-block;
}
.application-modal h5{
	font-family: "montserratmedium",sans-serif;
	color: #1a1b29;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.application-modal .close{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;	
}
@media (min-width: 768px) {
	.application-modal .close{
		top: 30px;
		right: 30px;
	}	
}
.btn-long-txt{
	padding-left: 6px;
	padding-right: 6px;
}
.primary-outline.btn-long-txt{
	margin-top: 15px;
}
/* Application Modal popup End */

.pets-and-parking-checkbox{
	display: flex;
	flex-wrap: wrap;
}
.pets-and-parking-checkbox .checkboxs{
	margin-right: 24px;
}

.per-month-charges{
	color: #5d5d5d !important;
	font-size: 12px !important;
	margin: -1px 0 5px !important;
	font-family: "montserratsemibold",sans-serif !important;
	line-height: normal;
}
.pets-and-parking-checkbox .checkboxs label > span{
	font-size: 14px;
	color: #1a1b29;
}
.price-data-list-updated{	
	border-top: 1px solid rgba(26,27,41,.1);
	margin-top: 30px;
	padding-top: 0 !important;
}

.property-detail-module .property-detail-content .price-actions {
	margin-top: 0 !important;
}
.price-data-list-updated .final-prize.border-0{
	margin-top: 30px;
}
.property-detail-module .property-detail-content .property-price-card .price-data-list ul.final-prize li {
	color: #040404;
}

/* RENTAL INQUIRY Footer Start*/
@media (min-width: 768px){
	.rental-form-footer .container {
		max-width: 820px !important;
	}	
}
.rental-form-footer .container .choose-option {
	margin: 0 8px 0 0;
	flex-direction: column;
}
.rental-form-footer .container .choose-option .wrap-raido-btn+.wrap-raido-btn {
	margin-left: 0 !important;
	margin-top: 12px !important;
}
@media (max-width: 767px){
	.justify-usertype-btns .rental-next {
		margin-top: 16px !important;
    width: 100%;
	}
}
/* RENTAL INQUIRY Footer End*/


/* Amenities Icons */
@font-face {
  font-family: 'StayAttacheIcon';
  src:  url('../fonts/StayAttacheIcon.eot?2f1b71');
  src:  url('../fonts/StayAttacheIcon.eot?2f1b71#iefix') format('embedded-opentype'),
    url('../fonts/StayAttacheIcon.ttf?2f1b71') format('truetype'),
    url('../fonts/StayAttacheIcon.woff?2f1b71') format('woff'),
    url('../fonts/StayAttacheIcon.svg?2f1b71#StayAttacheIcon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icons-"], [class*="icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'StayAttacheIcon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-elements-shared-icons-amenities-air-conditioner-icon:before {
  content: "\e900";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-bed-icon:before {
  content: "\e901";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-ceilings:before {
  content: "\e902";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-cleaning:before {
  content: "\e903";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-closets-storage-icon:before {
  content: "\e904";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-community-features-icon:before {
  content: "\e905";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-dishwasher-icon:before {
  content: "\e906";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-electronics-icon:before {
  content: "\e907";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-entertaining-icon:before {
  content: "\e908";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-furnished-icon:before {
  content: "\e909";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-kitchen-icon:before {
  content: "\e90a";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-microwave-icon:before {
  content: "\e90b";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-office-icon:before {
  content: "\e90c";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-parking-icon:before {
  content: "\e90d";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-patio-icon:before {
  content: "\e90e";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-pet-care-icon:before {
  content: "\e90f";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-purefier-icon:before {
  content: "\e910";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-security-icon:before {
  content: "\e911";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-sofabed-icon:before {
  content: "\e912";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-stairs-icon:before {
  content: "\e913";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-stove-icon:before {
  content: "\e914";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-tv-icon:before {
  content: "\e915";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-view-icon:before {
  content: "\e916";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-washing-machine-icon:before {
  content: "\e917";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-wifi-icon:before {
  content: "\e918";
  color: #3ca160;
}
.icons-elements-shared-icons-amenities-window-icon:before {
  content: "\e919";
  color: #3ca160;
}
.icons-elements-shared-icons-floring-icon:before {
  content: "\e91a";
  color: #3ca160;
}
/* Amenities Icons */

/* Admin | Renter Dashboard | Matching Properties - Map View */

@media (min-width: 1200px){
	.filter-plugin-container.filter-updated{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 20px;
		position: relative;
	}
	.filter-plugin-container.filter-updated .main-filter.rental-main-filter{
		margin-left: 0;
		max-width: calc(100% - 120px);
	}
	.filter-plugin-container.filter-updated .card-control-tabs{
		position: absolute;
		top: 15px;
		z-index: 10;
		right: 0;
	}
	.filter-plugin-container.filter-updated.rental-login-filter-plugin-container{
		padding: 6px 0 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.filter-plugin-container.filter-updated.rental-login-filter-plugin-container .card-control-tabs{
		top: 24px;
	}
}
/* Admin | Renter Dashboard | Matching Properties - Map View End*/
@media (min-width: 768px){
    .search-map-module.map-matching-properties{
		margin-bottom:0 !important;
	}
	.search-map-module.map-matching-properties .search-map-data.containerItems{
		min-height: calc(990px - 140px);
	}
	.search-map-module.map-matching-properties #map_canvas{
		height: 900px !important;
	}
}


/* Amenities Custom Dropdown start */
.parentDivAmenity {
    position: relative;
    min-width: 160px
}

.parentDivAmenity .select2-container.select2-container--default.select2-container--open .select2-results__options .select2-results__option {
    font-size: 14px
}
@media(min-width: 1200px) {
    .parentDivAmenity .select2-dropdown {
        min-width: 18em;
        width: 100% !important
    }
}

.search-amenity-dropdown .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    height: 25px;
    line-height: 25px;
}
.search-amenity-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-left: 0 !important;
}
.search-amenity-dropdown .select2-container .select2-search--inline .select2-search__field {
    font-size: 12px;
}


.amenity-dropdown li,
.amenity-dropdown .counter {
    padding: 0;
    color: #000;
    text-align: left;
    padding-left: 15px;
}
.amenity-dropdown input::placeholder {
    color: #000;
    text-align: center;
}
.amenity-dropdown {
    padding: 0 !important;
}
.amenity-dropdown .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder {
    opacity: 1;
}



.amenity-dropdown {
    padding: 0 0 !important;
    overflow: hidden;
    max-width: 160px;
    min-width: 160px
}

@media(max-width: 767px) {
    .amenity-dropdown {
        min-width: 100%;
        max-width: 100%
    }
}

.amenity-dropdown.active {
    background-color: #3ca160 !important
}

.amenity-dropdown.active .select2-search.select2-search--inline {
    position: relative;
    z-index: 1
}

.amenity-dropdown.active .select2-search.select2-search--inline::before {
    content: "Neighborhood";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 13px;
    z-index: 2
}

.amenity-dropdown .select2-container {
    min-width: 100%;
    width: 100% !important
}

.amenity-dropdown .select2-selection__rendered .select2-selection__choice {
    display: none !important
}

.amenity-dropdown .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    position: relative;
    z-index: 2;
    padding-right: 16px;
    margin-top: 0 !important;
    text-align: center;
    cursor: pointer;
    color: #000
}

.amenity-dropdown .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder {
    color: #000
}
@media (min-width: 768px) and (max-width: 1199px) {
	.main-filter-option .filter-option-item {
		margin-left: 20px;
		margin-bottom: 10px;
    margin-top: 10px;
	}
	.main-filter-option .container {
		flex-wrap: wrap;
	}
	.parentDivAmenity .select2-dropdown {
		min-width: 16em;
		width: 100% !important
	}
}

.filters-body .other-data-key .filter-option-item.amenity-wrap {
	width: 100% !important;
	background-color: red !important;
}

.filters-body .other-data-key .filter-option-item.amenity-wrap .filter-option-btn {
	height: 66px;
	line-height: 66px;
	border-radius: 2px !important;
	border: solid 1px #3ca160 !important;
	padding: 0 !important
}

/* Amenities Custom Dropdown End */

.total-amount-block {
	margin-top: 1.5em !important;
    border-top: 1px solid rgba(26,27,41,.1);
    padding: 20px 0;
    margin-bottom: 0;	
}
.total-amount-block .total-amount-text{
	color: #040404 !important;
	font-family: "montserratsemibold",sans-serif;

}
.total-amount-block .total-amount-count{
	color: #040404 !important;
}
/* contact us page  Start*/
.contact-us-wrapper{
	padding-top: 40px;
}
.contact-us-wrapper .col-md-5,
.contact-us-wrapper .col-md-7{
	padding-left: 0;
	padding-right: 0;
}

.contact-us-wrapper .contact-us-form-wrapper{
	padding: 60px 90px 90px 90px;
	background-color: #edf6f0;
}
.contact-us-wrapper .contact-us-form-wrapper h2{
	font-size: 30px;
	margin: 0 0 23px 0;
	line-height: 1.33;
	color: #1a1b29;
	font-family: "montserratblack",sans-serif;	
}
.contact-us-wrapper .contact-us-form-wrapper .form-group.input-button{
	text-align: right;
	margin-bottom: 0;
}
.contact-us-wrapper  h1{
	font-size: 50px;
	margin: 46px 0 76px 0;
	line-height: 1.1;
	color: #1e2137;
	font-family: "montserratlight",sans-serif;	
}
.contact-us-wrapper .get-in-touch-info{
	margin-bottom: 66px;
}
.contact-us-wrapper .get-in-touch-info strong{
	font-family: "montserratsemibold",sans-serif;
	color: #323864;
	font-size: 14px;
	display: block;
	margin: 0 0 4px;
}
.contact-us-wrapper .get-in-touch-info .d-block{
	color: #3a4072;
	font-size: 14px;
}
.contact-us-wrapper .get-in-touch-wrapper{
	padding-left: 90px;
	padding-right: 90px;
}

@media (max-width: 992px) {
	.contact-us-wrapper .get-in-touch-wrapper{
		padding-left: 16px;
		padding-right: 16px;
	}	
	.contact-us-wrapper .contact-us-form-wrapper{
		padding: 30px 30px 60px 30px;
	}	
	.contact-us-wrapper h1 {
    font-size: 40px;
	}
}/* media */
@media (max-width: 767px) {
	.contact-us-wrapper h1 {
    font-size: 44px;
    margin: 16px 0 32px 0;
    line-height: normal;
	}	
	.contact-us-wrapper .get-in-touch-info {
    margin-bottom: 32px;
	}
	.contact-us-wrapper .contact-us-form-wrapper {
    padding: 16px 16px 32px 16px;
	}
	.contact-us-wrapper .contact-us-form-wrapper h2 {
    font-size: 24px;
	}
}/* media */

.contact-feedback {
	background: #f9f9f9;
	top: 0 !important;
	padding-top: 12px;
	width: 100% !important;
}
.suggestion-txt {
	margin-bottom: -24px !important;
    font-style: italic;
	margin-top: 20px !important;
	font-size: 12px !important;
}

@media (max-width: 767px) {
	.suggestion-txt {
		margin-bottom: 0 !important;
	}	
}

@media (max-width: 767px){
	.tooltips .tooltiptext {
	    z-index: 2;
	}	
}

.tooltips .tooltip-icon {
    position: relative;
    z-index: 1;
}
/* contact us page  End*/

@media (max-width: 767px){
	.search-map-module #map_canvas {
		height: 450px !important;
	}
}
.suggest-by-admin {
	line-height: normal;
	padding: 5px 9px;
	background-color: #3ca160;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    margin: 0 0 4px !important;
	border-radius: 10px;	
	font-family: "montserratmedium",sans-serif;
}
/* Block Dates | Start */
.block-dates-container .breadcrumb-content-flex{
	display: flex;	
}
.block-dates-container .breadcrumb-content-flex .icon-calender{
	color: #3ca160;
	font-size: 30px;

}
.block-dates-container .plus-on-btn{
	height: 40px;
}
.block-dates-container .listing-title{
	color: #2b3057;
	font-size: 16px;
	font-family: "montserratsemibold",sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 14px;
}
.block-dates-container .property-address{
	font-family: "montserratsemibold",sans-serif;
	font-size: 12px;
	color: #4084bf;
}
.block-dates-container .property-status.pending{
	color: #1a1b29;

}


@media (min-width: 576px){
	.block-dates-modal .modal-dialog {
		max-width: 550px;
	}		
}
.block-dates-modal .modal-content{	
	box-shadow: 0 2px 10px 0 rgba(0, 0, 30, 0);	
	border-radius: 10px;
	border: solid 1px #e6e6e7;
	background-color: #ffffff;
}
.block-dates-modal .modal-body{
	padding: 30px;
}
.block-dates-modal .modal-body strong{
	margin-bottom: 36px;
	color: #2b3057;
	font-size: 16px;
	font-family: "montserratsemibold",sans-serif;
}
.block-dates-modal .modal-body .edit-profile-form .form-group.input-button{
	text-align: right;
	margin: -6px 0 0;
}
.block-dates-modal .modal-body .edit-profile-form .btn.primary{
	margin-left: 10px;
}

.send-invoice-email-div{
	display: flex;
	justify-content: flex-end;
}
.send-invoice-email-btn{
	margin-left: 10px;
}


@media (max-width: 767px){
	.block-dates-modal .modal-body{
		padding: 24px 16px 24px;
	}
	.block-dates-modal .modal-body .edit-profile-form .btn{
		min-width: 120px;
	}		
}
.block-dates-modal .rental-portal-content .rental-portal-form.edit-profile-form {
    border-radius: 0; 
    margin-bottom: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,30,0);
    padding: 0;
    margin: 0;
    border-width: 0;
}
.block-dates-modal .form-group {
	margin-bottom: 36px;
}
.block-dates-modal .form-group label{
	z-index: 22;
}

.block-dates-modal .rental-portal-content .rental-portal-form {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
}

@media (max-width: 767px){
	.block-dates-container .add-property-btn-breadcrumb{
		flex-direction: column !important;
		align-items:flex-start !important;
	}	
	
	.block-dates-container .add-property-btn-breadcrumb .btn{
		margin-top: 24px;
	}
	.block-dates-container .listing-title{
		padding: 0 20px;
	}
}

@media (min-width: 768px){
	.block-dates-container  .lease-col:nth-child(3),
	.block-dates-container  .lease-col:nth-child(2),
	.block-dates-container  .lease-col:nth-child(4) {
		width: 20% !important;
	}	
	.block-dates-container  .lease-col:nth-child(1){
		width: 40% !important;
	}
}
.block-dates-icon.sidebar-icon{
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.block-dates-icon .icon-calender{
	font-size: 20px;
	color: #3ca160;
}

.active .block-dates-icon{
	background-color: #eff6f1;
}

/* Block Dates | End */
.off-amount-with-strike .actual-amount{
	color: #1a1b29 !important;
	font-size: 12px;
	display: inline-block;
	margin-left: 8px;
	font-family: "montserratmedium",sans-serif;
	text-decoration: line-through;
}
.card-price-day.off-amount-with-strike .actual-amount{
	color: #fff !important;
	margin-left: 6px;
}
.sale-container{
	position: absolute;
    left: -7px;
    top: 35px;
    z-index: 2;
}
.sale-container .sale-image {
	width: 65px;
	height: 30px;
	background: url('../images_new/sale-bg.svg') no-repeat;
	background-size: 100%;
	display: block;
}
.sale-container .sale-image .sale-txt{
	color: #fff;
	font-size: 12px;
	font-family: "montserratbold",sans-serif;
	display: flex;
    text-align: center;
    align-items: center;
    height: 24px;
    padding-left: 12px;
    line-height: normal;
}
.sale-wrapper{
	position: relative;
	display: inline-block;
	width: 100%;
}
.vich_info_window .card-price{
	text-align: left;
}
.sale-wrapper .sale-container{
    top: 35px;
}
.vich_info_window.cards .sale-container{
	top: 0px;
}
.matching-property-image-box .sale-container{
	top: 0px;
}
.detail-sale .sale-container{
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.detail-sale .sale-container .sale-image {
	width: 114px;
	height: 41px;
	background: url('../images_new/sale-icon-big.svg') no-repeat;
}
.detail-sale .sale-container .sale-image .sale-txt{
	font-size: 18px;
	height: 41px;
	padding-left: 23px;
}
.property-price-off-amount-with-strike{
	display: flex;
	flex-direction: column;
}	

@media (min-width: 768px) {
	.property-price-off-amount-with-strike{
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}	
}
@media (max-width: 767px) {
	.property-price-off-amount-with-strike .off-amount-with-strike{
		order: 1;
	}	
}

.property-price-off-amount-with-strike .off-amount-with-strike .actual-amount{
	margin-left: 0;
	margin-right: 12px;
}
.remove-minus-margin-mobile .property-summary{
	overflow: hidden;
}
/* Matching property detials action btn with modal popup start */
@media (max-width: 767px) {
	.matching-property-detials-action{
		position: relative;
	}	
}
@media (min-width: 768px) {
	.matching-property-detials-action .matching-property-detials{
		position: relative;
	}	
}

.property-detials-action-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	display: flex;
}
.property-detials-action-btn .action-icon {
    width: 24px;
    height: 24px;    
    background-size: 100%;
	margin-left: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-position: center center !important;
}
.property-detials-action-btn .action-icon.delete{
	background: url(../images_new/delete-grey.svg) no-repeat;
	cursor: pointer;
}
.property-detials-action-btn .action-icon.dislike{
	background: url(../images_new/unlike.svg) no-repeat;
	cursor: pointer;
}
.property-detials-action-btn .action-icon.note{
	background: url(../images_new/notes-grey-icon.svg) no-repeat;
	cursor: pointer;
}
.property-detials-action-btn .action-icon.like{
	background: url(../images_new/like-grey-icon.svg) no-repeat;
	cursor: pointer;
}
.property-detials-action-btn .action-icon.note.active{
	background: url(../images_new/notes-green-icon.svg) no-repeat;
}
.property-detials-action-btn .action-icon.like.active{
	background: url(../images_new/like-green-icon.svg) no-repeat;	
	cursor: default;
	pointer-events: none;
}

.total-rent-with-dropdown{
	display: flex;
    align-items: center;
    margin-right: 20px;
    max-width: 300px;
    margin-left: auto;
    justify-content: flex-end;	
	position: absolute;
    top: 46px;
    right: 0;
}
@media (max-width: 767px) {
	.total-rent-with-dropdown{
		margin-top: 0;
		margin-bottom: 12px;
		position: relative;
		top: 0;
	}	
}
.total-rent-with-dropdown .total-rent-more-info{
	width: 24px;
	height: 24px;    
	background-size: 100%;
	margin-left: 4px;
	text-decoration: none;
	margin-top: -4px;
	background-position: center center !important;		
	background: url(../images_new/more-info-icon.svg) no-repeat;
}
.total-rent-with-dropdown .total-rent-text{
	color: #404040;
	font-size: 10px;
	line-height: normal;
}
.total-rent-with-dropdown .total-rent-amount{
	margin-left: 4px;
	line-height: normal;
	color: #3ca160;
	font-size: 15px;
	font-family: "montserratsemibold",sans-serif;
}

.dropdown.total-rent-info-dropdown{
	display: flex;
	align-items: center;
	/* width: 24px; */
	height: 24px;
}
.dropdown.total-rent-info-dropdown .dropdown-menu {
	transform: translate3d(-62%, 28px, 0px) !important;
	border-radius: 2px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
	border: 0px solid rgba(0,0,0,.15);
	z-index: 2;
	padding: 0;
	margin: 0;
	min-width: 275px;
}
.dropdown.total-rent-info-dropdown .dropdown-menu .min-wid-237 {
    min-width: 160px !important;
}
.dropdown-wrapper{
	padding: 8px 0 0;
	max-height: 240px;
    overflow: auto;	
}
.dropdown-wrapper .property-detail-row{
	padding: 8px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: normal;
}
.dropdown-wrapper .property-detail-row .property-detail-type{
	color: #404040;
	font-size: 12px;
	line-height: normal;
}
.dropdown-wrapper .property-detail-row .property-detail-type .days-left{
	color: #8a8a8a;
	font-size: 9px;
	line-height: normal;
	display: block;
	margin-top: 4px;
}

.dropdown-wrapper .property-detail-row .property-detail-amount{
	color: #312947;
	font-size: 12px;
	font-family: "montserratmedium",sans-serif;
	line-height: normal;
}
.dropdown-wrapper .border-line{
	height: 1px;
	opacity: 0.1;
	background-color: #404040
}

@media (min-width: 576px){
	.modal-550 .modal-dialog {
		max-width: 550px;
	}		
}
.modal-550 .modal-content{	
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 30, 0.18);	
	border-width: 0;
}
.modal-550 .modal-body{
	padding: 40px 40px 8px;
}
.modal-550 .modal-body strong{
	margin-bottom: 20px;
	color: #1a1b29;
	font-size: 15px;
	font-family: "montserratsemibold",sans-serif;
}
#like-dislike-modal.modal-550 .modal-body strong{
	color: #1a1b29;
	font-size: 14px;
	font-family: "montserratregular",sans-serif;
}


.modal-550 .modal-body .edit-profile-form .form-group.input-button{
	text-align: right;
}
.modal-550 .modal-body .edit-profile-form .form-control{
	resize: none;
	padding-top: 18px;
	border-radius: 0;
}
.modal-550 .modal-body .edit-profile-form .btn.primary{
	margin-left: 10px;
}
.notes-container{
	margin: 0 0 60px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
}
.notes-container .notes-scroll{
	height: 150px;
	overflow: auto;
}
.notes-container .notes-row{
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 8px;
}
.notes-container .notes-row:last-child{
	border-width: 0;
}

.notes-container .notes-row .note-posted-date{
	color: #6e6e6e;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}
.notes-container .notes-row .note-text{
	line-height: 1.5;
	font-size: 12px;
	color: #1a1b29;
}


@media (max-width: 767px){
	.modal-550 .modal-body{
		padding: 24px 16px 0;
	}
	.modal-550 .modal-body .edit-profile-form .btn{
		min-width: auto;
	}		
	.notes-container{
		margin: 0 0 24px;
	}	
}
@media (min-width: 576px){
	.delete-modal.modal-550 .modal-dialog {
		max-width: 380px;
	}		
}
.delete-modal.modal-550 .modal-body strong {
	font-size: 16px;
	margin: 12px 0 12px;
	font-weight: 600;
}
.delete-modal.modal-550 .modal-body{
	text-align: center;
}
.delete-modal.modal-550 .modal-body.delete-text{
	color: #1a1b29;
	font-size: 13px;
	line-height: 1.38;
}
.delete-modal.modal-550 .modal-body .secondary{
	border-color: #5d5d5d;
	color: #5d5d5d
	;
}
.delete-modal.modal-550 .modal-body .btn{
	min-width: 120px;
	padding: 8px 32px;
}
.delete-modal.modal-550 .modal-body .primary{
	background-color: #ff0000;
}
.delete-modal.modal-550 .modal-body .edit-profile-form .form-group.input-button {
    text-align: center;
}
.delete-modal.modal-550 .modal-body .edit-profile-form .form-group{
	margin-bottom: 32px;
}
.delete-modal.modal-550 .delete-text{
	line-height: 1.38;
    font-size: 13px;
    color: #1a1b29;
    margin-bottom: -8px;
}

@media (max-width: 767px){
	.delete-modal.modal-550 .modal-body .btn{
		min-width: auto;
	}	
}
/* Matching property detials action btn with modal popup end */

/* Loader Start */
.lds-grid-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
	background-color: rgb(0 0 0 / 50%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
	background-color: hsl(0deg 0% 100% / 79%);
	
  }

  .lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3CA160;
    animation: lds-grid 1.2s linear infinite;
  }

  .lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
  }

  .lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
  }

  .lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
  }

  .lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
  }

  .lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
  }

  .lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
  }

  .lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
  }

  .lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
  }

  .lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
  }

  @keyframes lds-grid {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }
  }

  /*** Loader End ***/

.seo-pages-content{
	padding: 50px;
}

@media (max-width: 767px) {
	.seo-pages-content{
		padding: 24px 15px;
	}	
}



/* Dropdown on hover */
.dropdown-open-hover .dropdown:hover>.dropdown-menu {
    display: block !important;
}
.dropdown-open-hover .dropdown>.dropdown-menu a{
    line-height: normal;
}

.outside-sidebar .custom-dropdown-menu .dropdown-menu {
    right: 0;
	left: auto;
	margin-top: 0;
}
.outside-sidebar .custom-dropdown-menu > a{
	display: block;
	font-size: 0;
	color: inherit !important;
}
.inside-sidebar .custom-dropdown-menu > a{
	display: block;
	font-size: 0;
}
.inside-sidebar .custom-dropdown-menu .dropdown-menu {
	margin-top: 0;
}

/* Dropdown on hover End*/

.card-status.green-bg-color{
	background-color: #3ca160;
}
.card-status.blue-bg-color{
	background-color: #4084bf;
}
.card-status.grey-bg-color{
	background-color: #373737;
}
.managed-since-info{
	font-family: "montserratsemibold",sans-serif;
	font-size: 16px;
}
.managed-since-date{
	color: #3ca160
}
.card-status.blocked{
	background-color: grey;
} 
.fav-prop-text{
	white-space: normal;
}


.edit-inquiry-modal .info-image{
	margin-bottom: 20px;
}
.edit-inquiry-modal p{
	margin: 0 0 0;
	font-size: 13px;
	color: #1a1b29;
	margin-bottom: 32px;
}
.edit-inquiry-modal .btn{
	background: #3ca160 !important;
	margin-bottom: 32px;
}
.edit-inquiry-modal .close{
	position: absolute;
	right: 12px;
	top: 12px;
}
.custom-switch-btn .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .custom-switch-btn .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .custom-switch-btn .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .custom-switch-btn .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .custom-switch-btn input:checked + .slider {
	background-color: #3ca160;
  }
  
  .custom-switch-btn input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  .custom-switch-btn input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .custom-switch-btn .slider.round {
	border-radius: 34px;
  }
  
  .custom-switch-btn .slider.round:before {
	border-radius: 50%;
  }
  .custom-switch-btn{
  display: flex;
	  align-items: center;
  }
  .custom-switch-btn .switch-label{
  font-size: 14px;
	  margin: 0 0 0 12px;
	  padding: 0;
	  display: inline-block;
  }

  @media (min-width: 768px) {
	.invoice-col-10{
		width: 12% !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
		max-width: 12% !important;
	}
	.invoice-col-8{
		max-width: 8% !important;
		width: 8% !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

}
.payment-receipt {
	color: #43a160 !important;
    text-decoration: underline;
}

@media (min-width: 768px) {
	.home-banner .home-banner-image { 
		opacity: 0.8 !important;
	}
	.home-banner {    
		background: #000 !important;
	}
}
header.home-header {
    background: #0000004d !important;
}
header.fixed-header {
    background: #fff !important;
}
.filters-modal .main-filter-option {
    padding-bottom: 90px !important;
}
.filters-modal .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
	background: #fff !important;
}

@media all and (max-width: 479px) {
	header.with-btn {
	
	padding-bottom: 43px;
	}
    header.with-btn .navbar {
        position: static;
    }
	header.with-btn .rental_request_header {
		position: absolute;
		left: 15px;
		bottom: 10px;
		right: 15px;
	}
	
	header.with-btn ~ .main-content {
		margin-top: 110px;
	}
	}