/* STRUCTURE */
.propertyPage {
	background-color: #fff;	
}

.adBreadBlock {
	font-size: 12px;
}

.adBreadBlock .adBread a, .adBreadBlock .adBread i {
	margin-right: 5px;
}

.adContnr {
	width: 1200px;
	margin: 10px auto;
}

.blockProp {
	margin: 30px 0;
}

/* Share Block */
.shareBlockProp {
	margin: 10px 0 40px;
}

.shareBlockProp ul li {
	font-size: 11px;
	margin-bottom: 5px;
}

.shareBlockProp ul li i {
	font-size: 17px;
}

/* ELEMENTS */
.titBlockProp {
	font-size: 16px;
	margin-bottom: 10px;
}

.adAction {
	margin-left: 15px;
}

.rtl .adAction {
	margin-left: 0px;
	margin-right: 15px;
}

.darkMode .adAction {
	color: #fff;
}

.adDetails {
	margin-bottom: 10px;	
}

.adDetailFeature {
	display: grid;
	text-align: center;
	margin-right: 20px;
}

.darkMode .adDetailFeature {
	color: #fff;
}

.adDetailFeatureIcon {
	font-size: 50px;
}

.tagProp {
	font-size: 12px;
	padding: 0 8px;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	text-transform: none;
	margin-top: 5px;
	margin-right: 2px;
	border: solid 1px #bcbcbc;
	display: inline-block;
	line-height: 2.2em;
}

.popSlider .tagProp {
	font-size: 11px;
	padding: 0 5px;
	line-height: 1.8em;
}

.tagPromo {
	border: solid 1px #99dfea;
	background-color: #effdff;
}

.orangeTit {
	font-size: 28px;
	color: #ff6600;
	margin-bottom: 10px;
	margin-right: 10px;
}

.greyTit {
	font-size: 16px;
	color: #858585;
	font-weight: 600;
}

.linkBack {
	display: contents;
}

.adFeatures {
	display: flex;
	flex-wrap: wrap;	
}

.adMainFeature {
	align-items: center;
	color: #000;
	display: flex;
	justify-content: flex-start;
	padding: 8px 0;	
}

.adFeature {
	align-items: center;
	color: #000;
	padding: 8px 8px 8px 0px;
	justify-content: center;
	display: flex;
	margin-right: 8px;
}

.rtl .adFeature {
	margin-right: 0px;
	margin-left: 8px;	
	padding: 8px 0px 8px 8px;
}

.adMainFeatureIcon {
	justify-content: center;
	display: flex;
}

.adMainFeatureIcon i {
	font-size: 36px;
}

.adFeature p {
	line-height: 1.5em;
}

.adFeature i {
	font-size: 24px;
	margin-right: 8px;
}

.rtl .adFeature i {
	margin-right: 0px;
	margin-left: 8px;
}

.adMainFeatureContent {
	font-size: 14px;
}

.adMainFeatureContentLabel {
	color: #353535;
  	margin: 0 8px 0 16px;
}

.adMainFeatureContentValue {
	color: #353535;
	font-size: 16px;
	font-weight: 700;
	margin: 0 8px 0 16px;
}

.adFeatures .characLinkBox .characIconText{
	min-width: unset;
	min-height: 30px;
	margin-top: 0;
}

.saveSearchButton {
    margin-bottom: 30px;
    margin-right: 30px;
}

.saveSearchButton:hover {
	text-decoration: underline;	
}

/* MAP SUSTITUTION */
.mapClosed {
	background-size: cover;
	min-height: 250px;
	background-image: url(https://www.mubawab-media.com/assets/common/mapBg.jpg);
}

.mapInfoBox {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-top: 50px;
	display: inline-block;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
}

.iconMapBox {
	margin-left: 10%;
	margin-right: 10%;
}

.iconTextElement {
	float: left;
	width: 42%;
	margin-left: 2%;
	margin-right: 2%;
}

.iconServiceMap {
	font-size: 30px;
}

.iconTextElement p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.25em;
}

