﻿@font-face {
    font-family: "Noto Sans Bengali", sans-serif;
}

/******** post FOR SMALL DEVICE ***********/
.post_for_small {
    display: none;
}

#show__sidebar-btn, #hide__sidebar-btn {
    display: none;
}

#large_hide_all_post_btn {
    display: none;
}
/******** End post FOR SMALL DEVICE ***********/
/******** End post FOR SMALL DEVICE ***********/
/********* post MENU For large device *******/
/*.post_lg{
    display: none;
}*/
.post_lg #same_bg {
    background: #fff;
}

.post_lg_bd {
    padding: 10px 0px;
}

/*******IF NO ADD Found*********/
.post_no_item {
    width: 100%;
    height: 100%;
    background: #D7EEF7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .post_no_item h1 {
        font-size: 40px;
    }

    .post_no_item h3 {
        font-size: 35px;
        text-align: center;
    }
/******* End IF NO ADD Found*********/
.post_lg_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    /*box-shadow: 0px 10px 4px -7px rgba(196,177,177,0.75);
    -webkit-box-shadow: 0px 10px 4px -7px rgba(196,177,177,0.75);
    -moz-box-shadow: 0px 10px 4px -7px rgba(196,177,177,0.75);*/
    /*-webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;*/
    position: relative;
}

.post_list_value {
    position: relative;
}

