::selection {
	background-color: black;
	color: white;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 30px;
}

::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, #1976e5, #42b2f3);
	border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(#191919, #737373);
}

:root {
	scrollbar-color: rgb(23, 116, 228) rgb(247, 247, 247) !important;
	border-radius: 50px !important;
}

.cht-list::-webkit-scrollbar {
	width: 10px;
}

.draw-img>p {
	height: 50px;
}

.mt-2 h4 {
	background-color: #1b7ae5;
	padding: 15px !important;
	font-size: 24px;
}

ul {
	padding-inline-start: 0;
}

* {
	padding: 0;
	margin: 0;
}

.btn-primary {
	background-image: linear-gradient(45deg, #1b79e5, #3fadf2);
}

.discus-btn a {
	color: white;
}

.vw {
	display: none;
}

.sticky #cssmenu>ul>li>a {
	color: black;
}

.sticky #cssmenu>ul>li.has-sub>a:before {
	background-color: black;
}

.sticky #cssmenu>ul>li.has-sub>a:after {
	background-color: black;
}

/*=============================navigation bar=============================*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}

header {
	position: relative;
	width: 100%;
}

.logo {
	position: relative;
	z-index: 123;
	margin-top: 7px;
}

.logo img {
	width: 70%;
}

#nav-mnu {
	margin-top: 20px;
	float: right;
	margin-right: 70px;
}

nav {
	position: relative;
	margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	font-family: Montserrat;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: sans-serif;
	z-index: 9999;
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-family: Montserrat;
	text-transform: uppercase;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #000
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #fff !important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 20px
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu>ul>li.has-sub:hover>a:after {
	background: #000;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25098039215686274);
	display: none;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease
}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 140px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Montserrat;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul>li.has-sub:hover>a:after {
	background: #fff;
}

#cssmenu ul ul li:hover,
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #2689ea;
}

@media screen and (max-width:1000px) {
	.logo {
		width: 33%;
		text-align: center;
	}

	nav {
		width: 100%;
	}

	#cssmenu {
		width: 100%
	}

	#cssmenu ul {
		width: 100%;
		display: none;
		margin-right:0px !important;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444;
		background-color: white;
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: black;
	}

	#cssmenu>ul>li {
		float: none
	}

	#cssmenu ul ul li a {
		padding-left: 25px
	}

	#cssmenu ul ul li {
		background: #2689ea !important;
	}

	#cssmenu ul ul li:hover {
		background: #2689ea !important
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px
	}

	#cssmenu ul ul li a {
		color: #fff;
		background: none
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}

	.button {
		width: 46px;
		height: 46px;
		position: absolute;
		right: 13px;
		top: 26px;
		cursor: pointer;
		z-index: 12399994;
		background-image: linear-gradient(45deg, #1876e4, #3faef1);
		border: 1px solid white;
	}

	.button:after {
		padding: 2px;
		position: absolute;
		top: 22px;
		right: 13px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: ''
	}

	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 13px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: ''
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #2689ea
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #000;
		content: ''
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #000;
		content: ''
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}

	#cssmenu ul ul ul li.active a {
		border-left: none
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}

/*=============================navigation bar=============================*/

/*=================================banner=================================*/

.navigation-bar {
	position: relative;
}

#menu-bar {
	background-image: url(../pic/title-bg.jpg);
	background-size: 100% 100%;
}

.logo {
	float: left;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.circle {
	position: absolute;
	z-index: -2;
	right: 20%;
	top: 35%;
}

.circle #rotate {
	animation: rotation 40s infinite linear;
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

/*================================top-nav================================*/

.top-nav {
	display: block;
	position: relative;
}

.top-nav .add-property {
	background-image: linear-gradient(to right, #ff561b, #fd8d51) !important;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink {
	background-color: black;
	position: absolute;
	text-decoration: blink;
	animation-name: blinker;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	font-size: 10px;
	padding: 2px;
	right: 0px;
	top: 0px;
}

.top-nav li {
	float: left;
	display: block;
	margin-right: 22px;
	font-size: 17px;
	margin-top: 8px;
}

.top-nav .lft-lst {
	float: right;
}

.top-nav .lft-lst li {
	margin-left: 10px;
	margin-right: 0;
}

.top-nav:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4196078431372549);
	top: 60px
}

.top-nav .rght-lst {
	margin-top: 0px;
	float: left;
}

.top-nav .rght-lst li {
	margin-left: 0;
	margin-right: 10px;
}

.top-nav li button {
	background-color: transparent;
	border-color: #FFF;
	padding: 8px 5px;
	font-size: 13px;
	position: relative;
	z-index: 1;
}

.top-nav li .btn i {
	padding: 6px;
	background-color: white;
	color: black;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	font-size: 11px;
	text-align: center;
	margin-right: 7px;
}

.top-nav li .btn {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	border-color: #41b0f3;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45098039215686275);
	padding: 8px 8px;
	transition: 0.3s all;
	position: relative;
}

.top-nav li .btn:hover {
	background-image: linear-gradient(45deg, white, white);
	border-color: #41b0f3;
	box-shadow: 0px 2px 4px #00000073;
	color: black;
}

.top-nav li .btn:hover i {
	background-color: #43b3f4;
	color: white;
}

/*================================top-nav================================*/

/*===============================search-bar===============================*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid rgba(51, 51, 51, 0.16862745098039217);
	width: 100%;
	margin-top: 200px;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 5px 32px;
	height: 40px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
	background-color: white;
	box-shadow: 0px -2px 3px rgba(128, 128, 128, 0.32941176470588235);
}

ul.tabs li:hover {
	background-color: #1774e4;
	color: #fff;
}

ul.tabs li.active {
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.tab_container {
	clear: both;
	width: 100%;
	background: #fff;
	overflow: auto;
	box-shadow: 1px 1px 12px rgba(128, 128, 128, 0.23137254901960785);
	border-radius: 0px 0px 15px 15px;
	padding: 20px 1px;
}

.tab_container .form-group {
	float: left;
	display: block;
	margin-right: 0px;
	margin-left: 5px;
}

.tab_container .form-group select {
	padding: 10px;
	width: 100%;
}

#input-field {
	width: 248px;
}

#address-field {
	width: 248px;
}

#input-field input {
	height: 42px;
}

.tab_content {
	padding: 12px;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		background-color: #666;
		color: #fff;
	}
}

.advance_search {
	background: #eeeeeed4;
	padding: 15px 0px 0px 25px;
	width: 97%;
	margin-top: 7.5%;
	margin-left: -2%;
	-webkit-transition: all .6s linear .15s;
	-moz-transition: all .6s linear .15s;
	-o-transition: all .6s linear .15s;
	-ms-transition: all .6s linear .15s;
	transition: all .6s linear .15s;
	font-size: 12px;
	display: none;
	position: absolute;
	border-radius: 0px 0px 15px 15px;
}

.advance_search select {
	padding: 5px !important;
	width: 200px !important;
}

.close {
	color: #1f7fe7;
	text-shadow: 0 1px 2px #4f4f4f;
	opacity: .7;
}

.srch {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	padding: 10px 20px;
	color: white;
	outline: none;
}

.mp-srch {
	background-image: linear-gradient(to right, #ff561b, #fd8d51);
	padding: 10px 9px;
	color: white;
	outline: none;
	border-color: transparent;
	width: 100%;
}

#advance {
	background: linear-gradient(to right, #1774e4, #44b4f4);
	color: #1875e4;
	display: inline-block;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
	width: 100%;
}

#advance span {
	background: #fff;
	display: block;
	padding: 8px 9px;
}

.more {
	display: none;
}

/*===============================search-bar===============================*/

.slogn {
	margin-top: 26%;
	font-size: 70px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	margin-right: 0px;
	color: white;
	position: relative;
}

.slogn:after {
	position: absolute;
	display: block;
	height: 6px;
	width: 17%;
	content: '';
	left: 24%;
	margin-top: 10px;
	background: white;
}

/*================================newsfeed================================*/

.news-feed {
	margin-top: 2%;
}

.news-feed h4 {
	float: left;
	margin-left: 5px;
	border-radius: 33px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 21px 25px 22px 25px;
	box-shadow: -1px 3px 8px #005dff6b;
	z-index: 2;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.news-feed marquee {
	width: 91%;
    border-radius: 0px 30px 30px 0px;
	color: #353535;
	margin-top: 10px;
	background: white;
	z-index: -1;
	position: relative;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	padding: 18px 10px 10px 0px;
	margin-left: -27px;
	box-shadow: -1px 3px 8px #005dff45;
}

/*================================newsfeed================================*/

/*=================================banner=================================*/

/*=============================uinque-services=============================*/

.uinque-services {
	margin-top: 190px;
}

.communication {
	position: relative;
}

.communication h3 {
	float: left;
	width: 30%;
	margin-right: 0px;
	z-index: 1;
	position: relative;
	color: white;
	margin-top: 71px;
	margin-left: -9px;
	font-size: 20px;
	text-align: center;
}

.communication .srvcs-heading:before {
	position: absolute;
	display: block;
	content: '';
	width: 160px;
	background-image: linear-gradient(45deg, #1876e5, #43b3f4);
	height: 160px;
	transform: rotate(45deg);
}

.communication .communication-pts {
	float: left;
	margin-top: -41px;
	margin-left: 36px;
}

.mps {
	margin-left: 24px !important;
}

.virtul {
	margin-left: 29px !important;
}

.onmaps h3 {
	width: 40%;
}

.tour h3 {
	width: 53%;
}

.communication-pts .calls {
	position: absolute;
	margin-top: -10px;
	margin-left: -56px;
}

.communication-pts .calls li {
	float: left;
	position: relative;
	z-index: 1;
	padding: 29px 0px;
	height: 100px;
	width: 100px;
	text-align: center;
	margin-right: 60px;
}

.communication-pts .calls li a {
	display: block;
	color: black;
}

.communication-pts .calls li a:hover {
	text-decoration: none;
}

.communication-pts .calls li a i {
	font-size: 20px;
}

.communication-pts .live {
	margin-top: 72px;
	margin-left: 24px;
}

.communication-pts .chat {
	margin-top: 153px;
}

.communication-pts .calls li:before {
	background-color: rgb(255, 255, 255);
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	box-shadow: 0px 0px 7px rgba(128, 128, 128, 0.2901960784313726);
	transform: rotate(45deg);
	top: 0;
}

.communication-pts .calls li:hover a {
	color: white;
}

.communication-pts .calls li:hover:before {
	background-image: linear-gradient(45deg, #1876e5, #43b3f4);
}

/*=============================uinque-services=============================*/

/*////////////////////////////////property////////////////////////////////*/

.prprty {
	margin-top: 190px;
}

.prprty-wants li {
	float: left;
	display: block;
	position: relative;
	width: 22%;
	margin: 16px;
}

.prprty-wants li img {
	width: 100%;
}

.shape-box_inline figcaption {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 54px 25px 35px;
	z-index: 2;
	overflow: hidden;
	text-align: center;
}

.shape-box_inline figcaption p {
	margin-top: 40px;
}

.shape-box_inline figcaption:after {
	content: '';
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	bottom: -100vh;
	transform: skewY(16deg);
	transform-origin: top right;
	transition: top .3s;
	background: #fff;
	z-index: -1;
}

.shape-box_inline:hover figcaption:after {
	top: 0;
}

.shape-box_inline figcaption h4 {
	margin-top: 17%;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 1px 5px #0000005c;
}

.brk-abs-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	background-color: black;
}

.dtl {
	opacity: 0;
	transition: 0.6s ease-in-out;
	height: 190px;
}

.shape-box_inline:hover .dtl {
	opacity: 1;
}

.dtl .btn {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	border-color: #41b0f3;
	box-shadow: 0px 2px 4px #00000073;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s all;
	color: white;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
}

/* button::before{
    width: 45%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100px;
    background-image: linear-gradient(to left, transparent, transparent, #ffffffba, transparent);
    transition: 0.3s all;
}
button:hover:before{
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    left: 310px;
    } */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrap {
	text-align: center;
}

#header {
	overflow: visible;
	position: relative;
}

#primary-nav-button {
	background: transparent;
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 0;
}

#primary-nav-button:hover {
	background: rgba(0, 0, 0, 0.05);
}

#primary-nav-button.selected {
	background: rgba(0, 0, 0, 0.1);
}

#primary-nav-button:before {
	/* content: 'â˜°'; */
	content: '\2261';
	display: block;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.05;
	height: 1em;
	width: 1em;
	color: inherit;
}

.menu li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.menu li:last-child {
	margin-right: 0;
}

.menu .sub-menu li {
	width: 100%;
}

.menu li a {
	display: block;
	text-decoration: none;
}

#top-nav li a {
	color: #8CC152;
	padding: 5px 0;
}

#top-nav .sub-menu {
	background: #fff;
}

#top-nav .sub-menu li a {
	padding: 5px;
}

#top-nav .sub-menu li>a:hover,
#top-nav .sub-menu li.selected>a {
	background: #8CC152;
	color: #000;
}

#primary-nav li a {
	color: #333;
	font-weight: bold;
	padding: 10px;
}

#primary-nav li.active>a,
#primary-nav li>a:hover,
#primary-nav li.selected>a {
	background: #8CC152;
	color: #000;
}

.downarrow {
	background: none;
	display: inline-block;
	padding: 0;
	text-align: center;
	min-width: 3px;
}

.sub-menu .downarrow {
	position: absolute;
	right: 0;
	padding-right: 10px;
}

.downarrow:before {
	content: '\25be';
	color: inherit;
	display: block;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.1;
	width: 1em;
	height: 1em;
}

.menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	max-height: 1000px;
}

.menu .sub-menu.hide {
	display: none;
}

#primary-nav .sub-menu {
	background: #A0D468;
	min-width: 150px;
	z-index: 200;
}

#primary-nav .sub-menu li {
	border-bottom: 1px solid #7cb142;
}

#primary-nav .sub-menu li:last-child {
	border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
	content: '\25b8';
}

#primary-nav.mobile {
	display: none;
	position: absolute;
	top: 100%;
	background: #A0D468;
	width: 100%;
}

#primary-nav.mobile li {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li.selected>a {
	border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li:last-child {
	border: none;
}

#primary-nav.mobile li a {
	padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
	padding-left: 7%;
}

#primary-nav.mobile .sub-menu .submenu li a {
	padding-left: 9%;
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
	padding-left: 11%;
}

#primary-nav.mobile .sub-menu {
	float: left;
	position: relative;
	width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
	position: absolute;
	right: 0;
	padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
	content: '\25be';
}

#primary-nav-button.mobile {
	display: inline-block;
}

.dtl p {
	margin-top: 17%;
	margin-bottom: 17%;
}

/*////////////////////////////////property////////////////////////////////*/

/*================================heading================================*/

.heading {
	margin-top: 40px;
	margin-bottom: 30px;
}

.heading h3 {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #387dff;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	width: -ms-max-content;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.heading h3:after {
	height: 4px;
	width: 8%;
	position: absolute;
	display: block;
	content: '';
	background-color: #387dff;
	left: 46%;
	margin-top: 9px;
}

.heading a {
	text-decoration: none;
	color: black;
}

#white {
	margin-bottom: 0px;
	margin-top: 102px;
}

#white h3 {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	width: max-content;
	margin: 0 auto;
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 10px;
	color: white;
}

#white h3:after {
	height: 4px;
	width: 8%;
	position: absolute;
	display: block;
	content: '';
	background-color: #fff;
	left: 45%;
	margin-top: 9px;
}

/*================================heading================================*/

/*===========================featured-property===========================*/

.item .btn {
	padding: 10px 20px;
	color: black;
	outline: none;
	box-shadow: 0px 2px 15px 2px #00000033;
	margin: 0 auto;
	display: block;
	margin-top: 35px;
	margin-bottom: 25px;
	border: 1px solid #fff;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	width: 50%;
	background-image: linear-gradient(45deg, #fff, #fff);
	/*
	background-color: white !important;*/
}

.featured-image {
	position: relative;
}

.featured-image .no-img {
	height: 250px;
}

.featured-image:before {
	width: 50%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	transition: 0.8s all;
	z-index: 999;
	display: block;
}

.featured-image:after {
	width: 50%;
	height: 100%;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	transition: 0.8s all;
	z-index: 999;
	display: block;
}

.featured-image img {
	width: 100%;
}

.featured-image .fetrd-tag {
	position: absolute;
	width: 32%;
	z-index: 2;
	text-align: center;
	color: white;
	padding: 5px;
	transform: rotate(-45deg);
	margin-top: 20px;
	margin-left: -16px;
}

.fetrd-tag:before {
	content: '';
	width: 150px;
	height: 30px;
	position: absolute;
	left: -30px;
	top: 2px;
	color: white;
	text-align: center;
	padding: 5px;
	z-index: -1;
	background: #ff622c;
	box-shadow: 0px 2px 4px #00000066;
}

.recent:before {
	background: #3b8958;
}

.item:hover .hide-dtl {
	opacity: 1;
}

.item:hover .featured-image:after {
	background-image: linear-gradient(to right, rgba(27, 122, 229, 0.3411764705882353), rgba(0, 0, 0, 0));
	width: 0;
}

.item:hover .featured-image:before {
	background-image: linear-gradient(to left, rgba(27, 122, 229, 0.3411764705882353), rgba(0, 0, 0, 0));
	width: 0;
}

.hide-dtl {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(23, 116, 228, 0.9411764705882353), rgba(68, 180, 244, 0.9294117647058824));
	color: white;
	opacity: 0;
	transition: 0.3s all;
}

.lctn {
	margin-top: 20px;
	display: inline-block;
	margin-left: 15px;
}

.lctn p {
	line-height: 1.5;
}

.lctn span {
	padding-left: 10px;
}

.bd-bth li {
	float: left;
	display: block;
	margin-top: 30px;
	text-align: center;
	margin-left: 56px;
}

.bd-bth li .fas {
	padding-right: 5px;
}

.property-name {
	text-align: center;
	padding: 17px;
	height: 130px;
}

.property-name h4 {
	color: #387dff;
	font-size: 22px;
	font-weight: 700;
	margin-top: 15px;
}

.property-name p {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	overflow: hidden;
	white-space: initial;
}

.exampleSlider3 p {
	font-size: 14px;
	font-weight: normal;
}

.exampleSlider3 .property-name h4 {
	font-size: 16px;
	margin-top: 0px;
	white-space: initial;
	width: 100%;
}

.exampleSlider1 .item {
	width: 12.3% !important;
	box-shadow: inherit !important;
	margin: 0px 10px 0px 10px !important;
}

.exampleSlider1 .item li {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

.exampleSlider1 .item li img {
	width: 100%;
	height: 165px;
	border: 1px solid gray;
}

.agent-page .exampleSlider1 .item {
	margin: 0px 6px 0px 21px !important;
}

.exampleSlider4 .item {
	width: 12% !important;
	margin: 16px !important;
}

.exampleSlider5 .item {
	width: 12% !important;
	margin: 16px !important;
}

.exampleSlider6 .item {
	width: 12% !important;
	margin: 16px !important;
}

/*===========================featured-property===========================*/

/*////////////////////////////featured-agent////////////////////////////*/

/*.fturd-agent {
	background-image: url(../pic/featured-agent.png);
	margin-top: 50px;
	padding-bottom: 87px;
	padding-top: 15px;
}
*/

.top-agnt {
	background-image: none !important;
	padding-bottom: 0px;
	padding-top: 0px;
}

.slider {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 153px;
	margin-top: 40px;
}

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 35px;
	border: 1px solid black;
}