.blueIcon {
	color: #00afca;
}

.darkgreenIcon {
	color: #009b65;
}

.darkredIcon {
	color: #b80012;
}

.darkblueIcon {
	color: #00659a;
}

.iconRound {
	margin-top: -40px;
	border-radius: 360px;
	background: #fff;
	height: 40px;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.compactTitle {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.rtl .compactTitle i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rtl .mapClosed a, .rtl .mapClosed a i, .rtl .mapClosed a p {
	text-align: center;
}

.rtl .mapClosed a p {
	margin: 8px 0px;
}

#mapOpen {
	display: none;
}

/* ASIDE */
#leadPictureFormFields .innerBoxPop {
	background: inherit;
	margin: 0;
	padding: 0;
}

#leadPictureFormFields #logoPop {
	font-size: 10px;
}

#leadPictureFormFields .legalNote {
	margin-top: 0;
}

.leadPictureFormTitle {
	line-height: 1.3em;	
}

.rtl #leadPictureFormFields {
	direction: rtl;
}

#leadPictureFormOK div,
#leadPictureFormKO div {
	margin-bottom: 0;
}

#leadPictureFormKO {
	margin-top: 200px;
}

.separator {
	margin: 24px 0px;
	height: 1px;
	background-color: rgb(204, 209, 217);
	position: relative;	
}

.asideContactProp {
	padding: 18px;
	line-height: 1em;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px;
	border-top: solid #ff6600 5px;
	border-bottom: solid #ff6600 5px;
	border-left: solid #d4d4d4 1px;
	border-right: solid #d4d4d4 1px;	
}

.asideContactProp .agency-info span {
	font-size: 11px;
	color: #858585;
	display: inline-block;
	font-weight: 400;
}

.asideContactProp .agency-info span.gpai {
	font-family: 'Montserrat-SemiBold';
}

.asideContactProp .businessInfo {
	display: flex;
  	align-items: center;	
}

.asideContactProp .businessInfo .businessName, .asideContactProp .businessInfo .refBox {
	padding: 0px 10px;
}

.asideContactProp .agency-info img {
	width: 100%;
}

.asideContactProp .phone-number-box {
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-bottom: 10px;
}

.asideContactProp .phoneIcon {
	font-size: 25px;
	margin: 0px 10px;
}

.asideContactProp .hide-phone-number-box {
	font-size: 20px;	
}

.asideContactProp .phone-number-box:hover .hide-phone-number-box {
	font-size: 20px;	
	text-decoration: underline
}

.asideContactProp .btnLead {
	width: 100%;
	padding: 10px 0px;
}

.sticky {
	position: fixed;
	top: 10px;
	width: 400px;
}

.phone-icon {
	width: 27px;
	height: 27px;
	margin-top: 2px;
	background-position: -131px -41px;
	background-image: url(https://www.mubawab-media.com/assets/common/sprite.png);
	display: inline-block;
	vertical-align: top;
	float: left;
}

#phoneBtnClosed {
    font-size: 25px;
    line-height: 1.25em;
}

#phoneBtnOpened {
    font-size: 20px;
    line-height: 1.55em;
}

.phoneText {
	font-weight: 600;
	min-width: 170px;
	font-size: 16px;
	line-height: 1.7em;
}

.rtl .phone-icon {
	float: right;
}

aside .agency-info .refBox p {
	font-size: 13px;
	border-radius: 36px;
	background-color: rgb(239, 240, 241);
	box-shadow: inset 0px 2px 2px 0px rgba(51, 51, 51, 0.4);
	color: #858585;
	text-align: center;
	display: inline-block;
	margin: 10px 0px 0px;
	padding: 5px 12px;
}

/* Pop-up */
.videoPopBox {
	padding: 0;
	line-height: 0;
	height: 360px;
}

#loadingVideo {
	margin-top: 140px;
}

/* Related Promo Ads */
.relPromoBlockProp .relatImg {
	object-fit: cover;
 	width: 100%;
 	height: 100%;
}