.post_list_value_all {
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .post_list_value_all .post_one h6 {
        margin-left: 0px;
       
    }

    .post_list_value_all h6 {
        cursor: pointer;
        margin: 0px 0px 0px 0px !important;
        font-weight: 400;
        color: var(--text-color);
        background: transparent;
        font-size: 15px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px 0px 10px;
        border-radius: 5px;
    }

        .post_list_value_all h6:hover {
            background: var(--primary-color);
            color: #fff;
        }

.post_list_value ul li {
    cursor: pointer;
    position: relative;
}

/* .post_list_value ul li:hover .post_bg_list {
        display: block;
    }*/

.post_hide_two, .post_hide_four, .post_hide_five {
    /*  background-color: #fff;*/
    /* border-bottom: 1px solid rgba(0,0,0,.05);*/
    left: 0px;
    top: 50px;
    /* margin: 0 10px; */
    position: absolute;
    /* width: calc(60% - 30px); */
    z-index: 9999 !important;
    /* top: 328px; */
    right: 0%;
    /* transform: translate(22%,-50%); */
    /*  box-shadow: 0px -13px 5px -9px rgba(217,217,217,0.75);
    -webkit-box-shadow: 0px -13px 5px -9px rgba(217,217,217,0.75);
    -moz-box-shadow: 0px -13px 5px -9px rgba(217,217,217,0.75);*/
    position: absolute;
    width: 470px !important;
}

.post_one, .post_three {
    position: relative;
}

.post_hide_one, .post_hide_three {
    right: 0px;
    top: 40px;
    position: absolute;
    z-index: 9999 !important;
}

.post_hide_one,
.post_hide_two, .post_hide_three, .post_hide_four, .post_hide_five {
    display: none;
}

/*.post_one:hover .post_hide_one {
    display: block;
}*/

.post_two:hover .post_hide_two {
    display: block;
}

.post_three:hover .post_hide_three {
    display: block;
}

.post_four:hover .post_hide_four {
    display: block;
}

.post_five:hover .post_hide_five {
    display: block;
}

.post_one_bg {
    width: 100%;
    /*    background-image: url("https://ca.classistatic.com/service-static/frontend-service/L1_buy_and_sell.7ef82b59.jpg");
*/ /*height: 470px;*/
    background-repeat: no-repeat;
    background-position: right;
    /* box-shadow: 0px 4px 10px #ccc;*/
}

.post_two_bg {
    /*    background-image: url("https://ca.classistatic.com/service-static/frontend-service/L1_cars_and_vehicles.e7138e54.jpg");
*/ /* height: 470px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    /* box-shadow: 0px 4px 10px #ccc;*/
}

.post_three_bg {
    /*        background-image: url("https://ca.classistatic.com/service-static/frontend-service/L1_jobs.950e8b51.jpg");
*/ /* height: 470px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    /*box-shadow: 0px 4px 10px #ccc;*/
}

.post_four_bg {
    /*    background-image: url("https://ca.classistatic.com/service-static/frontend-service/L1_services.7a414c15.jpg");
*/ /*height: 470px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    /* box-shadow: 0px 4px 10px #ccc;*/
}

.post_five_bg {
    /*    background-image: url("https://ca.classistatic.com/service-static/frontend-service/L1_pets.a077f01f.jpg");
*/ /* height: 470px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    /*box-shadow: 0px 4px 10px #ccc;*/
}

    .post_one_bg ul, .post_two_bg ul, .post_three_bg ul, .post_four_bg ul, .post_five_bg ul {
        border-right: 1px solid #ececee;
        flex-basis: 350px;
        max-width: 210px;
        min-width: 210px;
        padding: 5px 5px 10px 0px;
        height: 310px;
        overflow: auto;
        margin-bottom: 15px;
        /*  box-shadow: 0px 4px 10px #ccc;*/
        /* background: rgb(48,80,157) !important;
        background: linear-gradient(90deg, rgba(48,80,157,1) 27%, rgba(136,70,150,1) 100%) !important;*/
        background: var(--primary-color);
    }


        /*.post_one_bg ul {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    .post_one_bg ul::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }*/
        /*   .post_one_bg ul::-webkit-scrollbar {
            width: 11px;
        }
        .post_one_bg ul::-webkit-scrollbar-thumb {
            background-color: #747474;
            border-radius: 2px;
        }*/
        .post_one_bg ul li:hover, .post_two_bg ul li:hover, .post_three_bg ul li:hover, .post_four_bg ul li:hover, .post_five_bg ul li:hover {
            /* background: #f5f5f5;*/
            background: #fff;
            color: rgb(55, 51, 115) !important;
        }

        .post_one_bg ul li, .post_two_bg ul li, .post_three_bg ul li, .post_four_bg ul li, .post_five_bg ul li {
            border-bottom: 1px solid #ececee;
            padding: 0px 0px;
            transition: .3s;
            font-size: 16px;
            color: #072441;
            font-family: "Lato", sans-serif !important;
            cursor: pointer;
        }

            .post_one_bg ul li:hover span, .post_two_bg ul li:hover span, .post_three_bg ul li:hover span, .post_four_bg ul li:hover span, .post_five_bg ul li:hover span {
                color: #000;
            }

            .post_one_bg ul li:last-child, .post_two_bg ul li:last-child, .post_three_bg ul li:last-child, .post_four_bg ul li:last-child, .post_five_bg ul li:last-child {
                border-bottom: 0px;
                box-shadow: none;
            }

            .post_one_bg ul li a, .post_two_bg ul li a, .post_three_bg ul li a, .post_four_bg ul li a, .post_five_bg ul li a {
                display: block;
                font-size: 13px;
                color: #072441;
                font-family: "Lato", sans-serif !important;
            }

            .post_one_bg ul li .post_arrow, .post_two_bg ul li .post_arrow, .post_three_bg ul li .post_arrow,
            .post_four_bg ul li .post_arrow, .post_five_bg ul li .post_arrow {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

.post_list_value_all span {
    font-size: 15px;
    font-family: "Lato", sans-serif !important;
    padding: 8px 0px;
    /*    display: block;*/
    /*  width: 100%;*/
    color: #fff;
}
    /*.post_list_value_all .post_hide_one span,
.post_list_value_all .post_hide_two span, .post_list_value_all .post_hide_three span, .post_list_value_all
.post_hide_four span, .post_list_value_all .post_hide_five span {
    display: block;
    width: 100%;
}*/
    .post_list_value_all span i {
        font-size: 8px;
        display: none;
    }

.post_one_bg ul li:hover span i, .post_two_bg ul li:hover span i, .post_three_bg ul li:hover span i, .post_four_bg ul li:hover span i, .post_five_bg ul li:hover span i {
    display: inline-block;
}

.post_one_bg .sub_menu, .post_two_bg .sub_menu, .post_three_bg .sub_menu, .post_four_bg .sub_menu, .post_five_bg .sub_menu {
    display: none;
    right: 250px;
    position: absolute;
    height: 100%;
    top: 0;
    width: 62%;
}


    .post_one_bg .sub_menu ul, .post_two_bg .sub_menu ul, .post_three_bg .sub_menu ul, .post_four_bg .sub_menu ul, .post_five_bg .sub_menu ul {
        border: none;
        padding-left: 3px;
        max-width: 98%;
    }

        .post_one_bg .sub_menu ul li, .post_two_bg .sub_menu ul li, .post_three_bg .sub_menu ul li, .post_four_bg .sub_menu ul li, .post_five_bg .sub_menu ul li {
            border-bottom: 0px;
            font-size: 15px;
            font-family: "Lato", sans-serif !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            padding: 8px 10px;
            color: #fff;
        }

.post_one_bg ul .sub_hover_parent:hover .sub_menu,
.post_two_bg ul .sub_hover_parent:hover .sub_menu,
.post_three_bg ul .sub_hover_parent:hover .sub_menu,
.post_four_bg ul .sub_hover_parent:hover .sub_menu,
.post_five_bg ul .sub_hover_parent:hover .sub_menu {
    display: block;
}


/*.nav_search {
    width: 255px;*/
/* background: #fff;*/
/*height: 40px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #aaa;
}*/

.nav_search input,
.nav_search button {
    color: #373373;
    border-radius: 0px;
    outline: none;
    height: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 5px !important;
}

    .nav_search button:last-child {
        background: none;
        color: #373373;
        margin-left: 0px;
    }

    .nav_search input::placeholder {
        font-size: 12px;
        color: #373373;
    }

.nav_search button {
    background: #373373;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 10px 0px 0px;
}

.nav_search i {
    color: #373373;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.nav_search input :focus,
.nav_search button:focus {
    outline: none;
    border: none;
    color: #373373;
}

.post_lg_search p {
    font-size: 10px;
    position: absolute;
    bottom: 9px;
    right: 85px;
    background: #fff;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/********* post MENU For large device *******/
/************ post TOP SLIDER *************/
/*.post_slider{
    padding:10px 0px 20px 0px;
}*/
.post_slid_body {
    width: 100%;
    display: flex;
}

.post_slid_post {
    width: 18%;
    overflow: hidden;
}

.carousel-caption {
    position: absolute;
    color: #000;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 16px 12px;
    width: 100%;
    background: linear-gradient(180deg,hsla(0,0%,80.8%,0) -2%,rgba(0,0,0,.75) 80%);
    right: 0%;
    bottom: 0px;
    left: 0%;
}

.carousel-indicators {
    display: none !important;
}

.carousel-caption p {
    letter-spacing: 1.3px;
    color: #fff;
    font-weight: 600;
    font-size: 17px !important;
    position: absolute;
    bottom: 10px;
    padding: 0px 15px;
    /* background-color: rgba(25, 46, 88, 0.3);*/
}

    .carousel-caption p::after {
        content: "";
        top: 11px;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.carousel-caption h5 {
    letter-spacing: 1.3px;
    position: absolute;
    bottom: 32px;
    color: #fff;
    font-weight: 600;
    font-size: 18px !important;
    padding: 3px 15px;
    /* background-color: rgba(25, 46, 88, 0.3);*/
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.carousel-caption p::after {
    content: "";
    top: 11px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.post_slid_slid .all_post_title {
    position: absolute;
    z-index: 1;
}
/*.post_slid_slid .all_post_title::after {
        content: "";
        left: -117px;
        top: 11px;
        height: 122%;
        width: 170%;
        background: linear-gradient(180deg,hsla(0,0%,80.8%,0) -2%,rgba(0,0,0,.75) 80%);
        position: absolute;
        opacity: .5;
        z-index: -1;
    }*/
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0d094d;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.post_slid_post {
    width: 18%;
    height: 400px;
}

    .post_slid_post img {
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        display: flex;
    }

.post_slid_post_one {
    width: 16.9%;
}

.post_slid_post_two {
    width: 16.9%;
}

.post_slid_slid {
    margin: 0px 5px;
    width: 85.9%;
    overflow: hidden;
    height: 400px;
    border: 1px solid #d3d3d3 !important;
}

    .post_slid_slid .carousel-item {
        height: 400px;
    }

    .post_slid_slid img {
        /* height: auto;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        display: flex;*/
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
/************ End post TOP SLIDER *************/

/*********** post ITEM PART ************/
#same_post_bg {
    background: #fff;
    padding-bottom: 10px;
}

.post_slider_pd {
    padding: 0px 0px 20px 0px;
    /* margin-top: 10px;*/
}

.post_item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.post_item_body {
    margin: 0px 1px;
    width: 85.9%;
}

    .post_item_body .post_body:nth-last-child(-n+4) {
        /* margin-bottom: 20px;*/
    }

.post_item_post_one {
    width: 16.9%;
    height: 540px;
    /*    float: left;*/
    position: sticky;
    top: 85px;
}

.post_item_post_two {
    width: 16.9%;
    height: 540px;
    /*    float: left;*/
    position: sticky;
    top: 85px;
}

.post_item_post {
    display: flex;
    justify-content: center !important;
    align-items: flex-start;
}

.post_item_top {
    height: 350px;
}

.post_item_post img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
    padding-bottom: 15px;
}

.post_item_body {
    overflow: hidden;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;*/
}

.post_top_post, .post_all_post, .post_between_post {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: 100%;
    /* min-height: 82% !important;*/
    /*align-items: center;*/
}

#post_menu_part2 .post_all_post {
    width: auto !important;
    align-items: center;
}

.post_top_post .post_body {
    border: 2px solid #0d46d1;
    z-index: 999;
}

.post_all_post .post_body {
    /*  background: #B6EAFA;*/
    /* background: rgb(249, 247, 255);
        border: 1px solid #B6EAFA;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13), 0 1px 1px 0 rgba(0, 0, 0, .11);*/
}

.post_between_post .post_body {
    background: #f1f1f9;
    border: 2px solid #0d46d1;
}

.post_body {
    width: 23.5%;
    overflow: hidden;
    margin: 0px 5px 15px 5px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;*/
    /* transition: .3s;*/
    position: relative;
    /*   min-height: 235px;*/
    /*  min-height: 200px;*/
    cursor: pointer;
    display: inline-block;
}

    .post_body a {
        /*  transition: .3s;*/
    }
/*.post_body a:hover {*/
/* transform: translateY(2px);*/
/*background: #929696;
        }*/
.post_item_body .post_body a {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;*/
    display: block;
    min-height: 220px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13), 0 1px 1px 0 rgba(0, 0, 0, .11);
    overflow: hidden;
}
/*.post_item_image {
    overflow: hidden;

}
.post_item_image img {
   
    height: 145px;
    width: 100%;
    transition: .3s;
}*/
.post_item_image {
    position:relative;
    overflow: hidden;
    height: 120px;
    width: 100%;
}

.overlayy {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
}

.post_body:hover .overlayy, .showUp_card:hover .overlayy {
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 0;
}

.post_body:hover .post_view_love_div, .showUp_card:hover .post_view_love_div {
    display: block !important;
    z-index: 9;
}

.post_body:hover .post_title_div, .showUp_card:hover .post_title_div {
    display: block !important;
    z-index: 9;
}


.post_view_love_div {
    position: absolute;
    top: 2px;
    right: 10px;
}

    .post_view_love_div > div i {
        color: #e3e7e7;
        font-size: 20px;
        margin-top: 10px;
    }

.post_title_div {
    width: 100%;
    padding: 10px 20px;
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.post_item_image img {
    /* height: auto;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        transition: .3s;
        display: flex;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* transition: .3s;*/
}

/*.post_body:hover .post_item_image img {
    transform: scale(1.1);
}*/

.post_item_title, .post_item_star, .post_item_addre, .post_item_price {
    margin: 0px 3px;
    line-height: 17px;
    padding: 0px 4px 0px 4px;
}

.post_item_price {
    padding: 0px 4px 4px 4px;
}

.post_item_title h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #373373;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}

.post_item_star {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .post_item_star .star_part {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .post_item_star i {
        font-size: 7px;
        /* margin-bottom: 5px;
        padding-bottom: 3px;*/
    }

.platinum i {
    color: #E5E4E2;
}

.gold i {
    color: #FFD700;
}

.Silver i {
    color: #c0c0c0;
}

.Bronze i {
    color: #CD7F32;
}

.post_item_star img {
    width: 20px;
    height: 20px;
}

.post_brand_name small {
    /* background: #000;*/
    color: #373373;
    font-size: 9px;
    padding: 0px 2px;
    border-radius: 3px;
    margin-left: 4px;
}

    .post_brand_name small:last-child {
        font-size: 8px;
    }

.post_item_addre small {
    color: rgb(87, 87, 87);
    font-size: 11px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .post_item_addre small:last-child {
        color: #373373;
        font-weight: 600;
    }

    .post_item_addre small span i {
        font-size: 10px;
        color: #373373;
        margin-right: 3px;
    }

.post_item_price {
    /*  position: absolute;*/
    bottom: 3px;
}

    .post_item_price h6 {
        color: #373373;
        font-size: 12px;
        font-weight: 600;
        position: relative;
    }

        .post_item_price h6 .details_hour {
            position: absolute;
            right: 0px;
            top: 0px;
            color: #696969;
            font-size: 10px;
        }

        .post_item_price h6 span {
            font-size: 12px;
            color: #072441;
            font-weight: 600;
        }

#advertisement_large_img {
    max-height: 90px;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

#advertisement_large_footer_img {
    max-height: 250px;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

#advertisement_large_img img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
}

#advertisement_header_top {
    max-height: 90px;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    /*   height: 70px;*/
    /* position: fixed;*/
    /*  top: 0px;
   
    z-index: 99;*/
}

    #advertisement_header_top img {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        overflow: hidden;
        height: 90px;
    }

.post_item_bottom_post {
    height: 90px;
    width: 100%;
    margin-top: 0px;
}

    .post_item_bottom_post img {
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        display: flex;
    }

#header_bottom_img .post_item_bottom_post img {
    margin-top: 0px;
    /*border-radius: 5px;*/
}

#post_pagination {
    margin-top: 15px;
}

    #post_pagination nav {
        box-shadow: none;
        height: auto;
        background: #fff !important;
    }

    #post_pagination ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

#post_menu_part img {
    width: 45px;
    height: 40px;
    margin-right: 15px;
    margin-top: 5px;
}

#post_menu_part2 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    #post_menu_part2 .post_ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0px;
    }

        #post_menu_part2 .post_ul li a {
            width: auto;
            border-radius: 5px;
            border: 1px solid #fff;
            color: #000;
            font-size: 12px;
            font-weight: 400;
            margin: 4px 5px;
            transition: 0.3s;
            padding: 4px 5px !important;
            text-transform: capitalize;
            font-family: "Lato", sans-serif !important;
        }

            #post_menu_part2 .post_ul li a:hover {
                color: #000;
                border: 1px solid #082442;
            }

        #post_menu_part2 .post_ul .post_all_post a {
            font-weight: 500 !important;
            color: #fff;
            font-size: 12px;
            font-weight: 300;
            margin: 0px 5px;
            transition: 0.3s;
            padding: 2px 2px !important;
            text-transform: capitalize;
            transition: .3s;
            font-family: "Lato", sans-serif !important;
            background: #373373;
            border: 2px solid #373373 !important;
            border-radius: 5px;
        }

            #post_menu_part2 .post_ul .post_all_post a span {
                font-size: 12px;
            }

            #post_menu_part2 .post_ul .post_all_post a:hover {
                background: #fff;
                border: 2px solid #373373 !important;
                color: #000 !important;
            }

        #post_menu_part2 .post_ul li a:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

        #post_menu_part2 .post_ul:last-child li a {
            margin-right: 0px;
            padding-right: 0px;
            cursor: pointer;
        }

