.layout3{
    background: white;
}
.layout3 .category-item {
    min-height: 70px;
    width: 100%;
    border: none;
    height: 85px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.layout3 .gradient-wrapper {
    border: none;
}
.layout3 .short_description{   
    overflow: hidden;
    white-space: nowrap;
    white-space: revert;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.layout3 .category-item h5 a {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}
.layout3 .total-ads {
    margin: 0;
    font-size: 13px;
    opacity: 0.7;
}
.layout3 .category-name{
    margin-bottom: 3px;
}
.layout3 .all-categories.sidebar-item-box {
    margin-bottom: 50px;
}
.layout3 .section-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #6f6f6f;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px !important;
    border-bottom: 0px;
}
.layout3 .quick-links{
    margin-bottom: 50px;
}
.layout3 .quick-link-item {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 6px;
    height: 160px;
    margin: 0 10px;
}
.layout2 .business-directory .directory-item {
    height: auto;
    padding: 0;
    /* border-radius: 0 0 4px 4px; */
    border-radius: 4px;
    margin: 7px 10px 15px 10px;
    width: 31.5%;
}
.layout2 .business-directory .quick-link-main{
    display: flex;
    flex-wrap: wrap;
}
.layout3 .quick-item-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.layout2 .business-directory .quick-item-title{
    background: var(--primaryColor);
    padding: 6px 10px;
    color: white;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layout3 .quick-item-body {
    font-size: 14px;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
    white-space: revert;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.layout2 .directory-item-body {
    font-size: 14px;
    opacity: 0.9;
    padding: 1px 7px 3px 10px;    
}
.layout2 .directory-item-body a{
    transition: 300ms;
}
.layout2 .directory-item-body a:hover{
    text-decoration: underline;
}
.layout3 .directory-item-body {
    font-size: 14px;
    opacity: 0.9;  
}
.layout3 .business-directory-item .directory-item-title {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
}
.layout3 .business-directory-item .directory-item-title i{
    color: var(--iconColor);
}
.layout3 .business-directory-item .directory-item-title a{
    color: var(--textColor);
}
.layout3 .business-directory-item .directory-item-body{
    
}
.layout3 .business-directory-item .directory-item-body a{
    color: #28282B;
}
.layout3 .business-directory-item .directory-item-body {
    font-size: 14px;
    opacity: 0.9;
    list-style: inside;
}
.layout3 .directory-item-body a{
    transition: 300ms;
}
.layout3 .directory-item-body a:hover{
    text-decoration: underline;
}
.layout3 .category-item i {
    color: var(--iconColor) !important;
}
.layout3 .category-title {
    color: var(--textColor);
}
.layout3 .content-post-btn{
    padding: 10px; 
    background: var(--buttonColor);
}
.layout3 .main-menu ul li a:hover {
    background: var(--hoverColor);
}
.layout3 .about {
    background: var(--searchBarColor);
}
.layout3 .quick-item-name{
    color: var(--textColor);
}
.layout3 .quick-item-name:hover{
    color: var(--hoverColor);
}


/* NORMAL AD POST CSS START */
.layout3 .job-item {
    width: 100% !important;
    border-top: 0.5px solid #d4ded9;
    border-bottom: 0;
    border-left: 0.5px solid transparent;
    border-right: 0.5px solid transparent;
    margin: 0;
    border-radius: 0px;
    transition: all .4s ease;
    height: auto;
    position: relative;
    padding: 10px 5px 10px 10px;
}
.layout3 .job-item:hover{
    border-left: 0.5px solid #d4ded9;
    border-right: 0.5px solid #d4ded9;
}
.layout3 .job-item:first-child{
    margin: 5px 0 0 0;
}
.layout3 .job-item .post-main-img {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    padding: 0px;
}
.layout3 .job-item img {
    margin-top: 0px;
    margin-left: 0px;
    width: 100% ;
    height: 100%;
}
.layout3 .job-item .category-img {
    width: 12px;
}
.layout3 .category-img-main > a{
    color: var(--textColor);
}
.layout3 .category-img-main-body{
    display: flex;
    align-items: center;
}
.layout3 .job-item .post-info .item-title > a {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: revert;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 17px;
    font-weight: 500;
}
.layout3 .post-info {
    /* padding: 13px 10px 10px 10px; */
    padding: 0px;
}
.layout3 .post-info .item-price {
    color: #228a89;
}
.layout3 .ad-info-details{
    color: var(--textColor);
    margin-right: 5px;
}
.layout3 .ad-info-details i{
    color: var(--iconColor);
}
.layout3 .taka-icon {
    color: var(--iconColor) !important;
    font-size: 19px !important;
    font-weight: 400;
}
.layout3 .post-uploaded {
    position: absolute;
    right: 5px;
    bottom: 7px;
    color: black;
}
.layout3 .item-user{
    margin: 0 0 0 30px;
}
.layout3 .item-user a {
    padding: 0;
    color: #041F75;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.layout3 .item-user a i{
    color: #041F75;
    font-size: 16px;
}
.layout3 .item-salary {
    color: #228a89;
    font-size: 19px !important;
    font-weight: 500;
}
.layout3 .user-salary{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
/* NORMAL AD POST CSS END */


/* TOP AD & BUMP UP AD POST CSS START */
.layout3 .top-ad-post .topad-post-badge,
.layout3 .bump-up-post .bumpup-post-badge{
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 1;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    background-color: var(--primaryColor);
    border-radius: 0;
    float: initial;
    display: block;
    margin: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.layout3 .job-item.top-ad-post {
    margin: 15px 0 15px 0;
    border-radius: 4px;
}
.layout3 .job-item.bump-up-post {
    margin: 15px 0 15px 0;
    border-radius: 4px;
}
.layout3 .top-ad-post .topad-post-badge{
    background-color: #ff9900;
}
.layout3 .top-ad-post .topad-post-badge:before,
.layout3 .bump-up-post .bumpup-post-badge:before{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid var(--primaryColor);
    border-left: 12px solid transparent;
}
.layout3 .top-ad-post .topad-post-badge:before{
    border-top: 15px solid #ff9900;
}
.layout3 .top-ad-post.job-item,
.layout3 .bump-up-post.job-item {
    background: rgba(245, 245, 245, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    border: 0.5px solid var(--primaryColor);
}
.layout3 .top-ad-post.job-item{
    background: rgba(229, 176, 95, 0.1);
    border-color: #ff9900;
}
.layout3 .top-ad-label.topad-post-badge .top-ad-img{
    width: 12px;
}
.layout3 .bumpup-ad-label.bumpup-post-badge .bump-up-img{
    width: 10px;
}
/* TOP AD & BUMP UP AD POST CSS END */



/* SPOT LIGHT AD POST CSS START */
.layout3 .spotlight-ad-post-main{
    position: relative;
}
.layout3 .spotlight-ad-post-main .slick-arrow {
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid lightgrey;
    position: absolute;
    top: 50%;       
    transform: translate(0%, -50%); 
    z-index: 2;
}
.layout3 .spotlight-ad-post-main .up_arrow{
    left: 5px;
}
.layout3 .spotlight-ad-post-main .bottom_arrow{
    right: 5px;
}
.layout3 .spotlight-ad-post{

}
.layout3 .spotlight-ad-post-body {
    position: relative;
    overflow: hidden;
}
.layout3 .spotlight-ad-post-body .spotlight-post-badge{

}
.layout3 .spotlight-ad-post-body .spotslider-img {
    width: 100%;
    height: 300px;
}
.layout3 .spotlight-ad-post-body .spotslider-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 10px -120px 50px -50px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 10px 20px 20px;
}
.layout3 .spotlight-ad-post-body .spotslider-title {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    white-space: revert;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.layout3 .spotlight-ad-post-body .spotslider-price{
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.layout3 .spotlight-ad-post-body .spotslider-location{
    margin: 0;
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500;
}
.layout3 .spotlight-ad-post-body .spotlight-post-badge .spotlight-img {
    display: block;
    margin: 0 auto;
}
.layout3 .spotlight-ad-post .spotlight-img{
    width: 12px;
}
.layout3 .spotlight-ad-post .spotlight-post-badge {
    background-color: #041F75;
    display: inline-block;
    position: absolute;
    top: -17px;
    left: -40px;
    padding: 25px 25px 2px 25px;
    color: white;
    z-index: 3;
    font-size: 12px;
    transform: rotate(-45deg);
    text-align: center;
}
/* SPOT LIGHT AD POST CSS END */

/* CUSTOMER PROFILE CSS START */
.customer-profile{
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) !important;
}
.customer-profile .customer-img{
    height: 160px;
    position: relative;    
}
.customer-profile .customer-img .profile-img {
    position: absolute;
    bottom: 33px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.customer-profile .customer-img .profile-img img{
    border-radius: 50%;
}
.customer-profile .user-name-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-shadow: 0px -14px 14px 1px rgba(0,0,0,0.3);
    color: rgb(241, 237, 237);
    padding: 0 0 5px 10px;
}
.customer-profile .profile-left-side{
    background: #fff;
    min-height: 500px;
}
.customer-profile .profile-right-side {
    padding-top: 20px;
}
.customer-profile .menu-list{

}
.customer-profile .menu-list li {
    cursor: pointer;    
}
.customer-profile .update-profile-btn{
    border-color: transparent;
    background-color: var(--buttonColor);
}
.customer-profile .update-profile-btn:hover{
    border-color: var(--hoverColor);    
}
.customer-profile .menu-list li a .ad-badge {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #ccc;
    padding: 1px 7px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}
.customer-profile .menu-list li a{
    display: inline-block;
    padding: 13px 10px;
    border-bottom: 0.5px solid lightgray; 
    width: 100%;   
    transition: 300ms;
    position: relative;
}
.customer-profile .menu-list li a.active {
    background: var(--iconColor);
    color: white;
}
.customer-profile .menu-list li a.active .ad-badge{
    color: #228a89;
    background-color: white;
}
.customer-profile .menu-list li a:hover{
    background: white;
    color: #228a89;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
}
.customer-profile .menu-list li a img{
    width: 30px;
    margin-right: 10px;
}
.customer-profile .post-info .item-title{
    padding-right: 120px;
}
.customer-profile .profile-details .nav-tabs > li >a {
    margin: 0 5px 0 0 !important;
    padding: 5px 7px;
}
/* CUSTOMER PROFILE CSS END */

.layout3 .business-directory-search{
    /* background-image: url('../../directory.jpg'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 45px 0px;
}
.common-suggestions{
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}
.common-suggestions:first-child{
    padding-top: 10px;
}
.business-directory-search .auto-complete-item-link{
    transition: 300ms;
}
.business-directory-search .auto-complete-item-link:hover{
    text-decoration: underline;
}