/* Share Block */
.promoShareBox {
	padding: 15px;
	background-color: #f7f7f7;
	border-radius: 5px;
	margin-right: 10px;
}

.descLinkHolder {
   margin-bottom: 20px;
   cursor: pointer;
}

/* ADs NAVIGATION */
.adArrows a{
	background-color: #104a7a;
	border-radius: 360px;
	height: 22px;
	width: 22px;
	margin: 0 1px;
}

.adArrows a:hover{
    background-color: #0084bc;
}

.adArrows a i{
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	line-height: 1.2em;
}

.rtl .adArrows a i {
	line-height: 1.3em;
}

#adLinkPrevious i, .rtl #adLinkNext i{
	margin-right: 2px;
	margin-left: unset;
}

#adLinkNext i, .rtl #adLinkPrevious i{
	margin-left: 2px;
	margin-right: unset;
}

#fullPicturesPopup {
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0px;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  background-color: #fff;
}

#fullPicturesPopup.darkMode {
	background-color: #000;
}

#fullPicturesPopup.opened {
	transform: translateY(0);
} 

.fullPicturesPopupClose {
	font-size: 40px;
	border-width: 1px;
	border-color: #104a7a;
	border-style: solid;
	border-radius: 5px;
	color: #104a7a;	
	margin-right: 15px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;	
	padding-top: 3px;	
}

.rtl .fullPicturesPopupClose {
	rotate: 180deg;	
}

.darkMode .fullPicturesPopupClose {
	border-color: #fff;
	color: #fff;	
}

.fullPicturesPopupClose.icon-cancel {
	padding-top: 0px;	
	padding-bottom: 2px;
}

.fullPicturesPopupClose:hover {
	background: #eaebf7;
}

.darkMode .fullPicturesPopupClose:hover {
	background: #104a7a;
}

#fullPicturesHeader {
	margin-bottom: 25px;
}

.fullPicturesPrice {
	margin-right: 15px;
}

.darkMode .fullPicturesPrice {
	color: #fff;
}

#fullPicturesPopup .features-list {
	display: flex;
  	justify-content: end;
  	align-items: center;	
}

#fullPicturesPopup .adDetailFeatureIcon {
  font-size: 35px;
}

#fullPicturesPopup .gallery {
	padding-right: 10px;
	max-height: calc(-140px + 100vh);
	height: 100%;
	overflow-y: auto;
}

.rtl #fullPicturesPopup .gallery {
	padding-right: 0px;
	padding-left: 10px;
}

.picturesGallery {
	display: grid;
  	gap: 10px;	
  	width: 100%;
}

.picturesSlider {
	display: flex;
	height: 100%;
	width: 100%;
  	justify-content: center;	
  	overflow-x: hidden;
}

.picturesGallery .galleryRow {
  display: flex;
  gap: 10px;
}

.picturesGallery .picture {
	width: 33.33%;
	height: 350px;
	float: left;
	cursor: pointer;
	overflow: hidden;
  	border-radius: 5px;
}

.picturesGallery .picture.pictureColumn1 {
	width: 100%;
}

.picturesGallery .picture.pictureColumn2 {
	width: 50%
}

.picturesGallery .picture img {
	object-fit: cover;
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.picturesGallery .picture img:hover {
	transform: scale(1.1);
}

.picturesSlider img {
	border-radius: 5px;
}

.adUrl {
	background: #f1f1f1;
	text-overflow: ellipsis;
	pointer-events: none;
}

.shareBtn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.shareBtn i {
	font-size: 32px;
	cursor: pointer;
}

.copyAdUrlBtn {
	height: 35px;
	width: 90%;
 	margin-left: 10%;
 	background-color: #fff;
	border-radius: 5px;
  	border: 1px solid #bcbcbc; 	
  	cursor: pointer;
}

.copyAdUrlBtn.clicked {
	pointer-events: none;
	border-color: #00ba7a;
}

.copyAdUrlBtn:hover {
	background-color: #f1f1f1;
}

.sendInfoToFriend {
 	transition: opacity 1s ease-in-out;
    opacity: 0;	
    height: 0px;
}

.sendInfoToFriend.visible {
	opacity: 1;
	height: auto;
}

@media screen and (max-width: 1530px) {
    #homehabillageright {
    	display: none;
    }
    #homehabillageleft {
    	display: none;
    }
    #outsideBanner {
    	display: none;
    }
}
#masonryPhoto .numPics {
	color: #858585;
	background-color: #fff;
	border: 1px solid #6c6d7f;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	padding: 0 16px;
	z-index: 1;	
}