.post_lg_search {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

#post_menu_part2 .post_ul .dropdown button {
    border: none;
    background: none;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0px 0px;
    transition: 0.3s;
    padding: 0px 5px !important;
    text-transform: capitalize;
    font-family: "Lato", sans-serif !important;
}

    #post_menu_part2 .post_ul .dropdown button:hover {
        color: #000;
        border: 1px solid #082442;
    }

#post_menu_part2 .post_ul .all_post_post_ad a {
    border: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
    border: 1px solid #373373;
    display: inline-block;
}

    #post_menu_part2 .post_ul .all_post_post_ad a:hover {
        background: #fff;
        border: 1px solid #373373;
        color: #000;
    }

#post_menu_part2 i {
    display: none;
}

#post_menu_part2 .fa-user {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
}

#small_hide_all_post_btn i {
    display: inline-block;
}

.newClass {
    box-shadow: none;
}
/*********** END post ITEM PART ************/


/************ Phone View Category Subcategory ***********/
/*#phn_vew_cat_div_part{
    display: none;
}*/
.phn_view_category .submenu, .desk_view_category .submenu {
    display: none;
    max-height: 240px;
    overflow: auto;
    scrollbar-width: thin;
}

/* Style for the active parent menu */
.phn_view_category .active, .desk_view_category .active {
    color: #fff !important;
    background-color: var(--primary-color); /* Add your desired style */
}

    .phn_view_category .active .submenu::-webkit-scrollbar, .desk_view_category .active .submenu::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .phn_view_category .active .submenu::-webkit-scrollbar-track, .desk_view_category .active .submenu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .phn_view_category .active .submenu::-webkit-scrollbar-thumb, .desk_view_category .active .submenu::-webkit-scrollbar-thumb {
        background: #162155;
        border-radius: 10px;
    }

        /* Handle on hover */
        .phn_view_category .active .submenu::-webkit-scrollbar-thumb:hover, .desk_view_category .active .submenu::-webkit-scrollbar-thumb:hover {
            background: var(--primary-color);
        }

    .phn_view_category .active .submenu, .desk_view_category .active .submenu {
        background: var(--primary-color);
        color: #fff;
        width: 195px;
        position: absolute;
        left: 0;
        padding: 0px 1px 3px 1px;
        border-bottom: 1px solid var(--primary-color);
        margin-top: 7px;
        text-align: start;
    }

    .phn_view_category .active:last-child .submenu, .desk_view_category .active:last-child .submenu {
        right: 0px !important;
        left: auto !important;
    }

    .phn_view_category .active:nth-child(4) .submenu, .desk_view_category .active:nth-child(4) .submenu {
        right: 0px;
    }

