@font-face {
    font-family: 'Myriad Pro Condensed';
	src: url("../fonts/MyriadPro-Cond.eot");
    src: local('Myriad Pro Condensed Regular'), local('Myriad-Pro-Condensed-Regular'),
		url("../fonts/MyriadPro-Cond.eot?#iefix")format("embedded-opentype"),
        url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
        url('../fonts/MyriadPro-Cond.woff') format('woff'),
        url('../fonts/MyriadPro-Cond.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
p.logo {
	font-family: 'Myriad Pro Condensed' !important;
	font-size: 42px;
	color: #435360;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
    margin-bottom: 5px;
    line-height: 42px;

}
p.logo span {
	color: #F63;
}


body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .utf_counter_star_rating, body .nav_responsive i.menu-trigger:after {
    font-family: 'Nunito', sans-serif;
    text-transform: none;
	color: #707070;
}
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1380px !important;
	}
}
.overseas-regions {
    scroll-margin-top: 70px;
  }
/*==== Nab CSS Start=======================*/
.bg-light {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
}
.start-header.fixed-top {
	top: 0;
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    -webkit-transition: all 0.0s ease-out;
    transition: all 0.0s ease-out;
}
.navbar-brand {
    background-color: transparent !important;
    box-shadow: inset 0px 0 0 rgb(0 0 0 / 1%) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}