.slick-prev:before,
.slick-next:before {
	color: black;
	display: none;
}

.slick-slide {
	transition: all ease-in-out .3s;
}

#brdr {
	border-right: 2px solid white;
}

.slick-initialized button {
	opacity: 0;
}

.aget-dtl {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	width: 100%;
	height: 100%;
	color: white;
	padding: 13px;
	border: 1px solid;
	box-shadow: 0px 3px 15px #0000004f;
	opacity: 0;
	transition: 0.3s all;
}

.aget-dtl h4 {
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 12px;
}

.aget-dtl p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.aget-dtl:hover {
	opacity: 1;
}

.aget-dtl .btn {
	padding: 5px 12px;
	outline: none;
	opacity: 1;
	border: 1px solid white;
	box-shadow: 0px 2px 8px #00000052;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.lst-drpdwn {
	margin-left: -100% !important;
}

/*////////////////////////////featured-agent////////////////////////////*/

/*===========================property for sale===========================*/

.prprties li {
	float: left;
	display: block;
	width: 20%;
}

.prprties li li {
	float: inherit;
	display: block;
	width: 100%;
	position: relative;
	padding: 5px 2px;
}

.prprties li li a:hover {
	color: white;
	text-decoration: none;
}

.prprties li li a:before {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s all;
}

.prprties li li a:hover:before {
	width: 100%;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.prprties li li a {
	color: black;
}

.prprties h4 {
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #387dff;
	width: max-content;
	padding-bottom: 9px;
	position: relative;
}

.prprties h4:after {
	position: absolute;
	display: block;
	content: '';
	width: 28%;
	height: 3px;
	top: 38px;
	background-color: #387dff;
}

/*===========================property for sale===========================*/

/*===========================cities in pakistan===========================*/
.city li{
	float: left;
	display: block;
	width: 17.9%;
	margin: 0px 12px 20px 12px;
}
.city li a {
	width: 100%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.3803921568627451);
	padding: 12px;
	display: block;
	position: relative;
	z-index: 2;
	transition: 0.3s all;
	color: black;
}

.city li a:hover {
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5019607843137255);
	border-color: white;
	color: white;
}

/*
.city a {
	color: black;
	z-index: 2;
}

.city a:hover {
	color: white;
}
*/

.city li a:before {
	width: 0;
	height: 100%;
	position: absolute;
	content: '';
	display: block;
	background-color: white;
	top: 0;
	left: 0;
	transition: 0.3s all;
	z-index: -1;
}

.city li a:hover:before {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#tabs {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/*===========================cities in pakistan===========================*/

/*/////////////////////////societies in pakistan/////////////////////////*/

.societies .cities-name ul {
	position: absolute;
	width: 100%;
	z-index: -1;
}

.societies .cities-name li {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
	margin-top: 10.5%;
}

.accordion {
	padding: 0;
	margin: 0em 0;
	width: 100%;
	overflow: hidden;
	font-size: 1em;
	position: relative;
}

.accordion h4 {
	font-size: 18px;
	display: inline;
	position: absolute;
	margin-left: -12%;
	margin-top: 10.5%;
}

.brdr-line {
	position: absolute;
	display: block;
	height: 2px;
	width: 100%;
	background: #3b8cfc;
	top: 140px;
}

.accordion__title {
	padding: 21px 25px !important;
	background-image: linear-gradient(45deg, #1b7ae6, #42b1f3);
	height: 7em;
	cursor: pointer;
	margin-right: 95px;
	margin-left: 95px;
	width: 7%;
	display: inline-block;
}

.accordion__title:after {
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-color: #3b8cfc;
	box-shadow: 0px 0px 0px 7px white;
	top: 133px;
	margin-left: 22px;
	border-radius: 20px;
}

.accordion__title.active:after {
	border: 2px solid #3b8cfc;
	background: white;
}

.accordion__title .after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #268aea;
	position: absolute;
	margin-top: 77px;
	margin-left: -36px;
}

.no-js .accordion__title {
	float: none;
	height: auto;
	cursor: auto;
	margin: 0;
	padding: 0 2em;
}

.accordion__content {
	float: right;
	width: 100%;
	margin: 14em 0 0 -100%;
	padding: 2em;
	background: white;
	text-align: center;
	border: 1px solid rgba(208, 208, 208, 0.6588235294117647);
	margin-bottom: 7px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.0784313725490196);
	background-image: url(../pic/societies-bg.png);
	background-position: 0px -20px;
}

.accordion__content h3 {
	border-bottom: 1px solid #3b8cfc;
	width: fit-content;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}

.accordion__content h3:after {
	position: absolute;
	display: block;
	content: '';
	width: 35%;
	height: 3px;
	background-color: #3b8cfc;
	top: 30px;
	left: 32%;
}

.no-js .accordion__content {
	float: left;
	margin: 0;
}

.accordion__title:hover,
.accordion__title.active {
	color: black;
}

.no-js .accordion__title:hover {
	background-color: #ccc;
	color: #222;
}

.accordion__title.active {
	box-shadow: inset 0px 0px 0px 2px #268aea;
	background-image: linear-gradient(45deg, transparent, transparent);
}

.accordion__title.active .icon {
	background-position: -291px 126px;
}

.accordion__title .icon {
	height: 60px;
	width: 55px;
	float: left;
	background-position: -291px 63px;
	transition: 0.3s all;
	margin-top: 0px;
}

#icn-msqu {
	background-position: -292px 63px;
	background-image: url(../pic/mosque-icon.png);
}

.accordion__title.active #icn-msqu {
	background-position: -292px 115px;
}

#icn-rwp {
	background-position: -291px 63px;
	background-image: url(../pic/home-icon.png)
}

.accordion__title.active #icn-rwp {
	background-position: -291px 115px;
}

#icn-mnar {
	background-image: url(../pic/minar-icon.png);
}

#icn-krchi {
	background-image: url(../pic/karachi-icon.png);
}

#icn-fslabd {
	background-position: -286px 63px;
	background-image: url(../pic/faisal.png);
}

.accordion__title.active #icn-fslabd {
	background-position: -286px 128px;
}

@media (max-width: 48em) {}

.socity-name li {
	float: left;
	display: block;
	position: relative;
}

.socity-name li a {
	width: 327px;
	display: block;
	text-align: left;
	margin-top: 20px;
	background: white;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1803921568627451);
	padding: 10px;
	margin: 20px 14px 5px 14px;
	position: relative;
	z-index: 2;
	color: black;
}

.socity-name li a:hover {
	color: white;
	transition: 0.3s all;
	text-decoration: none;
}

.socity-name li a:before {
	width: 0;
	height: 100%;
	position: absolute;
	content: '';
	display: block;
	background-color: white;
	top: 0;
	left: 0;
	transition: 0.3s all;
	z-index: -1;
}

.socity-name li a:hover:before {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.socity-name .left {
	float: right;
}

/*================================services================================*/

.srvcs-pts li {
	float: left;
	display: block;
	width: 16.6%;
	text-align: center;
	box-shadow: 0px 0px 1px #0000004f;
	z-index: 5;
	padding: 14px;
	font-size: 13px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
	transition: 0.4s all;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 370px;
}

.srvcs-pts li h3 {
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 700;
}

.srvcs-pts li:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 0%;
	background-image: linear-gradient(to top, #1774e4, #44b4f4);
	bottom: 0;
	left: 0;
	transition: 0.4s all;
	z-index: -1;
}

.srvcs-pts li:hover {
	color: white;
}

.srvcs-pts li:hover .srvcs-icn {
	border-width: 7px;
	border-color: white;
	box-shadow: 0px 2px 6px #00000038;
}

.srvcs-pts li:hover:before {
	height: 66%;
}

.srvcs-pts .srvcs-icn {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	padding-top: 26px;
	border-radius: 50%;
	border: 1px solid black;
	font-size: 50px;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}

.srvcs-pts .srvcs-icn i {
	vertical-align: bottom;
}

.srvcs-pts .srvcs-icn:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, #1774e4, #44b4f4);
	transition: 0.6s all;
}

.srvcs-pts li:hover .srvcs-icn:before {
	height: 100%;
	z-index: -1;
}

.srvcs-text p {
	color: gray;
}

.srvcs-pts li:hover p {
	color: white;
}

/*==========================footer==========================*/

footer {
	margin-top: 90px;
	position: relative;
	background-color: #ffffff;
	padding-top: 50px;
	background-image: url(../pic/artowrk_home.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

footer:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
	content: '';
	top: 0;
	left: 0;
}

.ftr-abt {
	position: absolute;
	display: block;
	top: 0;
	text-align: center;
	margin-top: 40px;
	z-index: 99;
}

.ftr-txt {
	margin-top: 30px;
}

.ftr-txt h4 {
	font-size: 18px;
	font-weight: 700;
	color: white;
}

.ftr-txt p {
	color: white;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
}

.information a {
	margin: 0 auto;
	margin-top: 10px;
	color: white;
	text-decoration: underline;
	display: block;
	font-size: 17px;
	width: max-content;
}

.social-media {
	width: 69%;
	margin: 0 auto;
	margin-top: 25px;
}

.prdt-ptnr .social-media li {
	padding: 10px;
}

.social-media li {
	float: left;
	display: block;
	margin-left: 10px;
	background-color: rgba(255, 255, 255);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3803921568627451);
	position: relative;
	text-align: center;
	transition: 0.5s all;
}

.social-media li a i {
	padding-top: 15px;
}

.social-media li a {
	vertical-align: -webkit-baseline-middle;
	color: #000;
	font-size: 16px;
}

.social-media li:hover {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	box-shadow: 0px 5px 10px 0px #014eda;
	margin-top: -4px;
}

.social-media li:hover a {
	color: white;
}

.ftr-cmpny {
	margin-top: 50px;
	margin-left: 100px;
	color: white;
}

.ftr-cmpny h4 {
	font-size: 20px;
	border-bottom: 1px solid #387dff;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	position: relative;
	font-weight: 700;
}

.ftr-cmpny h4:after {
	position: absolute;
	display: block;
	content: '';
	width: 30%;
	height: 3px;
	top: 25px;
	background-color: #387dff;
}

.ftr-cmpny li {
	line-height: 27px;
	display: block;
}

.ftr-cmpny li a {
	padding: 5px;
	color: white;
	width: 70%;
	display: block;
	line-height: 20px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.ftr-cmpny li a:before {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s all;
}

.ftr-cmpny li a:hover:before {
	width: 100%;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.ftr-cmpny li:hover a {
	color: white;
	text-decoration: none;
}

.ftr-logo img {
	width: 120px;
}

.btm-ftr {
	position: absolute;
	bottom: -130px;
}

.cmpny-links button {
	padding: 8px 20px;
	border: 3px solid #808080;
	border-radius: 25px;
	font-size: 20px;
	margin-top: 14px;
	z-index: 9999;
	position: relative;
	background: #fff;
	box-shadow: 0px 1px 6px #0000007a;
	overflow: hidden;
}

.cmpny-links button:before {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s all;
}

.cmpny-links button:hover:before {
	width: 100%;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.cmpny-links button a {
	color: #000;
	transition: 0.3s all;
}

.cmpny-links button:hover a {
	color: white;
	text-decoration: none;
}

.btm-ftr-txt {
	position: absolute;
	bottom: 0;
	right: 100px;
	text-align: center;
	color: white;
	margin-bottom: 35px;
}

#toTop {
	padding: 3px 12px;
	background-image: linear-gradient(#737373, #191919);
	color: #fff;
	position: fixed;
	bottom: 10px;
	left: 10px;
	display: none;
	border-radius: 25px;
	font-size: 25px;
	text-shadow: 0px 2px 4px #000000ab;
	box-shadow: 0px 2px 6px #00000082;
	z-index: 9999;
}

.header {
	z-index: 9999;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	background-color: white;
	box-shadow: 0px 1px 8px #0000001c;
	border-bottom: 1px solid #43b2f3;
}

.sticky+.content {
	padding-top: 102px;
}

.sticky .demo {
	margin-top: 5px;
}

.sticky .ace-responsive-menu>li>a {
	color: black;
}

.sticky .logo {
	padding: 10px;
	padding-top: 0px;
}

.sticky .ace-responsive-menu li.menu-active>a {
	background: #43b2f3;
	color: white;
}

.sticky #nav-mnu {
	margin-right: 70px
}

.sticky .sticky-logo {
	display: none;
}

.sticky-logo {
	display: block;
}

.sticky .no-sticky-logo {
	display: block;
	width:50%;
}

.no-sticky-logo {
	display: none;
}

/*==========================footer==========================*/

/*///////////////////////////login///////////////////////////*/

#title-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}

.title-name h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px #0000009c;
}

.title-name h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px #0000009c;
}

.breadcrumb {
	width: max-content;
	background-color: transparent;
	margin: 0 auto;
	margin-bottom: 30px;
}

.breadcrumb>li+li::before {
	content: '';
}

.breadcrumb i {
	padding-left: 15px;
	font-size: 16px;
	color: white;
}

.breadcrumb a {
	font-size: 14px;
	color: white;
}

.breadcrumb>.active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

.login-frm {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
}

.login-frm .form-group {
	position: relative;
}

.login-frm .form-group input {
	width: 100%;
	border: 1px solid gray;
	padding: 20px;
	outline: none;
	margin-bottom: 20px;
	padding-left: 20px;
	transition: 0.3s all;
	text-align: left;
}

.login-frm .form-group label {
	order: -1;
	padding: 0px 5px;
	transition: all 0.3s ease-in;
	transform: translateY(0px);
	pointer-events: none;
	position: absolute;
	top: -8px;
	left: 0;
	color: #000000;
	transform: translateX(10px);
	background-color: white;
}

.login-frm .form-group input::placeholder {
	color: #ababab;
	font-weight: normal;
	font-size: 13px;
}

.login-links a {
	text-align: right;
	display: block;
	color: black;
	text-decoration: underline;
}

.login-btns li {
	float: left;
	display: block;
	width: 50%;
	text-align: center;
	margin-top: 50px;
}

.login-btns .btn {
	padding: 5px;
	background-color: white;
	border: 0px;
	box-shadow: 0px 2px 5px #0000003b;
	border-radius: 35px;
	width: 50%;
	outline: none;
	position: relative;
	overflow: hidden;
}

.login-btns .btn:hover {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	color: white;
}

.login-btns .btn:hover i {
	background-color: white;
	color: #32a2e2;
}

.login-btns .btn i {
	float: left;
	background: #32a2e2;
	padding: 10px;
	border-radius: 20px;
	font-size: 18px;
	box-shadow: 1px 0px 3px #00000063;
	position: relative;
	margin: 0;
}

.login-btns .btn span {
	margin-top: 10px;
	display: block;
}

.others-login {
	margin-top: 50px;
	display: -webkit-inline-box;
	width: 100%;
	position: relative;
}

.others-login p {
	width: 100%;
	text-align: center;
	color: #adadad;
}

.others-login p:before {
	position: absolute;
	display: block;
	border-top: 1px solid #bbbbbb;
	content: '';
	width: 31%;
	top: 11px;
	left: 74px;
}

.others-login p:after {
	position: absolute;
	display: block;
	border-top: 1px solid #bbbbbb;
	content: '';
	width: 31%;
	top: 11px;
	right: 74px;
}

#social-media a {
	width: auto;
	background-color: transparent;
	padding: 0;
}

#social-media a i:hover {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

#social-media a i {
	width: 45px;
	padding: 15px;
	border-radius: 50px;
	color: white;
	text-align: center;
}

#fcbk {
	text-align: right;
}

#fcbk a {
	margin-right: 10px;
}

#gogle a {
	margin-left: 10px;
}

#fcbk i {
	background-color: #3d5999;
}

#gogle {
	text-align: left;
}

#gogle i {
	background-color: #ee4236;
}

#regiter {
	width: 65%;
}

#regiter .trm-cndtn {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.login-btns {
	width: 100%;
	display: flow-root;
}

#regiter .form-group {
	float: left;
	width: 46%;
	margin-right: 4%;
}

.login-frm .form-group select {
	padding: 20px;
	width: 100%;
	border: 1px solid gray;
	color: #b2abab;
	outline: none;
}

.login-frm form {
	width: 80%;
	margin: 0 auto;
}

.alert .close {
	color: #aaaaaa;
	float: right;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

/*///////////////////////////login///////////////////////////*/

/*========================listing-page========================*/

.listing-search {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16862745098039217);
	padding: 20px;
}

.lst-srch-frm .form-group {
	float: left;
	display: block;
	width: 31%;
	margin: 1%;
}

.lst-srch-frm .form-group i {
	position: absolute;
	background-image: linear-gradient(45deg, #1a77e5, #42b2f2);
	width: 45px;
	padding: 14px;
	text-align: center;
	color: white;
	z-index: 1;
}

.lst-srch-frm .form-group input {
	width: 100%;
	padding: 10px 50px;
	background: white;
	border: 1px solid rgba(128, 128, 128, 0.5411764705882353);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12156862745098039);
	outline: none;
}

.lst-srch-frm .form-group select {
	width: 80%;
	padding: 10px 0px 10px 45px;
	background: white;
	border: 1px solid #8080808a;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12156862745098039);
	outline: none;
	color: #bfbfbf;
	margin-bottom: 0;
}

.lst-srch-frm .form-group input::placeholder {
	font-size: 13px;
	color: #bfbfbf;
}

.lst-srch-frm .sm-bars {
	width: 33%;
	float: left;
	display: table;
}

.lst-srch-frm .sm-bars .form-group {
	width: 44%;
	margin: 3%;
}

.lst-srch-frm button {
	margin-left: 15px;
	padding: 10px 44px;
	margin-top: 16px;
	border: none;
	background-image: linear-gradient(45deg, #1976e5, #43b3f3);
	color: white;
	transition: 0.3s all;
}

.lst-srch-frm button:hover {
	box-shadow: 0px 3px 8px #44444482;
}

.marig-frm .sm-bars {
	width: 100%;
}

.marig-frm .sm-bars .form-group {
	margin: 1%;
	width: 23%;
}

#container ul {
	list-style: none;
}

#container .grid-buttons {
	margin-bottom: 20px;
	background: white;
	padding: 12px;
	box-shadow: 0px 2px 5px #cacaca8a;
	border: 1px solid #8080806b;
	display: flow-root;
}

.al-typ-prprty {
	float: left;
	padding-top: 9px;
}

.al-typ-prprty span {
	margin-left: 10px;
	color: #1b78e6;
	margin-right: 10px;
}

.al-typ-prprty a {
	color: #1b78e6;
}

.lst-butns {
	float: right;
}

#container .list li {
	width: 100%;
	border: 1px solid rgb(214, 214, 214);
	display: flow-root;
	margin-bottom: 30px;
	box-shadow: 0px 2px 5px rgba(121, 121, 121, 0.23137254901960785);
	position: relative;
	overflow: hidden;
}

.lstng-txt p {
	height: 40px;
	overflow: hidden;
}
.lstng-txt h3{
	  text-overflow: ellipsis;
  overflow: hidden; 
  width: 100%; 
  height: 1.2em; 
  white-space: nowrap;
}
.lst-img .no-img {
	width: 100%;
}

#container .grid li {
	float: left;
	width: 31%;
	margin: 1%;
	border: 1px solid #8080806b;
	position: relative;
	box-shadow: 0px 2px 6px #80808061;
	padding: 10px;
	overflow: hidden;
	height: 500px;
}