#phn_vew_cat_div_part {
    margin-top: -1px;
    display: block;
    width: 100%;
}

.phn_view_category {
    /*    margin-top: 7px;
    margin-bottom: 5px;*/
    /*background: rgb(48,80,157);
    background: #fff;*/
    padding-bottom: 10px;
}

    .phn_view_category ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
    }

        .phn_view_category ul li {
            position: relative;
            background: #fff;
            border: 1px solid #f3eded;
            color: #373373;
        }

        .phn_view_category ul .parentMenuItem, .desk_view_category ul .parentMenuItem {
            font-size: 14px;
            width: 20%;
            cursor: pointer;
            z-index: 9;
            font-weight: 600;
            padding: 8px 20px;
            margin: 0px 3px;
        }

            .phn_view_category ul .parentMenuItem:hover, .desk_view_category ul .parentMenuItem:hover {
                background: var(--primary-color);
                color: #fff;
            }

    .phn_view_category .submenu li, .desk_view_category .submenu li {
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        padding: 5px 2px 5px 10px;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

#phn_view_category_job_part .active:last-child .submenu {
    right: 0px !important;
}

#phn_view_category_job_part ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    text-align: center;
}

    #phn_view_category_job_part ul li ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        text-align: start;
    }

.phn_view_category .submenu li:hover, .desk_view_category .submenu li:hover {
    background: var(--primary-color);
    color: #fff;
}


