/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: var(--primary);
}

textarea {
    resize: vertical;
}

body {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-color: #f9f9f9;
}

.mt-6 {
    margin-top: 60px;
}

.mb-6 {
    margin-bottom: 60px;
}

/* color */
:root {
    --primary: #152C4C;
    --secondary: #152C4C;
    --white: #ffffff;
    --light: lightgray;
}

/* =============================  Header  ================================= */

.header_sec {
    background: #ffffff;
    padding: 15px 0px;
}

.header_sec .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary);
    padding: 0;
}

.header_sec .nav-link:hover {
    color: #6b6b6b !important;
}

.header_sec .btn-primary {
    color: #FFF !important;
    font-weight: 700;
    font-size: 12px;
    border: none;
    border-radius: 50px;
}

.form-select {
    cursor: pointer;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 4px;
    font-weight: 400;
}

.btn {
    padding: 10px 15px;
}

.btn-primary:hover {
    background: var(--secondary);
}

.border-primary {
    border-color: var(--primary) !important;
}

/* .text-primary {
    color: var(--primary) !important;
} */


.mobile_nav .offcanvas {
    width: 300px;
    background: #ffffff;
}

.mobile_nav .btn-close {
    background: transparent;
    font-size: 22px;
    position: absolute;
    top: 10px;
    opacity: 1;
    box-shadow: none !important;
    right: 12px;
}


.lang-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

/* =============================  Banner  ================================= */

.banner_sec {
    background: #f9f9f9;
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner_sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #162d4fb0;
    z-index: 1;
}

.location_modal_btn button {
    background: #375aa0;
    font-weight: 600;
    font-size: 15px;
}

.banner_search {
    position: relative;
    z-index: 2;
}

.banner_search .form-control {
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    background-color: #ffffff;
    border: 2px solid #2f4f8f !important;
    border-right: none !important;
    padding: 15px 12px;
    border-color: #f4f4f4 !important;
    cursor: pointer;
}

.banner_search .form-control::placeholder {
    color: var(--light);
}

.banner_search .input-group-text {
    font-weight: 400;
    background-color: #ececec;
    padding: 15px 24px !important;
    border-color: #ececec;
    color: #000000 !important;
    justify-content: center;
    height: 57px;
    border-left: 1px solid #e7e7e7;
}

@media (max-width: 767px) {
    .banner_sec {
        padding: 60px 30px !important;
    }
}

/* =============================  Category  ================================= */

.section_heading .title {
    font-size: 18px;
    margin: 0;
    color: #1c1c1c;
    font-weight: 500;
}

.section_heading .title span {
    color: var(--primary);
    font-weight: 700;
}

.category_icon {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.category_item:hover .category_icon {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5) !important;
}


.category_item .category_name {
    font-size: 14px;
    color: #353434;
}

.category_item .category_name.no-ads,
.count_items.no-ads {
    color: #9e9e9ebf !important;
}

.category_item .count_items {
    font-size: 13px;
    color: #6c6c6cde;
}

.category_listings .browse_list a {
    font-size: 14px;
    color: #737373;
    display: inline-block;
    transition: all 0.3s ease;
    vertical-align: baseline;
    padding-right: 14px;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.category_listings .browse_list a::before {
    position: absolute;
    content: "|";
    top: 0;
    right: 0;
}

.category_listings .browse_list a:last-child::before {
    content: "";
}

.category_listings .browse_list a:hover {
    color: var(--primary);
}


.member_user h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.member_user p {
    font-size: 16px;
    color: #444;
}


/* =============================  Footer  ================================= */

.footer_section {
    background: #ffffff;
    border-top: 1px solid #e3e3e3;
}

.widget-heading h3 {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}

.footer-widget .links a {
    color: #212121;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-widget .links a:hover {
    color: #21212121;
    font-weight: 500;
}

.footer-widget span {
    color: #212121;
}

.footer-widget a,
.footer-widget p {
    color: #212121;
}

.social_media ul li {
    display: inline-block;
}

.social_media ul li a {
    color: #222;
    font-size: 18px;
    margin: 6px;
}

.custom_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
    font-size: 12px;
    box-shadow: none !important;
    z-index: 1;
}

