/* Add here all your CSS customizations */
html ,body{
   overflow-x:hidden; 
}
.mbottom-30
{
 margin-bottom: 30px !important;
}
.mbottom-20
{
 margin-bottom: 20px !important;
}
.fa{
    font-size: 30px;
	color:#eb5e08;
}
.one1{
	font-size: 20px;
	color:#eb5e08;
}

.am_title p{
	color:#717171!important;
	font-size:16px;
	font-weight:400;
	margin:10px 0px 0px 0px;
	overflow-wrap:break-word;
	padding:0px 40px;
	line-height: 22px;
}
.am_row{
	margin:50px 0px;
}
.Ammenties{
	margin-top:60px;
	margin-bottom:60px;
}
.join_col1{
	background-image:url(../img/chairs-coworking-desks-7071.jpg);
	width:100%;
	height:300px;
	
}
.join_col2{
	background-image:url(../img/chairs-coworking-desks-7072.jpg);
	width:100%;
	height:300px;
	
}
.join_title p{
	color:#fff;
	font-size: 26px;
	margin-top: 120px;
	font-weight:400;
}

.join_button p{
	color:#fff;
	font-size: 16px;
	margin-top: 30px;
	
}

.join_button p a{
	color:#eb5e08;
	font-size: 14px;
	border:1px solid #fff;
	background-color: #fff;
	padding:5px 30px;
	font-weight:600;
	
}

.join_button p a:hover{
	text-decoration: none;
	
}
.contat{
	margin-bottom:60px;
}

/*Home image gallery start*/

.home_gallery{
	margin-bottom: 30px;
}
/* =====================================
13. PRICING TABLE AREA
===================================== */

#pricing-table-area {
    background: rgba(0, 0, 0, 0) url("img/bg/4.jpg") no-repeat scroll center center / cover;
}

.single-price-table {
    background-color: #fff;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	margin: 0px 40px;
	border-radius: 10px;
}
.single-price-table-3
{
    background-color: #fff;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	margin: 0px 15px;
	border-radius: 10px;
}
.single-price-table:hover {   
	border-radius: 10px;
}

.doller-sign {
    font-size: 18px;
    bottom: 0;
}

.duration {
    color: #4c5462;
    font-size: 12px;
    font-weight: 400;
    bottom: 0;
    text-transform: capitalize;
}

.plan-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0;
    padding: 20px 0;
}
.price-tage-wrap h2
{
	margin: 0px;
    line-height: 0px;
}
.price-value {
    margin: 0;
    padding: 0;
	color: #fff;
    font-weight: 500;
}
.tag-price-value
{
	color: #fff;
	font-weight: 400;
	text-transform: none;
}
.pricing-content {
    padding: 40px 0;
}

.table-content li {
    color: #4c5462;
    margin-bottom: 15px;
}

.table-content li:last-child {
    margin-bottom: 0;
}

.pricing-footer {
    padding: 20px 0 30px;
    position: relative;
    z-index: 1;
}

.pricing-footer .btn-grad:before {
    background: #fff none repeat scroll 0 0;
}

.pricing-footer .btn-grad:hover:before {
    background: transparent none repeat scroll 0 0;
}

.pricing-footer .btn {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-footer a:hover {
    color: #000;
}
.pt-body i
{
	font-size: 22px;
	padding: 0px 20px 0px 0px;
}
.pt-body ul
{
	padding:40px 70px;
	text-align: left;
}
.pt-body li
{
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #000;
}
.pt-body .three i
{
	font-size: 22px;
	padding: 0px 20px 0px 0px;
}
.pt-body .three
{
	padding:40px 30px;
	text-align: left;
}
.pt-body .three li
{
	line-height: 40px;
	display: block;
	font-size: 15px;
	color: #000;
}
.pricing-bg
{
	 background: #eb5e08;
	 padding: 30px 0px;
	 border-radius: 10px 10px 0px 0px;
}

.single-price-table:hover .pricing-footer p,
.single-price-table:hover .pricing-footer a {
    color: #fff;
}
/*Home image gallery End*/

@media (max-width: 991px){
	.btn-responsive-nav {
		background: #17171700;
		top: 50%;
		transform: translateY(-50%);
		border: 0.5px solid #eb5e08;
		box-shadow: 0px 0px 2px #eb5e08
	}
		header{
			position:relative;
		}
	}
	.nav .current-menu-item a{
		color: #eb5e08;
		background-color: #ffffff !important;
	}
	.property-owners-form .input-group.input-group-icon{
		display:block;
	}
	.property-owners-form .input-group.input-group-icon p{
		display:flex;
	}
	.property-owners-form .input-group.input-group-icon p .wpcf7-form-control-wrap{
		width: calc(100% - 50px);
	}
	.property-owners-form .input-group.input-group-icon p .input-group-addon{
		width:50px;
		height:48px;
			display: flex;
		align-items: center;
		justify-content: center;
	}
	.iconic-content{
		display:flex;
		gap:16px;
		margin-bottom:12px;
	}
	.iconic-content .icon{
		width:32px;
		display:flex;
		align-items: flex-start;
	  justify-content: center;
	}
	@media (min-width: 1200px){
		.property-owners-form .col-12.col-lg-6:nth-child(odd) .sizing{
			margin-right: 16px;
		}
			.property-owners-form .col-12.col-lg-6:nth-child(even) .sizing{
			margin-left: 16px;
		}
	}