
.pageTitle{
    font-size: 20px;
    font-weight: 500;
    color: #2D3840;
    line-height: 30px;
    margin-bottom: 16px;
}

.blLatesBuyLeads{
    width: 100%;
}
.blLatesBuyLeads .slick-prev, .blLatesBuyLeads .slick-next{
    background-color: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgb(38, 92, 129);
    z-index: 2;
}
.blLatesBuyLeads .slick-prev:hover, .blLatesBuyLeads .slick-next:hover,
.blLatesBuyLeads .slick-prev:focus, .blLatesBuyLeads .slick-next:focus{
    background-color: rgb(38, 92, 129);
}
.blLatesBuyLeads .slick-prev:hover::before, .blLatesBuyLeads .slick-next:hover::before,
.blLatesBuyLeads .slick-prev:focus::before, .blLatesBuyLeads .slick-next:focus:before{
    border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
}
.blLatesBuyLeads .slick-prev::before, .blLatesBuyLeads .slick-next:before{
    content: "";
    display: block;
    margin: 0px auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgb(38, 92, 129);
    border-top: 1px solid rgb(38, 92, 129);
    
}
.blLatesBuyLeads .slick-prev{
    transform: rotate(-135deg);
    left: 0;
}
.blLatesBuyLeads .slick-next{
    transform: rotate(45deg);
    right: 0;
}
.blLatesBuyLeads .blBuyLeadsBox{
    margin: 0 12px;
    width: 23vw;
    border: solid 1px #D2DAE0;
    background-color: #fff;
    padding: 12px;
    border-radius: 6px;
    position: relative;
}
.blLatesBuyLeads .blBuyLeadsBox .blTitle{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #265C81;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.blLatesBuyLeads .blBuyLeadsBox .blCountry{
    display: flex;
    align-items: center;
    color: #4F5F6D;
    padding: 2px 0;
    margin-bottom: 10px;
}
.blLatesBuyLeads .blBuyLeadsBox .blCountry img:first-child{
    margin-right: 2px;
}
.blLatesBuyLeads .blBuyLeadsBox .blCountry img:last-child{
    margin-left: 5px;
}
.blLatesBuyLeads .blBuyLeadsBox .blPostedDate{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6B8295;
    line-height: 25px;
    margin-bottom: 15px;
}
.blLatesBuyLeads .blBuyLeadsBox .blPostedDate .blDate {
    font-weight: 500;
    font-size: 14px;
    color: #4F5F6D;
}
.blLatesBuyLeads .blBuyLeadsBox .blBuyrLooking{
    color: #4F5F6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blLatesBuyLeads .blBuyLeadsBox .blBuyrLooking .blLookingName{
    font-weight: 500;
}
.blLatesBuyLeads .blBuyLeadsBox .blPropose{
    color: #4F5F6D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.blLatesBuyLeads .blBuyLeadsBox .blMore{
    width: 100%;
    /* position: absolute;
    left: 0;
    bottom: 0; */
    /* background: linear-gradient(360deg, #FFFFFF 70%, rgba(255, 255, 255, 0) 124%); */
    text-align: right;
    padding: 3px 12px;
    border-radius: 6px;
}
.blLatesBuyLeads .blBuyLeadsBox .blMore a{
    font-weight: 500;
    color:#265C81;
    line-height: 24px;
}

.blCategoriesList{
    width: 100%;
    margin-left:-12px;
    margin-right: -12px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.blCategoriesList .blCatCol{
    width: calc(16.666% - 24px);
    margin: 0 12px 24px 12px;
    background-color: #fff;
    border: solid 1px #F4F4F4;
    box-shadow: 3px 31px 40px -42px #BBC2CD;
    padding: 8px;
    border-radius: 8px;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.blCategoriesList .blCatCol:hover{
    background-color: #F4F6F8;
    border: solid 1px #265C81;
    box-shadow: 3px 31px 40px -42px #BBC2CD;
}
.blCategoriesList .blCatCol .blImgCnt{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    border: solid 1px #EEF0F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}
.blCategoriesList .blCatCol .blImgCnt img{
    border-radius: 8px;
}
.blCategoriesList .blCatCol .blCatTitle{
    color: #404D57;
    line-height: 21px;
    text-align: center;
}


@media (max-width: 767px) {
    .blLatesBuyLeads .blBuyLeadsBox{
       width: 80vw;
    }
    .blCategoriesList {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-between;
    }
    .blCategoriesList .blCatCol {
        width: calc(50% - 12px);
        margin: 0 0px 24px 0px;
    }
}