#locationModal ::-webkit-scrollbar-track,
#categoryModal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#locationModal ::-webkit-scrollbar,
#categoryModal ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#locationModal ::-webkit-scrollbar-thumb,
#categoryModal ::-webkit-scrollbar-thumb {
    background-color: #727272;
}

.custom_modal .heading h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.custom_modal .heading h6 {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 400;
}

.custom_modal .city_list p {
    font-size: 14px;
    color: #797979;
}

.custom_modal .modal-body {
    max-height: 800px;
    overflow-y: auto;
}

.modal-content {
    border-radius: 4px;
    border: none !important;
}

.modal-header {
    background: #f5f5f5;
    border-color: #ebebeb;
}

.modal-title {
    font-size: 16px !important;
    font-weight: 400;
    color: #111111;
}

/* =============================  Footer  ================================= */
.listings_wrap .listing_item {
    border-bottom: 1px solid #dadada;
    padding: 8px;
    border-radius: 36px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    box-shadow: 0px 11px 10.5px 0px #00000040;
}

.listings_wrap .listing_item:hover {
    box-shadow: 0px 11px 10.5px 0px #00000040;
    transform: translateY(-4px);
}

/* .listing_img img {
    width: auto !important;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
} */

.listing_img {
    /* text-align: center !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    height: 200px;*/
    overflow: hidden;
    border-radius: 36px 36px 0 0 !important;
}


.verified_item {
    border: 1px solid #ffcb5f !important;
    background-color: rgb(255 214 90 / 25%);
    border-radius: 6px;
    margin-bottom: 5px;
}