.phn_view_category .submenu li:last-child {
    border-bottom: 0px;
}
/********* End Phone View Category Subcategory *********/



/***** Executice Admin PDF Download *******/
.partner_title {
    text-align: center;
}

    .partner_title h2 {
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px;
        border-bottom: 2px solid #373373;
        padding-bottom: 5px;
        display: inline-block;
        letter-spacing: 1px;
    }

.partner_form_information ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .partner_form_information ul li {
        width: 50%;
        cursor: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

        .partner_form_information ul li p {
            font-size: 10px;
            font-weight: 600;
            line-height: 15px;
            letter-spacing: .5px;
        }

.partner_form_information_icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.partner_title {
    margin-bottom: 15px;
}

.partner_form_information_icon h6 {
    margin-right: 7px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.partner_form_information_icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 20px;
}

.partner_form_information ul li span:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 0px 5px 0px 0px;
}

    .partner_form_information ul li span:nth-child(1) i {
        color: #373373;
        font-size: 13px;
    }

.partner_form_information ul li span:nth-child(2) {
    color: #000;
    font-size: 13px;
    letter-spacing: 1.01px;
    margin-right: 5px;
    font-weight: 500;
}

.partner_form_information ul li span:nth-child(3) {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}



.partner_basic_information_item {
    padding: 1px 0px;
}

    .partner_basic_information_item p, partner_basic_information p {
        font-size: 10px;
        color: #242424;
        letter-spacing: .4px;
    }

    .partner_basic_information_item h6, partner_basic_information h6 {
        font-size: 10px;
        color: #000;
        font-weight: bold;
        letter-spacing: .3px;
    }


