.new-header{
    position: relative;
    height: 500px;
}
.new-header .new-menu{
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
.new-header .new-menu ul{
    padding: 10px;
}
.new-header .new-menu #logo{
   height: 110px;
width: auto;
float: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
position: relative;
margin: -20px 0 -21px -50px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.new-header .new-menu .phone-nav{
    position: absolute;
    top: 0;
    right: 10px;
    padding: 15px;
    cursor: pointer;
    display: none;
    color: #f2ab30;
    font-size: 28px;
    z-index: 2
}
.new-header .new-search{
    position: absolute;
    top: 260px;
    left: 20%;
    width: 60%;
    z-index: 3;
}

.new-search .bunner-form{
    
    padding: 0;
}
.new-search .bunner-form [class^='col-'],.new-search .bunner-form .row {
	padding: 0;
	margin: 0 !important;
}
.new-header .bunner-form .select-item{
    padding-left: 0;
    padding-right: 0;
}
.new-header .bunner-form .select-item select {
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.new-search .bunner-form h3{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
}


select{       
   /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
.select-item:after {
    content: "\f078";
    font-family: FontAwesome;   
    padding: 12px 8px;
    position: absolute; 
    left: 13px; 
    top: 0;    
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}



.new-search .bunner-form .form-control{
    padding: 0 12px;
}

select option {
  text-align: center;
}
.new-header #ad_type {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0 !important;
    border-right: 2px solid #9D8042;
    border-top: 2px solid #9D8042 !important;
    border-bottom: 2px solid #9D8042 !important;
}
.search-here{
    padding-right: 3px; 
    padding-left: 0px;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.new-header .new-social-btns{
    position: absolute;
    top: 350px;
    left: 30%;
    width: 40%;
    z-index: 2;
}
.new-header .new-ads-btn{
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 2;
}
.new-header .new-header-slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.new-header .new-header-slider img{
    height: 500px;
    width: 100vw;
}
.new-header .new-header-slider figure .title{
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
}


.header-slider {
    width: 100%;
    height: 100%;
}
.header-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.phone-nav-menu{
        display: none;
    }
@media(min-width: 768px) and (max-width: 991px){
    .new-header .new-menu #logo{
        height: 60px;
    }
    .new-header .new-menu ul>li>a{
        padding: 15px 5px;
    }
    .new-header .new-search{
        position: absolute;
        top: 200px;
        left: 5%;
        width: 90%;
    }
    .new-header .new-social-btns{
        position: absolute;
        top: 350px;
        left: 20%;
        width: 60%;
    }
}
@media(max-width: 767px){
    .new-header .new-menu #logo{
        height: 50px;
    }
    .new-header .new-menu .phone-nav{
        display: block;
    }
    .new-header .new-menu{
        z-index: 999;
    }
    .new-header .new-menu .phone-menu{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 50px 20px;
        margin: 0;
        background-color: #111;
    }
    .new-header .new-menu .phone-menu li{
        padding: 7px;
    }
    .new-header .new-search{
        position: absolute;
        top: 100px;
        left: 17%;
        width: 75%;
    }
    .select-item{
        margin: 3px auto;
    }
    .search-here{
        margin: 3px 1px 3px 3px;
    }
    .search-here input{
        border-right: 2px solid #222;
        border-left: 2px solid #222;
    }
    .new-header .new-header-slider figure .title{
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
    }
    .new-header .new-ads-btn{
        position: absolute;
        left: 30%;
        bottom: 0;
        width: 40%;
        z-index: 2;
    }
    .new-header .call-to-action{
        padding: 7px 25px !important;
        font-size: 20px !important;
    }
    .new-header #categories{
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px !important;
        border-right: 2px solid #222;
        border-top: 2px solid #222 !important;
        border-left: 2px solid #222 !important;
    }
    #Governorate,
    #area,
    #search-box{
      border-left: 2px solid #222 !important; 
      border-right: 2px solid #222 !important;
      border-top: 1px solid #ccc !important;
      border-bottom: 1px solid #ccc !important;
    }
    .new-header button{
        border-bottom-left-radius: 15px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 15px !important;
        border-left: 2px solid #222;
        border-right:  2px solid #222;
        border-bottom:  2px solid #222 !important;
        border-top: 0 !important;
        background-color: #f0c808;
    }
}