@media (max-width: 991.98px) {
	.header_widget {
		width: 30%;
		position: absolute;
		right: 42px;
	}
	.navigation-wrap{
		top: 40px;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 64px; /* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 80%;
		height: 620px;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #343a40;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.nav-link {
		padding: 1rem 1rem;
	}
	.navbar-toggler {
		border: none !important;
		padding-right: 0 !important;
		display: inline-block;
	}
	.navbar-toggler:active,
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-toggler-icon {
		width: 32px !important;
		height: 18px !important;
		background-image: none;
		position: relative;
		border-bottom: 2px solid #3e454f;
		transition: all 300ms linear;
	}
	.navbar-toggler-icon:after,
	.navbar-toggler-icon:before{
		width: 32px;
		position: absolute;
		height: 2px;
		background-color: #3e454f;
		top: 0;
		left: 0;
		content: '';
		z-index: 2;
		transition: all 300ms linear;
	}
	.navbar-toggler-icon:after{
		top: 8px;
	}
	.is_open .navbar-toggler-icon:after {
		transform: rotate(45deg);
	}
	.is_open .navbar-toggler-icon:before {
		transform: translateY(8px) rotate(-45deg);
	}
	.is_open .navbar-toggler-icon {
		border-color: transparent;
	}
	.offcanvas-collapse.open .text-dark {
		color: #ccc !important;
	}
	.offcanvas-collapse.open .nav-item {
		border-bottom: 1px solid rgba(254, 255, 255, 0.1);
	}
}

@media (max-width: 767.98px) {
	.navbar-brand img {
		max-height: 30px;
		margin: 3px 0;
	}
	.top-text {
		font-size: 13px;
	}
	.offcanvas-collapse {
		top: 62px;
	}
	.navigation-wrap{
		top: 0px;
	}
}
@media (max-width: 320.98px) {
	.navbar-brand img {
		max-height: 24px;
		margin: 6px 0;
	}
	.top-text {
		font-size: 12px;
	}
	.header_widget {
		width: 34%;
	}
}


/*==== Coustom css ==========================*/
h2.headline-part,
h3.headline-part {
    line-height: 40px;
}
.headline-part span {
    line-height: 30px;
    display: block;
}
.bg-skyblue {
	background-color: #1966b6 !important;
}
.bg-cherry {
	background-color: #cc4300 !important;
}
.bg-green {
	background-color: #04724d !important;
}
.bg-red {
	background-color: #d80a48 !important;
}
.bg-purple {
	background-color: #762acb !important;
}
.bg-lightgreen {
	background-color: #097784 !important;
}
.bg-blue {
	background-color: #2531d5 !important;
}
.bg-lightpurple {
	background-color: #931674 !important;
}
.bg-brightred {
	background-color: #d52f31 !important;
}
.bg-darkcerulean {
	background-color: #134b7e !important;
}
.bg-search {
	background-color: #43535f !important;
}
.bg-subscribe {
	background-color: #282b42 !important;
}
.bg-gray {
	background-color: #424242 !important;
}
.bg-lightgray {
	background-color: #f9f9f9 !important;
}
.bg-tabgray {
	background-color: #f4f4f4 !important;
}
.bg-orange {
	background-color: #ff7600 !important;
}
.bg-wondergray {
	background-color: #435360 !important;
}
.bg-wondertextgray {
	color: #435360 !important;
	font-weight: bold;
}
.bg-wondertextgrayacc {
	color: #435360 !important;
	color: #F63;
	font-size: 150%;
}
.bg-wonderorange {
	color: #F63 !important;
}
.bg-wondertextorange {
	color: #F63 !important;
	font-weight: bold;
}
.bg-wondertextorangeacc {
	color: #F63 !important;
	color: #F63;
	font-size: 150%;
	padding-right: 10px;
}
a.hover-orange:hover {
	color: #ff7600 !important;
}
.btn-outline-danger:hover {
    background-color: #ff7600;
    border-color: #ff7600;
}
.nav-pills .nav-link.tab-link.active,
.nav-pills .show > .nav-link.tab-link {
    color: #fff !important;
    background-color: #ff7600 !important;
}
.text-foot {
	color: #bebebe;
}
.text-safetyOrange {
	color: #ff7600;
}
.text-safetyOrange:hover {
	color: #ff7600;
}
.margin-top {
	margin-top: 98px;
}
.btn-orange {
    color: #fff !important;
    background-color: #ff7600!important;
    border-color: #ff7600;
}
.btn-green {
    color: #fff !important;
    background-color: #00A550!important;
    border-color: #00A550;
}
.btn-red {
    color: #fff !important;
    background-color: #FF0000!important;
    border-color: #FF0000;
}
.icon-holder i {
    margin-right: 4px;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 15px;
    background: #ff7600;
    padding: 9px;
    border-radius: 50%;
    display: inline-block;
}
.border-icon-holder i {
    margin-right: 4px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    padding: 9px;
    border-radius: 50%;
	border: 1px solid #ff7600;
}
.layout-nav a {
	width: 36px;
    height: 36px;
    background-color: #e7e7e7;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 36px;
    top: 5px;
    text-align: center;
    transition: all 0.4s;
    border-radius: 50%;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.layout-nav a:hover {
    color: #ffffff;
    border-color: #ff7600;
	background-color: #ff7600;
}
.layout-nav a.active {
    color: #ff7600;
    background-color: #fff;
    border: 1px solid #ff7600;
    line-height: 36px;
}
.close-tag {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 30px;
    transition: all 0.4s;
    background-color: #ffffff;
	border: 1px solid #ff7600;
    right: 15px;
    font-size: 16px;
    text-align: center;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 100%;
}

@media (max-width: 767.98px) {
	.margin-top {
		margin-top: 62px;
	}
	h2.headline-part,
	h3.headline-part {
		line-height: 26px;
		font-size: 23px
	}
}

/*==== Banner css =================================*/
.img-banner {
	height: 552px;
}
@media (max-width: 767.98px) {
	.img-banner {
		height: auto;
	}
}



/*==== Custom Radio box css =================================*/
.btn-radiobox [type="radio"]:not(:checked),
.btn-radiobox [type="radio"]:checked {
    position: relative;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
    width: 100%;
    height: 36px;
    left: 0;
}
.btn-radiobox .custom-control {
	line-height: 0.6;
    min-height: auto;
    padding-left: 0;
    position: relative;
}
.btn-radiobox .custom-control-label {
	font-size: 16px;
	z-index: 9;
	top: 0px;
    position: absolute;
	width: 100%;
    height: 36px;
	text-align: center;
	cursor: pointer;
	line-height: 26px;
	background-color: rgba(190,190,190,1);
    border: 0px solid #909090;
	padding: 0.375rem 0.75rem;
	display: block;
	text-align: center;
    /*vertical-align: middle;*/
	border-radius: 4px;
	color: #fff;
}
.btn-radiobox .custom-control-label::after {
    top: 0px;
    z-index: -1;
    width: 100%;
	left: 0;
    height: 36px;
    background-color: transparent;
    border: 0px solid #909090;
	border-radius: 4px;
	color: #fff;
}
.btn-radiobox .custom-control-label::before {
	position: absolute;
    top: 0px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 36px;
	content: "";
    line-height: 26px;
    background-color: rgba(190,190,190,1);
    border: 0px solid #909090;
	padding: 0.375rem 0.75rem;
	display: block;
	text-align: center;
    /*vertical-align: middle;*/
	border-radius: 4px;
	color: #fff;
}
.btn-radiobox .custom-radio-input:not(:disabled):active ~ .custom-control-label::before {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.btn-radiobox .custom-checkbox .custom-radio-input:checked ~ .custom-control-label::before {
    top: 0px;
	left: 0px;
    z-index: -1;
    height: 36px;
    background-color: #ff7600;
    border: 0px solid #909090;
	border-radius: 4px;
	content: "";
}
.btn-radiobox .custom-checkbox .custom-radio-input:checked ~ .custom-control-label::after {
	background-image: none;
	top: 0px;
    z-index: -1;
    width: 100%;
	left: 0;
    height: 36px;
    border: 0px solid #fff;
	border-radius: 4px;
	content: "";
	background-color: #ff7600;
}

/*======= Coustom Check box Css ==========================*/
.checkboxes.in-row label {
	margin-top: 6px;
}
.checkboxes.one-in-row label {
	margin-top: 9px;
	width: 100%;
}
.checkboxes li {
	padding: 4px 0;
}
.checkboxes li:last-child {
	margin-bottom: -8px;
}
.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 22px;
	margin-right: 0px;
	margin-bottom: 0;
	line-height: 24px;
}
.checkboxes label span {
	color: #909090;
}
.checkboxes input[type=checkbox],
.checkboxes input[type=radio] {
	display: none;
}
.checkboxes label:before {
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 13px;
}
.checkboxes input[type=checkbox]:checked+label:before,
.checkboxes input[type=radio]:checked+label:before {
	content: "\f00c";
	background-color: #ff7600;
	border: 2px solid #ff7600;
}


/*==== Popular Categories css ================================*/
.container-categories-box {
    width: calc(100% + 20px);
    left: -20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.category-box {
    float: left;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 20px 0 0 20px;
    padding: 35px 20px;
    text-align: center;
    color: #fff;
    transition: 0.4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.category-box:hover {
    background-color: #66676b;
    color: #fff;
	text-decoration: none;
    /*-webkit-transform: scale(1.06);
    -moz-transform: scale(1.1);*/
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.category-box i {
    font-size: 36px;
    line-height: 70px;
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 3px solid rgba(255, 255, 255, 0.05);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 10px auto 0 auto;
    text-align: center;
}
.category-box h4 {
    transition: 0.4s;
    line-height: 22px;
}
.category-box span {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 10px;
    border-radius: 4px;
    line-height: 18px;
}

/*==== Media css ====*/
@media (min-width: 768px) {
	.category-box {
		width: calc(100% * (1/3) - 20px);
	}
}
@media (min-width: 992px) {
	.category-box {
		width: calc(100% * (1/3) - 20px);
	}
}
@media (min-width: 1240px) {
	.category-box {
		width: calc(100% * (1/5) - 20px);
	}
}
@media (max-width: 768px){
	.category-box {
		width: calc(100% * (1/2) - 20px);
	}
	.category-box {
		padding: 30px 10px;
		border-radius: 4px;
	}
}


/*==== Newsletter Subscription css ================================*/
.subscribe-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 40%);
    -moz-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    box-shadow: 0 10px 40px rgb(82 85 90 / 40%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.subscribe-block:before {
    position: absolute;
    top: -48px;
    left: -12px;
    color: rgba(128,137,150,0.2);
    font-family: "FontAwesome";
    font-size: 140px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
	content: "\f003";
	display: table;
	box-sizing: border-box;
}
.subscribe-block:after {
    content: "\f040";
    left: auto;
    top: 0;
    right: 0;
    bottom: 15px;
    position: absolute;
    color: rgba(128,137,150,0.2);
    font-family: "FontAwesome";
    font-size: 160px;
    z-index: -1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	display: table;
	box-sizing: border-box;
}
.sec-title-item {
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    padding-top: 5px;
}
.sec-title-item::before {
    position: absolute;
    content: "\f006";
    font-family: "FontAwesome";
    top: -30px;
    left: 0;
    color: #ff7600;
    font-size: 20px;
}
.sec-meta {
    color: #808996;
    line-height: 30px;
}
.contact-form-action {
    margin-top: 38px;
}
.contact-form-action form {
    position: relative;
}
.contact-form-action form span {
    position: absolute;
    top: 14px;
    left: 12px;
}
.contact-form-action form .form-control {
    height: auto;
    padding: 11px 12px 11px 40px;
    border-radius: 4px;
    border: 0;
    line-height: inherit;
}
.contact-form-action form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
    padding: 11px 25px;
	font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    background-color: #ff7600;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    display: inline-block;
}


/*==== Media css ====*/
@media (max-width: 991px) {
	.contact-form-action {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.sec-title-item {
		font-size: 34px;
		line-height: 42px;
		font-weight: 600;
		text-align: center;
	}
	.sec-meta {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}
	.contact-form-action form {
		text-align: center;
	}
	.contact-form-action form .form-control {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.contact-form-action form .theme-btn {
		position: inherit;
		border-radius: 4px;
		margin-top: 10px;
	}
}


/*====== Inner Search block css ========================*/
.search-block .form-group {
    margin-bottom: 1rem;
}
.search-block .form-control {
	padding: 0.375rem 0.275rem;
    font-size: 0.75rem;
}
.search-block .btn {
	padding: 0.375rem 0.275rem;
    font-size: 0.75rem;
}
.search-block .form-control.selecter {
	padding: 0.375rem 0rem;
}
.loc-wrap {
    width: 100px !important;
}

/*==== Media css ====*/
@media (max-width: 767px) {
	.search-block {
		margin-top: 62px;
	}
    .loc-wrap {
        width: 10px !important;
    }
}


/*====== Sidebar css ========================*/
.sidebar-list-group li a {
	padding-left: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.sidebar-list-group li a:hover {
	padding-left: 15px;
    -webkit-transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}



/*====== Property listing css ========================*/
.listing-item-image {
	height: 224px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative;
    line-height: 220px;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.price-listing-item-image {
	height: 180px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative;
    line-height: 176px;
	vertical-align: middle;
	background-color: #e7e7e7;
  background-image: url('../images/camicon.png');
  background-repeat: no-repeat;
  background-position: center;
}
.corner-ribbon {
    top: -10px;
    left: -103px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: red;
    width: 256px;
    height: 64px;
    background: linear-gradient(180deg, #ff222200 50%, #ff2222 50%);
    z-index: 10;
	position: absolute;
    text-align: center;
    line-height: 100px;
    letter-spacing: 1px;
    color: #f0f0f0;
	font-weight: bold;
	box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.new-corner-ribbon {
    background-color: #54ba1d;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -45px;
    top: 15px;
    text-align: center;
    width: 150px;
    font-size: 12px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    border-radius: 0 20px 20px 0;
}
.item-tag {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    background: #ff7600;
    border-radius: 4px;
    padding: 2px 5px 0;
    line-height: 18px;
	vertical-align: middle;
    color: #fff;
    border: 2px solid #ff7600;
    margin-bottom: 8px;
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 100px;
    width: 85px;
    
}
.save-property-tag {
    height: 36px;
    width: 36px;
    line-height: 37px;
    border-radius: 30px;
    transition: all 0.4s;
    top: 15px;
    background-color: #ffffff;
	border: 1px solid #ff7600;
    color: #e52d27;
    right: 15px;
    font-size: 18px;
    position: absolute;
    z-index: 11;
    text-align: center;
    cursor: pointer;
}
.listing-item-header {
	position: relative;
    background-color: #f4f4f5;
	min-height: 80px;
}
.item-info {
	min-height: 220px;
}
.price-item-info {
	min-height:160px;
}
.text-marketed--by {
	line-height: 18px;
}

.grid-block {
    background-color: #f6f6f6;
    display: block;
    width: 100%;
	position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
}
.grid-block:hover {
    transform: translate3d(0, -10px, 0);
}
.grid-listing-item {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 320px;
    z-index: 9;
}
.grid-listing-item:before {
    /*content: "";*/
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    /*background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.60) 40%, rgba(22,22,23,0) 80%, rgba(0,0,0,0) 100%);
    background-color: rgba(0,0,0,0.2);*/
    border-radius: 4px;
    opacity: 1;
}
.property-details {
    /* position: absolute; */
    position: relative;
    z-index: 10;
    padding: 15px;
			   
}
.link-widget {
    border-bottom: 1px dashed #d4d4d4;
    border-top: 1px dashed #d4d4d4;
    font-size: 15px;
    color: #000;
}
.features-listing {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.features-listing li {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 20px;
}
 .features-listing li:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #ff7600;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}
.listing-map-block {
	height: 410px;
    position: relative;
    display: block;
}
#map {
    height: 400px;
	position: relative;
	overflow: hidden;
}

/*=== Pagination CSS Start ===*/
.btn-pagination .btn {
    margin: 0 9px;
    line-height: 1.2;
    color: #212529;
    padding: 0.575rem 14px;
    border-radius: 50%;
}
.btn-pagination .btn-group > .btn:nth-child(1) {
    border-radius: 50%;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.btn-pagination .btn-group > .btn:nth-child(3) {
    border-radius: 20px;
    padding-left: 6px;
    padding-right: 6px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.btn-pagination .btn-group > .btn:nth-child(2),
.btn-pagination .btn-group > .btn:nth-child(4) {
    border-radius: 50%;
    padding-left: 15px;
    padding-right: 15px;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.btn-pagination .btn-group > .btn:nth-child(5) {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 0;
}
.btn-pagination .btn-secondary {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}
.btn-pagination .btn-secondary:disabled,
.btn-pagination .btn-secondary.disabled {
    color: #000;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}
.btn-pagination .btn-secondary:hover {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}
.btn-pagination .btn-secondary:active  {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}

.pagination-pageinfo {
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #666 !important;
    background: #e7e7e7 !important;
    line-height: 26px !important;
}
.pagination-dropdownwrap {
    padding: 0.375rem 1.5rem !important;
    border-radius: 0 !important;
    border-right: 0px !important;
    border-left: 0px !important;
}
.pagination-dropdownwrap:focus {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 0 rgba(13,110,253,0) !important; 
}
.activelink {
    color: #fff !important;
    background-color: #ff7600 !important;
    border-color: #ff7600 !important;
}

/*=== Pagination CSS End ===*/

/*==== Media css ====*/
@media (max-width: 767px) {
	.listing-item-image {
		height: auto;
		line-height: auto;
	}
    .features-listing {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}


/*==== Gallery CSS ===========*/
.gallery-item {
  position: relative;
}
.gallery-item img {
  opacity: 1;
  transition: opacity 0.35s;
}
.gallery-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #14222d;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-item:hover img {
  opacity: 0.2;
  transition: opacity 0.35s;
}
.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.propCarousel .carousel-inner {
    border-radius: .25rem !important;
}


/*==== Footer css ================================*/
footer {
    background-image: url(/assets/images/bg-footer.jpg);
    background-color: #222;
	background-position: 50% 100%;
    background-repeat: no-repeat;
}
footer h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 35px;
}
footer h5:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    height: 2px;
    width: 30px;
    background-color: #ff7600;
}
footer p {
    line-height: 28px;
}
footer ul.footer-link {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    /*display: inline-block;*/
    float: left;
}
footer .footer-link li {
    position: relative;
    list-style: none;
}
footer .footer-link li a {
    padding: 0 0 10px 20px;
    display: inline-block;
    -webkit-transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    line-height: 22px;
}
footer .footer-link li a:hover {
    padding-left: 25px;
    -webkit-transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
footer .footer-link li:before {
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0 7px 0 0;
    color: #999;
}

/*==== Property List Page Css ====*/
.save-property-agent {
    height: 36px;
    width: 36px;
    line-height: 37px;
    border-radius: 30px;
    transition: all 0.4s;
    background-color: #ffffff;
    border: 1px solid #ff7600;
    font-size: 15px;
    text-align: center;
    padding: 1px 4px;
}


/*==== Overseas Property Css ======================*/
.overseas-regions h4 {
    display: block;
	line-height: 200%;
}
.overseas-regions h4 + div.region {
	display: block;
}
.overseas-regions ul {
    list-style: none;
}
.overseas-regions li {
    margin: 2px 0;
    width: 31%;
	line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
}


@media (max-width: 767px) {
	.overseas-regions li {
		width: 100%;
	}
}




/*==== Agent List CSS ======================*/
.agent-item-image {
    height: 100px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative;
    line-height: 96px;
    vertical-align: middle;
    background-color: #e7e7e7;
	text-align: center;
}
.agent-info {
    min-height: 96px;
}

/*=== Agent Details CSS Start ===*/
.button-common {
    background: #ff7600;
    border: 1px solid transparent;
    color: #fff;
    margin: 0px 8px 5px 0;
    text-align: left;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}
.button-common:hover {
    background: transparent;
    border: 1px solid #ff7600;
    color: #ff7600;
    padding: 4px 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

/*=== Agent Details CSS End ===*/

/*=== Alert Modal CSS Start ===*/
.alert-modal {
    border-color: #424242 !important;
    border-radius: 3px !important;
}
.alert-modal .modal-header {
    display: inline-block !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.alert-modal .modal-footer {
    border-top: 0px;
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
/*=== Alert Modal CSS End ===*/


/*=== Data Table CSS Start ===*/
.dataTable {
    width: 100% !important;
    border-collapse: initial !important;
    border-spacing: 0 !important;
    border-radius: 0.42rem;
    border-top:1px solid #aaa;

}
.dataTables_length, .dataTables_filter {
    margin-bottom: 15px;
}
/*=== Data Table CSS End ===*/

/*Tenant List*/
.tenantlist h4 {
    display: block;
	line-height: 200%;
}
.tenantlist h4 + div.list {
	display: block;
}
.tenantlist ul {
    list-style: none;
}
.tenantlist li {
    margin: 2px 0;
    width: 100%;
	line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
}
.tenant-item-image {
    height: 152px;
    line-height: 150px;
}

/* swarna - css */
.offcanvas-collapse.open{
    z-index: 9999;
}
/* @media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px!important;
        padding-left: 5px!important;
        font-size: 14px;
    }
} */

@media (min-width: 992px){
.navbar-expand-lg {
    flex-wrap: wrap-reverse!important;
    justify-content: flex-end!important;
}
}
@media screen and (min-width: 415px) and (max-width: 575px) {
button.navbar-toggler{
    order: 5;
}
}


/*OpenStreet*/

.openstreet_search {
	position: relative;
	width: 100%;
}
.openstreet_search.input-group .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
ul.openstreet_searchresult {
	background: #fff;
	position: absolute !important;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
	z-index: 1000;
	width: 100%;
}
ul.openstreet_searchresult li {
	color: #000;
	padding: 10px 20px 10px 35px;
	font-size: 13px;
	position: relative;
}
ul.openstreet_searchresult li .fa {
	color: #ff7600;
	position: absolute;
	left: 15px;
	top: 12px;
	font-size: 18px;
}
ul.openstreet_searchresult li:hover {
	background: #f3f3f3;
	color: #222;
	cursor: pointer;
}
.openstreet_search .loading-indicator {
	font-size: 14px;
	color: #666;
	margin-top: 4px;
	position: absolute;
	background: #fff;
	right: 15px;
	top: 5px;
}

.openstreet_search.openstreet_search-sm .loading-indicator {
	top: 2px;
}

.leaflet-control-attribution{
	display: none !important;
	visibility: hidden !important;
}