.partner_basic_information_item_bangla {
    line-height: 14px;
}

    .partner_basic_information_item_bangla p {
        font-family: "Noto Sans Bengali", sans-serif;
        font-size: 10px;
        color: #242424;
        letter-spacing: .5px;
    }

    .partner_basic_information_item_bangla h6 {
        font-family: "Noto Sans Bengali", sans-serif;
        line-height: 14px;
        font-size: 10px;
        color: #000;
        font-weight: bold;
        letter-spacing: .5px;
    }


.business_name {
    margin: 0px 0px 10px 0px !important;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
}

.partner_basic_information_item p span {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
}

.partner_signature {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 50px;
}

.partner_signature_item {
    border-bottom: 2px solid #8d8d8d;
    padding: 5px 0px;
    text-align: center;
}

    .partner_signature_item p {
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 500;
    }

.admin_image_download {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.admin_image_download_item_title {
    width: auto;
    margin: 10px;
    overflow: hidden;
}

.admin_image_download_item_title_img img {
    /*max-width: 100%;*/
    /*max-width: 5500px;*/
    /*max-height: 100%;*/
    /*max-height: 880px;*/
    width: 100%;
    height: 300px;
}

.admin_image_download_item_title h4 {
    color: #000;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 7px;
}

.download_logo_img img {
    height: 50px;
}

.title_container {
    position: absolute;
    left: 0;
    width: 4%;
    height: 80vh;
    /*    background: linear-gradient(180deg, hsla(267, 35%, 44%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);*/
    background: linear-gradient(180deg, #a73069, #fff);
}

    .title_container h3 {
        position: absolute;
        transform: translateX(-100%) rotate(-90deg);
        transform-origin: right;
        left: 16px;
        top: -10px;
        font-size: 12px;
        width: 200px;
        color: white;
    }

.partner_top_part {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px;
}

.partner_desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 6px 20px 7px 20px;
}

.qr_code {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 90px;
}

    .qr_code img {
        width: 100px;
        height: 100px;
        overflow: hidden
    }

.partner_top_part_img {
    height: 105px;
    width: 20%
}

    .partner_top_part_img img {
        width: 105px;
        height: 105px;
        border: 1px solid #989898;
        overflow: hidden
    }
/***** End Executice Admin PDF Download *******/
#similar_add_bottom_pagination #pagination-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    #similar_add_bottom_pagination #pagination-wrapper button {
        display: block;
        color: #0d6efd;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    #similar_add_bottom_pagination #pagination-wrapper .pagination_active {
        background: red;
    }