.listings_wrap .listing_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.listing_heading button {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.listing_content .car_info {
    font-size: 15px;
    color: #575757;
}

.listing_content .listing_info {
    font-size: 14px;
    color: #575757;
    font-weight: 300;
}

.listing_content .listing_price {
    color: var(--primary);
    font-weight: 400;
}

.listing_content .date {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.listing_content .listing_tag .member {
    color: #FF9800;
    font-weight: 600;
    font-size: 13px;
}

.listing_content .listing_tag .member i {
    color: #FF9800;
}

.listing_content .listing_tag .verified {
    color: #54ACC8;
    font-weight: 600;
    font-size: 13px;
}

.listing_heading button i {
    color: var(--primary);
}

.listing_sidebar label {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.listing_sidebar .form-control {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
}

.listing_sidebar .form-check-label {
    font-weight: 500;
}

.listing_sidebar .accordion-header button {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.listing_sidebar .accordion-body h6,
.location_list .accordion-body h6 {
    font-size: 14px;
    color: #777;
}

.category_list ul li a,
.location_list ul li a {
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
}

.category_list ul li a:hover,
.location_list ul li a:hover {
    color: var(--secondary);
}

.category_list ul li a span,
.location_list ul li a span {
    color: #656565;
}

.filter_offcanvas .offcanvas {
    width: 320px !important;
}

.listing_pagination .page-link {
    background: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 16px;
    box-shadow: none !important;
    color: #212121;
    border-color: #ebebeb;
}

.listing_pagination .page-link:hover {
    color: var(--primary);
}

.listing_header h1 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.listing_header p {
    font-size: 14px;
    color: #444;
}

.carousel_listings .carousel-caption {
    left: 8% !important;
}

.carousel_listings .carousel-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, hsla(0, 0%, 80.8%, 0) -2%, rgb(0 0 0 / 61%) 80%);
}

.carousel_listings .carousel-control-next,
.carousel_listings .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    background: #fff;
    opacity: 1;
    color: var(--primary) !important;
    font-size: 16px;
    border-radius: 0px 12px 12px 0px;
}

.carousel_listings .carousel-control-next {
    border-radius: 12px 0px 0px 12px;
}


.custom_modal .category_wrapper .nav-link,
.custom_modal .cities_wrapper .nav-link {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #e7edee;
    text-align: left;
    padding: 10px 0px !important;
    position: relative;
}

.custom_modal .category_wrapper .nav-link:before,
.custom_modal .cities_wrapper .nav-link:before {
    position: absolute;
    content: "\f105";
    top: 10px;
    right: 0;
    font-family: 'FontAwesome';
    color: #a19d9d;
}

.custom_modal .category_wrapper .nav-link:hover,
.custom_modal .cities_wrapper:hover {
    color: #111 !important;
}

.custom_modal .category_wrapper .nav-link img {
    width: 35px;
}

.custom_modal .subcategory_items ul li,
.custom_modal .areas_items ul li {
    border-bottom: 1px solid #e7edee;
    padding: 8px 0px !important;
}

.custom_modal .subcategory_items ul li a,
.custom_modal .areas_items ul li a {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    text-align: left;
    position: relative;
}

.custom_modal .subcategory_items ul li:first-child,
.custom_modal .areas_items ul li:first-child {
    padding-top: 0 !important;
}

.custom_modal .subcategory_items ul li a:hover,
.custom_modal .areas_items ul li a:hover {
    color: #111 !important;
}


.custom_modal .city_list ul li {
    border-bottom: 1px solid #e7edee;
    padding: 8px 0px !important;
}

.custom_modal .city_list ul li a {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    text-align: left;
    position: relative;
}

.custom_modal .city_list ul li:first-child {
    padding-top: 0 !important;
}

.custom_modal .city_list ul li a:hover {
    color: #111 !important;
}


/* =============================  Listings Details  ================================= */
.seller_name h5 {
    font-size: 15px;
    color: #212121;
}

.seller_name a {
    font-size: 13px;
    font-weight: 500;
}

.safety_tips_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.safety_tips_box p {
    font-size: 15px;
    text-align: justify;
    color: #444;
    margin: 0;
}

.form-control {
    font-size: 15px;
    border-radius: 6px;
    padding: 10px 10px;
    font-weight: 300;
    box-shadow: none !important;
}

.featured_item {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffa900;
    color: #000000;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.form-control::placeholder {
    color: #acacac;
}

.form-label {
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.report_modal .modal-body p {
    font-size: 14px;
    font-weight: 500;
    color: #494949;
}


.listing_gallery .swiper {
    width: 100%;
    height: 100%;
}

.listing_gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing_gallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.listing_gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.listing_gallery .swiperGallery {
    height: 80%;
    width: 100%;
    z-index: 0;
}

.listing_gallery .swiperThumbs {
    height: 20%;
    z-index: 0;
    box-sizing: border-box;
    padding: 10px 0;
}

.listing_gallery .swiperThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.listing_gallery .swiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.listing_gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related_listings .shadow-lg {
    box-shadow: none !important;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}


.listing_gallery .swiper-button-next,
.listing_gallery .swiper-button-prev {
    width: 40px;
    color: #ffffff;
    background: var(--primary);
    height: 40px;
    border-radius: 6px;
}

.listing_gallery .swiper-button-next:after,
.listing_gallery .swiper-button-prev:after {
    font-size: 18px;
}

.phone_number {
    cursor: pointer;
}

.listings_details .singel_listing_name h1 {
    font-size: 25px;
    font-weight: 400;
}

.listings_details .posted_date {
    font-size: 16px;
    color: #6c6c6c;
}

.short_info p {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
}

.listings_details .price {
    font-size: 15px;
    color: var(--primary);
    font-weight: 700;
}

.listings_details .short_info ul li {
    /* display: inline-block; */
    width: 48%;
    padding: 2px 0px;
    color: #555;
    font-size: 15px;
}

.listings_details .features_list h3, .listings_details .description h3 {
    font-size: 22px;
    color: #111111;
}

.single_listing_des .desc {
    font-size: 16px !important;
}

.franchises_details h3{
 font-size: 22px;
    color: #111111;
    margin-bottom: 15px;
}

.franchises_details {
    font-size: 16px;
}

.listings_details .freatures {
    font-size: 14px;
    color: #616161;
}

.listings_details .description .desc {
    font-size: 15px;
    color: #616161;
}

.related_listings .carousel-control-next,
.related_listings .carousel-control-prev {
    opacity: 1;
    background: #535353;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    top: -42px;
}

.related_listings .carousel-control-prev {
    right: 39px !important;
    left: auto;
}


.listingProfile_details span {
    font-size: 16px;
    font-weight: 400;
}

.listingProfile_details dd {
    font-size: 16px;
    color: #666;
}

.listingProfile_details dt {
    padding-top: 6px;
    padding-bottom: 6px;
}

.detailed_info h3 {
    font-size: 22px;
    font-weight: 400;
}


.details_sidebar .form-control {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
    font-weight: 300;
    box-shadow: none !important;
}

.businies_broker h2 {
    font-size: 16px;
}

.businies_broker p {
    font-size: 15px;
    color: #999;
}

.businies_broker p a {
    color: #1b78ff !important;
}



/* =============================  Similar Listings  ================================= */

.related_listings {
    padding-bottom: 55px;
}

.related_listings .carousel-item {
    min-height: 300px;
}

.related_listings .carousel-indicators {
    bottom: -70px;
}

.related_listings .carousel-indicators button {
    background: #4747474f !important;
    border: none !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50px;
}

.related_listings .carousel-indicators button.active {
    background: #494848 !important;
}

/* =============================  Ad post  ================================= */

.listing_heading .title {
    font-size: 18px;
    color: #333;
}

.ad_post_wrap h4 {
    color: #2f3432;
    font-size: 18px;
    font-weight: 600;
}

.image-uploader .upload-text {
    color: var(--primary);
}


.image-uploader {
    border-radius: 4px;
    background: #fff;
}

select+.select2-container--bootstrap-5 {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
    box-shadow: none !important;
    height: auto !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: var(--primary) !important;
}

/* =============================  Login  ================================= */
.login_form {
    max-width: 28rem;
    margin: auto;
}

.login_form h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.login_form p {
    font-size: 15px;
}

.contain_info span {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #ececec !important;
}

/* =============================  Dashboard  ================================= */
.dashboard_section {
    min-height: 500px;
}

.dashboard_sidebar ul li {
    border-bottom: 1px solid #e7edee;
    padding: 10px 8px !important;
}

.dashboard_sidebar ul li.active {
    background: #455ba8;
    color: #ffffff !important;
}

.dashboard_sidebar ul li.active a {
    color: #ffffff;
    /* font-weight: 600; */
}

.dashboard_sidebar ul li a {
    font-size: 15px;
    color: var(--primary);
    position: relative;
    display: block;
    font-weight: 300;
    padding: 5px 10px;
}


/* .dashboard_sidebar ul li a:before {
    position: absolute;
    content: "\f105";
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    color: #999;
} */


.dashboard_card {
    border: 1px solid #EEE;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}

.dashboard_card a {
    font-weight: 300;
    font-size: 18px;
}

.dashboard_section .listing_heading .title {
    font-size: 18px;
    color: #2f2929;
}

.status_tag {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
}

.status_tag span {
    /* background: #31a249; */
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px 2px 2px 0px;
    position: relative;
    color: #fff;
}

/* .status_tag span:before {
    border-style: solid;
    border-width: 0 7px 7px 0;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    border-color: transparent #31a249 transparent transparent;
} */

.status_tag.warning span {
    background: #FFC107;
}

.status_tag.primary span {
    background: #07c5ff;
}

.status_tag.info span {
    background: #07c5ff;
}

.status_tag.warning span:before {
    border-color: transparent #FFC107 transparent transparent;
}

.status_tag.info span:before {
    border-color: transparent #07c5ff transparent transparent;
}

.dashboard_wrapper .page_title {
    font-size: 18px;
    color: #222;
}

.dashboard_card .title {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 5px;
}

.dashboard_card .count_num {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.logout-btn {
    font-weight: 600;
}



input[readonly] {
    background-color: #ebebeb !important;
}

.user_membership ul li {
    font-size: 16px;
    color: #4b4a4a;
    font-weight: 500;
    padding: 3px 0px;
}

/* =============================  Membership  ================================= */


.membership_section .pricing-item {
    padding: 50px 40px;
    background: #ffffff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.membership_section .pricing-header {
    padding: 40px;
    margin: -60px -40px 0;
    background: var(--primary);
}


.membership_section .pricing-item ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #413e3e;
    font-size: 15px;
    font-weight: 300;
    /* padding-left: 15px; */
}

.btn-outline-primary {
    border-color: #f3f3f3;
    color: var(--primary);
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: var(--primary) !important;
}


.membership_section .pricing-header h3 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 28px;
}

.membership_section .pricing-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.membership_section .pricing-header h4 sub {
    font-weight: 400;
}

.pricing-item ul li {
    position: relative;
}
/*
.pricing-item ul li:before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 100px;
} */


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fafafa;
}

.messge_section .scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.messge_section .img-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 11px 20px;
}

