@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,800');
.nav-tabs {
	border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
	border: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}
.dropdown-menu>li>a {
	padding: 10px 20px;
}
.dropdown-menu>li>a i {
	margin-right: 10px;
	font-size: 18px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
textarea.form-control {
	min-height: 300px;
}
.help-block {
	margin-bottom: 15px;
}
h1,h2,h3,h4,h5,h6 {
	line-height: inherit;
	margin-bottom: 20px;
}

.bor,
.news-content .left-side,
.news-content .right-side .item,
.news-content .related-side .item,
.property-page .right-side,
.property-page .contactWrap,
.RightSide-Wrap .item,
.RightSide-Wrap .icons-pack,
.rightside-house,
.person-changePass,
.general-form,
.price-index-content,
.details_price-index,
.ManageList,
.wish-wrap .wishList .items-content1 .item {
	border: 1px solid #ddd;
	border-bottom-width: 2px
}

.btn-border {
	border: 2px solid #fff;
	font-size: 20px;
	padding: 10px 20px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;
	color: #fff
}

.btn-border:hover {
	background: #fff;
	color: #bf1e2e
}

.btn-purp {
	background: #bf1e2e;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin-right: 10px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;
	font-size: 18px;
}

.btn-purp i {
	font-size: 16px;
	margin-right: 10px
}

.btn-purp:hover {
	background: #1d467f;
	color: #fff
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300
}

input:focus,
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0
}

::-moz-selection {
	background: #bf1e2e;
	color: #fff
}

::selection {
	background: #bf1e2e;
	color: #fff
}