#container .grid li .agent-logo {
	display: none;
}

#container .grid li .fetrs {
	position: relative;
	opacity: 1;
	display: inline-block;
	margin-bottom: 50px;
}

#container .grid li .fetrs p {
	float: left;
	display: block;
	background-color: white;
	padding: 10px 30px;
	box-shadow: 0px 2px 5px #8e8e8e36;
	margin-left: 9px;
	margin-top: 4px;
	border: 1px solid #0000003d;
	transition: 0.3s all;
}

#container .grid li .lstng-txt {
	width: 100%;
	padding-left: 10px;
	text-align: center;
}

#container .grid li .lstng-txt p {
	display: none;
}

#container .grid li h3 {
	font-size: 19px;
}

#container .grid li .lst-tag {
	right: -30px;
	top: 15px;
}

#container .grid .lst-img {
	float: inherit;
	width: 100%;
}

#container .grid .lst-img img {
	width: 100%;
	height: 218px;
}

#container .grid .detail-btns .detail:hover i {
	margin-left: 0;
}

#container .grid .detail-btns .detail {
	padding: 10px 22px 10px 7px;
	font-size: 13px;
	width: 100%;
}

#container .grid .detail-btns p {
	padding: 10px 8px;
	font-size: 13px;
	width: 100%;
	text-align: center;
}

#container .grid .detail-btns {
	bottom: 10px;
	left: 0;
	width: 100%;
}

#container .grid .mid-bnr {
	margin-bottom: 0;
	width: 100%;
}

.grid-buttons .active {
	color: white;
	background-image: linear-gradient(45deg, #1a77e5, #43b2f3);
	box-shadow: 0px 0px 0px;
}

.prprty-lst {
	margin-top: 50px;
}

.prprty-lst .description {
	margin-top: 0;
}

.grid-buttons .btn {
	border-radius: 0px;
	background-color: white;
	box-shadow: 0px 1px 3px #0000004d;
	padding: 10px 15px;
	margin: 0px 12px 0px 2px;
	border: 0px;
}

.lstng-txt {
	float: left;
	width: 50%;
	padding-left: 15px;
}

.lst-img {
	float: right;
	position: relative;
	width: 39%;
	overflow: hidden;
	height: 218px;
	border: 1px solid #5f5f5f;
}

.lst-img img {
	width: 100%;
}

#container .list li .fetrs {
	position: absolute;
	z-index: 5;
	top: 0;
	background-image: linear-gradient(45deg, #1b78e5d4, #43b2f3d9);
	width: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: 0.3s all;
	height: 100%;
}

#container .list li .fetrs p {
	background-color: white;
	padding: 8px;
	width: max-content;
	margin: 0 auto;
	margin-top: 9px;
}

#container .list li .fetrs p i {
	padding-right: 8px;
}

#container .list li:hover .fetrs {
	height: 100%;
	padding-top: 9%;
	opacity: 1;
}

#container .map li {
	width: 100%;
}

.detail-btns {
	position: absolute;
	bottom: 0;
}
.detail-btns p {
	float: left;
	padding: 10px 15px;
	margin: 0;
	color: white;
}

.detail-btns .price {
	background-color: #0277bd;
}

.detail-btns .area {
	background-color: #039be5;
}

.detail-btns .detail {
	background-color: transparent;
	border: none;
	z-index: 1;
	padding: 10px 30px 10px 15px;
	overflow: hidden;
	color: white;
	outline: none;
	display: block;
	float: left;
}

.detail-btns .detail:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transform: skew(35deg);
	z-index: -1;
	top: 0px;
	left: -14px;
	background-color: #29b6fb;
}

#container .grid .detail-btns .detail:before {
	transform: skew(0deg);
	left: 0px;
}

.detail-btns .detail i {
	margin-left: -11px;
	opacity: 0;
	transition: 0.3s all;
	float: right;
	margin-top: 3px;
}

.detail-btns .detail:hover i {
	margin-left: 4px;
	opacity: 1;
}

.mid-bnr {
	background-color: #ebebeb;
	display: flow-root;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
	width: 100%;
}

.mid-bnr img {
	width: 100%;
	height: 300px;
}

.mid-bnr .mid-img img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.Bsns-crd {
	border: 1px solid rgba(128, 128, 128, 0.5882352941176471);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12156862745098039);
}

.Bsns-crd ul {
	margin-bottom: 0px;
}

.Bsns-crd li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #afafaf;
}

.Bsns-crd li img {
	border: 1px solid #0000000d;
	width: 100%;
}

.Bsns-crd h4 {
	background-image: linear-gradient(to top, #1976e5, #42b2f3);
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #00000087;
	margin-top: 0px;
}

.lst-tag {
	width: 120px;
	transform: rotate(45deg);
	position: absolute;
	text-align: center;
	right: -29px;
	top: 17px;
	z-index: 99;
	box-shadow: 0px 1px 6px black;
}

.lst-tag p {
	margin: 0;
	padding: 5px;
	color: white;
}

.ftrd {
	background-color: #ff622c;
}

.Hot {
	background-color: #b01111;
}

.prmum {
	background-color: #32a2e2;
}

.property-types h2 {
	background-color: #1b79e5;
	padding: 10px;
	color: white;
	text-align: center;
	border: 1px solid #32a2e2;
	font-size: 29px;
	display: flow-root;
	width: 100%;
}

.pagination {
	display: inline-block;
	margin: 0;
}

.pagination a {
	color: black;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
}

.pagination a.active {
	background-image: linear-gradient(45deg, #1977e5, #43b3f3);
	color: white;
	padding: 15px 20px;
	margin-top: -5px;
	margin-bottom: -10px;
}

.pagination a:hover:not(.active) {
	background-image: linear-gradient(45deg, #1977e5, #43b3f3);
	color: white;
	padding: 15px 20px;
	margin-top: -5px;
	margin-bottom: -10px;
}

.pg-num {
	background: #ffffff;
	width: max-content;
	margin: 0 auto;
	display: flex;
	box-shadow: 0px 2px 6px #00000030;
	margin-top: 7%;
}

.agent-num {
	margin-bottom: 30px;
	margin-top: 30px;
}

.agent .property-types h3 {
	margin-top: 0px;
}

#basicSlider {
	position: relative;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25098039215686274);
	padding: 15px;
	display: flex;
}

#basicSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	height: 100%;
}

#basicSlider .MS-content .item {
	display: inline-block;
	width: 15%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	line-height: 50px;
	vertical-align: middle;
}

@media (max-width: 991px) {
	#basicSlider .MS-content .item {
		width: 25%;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	#basicSlider .MS-content .item {
		width: 35%;
	}
}

@media (max-width: 500px) {
	#basicSlider .MS-content .item {
		width: 62%;
		margin-left: 10px;
	}
}

#basicSlider .MS-content .item a {
	line-height: 50px;
	vertical-align: middle;
}

#basicSlider .MS-controls button {
	position: absolute;
}

#basicSlider .MS-controls .MS-left {
	top: 35px;
	left: 10px;
}

#basicSlider .MS-controls .MS-right {
	top: 35px;
	right: 10px;
}

/* Style the buttons inside the tab */

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */

.tab button:hover {
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: white;
}

/* Create an active/current tablink class */

.tab button.active {
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: white;
}

/* Style the tab content */

.tabcontent {
	display: none;
}

/*========================listing-page========================*/

/*=======================property-detail=======================*/

.Property-detail {
	margin-top: 60px;
}

.prprty-dtl button {
	background-color: white;
	box-shadow: 0px 2px 5px #0000003d;
	width: 15%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#slider-wrapper {
	width: auto;
	height: 720px;
	margin: 34px auto;
	background-color: #ffffff;
	padding: 4px;
	box-shadow: 0px 2px 6px #00000045;
}

#image-slider {
	width: auto;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin: auto;
	display: block;
}

#image-slider ul {
	width: 100%;
	height: 359px;
	position: relative;
}

#image-slider ul li {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1087px;
	width: 100%;
	height: 100%;
}

#image-slider ul li img {
	width: 100%;
	height: 625px;
}

#image-slider ul li.active-img {
	left: 0;
}

.next-img {
	z-index: 9999;
}

#thumbnail {
	cursor: default;
	margin-top: 3px;
	height: auto;
	width: 100%;
	overflow: scroll;
	overflow-y: hidden;
}

#thumbnail ul {
	height: 100%;
	display: inherit;
	margin: 10px auto;
	width: max-content;
}

#thumbnail li {
	list-style: none;
	float: left;
	cursor: pointer;
	min-width: 1px;
	margin-right: 20px;
}

#thumbnail li img {
	padding: 0;
	float: left;
	margin: 0px;
	max-height: 56px;
	height: 56px;
}

#thumbnail .no-img {
	height: 65px;
	font-size: 13px;
	width: 85px !important;
	float: left;
}

#thumbnail li:first-child img {
	margin-right: 0px;
	margin-left: 0px;
}

#thumbnail .active {
	border: 1px solid #32a2e2;
	padding: 4px;
	margin-top: -5px;
}

.single-vedio {
	padding: 5px;
	box-shadow: 0px 2px 6px #00000045;
	margin-top: 33px;
	margin-bottom: 34px;
}

.price-calc {
	float: left;
	width: 40%;
	border: 1px solid #1d7be6;
	position: relative;
}

.size-calc {
	float: right;
	width: 40%;
	border: 1px solid #1d7be6;
	position: relative;
}

.cal-tag {
	float: left;
	background-image: linear-gradient(45deg, #1976e5, #40aceb);
	padding: 16px;
	width: 25%;
	text-align: center;
	color: white;
}

.pr-icn {
	background-image: linear-gradient(45deg, #1976e5, #40aceb);
	padding: 16px;
	width: 15%;
	text-align: center;
	color: white;
	float: right;
}

.price-area p {
	float: left;
	width: 60%;
	text-align: center;
	margin: 0;
	padding: 15px;
	text-transform: capitalize;
}

.description {
	display: inline-block;
	background: white;
	position: relative;
	width: 100%;
	margin-top: 20px;
    padding: 15px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.21176470588235294);
	border-top: 4px solid #31a2e2;
}

.description h3 {
	margin: inherit;
}

.description h3:after {
	left: 0;
	margin-left: 15px;
}

.description .heading {
	margin-top: 0px;
    margin-bottom: 15px;
}

.description p {
	width: 90%;
	margin-bottom: 0px;
}

.pr-icn:hover .tooltip {
	opacity: 1;
}

.tooltip {
	background-color: white;
	padding: 10px;
	top: -17px;
	right: 66px;
	color: #000000;
	width: 40%;
	text-align: center;
	border: 1px solid #00000047;
	box-shadow: 0px 2px 5px #0000004f;
	transition: 0.3s all;
}

.tooltip:after {
	position: absolute;
	display: block;
	background-color: white;
	height: 20px;
	width: 20px;
	content: '';
	top: 32px;
	right: -10px;
	transform: rotate(45deg);
}

.tooltip li {
	display: block;
}

.side-dtl {
	background-color: #387dff26;
	display: flex;
	width: 100%;
	padding: 20px;
	margin-bottom: 0px;
	border: 1px solid #387dff;
}

.side-dtl li {
	float: left;
	display: block;
	width: 50%;
	border-bottom: 1px solid #387dffa3;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

.side-dtl li span {
	float: right;
	font-size: 14px;
	font-weight: 500;
}

.side-dtl li i {
	padding-right: 10px;
	font-size: 15px;
}

.side-dtl li:nth-child(odd) span {
	margin-right: 0px;
}

.side-dtl li:nth-child(odd) {
	padding-left: 40px;
}

.more-detail {
	border: none;
	background: transparent;
	padding: 0;
}

.more-detail ul {
	width: 100%;
}

.more-detail li {
	border-bottom: 1px solid #808080a1;
	width: 25%
}

.Weather {
	background-color: transparent;
	display: flex;
	width: 100%;
	padding: 0px;
	margin-bottom: 23px;
	border: none;
}

.Weather li {
	width: 50%;
}

.more-detail li:nth-child(odd) span {
	margin-right: inherit;
}

.more-detail li span {
	margin-right: 30px;
}

.gallaries .heading {
	margin-top: 20;
	margin-bottom: 25px;
}

.gallaries ul {
	width: 100%;
	display: flow-root;
}

.gallaries h3:after {
	width: 20%;
	left: 39%;
}

.gallaries li {
	display: block;
	background-color: white;
	float: left;
	width: 46%;
	border: 1px solid #808080;
	text-align: center;
	padding: 10px;
	margin: 1.3%;
	position: relative;
	z-index: 1;
}

.gallaries li:before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	transition: 0.4s all;
	z-index: -1;
}

.gallaries li:hover:before {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, #42b2f3, #1977e5);
	left: 0;
	top: 0;
}

.gallaries li:hover a {
	color: white;
}

.gallaries li a {
	color: black;
	text-transform: capitalize;
}

.gallaries li:hover i {
	color: #ffffff;
}

.gallaries li i {
	padding-right: 10px;
	font-size: 19px;
	color: #32a2e2;
	vertical-align: bottom;
}

.brochures {
	margin-top: 0px;
	display: flow-root;
}

.brochures li {
	width: 47% !important;
	margin: 4px !important;
	border: 1px solid gray;
	padding: 28px 10px;
	text-align: center;
	font-size: 13px;
	transition: 0.3s all;
	float: left;
	display: block;
}

.brochures li:hover {
	border-radius: 58px;
	box-shadow: 0px 2px 5px #80808075;
	border-color: #8080808c;
	background-image: linear-gradient(to left, #42b2f3, #1977e5);
}

.brochures li:hover a,
.brochures li:hover i {
	color: white;
}

.brochures li a {
	color: black;
	text-transform: uppercase;
}

.brochures li i {
	font-size: 20px;
	margin-bottom: 10px;
	color: #32a2e2;
}

.brochures .heading {
	margin-bottom: 25px;
}

.mrgn-top {
	margin-top: 40px !important;
}

/*-------------------nearby-location-------------------*/

.nr-by-lctn h3 {
	margin: inherit;
	position: relative;
}

.nr-by-lctn h3:after {
	left: 0;
	width: 20%;
}

/*.btn-group .btn{
		outline: none;
		position: relative;
		overflow: hidden;
	}
	.btn-default{
		border: 0px;
		box-shadow: 4px 2px 7px #00000024;
		margin-left: 0px !important;
		padding: 10px 20px;
		margin-right: 4px;
		transition: 0.3s all;
	}
	.btn-default:hover{
		color: #fff;
		background-image: linear-gradient(45deg, #1d7be6, #40abeb);
	}*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn-group .btn.active {
	color: #fff;
	background-image: linear-gradient(45deg, #1d7be6, #40abeb);
	box-shadow: inset 0px 0px 0px #0000003b;
	z-index: -1;
}

.map-sec {
	border: 2px solid #32a2e2;
	margin-top: 3px;
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#routmap {
	overflow: inherit !important;
	position: inherit !important;
	display: contents;
}

/*-------------------nearby-location-------------------*/

.dlr-img {
	border: 1px solid black;
	width: 73%;
	margin: 0 auto;
	padding: 6px;
}

.dlr-img img {
	width: 100%;
}

.dlr-name {
	text-align: center;
}

.dlr-name p {
	font-size: 17px;
}

#welcomeDiv {
	margin-top: 10px;
}

.dlr-name button {
	background-image: linear-gradient(to right, #ff551a, #fb7e51);
	border-radius: 49px;
	border: 1px solid white;
	box-shadow: 0px 2px 4px #00000073;
	padding: 8px 28px;
	transition: 0.3s all;
	color: white;
	outline: none;
}

.dealer {
	margin-top: 50px;
}

.dealer .accordion {
	margin: 0 auto;
}

.dealer .accordion-header {
	padding: 15px;
	background-image: linear-gradient(45deg, #1a77e5, #3ea7e6);
	color: white;
	cursor: pointer;
	font-size: 18px;
	transition: all .3s;
	box-shadow: 0px 2px 6px black;
	text-transform: uppercase;
}

.dealer .accordion__item .accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dealer .accordion-header:hover {
	background-image: linear-gradient(45deg, #1a77e5, #3ea7e6);
	color: white;
}

.dealer .accordion-body {
	background: #fcfcfc;
	color: #353535;
	display: none;
}

.dealer .accordion-body__contents {
	padding: 1.5em 1.5em;
	border: 2px solid #2889e6;
}

.dealer .accordion__item.active:last-child .accordion-header {
	border-radius: none;
}

.dealer .accordion:first-child>.accordion__item>.accordion-header {
	border-bottom: 1px solid transparent;
}

.dealer .accordion__item>.accordion-header:after {
	content: "\f0dd";
	font-family: fontawesome;
	font-size: 0.8em;
	float: right;
	position: relative;
	top: 0px;
	transition: .3s all;
	transform: rotate(0deg);
}

.dealer .accordion__item.active>.accordion-header:after {
	transform: rotate(-180deg);
	top: 5px;
}

.dealer .accordion__item.active .accordion-header {
	background-image: linear-gradient(45deg, #1a77e5, #3ea7e6);
	color: white;
}

.dealer .accordion__item .accordion__item .accordion-header {
	background: #f1f1f1;
	color: #353535;
}

@media screen and (max-width: 1000px) {
	.dealer .accordion {
		width: 100%;
	}
}

/*====================contact-form====================*/

#contact i {
	padding-right: 10px;
	width: 25px;
}

.cntct-frm input {
	padding: 10px 30px;
	width: 100%;
	margin-bottom: 6px;
	margin-top: -30px;
	border: 1px solid #80808085;
	background: white;
	color: #3f3f3f;
	outline: none;
	transition: 0.3s all;
	display: block;
}

.cntct-frm input:focus {
	box-shadow: 0px 2px 0px #2f93e5;
	border-color: #2f93e5;
}

.cntct-frm input::placeholder {
	color: darkgray;
	font-size: 12px;
}

.cntct-frm textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 6px;
	margin-top: 6px;
	outline: none;
	padding: 10px;
}

.cntct-frm textarea:focus {
	box-shadow: 0px 2px 0px #2f93e5;
	border-color: #2f93e5;
}

.cntct-frm textarea::placeholder {
	color: darkgray;
	font-size: 12px;
}

.cntct-frm i {
	margin-top: 32px;
	margin-left: 8px;
	color: gray;
	z-index: 99;
	position: relative;
}

.cntct-frm button {
	background-image: linear-gradient(to right, #ff551a, #fb7e51);
	border-radius: 49px;
	border: 1px solid white;
	box-shadow: 0px 2px 4px #00000073;
	padding: 8px 28px;
	transition: 0.3s all;
	color: white;
	outline: none;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}

/*====================contact-form====================*/

/*====================social-links====================*/

.prjct-mdia .heading {
	margin-top: 12px !important;
}

.dtl-scl-mdia .heading {
	margin-bottom: 35px;
}

.dtl-scl-mdia h3:after {
	width: 20%;
	left: 40%;
}

.dtl-scl-mdia li {
	float: left;
	display: block;
	width: 7%;
	margin: 10px 12px;
}

.dtl-scl-mdia {
	display: inline-block;
    margin-top: 22px;
}
.dtl-scl-mdia ul{
	margin: 0 auto;
    display: flow-root;
    width: 100%;
}
    

.dtl-scl-mdia li i {
	border: 1px solid gray;
	padding: 15px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	transition: 0.3s all;
}

.dtl-scl-mdia li i:hover {
	border-radius: 50px;
	box-shadow: 0px 2px 5px #80808069;
}

.dtl-scl-mdia .fcbk i {
	color: #3B5998;
}

.dtl-scl-mdia .fcbk:hover i {
	background-color: #3B5998;
	color: white;
}

.dtl-scl-mdia .ytb i {
	color: #bb0000;
}

.dtl-scl-mdia .whatsapp i {
	color: #4cc15a;
}

.dtl-scl-mdia .whatsapp:hover i {
	background-color: #4cc15a;
	color: white;
}

.dtl-scl-mdia .pinterest i {
	color: #e20017;
}

.dtl-scl-mdia .pinterest:hover i {
	background-color: #e20017;
	color: white;
}

.dtl-scl-mdia .twtr i {
	color: #55acee;
}

.dtl-scl-mdia .twtr:hover i {
	background-color: #55acee;
	color: white;
}

.dtl-scl-mdia .lnkdn i {
	color: #007bb5;
}

.dtl-scl-mdia .lnkdn:hover i {
	color: white;
	background-color: #007bb5;
}

.dtl-scl-mdia .tblr i {
	color: #2c4762;
}

.dtl-scl-mdia .tblr:hover i {
	color: white;
	background-color: #2c4762;
}

.dtl-scl-mdia .vk i {
	color: #4c75a3;
}

.dtl-scl-mdia .vk:hover i {
	color: white;
	background-color: #4c75a3;
}

.dtl-scl-mdia .msg i {
	color: black;
}

.dtl-scl-mdia .msg:hover i {
	color: white;
	background-color: gray;
}

.a2a_dd i {
	color: #00ba10;
}

.a2a_dd:hover i {
	color: white;
	background-color: #00ba10;
}

.dtl-bsns-crd {
	margin-top: 50px;
}

/*====================social-links====================*/

/*====================get-direction====================*/

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	display: flow-root;
}

/* The Close Button */

.close {
	color: #32a2e2;
	font-size: 28px;
	font-weight: bold;
	opacity: 1;
	position: absolute;
	right: 15px;
}

.close:hover,
.close:focus {
	color: #32a2e2;
	opacity: 1;
}

.distance-time {
	background-color: #ffffff24;
	padding: 13px;
	font-size: 16px;
	box-shadow: 0px 1px 4px #80808036;
	border: 1px solid #32a2e2;
	display: flex;
	position: relative;
}

.distance-time p {
	float: left;
	display: block;
	width: 15%;
}

.dirctn button {
	background-image: linear-gradient(to right, #1976e5, #42b2f3);
	padding: 7px;
	text-align: center;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0px 1px 3px #00000087;
	margin-top: 0px;
	width: 100%;
	border: 1px solid;
	outline: none;
	margin-bottom: 13px;
	border-radius: 41px;
}

.dirctn button i {
	padding-right: 10px;
}

.map-detail {
	border: 2px solid #32a2e2;
	height: 553px;
	overflow: auto;
}

.modal-map-detail {
	height: 522px;
	margin-top: 22px;
	width: 49%;
	float: right;
	border: 1px solid;
}

.modal-map-detail h4 {
	padding: 14px;
	background-image: linear-gradient(to right, #1976e5, #42b2f3);
	color: white;
}

/* width */

.map-detail::-webkit-scrollbar {
	width: 10px;
}

/* Track */

.map-detail::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

/* Handle */

.map-detail::-webkit-scrollbar-thumb {
	background-image: linear-gradient(#191919, #737373);
}

/* Handle on hover */

.map-detail::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(to bottom, #1976e5, #42b2f3);
}

.map-detail li {
	display: block;
	padding: 10px;
	font-size: 12px;
	border-bottom: 1px solid gray;
}

.modal-map {
	float: left;
	width: 50%;
	border: 1px solid #575757;
	padding: 10px;
	margin-top: 22px;
	overflow: hidden !important;
}

/*====================get-direction====================*/

.related-properties li {
	float: left;
	width: 21%;
	display: block;
	overflow: hidden;
	margin: 2%;
	box-shadow: 0px 1px 4px #00000054;
}

.related-properties li li {
	width: 50%;
	margin: 0;
	box-shadow: 0px 0px 0px transparent;
}

.related-properties h3 {
	margin: inherit;
	position: relative;
}

.related-properties h3:after {
	width: 20%;
	left: 0;
}

#newpost {
	display: none;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	width: 93%;
}

.call-btn img {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	width: 30%;
}

/*=======================property-detail=======================*/

/*=======================project-listing=======================*/

.subdetail li {
	box-shadow: initial !important;
	border: none !important;
	margin-bottom: 10px !important;
	font-weight: 700;
}

.subdetail li i {
	font-size: 18px;
	color: #32a2e2;
	padding-right: 10px;
	width: 27px;
}

.subdetail li span {
	font-weight: normal;
}

.dlr-dtl .heading {
	margin-bottom: 20px;
}

.dlr-dtl .heading h3:after {
	width: 20%;
	left: 40%;
}

.developer-info {
	overflow: hidden;
}

/* Style the buttons inside the tab */

.developer-info button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	background: white;
	box-shadow: 0px 0px 5px #0000001a;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #0000001f;
	margin-right: 3px;
	text-transform: capitalize;
}

/* Change background color of buttons on hover */

.developer-info button:hover {
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: white;
}

/* Create an active/current tablink class */

.developer-info button.active {
	background-image: linear-gradient(#1976e5, #42b2f3);
	color: white;
}

/* Style the tab content */

.tabdetail {
	display: none;
}

.tabdetail li {
	display: block;
	line-height: 26px;
	float: left;
	width: 12%;
	font-size: 15px;
	color: #606060;
}

.tabdetail li i {
	padding-right: 8px;
}

#project ul {
	width: 100%;
	display: flex;
}

.tabdetail h4 {
	border-bottom: 1px solid #1a77e5;
	padding-bottom: 5px;
	width: max-content;
	margin-top: 17px;
	font-size: 20px;
}

#info p {
	margin-top: 20px;
}

/* Style the tab */

.dtl-mps {
	overflow: hidden;
}

/* Style the buttons inside the tab */

.dtl-mps button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 15px;
	background: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10196078431372549);
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
	margin-right: 3px;
	width: 32.9%;
}

/* Change background color of buttons on hover */

.dtl-mps button:hover {
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: white;
}

/* Create an active/current tablink class */

.dtl-mps button.active {
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: white;
}

/* Style the tab content */

.mapscontent {
	display: none;
	padding: 20px 0px;
}

.mapscontent img {
	width: 50%;
}

.project-maps h3:after {
	width: 5%;
}

.mapscontent .modal-map {
	width: 100%;
}

.prjct-dtl-media ul {
	width: 80%;
	margin: 0 auto;
}

.prjct-dtl-media li {
	width: 24%;
}

.prjct-dtl-media li i {
	padding: 23px 10px;
}

/*=======================project-listing=======================*/

/*===========================aboutus===========================*/

.about-us {
	background-image: url('../pic/about-us.webp');
	position: relative;
	z-index: 1;
	background-position: bottom;
}

.about-us:before {
	background-color: #000000bd;
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
}

.journy {
	margin-top: 60px;
}

.abt-dtl {
	margin-top: 70px;
}

.abt-txt {
	width: 63%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
	z-index: 2;
}

.abt-txt p {
	font-size: 20px;
	text-align: center;
	color: white;
}

.abt-dtl .abt-icon {
	width: 50%;
	border: 2px solid #1976e5;
	text-align: center;
	padding: 69px;
	font-size: 65px;
	border-radius: 50%;
	margin: 0 auto;
	color: black;
	position: relative;
}

.lft-sqre:after {
	left: 94% !important;
}

.abt-dtl .abt-icon:after {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	content: '';
	position: absolute;
	top: 49%;
	left: -4%;
}

.abt-dtl .line {
	width: 117%;
	height: 2px;
	background-color: #1976e5;
	content: '';
	position: absolute;
	top: 57.9%;
	left: 100%;
}

.tp-line {
	top: 48% !important;
	width: 116% !important;
}

.tp-line:before {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-color: white;
	left: -10px;
	top: 2px;
}

.abt-dtl-txt p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.abt-dtl-txt .heading {
	margin-bottom: 40px;
}

.abt-dtl-txt h3 {
	font-size: 25px;
}

.abt-dtl-txt h3:after {
	width: 9%;
	left: 45%;
}

.chose-us {
	background-color: #1e7de6;
	margin-top: 70px;
}

.chose-us #white {
	margin-top: 60px;
}