/* =============================  faq  ================================= */

.faq_ans {
    font-size: 16px;
    color: #555;
}

/* =============================  Custom page  ================================= */
.custom_heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.posting_rule ul li {
    font-size: 16px;
    color: #555;
    padding: 4px 0px;
    list-style: circle;
    margin-left: 20px;
}

.custom_section .desc {
    font-size: 16px !important;
    color: #000000;
    font-family: "Lexend", sans-serif !important;
    line-height: 27px;
}
/* ============================= About  ================================= */

.about_content h1 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
}

.about_content .desc {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

/* ============================= Seller Shop  ================================= */

.seller_shop {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.seller_shop .logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.seller_shop .logo img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.seller_shop:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 80.8%, 0) -2%, rgb(0 0 0 / 61%) 80%);
    height: 92px;
    width: 100%;
    border-radius: 4px;
}

.shop_name {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    word-wrap: break-word;
    word-break: break-all;
}

.seller_shop_tag .member {
    color: #FF9800;
    font-weight: 600;
    font-size: 13px;
}

.seller_shop_tag .verified {
    color: #54ACC8;
    font-weight: 600;
    font-size: 13px;
}

.member_since {
    font-size: 14px;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
}


.seller_social_media .icon i {
    font-size: 15px;
    color: #444;
}

