@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Potro-Sans-Bangla-Regular.ttf") format("truetype");
}

body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

p {
    color: #222;
}

/*===COMMON CSS===*/
.bangla-taka::before {
    content: '৳';
    font-family: "Hind Siliguri", sans-serif;
}

button,
button:focus {
    outline: 0;
}

button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


li {
    display: inline-block;
    list-style: none;
}


a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s ease-in-out;
    text-align: left;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.capitalize {
    text-transform: capitalize;
}

.allcaps {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif;
}

.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}

.anchor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section-padding {
    padding: 40px 0;
}

.section-tpadding {
    padding-top: 60px;
}

.section-bpadding {
    padding-bottom: 60px;
}

.pb30 {
    padding-bottom: 30px
}

.pb20 {
    padding-bottom: 20px
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
}

.contact-form input {
    height: 40px !important;
}

.form-control:focus {
    border: 1px solid #D66B0D;
    box-shadow: 0 0;
    outline: 0;
}

.lg-hide {
    display: none;
}


@font-face {
    font-family: "Manowar Nihar";
    src:
        url("../fonts/Li-Manowar-Nihar-Unicode.ttf") format("opentype"),
        url("../fonts/Li-Manowar-Nihar-Unicode.ttf") format("woff");
}

/*==================================
    HEADER TOP CSS START
===================================*/
.header-top {
    background: #fff;
}

.header-top-right {
    text-align: left;
    padding: 20px 0;
    transition: 0.5s all;
}

.header-top-left ul {
    padding: 36px 12px;
    transition: 0.5s all;
    display: inline-block;
}

.live-chat li img {
    margin-top: 26px;
    height: 50px;
}

.header-top-left ul li {
    margin-right: 16px;
}

.header-top-left ul li a {
    color: #fff;
}

.header-top-right ul li {
    margin-left: 16px;
    position: relative;
}

.header-top-right a.anchor {
    color: #fff;
}

.header-top-right ul li .submenu {
    position: absolute;
    right: 0;
    text-align: left;
    background: #fff;
    width: 162px;
    overflow: hidden;
    z-index: 9;
    padding: 14px 9px;
    border-radius: 5px;
    top: 35px;
    opacity: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.live-chat {
    text-align: right;
    display: none;
}

.header-top-right ul li:hover .submenu {
    top: 28px;
    transform: translateY(1);
    opacity: 1;
    visibility: visible;
}

.header-top-right ul li ul.submenu li {
    display: block;
}

.header-top-right ul li ul.submenu li a {
    display: inline-block;
    color: #888;
    font-weight: 500;
    padding: 4px 0;
}

.header-top-right ul li ul.submenu li a:hover {
    color: #D04551;
}

.header-post-ads {
    margin: 20px 0;
    text-align: right;
}

.header-post-ads li {
    margin-right: 12px;
}

.header-post-ads li a {
    font-size: 15px;
    font-weight: 500;
}


.postsection {
    display: none;
}

.home-page-modal {
    padding: 0 20px;
}

.all-ads a {
    background: #008A87;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 17px;
    font-weight: 600;
    margin: 0 4px;
    border-radius: 5px;
}

.post-ads a {
    background: #D66B0D;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 17px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
}

.main-menu ul li a {
    color: #504e70;
    font-size: 16px;
    font-weight: 500;
}

.hcategory {
    color: #504e70 !important;
    cursor: pointer;
    padding: 37px 0;
}

.main-menu ul li a.active {
    color: #D66B0D;
}

.main-menu ul li a:hover {
    color: #D66B0D;
}

.header-top-right ul li a i {
    margin-right: 6px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    text-transform: capitalize;
    font-size: 20px;
    color: #222;
}

.section-title p {
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}

.publish-ad a {
    background: #013968;
    color: #fff !important;
    padding: 13px 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 50px;
}

.account-title {
    background: #D66B0D;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 50px;
}

.cat-submenu {
    position: absolute;
    top: 58px;
    width: 250px;
    height: auto;
    left: -50%;
    background: #fff !important;
    padding: 10px;
    border-top: 2px solid #D66B0D;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 999 !important;
}

.default-theme .codehim-nav {
    left: -500px;
}

.cat-submenu li {
    width: 100%;
    float: left;
    text-align: left;
}

.cat-submenu li a {
    padding: 5px 0 !important;
    display: inline-block;
}

.main-menu ul li:hover .cat-submenu {
    visibility: visible;
    opacity: 1;
}

#myModal .modal-header {
    border-bottom: 0;
    padding: 0;
}

#myModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 10px;
    background: linear-gradient(to left, #003967 0%, #028789 74%);
    opacity: 1;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #003967;
    z-index: 999;
}

.location-filter button {
    display: block;
    width: 100%;
    text-align: left;
}

#myModal .modal-content {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #003967;
}

#myModal .modal-body h3 {
    line-height: 1.7;
}

#myModal .modal-body input {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #999;
}

#myModal .modal-body p {
    text-align: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
}

#myModal .modal-body label {
    text-align: left;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    margin-top: 15px;
}

.header-top {
    border-bottom: 1px solid #ebebeb;
    background: #F8F9F9;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.mobile-margin-top {
    margin-top: 80px;
}

.header-top-left ul {
    text-align: left;
}

#myModal .modal-body form {
    text-align: left;
}

#myModal .modal-body button {
    background: linear-gradient(to left, #ef3636 0%, #000 74%);
    color: #fff;
    padding: 10px 31px;
    cursor: pointer;
}

#myModal .modal-body {
    padding: 15px 35px;
}

#myModal .modal-dialog {
    margin: 10.00rem auto;
}