.chose-us #white h3 {
	margin-top: 60px;
}

.chose-icon {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	color: white;
}

.chose-icon i {
	font-size: 25px;
}

.chose-icon h3 {
	font-size: 40px;
	font-weight: 700;
}

.chose-icon h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.touch {
	background-image: url(../pic/featured-agent.png);
	margin-top: 50px;
	background-size: 100% 100%;
}

.touch #white {
	margin-top: 140px;
}

.uni-ftrs {
	height: 100%;
	display: -webkit-inline-box;
}

.uni-ftrs li {
	float: left;
	width: 18%;
	margin: 1%;
	height: 100%;
	display: inline-flex;
}

.main {
	border: 1px solid black;
	text-align: center;
	padding: 10px;
}

.main-icn {
	padding: 30px;
	background-image: linear-gradient(45deg, #1977e5, #42b2f3);
	color: white;
	font-size: 35px;
	width: 112px;
	margin: 0 auto;
	border-radius: 63px;
}

.main h4 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 22px;
}

.abt-cntct {
	margin-top: 175px;
	margin-bottom: 194px;
}

.cntct-icn {
	text-align: center;
}

.cntct-icn p {
	color: white;
}

.cntct-icn i {
	padding: 35px;
	background-image: linear-gradient(45deg, #ffffff, #ffffff);
	color: #32a2e2;
	font-size: 35px;
	width: 105px;
	margin: 0 auto;
	border-radius: 63px;
	margin-bottom: 30px;
	text-shadow: 0px 2px 2px black;
	box-shadow: inset 0px 2px 5px black;
}

.brdr-rght {
	border-right: 1px solid white;
}

.brdr-lft {
	border-left: 1px solid white;
}

/*===========================aboutus===========================*/

/*==========================contact-us==========================*/

.contact-us {
	margin-top: 15%;
}

.contact-us .address {
	margin-top: 7%;
	color: black;
}

.contact-us .address h4 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 20px;
	text-shadow: 0px 1px 2px #0000008f;
}

.contact-us .address p {
	font-size: 14px;
}

#regiter textarea {
	width: 100%;
	height: 31px;
	outline: none;
	border: none;
	border: 1px solid gray;
	padding-left: 20px;
}

#regiter textarea::placeholder {
	color: #ababab;
}

.cntct-pg {
	width: 80% !important;
}

.cntct-pg textarea {
margin-bottom: 13px;
    height: 100px !important;
    width: 96% !important;
    padding-top: 20px;
}

.cntct-pg li {
	margin: 0 auto;
	display: block;
	float: inherit;
}

.cntct-media li {
	display: block;
	float: left;
}

.cntct-media li a {
	display: block;
	margin-right: 20px;
	background-image: linear-gradient(45deg, #3b86ff, #51b7fd);
	width: 45px;
	text-align: center;
	padding: 11px;
	border-radius: 50%;
	margin-top: 14px;
	color: #ffffff;
	font-size: 16px;
	transition: 0.3s all;
}

.cntct-media li a:hover {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	box-shadow: 0px 5px 10px 0px #014eda;
	margin-top: 10px;
	color: white;
}

.cntct-pg {
	width: 100%;
}

.cntct-pg form {
	width: 100%;
}

#contact_form button{
    background-image: linear-gradient(to right, #1774e4, #44b4f4);
    padding: 11px 10px;
    transition: 0.3s all;
    position: relative;
    color: white;
    border: none;
}
.profile-img {
	width: 50%;
	float: left;
}

.profile-img img {
	width: 7%;
	float: left;
}

.profile-img p {
	margin-top: 12px;
	float: left;
	margin-left: 15px;
	font-size: 20px;
}

.forum {
	background-color: white;
	box-shadow: 0px 1px 3px #00000038;
	padding: 10px;
}

.forum a {
	background-color: #3c9162;
	box-shadow: 0px 1px 3px #00000038;
	padding: 10px;
	margin-left: 30px;
	width: 217px;
	border: 1px solid #3c9162;
	color: white;
	font-size: 16px;
	display: inline-block;
	text-align: center;
}

.forum-content {
	margin-top: 50px;
}

.post {
	background-color: #ffffff;
	box-shadow: 0 0px 1px #0f78c2;
	margin-bottom: 20px;
}

.post .wrap-ut {
	width: 85%;
	float: left;
	padding: 15px;
}

#auto-clear-search {
	margin-top: 16px;
	padding: 0px;
	bottom: inherit;
	border-bottom: none;
	background-image: none;
}

.post .userinfo {
	width: 15%;
	padding: 20px 0 15px 15px;
	float: left;
	margin-right: 25px;
}

.post .avatar {
	width: 100%;
	height: 100%;
	margin-left: 5px;
	text-align: center;
}

.avatar img {
	width: 100%;
	height: 100%;
}

.avatar {
	position: relative;
}

.post .posttext {
	width: 81%;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans Light', sans-serif;
	line-height: 25px;
}

.post h2 {
	color: #363838;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post h2 a {
	color: black;
}

.post .postinfo {
	width: 15%;
	border-left: solid 1px #f1f1f1;
}

.post .comments {
	border-bottom: solid 1px #f1f1f1;
	padding: 18px 0 25px 0;
	text-align: center;
}