.seller_social_media .link a {
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}

.seller_address span {
    font-size: 14px;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
}


.input-group-text:focus {
    outline: none !important;
}



.listing_content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 100%;
}

.listing_content .description {
    font-size: 15px;
    color: #666;
}

.listing_content .price {
    font-size: 22px;
    font-weight: 500;
}

.listing_content .cash_flow {
    font-size: 14px;
    color: #444;
}

.listing_content .btn_contact {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 400;
    color: #152c4c;
    position: relative;
    z-index: 5;
    transition: all 0.2s ease-in-out;
}

.listing_content .btn_contact:hover {
    background: #152c4c;
    border-color: #152c4c;
    color: #fff;
}


.listing_photo {
    text-align: center !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #28488917;
    height: 220px;
    overflow: hidden;
}

.listing_photo img {
    width: auto !important;
    max-height: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.listing_items .featured_item {
    position: absolute;
    top: 8px;
    left: 8px;
    right: auto;
    background: #ffa900;
    color: #000000;
    padding: 2px 10px;
    border-radius: 0px;
    font-weight: 300;
}

.page-item.active .page-link {
    background: var(--primary);
    color: #fff;
}



.franchise_search_form {
    background: #ddd;
    padding: 30px 30px;
    background-color: #e9eef4;
    border-top: 4px solid #4989c1;
}



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

.franchise_categories ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cash_franchises ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.franchises_list ul li a {
    color: #0675be;
    font-size: 16px;
    padding: 5px 0px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}


.franchises_list ul li a:before {
    position: absolute;
    content: "\f105";
    top: 6px;
    left: 0;
    font-family: 'FontAwesome';
    color: #a8a8a8;
}

.franchises_list ul li a:hover {
    text-decoration: underline !important;
    color: #162e4c;
}

.franchises_sec .title {
    font-size: 18px;
    color: #222;
}

.franchises_content p {
    font-size: 16px;
    color: #222;
}

.search_filter h4 {
    font-size: 18px;
    color: #212121;
}

.search_filter p {
    font-size: 16px;
    color: #666;
}

.franchises_content h5 {
    font-size: 16px;
}

.franchises_content h5 a {
    color: #0675be;
}

.franchises_content p {
    font-size: 15px;
    margin: 0;
}

.franchises_content .price {
    font-size: 15px;
    color: #666;
}

b,
strong {
    font-weight: 600;
}

.addRequestBtn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 500;
    background: #ff8300;
    color: #ffffff;
    border-radius: 2px;
    width: 170px;
    max-width: 100%;
}