/*==================================
   MAIN HEADER CSS START
===================================*/

.main-header {
    padding: 15px 0;
}

.main-logo {
    text-align: left;
    transition: 0.5s all;

    a {
        display: block;
        height: 64px;
    }
}

.mobile-menu {
    display: none;
}

.main-logo img {
    margin-right: 8px;
    width: 90px;
    height: 90px;
    margin-top: -12px;
}

.tgoogle-ads img {
    height: 90px;
}

.menu-content {
    padding: 18px 0;
}

.mobile-logo {
    display: none;
}

.main-menu ul li a {
    color: #504e70;
    font-size: 16px;
}

/*==================================
   BANNER CSS START
===================================*/
.home-banner-section {
    border-top: 1px solid #ddd;
}

.mobile-banner {
    display: none;
}

.home-banner {
    height: 350px;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    background-attachment: fixed !important;
}

.home-search {
    background: #E7EDEE;
    padding: 30px 0;
}

.hsearch-box .list {
    width: 100% !important;
}

.banner-content {
    text-align: center;
    padding-top: 100px;
    width: 600px;
    margin: 0 auto;
}

.hsearch-box {
    background: #fff !important;
    padding: 30px 30px;
    border-radius: 5px;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.home-search-item {
    flex: 1 1 auto;
}

.hsearch-box .nice-select {
    width: 100%;
    float: left;
    border-radius: 0;
}

.nice-select.search-select.open {
    border: 1px solid #ddd;
}

.nice-select.open .list {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.search-keyword,
.search-keyword:focus {
    width: 100%;
    height: 38px;
}

.home-search-submit {
    height: 60px;
}

.search-submit {
    width: 110px;
    height: 100%;
    background: #D66B0D;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px 35px 35px 0px;
}

.banner-content h3 {
    color: #fff;
}

.banner-content p {
    color: #fff;
    margin-bottom: 18px;
}

.hsearch-box .list .option {
    display: block;
}

.home-top-ads {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -8px;
}

/*==================================
   CATEGORY CSS START
===================================*/
.category-inner .modal-dialog {
    margin-top: 100px;
}

.category-inner .modal-dialog,
.category-inner .modal-body {
    width: 600px !important;
}

.category-section {
    padding-top: 30px;
}

.single-category ul li p {
    text-align: center;
    margin-top: -4px;
}

.location-icon {
    height: 22px;
}

.price-tag {
    height: 23px;
    width: 23px;
}

.catad {
    text-align: right;
    margin-bottom: 15px;
    height: 400px;
}

.home-category-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
}

.single-category ul li img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.single-category {
    text-align: center;
    background: #E7EDEE;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 30px 0;
    border: 1px solid;
    border-color: transparent;
    transition: all 0.3s ease;

    strong {
        color: #000;
        transition: all 0.3s ease;
        font-family: 'Manowar Nihar', sans-serif;
        font-size: 17px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 170px;
    }
}

.single-category:hover {
    border-color: #007bff;

    strong {
        color: #007bff;
    }
}

.single-category ul {
    padding: 8px 10px;
}

.single-category ul li {
    display: block;
    text-align: center;
}

.single-category ul li i.icon {
    background: #28A691;
    color: #fff;
    height: 65px;
    line-height: 65px;
    width: 65px;
    border-radius: 50px;
    font-size: 30px;
    transition: 0.35s all;
}

.single-category:hover.single-category ul li i.icon {
    background: #D66B0D;
}

.single-category ul li a {
    text-transform: capitalize;
    font-weight: 600;
    color: #666;
    padding: 10px 0;
    display: inline-block;
}

.single-category ul li.plus i {
    color: #D66B0D;
    border: 1px solid #D66B0D;
    padding: 2px 5px;
    border-radius: 50px;
    font-weight: 500;
}

.categorym .modal-header {
    background: #28A691;
}

.categorym .modal-header a {
    color: #fff;
    text-transform: capitalize;
}

.categorym .modal-header button {
    color: #fff;
    opacity: 1;
}

.categorym .modal-footer button {
    border: 1px solid #D66B0D;
    color: #fff;
    background: #D66B0D;
}

.categorym ul li {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}

.categorym ul li a:hover {
    color: #504e70;
}

.browse-all {
    text-align: center;
    margin-bottom: 30px;
}

.browse-all a {
    background: #D66B0D;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}

.browse-all a:hover {
    border-radius: 5px;
}

/*==================================
   ADVERTISMENT CSS START
===================================*/
.advertisment {
    background: #F4F4F4;
    padding: 15px 0;
}

.ads-section {
    background: #F4F4F4;
    text-align: center;
    padding-top: 15px;
}

.single-ads {
    margin: 15px 0;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.single-ads .ads-image {
    height: 200px;
    overflow: hidden;
    background: #fff;
}

.single-ads .ads-image img {
    width: 100%;
    transition: 0.50s all;
    object-fit: contain;
}

.ads-content {
    background: #fff;
    padding: 18px 12px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.ads-content ul li {
    width: 50%;
    float: left;
}

.similerad .single-ads {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-radius: 0;
}

.ads-content .catandloc .cat {
    text-align: left;
}

.ads-content .catandloc a {
    text-transform: capitalize;
}

.single-ads:hover .ads-content .title a {
    color: #555;
}

.ads-content .catandloc .loc {
    text-align: right;
}

.ads-content .catandloc i {
    margin-right: 5px;
}

.ads-content .title a {
    font-size: 16px;
    color: #D66B0D;
    height: 55px;
    display: inline-block;
    text-transform: capitalize;
}

.ads-content ul.price-wishlist li.price {
    width: 65%;
    float: left;
    font-weight: 600;
    color: #C13154;
    margin-top: 6px;
}

.wishlist a.ads-content ul.price-wishlist li.price {
    width: 65%;
    float: left;
    font-weight: 600;
    color: #C13154;
    margin-top: 6px;
}

.zadu {
    border: 1px solid #CB3F52;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}

.ads-content ul.price-wishlist li.wishlist {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 12px;
}

.advertisment .mads {
    margin: 15px 0;
    height: 400px;
}

.locationad-inner.home {
    background: #F4F4F4;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.subcategory ul li {
    display: block;
}

.locationad-inner button {
    color: #BC336B;
    font-weight: 600;
    margin-top: 10px;
}

.location-ads {
    height: 300px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s all;
}

.new-height {
    height: auto;
    transition: 0.5s all;
}

.removeDiv {
    display: none;
}

#location-ads ul li {
    display: block;
    padding: 6px 0;
}

.subcategory ul li {
    padding: 6px 0;
}

#location-ads ul li:last-child {
    border-color: transparent;
}

#location-ads ul li a {
    color: #222;
}

#location-ads ul li a:hover {
    color: #222;
}

/*==================================
   POST YOUR ADD BUTTON CSS START
===================================*/
.all-ads-button {
    text-align: center;
    background: #008A87;
}

.all-ads-button a {
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.post-ads-button {
    text-align: center;
    background: #D66B0D;
}

.post-ads-button a {
    color: #fff;
    padding: 15px 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.postsection {
    padding: 60px 0;
}

.icon-input-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 5px;
    padding: 10px;
    column-gap: 10px;
}

.icon-input-field .icon {
    margin-top: 0;
    text-align: center;
    height: 35px;
    line-height: 30px;
    background-color: #ddecf7;
    width: 35px;
    border-radius: 5px;
}

.icon-input-field .icon svg {
    height: 20px;
    width: 20px;
    color: #707070;
}

.icon-input-field .input-field {
    flex: 1 1 auto;
}

.icon-input-field .input-field .form-control {
    border-radius: 0;
    border: 1px solid transparent;
}

/*==================================
   FOOTER CSS START
===================================*/
.footer {
    background: #2E3748;
    margin-top: 25px;
}

.single-footer-content li {
    display: block;
}

.single-footer-content li a {
    color: #fff;
    padding: 5px 0;
    display: block;
}

.single-footer-content .title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 7px;
    color: #d66b0d !important;
}

.footer-top {
    padding: 30px 0px;
}

.payment img {
    margin-top: 10px;
    float: right;
}

.payment strong {
    margin-top: 30px;
    display: inline-block;
    border-right: 1px solid #222;
    padding: 0 12px;
}

.footer-about img {
    margin-bottom: 16px;
}

.footer-about a.flikepage {
    color: #504e70;
    font-weight: 600;
    font-size: 16px;
}

.flink .title {
    font-weight: 600;
    font-size: 16px;
    color: #504e70;
    margin-bottom: 20px;
}

.flink ul li {
    display: block;
    padding: 4px 0px;
}

.flink ul li a {
    color: #555;
    font-weight: 600;
}

.flink ul li a:hover {
    color: #CB3F52;
}

.footer-bottom {
    border-top: 1px solid #ddd;
}

.footer-bottom {
    padding-bottom: 20px;
}

.copyright {
    padding-top: 30px;
    text-align: center;
}

.payment {
    text-align: right;
    width: 120px;
    float: right;
}

.payment img {
    margin-top: 10px;
}

.copyright p {
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 65px;
    background: rgba(203, 63, 82, 0.3);
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 45px;
    width: 50px;
    text-align: center;
}

.scroll:hover {
    background: rgba(203, 63, 82, 1);
}

.scroll i {
    color: #fff;
    font-size: 25px;
    line-height: 45px;
}

/*==================================
   CATEGORY PAGE CSS START
===================================*/
.advertisment .container {
    background: #fff;
}

.custom-bread-inner {
    background: #E7E7E7;
    margin-bottom: 20px;
    padding: 25px 25px;
}

.custom-bread-left h5 {
    text-transform: capitalize;
    color: #666;
}

.custom-bread-right {
    text-align: right;
}

.custom-bread-right ul li a {
    color: #555;
    text-transform: capitalize;
}

.location-filter {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px 12px;
}

.filter-and-search {
    margin-top: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.location-filter button {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 25px;
}

.location-filter button i {
    color: #D66B0D;
    font-size: 18px;
    margin-right: 4px;
}

.cat-search form {
    border: 1px solid #D66B0D;
    overflow: hidden;
    height: 40px;
    border-radius: 5px;
}

.cat-search form button {
    float: right;
    width: 15%;
    height: 40px;
    background: #D66B0D;
    color: #fff;
}

.cat-search form input {
    width: 85%;
    float: left;
    height: 40px;
    padding: 10px 15px;
}

.location-modal .nav-pills .nav-link.active {
    background: transparent !important;
    color: #777;
}

.location-modal .nav-pills .nav-link i {
    text-align: right;
}

.modal-dialog.modal-lg.location-modal .modal-content {
    height: 500px;
    overflow-y: scroll;
}

.collapse-area {
    padding-left: 20px;
}

.collapse-area ul li a {
    color: #666;
}

.collapse-area .custom-tree {
    margin: 0 !important;
}

.all-area {
    margin-top: 15px;
    display: inline-block;
    color: #6161ff;
}

.tree-menu .closed>a,
.tree-menu .opened>a {
    background-position: 8px 14px !important;
}

.tree-menu .closed>a,
.tree-menu .opened>a {
    padding: 10px 35px !important;
    margin: 2px 0 !important;
}

.collapse-area .custom-tree {
    margin-top: 15px !important;
}

.collapse-area ul li ul li a {
    padding: 8px 35px;
}

.location-modal .nav-pills .nav-link {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    float: none;
    height: auto;
    padding: 0 0;
    line-height: 18px;
    margin-top: 18px;
}

.location-modal .nav-pills .nav-link span {
    width: 90%;
    float: left;
}

.location-modal .nav-pills .nav-link i {
    width: 10%;
    float: right;
}

.modal-second-menu li {
    display: block;
}

.modal-second-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 17px 0;
}

.category-mmenu a {
    line-height: 18px !important;
    padding: 10px !important;
    padding-bottom: 18px !important;
}

.category-mmenu .nav-link i {
    margin-top: -8px;
}

/*==================================
   LOGIN REGISTER PAGE CSS START
===================================*/
.breadcrumb-area {
    height: 200px;
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    /* background-attachment: fixed !important; */
}

.breadcrumb-area::after {
    background: rgba(1, 57, 104, .85);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.breadcrumb-content {
    text-align: center;
    padding-top: 66px;
}

.breadcrumb-content h3 {
    color: #fff;
}

.breadcrumb-content ul li a {
    color: #fff !important;
    font-size: 14px;
    margin: 0 2px;
}

.commonpanel {
    background: #F6F7FB;
}

.commonpanelform form {
    text-align: left;
    padding: 30px;
}

.commonpanelform {
    background: #fff;
    border-radius: 5px;
}

.forgate-pass a {
    font-weight: 600;
    color: #555;
}

.forgate-pass {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.haveaccount {
    padding: 35px 0;
    text-align: center;
}

.haveaccount a {
    background: #ddd;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 600;
    color: #555;
    border-radius: 5px;
    margin-top: 6px;
}

.commonpanelform form label {
    font-weight: 600;
    color: #222;
}

.customer-body .table-bordered thead td,
.customer-body .table-bordered thead th {
    color: #222;
}

.ads-new {
    text-align: left;
}

.commonpanelform form span {
    color: #E91E63;
}

.customer-info .name p {
    text-align: center;
}

.commonpanelform .title {
    text-transform: capitalize;
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 18px 30px;
    font-weight: 600;
}

li.manage-applicants {
    margin-top: 5px;
}

.adsmakepremium button {
    background: #4267B2;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    padding: 4px 11px;
    border-radius: 5px;
}

.commonpanelform form input,
.commonpanelform form input:focus {
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: 0 0;
}

.commonpanelform form button {
    background: #013968;
    width: 100%;
    color: #fff;
    padding: 10px 3px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s all;
    margin-top: 10px;
}

.nomembership {
    text-align: center;
    border: 1px solid #ddd;
    padding: 38px 16px;
    margin-bottom: 15px;
}

.nomembership h6 {
    margin-top: 15px;
    display: inline-block;
}

.ls-search {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    overflow: hidden;
}

.ls-cat-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    text-align: left;
}

.ls-cat-title h4 {
    text-transform: capitalize;
    font-size: 18px;
    color: #666;
}

.cat-chechbox p {
    text-transform: capitalize;
    color: #555;
}

.category.adsection .single-advertisment .image {
    height: 200px;
}

.ls-search .select2 {
    width: 70% !important;
    float: left;
}

.ls-search .select2-selection__arrow b {
    display: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    display: block;
}

.ls-search .select2 .select2-selection {
    height: 38px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.ls-search .searchicon {
    width: 30%;
    float: left;
    text-align: center;
    background: #0F7AD5;
    color: #fff;
    height: 38px;
}

.ls-search i {
    line-height: 38px;
}

.cat-chechbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cat-chechbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.cat-chechbox input:checked~.checkmark {
    background-color: #D66B0D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cat-chechbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cat-chechbox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-checkbox {
    padding: 20px;
    background: #fff;
    margin: 25px 0;
}

.ls-cat-count {
    text-align: right;
}

.commonpanelform .ls-checkbox.auth {
    float: left;
}

.commonpanelform .forgatepassowre {
    text-align: right;
}

.commonpanelform .forgatepassowre a {
    display: inline-block;
    color: #D66B0D;
    text-transform: capitalize;
}

.newaccount p {
    margin: 4px 0;
    display: inline-block;
}

.newaccount p a {
    font-weight: 600;
}

.ls-checkbox.auth label a {
    color: #D66B0D;
}


/*==================================
   CATEGORY PAGE CSS START
===================================*/
.list-ad-image {
    max-height: 250px;
    height: 250px;
}

.list-ad-image a {
    display: block;
    height: 100%;
}

.list-ad-image img {
    background: #ddd;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list-product.big-ads {
    height: 230px;
}

.list-product.big-ads .list-ad-image {
    height: 230px;
}

.membertag {
    width: 14px;
    margin-top: -4px;
    height: 15px;
}

.ad-filter {
    padding: 14px 12px;
    background: #fff;
    margin-top: 10px;
}

.list-ad-info {
    padding: 15px;
}

section.all-applicants {
    padding-top: 5px;
}

.sort-form {
    display: block;
}

.nice-select .list,
.nice-select .list .option {
    width: 100%;
    display: block;
}

.nice-select {
    width: 100%;
}

.sort-form p {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}

.ads-type ul li a {
    margin-left: 5px;
    padding: 4px 0;
    display: inline-block;
}

.ads-type ul li {
    display: block;
}

.sidebar .title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebar .sort-form .nice-select {
    margin-bottom: 20px;
}

.sidebar .title p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.ads-type p {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ads-breadcrumb ul {
    margin-bottom: 8px;
    display: block;
}

.ads-breadcrumb ul li a {
    font-weight: 600;
}

#sortTab {
    text-align: right;
    float: right;
    border-color: transparent;
}

.sort-form form {
    width: 100%;
}

.sort-form select {
    border: 1px solid #888;
    height: 38px;
    border-radius: 5px;
    width: 100%;
}

.grid-list {
    width: 30%;
    display: inline-block;
    margin-top: 8px;
}

.list-product {
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.35s all;
    margin: 10px 0;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 30% 1fr !important;
    position: relative;
    align-items: center;
}

.list-product:hover {
    border-color: #d66b0d;
}

.ads-type label {
    font-size: 14px;
}

.list-product:hover {
    box-shadow: 0px 0px 9px 1px #ece9e9;
    border-radius: 5px;
}

.list-anchor {
    display: inline-block;
}

.list-ad-info p {
    margin-bottom: 5px;
}

.list-ad-info h5 a {
    font-size: 18px;
    color: #555;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.list-ad-info strong {
    color: #504e70;
    font-weight: 500;
}

.list-ad-info h5 a:hover {
    color: #555;
}

.list-ad-info a.wishlist {
    display: inline-block;
    color: #CB3F52;
    margin-top: 5px;
    border: 1px solid;
    font-weight: 600;
    margin-left: 5px;
    padding: 3px 11px;
    border-radius: 5px;
}

.view-details {
    text-align: center;
}

.view-details a {
    background: #CB3F52;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 110px;
    text-transform: capitalize;
    font-weight: 600;
}

.view-details a:hover {
    border-radius: 5px;
}

.custom-tree {
    margin-bottom: 15px;
}

.custom-tree ul li {
    display: block;
}

.sidebar {
    padding: 10px;
}

.sidebar-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.sidebar-title {
    padding: 10px 15px;
    border-bottom: 1px solid;
    position: relative;
    cursor: pointer;
}

.sidebar-title:hover {
    background-color: #f1f1f1;
}

.sidebar-title[aria-expanded="false"] {
    border-color: transparent;
}

.sidebar-title::after {
    position: absolute;
    right: 16px;
    font-family: 'FontAwesome';
    top: 15px;
    font-size: 11px;
}

.sidebar-title[aria-expanded="true"]::after {
    content: '\f077';
}

.sidebar-title[aria-expanded="false"]::after {
    content: '\f078';
}

.sidebar-body ul li a {
    display: block;
    padding: 0 20px;
}


.cpaginate ul li a {
    padding: 8px 13px;
    border: 1px solid #fff;
}

.cpaginate ul li a:hover,
.cpaginate ul li.active a {
    background: #CB3F52;
    border-color: #CB3F52;
    color: #fff;
}

.cpaginate ul li:last-child a {
    background: #888;
    border-color: #fff;
    color: #fff;
}

.cpaginate {
    margin-top: 15px;

}


/*==================================
   DETAILS PAGE CSS START
===================================*/
.commondesign {
    background: #E7EDEE;
    padding: 30px 0;
}

.advertisment-details {
    background: #fff;
    padding: 20px 20px;
}

.advertisment-details-header h5 {
    text-transform: capitalize;
}

.advertisment-details-header p a {
    font-weight: 600;
    color: #D66B0D;
}

.csidebar {
    background: #fff;
    padding-bottom: 30px;
}

.csidebar .mads {
    text-align: center;
    height: 600px;
    margin-bottom: 45px;
}

.csidebar .mads img {
    margin: 25px 0;
}

.dslider {
    margin-top: 20px;
}

.dslider {
    position: relative;
}

.advertisment-details-body {
    margin-bottom: 25px;
}

.product-basic ul {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-basic ul li {
    width: 50% !important;
    float: left !important;
    margin: 5px 0 !important;
}

.product-basic ul li:first-child {
    font-weight: 600;
    font-size: 16px;
}

.dslider-item {
    height: 405px;
    background: #ddd;
}

.share-btn {
    margin-top: 0;
    margin-bottom: 5px;
}

.share-btn p {
    margin-bottom: 6px;
}

.share-btn.desktop {
    display: block;
}

.share-btn.mobile {
    display: none;
}

.call-option-section {
    width: 100%;
    margin-top: 20px;
}

.mobile-chat-phon {
    display: block;
    margin-bottom: 0px;
    bottom: 0;
    z-index: 999;
}

.m-phone-icon a {
    background: #028C8B;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.m-chat-icon a {
    background: #006277;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.dslider-item img {
    object-fit: contain;
}

.dslider .owl-nav button.owl-prev {
    background: rgba(0, 165, 145, 0.5);
    left: 0%;
    position: absolute;
    height: 65px !important;
    width: 50px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    border-radius: 0px 35px 35px 0;
}

.ads-description {
    margin-top: 18px;
}

.ads-feature {
    margin-top: 10px;
}

.dslider .owl-nav button.owl-prev:hover {
    background: #D66B0D;
}

.dslider .owl-nav button.owl-next {
    background: rgba(0, 165, 145, 0.5);
    right: 0%;
    position: absolute;
    height: 65px !important;
    width: 50px !important;
    border-radius: 35px 0px 0px 35px;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.dslider .owl-nav button.owl-next:hover {
    background: #D66B0D;
}

.dslider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}

.dslider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-10px);
}

.dslider button.owl-dot {
    background: rgba(0, 165, 145, 0.3);
    border-radius: 50%;
    color: inherit;
    font: inherit;
    height: 14px;
    margin: 10px 2px;
    padding: 0 !important;
    width: 14px;
    display: inline-block;
    border: 1px solid #f7f7f7;
}

.dslider button.owl-dot.active {
    background: #1abba3;
}

.cphone a {
    background: #D04551;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    color: #fff !important;
    padding: 15px 22px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.cphone a::after {
    position: absolute;
    right: -37px;
    top: 0;
    height: 100%;
    content: "";
    width: 50px;
    border-top: 26px solid #D04551;
    border-bottom: 28px solid #D04551;
    border-right: 29px solid transparent;
    border-left: 29px solid #D04551;

}

.dprice h5 {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}

.advertisment-details-body .content ul li {
    display: block;
    padding: 5px 0;
}

.contact-topublisher {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 25px;
    margin-bottom: 20px;
}

.contact-topublisher h5 {
    font-weight: 600;
    color: #555;
}

.contact-topublisher strong {
    display: block;
    padding: 5px 2px;
}

.contact-topublisher form input,
.contact-topublisher form input:focus {
    border: 1px solid #ddd;
}

.contact-topublisher form {
    margin-top: 15px;
}

.contact-topublisher textarea {
    padding: 4px 8px;
    border: 1px solid #ddd;
}

.contact-topublisher button {
    background: #D66B0D;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    padding: 6px 14px;
    border-radius: 5px;
}

.similerad {
    margin-top: 30px;
}

.similer-ad {
    background: #fff;
    padding: 30px;
}

.similer-ad .ads-content .title a {
    height: auto;
}

.common-snav .owl-nav {
    position: absolute;
    right: 10px;
    top: -60px;
}

.common-snav .owl-nav .owl-prev,
.common-snav .owl-nav .owl-next {
    background: #D66B0D !important;
    width: 40px;
    height: 35px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0 2px;
    transition: 0.35s all;
}

.common-snav .owl-nav i {
    font-size: 22px;
}

.common-snav .owl-nav .owl-prev:hover,
.common-snav .owl-nav .owl-next:hover {
    background: #CB3F52 !important;
}

.usefull-info h5 {
    background: #D66B0D;
    color: #fff;
    padding: 10px 18px;
}

.usefull-info p {
    padding: 8px 0;
    font-weight: 600;
    color: #666;
}

.customer-phone {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.customer-phone li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 18px;
}

.customer-phone li:last-child {
    border-bottom: 0;
}

.customer-phone li i {
    color: #D66B0D;
    font-size: 20px;
    margin-right: 10px;
}

.customer-phone li a {
    font-weight: 600;
    color: #555;
}

.customer-phone li a span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-left: 26px;
    margin-top: 5px;
}

/*
==================================
   CUSTOMER PANEL PAGE CSS START
===================================*/

.cbmain-content .nice-select {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 20px;
    height: 38px;
}

.cbmain-content form .list,
.cbmain-content form .list .option {
    display: block !important;
    width: 100% !important;
}

.customer-body .alert-danger {
    margin: 15px 10px;
    margin-bottom: 0;
}

.ads-count {
    padding: 15px 15px;
}

.box-inner {
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.box-bg-1 {
    background: #0500ae;
}

.box-bg-3 {
    background: #d92d2d;
}

.box-bg-2 {
    background: #26aa22;
}

.box-bg-4 {
    background: #6c15a8;
}

.box-inner p {
    color: #fff;
    font-size: 16px;
}

.box-inner i {
    font-size: 25px;
}

.ifverifybutton,
.ifverifybutton:hover {
    background: #295498;
    padding: 5px 13px;
    color: #fff;
    margin-left: 8px;
}

.customer-sidebar {
    background: #fff;
    border: 1px solid #ddd;
}

.customer-bg {
    background: #F6F7FB;
}

.customer-bg .col-lg-3.col-md-3.col-sm-12 {
    order: 1;
}

.col-lg-9.col-md-9.col-sm-12 {
    order: 2;
}

.customer-info .title {
    font-size: 18px;
    text-transform: capitalize;
    padding: 18px 12px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #ddd;

}

.customer-info .image {
    width: 90px;
    margin: 0 auto;
    padding-top: 20px;
    height: 90px;
}

.customer-info .name {
    padding: 0 20px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 20px;
}

.customer-info .name p {
    font-weight: 600;
    color: #555;
}

.customer-menu ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
}

.customer-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #555;
}

.customer-menu ul li.active a {
    background: #F9FAFF;
    color: #D66B0D;
    border-right: 2px solid #D66B0D;
}

.customer-menu ul li.active a i {
    color: #D66B0D;
}

.customer-menu ul li a i {
    color: #555;
    font-size: 18px;
    margin-right: 4px;
}

.customer-body {
    background: #fff;
    border: 1px solid #ddd;
}

.customer-body .title {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}

.customer-body .title p {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.customer-menu ul li a:hover,
.customer-menu ul li a:hover i {
    color: #D66B0D;
}

.cbmain-content {
    padding: 30px;
}

.customer-edit-profile input,
.customer-edit-profile input:focus {
    border-color: #ddd;
    height: 40px;
    border-radius: 5px;
    outline: 0;
}

.customer-edit-profile textarea,
.customer-edit-profile textarea:focus {
    border-color: #ddd;
    border-radius: 5px;
    outline: 0;
}

.customer-edit-profile label {
    font-weight: 600;
    color: #555;
}

.customer-edit-profile .select2-container {
    width: 100% !important;
    height: 38px !important;
    line-height: 40px !important;
}

.customer-edit-profile .select2-selection--single {
    border: 1px solid #ddd;
    height: 38px !important;
}

.custom-file-label {
    margin-top: 31px;
}

.cbutton,
.cbutton:focus {
    background: #D66B0D;
    color: #fff;
    padding: 13px 30px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 0.35s all;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.cbutton:hover {
    background: #CB3F52;
}

.smallImage {
    width: 50px;
    margin-top: 12px;
}

.needs-validation.customer-edit-profile label span {
    color: red;
}

.customer-info .image img {
    border-radius: 50px;
}

.ads-table .ads-new a {
    background: #D66B0D;
    color: #fff;
    padding: 6px 9px;
    margin-bottom: 26px;
    margin-top: -10px;
    display: inline-block;
    font-weight: 600;
}

.cbmain-content input,
.cbmain-content select,
.cbmain-content textarea {
    margin-bottom: 30px;
    color: #222;
}

.cbmain-content form .btn-success:focus {
    background: #218838;
}

.edit-btn a {
    background: #D66B0D;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.delete-btn a, .delete-btn button {
    background: #D04551;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.cbmain-content textarea,
.cbmain-content textarea:focus {
    border: 1px solid #ddd;
}

.smallimage {
    width: 70px;
    border-radius: 50%;
    height: 70px;
}

.action_btn {
    width: 150px;
}

.edit-image-wrapper {
    display: flex;
    column-gap: 10px;
}

.editimage {
    width: 150px;
    width: 30%;
    height: 50px;
}

.cbmain-content form input,
.cbmain-content form input:focus,
.cbmain-content form select:focus {
    border: 1px solid #ddd;
}

.cbmain-content form select {
    border: 1px solid #ddd;
}

.common-content {
    padding: 30px;
}

/*=====contact page =======*/
.contact-area {
    background: #fff;
    padding: 30px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-form button {
    background: #013968;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
}

.premium {
    position: absolute;
    right: 0px;
    top: 0;
    background: #013968;
    color: #fff;
    padding: 2px 5px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.reportsubbtn:focus {
    background: #007bff;
}

.report-btn button {
    text-align: center;
    display: inline-block;
    background: #008a87;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.log-btn {
    text-align: center;
    padding: 20px;
}

.log-btn a {
    background: #004443;
    border: none;
}

.log-btn a:focus {
    background: #004443;
    color: #fff;
}

.password_icon {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

#password-icon {
    font-size: 18px;
}

/* switch slider design */
.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: #66bb6a;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.latest-tabs-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.latest-tab-title {
    display: inline-block;
    border: none;
    background: #fff;
    border-radius: 2px;
    margin: 0 3px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 30px;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.latest-tab-title.latest-active,
.latest-tab-title:hover {
    background-color: #00a591;
    color: #fff;
}

.latest-post {
    padding-top: 25px;
}

.latest-post-slider button {
    font-size: 25px !important;
}

.list-ad-info strong {
    color: #008988;
    font-weight: 500;
}

.list-ads {
    border: 1px solid #004aad;
    border-radius: 5px;
}

.latest-post-slider {

    .post-item {
        border: 1px solid;
        border-color: #e1e1e1;
    }

    .post-item:hover {
        border-color: #003967;
    }

    .white-block {
        background: #fff;
        border-radius: 2px;
    }

    .advert-item {
        position: relative;

        .advert-media:not(:empty) {
            display: flex;
            text-align: center;
            aspect-ratio: 1.43;
            justify-content: center;
            align-items: center;
            width: 100%;

            img {
                border-radius: 2px 2px 0 0;
                height: 100%;
                object-fit: cover;
            }
        }

        .white-block-content {
            padding: 15px 20px;

            .top-advert-meta {
                font-size: 12px;
                color: #aaa;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .advert-cat {
                    display: flex;
                    align-items: center;
                    column-gap: 5px;
                    max-width: 120px;

                    a {
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }
                }
            }

            .adv-title {
                font-size: 16px;
                margin: 15px 0;

                .text-overflow {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: block;
                }
            }

            .bottom-advert-meta {
                .price {
                    .text-price {
                        font-size: 16px;
                        font-weight: 600;
                    }
                }
            }
        }
    }

    .advert-item:hover {
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, .12);
    }

    .owl-nav {
        text-align: center;
        display: flex;
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;

        button.owl-prev i,
        button.owl-next i {
            font-size: 22px;
        }
    }
}

.ads-applied-button {
    margin-top: 30px;

    a {
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }
}

.form-group {
    position: relative;
}

.ads-applied-members {
    margin-top: 10px;

    .ads-applied-link {
        display: flex;
        align-items: center;
    }
}

.member-thumbs {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 200px;
}

.member-thumb {
    height: 30px;
    width: 30px;
    border: 1px solid;
    border-radius: 30px;
    padding: 3px;
    position: absolute;
    top: 0;
    overflow: hidden;
    background-color: #fff;
}

.member-thumb:first-child {
    z-index: 1;
    left: 0;
}

.member-thumb:nth-child(2) {
    z-index: 2;
    left: 25px;
}

.member-thumb:nth-child(3) {
    z-index: 3;
    left: 50px;
}

.member-thumb:nth-child(4) {
    z-index: 4;
    left: 75px;
}

.member-thumb:nth-child(5) {
    z-index: 5;
    left: 100px;
}

.member-thumb:nth-child(6) {
    z-index: 6;
    left: 125px;
}



.main-container,
.modal-window,
.modal-container {
    transition: 0.5s;
}

.modal-window {
    position: fixed;
    top: 50%;
    right: -300px;
    translate: 50% -50%;
    background: #ffffff;
    color: #000000;
    padding: 48px 40px;
    height: auto;
    border-radius: 12px;
    z-index: 2;
}

.modal-window-1300 {
    width: 1300px;
}

.modal-window-normal {
    width: 450px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

body.open-modal .modal-container {
    visibility: visible;
    opacity: 1;
}

body.open-modal .card-container {
    animation: card-container-in 1s both;
}

body.open-modal>.main-container {
    scale: 0.75;
}

body.open-modal .modal-window {
    animation: modal-window-in 1s both;
}

h2 {
    margin: 0 0 8px;
    font-weight: 900;
    font-size: 21px;
}



@keyframes modal-window-in {

    0%,
    50% {
        width: 118px;
        height: 118px;
        border-radius: 50%;
    }

    55%,
    100% {
        right: 50%;
    }

    60% {
        width: 300px;
        border-radius: 12px;
    }

    75% {
        translate: 50% -50%;
    }
}

@keyframes card-container-in {

    0%,
    75% {
        opacity: 0;
    }

    85%,
    100% {
        opacity: 1;
    }
}

.all-applicants-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.track-step {
    position: relative;
    padding-left: 20px;
    min-height: 70px;
}

.track-step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #008a87;
}

.track-step::before {
    content: '\f00d';
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: -11px;
    background-color: #008a87;
    padding: 10px;
    border-radius: 35px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

img.applicant-image {
    width: 100px;
    margin: 0 auto;
    display: block;
}

section.all-applicants .order-view {
    max-height: 200px;
    overflow-y: auto;
    padding: 15px;
}

section.all-applicants .order-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

section.all-applicants .order-view::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

section.all-applicants .order-view::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.our-shop-section {
    background: #f1f1f1;
    padding: 15px 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
}

.product_item {
    position: relative;
    border: 1px solid #ddd;
    transition: 0.35s all;
    background: #fff;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    --sale-badge-width: 45px;
    width: var(--sale-badge-width);
    height: var(--sale-badge-width);
}

.product_item_inner .sale-badge-box {
    background-color: #ED145B;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

span.sale-badge-text p {
    font-size: 11px;
    color: #fff;
}

.pro_img {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
}

.pro_des {
    text-align: center;
}

.pro_name {
    height: 50px;
    margin-top: 5px;
    padding: 0 5px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.pro_name a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
}

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.pro_price del {
    color: #999;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.pro_btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pro_btn .addcartbutton {
    background-color: #d66b0d;
    color: #fff !important;
    font-size: 15px;
    text-transform: capitalize;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
}

.pro_btn .addcartbutton:hover {
    background-color: #cd8a4f;
}

.cart_btn a {
    background: #ED145B;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
}

.pro_btn form {
    text-align: center;
}

.pro_btn button {
    background: #00AEF0;
    color: #fff;
    padding: 6px 0px;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    transition: all .5s ease;
    width: 100%;
}

.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
}

.homeproduct.main-details-page {
    margin-top: 10px;
}

.product-section {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-details-discount-badge {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
}

.product-details-discount-badge span.sale-badge-text {
    background-color: #e82165;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.product-details-discount-badge span.sale-badge-text p {
    font-size: 11px;
    color: #fff;
    line-height: 10px;
}

.details_slider {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dimage_item img {
    max-height: 530px !important;
    object-fit: contain;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.details_right {
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000;
    margin: 10px 0 !important;
}

.product-cart p {
    font-weight: 600;
    font-size: 15px;
    margin: 8px 0;
}

.single_product {
    margin-top: 12px;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #222;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.add_cart_btn {
    color: #fff;
    background-color: #00AEF0;
    border: 1px solid #00AEF0;
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
}

.single_product .addcartbutton {
    background-color: #d66b0d;
    border-radius: 5px;
    cursor: pointer;
}

.single_product .addcartbutton:hover {
    background-color: #cb8344;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #ED145B;
    width: 100%;
    margin-right: 5px;
    height: 45px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description-nav-wrapper {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px #ddd;
}

.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}

.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

section.pro_details_area {
    background: #fff;
}

.description {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    background: #f1f1f1;
    margin-bottom: 25px;
}

.description h2 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: #f5f7f9;
    padding: 10px 15px;
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #00aef0;
}

.checkout-shipping label {
    margin-bottom: 5px;
    font-size: 17px;
    font-family: Potro Sans Bangla;
    font-weight: 600;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.order_place {
    background: #00AEF0;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: 'Potro Sans Bangla', sans-serif;
}

.checkout-shipping h5,
.cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cartlist img {
    height: 30px;
    width: 30px;
}

p.margin-shopping {
    position: relative;
}

p.margin-shopping span {
    position: absolute;
    top: -11px;
    right: -7px;
    display: inline-block;
    background-color: #d66b0d;
    line-height: 10px;
    font-size: 12px;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
}

.form-check-input[type="radio"] {
    height: 100% !important;
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.related_title h3 {
    font-size: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.related_ads_inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 20px;
    width: auto;
}

.related_ads_item img {
    height: 180px;
}

.related_ads_item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    transition: 0.35s all;
}

.related_ads_item:hover {
    border-color: #D66B0D;
}

.related_ads_item img {
    height: 180px;
    margin-bottom: 15px;
}

.related_ads_item .view_details {
    background: #D66B0D;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 5px;
    margin-top: 15px;
}

.related_ads_item p {
    font-weight: 600;
}

.related_ads_item a {
    text-align: center;
}

p.rel_title {
    text-transform: capitalize;
}

img.backend_image {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 20px;
}

.product-button {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 17px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.create-button {
    background: #008A87;
}

.edit-image-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-top: 10px;
}

.edit-img {
    width: 80px;
    height: 80px;
    position: relative;
}

.edit-img a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.edit-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cbmain-content form input[type="radio"] {
    margin: 0;
}

ul.menu-item {
    padding-bottom: 90px;
}
