/*overflow*/
.sell-property-page .body-innerwrapper {
    overflow-x: clip;
}

/*zindex*/
.zindex4{z-index:5!important;}
.zindex4{z-index:4!important;}
.zindex3{z-index:3!important;}
.zindex2{z-index:2!important;}
.zindex1{z-index:2!important;}
.zindex-1 {z-index:-1!important;}
.zindex-2 {z-index:-2!important;}
.zindex-3 {z-index:-3!important;}
.zindex-4 {z-index:-4!important;}
.zindex-5 {z-index: -5!important;}

/*bg*/
.grey-page {background-color: #222222;}

/*pagetitle*/
.sp-page-title {padding: 120px 0px!important;background-position: bottom center;background-attachment: scroll;background-color: #222222;}
.sp-page-title .sp-page-title-heading {font-size: 80px;font-family: 'Montserrat';color: #fff!important;font-weight: 700;margin-bottom:0px!important;}


@media (max-width: 991px){
  
.sp-page-title {padding: 50px 0px!important}
  
.view-category .sp-page-title {
    background-position: top center;
    background-attachment: scroll;
    background-color: #222222;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 49px 0px;
    min-height: 165px;
    height: 165px;
}}

/*gradientbg001*/
.gradientbg001{
background: rgb(117,15,50);
background: linear-gradient(180deg, rgba(117,15,50,0) 0%, rgba(34,34,34,1) 19%);}

/*gradientbg002*/
.gradientbg002{
background: rgb(117,15,50);
background: linear-gradient(180deg, rgba(117,15,50,0) 0%, rgba(34,34,34,1) 65%);}

/*header001*/
.header001-downicon i {
    background: #6f6f6f59;
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.header001-downicon i:before {
    line-height:1.6; font-size:20px;
}

/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  width: 5px; height:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #777;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f6831f;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/*end of overall*/