.addRequestBtn.added {
    background-color: #6c9401 !important;
}

.selected_francises {
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 10px;
}


.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    min-height: 50px !important;
    height: 50px !important;
}

.form-floating>label {
    padding: 12px 10px;
}



.business_sec .form-label {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}


.business_step li {
    margin: 0px 30px;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    position: relative;
    background: #fff;
    padding: 0px 20px;
    color: #AAA;
    text-align: center;
}

.business_step {
    position: relative;
}

.business_step:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    background: #dedede;
    width: 50%;
    z-index: 0;
    right: 0;
    margin: auto;
}




.seller_info {
    background: #1987540f;
    border-radius: 6px;
    border-top: 5px solid var(--bs-green);
}

.seller_profile_info h3 {
    font-size: 20px;
}

.seller_profile_info a {
    color: #333;
}

.seller_dashboard .nav-pills .nav-link {
    font-size: 15px;
    padding: 12px 14px;
    background: transparent !important;
    border-radius: 0px;
    color: #212121 !important;
    font-weight: 500;
    box-shadow: none !important;
}

.seller_dashboard .nav-pills .nav-link.active,
.seller_dashboard .nav-pills .show>.nav-link {
    color: #000000 !important;
    border-bottom: 1px solid #000000;
}

.seller_dashboard #pills-tab {
    border-bottom: 1px solid #EEE;
}

.about_seller h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}

.about_seller p {
    font-size: 16px;
    color: #333;
}


[data-lucide] {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
    vertical-align: middle;
    margin-right: 8px;
}

.about_content {
    font-size: 18px !important;
}



/* ============================================= */
/* ================= Valuation ================= */
/* ============================================= */
.valuation-section .form-section {
    /* padding: 60px 0; */
    background: #0c1b2d0f;
}

.form-box {
    padding: 40px;
    border-radius: 10px;
}

.btn-orange {
    background: linear-gradient(to bottom, #ffa500, #ff8c00);
    color: white;
    border: none;
}

.btn-orange:hover {
    background: linear-gradient(to bottom, #ff8c00, #ffa500);
}

.social-btn {
    width: 100%;
    margin-bottom: 10px;
}

.how-it-works {
    padding: 60px 0;
}

.how-step {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
    height: 100%;
}

.how-step h5 {
    line-height: 26px;
    font-weight: 500;
}

.green-circle {
    width: 5rem;
    height: 5rem;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding: 1.7rem 0;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: green;
    box-shadow: 2px 3px 0 #035f01;
}

.top-banner-bottom-angle {
    display: none;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 12px 0;
    justify-content: center;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #63636354;
}

.divider span {
    padding: 0 10px;
    background: #ffffff;
    display: inline-block;
}

@media only screen and (max-width: 991px) {

    .form-box {
        padding: 20px;
    }

    .green-circle {
        width: auto !important;
        height: auto !important;
        font-size: 12px;
        padding: 1.2rem 0;
        transform: translate(0) !important;
        border-radius: 6px !important;
        position: static !important;
        margin-bottom: 20px !important;
    }

    .how-step h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 62em) {
    .top-banner-bottom-angle {
        height: 64px;
        display: block;
    }

    .top-banner-bottom-angle .svg-triangle {
        fill: #ebeced;
        height: 100%;
        width: 100%;
    }
}

/* ==========================================================================
     Helper classes
     ========================================================================== */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
