/* STRUCTURE */

.homeWrap {
    min-height: 200px;
    padding: 0;
    display: block
}

.adHome{
    border: solid 1px #d4d4d4;
    margin-right: 4%;
    margin-left: 4%;
    color: #454545;
}

/* Slider */

.fadSldRow{
    overflow: hidden;
}

.fadSldRow,
.fadSldRow .sldContnr{
    width: 100%;
    height: 440px;
}

.sldContnr{
    float: left;
}

.fadSldRow img{
    min-width: 100%;
}

/* Search Box */

.searchHomeBox{
    width: 100%;
    position: absolute;
    margin-top: 75px;
}

.searchHomeBox .srchHomeFltr{
    display: inline-block;
    padding: 40px;
    margin-left: 17%;
    margin-right: 17%;
    background-color: rgba(212, 212, 212, 0.9);
}

.searchHomeBox .srchHomeFltr.noHomeMap{
    margin-left: 10%;
    margin-right: 10%;
}

.srchHomeFltr select{
    width: 90%;
    padding: 5px 7px;
    margin-top: 5px;
    font-size: 13px;
}

.srchHomeFltr .btn{
    font-size: 18px;
    font-weight: 500;
    min-width: 150px;
    margin-top: 50px;
}

/* ELEMENTS */

.homePage h1{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.boldType{
    font-weight: bold;
}

.subtitle{
    color: #454545;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blockTitle{
    text-align: center;
    color: #858585;
    font-size: 29px;
    margin-bottom: 25px;
}

.numberSize{
    font-size: 23px;
}

.innerBoxPop.doubleBox {
    margin: 20px 10px 0;
}

/* Ad Boxes */

.adsNeufHome a:hover .adHome{
    background-color: #fbfbfb;
} 

.adHome .adHomeText{
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7em;
    border-top: solid 1px #d4d4d4;
}

.adHome .adTitle{
    font-size: 12px;
    line-height: 1.7em;
}

.adHome .adCity{
    font-size: 17px;
    font-weight: bold;
}

.adHome .adPrice{
    font-size: 15px;
    color: #df591e;
}

/* Icons */

.iconsCatHome span {
    font-size: 16px;
    font-weight: bold;
    color: #00AFCA;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    font-family: Montserrat, Arial, sans-serif;
}

.homeIcon {
    background: url('https://www.mubawab-media.com/assets/desktop/layout/sprite-2019.png') no-repeat;
    vertical-align: top;
    background-position: 0px -1385px;
    width: 44px;
    height: 44px;
}

.homeIcon1 {
    background-position: -2px -3px;
}

.homeIcon2 {
    background-position: -67px -3px;
}

.homeIcon3 {
    background-position: -2px -51px;
}

.homeIcon4 {
    background-position: -67px -51px;
}

.iconsCatHome a:hover span{
    color: #0a829e;
}

/* City Grid */

.cityGridHome .cGs{
    height: 214px;
    background-size: cover;
}

.cityGridHome a:hover .cGs{
    opacity: 0.87;
}

.cityGrid1{
    background: url(https://www.mubawab-media.com/assets/desktop/home/casablanca.jpg) no-repeat;
    margin: 0 20px 20px 0;
}

.rtl .cityGrid1{
    margin: 0 0 20px 20px;
}

.cityGrid2{
    background: url(https://www.mubawab-media.com/assets/desktop/home/marrakech.jpg) no-repeat;
    margin: 0 0 20px 0;
}

.cityGrid3{
    background: url(https://www.mubawab-media.com/assets/desktop/home/tanger.jpg) no-repeat;
    margin: 0 20px 20px 0;
}

.cityGrid4{
    background: url(https://www.mubawab-media.com/assets/desktop/home/agadir.jpg) no-repeat;
    margin: 0 20px 20px 0;
}

.rtl .cityGrid3,
.rtl .cityGrid4{
    margin: 0 0 20px 20px;
}

.cityGrid5{
    background: url(https://www.mubawab-media.com/assets/desktop/home/rabat.jpg) no-repeat;
    margin: 0 0 20px 0;
}

.cGCity{
    font-size: 22px;
    color: #fff;
    padding: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.cGLink{
    color: #fff;
    right: 30px;
    bottom: 30px;
    position: absolute;
}

.rtl .cGLink{
    left: 30px;
    text-align: left;
}

.cGLink.last{
    right: 10px;
}

.rtl .cGLink.last{
    left: 10px;
}

/******* LINK TABLES ********/


.linkTabs > input, .linkTabs .tabLinks > div {
    display: none;
}

#tab1:checked ~ .tabLinks .tab1, #tab2:checked ~ .tabLinks .tab2, #tab3:checked ~ .tabLinks .tab3 {
    display: inline-block;
    border-radius: 0 8px 8px 8px;
}

.rtl #tab1:checked ~ .tabLinks .tab1, .rtl  #tab2:checked ~ .tabLinks .tab2, .rtl  #tab3:checked ~ .tabLinks .tab3 {
    border-radius: 8px 0 8px 8px;
}

.linkTabs ul {
    list-style: none;
}

.linkTabs .tab1 ul li, .linkTabs .tab2 ul li, .linkTabs .tab3 ul li {
    font-size: 12px;
    padding: 0 8px 0 12px;
    display: grid;
}

.rtl .linkTabs .tab1 ul li, .rtl .linkTabs .tab2 ul li, i, .rtl .linkTabs .tab3 ul li {
    padding: 0 12px 0 8px;
}

.linkTabs ul li label {
    float: left;
    padding: 7px 25px;
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
    color: #888888;
    border-radius: 0.5em 0.5em 0 0;
    font-size: 15px;
    min-width: 85px;
    cursor: pointer;
}

.linkTabs ul li:not(:last-child) label {
    border-right-width: 0;
}

.tabLinks li.active {
    background-color: #e6e6e6;
    border-radius: 0 360px 360px 0;
    padding-right: 8px;
}

.rtl .tabLinks li.active {
    border-radius: 360px 0 0 360px;
}

.linkTabs .tabLinks div,
.tab {
    padding: 10px 0 10px 0;
    width: 100%;
    border: 1px solid #999999;
    background-color: #f7f7f7;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #858585;
    box-sizing: border-box;
}

#tab1:checked ~ .tabNav .tab1 label, #tab2:checked ~ .tabNav .tab2 label, #tab3:checked ~ .tabNav .tab3 label {
    background: #999999;
    color: #fff;
    font-weight: 600;
    position: relative;
    border: 1px solid #999;
}
.floatRight{
    float: right;
}
.active .tabListLink {
    text-decoration: none;
    color: #104a7a;
    font-weight: 600;
}
.tabListLink i::before,
.tabListLinkCity i::before {
   line-height: 2em;
   display: table-caption;
}
.tabListLink i {
	display: none;
}
.active .tabListLink i {
	display: block;
}
.tabListLinkCity{
    text-decoration: none;
    color: #000;
}
.tabListLinkCity:hover{
    color: #104a7a;
}

.tab1 .col-7 li:hover,
.tab2 .col-7 li:hover,
.tab3 .col-7 li:hover {
    color: #104a7a;
}

.banFootLink .bannerFoot{
    width: 96%;
    margin-top: 42px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
    cursor: pointer;
}

.banFootLink{
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.banFootLink:hover{
    cursor: pointer;
}

/** Qatar ads **/
#home-ads li {
    margin-bottom: 40px;
	width: 290px;
    padding: 0 15px;
    float: left;
}