a {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

p {
	color: #656565;
	font-size: 16px;
	line-height: 24px
}

.inner-page {
	background: #f3f3f3
}

.main-header {
	position: relative;
	z-index: 5;
	position: absolute;
	width: 100%;
}

.yamm .nav.navbar-nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: relative;
}
.yamm .nav.navbar-nav {
	float: right
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/*adding sizes to dropdown-menu*/
.w-100 {width: 100px}
.w-150 {width: 150px}
.w-200 {width: 200px}
.w-250 {width: 250px}
.w-300 {width: 300px}
.w-350 {width: 350px}
.w-400 {width: 400px}
.w-450 {width: 450px}
.w-500 {width: 500px}
.w-550 {width: 550px}
.w-600 {width: 600px}
.w-650 {width: 650px}
.w-700 {width: 700px}
.w-750 {width: 750px}
.w-800 {width: 800px}
.w-850 {width: 850px}
.w-900 {width: 900px}
.w-950 {width: 950px}
.w-1000 {width: 1000px}

.navbar-header {
	position: absolute
}
.navbar-brand {
	padding-top: 25px;
	margin-left: 0 !important;
	float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
	position: relative;
	background: #ffffff; 
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 39%, #adadad 85%, #d8d8d8 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 39%,#adadad 85%,#d8d8d8 100%);
	background: linear-gradient(135deg, #ffffff 0%,#ffffff 39%,#adadad 85%,#d8d8d8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 );
}
.navbar-brand::after {
	z-index: -1;
    position: absolute;
    content: "";
    bottom: 14px;
    right: 0px;
    left: auto;
    width: 70%;
    top: 85%;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 15px #000;
    -moz-box-shadow: 0 15px 15px #000;
    box-shadow: 0 15px 15px #000;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.logo-mobile {
	display: none !important;
}
.navbar-nav > li > a {
	padding: 30px 5px;
	margin: 0 8px;
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.navbar-nav > li > a:after {
	content: '';
	width: 100%;
	height: 3px;
	left: 0;
	position: absolute;
	display: block;
	bottom: 0;
	opacity: 0;
	background: #bf1e2e;
	-webkit-transition-property: bottom;
	-webkit-transition-duration: 0.2s
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	background: none
}
.navbar-nav > li > a:hover:after {
	display: block;
	bottom: -3px;
	opacity: 1
}

.main-heading {
	text-align: center;
	margin-bottom: 40px
}

.main-heading h3 {
	color: #2b2b2b;
	font-size: 24px
}

.section {
	padding: 60px 0
}

.main-footer {
	border-top: 1px solid #ddd;
	background: #e8e8e8 url(../imgs/assets/footer-bg.png) no-repeat center bottom;
}

.main-footer .apps {
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.main-footer .apps h4 {
	color: #1c1c1c;
	font-weight: 500;
	font-size: 20px;
}

.main-footer .apps p {
	color: #888;
}

.main-footer .apps ul {
	float: right;
	margin-top: 15px
}

.main-footer .apps ul li {
	display: inline-block;
	margin-left: 10px
}

.main-footer .content .top-content {
	padding-top: 50px;
	padding-bottom: 50px
}

.main-footer .content h3 {
	color: #1c1c1c;
	font-size: 18px;
	margin-bottom: 30px
}

.main-footer .content p {
	font-size: 14px;
	color: #65626f;
	margin-bottom: 30px
}

.main-footer .content li {
	margin-bottom: 7px
}

.main-footer .content li a {
	color: #888;
	font-size: 14px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.main-footer .content li a:hover {
	color: #1c1c1c;
}

.main-footer .content .form-control {
	height: 50px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 75%;
	display: inline-block;
	border: 0;
	padding-left: 20px
}

.main-footer .content .btn-default {
	height: 50px;
	display: inline-block;
	border: 0;
	background: #1d467e;
	width: 20%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px
}

.main-footer .rights {
	border-top: 1px solid #ccc;
	padding: 30px 0;
	padding-bottom: 20px
}

.main-footer .rights ul {
	float: left
}

.main-footer .rights ul li {
	display: inline-block;
	margin-right: 20px
}

.main-footer .rights ul li a {
	color: #888;
	font-size: 20px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.main-footer .rights ul li a:hover {
	color: #1d467e
}

.main-footer .rights h6 {
	float: right;
	font-size: 14px;
	color: #888
}

.paging {
	float: right;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-bottom: 100px
}

.paging li {
	display: inline-block
}

.paging li a {
	display: block;
	background: #bf1e2e;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px
}

.paging li.active a {
	background: #8c8c8c
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: -webkit-focus-ring-color auto 0px
}

.nav-tabs > li > a {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ddd;
	color: #888;
	margin-right: 0;
	font-size: 18px;
}

.nav-tabs > li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.nav-tabs > li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active {
	background: #bf1e2e;
	color: #fff;
}

.form-item {
	position: relative
}

.form-item .form-control {
	height: 50px;
	font-size: 16px;
	border: 0;
	margin-bottom: 20px;
	padding-left: 40px
}

.form-item img {
	position: absolute;
	top: 17px;
	left: 15px
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}

.backTop {
	position: fixed;
    background: #bf1e2e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
    bottom: -50px;
    border-radius: 3px;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
	opacity: .5;
}

.backTop:hover {
	background: #1d467f;
	opacity: 1;
}

.seenTop {
	bottom: 50px;
	transition: .6s ease;
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease
}

.navbar-nav > li > .dropdown-menu {
	top: 98%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.navbar-nav > li > .dropdown-menu li img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.navbar-nav > li > .dropdown-menu li a {
	color: #888;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

.navbar-nav > li > .dropdown-menu li a .badge {
	float: right;
	font-weight: normal;
	background-color: red;
}

.navbar-nav > li > .dropdown-menu li a:hover {
	background: #1d467f;
	color: #fff;
	padding-left: 10px;
}

.navbar-nav > li > .dropdown-menu:before {
	content: "";
    position: absolute;
    margin: auto;
    top: -10px;
    left: 20px;
    border-width: 10px 9px 0 9px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.navbar-nav > li > .dropdown-menu-right.dropdown-menu:before {
	left: auto;
	right: 20px;
}

.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li a {
	padding: 0;
	color: #bf1e2e;
	font-size: 14px;
	padding: 10px 20px
}

.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li a:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 15px;
	display: block;
	float: right;
}

.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li.active a,
.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li:hover a {
	background: #bf1e2e;
	color: #fff
}

.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li.active:after,
.navbar-nav > li > .dropdown-menu.Price_index .yamm-content li:hover:after {
	content: "";
	position: absolute;
	margin: auto;
	right: -13px;
	top: 15px;
	border-width: 10px 9px 0 9px;
	border-style: solid;
	border-color: #bf1e2e transparent;
	display: block;
	width: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.navbar-nav > li > .dropdown-menu.Price_index .yamm-content .nav {
	border-right: 1px solid #c6c6c6;
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .col-md-4 {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item {
	margin-bottom: 20px;
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item .img-wrap {
	width: 100%;
	overflow: hidden;
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item .img-wrap img {
	width: 100%
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item a:hover {
	padding: inherit;
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item a p {
	color: #bf1e2e;
	font-size: 12px;
	line-height: inherit;
	margin-top: 10px;
}

.navbar-nav > li > .dropdown-menu.Price_index .tab-Dropmenu .item a p:hover {
	text-decoration: underline
}

.navbar-nav > li > .dropdown-menu.Price_index .compare {
	font-weight: 700;
	font-size: 14px;
	color: #bf1e2e;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px
}

.mega-links a {
	padding: 10px 20px 10px 0;
    display: block;
	border-bottom: 1px solid #eee;
}

.img-menu {
	position: relative;
	margin-bottom: 30px;
}
.img-menu h4 {
	font-size: 20px;
	z-index: 10;
    color: #fff;
    font-weight: 700;
    display: inline-table;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.img-menu img {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.img-menu:hover img, 
.img-menu:focus img, 
.img-menu:active img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.mb-0 {
	margin-bottom: 0
}
.dropdown-menu li .img-menu a:hover {
	padding: 0 !important;
}

.form-contactus {
	background: #e6ddff;
	padding: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.form-contactus h2 {
	font-size: 20px;
	font-weight: 700;
	color: #bf1e2e
}

.form-contactus h2 i {
	margin-right: 10px
}

.form-contactus p {
	font-size: 14px;
	color: #656565
}

.form-contactus p a {
	color: #bf1e2e
}

.form-contactus p a:first-child:after {
	content: '|';
	margin: 0 5px;
	color: #656565
}

.form-contactus .item {
	background: #fff;
	padding: 15px;
	min-height: 200px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.form-contactus .item label {
	color: #1d467f;
	font-size: 14px
}

.form-contactus .checkbox {
	margin-bottom: 15px
}

.form-contactus .rig .form-item {
	position: relative
}

.form-contactus .rig .form-item .form-control {
	height: 50px;
	font-size: 16px;
	border: 0;
	margin-bottom: 20px;
	padding-left: 40px
}

.form-contactus .rig .form-item img {
	position: absolute;
	top: 17px;
	left: 15px
}

.form-contactus textarea {
	min-height: 200px;
	width: 100%;
	display: block;
	resize: vertical;
	border: 0;
	padding-left: 15px;
	padding-top: 15px
}

.form-contactus .btn-purp {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700
}

.price-index-content .table > caption + thead > tr:first-child > td,
.price-index-content .table > caption + thead > tr:first-child > th,
.price-index-content .table > colgroup + thead > tr:first-child > td,
.price-index-content .table > colgroup + thead > tr:first-child > th,
.price-index-content .table > thead:first-child > tr:first-child > td,
.price-index-content .table > thead:first-child > tr:first-child > th {
	text-align: center;
	font-size: 20px
}

.price-index-content .table > tbody > tr > td,
.price-index-content .table > tbody > tr > th,
.price-index-content .table > tfoot > tr > td,
.price-index-content .table > tfoot > tr > th,
.price-index-content .table > thead > tr > td,
.price-index-content .table > thead > tr > th {
	padding: 12px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #c7c8cc
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

a:hover {
	cursor: pointer
}

.main-content .banner {
	width: 100%;
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
}

.main-content .banner .imgs-wraap {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
	    max-height: 800px;
    overflow: hidden;
}

.main-content .banner .imgs-wraap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

.main-content .banner .content-wrap {
	padding: 200px 0 80px 0;
	position: relative
}

.main-content .banner .info {
	text-align: center;
	color: #2b2b2b;
	margin-bottom: 40px;
}

.main-content .banner .info h1 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

.main-content .banner .info p {
	font-size: 24px;
	color: #eee;
	margin-top: 30px;
}

.main-content .banner .tabs-wrap .nav {
	text-align: center;
}

.main-content .banner .tabs-wrap .nav li {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.main-content .banner .tabs-wrap .nav li > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	height: 50px;
	color: #fff;
	padding: 10px 30px;
	margin-bottom: 0;
	font-weight: 500;
	background: #bf1e2e;
}

.main-content .banner .tabs-wrap .nav li > a:hover {
	opacity: .9;
	transition: all ease .5s;
}

.main-content .banner .tabs-wrap .nav li + li {
	margin-left: 5px;
	z-index: 1;
}

.main-content .banner .tabs-wrap .nav li > a:hover {
	background: #bf1e2e;
	color: #fff;
}

.main-content .banner .tabs-wrap .nav li.active > a {
	background: rgba(0,0,0,.8);
	color: #fff
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab {
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 40px 40px 20px 40px;
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .col-md-2 {
	padding-left: 5px
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .form-control {
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	border: 0;
	margin-bottom: 20px;
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .form-control:focus {
	box-shadow: none !important
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .btn-yellow {
	background: #1d467f;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	transition: all ease .5s;
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .btn-yellow:hover {
	background-color: #bf1e2e
}

.main-content .banner.apps {
	background: url("../imgs/banner4.jpg") fixed no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px
}

.main-content .banner.apps .phone-wrap {
	position: absolute;
	top: -40px
}

.main-content .banner.apps .info h1 {
	font-size: 50px;
	color: #fff;
	line-height: auto;
	margin-bottom: 30px
}

.main-content .banner.apps .info h1 span {
	text-transform: uppercase
}

.main-content .banner.apps .info h6 {
	color: #fff;
	font-size: 37px;
	margin-bottom: 50px;
	line-height: auto !important
}

.main-content .banner.apps .info ul li {
	margin-bottom: 25px
}

.main-content .intro-home {
	text-align: center;
	padding: 80px 0
}

.main-content .intro-home img {
	margin-bottom: 10px;
}

.main-content .intro-home h2 {
	color: #2b2b2b;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 20px
}

.main-content .intro-home .btn {
	margin-top: 20px;
	font-size: 1.3em;
}

.main-content .intro-home.apps h2 {
	font-size: 33px;
	color: #1d467f
}

.main-content .intro-home.apps h2 span {
	display: block
}

.main-content .intro-home.apps p {
	font-size: 20px
}

.main-content .features-agency {
	background-color: #eee;
	background-image: url(../imgs/assets/small_steps.png);
	background-attachment: fixed;
	padding: 80px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.main-content .features-agency h2 {
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 60px;
	margin-top: 0;
}

.main-content .features-agency .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.main-content .features-agency .img-wrap {
	max-height: 100px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.main-content .features-agency .img-wrap img {
	min-width: 90%;
	-webkit-filter: grayscale(1);
 	 filter: grayscale(1);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.main-content .features-agency .img-wrap:hover img {
	-webkit-filter: grayscale(0);
 	 filter: grayscale(0);
}

.main-content .features-agency .info {
	text-align: center
}

.main-content .features-agency .info h5 {
	color: #fff;
	font-size: 18px
}

.main-content .features-agency .info a {
	font-size: 14px;
	color: #c362e1;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-ms-transition: .1s linear;
	transition: .1s linear
}

.main-content .features-agency a.btn {
	font-size: 18px;
	color: #bf1e2e;
	font-weight: 500;
}

.main-content .features-agency a.btn i {
	margin-left: 10px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.main-content .features-agency a.btn:hover i {
	margin-left: 15px;
}

.main-content .features-agency .info a:hover {
	color: #fff
}

.main-content .features-agency .btn-border {
	margin-top: 40px
}


  .project-list:after {
    content: " ";
    display: block;
    clear: both; }
  .project__image {
    display: block;
    position: relative; }
    .project__image img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .project__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
      transition: opacity .3s ease;
      opacity: 0; }
  .project__card {
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent; }
    .project__card.hover-in {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .project__card.hover-out {
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .project:hover .project__card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
  .project:hover .project__image:after {
    opacity: 1; }
  .project:hover .project__detail {
    border-width: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
  .project:hover .project__title, .project:hover .project__category {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; }
  .project:hover .project__title {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1; }
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px);
    border: 0 solid #bf1e2e;
    transition: border .4s ease; }
  .project__title {
    margin: 0 0 10px 0;
    font-size: 27px;
    font-weight: 700;
    transition: .4s ease;
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
    .project__title a {
      color: white; }
  .project__category {
    opacity: 0;
    transition: .4s ease;
    transition-delay: .1s;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
    .project__category a {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.5em; }

.main-content .tab-glo {
	background-color: #1d467f;
}

.main-content .tab-glo h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 60px;
}

.main-content .tab-glo .nav-tabs {
	text-align: center;
	margin-bottom: 20px;
}

.main-content .tab-glo .nav-tabs > li {
	float: none;
	display: inline-block;
	margin: 0 -3px
}

.main-content .tab-glo .nav-tabs > li:first-child a {
	border-radius: 10px 0 0 10px;
	border: 2px solid #fff;
}

.main-content .tab-glo .nav-tabs > li:last-child a {
	border-radius: 0 10px 10px 0;
	border: 2px solid #fff;
}

.main-content .tab-glo .nav-tabs > li a {
	font-size: 20px;
	color: #fff;
	padding: 10px 40px;
	background-color: transparent;
}

.main-content .tab-glo .nav-tabs > li.active a {
	color: #fff;
	background-color: #bf1e2e;
}

.main-content .tab-glo .tab-content {
	padding: 20px 0
}

.main-content .tab-glo .tab-content .item {
	overflow: hidden
}

.main-content .tab-glo.tab-v2 {
}

.main-content .tab-glo.tab-v2 .nav-tabs > li > a {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ddd;
	color: #888;
}

.main-content .tab-glo.tab-v2 .nav-tabs > li:first-child a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.main-content .tab-glo.tab-v2 .nav-tabs > li:last-child a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.main-content .tab-glo.tab-v2 .nav-tabs > li.active > a {
	background: #bf1e2e;
	color: #fff;
}

.main-content .tab-glo.tab-v2 .item-wrap {
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 20px;
	margin-bottom: 20px
}

.main-content .tab-glo.tab-v2 .item-wrap .img-wrap {
	height: 230px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px
}

.main-content .tab-glo.tab-v2 .item-wrap .details {
	border-bottom: 1px solid #dfdfdf
}

.main-content .tab-glo.tab-v2 .item-wrap .details h5 {
	color: #2b2b2b;
	font-size: 18px
}

.main-content .tab-glo.tab-v2 .item-wrap .details ul {
	display: flex;
	justify-content: flex-start
}

.main-content .tab-glo.tab-v2 .item-wrap .details ul li {
	margin-right: auto;
	font-size: 12px
}

.main-content .tab-glo.tab-v2 .item-wrap .details ul li h6 {
	display: inline-block;
	color: #a5a5a5
}

.main-content .tab-glo.tab-v2 .item-wrap .details ul li img {
	margin-right: 3px
}

.main-content .tab-glo.tab-v2 .item-wrap .info {
	padding-top: 10px
}

.main-content .tab-glo.tab-v2 .item-wrap .info h4 {
	float: left;
	color: #1d467f;
	font-weight: 700;
	font-size: 18px
}

.main-content .tab-glo.tab-v2 .item-wrap .info h4 span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 400
}

.main-content .tab-glo.tab-v2 .item-wrap .info a {
	float: right;
	font-size: 14px;
	color: #bf1e2e;
	margin-top: 10px
}

.main-content .tab-glo.tab-v2 .item-wrap .info a i {
	margin-left: 5px
}

.main-content .partners {
	background: #dcdcdc;
	position: relative;
	text-align: center
}

.main-content .partners .banner-header {
	position: relative;
	margin-top: -95px
}

.main-content .partners .banner-header h3 {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	z-index: 5;
	text-shadow: 0 2px 1px #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
	color: #1c1c1c;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,dbdbdb+57,adadad+86,d1d1d1+94,dcdcdc+100 */
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e8e8e8 0%, #dbdbdb 57%, #adadad 86%, #d1d1d1 94%, #dcdcdc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e8e8e8 0%,#dbdbdb 57%,#adadad 86%,#d1d1d1 94%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e8e8e8 0%,#dbdbdb 57%,#adadad 86%,#d1d1d1 94%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.main-content .partners .banner-header h3:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #999;
	border-right: 15px solid transparent;
	display: block;
}

.main-content .partners .banner-header h3:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #999;
	border-left: 15px solid transparent;
	display: block;
}

.main-content .partners p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #656565;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-content .partners .item-log {
	display: inline-block;
	margin: 15px;
	max-width: 150px;
}

.house-blocks .main-heading h2 {
	color: #1c1c1c;
}

.developers-header {
	background: #bf1e2e;
	padding: 100px 0 20px 0
}

.developers-header h1 {
	font-size: 20px
}

.developers-header h1 a {
	color: #fff;
	text-decoration: none
}

.developers-header h1 a:focus {
	outline: 0
}

.developers-header h1 span {
	display: block;
	margin-top: 10px;
	font-size: 30px
}

.tabs-developers {
	display: none;
	background: #1d467e;
	padding: 20px 0;
	text-align: center
}

.tabs-developers h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase
}

.tabs-developers li {
	display: inline-block
}

.tabs-developers li a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase
}

.tabs-developers li.active:after {
	content: "";
	position: relative;
	margin: auto;
	bottom: -10px;
	border-width: 10px 7px 0 7px;
	border-style: solid;
	border-color: #f3f3f3 transparent;
	display: block;
	width: 0;
	transform: rotate(180deg);
	margin-bottom: -10px
}

.tabs-developers .nav > li > a {
	padding: 10px 15
}

.tabs-developers .nav > li > a:hover,
.tabs-developers .nav > li > a:focus {
	background: none
}

.content-developer-wrap {
	background: #f3f3f3;
	padding: 40px 0
}

.content-developer-wrap .item-lg {
	height: 520px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

.content-developer-wrap .item-lg .caption {
	position: absolute;
	bottom: 0;
	height: 170px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 25px
}

.content-developer-wrap .item-lg .caption .left-side .logo-wrap {
	float: left;
	width: 160px;
	height: 160px;
	margin-top: -30px;
	margin-right: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 160px;
	background: #fff;
	padding: 0 20px
}

.content-developer-wrap .item-lg .caption .left-side .logo-wrap img {
	width: 100%
}

.content-developer-wrap .item-lg .caption .left-side .details {
	margin-top: 15px;
	color: #fff;
	float: left
}

.content-developer-wrap .item-lg .caption .left-side .details h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}

.content-developer-wrap .item-lg .caption .left-side .details li {
	font-size: 14px
}

.content-developer-wrap .item-lg .caption .right-side {
	position: absolute;
	bottom: 30px;
	right: 30px
}

.content-developer-wrap .item-lg.sm-v {
	height: 370px
}

.content-developer-wrap .item-lg.sm-v .caption .left-side .logo-wrap {
	width: 105px;
	height: 105px;
	line-height: 105px
}

.buy-filters {
	background: #bf1e2e;
	padding: 20px 10px 0 10px;
	text-align: center
}

.buy-filters .form-control {
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	border: 0;
	min-width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.buy-filters .form-control:focus {
	box-shadow: none !important
}

.buy-filters input[type="text"] {
	min-width: 300px
}

.buy-filters .btn-yellow {
	background: #1d467f;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
}

.buy-filters a {
	color: #fff;
	margin: 0 20px;
	font-size: 16px
}

#contentproperty {
	width: 100%;
	overflow-y: scroll;
}

.but-content-wrap {
	background: #f3f3f3
}

.but-content-wrap .map {
	width: 100%;
}

#contentproperty, 
.but-content-wrap .map {
	height: 900px;
}

.but-content-wrap .items {
	padding: 15px
}

.but-content-wrap .items .head {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.but-content-wrap .items .head h3 {
	float: left;
	font-size: 16px;
	color: #656565;
	margin-top: 5px;
}

.but-content-wrap .items .head .form-control {
	display: inline-block;
	float: right;
	width: 180px;
	border: 1px solid #dddddd
}

.but-content-wrap .item {
	padding: 20px;
	border: 1px solid #ddd;
	border-bottom-width: 2px;
	background: #fff;
	margin-bottom: 20px
}

.but-content-wrap .item .main-info {
	display: flex;
	flex-direction: column;
}

.but-content-wrap .item .main-info .img-wrap {
	width: 140px;
	height: 100px;
	margin-right: 15px
}

.but-content-wrap .item .main-info .details span {
	color: #bf1e2e;
	border: 1px solid #bf1e2e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block
}

.but-content-wrap .item .main-info .details .price,
.but-content-wrap .item .main-info .details h5 {
	font-size: 22px;
    color: #bf1e2e;
    font-weight: 500;
	margin-bottom: 20px;
}

.but-content-wrap .item .main-info .details .price i,
.but-content-wrap .item .main-info .details h5 i{
	font-size: 14px;
	color: #a5a5a5;
	font-weight: 400;
	font-style: normal;
	display: block;
}

.but-content-wrap .item .main-info .details > p {
	font-size: 14px;
	color: #656565
}

.but-content-wrap .item .logo-wrap {
	display: block;
	clear: both
}

.but-content-wrap .item .contacts {
	margin-top: 15px
}

.but-content-wrap .item .contacts ul {
	margin-top: 15px
}

.but-content-wrap .item .contacts ul li {
	margin-right: 2px;
	margin-left: 2px;
}

.but-content-wrap .item .contacts ul li a {
	line-height: 35px;
	display: inline-block;
	background: #1d467f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 0 15px;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

.but-content-wrap .item .contacts ul li a:hover {
	background: #bf1e2e;
}

.but-content-wrap .item .contacts ul li a i {
	margin-right: 10px;
}

.but-content-wrap .item ul li {
	display: inline-block;
	margin-right: 30px;
	margin-top: 15px
}

.but-content-wrap .item ul li img {
	margin-right: 5px
}

.but-content-wrap .item ul li h6 {
	display: inline-block
}

#page-selection {
	text-align: center;
}

.but-content-wrap #page-selection {
	text-align: center;
	list-style: none;
}

.but-content-wrap #page-selection li {
	display: inline-block
}

.but-content-wrap #page-selection li a {
	display: block;
	background: #bf1e2e;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 0 2px;
}

.but-content-wrap #page-selection li.active a {
	background: #8c8c8c;
	border-color: #8c8c8c;
}

.banner-v2 {
	background: url("../imgs/banner2.jpg") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%
}

.banner-v2 .caption {
	width: 100%;
	height: 100%;
	padding: 100px 0 40px;
	background: rgba(0, 0, 0, 0.7)
}

.banner-v2 .caption h1 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}

.banner-v2 .caption p {
	font-size: 24px;
	color: #fff
}

.banner-v2.v3 {
	background: url("../imgs/banner3.jpg") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%
}

.banner-v2.changePass {
	background: url("../imgs/banner4.jpg") no-repeat;
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	padding: 90px 0 50px 0;
    text-align: center;
}

.banner-v2.changePass h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

.filter-label label {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px
}

.filter-label .btn-yellow {
	margin-top: 15px
}

.filter-label .col-md-2,
.filter-label .col-md-3 {
	padding-left: 10px;
	padding-right: 10px
}

.buy-filters.v2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 30px 0
}

.agents-wrap .agent {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-width: 2px;
	padding: 30px
}

.agents-wrap .left-side {
	background: #e6ddff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px
}

.agents-wrap .left-side .img-wrap {
	background: #fff;
	text-align: center;
	height: 140px;
	line-height: 140px;
	margin-bottom: 20px
}

.agents-wrap .left-side ul li {
	margin-bottom: 7px
}

.agents-wrap .left-side ul li a {
	color: #bf1e2e;
	font-size: 14px
}

.agents-wrap .left-side ul li a i {
	margin: 0 10px
}

.agents-wrap .left-side .btn-purp {
	display: block;
	margin: 0;
	margin-bottom: 10px
}

.agents-wrap .center-side h3 {
	color: #2b2b2b;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 25px
}

.agents-wrap .center-side p {
	font-size: 16px;
	color: #656565
}

.agents-wrap .center-side p a {
	color: #1d467f
}

.agents-wrap .center-side .btn-purp {
	margin-right: 10px;
	margin-top: 30px
}

.agents-wrap .center-side h5 {
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 30px
}

.agents-wrap .center-side ul {
	margin-top: 30px
}

.agents-wrap .center-side ul li {
	display: inline-block;
	color: #656565;
	font-size: 16px;
	margin-right: 50px;
	margin-bottom: 15px
}

.agents-wrap .center-side ul li i {
	color: #bf1e2e;
	font-size: 20px;
	margin-right: 20px
}

.agents-wrap .right-side .img-wrap {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}

.agents-wrap .right-side .img-wrap img {
	width: 100%
}

.agents-wrap .right-side h5 {
	font-size: 20px;
	color: #bf1e2e
}

.agents-wrap .right-side h6 {
	font-size: 16px;
	color: #bf1e2e
}

.agents-list-wrap {
	padding-bottom: 60px
}

.agents-list-wrap h2 {
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 30px;
	margin-top: 0
}

.agents-list-wrap .agent {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-bottom-width: 2px
}

.agents-list-wrap .agent h3 {
	font-size: 20px;
	color: #bf1e2e
}

.agents-list-wrap .agent p {
	font-size: 14px;
	color: #656565
}

.agents-list-wrap .agent .img-wrap {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}

.agents-list-wrap .agent .img-wrap img {
	width: 100%
}

.agents-list-wrap .agent .info {
	margin-bottom: 20px
}

.agents-list-wrap .agent .info a {
	text-decoration: none
}

.agents-list-wrap .agent .info h5 {
	font-size: 16px;
	color: #656565;
	font-weight: 700
}

.agents-list-wrap .agent .info h6 {
	font-size: 14px;
	color: #656565
}

.news-content .left-side {
	background: #fff;
	padding: 30px 30px 80px;
	margin-bottom: 30px
}

.news-content .left-side h5 {
	color: #2b2b2b;
	border-bottom: 2px solid #dedede;
	padding-bottom: 15px;
	margin-bottom: 30px
}

.news-content .left-side ul li {
	margin-bottom: 10px
}

.news-content .left-side ul li a {
	color: #bf1e2e
}

.news-content .right-side .item {
	padding: 30px;
	background: #fff;
	display: flex;
	margin-bottom: 30px
}

.news-content .right-side .item .img-wrap {
	display: inline-block;
	min-width: 300px;
	margin-right: 20px;
	overflow: hidden
}

.news-content .right-side .item .info h2 {
	font-size: 20px;
	color: #bf1e2e;
	font-weight: 700;
	margin-top: 0
}

.news-content .right-side .item .info ul {
	display: flex
}

.news-content .right-side .item .info ul li {
	margin-right: 20px;
	font-size: 14px;
	color: #a5a5a5
}

.news-content .right-side .item .info ul li img {
	margin-right: 5px
}

.news-content .right-side .item .info ul li i {
	color: #bf1e2e;
	font-style: normal
}

.news-content .right-side .item .info p {
	font-size: 16px;
	color: #656565;
	line-height: auto;
	margin-top: 30px
}

.news-content .right-side .item .info p a {
	font-weight: 700;
	color: #1d467f
}

.news-content .right-side .item.v2 {
	display: block;
	margin-bottom: 60px
}

.news-content .right-side .item.v2 .img-wrap {
	margin-right: 0;
	margin-top: 30px
}

.news-content .right-side .item.v2 .img-wrap img {
	width: 100%;
	display: block
}

.news-content .right-side .item.v2 h2 {
	font-size: 27px;
	color: #2b2b2b;
	margin-bottom: 20px
}

.news-content .related-side h3 {
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 25px
}

.news-content .related-side .item {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px
}

.news-content .related-side .item .img-wrap {
	width: 100%;
	height: 160px;
	overflow: hidden
}

.news-content .related-side .item .img-wrap img {
	width: 100%
}

.news-content .related-side .item p {
	font-size: 20px;
	font-weight: 700;
	color: #bf1e2e;
	margin-top: 15px
}

.property-page {
	margin-top: 30px
}

.property-page .right-side {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px
}

.property-page .right-side h1 {
	margin-top: 0;
	font-size: 27px;
	color: #2b2b2b;
	font-weight: 700
}

.property-page .right-side .bread2 ul li {
	display: inline-block;
	margin-right: 10px
}

.property-page .right-side .bread2 ul li a {
	color: #bf1e2e;
	font-size: 16px
}

.property-page .right-side .bread2 ul li:after {
	content: '>';
	color: #bf1e2e;
	display: inline-block;
	margin-left: 8px
}

.property-page .right-side .bread2 ul li:last-child:after {
	content: ''
}

.property-page .right-side .gallery-wrap {
	background: #000;
	padding: 20px 30px;
	margin-top: 25px
}

.property-page .More-details {
	background: #f3f3f3;
	border-bottom: 2px solid #dedede;
	padding: 30px;
	margin-top: 30px
}

.property-page .More-details ul li {
	display: block;
	margin-bottom: 15px
}

.property-page .More-details ul li img {
	display: inline-block;
	width: 13px
}

.property-page .More-details ul li h5 {
	display: inline-block;
	margin: 0 6px;
	font-size: 12px;
	color: #656565
}

.property-page .pay-opt {
	padding-bottom: 30px;
	border-bottom: 2px solid #dedede;
	margin-top: 40px
}

.property-page .pay-opt h3 {
	font-size: 18px;
	font-weight: 700;
	color: #2b2b2b
}

.property-page .pay-opt h2 {
	color: #bf1e2e;
	font-weight: 700;
	font-size: 26px
}

.property-page .pay-opt h2 span {
	font-weight: 300;
	font-size: 16px;
	color: #656565
}

.property-page .pay-opt p {
	font-size: 16px;
	color: #656565;
	margin-top: 20px
}

.property-page .pay-opt ul {
	margin-top: 20px
}

.property-page .pay-opt ul li {
	margin-bottom: 20px
}

.property-page .pay-opt ul li h6 {
	font-size: 16px;
	color: #656565;
	display: inline-block;
	margin: 0 10px;
	padding-top: 5px;
	font-weight: 300
}

.property-page .pay-opt ul li h6:before {
	content: '';
	background: url("../imgs/assets/menu-ar.png") no-repeat;
	display: inline-block;
	width: 9px;
	height: 15px;
	margin-right: 10px
}

.property-page .pay-opt.tabs h3 {
	margin-bottom: 30px
}

.property-page .pay-opt.tabs ul li {
	margin: 0;
	margin-bottom: -1px;
	margin-left: 10px
}

.property-page .pay-opt.tabs ul li a {
	font-weight: 700;
	font-size: 16px
}

.property-page .pay-opt.tabs ul li a:hover {
	background: none
}

.property-page .pay-opt.tabs .item {
	margin-top: 20px
}

.property-page .pay-opt.tabs .item .left-conts {
	background: #e6ddff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 30px
}

.property-page .pay-opt.tabs .item .left-conts p {
	margin-top: 0;
	font-size: 16px;
	color: #656565
}

.property-page .pay-opt.tabs .item .left-conts h5,
.property-page .pay-opt.tabs .item .left-conts h6 {
	font-size: 16px;
	color: #656565
}

.property-page .pay-opt.tabs .item .left-conts h5 span,
.property-page .pay-opt.tabs .item .left-conts h6 span {
	font-weight: 700;
	color: #bf1e2e
}

.property-page .pay-opt.tabs .item .left-conts h6 {
	margin-top: 40px
}

.property-page .pay-opt.tabs .item .right-side0 p,
.property-page .pay-opt.tabs .item .right-side0 h4 {
	font-size: 16px;
	color: #656565
}

.property-page .pay-opt.tabs .item .right-side0 h4 {
	margin-top: 30px;
	margin-bottom: 20px
}

.property-page .pay-opt.map-wrap {
	border-bottom: 0;
	padding-bottom: 0
}

.property-page #map1 {
	width: 100%;
	height: 650px;
	margin-top: 20px
}

.property-page .contactWrap {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px
}

.property-page .contactWrap h2 {
	margin-bottom: 30px
}

.RightSide-Wrap .item {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px
}

.RightSide-Wrap .item .left-side {
	background: #e6ddff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px
}

.RightSide-Wrap .item .left-side .img-wrap {
	background: #fff;
	text-align: center;
	height: 140px;
	line-height: 140px;
	margin-bottom: 20px
}

.RightSide-Wrap .item .left-side ul li {
	margin-bottom: 7px
}

.RightSide-Wrap .item .left-side ul li a {
	color: #bf1e2e;
	font-size: 14px
}

.RightSide-Wrap .item .left-side ul li a i {
	margin: 0 10px
}

.RightSide-Wrap .item .left-side .btn-purp {
	display: block;
	margin: 0;
	margin-bottom: 10px
}

.RightSide-Wrap .btn-purp {
	margin-top: 10px
}

.RightSide-Wrap .icons-pack {
	background: #fff;
	margin-bottom: 30px
}

.RightSide-Wrap .icons-pack ul {
	display: flex;
	-webkit-display: flex
}

.RightSide-Wrap .icons-pack li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #dfdfdf
}

.RightSide-Wrap .icons-pack li:last-child {
	border-right: 0
}

.RightSide-Wrap .icons-pack li a {
	height: 60px;
	background: #fff;
	display: block;
	line-height: 60px;
	color: #bf1e2e;
	font-size: 24px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.RightSide-Wrap .icons-pack li a:hover {
	background: #bf1e2e;
	color: #fff
}

.RightSide-Wrap .form-contactus {
	background: none;
	padding: 0
}

.RightSide-Wrap .form-contactus h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px
}

.RightSide-Wrap .form-contactus p {
	font-size: 13px
}

.RightSide-Wrap .form-contactus .form-control {
	border: 2px solid #dedede !important;
	box-shadow: none
}

.RightSide-Wrap .form-contactus .btn {
	font-weight: 400;
	font-size: 20px
}

.search-experience {
	background: #bf1e2e;
	padding: 90px
}

.search-experience .details h3 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px
}

.search-experience .details ul li {
	font-size: 17px;
	color: #fff;
	margin-bottom: 7px
}

.search-experience .details ul li span {
	margin-right: 20px
}

.filter-house {
	margin-top: 40px
}

.filter-house .lab {
	border-bottom: 2px solid #dedede;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 30px
}

.filter-house .lab h6 {
	float: left;
	color: #2b2b2b;
	font-size: 18px
}

.filter-house .lab .clear {
	float: right;
	color: #9a9a9a;
	margin-top: 5px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-ms-transition: .1s linear;
	transition: .1s linear;
	cursor: pointer
}

.filter-house .lab .clear:hover {
	color: #1d467f
}

.filter-house form h3 {
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 15px
}

.filter-house form label {
	color: #a7a7a7;
	font-weight: 400
}

.filter-house form input[type="checkbox"].checkbox {
	display: none
}

.filter-house form input[type="checkbox"].checkbox + label {
	display: inline-block;
	position: relative;
	background-color: #1d467f;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 10px 0
}

.filter-house form input[type="checkbox"].checkbox:checked + label {
	background-color: #e0e0e0;
	color: #9a9a9a
}

.filter-house form input[type="checkbox"].checkbox:disabled + label {
	opacity: 0.5
}

.filter-house form .checkbox label::before {
	background: #e0e0e0;
	outline: 0;
	border: 0
}

.filter-house form .checkbox span {
	float: right
}

.filter-house .form-control {
	box-shadow: none;
	border: 2px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 40px
}

.rightside-house {
	padding: 30px;
	background: #fff
}

.rightside-house h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px
}

.rightside-house .nav-tabs > li:first-child {
	margin-left: 20px
}

.rightside-house .nav-tabs > li:first-child a {
	border-width: 1px
}

.rightside-house .filters {
	padding: 20px 0 10px;
	border-bottom: 2px solid #dedede
}

.rightside-house .filters p {
	float: left;
	margin-top: 10px
}

.rightside-house .filters ul {
	float: right
}

.rightside-house .filters ul li {
	display: inline-block;
	margin-left: 10px
}

.rightside-house .filters ul li span {
	color: #1d467f
}

.rightside-house .filters ul li .form-control {
	font-size: 14px;
	padding: auto 20px
}

.rightside-house .filters ul li .form-control span {
	color: #bf1e2e
}

.rightside-house .tab-house {
	padding: 25px 0;
	padding-bottom: 0
}

.rightside-house .tab-house .item {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 2px solid #dedede;
	padding-bottom: 20px
}

.rightside-house .tab-house .item .delete {
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #bf1e2e
}

.rightside-house .tab-house .info h3 {
	margin-top: 0;
	font-size: 18px;
	color: #bf1e2e;
	font-weight: 700
}

.rightside-house .tab-house .info h3 span {
	border: 1px solid #bf1e2e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 7px 12px;
	font-weight: 300;
	margin-right: 10px;
}

.rightside-house .tab-house .info h3 i {
	font-size: 12px;
	color: #a5a5a5;
	font-style: normal;
	font-weight: 300
}

.rightside-house .tab-house .info p {
	font-weight: 700;
	color: #656565;
	font-size: 18px;
	margin-top: 15px
}

.rightside-house .tab-house .info h4 {
	color: #bf1e2e;
	font-size: 14px
}

.rightside-house .tab-house .info h4 a {
	color: #bf1e2e;
	margin-left: 15px
}

.rightside-house .tab-house .info h4 a i {
	margin-right: 5px
}

.rightside-house .tab-house .info .feat {
	margin-top: 20px
}

.rightside-house .tab-house .info .feat li {
	display: inline-block;
	margin-right: 30px
}

.rightside-house .tab-house .info .feat p {
	font-size: 14px;
	font-weight: 400
}

.rightside-house .tab-house .img-wrap {
	width: 100%
}

.rightside-house .tab-house .img-wrap img {
	width: 100%
}

.rightside-house .tab-house .right1 {
	margin-top: 50px
}

.rightside-house .tab-house .right1 .btn {
	margin-top: 20px;
	width: 100%;
	padding: auto 20px
}

.rightside-house .form-contactus {
	background: #e6ddff;
	padding: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.rightside-house .form-contactus h2 {
	font-size: 20px;
	font-weight: 700;
	color: #bf1e2e
}

.rightside-house .form-contactus h2 i {
	margin-right: 10px
}

.rightside-house .form-contactus p {
	font-size: 14px;
	color: #656565
}

.rightside-house .form-contactus p a {
	color: #bf1e2e
}

.rightside-house .form-contactus p a:first-child:after {
	content: '|';
	margin: 0 5px;
	color: #656565
}

.rightside-house .form-contactus .item {
	background: #fff;
	padding: 15px;
	min-height: 200px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.rightside-house .form-contactus .item label {
	color: #1d467f;
	font-size: 14px
}

.rightside-house .form-contactus .checkbox {
	margin-bottom: 15px
}

.rightside-house .form-contactus .rig .form-item {
	position: relative
}

.rightside-house .form-contactus .rig .form-item .form-control {
	height: 50px;
	font-size: 16px;
	border: 0;
	margin-bottom: 20px;
	padding-left: 40px
}

.rightside-house .form-contactus .rig .form-item img {
	position: absolute;
	top: 17px;
	left: 15px
}

.rightside-house .form-contactus textarea {
	min-height: 200px;
	width: 100%;
	display: block;
	resize: vertical;
	border: 0;
	padding-left: 15px;
	padding-top: 15px
}

.rightside-house .form-contactus .btn-purp {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700
}

.person-changePass {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 60px;
	padding-bottom: 120px
}

.general-form {
	background-color: #fff;
	padding: 30px;
}

.person-changePass .img-wrap,
.general-form .img-wrap {
	width: 125px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}

.person-changePass .img-wrap img,
.person-changePass .img-wrap img {
	width: 100%
}

.person-changePass .fileUpload, 
.general-form .fileUpload {
	margin-top: 20px
}

.person-changePass .fileUpload span,
.general-form .fileUpload span {
	color: #bf1e2e;
	font-size: 16px
}

.person-changePass .fileUpload span img,
.general-form .fileUpload span img {
	margin-top: -5px
}

.person-changePass .head1,
.general-form .head1 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 50px
}

.person-changePass .head1 .info,
.general-form .head1 .info {
	float: left
}

.person-changePass .head1 .info h3,
.general-form .head1 .info h3 {
	font-size: 20px;
	color: #a5a5a5
}

.person-changePass .head1 .info h4,
.general-form .head1 .info h4 {
	font-size: 20px;
	color: #bf1e2e
}

.person-changePass .head1 .action,
.general-form .head1 .action {
	float: right
}

.person-changePass .head1 .action .btn-purp,
.general-form .head1 .action .btn-purp {
	font-size: 20px;
	margin-top: 15px;
	height: 50px;
	padding: 0 30px
}

.person-changePass .form-content1 h6,
.general-form .form-content1 h6 {
	font-size: 20px;
	color: #656565;
	margin-bottom: 30px
}

.person-changePass .form-content1 .form-control,
.general-form .form-content1 .form-control {
	border: 2px solid #bf1e2e
}

.person-changePass .form-content1 .form-control:focus,
.general-form .form-content1 .form-control:focus {
	box-shadow: none
}

.person-changePass .form-content1 .control-label,
.general-form .form-content1 .control-label {
	float: left;
	width: 130px;
	text-align: left
}

.person-changePass .form-content1 .form-item,
.general-form .form-content1 .form-item{
	margin-left: 20px;
	margin-bottom: -10px
}

.person-changePass .form-content1 .form-item img,
.general-form .form-content1 .form-item img {
	left: 20px;
	top: 15px
}

.person-changePass .form-content1 label,
.general-form .form-content1 label {
	color: #9a9a9a;
	font-size: 16px;
	font-weight: 400
}

.person-changePass .form-content1 .checkbox,
.general-form .form-content1 .checkbox {
	float: left
}

.person-changePass .form-content1 .forget,
.general-form .form-content1 .forget {
	float: right;
	color: #bf1e2e;
	margin-top: 8px
}

.person-changePass .form-content1 .btn-purp,
.general-form .form-content1 .btn-purp {
	float: right;
	margin-right: 15px;
	font-size: 20px
}

.general-form .form-content1 .btn-purp {
	float: none;
	margin-right: auto !important;
	margin-left: auto !important;
}

.person-changePass .nav,
.general-form .nav {
	margin-bottom: 30px
}

.person-changePass p,
.general-form p {
	font-size: 16px;
	color: #656565;
	margin-bottom: 50px
}

.person-changePass.create,
.general-form.create {
	padding-bottom: 0
}

.person-changePass.create .btn-purp,
.general-form.create .btn-purp {
	margin-right: 45px
}

.person-changePass.create .rights-1,
.general-form.create .rights-1 {
	margin-top: 60px
}

.person-changePass.create .rights-1 p,
.general-form.create .rights-1 p {
	font-size: 16px;
	color: #656565;
	font-weight: 300
}

.person-changePass.create .rights-1 p a,
.general-form.create .rights-1 p a {
	color: #bf1e2e
}

.Adverties h2 {
	font-size: 20px;
	color: #2b2b2b;
	margin-bottom: 70px
}

.Adverties article h3 {
	font-size: 16px;
	font-weight: 700;
	color: #656565
}

.Adverties article p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px
}

.Adverties article p span {
	font-weight: 700
}

.Adverties .contacts {
	margin-top: 80px;
	margin-bottom: 90px
}

.Adverties .contacts p {
	margin-bottom: 0
}

.Adverties .contacts p,
.Adverties .contacts li {
	font-size: 16px;
	color: #656565;
	font-weight: 300
}

.Adverties textarea {
	min-height: 240px;
	resize: vertical
}

.Adverties.Policy h2 {
	margin-bottom: 30px
}

.Adverties.Policy a,
.Adverties.Policy span {
	color: #bf1e2e
}

.Adverties.Policy .download {
	font-size: 16px
}

.Adverties.Policy ul li {
	font-size: 16px;
	margin-bottom: 5px;
	color: #656565
}

.Adverties.Policy article {
	margin-top: 40px
}

.suggest .main-heading {
	margin-bottom: 0
}

.suggest .main-heading h3 {
	margin-top: 0;
	text-align: left
}

.suggest .item-wrap {
	background: #fff
}

.suggest .tab-content {
	padding: 0
}

.item-filt .v1 {
	border-right: 2px solid #fff
}

.item-filt h6 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px
}

.price-index-content {
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.price-index-content .table-striped {
	margin-bottom: 60px
}

.price-index-content .table-striped > tbody > tr:nth-of-type(odd) {
	background: none
}

.price-index-content .table-striped > tbody > tr:nth-of-type(even) {
	background: #eff2f7
}

#chartdiv {
	width: 100%;
	height: 500px;
	font-size: 11px
}

.amcharts-chart-div a {
	display: none !important
}

.details_price-index {
	padding: 60px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 60px
}

.details_price-index h2 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 40px
}

.details_price-index p {
	font-size: 16px;
	color: #656565;
	margin-top: 25px
}

.ManageList {
	background: #fff;
	padding: 60px;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden
}

.ManageList .featureaArea {
	border-bottom: 2px solid #ddd;
	padding-bottom: 60px;
	margin-bottom: 40px
}

.ManageList .featureaArea .item h3 {
	font-size: 16px;
	font-weight: 300;
	color: #656565;
	margin-bottom: 15px
}

.ManageList .featureaArea .item h3 i {
	font-style: normal;
	font-weight: 700
}

.ManageList .featureaArea .item ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #e6ddff
}

.ManageList .featureaArea .item ul li {
	padding: 10px 20px;
	text-align: center;
	font-size: 16px
}

.ManageList .featureaArea .item ul li span {
	display: block;
	font-weight: 700;
	color: #bf1e2e
}

.ManageList .featureaArea .item ul li:first-child {
	border-bottom: 1px solid #fff
}

.ManageList .featureaArea .item .item50 {
	display: flex
}

.ManageList .featureaArea .item .item50 li {
	width: 50%;
	border-bottom: 1px solid #fff
}

.ManageList .featureaArea .item .item50 li:first-child {
	border-right: 1px solid #fff
}

.ManageList .action-form {
	float: right;
	margin-top: 20px
}

.ManageList .action-form .form-control {
	border: 2px solid #bf1e2e;
	height: 50px;
	min-width: 280px;
	margin-right: 10px
}

.ManageList .action-form .form-control:focus {
	box-shadow: none
}

.ManageList .action-form .btn {
	background: #bf1e2e;
	background: #bf1e2e;
	color: #fff;
	font-weight: 700;
	height: 50px;
	padding: 0 20px;
	border: 0
}

.MangeList-content .action {
	float: right
}

.MangeList-content .Heading .content {
	float: left
}

.MangeList-content .Heading h3 {
	font-size: 20px;
	color: #2b2b2b;
	margin-top: 0
}

.MangeList-content .Heading h6 {
	font-size: 16px;
	color: #a5a5a5;
	margin-bottom: 30px;
	margin-top: 10px
}

.MangeList-content thead {
	background: #1d467f;
	color: #fff
}

.MangeList-content thead th {
	font-weight: 300;
	border-right: 1px solid #fff
}

.MangeList-content thead th a {
	float: right
}

.MangeList-content thead tr > th {
	padding: 15px 20px;
	border-right: 1px solid #fff;
	width: 20%
}

.MangeList-content .table > thead > tr > th {
	border-bottom: 0
}

.MangeList-content tbody tr:nth-of-type(odd) {
	background: #f3efff
}

.MangeList-content tbody tr:nth-of-type(even) {
	background: #e6ddff
}

.MangeList-content .table > tbody > tr > td {
	padding: 15px 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 80px;
	color: #bf1e2e;
	font-size: 14px
}

.MangeList-content .table > tbody > tr > td span {
	display: block
}

.MangeList-content .table > tbody > tr > td h6 {
	line-height: 30px
}

.MangeList-content .table > tbody > tr > td h5 {
	font-weight: 700;
	font-size: 18px
}

.MangeList-content .table > tbody > tr > td h5 span {
	font-size: 14px;
	color: #a5a5a5;
	font-weight: 300
}

.MangeList-content.inbox-wrap .table-head-v2 {
	background: #1d467f;
	padding: 15px 20px;
	color: #fff
}

.MangeList-content.inbox-wrap .table-head-v2 .item {
	display: inline-block;
	margin: 0 5px
}

.MangeList-content.inbox-wrap .table-head-v2 .item .form-control {
	min-width: 150px;
	background: none;
	color: #fff;
	border: 1px solid #947cd5;
	padding: auto 20px
}

.MangeList-content.inbox-wrap .table-head-v2 .item .form-control:focus {
	box-shadow: none
}

.MangeList-content.inbox-wrap .table-head-v2 .item .btn-flat {
	background: none;
	color: #fff;
	border: 1px solid #947cd5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.MangeList-content.inbox-wrap .table-head-v2 .item.search {
	float: right
}

.MangeList-content.inbox-wrap .table-head-v2 .item.search .action-form {
	margin: 0;
	margin-top: -5px;
	position: relative;
	background: #fff;
	margin-right: -10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.MangeList-content.inbox-wrap .table-head-v2 .item.search .action-form .form-control {
	background: #fff;
	height: 40px;
	border: 0;
	color: #bf1e2e
}

.MangeList-content.inbox-wrap .table-head-v2 .item.search .btn {
	background: none;
	color: #bf1e2e;
	font-size: 20px
}

.MangeList-content.inbox-wrap .table > tbody > tr > td {
	border-right: 0;
	border-bottom: 0
}

.MangeList-content.inbox-wrap table > tbody > tr > td {
	height: auto;
	padding: 10px 20px;
	padding-bottom: 0;
	padding-top: 20px
}

.flags-wrap .dropdown-toggle > img {
	position: relative;
}

.main-content .tab-glo.tab-v2 {
	background: none
}

select {
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none
}

select.form-control {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

.rightside-house .filters ul li .form-control {
	width: 180px
}

.rightside-house .filters ul li select.form-control,
.but-content-wrap .items .head select.form-control {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat
}

.filter-house select.form-control {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat
}

.buy-filters .btn-yellow {
	min-width: 130px
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab {
	position: relative
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .col-md-6 {
	padding-left: 5px
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .form-control {
	margin-bottom: 20px
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .adv-search {
	display: none
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .toggle-adv {
	position: absolute;
    right: 35px;
    top: 100%;
    background: rgba(0,0,0,.8);
    padding: 0 15px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .toggle-adv h4 {
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .toggle-adv h4:before {
	content: '\f103';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .toggleAdvSearch.open:before {
	content: '\f102'
}

.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .col-md-2.bttn {
	float: right
}

@media (max-width: 991px) {
	.main-content .banner .tabs-wrap .main-tab-content.tab-content .content-tab .col-md-2.bttn {
		float: none;
		display: block
	}
}

.agent-pop.modal {
	background: rgba(0, 0, 0, 0.7)
}

.agent-pop .modal-header {
	padding: 20px 30px;
	padding-bottom: 0;
	border-bottom: 0
}

.agent-pop .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.agent-pop .modal-content button.close {
	opacity: 1
}

.agent-pop .modal-content button.close span {
	font-size: 30px
}

.agent-pop .modal-dialog {
	width: 800px
}

.agent-pop .content-wrap {
	padding: 0 15px;
	padding-bottom: 40px
}

.agent-pop .content-wrap .left-side {
	border-right: 1px solid #dddddd;
	padding-right: 15px
}

.agent-pop .content-wrap .left-side .img-wrap {
	width: 95%;
	height: 150px;
	overflow: hidden
}

.agent-pop .content-wrap .left-side .img-wrap img {
	width: 100%
}

.agent-pop .content-wrap .left-side p {
	font-size: 12px;
	margin-top: 10px;
	color: #646464;
	line-height: 18px
}

.agent-pop .content-wrap .left-side ul li {
	display: inline-block;
	margin-right: 15px
}

.agent-pop .content-wrap .left-side ul li:first-child {
	display: block
}

.agent-pop .content-wrap .left-side ul li img,
.agent-pop .content-wrap .left-side ul li h6 {
	display: inline-block;
	color: #a3a3a3
}

.agent-pop .content-wrap .left-side h5 {
	font-size: 20px;
	color: #bf1e2e;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px
}

.agent-pop .content-wrap .left-side h5 i {
	font-size: 14px;
	color: #a5a5a5;
	font-weight: 400;
	font-style: normal
}

.agent-pop .content-wrap .left-side .log-wrap {
	text-align: center
}

.agent-pop .content-wrap .left-side .log-wrap h3 {
	font-size: 13px;
	color: #646464
}

.agent-pop .content-wrap .left-side .log-wrap img {
	clear: both;
	margin: 20px auto
}

.agent-pop .content-wrap .right-side {
	padding-right: 15px;
	padding-left: 15px
}

.agent-pop .content-wrap .right-side h2 {
	font-size: 16px;
	color: #bf1e2e;
	margin-left: -15px;
	margin-bottom: 20px
}

.agent-pop .content-wrap .right-side .form-item .form-control,
.agent-pop .content-wrap .right-side textarea {
	border: 2px solid #dedede;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.agent-pop .content-wrap .right-side textarea {
	min-height: 180px;
	resize: vertical;
	margin-bottom: 20px
}

.agent-pop .content-wrap .right-side p {
	margin-top: 20px;
	font-size: 14px;
	color: #656565
}

.agent-pop .content-wrap .right-side p a {
	color: #bf1e2e
}

.wish-wrap {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0
}

.wish-wrap.open {
	position: fixed;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.8)
}

.wish-wrap .wishList.open {
	right: 0;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.wish-wrap .wishList i {
	margin-right: 10px;
	color: #fff
}

.wish-wrap .wishList .wish-tog {
	display: inline-block;
	position: fixed;
	top: 200px;
	cursor: pointer;
	background: #1d467f;
	height: 80px;
	width: 35px;
	right: 75px;
	line-height: 70px;
	padding-right: 10px;
	z-index: 1000 !important;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px
}

.wish-wrap .wishList .wish-tog i.fa.fa-caret-left {
	position: absolute;
	top: 30px;
	left: 8px
}

.wish-wrap .wishList .info {
	display: inline-block;
	background: #bf1e2e;
	padding: 0 15px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	text-align: center;
	margin-left: 25px;
	position: fixed;
	top: 200px
}

.wish-wrap .wishList .info i {
	display: inline-block;
	color: #f3f3f3
}

.wish-wrap .wishList .info h4 {
	display: inline-block;
	color: #f3f3f3
}

.wish-wrap .wishList .info p {
	display: block;
	color: #f3f3f3;
	line-height: 0;
	font-size: 12px;
	margin-top: -5px;
	padding-bottom: 5px
}

.wish-wrap .wishList .items-content1 {
	position: fixed;
	width: 340px;
	height: 100%;
	overflow: scroll;
	right: -340px;
	background: #f3f3f3;
	padding: 30px 20px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.wish-wrap .wishList .items-content1.tog {
	right: 0
}

.wish-wrap .wishList .items-content1 h4 {
	margin-top: 0;
	color: #656565;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px
}

.wish-wrap .wishList .items-content1 .item {
	padding: 12px 15px;
	background: #fff;
	color: #000;
	display: flex;
	-webkit-display: flex;
	margin-bottom: 20px
}

.wish-wrap .wishList .items-content1 .item .left-side {
	display: inline-block
}

.wish-wrap .wishList .items-content1 .item .left-side .img-wrap {
	width: 60px;
	height: 50px;
	margin-right: 10px;
	margin-right: 10px
}

.wish-wrap .wishList .items-content1 .item span {
	border: 1px solid #bf1e2e;
	color: #bf1e2e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 8px;
	margin-top: -10px
}

.wish-wrap .wishList .items-content1 .item p {
	font-size: 12px;
	color: #656565;
	line-height: 15px;
	margin-top: 10px
}

.wish-wrap .wishList .items-content1 .item h5 {
	color: #a5a5a5;
	font-size: 12px
}

.wish-wrap .wishList .items-content1 .item h5 img {
	margin-right: 5px
}

.wish-wrap .wishList .items-content1 .item h3 {
	color: #a5a5a5;
	font-size: 12px
}

.wish-wrap .wishList .items-content1 .item h3 i {
	font-style: normal;
	color: #bf1e2e;
	font-size: 14px;
	font-weight: 700;
	margin-right: 2px
}

.wish-wrap .wishList .items-content1 .item a {
	color: #bf1e2e;
	float: left
}

.wish-wrap .wishList .items-content1 .item a img {
	margin-right: 10px
}

.wish-wrap .wishList .items-content1 .item .log-wrap {
	float: right
}

.wish-wrap #toggle-wish {
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear
}

.wish-wrap #toggle-wish.togl {
	right: 416px
}

.wish-wrap #toggle-wish.togl i.fa.fa-caret-left {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.addProp.person-changePass .form-content1 .control-label {
	width: 146px !important
}

.addProp .form-item .form-control {
	padding-left: 20px
}

.addProp select.form-control {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat
}

.addProp #mapAdd {
	width: 100%;
	height: 200px;
	margin-bottom: 30px
}

.addProp h5 {
	color: #9a9a9a
}

.addProp .checks-wrap {
	padding-left: 20px
}

.addProp .checks-wrap .checkbox {
	margin-bottom: 10px
}

.addProp .checks-wrap .checkbox label::before {
	background: #e0e0e0;
	border: 0
}

.addProp .addMar {
	margin-bottom: 60px
}

.addProp .form-control.upload {
	padding-top: 10px
}

.addProp .btn-purp.v2 {
	margin: 30px 0 70px 0
}

.addProp.person-changePass .form-content1 .btn-purp {
	float: none
}

.addProp .act {
	margin-top: 30px;
	margin-bottom: 60px
}

.addProp .btn-purp {
	padding: 0 50px
}

.book-cat-box {
	padding: 40px 30px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.book-cat-box .img-wrap {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border: 1px solid #ccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-bottom: 40px;
	background-color: #fff;
}

.book-cat-box .img-wrap img {
	width: 60px !important;
}

.book-cat-box h3 {
	font-weight: 500;
	font-size: 20px;
	color: #1c1c1c;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.book-cat-box:hover {
	background-color: #bf1e2e;
}

.book-cat-box:hover h3,
.book-cat-box:hover i{
	color: #fff;
}

.book-box {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.book-box h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.book-box .btn i {
	font-size: 18px;
	margin-right: 15px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.book-box .btn:hover {
	background-color: #bf1e2e;
	color: white;
}

.btn-request {
	text-align: center;
}

.close-map {
	font-size: 16px;
	font-weight: 400;
	color: #888;
	margin-top: 25px !important;
	opacity: 1;
}

.modal-map .modal-content {
	height: auto !important;
	min-height: 100% !important;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.modal-map .modal-dialog{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.modal-map .modal-dialog .modal-header {
	background-color: #fff;
	padding-right: 20px;
}

.modal-map .but-content-wrap .map {
	height: 700px;
}

.map {
	width: 100%;
	height: 100vh;
}

.map-search {
	width: 300px;
	float: right;
	padding: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

.gmap_marker {
	padding-left: 125px;
}

.gmap_marker img {
	position: absolute;
	left: 0;
}

.gmap_marker p {
	margin-bottom: 0;
	font-size: .9em;
}

/*Moving tabs*/
.moving-tabs,
.moving-tabs-rtl {
	padding: 0 40px;
    margin: 15px 0;
	height: 42px;
}
.filter-link {
	text-decoration: none;
	color: #888;
	align-items: center;
	padding: 10px 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eee;
	display: block;
}
.filter-link:hover,
.filter-link:focus,
.filter-link:active,
.filter-link.current {
	background-color: #ccc;
	color: #eee;
}
.owl-theme .owl-nav {
	margin: 0 !important;
}
.owl-nav button {
	position: absolute;
	width: 35px;
	height: 42px;
	background-color: #f3f3f3 !important;
	top: 0;
	z-index: 10;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	cursor: pointer;
	font-size: 20px !important;
	margin: 0 !important;
	border-radius: 0  !important;
	-webkit-border-radius: 0  !important;
	opacity: 1 !important;
}
.owl-nav button:hover {
	background-color: #fff !important;
	color: inherit !important;
}
.owl-next {
	box-shadow: -5px 0 15px rgba(0,0,0,.3);
	right: 0;
}
.owl-prev {
	box-shadow: 5px 0 15px rgba(0,0,0,.3);
	left: 0;
}
.moving-tabs-rtl .owl-next {
	box-shadow: 5px 0 15px rgba(0,0,0,.3);
	left: 0;
	right: auto;
}
.moving-tabs-rtl .owl-prev {
	box-shadow: -5px 0 15px rgba(0,0,0,.3);
	left: auto;
	right: 0;
}

/**/
.c-offcanvas {
	z-index: 10;
	background-color: #1d467f;
	color: #fff;
}
.c-offcanvas::-webkit-scrollbar {
	width: .5em;
}
.c-offcanvas::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.c-offcanvas::-webkit-scrollbar-thumb {
  background-color: #0b2448;
  outline: 1px solid blue;
}
.c-offcanvas--left {
	width: 21em;
	transform: translate3d(-21em,0,0);
}
.side-agent-img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-bottom: 10px;
}
.canvas-box {
	margin-bottom: 40px;
}
.canvas-menu li + li {
	border-top: 1px solid #184fa1;
}
.canvas-menu a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	position: relative;
}
.canvas-menu a:hover {
	background-color: #184fa1;
	padding-left: 20px;
}
.canvas-menu a i {
	margin-right: 15px;
}
.canvas-menu a .badge {
	display: block;
	float: right;
	padding: 3px 10px;
	font-weight: 400;
	background: #fff;
	color: #1d467f;
	margin-top: 5px;
	margin-right: 10px;
}
.add-property-link {
	padding: 10px;
	background-color: #bf1e2e;
	color: #fff;
	font-size: 16px;
	margin: 20px 15px 0 15px;
	width: calc(100% - 30px);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.add-property-link:hover {
	background-color: #0d2851;
	color: #fff;
}
.side-link[data-toggle].collapsed:after,
.side-link[data-toggle]:not(.collapsed):after {
	font-family: FontAwesome;
    right: 0;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    line-height: 55px;
    background-color: #0c2448;
    text-align: center;
}
.side-link[data-toggle].collapsed:after { content: "\f107"; }
.side-link[data-toggle]:not(.collapsed):after { content: "\f106"; }
.drop-side {
	background-color: #0f3062;
}
.drop-side a {
	font-size: 1em;
}
.drop-side a:hover {
	background-color: transparent !important;
}

/**/

.agent-tabs .nav-tabs {
	background-color: #1d467f;
	text-align: center;
}
.agent-tabs .nav-tabs li {
	margin-bottom: 0;
	display: inline-block;
	float: none;
}
.agent-tabs .nav-tabs li a {
	padding: 25px 30px;
	font-size: 1.7rem;
	color: #fff;
	background-color: #1d467f;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.agent-tabs .nav-tabs li a i {
	margin-right: 15px;
}
.agent-tabs .nav-tabs li a .badge {
	background-color: #fff;
	color: #bf1e2e;
}
.agent-tabs .nav-tabs > li.active > a, 
.agent-tabs .nav-tabs > li.active > a:focus, 
.agent-tabs .nav-tabs > li.active > a:hover, 
.agent-tabs .nav-tabs > li.active > a:active {
	background-color: #bf1e2e;
}
.in-map {
	background-color: #27c432;
	padding: 2px 15px !important;
	color: #fff !important;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	font-weight: 500;
	border: none !important;
}
.out-map {
	background-color: #f1053c;
	padding: 2px 15px !important;
	color: #fff !important;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	font-weight: 500;
	border: none !important;
}
.in-map i,
.out-map i {
	margin-right: 10px;
}
.viewer-rate-up {
	color: #27c432;
}
.viewer-rate-down {
	color: #f1053c;
}
.modal-dialog {
	background-color: #fff;
}
.add-new-wrap .btn {
    background: #1d467f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: calc(100% - 30px);
    margin: 20px auto;
}
.add-new-wrap .btn:hover,
.add-new-wrap .btn:focus,
.add-new-wrap .btn:active {
	background-color: #bf1e2e;
}
.modal-wrap {
	padding: 40px;
}
.edit-property {
	display: none;
	position: absolute;
	right: 20px;
	top: -5px;
	font-size: 30px;
	color: #eee;
}
.item:hover .edit-property,
.item:focus .edit-property,
.item:active .edit-property{
	display: block;
}
.prop-wrap {
	
}
.prop-wrap h5 {
	color: #bf1e2e;
	text-align: left;
}
.prop-wrap img {
	margin-right: 10px;
	float: left;
}
.tab-pane table td,
.tab-pane table th {
	vertical-align: middle !important;
	text-align: center;
	font-size: 16px;
	color: #888;
}
.tab-pane table th {
	font-weight: 500;
	color: #fff;
	background-color: #1d467f;
}
.total-wrap {
	padding: 10px 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.total-wrap span {
	font-size: 40px;
}

/**/
.mx-auto{
    float: none !important;
    margin: 0 auto !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.float-right {
	float: right !important
}
.text-center {
	text-align: center;
}
.text-success {
	color: #5cb85c
}
.text-danger {
	color: #d9534f
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
	width: 100%;
}
.requests-wrap {
	margin-top: 40px;
	padding: 40px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #dcdcdc;
}
.requests-wrap h4 {
	font-weight: 800;
}
.requests-wrap h4 a {
	color: #000;
}
.requests-wrap table td {
	vertical-align: middle !important
}
.requests-wrap table tr:first-child td {
	border-top: none !important
}
.badge-list {
	padding: 3px 10px;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	background-color: #1d467e;
	color: #fff;
}
.badge-list.buy {
	background-color: #bf1e2e;
}
.badge-list.mine {
	background-color: green;
}
.more {
	padding-left: 10px;
}
.date-sent {
	display: block;
	color: #888;
	font-size: 18px;
	margin-bottom: 30px;
}
.date-sent i {
	margin-right: 5px;
}
.additional-info {
	margin-left: 20px;
}
.additional-info li {
	margin-bottom: 10px !important;
}
.additional-info strong {
	font-weight: 500;
}
.icons-pack-2 li {
	width: 50% !important
}
.img-account img {
	margin-top: -10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.location {
	color: #bf1e2e;
}
.location i {
	margin-right: 5px;
}
.date {
	color: #888;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}
.date i {
	margin-right: 5px;
}
.chat-wrap {
	border: 1px solid #ddd;
	border-bottom: 3px solid #dcdcdc;
	overflow: hidden;
	margin: 40px 0;
	height: 600px;
}
.chat-list {
	width: 35%;
	float: left;
	height: 100%;
	position: relative;
}
.search-chat {
	width: 100%;
	background-color: #eee;
	position: absolute;
	height: 70px;
	border-bottom: 1px solid #ddd;
	z-index: 9;
}
.search-chat input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	padding-left: 20px;
	font-size: 18px;
	background-color: transparent;
}
.search-chat button {
	position: absolute;
	right: 15px;
	top: 20px;
	background-color: transparent;
	border: none;
	color: #888;
	font-size: 20px;
}
.chat-people {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 70px;
	overflow-y: scroll;
	height: 100%;
}
.chat-people li {
	position: relative;
	padding: 10px 40px 10px 90px; 
}
.chat-people li img {
	position: absolute;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	left: 10px;
	top: 10px;
}
.chat-people li h5 {
	font-size: 18px;
	margin-bottom: 0;
}
.chat-people li .timing {
	color: #ccc;
	position: absolute;
	right: 10px;
	top: 10px;
}
.chat-people li .prif {
	color: #888;
}
.chat-people li.active,
.chat-people li:hover {
	background-color: #f4f4f4;
}
.chatting {
	width: 65%;
	float: left;
	height: 100%;
	position: relative;
	padding-bottom: 100px;
	border-left: 1px solid #ddd;
}
.chatting-wrap {
	overflow-y: scroll;
	padding: 20px;
    height: 100%;
}
.chatting-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chatting-wrap ul li {
	display: block;
	position: relative;
	width: 50%;
	clear: both;
}
.chatting-wrap li.left {
	padding-left: 70px;
}
.chatting-wrap li.left img {
	position: absolute;
	left: 10px;
}
.chatting-wrap li.left p {
	display: inline-block;
	background-color: #eee;
	color: #888;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.chatting-wrap li.right {
	text-align: right;
	float: right;
}
.chatting-wrap li.right p {
	display: inline-block;
	background-color: #bf1e2e;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
}
.chatting-wrap li.time {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.chatting-write {
	background-color: #eee;
	border-top: 1px solid #ddd;
	padding: 10px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.chatting-write form input {
	width: 100%;
	height: 80px;
	padding: 0 70px 0 20px;
	border: 1px solid #ddd;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size: 18px;
}
.chatting-write form button {
	background-color: aqua;
	color: #fff;
	width: 70px;
	height: 70px;
	position: absolute;
	font-size: 30px;
	right: 15px;
	top: 15px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: none;
}
.price-box {
	border: 1px solid #ddd;
	border-bottom: 3px solid #dcdcdc;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.price-box::after {
	background-color: #f4f4f4;
    display: block;
    position: absolute;
    top: -167px;
    left: 0;
    width: 316px;
    height: 500px;
    transform: rotate(-111deg);
    content: "";
    z-index: -1;
}
.pricing-header {
	padding: 30px;
}
.pricing-header h3 {
	color: #1d467e;
	font-size: 30px;
	font-weight: 800;
}
.pricing-header .price {
	font-size: 30px;
}
.per {
	color: #bf1e2e;
}
.pricing-content .pricing-list {
	list-style: none;
	color: #888;
	font-size: 16px;
	padding: 30px;
}
.pricing-content .pricing-list li {
	margin-bottom: 15px;
}
.pricing-content .pricing-list i {
	color: limegreen;
	margin-right: 10px;
}
.pricing-footer {
	background-color: #eee;
	padding: 30px;
}
.dropdown.notifications .badge {
	background-color: red;
	font-weight: normal;
    margin-top: -30px;
}
.dropdown.notifications ul.dropdown-menu,
.notifications ul {
	padding: 0;
	list-style: none;
}
.dropdown.notifications ul.dropdown-menu li a,
.notifications ul li a {
	position: relative;
	padding-left: 80px;
	padding-top: 10px; 
	padding-bottom: 10px; 
	display: block;
}
.notifications ul li a {
	padding-top: 20px; 
	padding-bottom: 20px; 
}
.dropdown.notifications ul.dropdown-menu li + li,
.notifications ul li + li {
	border-top: 1px solid #ddd;
}
.dropdown.notifications ul.dropdown-menu li a:hover,
.dropdown.notifications ul.dropdown-menu li a:focus,
.notifications ul li a:hover,
.notifications ul li a:focus {
	background-color: #eee;
	color: inherit;
}
.dropdown.notifications ul.dropdown-menu li a h5,
.notifications ul li a h5 {
	margin: 0 0 10px 0;
	color: #888;
}
.dropdown.notifications ul.dropdown-menu li a span,
.notifications ul li a span {
	color: #c8c8c8;
	font-size: 12px;
}
.dropdown.notifications ul.dropdown-menu li a img,
.notifications ul li a img {
	position: absolute;
	left: 10px;
	width: 50px;
}
.dropdown.notifications ul.dropdown-menu li.all a {
	padding-left: 0;
	padding-right: 0;
	color: #bf1e2e;
}
.notify-page {
	margin: 40px 0;
}
.payment-option {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 15px;
	margin-bottom: 40px;
}
.panel-heading .panel-title a {
	display: flex;
	align-items: center;
}
.panel-heading .panel-title a i {
	font-size: 30px;
	margin-right: 20px;
}
.panel-heading .panel-title a .glyphicon {
	font-size: 30px;
	font-weight: bold;
	margin-left: auto;
}
.panel-body .form-control {
	margin-bottom: 20px;
}
.form-help {
	margin-bottom: 10px;
	display: block;
}

ul.paging>li {
	padding-top: 5px;
}

.agent-pic{
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.st-btn {
	display: inline-block !important;
}

.overflow-text{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}