.post .comments .commentbg {
	background-image: linear-gradient(#43b3f3, #1977e5);
	border-radius: 0px;
	display: inline-block;
	padding: 12px 18px;
	color: #ffffff;
	font-size: 14px;
	position: relative;
}

.post .comments .commentbg .mark {
	width: 11px;
	height: 11px;
	background-color: #1d7ce6;
	position: absolute;
	bottom: 0;
	left: 43%;
	margin-bottom: -5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.post .views {
	border-bottom: solid 1px #f1f1f1;
	color: gray;
	font-size: 12px;
	font-family: 'Open Sans Regular', sans-serif;
	text-align: center;
	line-height: 29px;
}

.post .views i {
	font-size: 14px;
}

.post .time {
	color: gray;
	font-size: 12px;
	font-family: 'Open Sans Regular', sans-serif;
	text-align: center;
	line-height: 29px;
	background: white;
	width: 100%;
}

.contributor {
	border: 1px solid #d6e8f4;
	display: flow-root;
}

.contributor-list {
	width: 100%;
	display: flow-root;
}

.contributor h3 {
	background-image: linear-gradient(to top, #1976e5, #42b2f3);
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #00000087;
	margin-top: 0px;
}

.cntbtr-img {
	width: 15%;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.cntbtr-img img {
	width: 100%;
}

.cntbtr-txt {
	margin-left: 20px;
	position: relative;
	float: left;
	margin-top: 12px;
}

.cntbtr-txt a {
	font-size: 17px;
	color: #1a78e5;
}

.cntbtr-txt p {
	font-size: 14px;
	color: gray;
}

.frum-qu .form-group {
	float: left;
	width: 48%;
	margin: 1%;
}

.frum-qu .form-group input {
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid gray;
}

.frum-qu .form-group input:focus {
	box-shadow: 0px 1px 5px #288dea91;
	border: 1px solid #288dea91;
}

.frum-qu .form-group button {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	border-radius: 50px;
	border-color: #41b0f3;
	padding: 10px 60px;
	font-size: 16px;
	transition: 0.3s all;
	color: white;
	border: 1px solid transparent;
	margin-top: 0px;
}

/*==========================contact-us==========================*/

/* ===========================blogs=========================== */

.blg {
	border: 1px solid #0000003d;
	padding: 10px;
	margin-top: 32px;
	height: 560px;
}

.blg-img {
	position: relative;
}

.blg-img .no-img {
	height: 300px !important;
}

.blg-img h3 {
	padding: 12px;
	color: white;
	bottom: 0;
	position: absolute;
	background-color: #00000091;
	font-size: 20px;
	width: 100%;
	margin-bottom: 0;
}

.blg .blog-detail-btn {
	padding: 8px 14px;
	background-image: linear-gradient(#1876e4, #43b3f3);
	border: 0;
	transition: 0.3s all;
	outline: none;
	color: white;
	margin: 0 auto;
	position: relative;
	display: block;
	width: max-content;
	margin-top: 15px;
}

.blg a:hover {
	box-shadow: 0px 2px 7px #00000080;
}

.blg-txt {
	display: flow-root;
	    margin-top: 20px;
}

.blg-txt li {
	display: block;
	float: left;
	width: 48%;
	margin: 1%;
	color: black;
}

.blg-txt p {
	color: #808080de;
	font-size: 13px;
	height: 70px;
	position: relative;
}

.blg-img img {
	width: 100%;
}

.agent-page {
	background-image: inherit;
}

.agent-page .heading {
	margin: 0px;
}

.agent-call-gif {
	position: absolute;
	right: 40%;
	width: 80px;
}

.agent-call-gif img {
	width: 100%;
}

.blog-number {
	margin: 0 auto;
	margin-top: 3%;
	margin-left: 37.5%;
	display: inline-flex;
}

.discus-btn {
	float: right;
	margin-right: 1%;
}

/* ===========================blogs=========================== */

/* ========================agent-profile====================== */

.agent-img {
	float: left;
	width: 250px;
}

.agent-img img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 2px solid #979797;
}

.agent-logo {
	position: absolute;
	width: 60px;
	right: 40%;
	bottom: 8px;
	border: 1px solid;
}

.agent-logo img {
	width: 100%;
}

.profile-dtl {
	float: left;
	margin-top: 25px;
}

.profile-dtl h4 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

.profile-dtl button {
	background-image: linear-gradient(to right, #ff551a, #fb7e51);
	border-radius: 49px;
	border: 1px solid white;
	box-shadow: 0px 2px 4px #00000073;
	padding: 8px 28px;
	transition: 0.3s all;
	color: white;
	outline: none;
}

.profile-dtl #newpost {
	text-align: left;
}

.agent-profile-dtl {
	box-shadow: 0px 2px 4px #0000002b;
	display: flow-root;
	padding: 20px;
	margin-bottom: 30px;
}

.ofc-area li {
	display: block;
	float: left;
	border: 1px solid gray;
	padding: 10px;
	width: 20%;
	margin-right: 20px;
	margin-bottom: 27px;
	text-align: center;
}

.ofc-area li i {
	color: #387dff;
}

#key-person .persons-dtl p {
	margin-bottom: 0px;
}

.agent-heading h3 {
	border-bottom: 2px solid #387dff;
	text-transform: uppercase;
	width: fit-content;
	padding-bottom: 5px;
	margin-top: 0;
	position: relative;
	font-weight: 700;
}

.agent-heading {
	margin-bottom: 30px;
	width: 100%;
    display: flex;
}

.agent-heading h3:after {
	height: 4px;
	width: 30%;
	position: absolute;
	content: '';
	background-color: #387dff;
	bottom: -3px;
	left: 0;
}

.persons-dtl li {
	float: left;
	display: block;
	border: 1px solid #8080806b;
	width: 23%;
	margin-right: 20px;
	padding: 15px;
	text-align: center;
}

.prsn-img {
	width: 100%;
}

.prsn-img img {
	width: 100%;
	height: 180px;
}

.prsn-dtl {
	margin-top: 15px;
}

.agent-heading .numbers {
	color: gray;
	margin-left: 10px;
	font-weight: 100;
}

.properties li {
	float: left;
	display: block;
	width: 25%;
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: capitalize;
	color: #444444;
}

.properties li span {
	margin-left: 3px;
	color: gray;
	font-size: 13px;
}

.properties li a {
	border-radius: 49px;
	border: 1px solid #c4c4c4;
	box-shadow: 0px 2px 4px #00000036;
	padding: 5px 10px;
	outline: none;
	background-image: linear-gradient(to right, rgb(23, 116, 228), rgb(68, 180, 244));
	color: white;
}

.snd-eml .form-group {
	float: left;
	width: 100%;
	padding-right: 4px;
}

.snd-eml .form-group input {
	padding: 10px 25px;
	width: 100%;
	outline: none;
	transition: 0.3s all;
	border: 1px solid #808080c2;
}

.snd-eml .form-group input:focus {
	border: 1px solid #32a2e2;
	box-shadow: 0px 1px 4px #326ee278;
}

.snd-eml textarea {
	padding: 10px;
	width: 100%;
	outline: none;
}

.snd-eml i {
	position: absolute;
	margin-top: 14px;
	margin-left: 5px;
	color: gray;
}

.snd-eml button {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	border-radius: 49px;
	box-shadow: 0px 2px 4px #00000073;
	padding: 11px 20px;
	border: 1px solid transparent;
	text-transform: uppercase;
	transition: 0.3s all;
	text-align: center;
	color: white;
}

.snd-eml button:hover {
	letter-spacing: 1px;
}

.snd-eml button a {
	color: white;
}

/* ========================agent-profile====================== */

/* ========================communication====================== */

.communication-page {
	background-image: url(../pic/communication-bg.webp);
	position: relative;
	z-index: 1;
}

.communication-page:before {
	background-color: rgba(0, 0, 0, 0.8117647058823529);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.cmun-img {
	opacity: 0.7;
	width: 70%;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 50px;
}

.define {
	color: white;
	font-size: 17px;
	margin-top: 145px;
	width: 80%;
}

.cmun-img img {
	width: 100%;
}

.comnctn-lst li {
	float: left;
	display: block;
	width: 14%;
	background-color: white;
	box-shadow: 0px 2px 6px #8080802b;
	margin: 1.3%;
	text-align: center;
	padding: 19px;
	margin-bottom: 4%;
}

.comnctn-icn {
	position: relative;
}

.img-icn {
	position: absolute;
	top: 20px;
	width: 50px;
	right: 40px;
}

.bg {
	width: 70px;
	opacity: 0.3;
}

.comnctn-lst li:hover .bg {
	animation: 2s infinite beatHeart;
}

@keyframes beatHeart {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

.mrg-icn {
	top: 30px;
}

.comnctn-lst a {
	text-transform: uppercase;
	color: black;
	margin-top: 20px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

.boxes {
	background-color: #cbcbcb1a;
	background-image: url(../pic/bg-decor-4.png);
	padding-bottom: 70px;
}
.boxes a{
	text-decoration: none;
	color: black;
}
.box-items {
	width: 100%;
	text-align: center;
	padding: 40px 20px;
	margin-top: 70px;
	transition: 0.5s all;
}

.box-items:hover {
	background-color: white;
	box-shadow: 0px 2px 30px #0000001f;
}

.box-items h4 {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 2px solid #387dff;
	width: max-content;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.box-items h4:after {
	height: 4px;
	width: 15%;
	position: absolute;
	display: block;
	content: '';
	background-color: #387dff;
	margin-top: 4px;
}

.gif img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.gif p {
	line-height: 40px;
	font-size: 20px;
}

/* ========================communication====================== */

/* =====================agent-static-page===================== */

.agent-static-img {
	float: left;
	width: 20%;
	margin-right: 30px;
	margin-top: 20px;
}

.agent-static-img img {
	width: 100%;
}

.agent-static-txt {
	float: left;
	width: 75%;
	padding: 10px;
}

.agent-static-txt li {
	display: block;
	float: left;
	width: 50%;
}

.agent-static-txt h4 {
	border-bottom: 2px solid #387dff;
	width: max-content;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0;
	font-weight: 700;
}

.agent-static-txt h4:after {
	height: 4px;
	width: 8%;
	position: absolute;
	display: block;
	content: '';
	background-color: #387dff;
	margin-top: 4px;
}

.agent-boxes {
	display: flow-root;
	padding: 5px;
	margin-bottom: 40px;
	height: 295px;
}

.agent-page {
	margin-top: 50px;
}

.heading p {
	text-align: center;
	margin-top: 20px;
	font-size: 17px;
}

.seller img {
	margin: 0 auto;
	display: block;
	margin-top: 0px;
}

.seller-boxes {
	margin-top: 19%;
}

.left-box {
	text-align: right;
}

.left-box h5 {
	float: right;
}

.left-box p {
	float: right;
}

.left-box::before {
	position: absolute;
	display: block;
	background: black;
	content: '';
	height: 2px;
	width: 25%;
	right: -130px;
	top: 79%;
}

.right-box::before {
	position: absolute;
	display: block;
	background: black;
	content: '';
	height: 2px;
	width: 25%;
	left: -130px;
	top: 79%;
}

.seller-boxes h5 {
	border-bottom: 1px solid #387dff;
	width: max-content;
	padding-bottom: 6px;
	font-size: 20px;
}

.comparison-img {
	width: 50%;
	margin: 0 auto;
}

.comparison-img img {
	width: 100%;
}

.comparison-boxes li {
	display: block;
	line-height: 2;
}

.comparison-boxes li i {
	padding-right: 10px;
}

.comparison-boxes {
	margin-top: 34px;
	border: 2px solid black;
	padding: 20px;
}

.comparison-right {
	margin-left: 0;
}

.comparison-left::before {
	position: absolute;
	display: block;
	background-image: linear-gradient(45deg, black, transparent);
	content: '';
	height: 2px;
	width: 29%;
	right: -130px;
	top: 60%;
}

.comparison-right::before {
	position: absolute;
	display: block;
	background-image: linear-gradient(45deg, transparent, black);
	content: '';
	height: 2px;
	width: 29%;
	left: -128px;
	top: 60%;
}

.seller {
	background-color: #8080800f;
}

.lisitng-img img {
	margin: 0 auto;
	display: block;
	width: 80%;
}

.lstng-stps {
	float: left;
	width: 48%;
	margin-left: 19px;
}

.lstng-stps li {
	display: block;
	text-transform: capitalize;
	line-height: 3;
	border-bottom: dotted 1px;
	width: 80%;
	color: black;
}

.lstng-stps li span {
	font-weight: 700;
}

.lstng-stps li i {
	padding-right: 10px;
	color: #387dff;
}

.add-lstng img {
	width: 100%;
}

.add-lstng h3 {
	margin: 0;
	font-size: 38px;
}

.add-lstng h3:after {
	left: 15px;
}

.mode h3:after {
	width: 17%;
}

.mds {
	text-align: center;
	margin-bottom: 30px;
}

.mds i {
	font-size: 60px;
	color: #387dff;
}

.mds a {
	text-transform: uppercase;
	color: black;
	font-size: 20px;
	margin-top: 6px;
	display: block;
}

.map {
	margin-top: 70px;
}

.map img {
	margin: 0 auto;
	display: block;
}

/* =====================agent-static-page===================== */

/* =====================static-maps-sec======================= */

.map-stc-page {
	margin-top: 50px;
}

.static-maps-sec {
	margin-bottom: 31px;
	display: flex;
}

.map-stc-page .dtl-bsns-crd {
	margin-top: 0;
}

.static-maps-sec img {
	border: 1px solid #cbcbcb;
	padding: 12px;
	width: 100%;
}

.mps-img {
	width: 35%;
}

.mps-txt {
	width: 50%
}

.static-maps {
	background-color: white;
	margin-bottom: 10px;
	border: 1px solid rgba(128, 128, 128, 0.4117647058823529);
	padding: 10px;
	text-align: center;
	width: 90%;
	margin-left: 50px;
	height: 121px;
}

.static-maps h4 {
	text-transform: capitalize;
}

/* =====================static-maps-sec======================= */

/* ======================static-project======================= */

.static-project {
	background-image: url(../pic/project.jpg);
	background-size: 100%;
	background-position: bottom;
	padding-bottom: 120px;
	padding-top: 60px;
}

.static-project p {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
}

.wht-we li {
	float: left;
	display: flex;
	width: 47%;
	margin: 0 auto;
	margin-left: 45px;
	line-height: 2;
}

.wht-we li i {
	padding-right: 10px;
	line-height: 2;
	color: #387dff;
}

/* ======================static-project======================= */

/* ===========================auction========================= */

.auction {
	background-image: url(../pic/property-auctions.jpg);
	position: relative;
	z-index: 1;
}

.auction:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6784313725490196);
	z-index: -1;
}

.auction p {
	color: white;
}

.auction .heading {
	margin-top: 0;
}

.auction #white,
.auction #white h3 {
	margin-top: 48px;
	margin-bottom: 30px;
}

.auction-stps {
	float: inherit;
	width: 65%;
}

.auction-stps li {
	line-height: 5;
}

.auction-img {
	width: 100%;
}

.auction-img img {
	width: 100%;
}

/* ===========================auction========================= */

/* =======================aution-listing====================== */

.auction-works {
	margin-bottom: 50px;
}

.auction-works img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.auction-dtl-btn {
	width: 50%;
}

.auction-time {
	position: absolute;
	bottom: -10px;
	right: 36.7%;
	padding: 10px 43px 10px 15px;
	color: white;
}

.auction-time:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transform: skew(-35deg);
	z-index: -1;
	top: 0;
	left: -14px;
	background-color: #29b6fb;
}

/* =======================aution-listing====================== */

/* ====================business-directory===================== */

.business-directory {
	margin-top: 60px;
}

.hexagon {
	position: relative;
	width: 150px;
	height: 86.60px;
	margin: 70.3px 33px;
	border-left: solid 2px #32a2e2;
	border-right: solid 2px #32a2e2;
	float: left;
	text-align: center;
	display: block;
	z-index: 1;
}

.hexagon:hover {
	color: white;
}

.hexagon:before {
	top: -53px;
	border-top: solid 2.8284px #32a2e2;
	border-right: solid 2.8284px #32a2e2;
	background-color: white;
	z-index: -1;
}

.hexagon:after {
	bottom: -53px;
	border-bottom: solid 2.8284px #32a2e2;
	border-left: solid 2.8284px #32a2e2;
	background-color: white;
	z-index: -1;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 106.07px;
	height: 106.07px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 20.9670px;
}

.hexagon:hover:before {
	background-image: linear-gradient(130deg, #1875e4, #43b3f4);
	z-index: -1;
}

.hexagon:hover:after {
	background-image: linear-gradient(130deg, #1875e4, #43b3f4);
	z-index: -1;
}

.hexagon i {
	font-size: 25px;
	display: block;
	color: #32a2e2;
	margin-top: 10px;
}

.hexagon a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.hexagon:hover a {
	color: white !important;
}

.hexagon:hover p {
	color: white;
}

.hexagon p {
	color: #32a2e2;
	font-size: 14px;
}

.hexagon:hover {
	background-image: linear-gradient(90deg, #1875e4, #43b3f4);
}

.hexagon:hover i {
	color: #fff;
}

/* ====================business-directory===================== */

/* ========================vlog=============================== */

.videos {
	position: relative;
	border: 1px solid black;
	margin-top: 50px;
}

.videos h4 {
	background-image: linear-gradient(to top, #1774e4, #44b4f4);
	padding: 15px;
	color: white;
	position: absolute;
	width: 100%;
	bottom: -10px;
	text-align: center;
}

/* ========================vlog=============================== */

/* =========================faq================================ */

.faq-item {
	background: white;
	padding: 20px;
	width: 75%;
	box-shadow: 0px 1px 4px #9c9c9c26;
	margin: 0 auto;
	display: flow-root;
	margin-top: 30px;
	border: 1px solid #80808042;
	position: relative;
}

.faq-item i {
	float: left;
	width: 50px;
	background-image: linear-gradient(45deg, #1976e5, #43b3f3);
	color: white;
	text-align: center;
	padding: 15px;
	left: 0;
	font-size: 15px;
	margin-right: 15px;
}

.faq-item h4 {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	background: #f1f1f1;
	padding: 12px 40px;
	border: 1px solid #d6d6d6;
}

.faq-txt {
	margin-top: 15px;
	display: inline-block;
}

.faq-txt p {
	font-size: 14px;
	color: gray;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
}

.faq-item-meta {
	float: right;
	color: white;
	margin-top: 10px;
	background-color: #1b7d4c;
	padding: 5px 0px 5px 5px;
}

.rate,
.rate a {
	color: #ffffff;
	background-color: #ff551a;
	padding: 6px;
}

/* =========================faq================================ */

/* ======================direcroty-detail======================= */

.dirctry-lst .developer-info {
	width: 15%;
	float: left;
}

.dirctry-lst .developer-info button {
	font-size: 13px;
	width: 100%;
	box-shadow: 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0;
	padding: 10px 5px;
}

.dirctry-lst .tabdetail {
	width: 85%;
	float: left;
	margin-left: 0;
	border: 1px solid #41b1f3;
	padding-left: 20px;
}

.dirctry-lst .description {
	box-shadow: inherit;
}

.dirctry-lst label {
	float: left;
	margin-right: 20px;
}

.dirctry-lst p {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	border-bottom: dashed 1px gray;
	padding-bottom: 5px;
	text-align: right;
}

.dirctry-lst #info p {
	margin-top: 0px;
}

.dirctry-lst .agent-profile-dtl {
	padding: 20px 20px 20px 0px;
	box-shadow: 0px 0px 0px;
	margin-bottom: 0px;
	width: 100%;
}

.directory-hed h3:after {
	margin-left: 85px !important;
}

.directory-dtl {
	float: left;
	width: 50%;
	padding-top: 15px;
}

.directory-logo {
	width: 50%;
	float: left;
	padding-top: 15px;
}

.directory-logo img {
	margin: 0 auto;
	display: block;
	width: 120px;
	height: 120px;
}

/* ======================direcroty-detail======================= */

.trusted {
	border: 0px;
	box-shadow: 0px 0px 0px;
}

/* ==========================software=========================== */

.software {
	margin-top: 50px;
	margin-bottom: 50px;
}

.software h3 {
	text-align: left;
	margin: 0;
}

.software h3:after {
	margin-left: 15px;
	left: 0px;
}

.software img {
	width: 100%;
}

.Software-feature {
	background-image: url(../pic/software-pattern.jpg);
	background-size: 100% 100%;
	padding-bottom: 60px;
}

.sft-ftr-txt {
	text-align: center;
	width: 94%;
	border: 1px solid rgba(255, 255, 255, 0.7019607843137254);
	padding: 50px 20px;
	color: white;
}

.sft-ftr-txt img {
	width: 30%;
	margin-bottom: 20px;
}

.sft-ftr-txt h4 {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 6px;
	width: max-content;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	color: white;
}

.sft-ftr-txt h4:after {
	height: 3px;
	width: 25%;
	position: absolute;
	display: block;
	content: '';
	background-color: white;
	left: 38%;
	margin-top: 5px;
}

.software-services img {
	float: right;
}

.sft-srv {
	border: 1px solid rgba(0, 0, 0, 0.25098039215686274);
	width: 55%;
	padding: 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 18px;
}

.sft-srv h4 {
	font-size: 23px;
}

.Software-feature #white {
	margin-top: 50px;
	color: white;
}

.Software-feature #white p {
	margin-bottom: 30px;
}

.work-item i {
	font-size: 60px;
	color: #1977e5;
}

.work-item {
	text-align: center;
	margin-top: 40px;
}

.work-item h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sft-wrks img {
	margin: 0 auto;
	display: block;
	width: 60%;
}

/* ==========================software=========================== */

/* =======================marriage-hall=========================== */

.hall-adrs li {
	display: block;
	line-height: 2.5;
}

.hall-adrs li i {
	padding-right: 10px;
}

.hall-srvc-dtl li {
	width: 23%;
	float: left;
	display: block;
	line-height: 2;
	background: white;
	border: 1px solid #808080b0;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 12px;
}

.hall-srvc-dtl li i {
	padding-right: 10px;
	color: #32a2e2;
}

.hall-qustn p {
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 33px;
}

.hall-qustn li h4 {
	font-size: 20px;
}

.booking-form h5 {
	background-image: linear-gradient(to top, #1976e5, #42b2f3);
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #00000087;
	margin-top: 0px;
	margin-bottom: 0px;
}

.booking-form {
	border: 1px solid #bdbdbd;
}

.booking-form .cntct-frm {
	padding: 10px;
}

.booking-form button {
	margin-bottom: 10px;
	margin-top: 20px;
	display: -webkit-inline-box;
	margin-left: 25%;
	text-transform: uppercase;
}

.bk-time input {
	width: 25px;
	margin-top: 4px;
	float: left;
}

.bk-time input:focus {
	box-shadow: inherit;
}

.booking-form select {
	padding: 10px 25px;
	width: 100%;
	margin: 7px 0px;
	color: darkgrey;
	font-weight: normal;
	margin-top: -30px;
	display: block;
}

/* =======================marriage-hall=========================== */

/* ==========================hostel=============================== */

.hostel-facilities {
	width: 50%;
	float: left;
}

.hostel-facilities h5 {
	border-bottom: 1px solid #387dff;
	width: max-content;
	font-size: 20px;
	padding-bottom: 5px;
}

/* ==========================hostel=============================== */

/* ========================calculate-area========================= */

.cacl {
	margin-bottom: 20px;
}

.cacl input {
	padding: 9px;
	width: 300px;
	border: 1px solid #3eabf1;
	outline: none;
}

.calc-icn {
	float: left;
	background-image: linear-gradient(45deg, #1875e4, #43b3f3);
	padding: 10px;
	color: white;
}

.calc-icn i {
	padding-right: 5px;
	padding-left: 5px;
}

.cacl button {
	background-image: linear-gradient(to right, #ff571c, #fd8b4f);
	border-radius: 49px;
	border-color: #41b0f3;
	box-shadow: 0px 2px 4px #00000073;
	padding: 8px 40px;
	transition: 0.3s all;
	color: white;
	border: 1px solid white;
	outline: none;
}

.calculate-area .description {
	margin: 0 auto;
	display: block;
	width: 56%;
	margin-top: 40px;
}

.cacl th {
	padding: 10px;
	width: 120px;
	background-image: linear-gradient(to top, #1c1c1c, #6f6f6f);
	color: white;
	border: 1px solid white;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}

.cacl table {
	border: 2px solid black;
	width: 49.4%;
	margin-bottom: 20px;
}

.cacl table td {
	border: 1px solid gray;
	padding: 10px;
	text-align: center;
}

/* ========================calculate-area========================= */

/* ========================calculate-area-on-map========================= */

.calculate-area .map-calc {
	margin-top: 50px;
}

.calculate-area .map-calc table {
	width: 70%;
}

.map-form {
	margin-top: 50px;
	display: inline-flex;
	position: relative;
	width: 100%;
}

.map-form input {
	padding: 11px;
	width: 65%;
	margin-left: -4px;
	border: 1px solid #3fadf2;
}

.map-form button {
	background-image: linear-gradient(45deg, #1875e4, #43b3f3);
	padding: 11px;
	width: 100px;
	color: white;
	border: 1px solid #38a3f000;
}

#map-btn {
	border-radius: 30px;
	width: 70px;
	background-image: linear-gradient(45deg, #ff581d, #fd8b4f);
}

.map-form form {
	float: left;
	width: 60%;
}

.calc-map-lnks {
	float: left;
	margin-left: 0px;
	width: 40%;
}

.calc-map-lnks a {
	background-image: linear-gradient(to top, #1c1c1c, #6f6f6f);
	border: 0;
	color: white;
	padding: 11px;
	margin-right: 12px;
}

.calc-map-lnks a:active {
	background-image: linear-gradient(to top, #1c1c1c, #6f6f6f);
	border: 0;
	color: white;
	padding: 11px;
	margin-right: 12px;
}

.area-map {
	width: 100%;
	border: 1px solid #349ded;
	padding: 12px;
	margin-top: 10px;
	position: relative;
	height: 600px;
	overflow: hidden;
}

.shape img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

/* ========================calculate-area-on-map========================= */

/* ===============================hotel-detail=========================== */

.htl-dtl {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

/* ===============================hotel-detail=========================== */

/* =================================products============================= */

.products button span {
	background-image: url(../pic/psnew_icn.png);
	background-position: -310px -99px;
	width: 40px;
	height: 34px;
	display: block;
	float: left;
	margin-top: -5px;
}

.products button #mkng {
	background-position: -354px -97px;
}

.products button:hover #mkng {
	background-position: -354px -57px;
}

.dtl-mps button.active #mkng {
	background-position: -354px -57px;
}

.products button #mngmnt {
	background-position: -404px -97px;
}

.products button:hover #mngmnt {
	background-position: -404px -57px;
}

.dtl-mps button.active #mngmnt {
	background-position: -404px -57px;
}

.dtl-mps button.active span {
	background-position: -310px -59px;
}

.dtl-mps button:hover span {
	background-position: -310px -59px;
}

.products .mapscontent h3 {
	font-size: 24px;
}

.products .mapscontent h3:after {
	width: 8%;
}

.pdt-itm li {
	display: block;
	float: left;
	width: 31%;
	margin-right: 2.3%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.pdt-itm li:before {
	width: 0%;
	height: 100%;
	content: '';
	position: absolute;
	transition: 0.3s all;
	z-index: -1;
}

.pdt-itm li:hover:before {
	width: 100%;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
}

.pdt-itm li a {
	width: 100%;
	display: block;
	border: 1px solid gray;
	color: #6d6d6d;
	padding: 12px 0px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s all;
}

.pdt-itm li a:hover {
	box-shadow: 0px 2px 7px #8080807a;
	color: #fff;
	letter-spacing: 1px;
	border: 1px solid white;
}

.pdt-sub-item h4 {
	border-bottom: 1px solid #387dfe;
	width: max-content;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}

/* =================================products============================= */

/* ===========================products-listing=========================== */

.products-lst li {
	float: left;
	width: 21%;
	display: block;
	border: 1px solid #00000033;
	margin: 2%;
	text-align: center;
	padding: 13px;
	transition: 0.3s all;
}

.products-lst li a {
	text-decoration: none;
	color: black;
}

.products-lst li img {
	width: 100%;
}

.products-lst li:hover {
	box-shadow: 0px 2px 15px #00000045;
}

.products-lst li h4 {
	margin-top: 20px;
	color: #ff5418;
}

/* ===========================products-listing=========================== */

/* ============================product-detail============================= */

.prdt-dtl-img {
	float: left;
	width: 25%;
}

.prdt-dtl-img img {
	width: 100%;
}

.prdt-dtl-txt {
	float: left;
	width: 70%;
	margin-left: 20px;
}

.prdt-dtl-txt h4 {
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #387dff;
	width: max-content;
	padding-bottom: 4px;
	margin-bottom: 6px;
	position: relative;
	font-weight: 700;
	display: flow-root;
}

.prdt-dtl-txt h4:after {
	position: absolute;
	display: block;
	content: '';
	width: 30%;
	height: 3px;
	top: 30px;
	background-color: #387dff;
}

.prdt-ptnr img {
	width: 85px;
	margin-top: 20px;
}

.sub-txt {
	margin-top: 20px;
	display: flex;
}

.sub-txt p {
	float: left;
	margin-right: 30px;
	background-color: #ffffff;
	padding: 5px 18px 5px 5px;
	border: 1px solid #00000042;
	color: #525252;
}

.sub-txt p i {
	background-color: #32a2e2;
	padding: 10px;
	color: white;
}

.prdt-ptnr .social-media {
	width: 100%;
}

/* ============================product-detail============================= */

/* ===============================services================================= */

.sltn {
	background-position: -205px -99px !important;
}

.dtl-mps button.active .sltn {
	background-position: -205px -57px !important;
}

.dtl-mps button:hover .sltn {
	background-position: -205px -57px !important;
}

.fnncl {
	background-position: -458px -100px !important;
}

.dtl-mps button.active .fnncl {
	background-position: -459px -57px !important;
}

.dtl-mps button:hover .fnncl {
	background-position: -459px -57px !important;
}

.hm-sltn {
	background-position: -548px -100px !important;
}

.dtl-mps button.active .hm-sltn {
	background-position: -546px -57px !important;
}

.dtl-mps button:hover .hm-sltn {
	background-position: -546px -57px !important;
}

/* ===============================services================================= */

/* ================================Sitemap================================== */

.Sitemap li {
	width: 15% !important;
	margin-right: 24px;
}

.Sitemap li a {
	font-size: 14px;
}

.site-name {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 1.2em;
	white-space: nowrap;
}

.products .accordion__title:after {
	display: none;
}

.products .accordion__title {
	padding: 12px 15px;
	background-image: linear-gradient(#fff, #fff);
	height: auto;
	cursor: pointer;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 5px;
	width: auto;
	display: inline-block;
	transition: 0.3s;
	font-size: 15px;
	box-shadow: 0px 0px 5px #0000001a;
	text-transform: capitalize;
}

.products .accordion__title.active {
	background-image: linear-gradient(45deg, #1b7ae6, #42b1f3);
	color: white;
}

.products .accordion__content {
	margin: 4em 0 0 -100%;
	padding: 20px 0px 10px 25px;
}

/* ================================Sitemap================================== */

/* =============================virtual-txt =================================*/

.virtual-txt h3 {
	margin: 0;
}

.virtual-txt h3:after {
	left: 0px;
}

.virtual-txt .heading {
	margin-bottom: 20px;
	margin-top: 5px;
}

.virtual-txt {
	width: 70%;
	margin-left: 30px;
	position: relative;
}

.virtual-txt button {
	padding: 10px 44px;
	margin-top: 16px;
	border: none;
	background-image: linear-gradient(45deg, #1976e5, #43b3f3);
	color: white;
	transition: 0.3s all;
}

.virtual-txt button:hover {
	box-shadow: 0px 3px 8px #44444482;
}

.virtual-txt button a {
	color: white;
	text-decoration: none;
}

.vrtl-sec {
	width: 100%;
	display: flex;
}

.virtual-img {
	margin-bottom: 30px;
	float: left;
}

.virtual-img img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

/* =============================virtual-txt =================================*/

/* =============================dashboard =================================*/

.dash-profile li {
	float: left;
	display: block;
	margin-right: 14px;
	font-size: 20px;
	margin-top: 17px;
	width: 3%;
}

.dash-profile li span {
	position: absolute;
	background-color: #ff591e;
	color: white;
	border-radius: 28px;
	font-size: 10px;
	padding: 2px 2px;
	margin-left: -10px;
	margin-top: -6px;
}

.dash-profile {
	width: 100%;
	display: flow-root;
	border-bottom: 1px solid #80808047;
	margin-bottom: 50px;
}

.prfil-img {
	float: right;
}

.prfil-img p {
	float: left;
	margin-top: 14px;
	margin-right: 13px;
	font-weight: 600;
}

.prfil-img img {
	width: 50px;
	height: 50px;
	border: 1px solid #0000002e;
	border-radius: 53px;
	padding: 3px;
}

.dashboard .btn-group {
	background-image: linear-gradient(90deg, #ffffff, #ffffff);
	width: 20%;
	padding: 8px;
	box-shadow: 0px 0px 10px #0000000f;
	float: left;
	border: 1px solid #3e3e3e;
}

.dashboard .btn-group button {
	width: 100%;
	margin-top: 3px;
	padding: 14px;
	background-color: transparent;
	box-shadow: 0px 0px 0px;
	color: black;
	text-align: left;
	border-radius: 0px !important;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}

.dashboard button i {
	padding-right: 10px;
	width: 20px;
}

.dashboard .btn-group .btn:hover {
	z-index: 1;
	background-image: linear-gradient(90deg, #1977e5, #43b3f4);
	box-shadow: 0px 0px 7px #00000070;
	color: white;
	width: 113%;
	border-radius: 3px !important;
	margin-left: -18px !important;
	padding-left: 31px;
}

.dashboard .btn-group .btn.active {
	z-index: 1;
	background-image: linear-gradient(90deg, #1977e5, #43b3f4);
	box-shadow: 0px 0px 7px #00000070;
	color: white;
	width: 113%;
	border-radius: 3px !important;
	margin-left: -18px !important;
	padding-left: 31px;
}

.dash-content {
	float: left;
	margin-left: 25px;
	padding-bottom: 20px;
	background: white;
	width: 78%;
	box-shadow: 0px 0px 10px #0000000f;
}

.tab-heading {
	background-image: linear-gradient(#1977e5, #43b3f4);
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
}

.tab-heading h4 {
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

.tab-heading span {
	display: none;
}

#mySidenav .closebtn {
	display: none;
}

.weather {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.weather li {
	float: left;
	display: block;
	width: 23%;
	background-color: white;
	margin: 1%;
	padding-left: 25px;
	padding-top: 10px;
	box-shadow: 0px 0px 5px #8080801c;
	border: 1px solid #80808021;
}

.weather li i {
	font-size: 25px;
}

.weather li #nme {
	font-size: 18px;
	margin-top: 20px;
	font-weight: 600;
}

.weather #temp i {
	color: red;
}

.weather #wthr i {
	color: #e4aa28;
}

.weather #wnd-spd i {
	color: #349dee;
}

.weather #wnd-dg i {
	color: #ca9660;
}

.weather #prsr i {
	color: green;
}

.weather #clud i {
	color: #29d2f9;
}

.weather #snrse i {
	color: #f7d21b;
}

.weather #snst i {
	color: #ff551a;
}

.dash-clock svg {
	display: block;
	position: absolute;
	right: 0;
	transform: translate(-40%, 20%);
}

.filler {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.dash-prpty {
	width: 100%;
	display: flow-root;
}

.dash-prpty h3 {
	margin-top: 30px;
	border-bottom: 1px solid black;
	padding: 10px 0px;
	font-size: 22px;
	font-family: raleway;
	font-weight: 600;
}

.dash-prpty li {
	float: left;
	display: block;
	width: 23%;
	background-image: url(../pic/dash-bg.png);
	margin: 10px 0px 8px 18px;
	background-color: blue;
	padding: 32px 0px 30px 10px;
	background-position: 126px 196px;
	background-repeat: no-repeat;
	color: white;
}

.dash-prpty .sle {
	background-color: #32a2e2;
}

.dash-prpty .rnt {
	background-color: #057235;
}

.dash-prpty .ftrd-agnt {
	background-color: #720606;
}

.dash-prpty .ftrd-lstng {
	background-color: #353569;
}

.dash-prpty .othr-lstng {
	background-color: #af5803;
}

.dash-prpty .App-sgn {
	background-color: #009017;
}

.dash-prpty .dsk-sft {
	background-color: #1d1d48;
}

.dash-prpty .lst {
	background-color: #ff5519;
}

.dash-prpty .hot {
	background-color: #692c92;
}

.dash-prpty .actn-rm {
	background-color: #967c0b;
}

.dash-prpty .pckge {
	background-color: #983234;
}

.dash-prpty .vews {
	background-color: #114a6b;
}

.dash-prpty .abt-prfl {
	background-color: #3d8892;
}

.dash-prpty .nmbr-vew {
	background-color: #677913;
}

.dash-prpty li i {
	font-size: 35px;
	float: left;
	width: 50px;
	text-shadow: 0px 2px 3px black;
}

.dash-prpty li h4 {
	font-size: 17px;
	font-weight: 900;
	margin-top: 0px;
}

.dash-prpty-txt {
	float: left;
}

.dash-prpty-txt p {
	margin: 0;
}

.credits-sec li {
	background-color: transparent;
	background-image: inherit;
	margin: 0;
	color: black;
	padding: 10px;
	width: 33%;
}

.credit-data {
	border: 1px solid #8080808f;
	box-shadow: 0 5px 13px rgb(0 0 0 / 12%);
	text-align: center;
	margin: 14px 0px;
	padding: 5px;
}

.credit-data h4 {
	font-size: 16px;
}

.credit-data p {
	margin: 0;
}

/* ==================manage-profile================= */

.mng-prfl-form input {
	width: 100% !important;
	margin: 0 auto;
	display: block !important;
	margin-top: 25px;
}

.mng-prfl-form .no-img {
	width: 100px !important;
    height: 100px;
}

.mng-prfl-form select {
	width: 100% !important;
	margin: 0 auto;
	display: block !important;
	margin-top: 25px;
	padding: 15px;
	color: black;
	border: 1px solid #d1d1d1;
	outline: none;
}

.mng-prfl-form .form-group {
	width: 49%;
	margin: 4px;
	position: relative;
}

.intrnt-mtng .form-group {
	width: 100% !important;
}

.mng-prfl-form .form-control {
	padding: 20px 0px 10px 10px;
	height: auto;
	border-radius: 0;
	border: 0;
	box-shadow: inherit;
	border: 1px solid #0000002e;
	color: #000000;
}

.mng-prfl-form #dash-btn {
	text-align: center;
	position: relative;
	display: block;
	background-image: linear-gradient(45deg, #1876e4, #42b2f3);
	color: white;
	font-size: 15px;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px !important;
	transition: 0.3s all;
	border-radius: 50px !important;
	margin-left: 23px !important;
}

.mng-prfl-form button:hover {
	background-image: linear-gradient(-45deg, #737373, #191919);
	border-radius: 50px !important;
	box-shadow: 0px 4px 7px #545454;
	color: white;
}

.dsh-pic {
	float: left;
}
.Profile_picture{
	width: 20%;
}
.Profile_picture img{
width: 100%;
}
.form-group img {
	float: left;
	/*    width: 80px;
height: 80px;*/
}

/* ==================manage-profile================= */
.property_media{
	width: 100%;
}
/* =================manage-property================= */

.mng-prpty-form select {
	width: 100%;
	margin-left: 0px;
	padding: 10px 0px 10px 46px;
	height: auto;
	border-color: #bfbfbf;
	border-radius: 0;
	box-shadow: inherit;
	outline: none;
	margin-top: 20px;
}

.mng-prpty-form li {
	float: left;
	display: block;
}

.mng-prpty-form li input {
	width: 25%;
	margin-left: 0px;
	padding: 10px 0px 10px 46px;
	height: auto;
	border-radius: 0;
	box-shadow: inherit;
	outline: none;
	margin-top: 20px;
	border: 1px solid #bfbfbf;
}

.mng-prpty-form button {
	float: right;
	width: 20%;
	text-align: center;
	position: relative;
	margin-left: auto !important;
	margin-right: auto;
	display: block;
	background-image: linear-gradient(45deg, #1876e4, #42b2f3);
	color: white;
	font-size: 15px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: 0.3s all;
	border-radius: 50px !important;
}

.mng-prpty-form button:hover {
	background-image: linear-gradient(-45deg, #737373, #191919);
	border-radius: 50px !important;
	box-shadow: 0px 4px 7px #545454;
}

.mng-prpty-form i {
	position: absolute;
	margin-top: 20px;
	background-image: linear-gradient(45deg, #1875e4, #42b2f3);
	padding: 14px;
	width: 42px;
	color: white;
	text-align: center;
}

.prpt-srch {
	width: 75%;
	padding: 8px;
	float: right;
}

.mng-prpty-form p {
	background-color: gainsboro;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.dsh-prprty-data {
	padding: 15px;
}

.dsh-prprty-data table img {
	width: 40px;
	height: 40px;
}

table.blueTable {
	border: 1px solid #1C6EA4;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table.blueTable td,
table.blueTable th {
	border: 1px solid #AAAAAA;
	padding: 10px;
	text-align: center;
}

table.blueTable tbody td {
	font-size: 13px;
}

table.blueTable tr:nth-child(even) {
	background: #f1f1f1;
}

table.blueTable thead {
	background: #1C6EA4;
	background: -moz-linear-gradient(to bottom, #1c1c1c, #6f6f6f);
	background: -webkit-linear-gradient(to bottom, #1c1c1c, #6f6f6f);
	background: linear-gradient(to bottom, #1c1c1c, #6f6f6f);
}

table.blueTable thead th {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: 15px;
}

table.blueTable thead th:first-child {
	border-left: none;
}

table.blueTable tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6e6e6e;
	border-top: 1px solid #444444;
}

table.blueTable tfoot td {
	font-size: 14px;
}

table.blueTable tfoot .links {
	text-align: right;
}

table.blueTable tfoot .links a {
	display: inline-block;
	background: #fbfbfb;
	color: #000000;
	padding: 5px 13px;
	border-radius: 5px;
}

/* =================manage-property================= */

/* ==================add-property================== */

.dashboard-data .description {
	border-top: 0px;
	padding: 0 15px;
	box-shadow: inherit;
	margin-top: 15px;
}

.dashboard-data .form-group label {
	order: -1;
	padding: 0px 5px;
	transition: all 0.3s ease-in;
	transform: translateY(0px);
	pointer-events: none;
	position: absolute;
	top: 15px;
	color: #0000009c;
	transform: translateX(10px);
	background-color: white;
	left: 0;
}
.dashboard-data .description button {
	border: 0;
	margin: 0;
	box-shadow: inherit;
	border-bottom: 1px solid #80808075;
	font-size: 15px;
	padding: 10px 15px;
	margin-top: 20px;
}

.dashboard-data .description button.active {
	border-radius: 20px 20px 0px 0px;
	border-color: #41b1f2;
}

.dashboard-data .description button:hover {
	border-radius: 20px 20px 0px 0px;
	border-color: #41b1f2;
}

.add-prpety-frm .form-control {
	margin-left: 0;
}

.add-prpety-frm .form-group i {
	margin-left: 0px;
}

.add-prpety-frm .dsh-pic {
	margin-left: 0 !important;
}

.add-prpety-frm select {
	width: 100%;
	margin-top: 26px;
	color: #000000;
	padding: 20px 0px 10px 10px;
	height: auto;
	border-radius: 0;
	border: 0;
	box-shadow: inherit;
	border: 1px solid #0000002e;
}

.add-prpety-frm textarea {
	width: 96%;
	margin-left: 4px;
	height: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 7px 10px;
}

.nxt-prv {
	margin-top: 20px;
	margin-bottom: 20px;
}

.nxt-prv .nxt {
	float: right;
}

.uplod-img input {
	margin-bottom: 20px;
}

.prpty-ftr li {
	width: 20%;
	font-size: 12px;
	display: flex;
}

.prpty-ftr li label {
	margin-top: -2px;
	margin-left: 5px;
}

.dashboard-data .tabdetail .dash-btn {
	width: 15%;
	text-align: center;
	background-image: linear-gradient(45deg, #1876e4, #42b2f3);
	color: white;
	font-size: 15px;
	padding: 10px;
	transition: 0.3s all;
	border-radius: 50px !important;
	margin-bottom: 30px !important;
}

.dashboard-data .tabdetail .dash-btn:hover {
	background-image: linear-gradient(#737373, #191919);
	color: white;
}

.dashboard-data .form-group .dash-btn {
	width: 40%;
	margin-bottom: 0px !important;
}

.dashboard-data .form-group button i {
	background-image: inherit;
	position: relative;
	margin: 0;
	background: transparent;
	padding: 0;
	width: 20px;
}

/* ==================add-property================== */

/* ==================invite-agent================== */

.agnt-data .data-tbl {
	float: left;
	width: 46%;
	margin: 2%;
}

.mng-prfl-form input[type=checkbox] {
	width: 20px !important;
	float: left;
	margin: 4px;
	margin-left: 0px !important;
	opacity: 1;
	position: relative;
}

.prpty-no {
	min-width: 275px !important;
	margin-left: 20px !important;
	padding: 8px;
	outline: none;
	border: 1px solid #bfbfbf;
}

#msg {
	width: 96.1%;
	margin-left: 20px;
	margin-top: 30px;
	padding: 10px 10px;
	height: 100px;
}

/* ==================invite-agent================== */

/* ==================manage-sms================== */

.manag-sms .form-group {
	width: 100%;
}

.manag-sms #msg {
	margin-left: 0;
	width: 94%;
}

.manag-sms input {
	margin-left: 0;
}

.manag-sms .form-group i {
	margin-left: 0px;
}

.sms-grp {
	width: 100%;
	margin-right: 25px;
	margin-top: 29px;
}

.sms-grp .sms {
	background-color: #8080806e;
	padding: 15px;
	width: 100%;
}

.svd-msg {
	width: 100%;
}

.manag-sms button {
	width: 54%;
	margin-left: inherit !important;
}

/* ==================manage-sms================== */

/* =============================dashboard =================================*/

/* =============================Careers =================================*/

.carers {
	background-image: url(../pic/careers.webp);
	background-size: 100%;
	position: relative;
	z-index: 1;
	background-position: center;
}

.carers p {
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 45px;
	color: white;
	width: 70%;
	text-align: center;
	font-size: 18px;
}

.carers:before {
	background-color: #000000b3;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.carers #white h3:after {
	width: 4%;
	left: 48%;
}

.jn-us li {
	float: left;
	width: 30%;
	margin: 0px 20px 44px 28px;
	border: 1px solid gray;
	padding: 15px 10px 25px 10px;
	text-align: center;
	display: block;
	transition: 0.3s all;
}

.jn-us li a {
	color: black;
	text-decoration: none;
}

.jn-us li h5 {
	font-size: 20px;
}

.jn-us li button {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	border-radius: 50px;
	border-color: #41b0f3;
	padding: 10px 30px;
	font-size: 16px;
	transition: 0.3s all;
	color: white;
	border: 1px solid transparent;
	margin-top: 25px;
}

.jn-us .loctn {
	color: #006f2d;
	font-size: 16px;
	margin-top: 20px;
}

.jn-us li:hover {
	background-color: #80808026;
	border-color: #80808036;
	box-shadow: 0px 8px 10px #8080803d;
}

.ofer {
	background-image: url(../pic/whatweoffer.webp);
	padding-bottom: 60px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	margin-bottom: 30px;
}

.ofer:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(180deg, transparent, transparent, white);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.ofr-itm li {
	float: left;
	width: 50%;
	display: block;
}

.ofr-itm li i {
	float: left;
	font-size: 16px;
	margin-right: 8px;
	margin-top: 5px;
}

.ofr-itm li p {
	float: left;
	font-size: 17px;
}

.no-img {
	width: 100%;
	border: 1px solid #5f5f5f;
	margin-top: 0px;
	text-align: center;
	background-color: #bfbfbf;
}

.hotel-facilities h6 {
	border-bottom: 1px solid #387dff;
	width: max-content;
	font-size: 20px;
	padding-bottom: 5px;
}

.hotel-facilities p {
	margin-bottom: 10px;
}

.hotel-facilities li {
	float: left;
	width: 230px;
	margin: 5px 10px 0px 15px;
}

.hotel-facilities {
	height: 420px;
}

#assesment_form i {
	left: 15px;
}

/* =============================Careers =================================*/

/* =============================news-detail =================================*/

.nws-dtl {
	margin-top: 50px;
}

.nws-dtl .nws-img img {
	width: 100%;
}

.nws-img {
	position: relative;
}

.nws-img h3 {
	background-color: #000000b3;
	margin: 0;
	padding: 14px;
	text-align: center;
	color: white;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid;
}

.nws-txt {
	margin-top: 30px;
}

.nws-txt p {
	margin-top: 20px;
}

.asksection {
	margin-top: 0px;
	padding: 15px;
	border: solid 2px #f7f7f7;
	position: relative;
}

.imgperson {
	width: 18%;
	text-align: center;
}

.imgperson img {
	width: 100%;
}

.personname {
	width: 78%;
	margin-left: 4%;
}

.personname h4 {
	color: #30a0df;
}

.person-detail li {
	color: #000000;
	border-bottom: solid 1px lightgray;
	padding: 6px 0;
	display: block;
	width: 25%;
}

.person-detail li span {
	color: #717171;
	float: right;
}

.wrote-tag li {
	display: inline-block;
	margin: 10px 15px 0px 0px;
}

.wrote-tag li a {
	text-decoration: none;
	color: #282828;
	padding: 5px 10px;
	box-shadow: inset 0px 0px 5px #888888;
	background: #fff;
	display: inline-block;
}

.forum-section .panel-tabs>li.active>a,
.forum-section .panel-tabs>li.active>a:hover,
.forum-section .panel-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-image: linear-gradient(45deg, #1b79e5, #41b0f2);
	border-bottom-color: transparent;
	width: max-content;
}

.table {
	margin-bottom: 0;
}

.table-responsive {
	width: 100%;
	border: solid 1px #dddddd;
}

.panel-body {
	padding: 0px;
}

.panel-heading {
	padding: 10px 0px;
}

.chaticon {
	color: #3a525e;
	margin-right: 5px;
}

.replies {
	color: gray;
}

.replies a {
	color: #fd6733;
}

.pull-right {
	float: right;
}

.forum-dtl {
	margin-top: 50px;
}

/* =============================news-detail =================================*/

/* =============================question =================================*/

.ask-q .form-group {
	float: left;
	width: 32%;
	margin-right: 1%;
}

.ask-q .form-group input {
	width: 100%;
	padding: 11px 45px;
	outline: none;
	border: 1px solid gray;
}

.form-group input:focus {
	box-shadow: 0px 2px 0px #40aff2;
	border: 1px solid #40aff2;
}

.ask-q .form-group select {
	width: 100%;
	padding: 11px 43px;
	outline: none;
	color: gray;
}

.form-group select:focus {
	box-shadow: 0px 2px 0px #40aff2;
	border-bottom: 1px solid #40aff2;
}

.ask-q .form-group i {
	position: absolute;
	width: 43px;
	background-image: linear-gradient(#1976e5, #41b1f2);
	padding: 15px 0px;
	text-align: center;
	color: white;
}

.ask-q textarea {
	width: 98%;
	padding: 10px;
	height: 130px;
	outline: none;
}

.ask-q textarea:focus {
	box-shadow: 0px 2px 0px #40aff2;
	border: 1px solid #40aff2;
}

.ask-q button {
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	padding: 10px 50px;
	color: white;
	outline: none;
	border-radius: 50px;
	display: block;
	margin-top: 0px;
	margin-bottom: 25px;
	border: 1px solid #fff;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}

.q-frm {
	margin-top: 10px;
}

/* =============================question =================================*/

/* =============================draw-on-map =================================*/

.drw-n-mp .map-sec {
	margin-top: 50px;
}

.eng-urd li {
	float: left;
	width: 50%;
	text-align: center;
	border: 1px solid #32a2e2;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
}

.map-gf {
	width: 100%;
	margin-top: 50px;
	border: 1px solid #cac1c1;
	padding: 10px;
}

.mp-steps {
	border-top: 2px solid #212121;
	display: inline-block;
	margin-top: 45px;
}

.mp-steps li {
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
	border: 1px solid #212121;
	margin: 1.5%;
	position: relative;
	margin-top: 45px;
	height: 130px;
}

.mp-steps li:before {
	background-color: #212121;
	content: '';
	width: 15px;
	height: 15px;
	top: -55px;
	left: 48%;
	display: block;
	position: absolute;
	border-radius: 50px;
	box-shadow: inset 0px 0px 0px 3px #ffffff;
	z-index: 2;
	border: 1px solid #212121;
}

.mp-steps li:after {
	background-color: #212121;
	content: '';
	width: 1px;
	height: 39px;
	top: -39px;
	left: 50.2%;
	display: block;
	position: absolute;
	box-shadow: 0px 6px 0px 5px #ffffff;
	z-index: 2;
}

.mp-steps li p {
	font-size: 24px;
	color: #32a2e2;
	font-weight: 800;
}

/* =============================draw-on-map =================================*/

/* =============================show-on-map =================================*/

.shw-n-mp .btn-group {
	margin-top: 50px;
}

/* =============================show-on-map =================================*/

/* =============================search-on-map =================================*/

.srch-n-mp .map-sec {
	margin-top: 50px;
}

.switch_number {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch_number input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider_number {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, black, #6c6c6c);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50px;
}

.slider_number:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider_number {
	background-image: linear-gradient(45deg, #1876e4, #42b2f3);
}

input:focus+.slider_number {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider_number:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider_number.round_number {
	border-radius: 34px;
}

.slider_number.round_number:before {
	border-radius: 50%;
}

/* =============================search-on-map =================================*/

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	.shape-box_inline figcaption:after {
		background-color: rgb(255, 255, 255);
	}
}

/*===========================reply-section===============================*/

.reply li {
	margin-top: 20px;
	display: flow-root;
}

.rply-img {
	float: left;
	width: 100px;
	border: 1px solid #aaaaaa;
	padding: 3px;
}

.rply-img img {
	height: 80px;
}

.rply-img .no-img {
	height: 80px;
}

.rply-sction {
	float: left;
	width: 85%;
	margin-left: 30px;
	background-color: #f4f4f4;
	padding: 10px;
	position: relative;
}

.rply-sction:before {
	position: absolute;
	content: '';
	background-color: #f4f4f4;
	width: 25px;
	height: 25px;
	left: -13px;
	transform: rotate(45deg);
	z-index: -1;
}

.post-rply {
	background-color: #4caafe1a;
	padding: 15px;
	width: 73%;
	margin: 32px auto 0px auto;
}

.post-rply h4 {
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	font-size: 20px;
}

.post-rply textarea {
	width: 100%;
	height: 100px;
}

.post-rply button {
	display: block;
	background-image: linear-gradient(90deg, #1977e5, #43b3f4);
	color: white;
	padding: 10px 30px;
	border: none;
	margin-top: 15px;
	border-radius: 30px;
	font-size: 16px;
	outline: none;
	transition: 0.3s all;
}

.post-rply button:hover {
	box-shadow: 0px 2px 5px #00000059;
}

.cht-head span {
	float: right;
}

form.example input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	width: 80%;
	background: #f1f1f1;
}

form.example button {
	float: left;
	width: 20%;
	padding: 10px;
	background: #2196F3;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	border-left: none;
	cursor: pointer;
}

form.example button:hover {
	background: #0b7dda;
}

form.example::after {
	content: "";
	clear: both;
	display: table;
}

.cht-prfl img {
	float: left;
	border: 1px solid black;
	width: 60px !important;
	height: 60px !important;
	border-radius: 45px;
	padding: 5px;
}

.cht-prfl p {
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	font-size: 18px;
}

.cht-list {
	margin-top: 20px;
	height: 405px;
	overflow: scroll;
	overflow-x: hidden;
}

.cht-prfl .btn {
	border: none;
	outline: none;
	padding: 10px 16px;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid gray;
	border-radius: 0;
	position: relative;
}

/* Style the active class, and buttons on mouse-over */

.cht-prfl .active,
.cht-prfl .btn:hover {
	background-image: linear-gradient(45deg, #1977e5, #42b2f3);
	color: white;
}

.cht-prfl .active img,
.cht-prfl .btn:hover img {
	border-color: white;
}

.onlne {
	height: 10px;
	width: 10px;
	background-color: #45dc00;
	position: absolute;
	left: 22%;
	bottom: 21px;
	border-radius: 21px;
	box-shadow: 0px 0px 0px 3px #fff;
}

.list-group-item {
	background-color: transparent !important;
	border: none !important;
}

.grap {
	width: 48%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
}

.profile-contact {
	width: 50%;
	float: right;
	position: relative;
}

.property-assess form i {
	padding: 10px 0px;
	width: 27px;
	position: absolute;
	border-radius: 4px 0px 0px 4px;
	text-align: center;
	background-image: linear-gradient(transparent, transparent);
	color: black;
	font-size: 13px;
}

.property-assess form .form-control {
	padding: 6px 25px !important;
}

.trail {
	margin: 0 auto;
	display: block;
	margin-top: 65px;
	background-image: linear-gradient(45deg, #3a83ff, #53bcfd);
	color: white;
	padding: 10px 25px;
	border: 1px solid white;
	box-shadow: 0px 2px 4px #8080808a;
	font-size: 16px;
}

.qouta {
	position: relative;
}

.qouta .content {
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0px 1px 7px #00000038;
	overflow: hidden;
}

.qouta .content h2 {
	margin: 0;
	background-image: linear-gradient(45deg, #1976e5, #4cb7f4);
	text-align: center;
	color: white;
	padding: 10px;
	font-family: righteous;
	font-size: 22px;
}

.qouta input {
	width: 100%;
	padding: 10px 10px 10px 23px;
	border: none;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	outline: none;
}

.qouta .content i {
	position: absolute;
	margin-top: 14px;
	color: #8e8e8e;
	left: 15px;
}

.qouta .content textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid grey;
	padding: 10px 10px 10px 24px;
	outline: none;
}

.qouta .content button {
	padding: 10px 44px;
	margin-top: 16px;
	border: none;
	background-image: linear-gradient(45deg, #1976e5, #43b3f3);
	color: white;
	transition: 0.3s all;
}

.cty-img ul {
	display: flow-root;
}

.cty-img li {
	float: left;
	display: flex;
	border: 1px solid white;
	padding: 10px 15px;
	background-image: linear-gradient(45deg, #1b77e5, #44b3f4);
}

.cty-img li a {
	font-size: 16px;
	font-family: raleway;
	font-weight: 600;
	color: white;
}

#map_canvas {
	overflow: inherit !important;
	position: inherit !important;
	display: contents;
}

#property_map {
	overflow: inherit !important;
	position: inherit !important;
	display: contents;
}

.srch-map {
	overflow: inherit !important;
	position: inherit !important;
	display: contents;
}

.prprty-sle .tab {
	width: 100%;
	display: flow-root;
}

/* Style the buttons inside the tab */

.prprty-sle .tab button {
	width: 49%;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0px;
	transition: 0.3s;
	font-size: 35px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #387dff;
	position: relative;
}

.prprty-sle .tab button:after {
	height: 4px;
	width: 40%;
	position: absolute;
	display: block;
	content: '';
	background-color: #387dff;
	left: 29%;
	margin-top: -1px
}

/* Change background color of buttons on hover */

.prprty-sle .tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */

.prprty-sle .tab button.active {
	background-color: #ccc;
}

/* Style the tab content */

.prprty-sle .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.prprty-sle {
	margin-top: 50px;
}

.mapselector input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.mapselector label {
	border: 0px;
	box-shadow: 4px 2px 7px #00000024;
	margin-left: 0px !important;
	padding: 10px 20px;
	margin-right: 4px;
	transition: 0.3s all;
}

.mapselector input[type="radio"]:checked+label {
	color: #fff;
	background-image: linear-gradient(45deg, #1d7be6, #40abeb);
	box-shadow: inset 0px 0px 0px #0000003b;
}

.mapselector li {
	float: left;
}

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	/*z-index: 1;  Sit on top */
	padding-top: 0px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 49%;
}

/* The Close Button */

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal2 {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding-top: 0px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content2 {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 49%;
}

/* The Close Button */

.close2 {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close2:hover,
.close2:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-content img {
	width: 100%;
}

.modal-content2 img {
	width: 100%;
}

.advertise h4 {
	margin-top: 50px;
}

.advertise .list-group-item {
	background-color: inherit !important;
	border: 1px solid #ddd !important;
}

.advertise .list-group-item.active,
.advertise .list-group-item.active:hover,
.advertise .list-group-item.active:focus {
	z-index: 2 !important;
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #337ab7 !important;
}

.view-box li {
	float: left;
	width: 18%;
	margin: 1%;
	padding: 85px 0px 0px 0px;
	margin-top: 40px;
	text-transform: capitalize;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	box-shadow: 0px 2px 5px #00000052;
	border-radius: 110px 40px 170px 40px;
	height: 280px;
	display: inherit;
	position: relative;
}

.view-box li:nth-last-child(1) {
	border-right: none;
}

.view-box li span {
	background-image: linear-gradient(45deg, #007635, #16ca01);
	padding: 30px 33px;
	margin-top: 12px;
	display: block;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	box-shadow: 0px 3px 4px #b3b3b3;
}

.view-box .bx-icn {
	top: -10px;
	bottom: inherit;
	width: 65px;
	padding: 16px 15px;
	text-align: center;
	left: 0px;
	right: auto;
	background-image: linear-gradient(45deg, #1f7ee6, #3ca5e6);
	box-shadow: 0px 0px 0px #00000069;
}

.prtnr h4 {
	text-align: center;
	font-size: 44px;
	font-weight: 500;
	margin-top: 40px;
}

.prtnr img {
	margin: 0 auto;
	display: block;
	margin-top: 100px;
	width: 170px;
}

.prtnr button {
	margin: 0 auto;
	display: block;
	padding: 15px;
	background-image: linear-gradient(45deg, #1a77e5, #3ea7e6);
	color: white;
	border: none;
	margin-top: 40px;
}

.list-group-item.active .list-group-link {
	color: white;
	text-decoration: none;
}

.list-group-item .list-group-link {
	color: #3c3c3c;
	text-decoration: none;
}

.overview {
	padding: 10px;
	box-shadow: 0px 1px 4px #00000057;
	margin-top: 40px;
}

.overview li {
	line-height: 3;
	font-size: 15px;
}

.overview li i {
	font-size: 12px;
	color: #1a77e5;
	margin-right: 10px;
}

.overview li b {
	width: 150px;
	display: inline-block;
}

.adv-img {
	margin-top: 40px;
}

.adv-btn {
	width: 15%;
	float: left;
}

.adv-btn button {
	width: 100%;
	font-size: 15px;
	padding: 7px 0px;
	box-shadow: 0px 0px 0px #0000001a;
	margin-bottom: 4px;
	margin-top: 0px;
}

.adv-tbl th,
.adv-tbl td {
	border: none;
	text-transform: capitalize;
	padding: 10px;
}

.adv-tbl th {
	background-color: #42b2f3;
	color: white;
	padding: 3px 5px;
}

.adv-tbl table {
	width: 100%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.adv-tbl {
	margin-bottom: 50px;
}

#field1 button,
input {
	border: none;
	outline: none;
}

#field1 button {
	background-color: transparent;
	color: #1d7ce6;
	font-weight: 800;
	font-size: 17px;
	text-align: center;
}

#field1 input {
	border-bottom: 1px solid gray;
	width: 20%;
	padding-left: 15px;
}

.crt-btn {
	padding: 3px 7px;
	background-color: #1976e5;
	color: white;
	border: 0;
	font-size: 12px;
}

.price-sec {
	width: 80%;
	float: left;
	margin-left: 3%;
	padding: 0;
}

.price-sec .mapscontent {
	padding: 0px;
}

.tbl-nam b {
	background-color: #1976e5;
	padding: 8px 20px;
	display: block;
	width: 12%;
	text-align: center;
	color: white;
	border-radius: 4px 4px 0px 0px;
	float: left;
}

.tbl-nam li {
	float: right;
	display: block;
}

.tbl-nam li button {
	color: white;
	background-color: #000000;
	margin-left: 3px;
	padding: 6px 20px;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}

.Checkout-form input {
	width: 100%;
	border-bottom: 1px solid gray;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.Checkout-form .form-group {
	margin-top: 20px;
}

.Checkout-form button {
	padding: 10px 20px;
	width: 50%;
	margin: 0 auto;
	display: block;
	background-image: linear-gradient(45deg, #1c7be6, #3faef2);
	border: none;
	color: white;
	margin-top: 20px;
}

.history table {
	width: 100%;
	margin-top: 50px;
}

.history table th {
	border: none;
}

.history table tr {
	line-height: 35px;
}

.payment-method button {
	float: left;
	width: 15%;
	background-image: inherit;
	color: black;
	margin: 1%;
	border-radius: 5px;
	padding: 5px 0px;
}

#mastercard button {
	padding: 10px 20px;
	width: 48%;
	margin: 0 auto;
	display: block;
	background-image: linear-gradient(45deg, #1c7be6, #3faef2);
	border: none;
	color: white;
	margin-top: 20px;
}

/*payment-accordion*/

.advrtse-img img {
	width: 100%;
}

.offer input {
	width: 30%;
	text-align: left;
	border-bottom: 1px solid gray;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.offer-btn button {
    background-image: linear-gradient(to right, #1976e5, #42b2f3);
    padding: 10px 20px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px #00000087;
    margin: 20px auto;
    display: block;
    border: 1px solid;
    outline: none;
    margin-bottom: 13px;
}

#cartFloater {
	padding: 3px 12px;
	background-image: linear-gradient(45deg, #1976e5, #42b2f3);
	color: #fff;
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	border-radius: 25px;
	font-size: 25px;
	text-shadow: 0px 2px 4px #000000ab;
	box-shadow: 0px 2px 6px #00000082;
	z-index: 9999;
}

.anouncment {
	background-color: #b7b7b73b;
	width: 97%;
	margin-left: 20px;
	padding: 8px 10px 8px 18px;
	margin-top: 20px;
}

.clear-btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	text-align: right;
}

.clear-btn .history-clear {
	color: white;
	background-color: #000000;
	margin-left: 3px;
	padding: 6px 20px;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}

.cart-item-dtl table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.cart-item-dtl td,
.cart-item-dtl th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.cart-item-dtl tr:nth-child(even) {
	background-color: #dddddd;
}

.ls-is-cached {
	/*	width: 100%;*/
	margin: 0 auto;
	display: block;
}
.blogs-media{
	width: 100%;
}
.blogs-media li {
	width: 8%;
}

.loading-blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.loading-text-overaly {
	position: absolute;
	margin-top: 130px;
	font-size: xxx-large;
	margin-left: 25%;
	font-weight: 500;
}

.map-srchbar {
	width: 70%;
	margin: 0 auto;
}

.map-srchbar button {
	margin-top: 0px;
}

.map-srchbar .form-group {
	margin: 0;
	width: 60%;
}

.playstore {
	border: 2px solid #4397fe;
	padding: 10px !important;
	margin-top: 10px;
	text-align: center;
	color: #4397fe !important;
}

.playstore:hover {
	color: white !important;
}

.enteramount {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: 0.3s all;
	top: 50%;
	transform: translate(-43%, -50%);
	left: 50%;
}

.lst-img:hover .enteramount {
	opacity: 1;
}

.enteramount .detail {
	background-image: linear-gradient(45deg, black, #717171);
	color: white;
	border: 0;
	padding: 10px;
}

.enteramount input {
	border-bottom: 1px solid black;
	padding: 10px 0px;
	width: 65%;
}

.chart-wraper {
	position: relative;
	padding-bottom: 100%;
	height: 0px;
	overflow: hidden;
}

#piechart {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

.sts_running {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
#cookieWarnBox {
	background-color: #0785cf;
	display: list-item;
}

.property-price {
	width: 100% !important;
	padding-left: 15px !important;
}

.form-group.is-invalid label {
	background-image: linear-gradient(45deg, #ff8e8e, #ff9d9d);
	color: white;
	padding: 1px 5px 1px 5px;
	border-radius: 2px;
}

.form-group.is-invalid>input, .form-group.is-invalid>textarea, .form-group.is-invalid>select {
	background: linear-gradient(180deg, #fff, #fdd);
	color: #060606;
}

.form-group.is-valid label {
	background-image: linear-gradient(180deg, #90dc74, #90dc74);
	color: white;
	padding: 1px 5px 1px 5px;
	border-radius: 2px;
}

.form-group.is-valid>input, .form-group.is-valid>textarea, .form-group.is-valid>select {
	background: linear-gradient(180deg, #fff, #dbffdc);
	color: #060606;
}

.form-group.property-description,
.form-group.property-description textarea {
	width: 100%;
}


@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

.alert-row {
	margin-top: 1rem;
}

.note-editor .btn-group {
	width: auto !important;
	padding: 0px !important;
	border: none;
	box-shadow: none;
}

.note-editor button {
	color: white !important;
	background-image: linear-gradient(#000, #000) !important;
	width: auto !important;
	box-shadow: none;
}

.note-editor .btn-group .btn:hover {
	z-index: 1;
	background-image: linear-gradient(90deg, #fff, #fff);
	box-shadow: none;
	color: white;
	width: auto;
	border-radius: 0px !important;
	margin-left: 23px !important;
	padding-left: 0px !important;
}

.copyright {
	padding: 15px;
	text-align: center;
	color: white;
	margin-top: 50px;
	position: relative;
}

.captcha {
	cursor: pointer;
}

.tour ul.tabs {
	width: 100%;
}

.tour .tab_container {
	width: 100%;
}
.tour{
	margin-top: 50px;
}
#tour-img{
	position: relative;
}
#tour-img img{
	width: 100%;
}
.tour-text-right{
	position: absolute;
    color: white;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
}
.tour-text{
	font-size: 20px;
}
.projects .project-item {
	float: left;
	width: 19%;
	margin-right: 1%;
	position: relative;
	cursor: pointer;
}

.projects .project-item::before {
	position: absolute;
	background-color: #0000008c;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
}

.project-item img {
	width: 100%;
}

.project-item h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	color: white;
	font-size: 20px;
}

/* =============================360-projets======================== */
/* =============================vision======================== */
.vision-abt{
	position: relative;
    background-image: url(../pic/vision/banner-shape.jpg);
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #f4faff;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-card{
    width: 90%;
    font-size: 23px;
    z-index: 1;
    margin-top: 100px;
}
.text-card h3{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.text-card h3:after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    background-color: black;
    height: 7px;
    width: 7%;
}
.vision-types{
margin-top: 180px;
}
.vision-types a{
    color: black;
    width: 33.33%;
    float: left;
}
.vision-types .card{
    position: relative;
    margin: 0px 0px;
    padding: 20px 15px;
    flex-direction: column;
    width: 100%;
}
.vision-types .card::before{
	position: absolute;
    content: 'Click';
    background-color: #0084ff;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    text-align: right;
	z-index: 50;
	transition: 0.3s all;
	opacity: 0;
	padding: 60px 0px 0px 0px;
}
.vision-types .card::after{
	position: absolute;
    content: 'here';
    background-color: #0084ff;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
	z-index: 50;
	transition: 0.3s all;
	opacity: 0;
	padding: 60px 0px 0px 0px;
}
.vision-types .card:hover::after, .vision-types .card:hover::before{
	width: 50%;
	opacity: 1;
	color: white;
    font-size: 22px;
}
.vision-types .card .imgbx{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 65%;

}
.vision-types .card .imgbx img{
    max-width: 50%;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
.qouta input {
    width: 100%;
    padding: 10px 10px 10px 23px;
    border: none;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    outline: none;
    text-align: left;
}
.qouta .content i {
    position: absolute;
    margin-top: 10px;
    color: #8e8e8e;
    left: 29px;
}
.qouta .content textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid grey;
    padding: 10px 10px 10px 24px;
    outline: none;
}
.qouta .content button {
    padding: 10px 44px;
    margin-top: 16px;
    border: none;
    background-image: linear-gradient(
45deg
, #1976e5, #43b3f3);
    color: white;
    transition: 0.3s all;
}
.card-txt{
    position: relative;
}
.card-txt h2{
font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.digital-mrktng{
/*background-image: url(../pic/Digital_Marketing.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 60px 100px 160px 100px;
    margin-top: 60px;
    position: relative;
}
.digital-mrktng::before {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url(../pic/digital-marketing.png);
    background-repeat: no-repeat;
    content: '';
    background-size: cover;
}
.digital-mrktng-text{
    width: 60%;
    font-size: 18px;
    line-height: 2;
    word-spacing: 2px;
    letter-spacing: 1px;
    position: relative;
    color: black;
}
.digital-mrktng-text h3{
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.digital-mrktng-text h3:after{
content: '';
    position: absolute;
    top: 53px;
    left: 0;
    background-color: black;
    height: 7px;
    width: 7%;
}
/*.digital-mrktng:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1e7be6db;
	top: 0;
	left: 0;
}*/
.telecome{
margin-top: 60px;
}
.telecom-img{
    float: left;
}
.telecom-txt{
	width: 50%;
    float: left;
    margin-top: 90px;
    margin-left: 50px;
    position: relative;
    font-size: 18px;
    line-height: 2;
    word-spacing: 2px;
}
.telecom-txt h3{
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.telecom-txt h3:after{
content: '';
    position: absolute;
    top: 50px;
    left: 0;
    background-color: black;
    height: 7px;
    width: 10%;
}
.telecom-txt img{
	width: 20%;
}
.telecom-txt h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.erp{
    position: relative;
    padding: 100px 0px;
}
.erp-img{
    width: 470px;
    height: 451px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
}
.erp-img img{
    width: 686px;
    height: 100%;
}
.erp-text {
    padding: 80px 80px;
    background-image: linear-gradient(
90deg
, white, #f7f8f9);
    position: relative;
    width: 65%;
    font-size: 18px;
    line-height: 2;
    word-spacing: 2px;
    float: left;
    margin-right: 50px;
}
.erp-text h3{
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.erp-text h3:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    background-color: black;
    height: 7px;
    width: 6%;
}
/* =============================vision======================== */
/* =============================360-video======================== */
.video-card{
	float: left;
    width: 100%;
    margin: 1%;
    background-color: white;
    padding: 10px;
    border-left: 1px solid #80808033;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 6px 6px 7px rgb(0 0 0 / 4%);
}
.video-card iframe{
	width: 100% !important;
}
.video-card h3{
	color: gray;
}
/* =============================360-video======================== */

/* ===============================gis=========================== */
.gis{
	margin-top: 50px;
}
.gis-text{
	margin-top: 130px;
    margin-left: 80px;
}
.gis-text p{
	font-size: 22px;
}
.gis-text ul{
	list-style-type: disc !important;
	padding-left: 15px;
}
.gis-text ul li{
	font-size: 22px;
}
.modeling img{
	width: 100%;
}

.modeling-text{
	width: 100%;
}
.map-making{
	margin-top: 150px;
	background-image: url(../pic/purpose-bg.jpg) ;
	background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
	background-color: white;
}
.curtain{
	padding: 10rem 0;
}
.map-making-text{
    width: 63%;
    margin-left: 43%;
    text-align: center;
}
.map-making-text p{
    font-size: 22px;
    margin-top: 80px;
}
.map-making-sec{
	margin-top: 150px;
	padding: 150px 0px;
	background-size: 100%;
	position: relative;
	background-position: center;
}
.map-making-sec img{
	width: 100%;
}
.map-making-sec-text{
	width: 75%;
	margin: 0 auto;
	font-size: 25px;
	position: relative;
	color: black;
}
.modeling{
	margin-top: 100px;
}
.modeling-text h3 {
    border-bottom: 2px solid black;
    font-size: 40px;
    width: fit-content;
    margin-bottom: 29px;
    font-weight: 700;
}
.street-view-text{
	margin: 50px 0px;
}
.street-view-text p{
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.process{
	position: relative;
}
.proces-bg-img img{
    position: absolute;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
    left: 0;
    top: 20%;
}
.process__steps{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-top: 180px;
}
.process__steps h3{
	width: 100%;
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
	text-align: center;
}
.process__step{
    margin-bottom: 0;
    width: calc(21% - 10px);
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.process__step h3{
	margin-top: 50px;
	font-size: 25px;
}
.process__step p{
	font-size: 16px;
}
.process__step:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -webkit-calc(-50% + 50px);
    left: calc(-50% + 50px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    border-top: 1px dashed #557ef8;
}
.process__step:nth-child(5)::after{
 display: none;
}
.process__step-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px rgb(85 126 248 / 20%);
    box-shadow: 0 0 30px rgb(85 126 248 / 10%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #0084ff;
	margin: 0 auto;
}
.vision-faqs{
	position: relative;
}
.vision-faqs .faqs-items{
	width: 50%;
    margin: 0 auto;
    margin-top: 300px;
}
.vision-faqs .faqs-items h3{
	width: 100%;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}
.faq_bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
}
.query{
	margin-top: 150px;
	position: relative;
	height: 60vh;
}
.query::before{
	position: absolute;
	content: '';
	height: 80%;
	width: 100%;
	background-image: url(../pic/vision/query.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;

}
.query .query-form{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
	background-color: white;
    padding: 50px;
    box-shadow: 0px 10px 30px 1px #8080801c;
	z-index: 2;
}
.query-form h3{
	width: 100%;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
	margin-top: 0;
}
.query-form input, select, textarea{
    padding: 12px;
    text-align: left;
    width: 100% !important;
    border: 0.1px solid #0000004d;
    box-shadow: none;
    border-radius: 5px;
    color: black;
	margin-bottom: 20px;
	outline: none;
}
.query-form input::placeholder, textarea::placeholder{
    color: black;
}
.query-form textarea{
	height: 100px;
	resize: vertical;
}
.query-form .quot-btn{
    padding: 10px 30px;
    color: white;
    font-size: 20px;
    border: none;
	position: relative;
	z-index: 1;
	border: 1px solid white;
}
.quot-btn::before{
	position: absolute;
	content: "";
	background-image: linear-gradient(45deg, #1b79e5, #40aff2);
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.quot-btn:hover{
	background-color: white;
	border: 1px solid black;
	color: black;
}
.quot-btn:hover::before{
	height: 0;
	width: 0;
}


/* ===========================================multipleselect */
.select2-container {
	min-width: 400px;
    display: unset !important;
  }
  .select2-search__field{
	  margin-bottom: 0 !important;
  }
  .select2-results__option {
	padding-right: 20px;
	vertical-align: middle;
  }
  .select2-results__option:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 20px;
	vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
	font-family:fontAwesome;
	content: "\f00c";
	color: #fff;
	background-color: #5897fb;
	border: 0;
	display: inline-block;
	padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
	  background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
	  background-color: #eaeaeb;
	  color: #272727;
  }
  .select2-selection--multiple{
	padding: 4px !important;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
	  border-color: #f77750;
	  border-width: 2px;
	  border-radius: 5px;
	  
  }
  .select2-container--open .select2-dropdown--below {
	  
	  border-radius: 6px;
	  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
	  content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
	  display: none;
  }
  .select-icon .placeholder {
  /* 	display: none; */
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
	  display: none !important;
	  /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
	  display: none;
  }
  .digital-marketing{
	  position: relative;
	  margin-top: 150px;
  }
  .digital-text{
margin-top: 20%;
  }
  .digital-text h3{
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.digital-text p{
	  margin-top: 20px;
	  font-size: 22px;
}
.digital-marketing .telecom{
	width: 50%;
}
.select2-search__field{
	width: 100%;
}
.shape1 {
    position: absolute;
    top: 15%;
    left: 4%;
    z-index: -1;
    opacity: .4;
}
.shape1 img{
	animation: movebounce 5s linear infinite;
}
@keyframes movebounce {
	0% {
			  transform: translateY(0px);
	}
	50% {
			  transform: translateY(20px);
	}
	100% {
			  transform: translateY(0px);
	}
  }
.shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.shape3 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: -1;
    opacity: .5;
}
.shape4 {
    position: absolute;
    bottom: 15%;
    left: 40%;
    z-index: -1;
    opacity: .5;
}
.shape5 {
    position: absolute;
    bottom: 30%;
    right: 0;
    z-index: -1;
    opacity: .5;
}
.shape6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
    z-index: -1;
    opacity: .3;
}
.shape6 img{
	animation: rotateAnimation 4s linear infinite;
}
@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}
.shape7 {
    position: absolute;
    bottom: 100px;
    left: 25%;
    z-index: -1;
}
.shape7 img{
	animation:spin 6s linear infinite;
}
@keyframes spin { 100% {  transform:rotate(360deg); } }
.text-card .btn {
    box-shadow: 0 0px 32px rgb(60 95 247 / 44%);
    background-color: #3c5ff7;
    border: none;
    color: white;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.services-items{
	position: relative;
    display: flow-root;
}
.services-items::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25.2%;
    top: 37.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #4b6de52e;
    border-left: 0;
    border-right: 0;
	z-index: -1;
}
.services-items::before {
    position: absolute;
    content: '';
    width: 34%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #4b6de52e;
    border-top: 0;
    border-bottom: 0;
}
.services-items hr {
    border-color: #4b6de52e;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 72%;
	left: 0;
}
.vision-service-img {
    margin-top: 40px;
}
.accordion{
	  border: 1px solid #BBBBBB;
	  border-top: none;
	}
	.accordion dt{
	    padding: 18px;
    font-size: 20px;
    text-align: left;
    border-top: 1px solid gray;
    color: #1a77e5;
    text-decoration: none;
    background-color: white;
	font-weight: 400;
}
.accordion dt :hover{
	  background: darken(#EAEAEA, 7%);
	}
	.accordion dt i{
		  float: right;
		  transition: 0.2s;
		  opacity: 0.3;
	  }
	  .accordion dd{
		display: none;
		font-size: 18px;
		padding: 18px;
	}

dt.expanded i{
	transform: rotate(90deg);
	opacity: 1;
}
.tour-text h3{
    border-bottom: 2px solid black;
    font-size: 40px;
    width: fit-content;
    margin-bottom: 29px;
    font-weight: 700;
}
.street-view-text h3{
    border-bottom: 2px solid black;
    font-size: 40px;
    width: fit-content;
    margin-bottom: 29px;
    font-weight: 700;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
.gis-img img{
	width: 100%;
}
.package{
	box-shadow: 0 0px 32px rgb(60 95 247 / 44%);
    background-color: #3c5ff7;
    border: none;
    color: white;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
	margin-right: 10px;
}