/************/

.slider-area{
    background-size: cover !important;
    overflow: hidden;
    padding: 176px 0;
    position: relative;    
    background: url(/img/home-1.jpg) no-repeat 30%;
    margin-bottom: 40px;
}

.btnSearch{
    width: 100%;
    border-radius: 50px;
    border: 2px solid #be206b !important;
    padding: 14px 0;
    border-radius: 25px;
    position: relative;
    background: #fff;
    box-shadow: 0 .125rem 1.25rem 0 rgba(107, 134, 177, .15) !important;
}

.btnSearch span {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.btnSearch i{
    position: absolute;
    right: 20px;
}

.postAdbtnSection{   
    text-align: center;
    padding-bottom: 40px;
}

.btnPostAd{
    background-color: #448bc6 !important;
    color: #fff !important;
    padding: 13px 17px;
    border-radius: 40px;
    font-weight: 500;
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.btnPostAd svg{
    width: 14px;
    fill: #fff;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.homeCategory{

}

.homeCategory h1{
    font-size: 24px;
}

.homeCategory h2{
    font-size: 14px;
    color: #373737;
}

.card{
    box-shadow: 0 .125rem 1.25rem 0 rgba(107, 134, 177, .15) !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.card .card-body{
    padding: 10px 20px;
}

.card .card-header img{
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.card .card-header .cat-name{
    position: absolute;
    top: 165px;
    z-index: 222;
    color: #fff;
    font-size: 21px;
    left: 16px;
}

.list-unstyled {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    list-style: none;
}

.list-unstyled li {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
}

a .homecategory {
    color: #747373 !important;
    display: block;
    font-weight: 400;
    letter-spacing: -.7px;
    line-height: 13px;
    margin-top: 6px;
}

.moreCategory{
    box-shadow: 0 .125rem 1.25rem 0 rgba(107, 134, 177, .15) !important;
    padding: 15px 0 30px;
    margin-bottom: 20px;
}

.moreCategory ul{
    margin: 20px 0 0;
    padding: 0 2px;  
}

.moreCategory ul li{
    display: inline;
    margin-right: 10px;
}

.moreCategory ul li a{
    padding: 8px 25px;
    display: inline-block;
    border: 1px solid;
    border-radius: 13px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}

.moreCategory .parent{
    font-size: 20px;
}

.moreCategory .parent svg{
    fill: #d92b83;
}

.disclaimer{
    margin-bottom: 20px;
}

/**********/


@media (min-width: 900px) {
    .slider-area {
        height: 680px;
    }
}

@media (min-width:767px) {

    .postAdbtnSection{
        display: none;
    }
}

@media (min-width: 480px) {
    .slider-area {
        height: 396px;        
    }

    
}

@media (max-width: 515px) {
    .slider-area {        
        padding: 80px 0;
    }

    
}