#masonryPhoto .bg1 .numPics {
	right: 20px;
}

.rtl #masonryPhoto .numPics {
	right: 210px;
}

#masonryPhoto .overlayPhoto {
	background-color: #eff0f2;
	background-size: cover;
	background-position: center center;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}

#masonryPhoto .overlayPhoto.noPhoto {
	cursor: auto;
}

.main-area .overlayPhoto:hover {
	opacity: 1;
	cursor: pointer;
}

#masonryPhoto .overlayPhoto img:hover {
	opacity: 0.85;
}

#masonryPhoto .overlayPhoto.noPhoto img:hover {
	opacity: 1;
}

.overMed {
	height: 210px;
}

.overSmall {
	height: 180px;
}

/* BACKGROUNDS SIZES */
#masonryPhoto img {
	object-fit: cover;
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;	
}

.bg1 {
	height: 400px;
	margin-right: 10px;
}

.rtl .bg1 {
	margin-right: 0;
	margin-left: 10px;
}

.bg2 {
	margin-bottom: 10px;
}

.bg3 {
	margin-right: 10px;
}

.rtl .bg3 {
	margin-right: 0;
	margin-left: 10px;
}
.btnHipot {
	float: right;
}

.btnHipot_v2 {
	float: right;
}

.btnHipot_v2.last {
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    width: 300px;
	float: none;
}

.btnHipot a {
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	color: #00afca;
	border-radius: 360px;
	padding: 6px 12px;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	background-color: #eff0f1;
	vertical-align: middle;
}

.btnHipot_v2 .btnHipotLink_v2 {
    background-color: #fff7f7;
    border: dashed 1px #930a12;
    width: 100%;
    display: inline-block;
    padding: 4px 12px;
    color: #930a12;
    font-size: 15px;
    text-decoration: none;
    border-radius: 4px;
    line-height: 2em;
    font-weight: 300;
    box-sizing: border-box;
}

.btnHipot i{
	font-size: 16px;
	color: #666;
}

.rtl .btnHipot a {
    border-radius: 360px;
    background-color: #eff0f1;
}

.btnHipot a:hover {
	color: #0a829e;
}

.colHypo2 .phone-number-box {
	margin-top: 0px;
}

.bankCheckWrap{
	margin-bottom: 7px;
}

.sideMiniBan{
	margin: 20px 0 0 20px;
}

.sideMiniBan img {
	border: solid 1px #bcbcbc;
	box-sizing: border-box;
}

.bankCheckWrap .checkCFG,
#leadForm .checkCFG, 
#leadFormHidden .checkCFG,
#leadPictureForm .checkCFG {
	font-weight: bold;
	font-size: 10.7px;
	color: #444444;
	cursor: default;
}

.accepteCfg {
	font-size: 11px;
	line-height: 1.25em;
	margin: 10px 0;
}
.accepteCfg a {
	font-size: inherit;
}

.postingFieldBox select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -o-appearance: button;
    -ms-appearance: button;
    appearance: button;
    background: url(https://www.mubawab-media.com/assets/common/sprite.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right -143px top -231px;
}

.postingFieldBox select {
    background-position: right -23px top -231px;
}

.postingFieldBox select {
    background-color: #fbfbfb;
    border: solid 1px #bcbcbc;
    width: 100%;
    font-size: 12px;
    padding: 8px;
    color: #858585;
    border-radius: 5px;
    margin: 0 0 8px;
    height: 35px;
    min-width: 55px;
    box-sizing: border-box;
}