#pagination-wrapper button {
    margin-left: -1px;
}

.ghost {
    opacity: 0.4;
}

/********* Common google ads **********/
.small_device_add_body_part {
    position: relative
}

.small_device_add_body_show_icon {
    cursor: pointer;
    position: absolute;
    background: #fff;
    right: 5px;
    font-size: 17px;
    top: 0px;
}

.small_device_add_company_logo {
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 0px;
}

#advertisement_header_top .small_device_add_company_logo_div img {
    width: 17px !important;
    height: 17px !important;
    background: #fff;
    border-radius: 50%;
}

.small_device_add_company_logo_div img {
    width: 17px !important;
    height: 17px !important;
    background: #fff;
    border-radius: 50%;
}

#desktop_adver_img {
    top: 0px;
    position: absolute;
    right: 3px;
}

.small_device_add_company_logo_div p {
    font-size: 10px;
    border: 1px solid #000;
    display: none;
    background: #fff;
    color: #373373;
    padding: 1px;
}

.small_device_add_company_logo:hover .small_device_add_company_logo_div p {
    display: block;
}

.small_device_add_company_logo:hover .small_device_add_company_logo_div img {
    display: none;
}

.adver_google_part {
    border: 1px solid #ddd;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 99%;
    position: relative;
    margin: 5px auto;
}

    .adver_google_part a {
        display: block;
        width: auto;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
        padding: 3px 8px;
        font-size: 16px;
        font-weight: 600;
        color: #373373;
    }

        .adver_google_part a span {
            color: #828282;
            font-size: 14px;
        }

    .adver_google_part .adver_part_show_icon {
        position: absolute;
        right: 50px;
        top: 25px;
        color: #928ec3;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 16px;
    }
/********* End Common google ads **********/
.post_item_user_image_container {
    position: relative;
}
.post_item_user_section {
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.post_item_user_profileimage {
    height: 26px;
    width: 26px;
    border-radius: 100%;
}

    .post_item_user_profileimage img {
        height: 100%;
        width: 100%;
        border-radius: 100%;
        object-fit: cover;
    }

.post_item_user_profilename {
    width: 100%;
    padding: 2px;
}

    .post_item_user_profilename p {
        font-size: 12px;
    }
    .post_item_user_profilename i {
        font-size: 10px;
    }
    .post_item_user_profilename small {
        font-size: 10px;
    }
.post_item_user_date {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#desktop_post_body {
    margin:-0.000000001px;
    padding:5px;
}
#desktop_post_top_post {
    padding:0px 0px 0px 25px;
}