/* ================= Global Style ================ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.7.0/fonts/remixicon.css");

:root {
    --font-family-head: "Raleway", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin-bottom: 0px;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

.form-control:focus,
input:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #f57c00;
}

button {
    border: 0;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.container-fluid {
    padding: 0px 65px;
}

.default-btn {
    border-radius: 30px;
    background: #fd5d07;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 12px 8px 22px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: color 0.3s ease;
    font-family: var(--font-family-head);
}

.dashboard-sec .default-btn {
    padding: 8px 22px 8px 22px;
}

.default-btn span {
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    padding: 2px 4px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease, background 0.3s ease;
}

.default-btn span i {
    color: #fd5d07;
}

.default-btn:hover {
    background: #1c48b9;
}

.default-btn:hover span {
    background: #fff;
    transform: rotate(0deg);
}

.default-btn:hover span i {
    color: #1c48b9;
}

.mobileView .navBtn {
    display: none;
}

.secGap {
    padding: 60px 0px;
}

.common-content h2 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.common-content p {
    color: rgba(85, 85, 85, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.subTitle {
    color: #1c48b9;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 5px;
    background: rgba(28, 72, 185, 0.08);
    padding: 7px 16px;
    display: inline-block;
    margin-bottom: 25px;
}

.titleDesc {
    color: #555;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.pt-60 {
    padding-top: 60px;
}

.pl-30 {
    padding-left: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.ml-30 {
    margin-left: 30px !important;
}

.borderTop {
    border-top: 1px solid rgba(85, 85, 85, 0.10);
}

/* ================= Navbar Style ================ */

.banner-sec {
    background-image: url("../img/banner.webp");
    background-position: top;
    background-size: cover;
}

.banner-caption {
    position: relative;
}

.banner-leftGif {
    width: 90px;
    transform: rotate(169.683deg) scaleX(-1);
    position: absolute;
    top: 8rem;
    left: -3rem;
}

.banner-rightGif {
    width: 90px;
    transform: rotate(169.683deg);
    position: absolute;
    top: 8rem;
    right: -3.5rem;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-contact a {
    color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-contact a i {
    font-size: 16px;
}

.top-social a i {
    color: #fff;
    font-size: 16px;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    padding-left: 10px;
}

.top-header {
    padding-top: 40px;
}

.country-dropdown {
    position: relative;
    width: 50px;
}

.country-dropdown .selected {
    padding: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

.country-dropdown .selected img {
    width: 35px;
    filter: drop-shadow(0 2px 7px rgba(255, 255, 255, 0.15));
}

.country-dropdown .country-list {
    position: absolute;
    width: 100%;
    margin-top: 6px;
    list-style: none;
    padding: 0;
    display: none;
    z-index: 10;
}

.country-dropdown .country-list li {
    cursor: pointer;
    margin-bottom: 6px;
}

.country-dropdown .country-list li img {
    width: 35px;
    filter: drop-shadow(0 2px 7px rgba(255, 255, 255, 0.15));
}

.country-list.show {
    display: block;
}

.country-dropdown {
    position: relative;
    width: 100%;
    max-width: 63px;
}

.country-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 18px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.default-navbar {
    border-radius: 7px;
    border-bottom: 1px solid #ececec;
    background: rgba(247, 247, 247, 0.3);
    box-shadow: 0 4px 74px 0 rgba(255, 255, 255, 0.15) inset;
    margin-top: 20px;
    padding: 0px 20px;
}

.navBtn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navBtn .default-btn {
    background: #fff;
    color: #fd5d07;
}

.navBtn .default-btn span {
    background: #fd5d07;
}

.navBtn .default-btn span i {
    color: #fff;
}

.navBtn .default-btn:hover {
    color: #1c48b9;
}

.navBtn .default-btn:hover span {
    background: #1c48b9;
}

.navBtn .default-btn.blueBtn {
    color: #1c48b9;
}

.navBtn .default-btn.blueBtn span {
    background: #1c48b9;
}

.navBtn .default-btn.blueBtn:hover {
    color: #fd5d07;
}

.navBtn .default-btn.blueBtn:hover span {
    background-color: #fd5d07;
}

.default-navbar .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
}

.default-navbar .nav-item .nav-link:hover {
    color: #fd5d07;
}

.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 7px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 4px 74px 0 rgba(255, 255, 255, 0.15) inset;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: 6px;
    border: none;
    vertical-align: middle;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.navBtn .nav-link {
    color: #fff;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.navBtn .dropdown-item {
    border-radius: 8px;
    padding: 12px 8px 12px 16px;
    color: rgba(33, 33, 33, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navBtn .dropdown-item img {
    width: 20px;
}

.navBtn .dropdown-item:first-child img {
    width: 24px;
}

.navBtn .dropdown-item:hover {
    background: rgba(253, 93, 7, 0.08);
    color: #1c48b9;
}

.navBtn .dropdown-item:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(2612%) hue-rotate(222deg) brightness(91%) contrast(98%);
}

.navBtn .dropdown-menu {
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 0px 3px;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.navBtn .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navBtn .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: -20px;
    left: auto;
    margin-top: 1.3rem;
    min-width: 236px;
}

.default-navbar .nav-item .nav-link.active {
    font-weight: 700;
}

.dropdown-item {
    color: #1c48b9;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dropdown-item:hover {
    background-color: #fff;
    color: #fd5d07;
}

.banner-caption {
    margin-top: 80px;
}

.banner-caption h1 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 75px;
    text-transform: capitalize;
}

.banner-search {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 40px;
}

.searchItem .form-select, .searchItem .form-control {
    border: 0;
    padding: 19px 18px;
    border-radius: 30px 0px 0px 30px !important;
    color: rgba(33, 33, 33, 0.5) !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}

.searchItem .form-control::placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-size: 15px !important;
}

.searchItem button {
    border: 0;
    box-shadow: none;
    padding: 16px 18px;
    border-radius: 0 30px 30px 0;
    background: #fd5d07;
    width: 100%;
    color: #fff;
    justify-content: center;
}

.searchItem .default-btn span {
    background-color: #fff;
}

.searchItem .default-btn span i {
    color: #fd5d07;
}

.searchItem button:hover {
    color: #fff;
}

.searchItem {
    position: relative;
}

.searchItem.firstItem::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 31px;
    background-color: rgba(33, 33, 33, 0.3);
    top: 15px;
    right: -3px;
}

/* ================= Banner Style ================ */
.banner-subTitle p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 40px;
}

.banner-count-box {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 4px 44px 0 rgba(255, 255, 255, 0.15) inset;
    padding: 22px 35px 21px 36px;
}

.banner-count-box h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.banner-count-box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 7px 0px;
}

.banner-count-box h4 {
    color: #ffe9c6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.banner-subTitle {
    margin-bottom: 30px;
}

.banner-count-box.leftBox,
.banner-count-box.rightBox {
    margin-top: 70px;
}

.banner-logo-title p {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

/* ================= Brand Section Style ================ */

.brandImg {
    width: 93px;
}

.brandImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brandSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandSwiper .swiper-wrapper {
    align-items: center;
}

.banner-logo-slider {
    border-radius: 80px 0 0 0;
    background: #f5f6fa;
    padding: 22px 0px 22px 45px;
}

.banner-logo .container-fluid {
    padding-left: 40px;
}

.banner-logo {
    margin-top: 6rem;
}

/* ================= Cta Section Style ================ */

.cta-caption h3 {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}

.cta-caption a {
    color: #1c48b9;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 20px;
    background: #fff;
    padding: 6px 18px 6px 18px;
    display: inline-block;
    margin-top: 30px;
}

.cta-inner {
    background-image: url("../img/cta-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 43px;
}

.cta-caption {
    padding-top: 7.5rem;
    padding-left: 30px;
    position: relative;
}

.cta-btn img {
    width: 66px;
    height: 66px;
    transform: rotate(-170.024deg);
    margin-left: 15px;
    margin-top: -35px;
}

.cta-inner::after {
    content: "";
    position: absolute;
    background-image: url(../img/left-vector.svg);
    background-repeat: no-repeat;
    top: 65px;
    width: 62px;
    height: 62px;
    left: -17px;
}

.cta-inner::before {
    content: "";
    position: absolute;
    background-image: url(../img/left-vector.svg);
    background-repeat: no-repeat;
    bottom: -20px;
    width: 62px;
    height: 62px;
    right: -20px;
    transform: rotate(180deg);
}

.leftGif {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 140px;
    height: 140px !important;
    background-blend-mode: color-burn;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(4371%) hue-rotate(360deg) brightness(100%) contrast(106%);
}

.rightGif {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 140px;
    height: 115px;
    background-blend-mode: color-burn;
}

/* ================= About Style ================ */

.home-about-caption p {
    margin-bottom: 25px;
}

.home-about-img {
    position: relative;
}

.aboutGif {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 125px;
    z-index: -9;
    opacity: 0.6;
}

.home-about-caption .default-btn {
    margin-top: 20px;
}

/* ================= Home Service Style ================ */
.home-service {
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.21) 0.48%,
    rgba(28, 72, 185, 0.09) 52.4%,
    rgba(255, 255, 255, 0.18) 97.6%);
}

.service-card-img img {
    height: 160px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 0 30px 0px 0px;
}

.service-card {
    border-radius: 0 30px;
    background: #fff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.1));
    margin-bottom: 60px;
}

.service-card-caption {
    padding: 40px 30px;
    position: relative;
}

.service-card-caption::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #eeeeee;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

.service-card-caption h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.service-card-caption ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 0;
}

.service-card-caption ul li {
    color: rgba(33, 33, 33, 0.7);
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.service-card-caption ul li span {
    font-weight: 600;
}

.service-card-caption a {
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fd5d07;
    background: #fff;
    color: #fd5d07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
}

.gap {
    --bs-gutter-x: 5.3rem;
    --bs-gutter-y: 0rem;
}

.img-tag span {
    border-radius: 20px;
    background: #ffe1e1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 22px 8px 22px;
    color: #f11;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-card-img {
    position: relative;
}

.service-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.img-tag {
    position: absolute;
    top: 35px;
    right: 15px;
}

.img-tag.newListing span {
    color: #1c48b9;
    background: #d7eeff;
}

/* ================= Home Process  Style ================ */

.process-card {
    text-align: center;
    position: relative;
}

.process-card-img img {
    margin-bottom: 30px;
    width: 215px;
}

.process-card p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.processGif {
    width: 76px;
    height: 76px;
    transform: rotate(-90deg);
    position: absolute;
    top: 4rem;
    right: -7rem;
}

.home-process-inner::after {
    border-radius: 1431px;
    background: rgba(255, 157, 0, 0.05);
    filter: blur(112px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-process-inner {
    position: relative;
    padding-top: 80px;
}

.home-process-inner.buyer-process-inner::after {
    border-radius: 1431px;
    background: rgba(255, 157, 0, 0.1);
    filter: blur(112px);
}

/* ================= Price Plan Style ================ */

.price-package {
    background-image: url("../img/price-bg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.package-box {
    border-radius: 5px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    height: 100%;
    position: relative;
}

.package-box-title h3 {
    color: #1c48b9;
    font-family: var(--font-family-head);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 17px;
}

.price h4 {
    color: #fd5d07;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}

.price p {
    color: rgba(33, 33, 33, 0.5);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-package-list h3 {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price-package-list li {
    color: rgba(33, 33, 33, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 17px;
}

.price-package-list {
    margin-top: 19px;
    padding-bottom: 5rem;
}

.price-package-list ul {
    margin-top: 17px;
}

.price-package-btn button {
    color: #1c48b9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 26px;
    border: 1px solid #1c48b9;
    background: rgba(33, 33, 33, 0);
    padding: 15px 40px;
    text-align: center;
    display: block;
    width: 100%;
}

.package-box.gold {
    background: #fff0e7;
    margin-top: -20px;
}

.price-package-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 89%;
    transform: translateX(-50%);
}

.highlight-text p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px 0 0 4px;
    border: 0 solid #e5e7eb;
    background: #fd5d07;
    padding: 5px 6px 4px 6px;
    display: inline-block;
    position: absolute;
    top: -12px;
    right: 8px;
}

.package-box.gold .price-package-btn button {
    background: #fd5d07;
    border: 1px solid #fd5d07;
    color: #fff;
    font-weight: 700;
}

/* ================= Home Newlatter Style ================ */

.newlatter-input button {
    border: 0;
}

.newlatter-input .form-control {
    border-radius: 34px;
    border: 2px solid #e9e9e9;
    padding: 22.5px 24px;
    padding-right: 12.5rem;
}

.newlatter-input {
    position: relative;
}

.newlatter-input .default-btn {
    position: absolute;
    top: 8px;
    right: 9px;
    padding: 14px 17px;
}

.newlatter-caption h3 {
    color: #0a142f;
    font-family: var(--font-family-head);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newlatter-inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 48px 80px;
    margin-top: 30px;
}

/* ================= Footer Style ================ */

.footer-menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-menu ul li a {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.footer-social a i {
    font-size: 18px;
    color: #212121;
}

.footer-info {
    margin-top: 60px;
}

.footer-inner {
    border-bottom: 1px solid #2b3d5136;
    padding-bottom: 40px;
}

.footer-copy p {
    color: rgba(33, 33, 33, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-btm-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.footer-btm-menu a {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-btm {
    padding-top: 40px;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer-shape.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: -9;
}

.back-toTop i {
    font-size: 44px;
    color: #fff;
    cursor: pointer;
}

/* ================= Common Page Style ================ */

.page-banner .banner-caption h2 {
    color: #fff;
    font-family: var(--font-family-head);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.page-banner .banner-caption p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.page-banner {
    background-image: url("../img/common-banner.webp");
    background-position: right;
    background-size: cover;
    padding-bottom: 130px;
}

/* ================= About Page Style ================ */
.about-us .aboutGif {
    top: -75px;
}

.aboutUs-btm-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 4px 4px 35px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 33px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.btm-item-text h3 {
    color: #1c48b9;
    font-size: 18.4px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btm-item-text p {
    color: rgba(33, 33, 33, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.btm-item-icon img {
    min-width: 37px;
}

.aboutUs-btm {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: -5.3rem;
    position: relative;
}

.fun-inner-item h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.fun-inner-item p {
    color: #fff;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 15px;
}

.about-fun-inner {
    background-image: url("../img/about-fun-bg.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 281px;
}

.about-fun-inner .row {
    width: 100%;
}

.vision-mission-item .mission-icon p {
    color: #1c48b9;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.vision-mission-item .mission-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vision-mission-item .mission-text p {
    color: #212121;
    font-size: 18.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

.vision-mission-item {
    margin-bottom: 40px;
}

.vision-mission-item:last-child {
    margin-bottom: 0;
}

.vision-mission-item.mission .mission-icon p {
    color: #fd5d07;
}

.vision-mission-item.mission .mission-icon img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(50%) saturate(5219%) hue-rotate(354deg) brightness(104%) contrast(107%);
}

.key-highlight-top {
    position: relative;
}

.key-highlight-top::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 47%;
    background: rgba(33, 33, 33, 0.4);
    width: 1px;
    height: 62px;
    transform: translate(-50%, -50%);
}

.mission-inner-box {
    border-radius: 10px;
    border: 1px solid #fd5d07;
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 20px 25px 20px;
}

.mission-inner-box h4 {
    color: #1c48b9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.mission-inner-box p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.about-cta-inner {
    background: linear-gradient(96deg,
    #fd5d07 2.37%,
    rgba(253, 93, 7, 0.91) 39.12%,
    rgba(253, 93, 7, 0.65) 77.22%);
    border-radius: 12px;
}

.cta-inner-caption h3 {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}

.cta-inner-caption {
    padding: 55px 40px;
}

.cta-inner-caption .default-btn {
    margin-top: 40px;
    background: #fff;
    color: #1c48b9;
}

.cta-inner-caption .default-btn span {
    background: #1c48b9;
}

.cta-inner-caption .default-btn span i {
    color: #fff;
}

.cta-inner-img img {
    border-radius: 12px;
    width: 597px;
}

/* ================= Service Page Style ================ */

.tabsNav-item-icon {
    border-radius: 25px;
    background: #fd5d07;
    padding: 13px 13.6px;
    display: inline-block;
}

.tabsNav-item-icon img {
    width: 24px;
}

.nav-pills .nav-link {
    padding: 28px 20px;
    border-radius: 20px;
    background: rgba(253, 93, 7, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.tabsNav-item h4 {
    color: #212121;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 25px;
}

.nav-pills .nav-link.active {
    border-radius: 20px;
    background: #fd5d07;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-pills .nav-link.active .tabsNav-item-icon {
    background: #fff;
}

.nav-pills .nav-link.active .tabsNav-item h4 {
    color: #fff;
}

.nav-pills .nav-link.active .tabsNav-item-icon img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(77%) saturate(3549%) hue-rotate(358deg) brightness(101%) contrast(99%);
}

.service-tabsNav .nav {
    display: flex;
    align-items: center;
    gap: 45px;
    /* justify-content: center; */
    margin-top: 60px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 10px 10px;
}

.service-tabsNav .nav-item {
    flex: 0 0 220px;
}

.service-tabsNav .nav-link {
    width: 100%;
    height: 100%;
}

.service-tabsNav .nav::-webkit-scrollbar {
    height: 6px;
}

.service-tabsNav .nav::-webkit-scrollbar-track {
    background: #e6ecf5;
    border-radius: 10px;
}

.service-tabsNav .nav::-webkit-scrollbar-thumb {
    background-color: #1c48b9;
    border-radius: 10px;
}

.service-tabsNav .nav::-webkit-scrollbar-thumb:hover {
    background-color: #1c48b9;
}


.img-info {
    display: inline-flex;
    align-items: center;
    gap: 27px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 22px;
}

.img-info-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.img-info-item p {
    color: rgba(33, 33, 33, 0.7);
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}

.img-info-item img {
    width: 24px !important;
    color: rgba(33, 33, 33, 0.7);
    border-radius: 0 !important;
}

.wishList.selected {
    filter: brightness(0) saturate(100%) invert(41%) sepia(70%) saturate(2401%) hue-rotate(355deg) brightness(101%) contrast(106%);
}

.service-detail-img .img-info {
    position: absolute;
    left: 0;
    bottom: -25px;
}

.img-info-item.active i {
    color: #1c48b9;
}

.img-info-item.active p {
    color: #1c48b9;
}

/* ================= Service Details Page Style ================ */

.service-detail-img {
    width: 100%;
    height: 345px;
    position: relative;
    cursor: pointer;
}

.service-detail-img img {
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.revenue-item p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.service-detail-revenue {
    border-radius: 5px;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 22px 20px;
    margin-top: 50px;
}

.revenue-item p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.revenue-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.revenue-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.service-detail-desc h3 {
    color: #1c48b9;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.service-detail-desc h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    padding: 18px 0px;
}

.service-detail-desc p {
    color: rgba(33, 33, 33, 0.7);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.service-detail-desc {
    margin-top: 30px;
}

.detail-desc-details {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.detailed-information-table tr td {
    color: rgba(33, 33, 33, 0.7);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.detailed-information-table tr td:first-child {
    font-weight: 600;
    width: 225px;
}

.detailed-information-table tr td.locked {
    color: #1c48b9;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.detail-form-tite h3 {
    color: #1c48b9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail-form-tite p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.service-detail-sidebar {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 45px 30px;
}

.service-detail-form .form-control {
    padding: 10px 12px;
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.form-label {
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-check-label {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-form-tite {
    margin-bottom: 32px;
}

.service-detail-form button {
    border-radius: 33px;
    background: #fd5d07;
    padding: 10px 14px;
    color: #fff;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    border: 0;
    margin-top: 30px;
}

.form-text {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.2);
    padding-bottom: 30px;
}

.business-text p {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.business-text h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 8px;
}

.business-text span {
    color: rgba(33, 33, 33, 0.5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 8px;
}

.business-text a {
    color: #1c48b9;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: capitalize;
    margin-top: 12px;
    display: inline-block;
}

.business-listed {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 29px 24px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 40px;
}

.business-img img {
    min-width: 98px;
}

.service-detail-form {
    padding: 0px 24px;
}

.service-detail-innner {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.service-detail-sidebar {
    min-width: 481px;
}

.similar-listings-service {
    background: rgba(28, 72, 185, 0.04);
}

.similar-listings-service h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.share-service-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.share-service-top p {
    color: rgba(85, 85, 85, 0.8);
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.share-popup .modal-dialog {
    max-width: 664px;
}

.share-popup .modal-title {
    color: #000;
    font-family: var(--font-family-head);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.share-service-top {
    padding: 40px 0px 30px;
}

.share-service-info a {
    border-radius: 5px;
    border: 1px solid #1c48b9;
    background: #fff;
    padding: 13px 38px 13px 40px;
    color: rgba(33, 33, 33, 0.8);
    font-family: var(--font-family-head);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
}

.share-service-info {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.share-popup .modal-body {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.45);
    padding: 40px 45px;
}

.share-service-info a img {
    width: 16px;
}

.share-service-top img {
    border-radius: 10px;
}

.share-service-form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    padding: 15px 15px 16px 20px;
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service-form-input i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #555555b2;
    font-size: 18px;
}

.share-service-form .default-btn {
    border: 0;
    justify-content: center;
    padding: 13px 0px;
    margin-top: 10px;
}

.share-popup-msg .toast-body {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.share-popup-msg .toast-body i {
    color: #258c05;
    font-size: 32px;
}

.share-popup-msg .toast {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 11.5px 25.5px 11.5px 27.5px;
    border: 0;
}

.share-popup-msg {
    position: absolute;
    z-index: 9;
    top: -20px;
    right: -20px;
}


/* ================= Contact Page Style ================ */

.contact-box {
    border-radius: 9.455px;
    border: 1px solid #fd5d07;
    background: #fff;
    text-align: center;
    padding: 22px 30px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.contact-box img {
    width: 40px;
    padding-bottom: 15px;
    height: 55px !important;
}

.contact-box h3 {
    color: #333;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.818px;
    letter-spacing: 0.44px;
}

.contact-box p {
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.818px;
    letter-spacing: 0.4px;
}

.contactUs-inner {
    padding: 61px 39px 60px 39px;
    margin-top: -70px;
    border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.contactMap-inner iframe {
    background: rgba(0, 91, 192, 0.15);
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}

/* ================= Join Us Page Style ================ */

.joinUs-info {
    background: rgba(253, 93, 7, 0.1);
    padding: 30px;
    height: 100%;
}

.joinUs-title h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #1c48b9 0%, #fd5d07 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 60px;
}

.joinUs-img img {
    width: 314.718px;
    padding: 60px 0px;
}

.joinUs-list li {
    color: rgba(33, 33, 33, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.joinUs-list ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding-left: 0;
}

.joinUs-input .form-label {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.joinUs-input .form-control,
.joinUs-input .form-select {
    border-radius: 12px;
    border: 1px solid rgba(85, 85, 85, 0.35);
    padding: 15px 15px 15px 20px;
    color: #555;
}

.joinUs-input {
    position: relative;
    padding-bottom: 4px;
}

.joinUs-input i {
    position: absolute;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgba(85, 85, 85, 0.9);
}

.joinUs-input .form-control::placeholder {
    color: rgba(85, 85, 85, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.joinUs-input .form-select {
    color: rgba(85, 85, 85, 0.5);
}

.joinUs-input .default-btn {
    justify-content: center;
    padding: 15px 0px;
    border-radius: 40px;
    background: #1c48b9;
    color: #fff;
    margin: 35px 0px;
}

.joinUs-form h3 {
    color: #1c48b9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.joinUs-form p {
    color: rgba(85, 85, 85, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 0px 20px;
}

.joinUs-form p a {
    color: #1c48b9;
    text-decoration-line: underline;
}

.joinUs-form {
    padding: 44px 50px 44px 45px;
}

.form-text {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    margin: 0;
    padding: 0;
}

.joinUs-innner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45);
}

.join-us {
    margin-top: -5rem;
}

.page-banner.join-page {
    padding-bottom: 11rem;
}

/* ================= Select User Page Style ================ */

.select-user {
    background-image: url("../img/select-bg.svg");
    background-position: center;
    background-size: cover;
}

.selectUser-innner {
    background: rgba(255, 248, 244, 0.3);
}

.selectUser-innner {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.25);
}

.selectUser-innner h3 {
    color: #1c48b9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.selectUser-list li a {
    padding: 18px 45px 17px 45px;
    border-radius: 5px;
    border: 1px solid #1c48b9;
    background: #fff;
    color: #212121;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.selectUser-list li a span {
    font-size: 15px;
}

.selectUser-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.selectUser-innner {
    padding: 60px 65px;
    margin-top: -5.5rem;
}

.selectUser-list {
    margin-top: 50px;
}

.selectUser-list li a.active {
    background: #fd5d07;
    color: #fff;
    border-color: #fd5d07;
}

.sendOtp {
    color: #fd5d07;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
}

.joinUs-input .sendOtp {
    position: absolute;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.otherSign {
    color: #555;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-top: 20px;
}

.otherSign::after {
    content: "";
    position: absolute;
    background: rgba(85, 85, 85, 0.5);
    width: 100%;
    height: 1px;
    top: 14px;
    left: 0;
}

.otherSign span {
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 5px 15px;
}

.otherSign-wrapper .joinUs-input {
    display: flex;
    align-items: center;
    gap: 32px;
}

.otherSign-wrapper .joinUs-input .default-btn {
    margin-bottom: 0;
    color: #333;
    background: transparent;
    border-radius: 40px;
    border: 1px solid rgba(85, 85, 85, 0.8);
    box-shadow: none;
    font-weight: 400;
}

.selectUser-innner p {
    color: rgba(85, 85, 85, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 0px 30px;
}

.selectUser-innner p a {
    color: #1c48b9;
    text-decoration-line: underline;
}

/* ================= Dashboard Page Style ================ */

.dashboard-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.dashboard-desc {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.dashboard-sec .default-btn {
    padding: 8px 22px 8px 22px;
}

.dashboard .top-contact a {
    color: #1c48b9;
}

.dashboard .default-navbar {
    background: #1c48b9;
}

.dashboard .top-social a i {
    color: #1c48b9;
}

.dashboard .top-social a img,
.dashboard .top-contact a img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(2612%) hue-rotate(222deg) brightness(91%) contrast(98%);
}

.dashboard {
    margin-bottom: 40px;
}

.dashboard-wrapper {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.dashboard-sidebar {
    min-width: 280px;
    inset-block-start: 0;
    inset-inline-start: 0;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    border-right: 1px solid rgba(85, 85, 85, 0.20);
    background: #FFF;
    height: 100%;
}

.dashboard-sidebar-wrapper {
    padding: 25px 30px 25px 2px;
    position: relative;
    overflow: auto;
    padding-bottom: 80px !important;
}

.dashboard-content-header {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    padding-bottom: 15px;
    margin-bottom: 20px;

}

.dashboard-content-area {
    transition: all 0.3s ease-in-out;
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    border-left: 1px solid rgba(85, 85, 85, 0.20);
    width: 100%;
}

.dashboard-content-wrap {
    width: 100%;
    padding: 40px 5px 60px 0px;
}

.content-header-title {
    padding-left: 30px;
}

.dashboard-sidebar-wrapper .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.dashboard-sidebar-wrapper .nav-link {
    padding: 12px 8px 12px 16px !important;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dashboard-sidebar-wrapper .dropdown-item.active {
    color: #1C48B9 !important;
    background: transparent;
}

.dashboard-sidebar-wrapper .nav-link img {
    width: 20px;
}

.dashboard-sidebar-wrapper .nav-item:first-child .nav-link img {
    width: 24px;
}

.dashboard-sidebar-wrapper .nav-link:hover {
    background: rgba(253, 93, 7, 0.1);
    color: #1c48b9;
}

.dashboard-sidebar-wrapper .nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(2612%) hue-rotate(222deg) brightness(91%) contrast(98%);
}

.dashboard-sidebar-wrapper .dropdown-toggle::after {
    margin-left: auto;
    font-size: 14px;
    color: rgba(33, 33, 33, 0.80);
}

.dashboard-sidebar-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #FFF;
    border: 0;
    padding: 0;
}

.dashboard-sidebar-wrapper .dropdown-item {
    padding: 12px 8px 12px 16px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.08);
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sidebarBtn .dropdown-item {
    border-radius: 8px;
    background: #1C48B9;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.sidebarBtn {
    padding: 20px;
}

.logout-link {
    margin-top: 150px;
}

.dashboard-sidebar-wrapper .nav-item.selected {
    border-radius: 10px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.25);
}

.dashboard-sidebar-wrapper .nav-link.active {
    background: rgba(253, 93, 7, 0.1);
    color: #1c48b9;
}

.dashboard-sidebar-wrapper .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(2612%) hue-rotate(222deg) brightness(91%) contrast(98%);
}

.dashboard-sidebar-wrapper .nav-item.selected:first-child {
    box-shadow: none;
}

.dashboard-user {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.dashboard-user p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #1C48B9 0%, #FD5D07 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-header-date p {
    color: #1C48B9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 13px 14px;
    border-radius: 5px;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    cursor: pointer;
}

.content-header-title h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #1C48B9 0%, #FD5D07 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.content-header-title p {
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-dialog {
    max-width: 430px;
}

.custom-dropdown-inner {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.60);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-dropdown-inner i {
    color: #555555CC;
    font-size: 14px;
}

.selectState-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-dropdown-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 14px;
    border-radius: 6px;
}

.custom-dropdown .arrow i {
    transition: 0.3s ease;
}

.state-list {
    position: absolute;
    width: 100%;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-top: 5px;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    z-index: 999;
}

.state-list ul li {
    padding: 10px 14px;
    transition: 0.3s ease;
    color: rgba(85, 85, 85, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.state-list ul li:hover {
    background: #1C48B9;
    color: #fff;
}

.custom-dropdown.active .arrow i {
    transform: rotate(180deg);
    color: #1C48B9;
}

.custom-dropdown.active .state-list {
    display: block;
}

.selectState-popup .modal-header {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}

.selectState-popup .modal-body {
    padding: 0;
}

.selectState-popup .modal-title {
    color: #000;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.selectState-popup .modal-header .btn-close {
    opacity: 1;
    background-size: 12px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.modal-header .btn-close {
    background-image: url("../img/dashboard/close.svg");
    opacity: 1;
    background-size: 14px;
}

.selectState-popup .modal-content {
    padding: 29px 29px 20px;
}

.dashboard-content-status p {
    color: #000;
    text-align: right;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    margin-top: 40px;
}

.dashboard-content-status p span {
    color: #258C05;
}

.listing-view-icon {
    border-radius: 56px;
    background: #FFF;
    padding: 13px;
    display: inline-block;
    border-radius: 50%;
}

.listing-view-icon img {
    width: 30px;
}

.listing-view-box {
    border-radius: 10px;
    background: rgba(28, 72, 185, 0.10);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.listing-view-text a {
    color: #1C48B9;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.listing-view-text a:hover {
    text-decoration-line: underline;
}

.listing-view-text h3 {
    color: #212121;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.44px;
}

.dashboard-listing-view {
    margin-top: 25px;
}

.dashboard-feature-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(33, 33, 33, 0.40);
    padding: 22px 31px 21px 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    height: 98%;
}

.dashboard-feature-icon i {
    font-size: 18px;
    color: #1C48B9;
}

.dashboard-feature-text a {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.dashboard-feature-text a:hover {
    text-decoration: underline;
}

.dashboard-feature-text p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.24px;
    margin-top: 10px;
}

.addListing-btn .default-btn {
    padding: 8px 16px;
}

.addListing-btn a span i {
    font-size: 24px;
    color: #1C48B9;
}

.addListing-btn a:hover span {
    transform: unset;
}

.addListing-btn a span {
    border-radius: 30px;
    background: #FFF1EA;
    padding: 6px 6px 7px 6px;
    transform: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dashboard-feature-view {
    border-top: 1px solid rgba(85, 85, 85, 0.10);
    padding-top: 40px;
    margin-top: 40px;
}

.dashboard-feature-icon i,
.dashboard-feature-icon img {
    font-size: 20px;
    min-width: 20px;
}

.dashboard-broker-match,
.dashboard-advanced-feature {
    border-top: 1px solid rgba(85, 85, 85, 0.10);
    padding-top: 40px;
    margin-top: 40px;
}

.broker-match-wrapper img {
    border-radius: 10px;
}

.dashboard-broker-match h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.broker-unlockBtn a {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
    color: #FD5D07;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.32px;
    padding: 4px 35px 4px 7px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.broker-unlockBtn a span {
    border-radius: 30px;
    background: #FD5D07;
    padding: 8px 10px;
    display: inline-block;
}

.broker-unlockBtn a img {
    min-width: 24px;
}

.broker-unlockBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-advanced-feature h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

.advanced-feature-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 3px 0 rgba(33, 33, 33, 0.55);
}

.advanced-feature-img {
    height: 160px;
    width: 100%;
}

.advanced-feature-img img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
}

.advanced-feature-text {
    padding: 24px 26px;
    text-align: center;
}

.advanced-feature-text a {
    color: #1C48B9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.dashboard-upgradEedge-btn {
    margin-top: 50px;
}

.dashboard-upgradEedge-btn a {
    border-radius: 40px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 15px 25px;
    color: #FD5D07;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* ================= My Listing Page Style ================ */


.myListing-head .short-by .form-select {
    color: #555;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    border: 0;
    width: auto;
    cursor: pointer;
}

.myListing-head {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

.myListing-item-text h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.myListing-item-text p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.24px;
    margin-top: 10px;
}

.myListing-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
}


.myListing-item-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(33, 33, 33, 0.40);
    padding: 18px 30px;
    width: 100%;
}

.myListing-item-info {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 20px;
}

.myListing-item-img {
    height: 86px;
}

.myListing-item-img img {
    border-radius: 10px;
    object-fit: contain;
    width: 100%;
    height: 100% !important;
}

.myListing-item-action p img {
    width: 24px;
}

.myListing-item-action {
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.progress-step-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-step span {
    display: inline-block;
    border-radius: 32px;
    outline: 2px solid rgba(85, 85, 85, 0.80);
    padding: 4px;
    border: 12px solid #fff;
    background: #fff;
}

.progress-step.active span {
    display: inline-block;
    border-radius: 32px;
    outline: 2px solid #1C48B9;
    background: #1C48B9;
    padding: 4px;
    border: 12px solid #fff;
}

.business-listing {
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    border-bottom: 1px solid rgba(85, 85, 85, 0.20);
    background: rgba(28, 72, 185, 0.03);
}

.progress-step {
    position: relative;
    flex: 1;
}

.progress-step::after {
    content: "";
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: -10px;
    width: 100%;
    height: 1px;
    background: rgba(85, 85, 85, 0.20);
    z-index: -9;
}

.progress-step-wrapper .progress-step:last-child {
    flex: none;
}

.progress-step-wrapper .progress-step:last-child::after {
    display: none;
}

.view-listing-inner {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(253, 93, 7, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.listing-progress-step {
    padding: 30px 0px;
}

.progress-step-nav {
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    border-right: 1px solid rgba(85, 85, 85, 0.20);
    background: #FFF;
    position: relative;
    padding: 51px 36px 641px 47px;
    height: 100%;
}

.progress-step-nav li {
    position: relative;
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 45px;
}

.progress-step-nav li::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-radius: 32px;
    outline: 2px solid rgba(85, 85, 85, 0.80);
    padding: 4px;
    border: 7px solid #fff;
    background: #fff;
    top: 0;
    left: 10px;
}

.progress-step-nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.progress-step-details {
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    padding: 40px 30px 40px;
}

.progress-step-details .progress-step-top h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #1C48B9 0%, #FD5D07 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.progress-step-details .progress-step-top p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px 30px;
}

.view-listing-inner {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(253, 93, 7, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 40px;
    text-align: center;
}

.view-listing {
    border-radius: 10px;
    background: #FFF;
    padding: 30px 15px;
    height: 100%;
}

.view-listing-inner h3 {
    color: #212121;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.view-listing-inner p {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    padding: 20px 0px;
}

.view-listing-inner a {
    color: #1C48B9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
}

.view-listing-inner img {
    margin-top: 30px;
}

.view-listing-contact {
    margin-top: 24px;
}

.view-listing-contact h4 {
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 5px;
}

.view-listing-contact p {
    color: rgba(85, 85, 85, 0.80);
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}

/* ================= My Business Page Style ================ */
.business-profile {
    background: rgba(28, 72, 185, 0.15);
    padding: 19px 30px 17px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.business-profile h3 {
    color: #212121;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.5px;
}

.business-value h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.business-value p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.business-value h4 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.34px;
    margin-bottom: 20px;
}

.business-value h4 a {
    text-decoration-line: underline;
    color: #1C48B9;
}

.business-value {
    padding: 40px 30px 40px;
}

.business-value {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
}

.business-benchmarks {
    padding: 40px 30px 40px;
}

.business-benchmarks h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}

.business-benchmarks p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.annual-cash-flow {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 24px 24px;
}

.benchmark-revenue {
    margin-top: 40px;
}

.annual-cash-flow .chart-container {
    width: 200px;
    margin: 0px auto;
}

.annual-cash-flow .chart-box-title h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 0;
}

.annual-cash-flow .chart-box-title p {
    color: rgba(85, 85, 85, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
}

.annual-cash-flow .chart-box-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.annual-cash-flow .chart-box-filter .form-select {
    border: none;
    cursor: pointer;
    color: rgba(85, 85, 85, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.24px;
}

.annual-cash-flow .legend-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 18px 40px 0 rgba(112, 144, 176, 0.12);
    padding: 22px 24px;
}

.annual-cash-flow .legend-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.annual-cash-flow .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.annual-cash-flow .legend-text h3 {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 0;
}

.annual-cash-flow .legend-text p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
}

.annual-cash-flow .chart-medium.dot {
    background: #FD5D07;
}

.annual-cash-flow .chart-average.dot {
    background: #EFF4FB;
}

.annual-cash-flow .chart-business.dot {
    background: #1C48B9;
}


.business-broker-match h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;

}

.business-broker-match .broker-match-wrapper {
    margin-top: 40px;
}

.business-broker-match .business-broker-unlockBtn {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
    padding: 22px 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.business-broker-unlockBtn span {
    border-radius: 30px;
    background: #1C48B9;
    padding: 4px 7px;
    display: inline-block;
}

.business-broker-unlockBtn span img {
    width: 16px;
}

.business-broker-unlockBtn p {
    color: #555;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.26px;
    padding: 20px 0px 30px;
    max-width: 248px;
    width: 100%;
}

.otherLink-item h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.otherLink-item p {
    color: rgba(85, 85, 85, 0.90);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.3px;
}

.otherLink-item p a {
    color: #1C48B9;
    text-decoration-line: underline;
}

.otherLink {
    margin-top: 40px;
}

.business-inner-img img {
    width: 441px;
}

.sell-business-inner {
    padding: 40px 0px;
}

/* ================= Business Profile Popup Style ================ */

.business-profile-popup .modal-header {
    border: 0;
    padding: 30px 40px 10px;
}

.business-profile-popup .modal-title {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.business-profile-popup .form-label {
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.business-profile-popup .form-control::placeholder,
.business-profile-popup .form-select {
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.business-profile-popup .form-control,
.business-profile-popup .form-select {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background-color: #FFF;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
}

.business-profile-popup .modal-dialog {
    max-width: 450px;
}

.business-profile-popup .modal-body {
    padding: 20px 40px;
}

.business-profile-popup .default-btn {
    margin: 24px 0px;
}

.business-profile-popup .form-text {
    color: rgba(85, 85, 80, 0.80);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

/* ================= Custom Search Style ================ */

.custom-search {
    position: relative;
}

.custom-search #search {
    position: absolute;
    top: 37px;
    left: 12px;
    color: #1C48B9;
}

.custom-search .form-control {
    padding-left: 32px;
}

.custom-search-list li h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: unset;
    -webkit-text-fill-color: unset;
}

.custom-search-list li p {
    color: rgba(85, 85, 85, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 5px;
}

.custom-search-list,
.custom-select-list {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background: #FFF;
    max-height: 183px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 6px 44px 0 rgba(0, 0, 0, 0.25);
}

.custom-search-list .search-list-item,
.custom-search-list .search-busAdd-item,
.custom-search-list .search-city-item,
.custom-select-list .search-type-item {
    padding: 8px 16px;
    cursor: pointer;
}

.custom-search-list .search-list-item:hover,
.custom-search-list .search-busAdd-item:hover,
.custom-search-list .search-city-item:hover {
    background-color: #f4f4f4;
}


.custom-search-wrapper {
    width: 100%;
}

.empty-message {
    color: rgba(85, 85, 85, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.empty-message a {
    color: #4794EF;
    font-family: var(--font-family-head);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}

.search-busAdd-empty .empty-message a {
    display: inline-block;
}

.list-empty {
    padding: 8px 16px;
}

/* =================  All Industries Popup Style ================ */

.allIndustries-popup .modal-dialog {
    max-width: 710px;
}

.allIndustries-popup .accordion-button {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background: #FFF;
    color: #232529;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 13px;
}

.allIndustries-popup .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.allIndustries-popup .accordion-button:not(.collapsed) {
    background: #FFF;
}

.allIndustries-popup .modal-title {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.36px;
}

.allIndustries-popup .accordion-button:focus {
    box-shadow: none;
}

.allIndustries-popup .accordion-button::after {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px;
}

.allIndustries-popup .accordion-body {
    padding: 0px 14px;
}

.allIndustries-popup .accordion-body .form-check {
    padding: 8px 24px;
    margin-bottom: 0;
}

.allIndustries-popup .accordion-body .form-check-label {
    color: rgba(33, 33, 33, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.allIndustries-popup .form-check-input:checked {
    background: #1C48B9;
    border-color: #1C48B9;
    outline: 1px solid #1C48B9 !important;
    padding: 0px;
    border: 4px solid #fff;
}

.allIndustries-popup .form-check-input {
    border: 1px solid rgba(85, 85, 85, 0.50);
}

.allIndustries-popup .modal-header {
    padding: 30px 30px 0px;
    border: 0;
}

.allIndustries-popup .modal-footer {
    padding: 20px 30px 30px;
    border: 0;
}

.allIndustries-popup .modal-footer button {
    margin: 0;
}

.allIndustries-popup .modal-body {
    padding: 30px 30px 0px;
}

.allIndustries-popup .default-outline {
    border-radius: 40px;
    border: 1px solid #FD5D07;
    background: #FFF;
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    padding: 8px 22px;
}

.modal-content {
    box-shadow: 0 6px 44px 0 rgba(0, 0, 0, 0.25);
}

.business-broker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-broker-header a {
    color: #1C48B9;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.36px;
}

.broker-box-img img {
    width: 98px;
    border-radius: 8px;
}

.broker-box-text h4 {
    color: #1C48B9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}

.broker-box-text p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.28px;
    margin-bottom: 5px;
}

.business-broker-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
    display: flex;
    height: 118px;
    padding: 17px 28px 17px 15px;
    align-items: flex-start;
    gap: 20px;
}

.broker-match-inner {
    margin-top: 40px;
}

.recently-sold {
    margin-top: 40px;
}

.recently-sold .accordion-button {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 24px 30px;
}

.recently-sold .accordion-button span {
    color: #1C48B9;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.3px;
    margin-left: 15px;
}

.recently-sold .accordion-item {
    border-radius: 10px !important;
    background: #EFF4FF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.recentlySold-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 29px 30px 28px 30px;
    margin: 15px;
    flex-shrink: 0;
}

.recentlySold-box h4 {
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.26px;
}

.recentlySold-box h3 {
    color: #1C48B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.recentlySold-box p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-top: 15px;
    width: 100%;
    max-width: 200px;
}

.recentlySold-box span {
    color: #258C05;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.24px;
    margin: 10px 0px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.recentlySold-box span::before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 12px;
}

.recentlySold-box a {
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #FD5D07;
    background: #FFF;
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    display: inline-block;
}

.accordion-body {
    padding: 0;
}

.sliderNav-wrapper {
    background: #1C48B9;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 24px;
    padding: 3px;
    text-align: center;
}

.sliderNav-wrapper i {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.recentlySold-slider,
.similarListings-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.recentlySold-slider::-webkit-scrollbar {
    display: none;
}

.recentlySold-slider-wrapper,
.similarListings-slider-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.sliderNav,
.listing-sliderNav {
    width: 100%;
    max-width: 130px;
    padding-left: 30px;
}

.similarListings-box {
    border-radius: 0 30px;
    background: #FFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
    margin: 15px;
    flex-shrink: 0;
}

.similarListings-img {
    height: 143px;
    width: 100%;
}

.similarListings-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0px 30px 0px 0px;
}

.similarListings-content {
    padding: 30px 20px;
}

.similarListings-content h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.similarListings-content span {
    color: rgba(33, 33, 33, 0.80);
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 0px;
}

.similarListings-content p {
    color: rgba(33, 33, 33, 0.70);
    font-family: var(--font-family-head);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.valueReport p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    margin-top: 25px;
}

.valueReport p a {
    color: #1C48B9;
    text-decoration-line: underline;
}

.business-profile .editBtn {
    color: #1C48B9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.32px;
}

/* ================= Business Broker Page Style ================ */

.searchItem .form-control {
    border: 0;
    padding: 18px 18px;
    border-radius: 30px 0px 0px 30px;
    color: rgba(33, 33, 33, 0.5);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}

.broker-card {
    border-radius: 5px;
    border: 0.5px solid rgba(28, 72, 185, 0.80);
    background: #FFF;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 27px 26px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.broker-card-caption h3 {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.36px;
    padding: 10px 0px;
}

.broker-card-caption span {
    color: rgba(85, 85, 85, 0.80);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.26px;
}

.broker-card-caption p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.26px;
}

.broker-card-caption a {
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 5px 16px;
    display: inline-block;
    margin-top: 20px;
}

.broker-card-img {
    width: 166px;
    height: 166px;
}

.broker-card-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.contactBroker-top .broker-card {
    padding: 0px 0px;
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;
}

.contactBroker-popup .modal-dialog {
    max-width: 450px;
}

.contactBroker-popup .broker-card-img {
    height: 120px;
}

.contactBroker-form .form-control,
.contactBroker-form .form-select {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    padding: 8px 15px;
}

.contactBroker-popup .modal-body {
    padding: 30px 38px;
}

.contactBroker-popup .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.contactBroker-popup .default-btn {
    margin-top: 15px;
}

.contactBroker-popup .default-btn:hover {
    color: #fff !important;
}

.contactBroker-msg {
    text-align: center;
    padding: 30px 0px;
}

.contactBroker-msg img {
    width: 85px;
}

.contactBroker-msg h3 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding: 30px 0px;
}

.contactBroker-msg p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.businessList-popup .modal-dialog {
    max-width: 710px;
}

.businessList-table {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background: #FFF;
    margin: 40px 0px;
}

.businessList-table p {
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 15px 12px;

}

.businessList-table a {
    color: #4794EF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
    display: inline-block;
}

.businessList-wrapper h3 {
    color: #1C48B9;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
}

.businessList-wrapper p {
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.businessList-btn .default-btn {
    padding: 12px 24px;
}

.businessList-popup .modal-body {
    padding: 38px;
}


.progress-step-nav li.active::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-radius: 32px;
    outline: 2px solid #1C48B9;
    padding: 4px;
    border: 7px solid #fff;
    background: #1C48B9;
}

.business-listing .form-control,
.business-listing .form-select {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background-color: #FFF;
    padding: 12px 15px;
}

.step-details-form .custom-search .form-control {
    padding-left: 35px !important;
}

.step-details-form .custom-search #search {
    top: 44px;
}

.step-details-form .custom-search #businessCity {
    padding-left: 15px !important;
}

.step-details-form .default-btn {
    margin-top: 24px;
    padding: 8px 22px 8px 22px;
}

.step-details-form .default-btn:hover {
    color: #fff;
}

.step-details-price {
    margin-top: 40px;
}

.business-checkout h3,
.business-paymentInfo h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.44px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.checkout-info p {
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
}

.checkout-amount {
    border-radius: 5px;
    border: 1px solid #1C48B9;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    padding: 35px 24px 35px 35px;
    display: inline-block;
}

.checkout-amount p {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

.totalAmount p {
    font-weight: 500;
    border-top: 1px solid rgba(33, 33, 33, 0.40);
    padding-top: 10px;
    margin-top: 8px;
}

.promo-code {
    margin-top: 15px;
}

.promo-code .form-control {
    padding: 12px 15px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    border-radius: 3px;
}

.promo-code .default-btn {
    padding: 12px 17px;
    border-radius: 3px;
}

.checkout-info a {
    color: #4794EF;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.business-checkout {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    padding-bottom: 40px;
}

.payment-details .form-control,
.payment-details .form-select {
    padding: 12px 15px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    border-radius: 3px;

}

.card-input img {
    width: 40px;
}

.paymentCard {
    display: flex;
    align-items: center;
    gap: 12px;
}

.paymentCard,
.card-input i {
    position: absolute;
    top: 43px;
    right: 15px;
    font-size: 18px;
    color: #555;
}

.price-package-btn a.select {
    background: #1C48B9;
    color: #fff;
}

.progress-step.select::after {
    background: #1C48B9;
}


.progress-step.select span {
    outline: 0;
    background: #1C48B9;
    padding: 4px 8.13px;
    border: 0px;
}

.progress-step.select span i {
    font-size: 18px;
    color: #fff;
}

.progress-step-nav li.select::before {
    content: "\EB7B";
    font-family: 'remixicon' !important;
    font-style: normal;
    position: absolute;
    display: inline-block;
    border-radius: 32px;
    outline: none;
    padding: 2px 4.7px;
    border: 0;
    background: #1C48B9;
    top: 0;
    left: 10px;
    color: #fff;
    font-size: 14px;
}

.step-details-form .upload-box-wrapper .box-title {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-bottom: 15px;
}

.step-details-form .document-upload .upload-box {
    border-radius: 7.549px;
    border: 0.755px dashed rgba(0, 0, 0, 0.50);
    text-align: center;
    position: relative;
    cursor: pointer;
}

.step-details-form .upload-wrapper {
    padding: 24px 15px;
    text-align: center;
}

.step-details-form .upload-wrapper .hidden-input {
    display: none;
}

.step-details-form .upload-wrapper .upload-icon {
    margin-bottom: 15px;
}

.step-details-form .upload-wrapper .upload-text {
    color: rgba(33, 33, 33, 0.60);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.09px;
}

.step-details-form .upload-wrapper label span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #1C48B9;
    padding: 5px 13px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.step-details-form .upload-text h3 {
    color: #212121;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-details-form .upload-text p {
    color: rgba(85, 85, 85, 0.70);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 9px;
}

.step-details-form .accordion-body {
    padding: 40px 0px;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
}

.step-details-form .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 10px !important;
}

.step-details-form .accordion-button:not(.collapsed) {
    background: rgba(253, 93, 7, 0.15);
}

.step-details-form .accordion-button {
    color: #1C48B9 !important;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.document-upload-btn {
    margin-top: 30px;
    border-top: 1px solid rgba(85, 85, 85, 0.10);
    padding-top: 30px;
}

/* Guide to Selling & Toolkit */

.download-guide {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(33, 33, 33, 0.40);
    padding: 41px 40px;
    margin: 30px 0px;
}

.guide-box-content h3 {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
}

.guide-box-content h3 span {
    font-family: var(--font-family-head);
    color: #258C05;
}

.guide-box-content p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.guide-box-content .default-btn {
    margin-top: 20px;
}

.download-guide-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.guide-box-img a {
    color: #1C48B9;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-top: 10px;
    display: block;
}

.book-guide h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.book-guide p,
.guide-list li {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.guide-list {
    margin-top: 24px;
}

.guide-list h3 {
    font-size: 18px;
}

.digital-toolkit-box {
    border-radius: 16px 16px 0 0;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(33, 33, 33, 0.40);
    padding: 30px;
    margin-top: 30px;
}

.digital-toolkit {
    margin-top: 24px;
}

.toolkit-box-item {
    margin-bottom: 20px;
}

.toolkit-box-item h4 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.toolkit-box-item p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-top: 7px;
}

.toolkit-worksheet {
    display: flex;
    align-items: end;
    gap: 30px;
    flex-direction: column;
}

.worksheet-box {
    border-radius: 10px;
    background: rgba(28, 72, 185, 0.05);
    padding: 31px 33px 31px 32px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 160px;
}

.worksheet-box h5 {
    color: #1C48B9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.36px;
}

.worksheet-box p {
    color: #1C48B9;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.3px;
}

.worksheet-link {
    text-align: end;
    margin-right: 24px;
    margin-top: 30px;
}

.worksheet-link a {
    color: #1C48B9;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24px;
}

.reader-reviews {
    border-radius: 10px;
    background: rgba(253, 93, 7, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 37px 30px 37px 30px;
    margin-top: 30px;
}

.reader-review-header {
    margin-bottom: 30px;
}

.reader-review-header h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

.reader-info h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
}

.reader-info p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.reader-info .five-star i {
    color: #FD5D07;
    font-size: 18px;
}

.reader-reviews-slider .swiper-slide {
    width: 100% !important;
}

.reader-reviews-slider .readerReview-item {
    width: 100% !important;
}

.reader-reviews-slider .swiper-wrapper {
    width: 100% !important;
}

.error {
    color: red;
}

.mobile-sideBar {
    display: none;
}

.mobile-sideBar a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #1C48B9;
    margin-bottom: 20px;
    display: block;
}

.reader-info p i {
    color: #009024;
    font-size: 18px;
}

.readerReview-info {
    margin-top: 20px;
}

.reader-reviews-slider .swiper-button-next:after,
.reader-reviews-slider .swiper-button-prev:after {
    display: none;
}

.reader-reviews-slider .swiper-button-next,
.reader-reviews-slider .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background: #1C48B9;
    border-radius: 50%;
}

.reader-reviews-slider .swiper-button-next i,
.reader-reviews-slider .swiper-button-prev i {
    color: #fff;
    font-size: 15px;
}

.reader-reviews-slider .swiper-button-next {
    top: 52px !important;
    right: 30px !important;
}

.reader-reviews-slider .swiper-button-prev {
    top: 52px !important;
    right: 72px !important;
    left: auto !important;
}

.reader-reviews {
    position: relative;
}

.reader-reviews-slider .swiper {
    position: static !important;
}

.about-author-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-author-img img {
    min-width: 108px;
    border-radius: 8px;
}

.about-author h3,
.aboutCompany h3,
.selling-articles-header h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

.about-author {
    padding: 36px 30px 36px 30px;
    border-radius: 10px;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    margin-top: 40px;
}

.about-author-inner {
    margin-top: 35px;
}

.aboutCompany {
    border-top: 1px solid rgba(85, 85, 85, 0.10);
    margin-top: 30px;
    padding-top: 30px;
}

.aboutCompany-link-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px 15px 15px;
}

.aboutCompany-content a {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-decoration-line: underline;
}

.aboutCompany-link {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.selling-articles-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.selling-articles-header a {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.36px;
}

.aboutCompany-img img {
    min-width: 60px;
    border-radius: 8px;
}

.selling-articles-content a {
    color: #1C48B9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.32px;
}

.selling-articles-box {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
    padding: 23px 22px 23px 15px;
    margin-top: 20px;
}

.selling-articles-content p {
    font-size: 14px;
}

.selling-articles-img img {
    min-width: 100px;
    border-radius: 8px;
}

.savedListing-wrapper {
    padding-right: 30px;
    border-top: 1px solid rgba(85, 85, 85, 0.20);
    margin-top: 20px;
    padding-top: 40px;
}

.savedListing-btn .default-btn {
    padding: 12px 22px 12px 22px !important;
}

.savedListing-wrapper .service-card-caption h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moreBtn {
    cursor: pointer;
}

.more-option {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.40);
    display: inline-block;
}

.more-option ul li {
    padding: 7px 12px 7px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.more-option ul li:first-child {
    padding-right: 0;
}

.more-option ul li:nth-child(2) {
    border-top: 0.5px solid rgba(0, 0, 0, 0.10);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.10);
}

.more-option ul li a {
    color: rgba(33, 33, 33, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
}

.more-option ul li a i {
    color: #1C48B9;
    font-size: 14px;
}

.more-option ul li span {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: capitalize;
    border-radius: 10px 0 0 10px;
    background: rgba(28, 72, 185, 0.81);
    padding: 5px 11px;
}

.savedListing-wrapper .service-card {
    position: relative;
}

.more-option {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.40);
    display: inline-block;
    position: absolute;
    top: 53px;
    right: 17px;
    display: none;
}

.more-option ul li:hover {
    background: rgba(28, 72, 185, 0.08);
}

.more-option.show {
    display: block;
}

.moreBtn.active i {
    color: #1C48B9;
}

.search-filter {
    background: rgba(28, 72, 185, 0.12);
    padding: 19px 30px 18px 30px;
}

.search-filter-inner {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.search-filter-item .custom-search #search {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #1C48B9;
}

.search-filter-item .form-control {
    border-radius: 5px;
    border: 1px solid rgba(28, 72, 185, 0.50);
    background: #FFF;
    padding: 10px 15px 10px 32px;
    color: #1C48B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.custom-select #select {
    font-size: 22px;
    color: #1C48B9;
}

.custom-select-wrapper {
    padding: 9px 15px 9px 15px;
    border-radius: 5px;
    border: 1px solid rgba(28, 72, 185, 0.50);
    background: #FFF;
    color: #1C48B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.custom-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-select p {
    color: #1C48B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-select.default-btn {
    margin-left: 10px;
    padding: 12px 22px;
}

.custom-select.default-btn p {
    color: #FFF !important;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-select.default-btn i {
    color: #FFF !important;
}

.search-filter-item .search-list-item,
.search-filter-item .search-type-item {
    border-top: 1px solid #D9D9D9;
    background: #FFF;
}

.search-filter-item .search-list-item:hover {
    background: #1C48B9;
}

.search-filter-item .search-list-item:hover h3 {
    color: #fff;
}

.search-filter-item .search-busAdd-item {
    border-top: 1px solid #D9D9D9;
    background: #FFF;
}

.search-filter-item .search-busAdd-item:hover {
    background: #1C48B9;
}

.search-filter-item .search-busAdd-item:hover h3 {
    color: #fff;
}

.custom-select-list {
    min-width: 260px;
    left: 0;
    top: 41px;
}

.search-type-item .form-check-input {
    border-radius: 2px;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
}

.search-type-item .form-check-input:checked {
    background-color: #1C48B9;
    border-color: #1C48B9;
    background-size: 13px;
}

.custom-select-list.show {
    display: block;
}

.search-price-item .form-control {
    padding: 9px 15px 9px 15px;
    color: rgba(33, 33, 33, 0.80);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.custom-price-list ul {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.search-price-item span {
    color: rgba(33, 33, 33, 0.80);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-price-item p {
    padding: 10px 14px 9px 15px;
    color: #1C48B9;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-price-list {
    display: none;
}

.custom-price-list.show {
    display: block;
}

.custom-price-list {
    border-radius: 3px;
    border: 1px solid #1C48B9;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 6px 44px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
    min-width: 260px;
    left: 0;
    top: 41px;
}

.custom-price-list ul {
    max-height: 250px;
    overflow-y: auto;
}

.priceRange-btn .default-btn.outLine {
    padding: 6px 18px 6px 18px;
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    border: 0.5px solid #FD5D07;
    background: #FFF;
}

.priceRange-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding-top: 15px;
    background: #fff;
}

.priceRange-btn .default-btn {
    padding: 6px 18px 6px 18px;
    font-size: 13px;
    line-height: normal;
}

.moreFillter-popup .modal-content {
    padding: 34px 37px 34px 37px;
}

.moreFillter-popup .modal-dialog {
    max-width: 765px;
}

.moreFillter-popup .modal-header,
.moreFillter-popup .modal-body,
.moreFillter-popup .modal-footer {
    padding: 0;
    border: 0;
}

.moreFillter-popup .modal-footer {
    justify-content: space-between;
}

.moreFillter-popup .popup-wrapper-header p {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.modal-title {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-header {
    margin-bottom: 30px;
}

.modal-footer {
    margin-top: 30px;
}

.popup-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-input .popup-input-item {
    width: 100%;
}

.popup-input p {
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.popup-input-item .form-select {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 9px 10px;
}

.popup-inputMid span {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: lowercase;
}

.popup-input-item .form-control {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 9px 10px;
}

#keySearch {
    color: #1C48B9;
    position: absolute;
    top: 42px;
    left: 12px;
    font-size: 14px;
}

#inputKeyword {
    padding-left: 30px;
}

.join-nbfcEdge {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background: rgba(28, 72, 185, 0.08);
    padding: 12px 12px 8px 12px;
    position: relative;
}

.nbfcEdge-btn {
    border-radius: 5px;
    border: 0.5px solid #1C48B9;
    background: #FFF;
    padding: 8px 24px;
    color: #1C48B9;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    margin-right: 22px;
}

.nbfcEdge-caption h3 {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.nbfcEdge-caption p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.join-nbfcEdge i {
    position: absolute;
    right: 4px;
    top: 0px;
    color: #555555CC;
}

.form-switch .form-check-input {
    background-color: #9D9DA4;
    border: 0;
    width: 33px;
    height: 20px;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
    background-color: #1C48B9;
}

.additional-filterItem .form-check-label {
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 4px;
}

.additional-filterItem {
    background: #FFF;
    /* box-shadow: 0 0.33px 0 0 #C6C6C8 inset; */
    padding: 10px;
    border-bottom: 0.33px solid #ebebeb;
    border-top: 0.33px solid #ebebeb;
    margin-bottom: 6px;
}

.modal-footer .default-btn {
    padding: 8px 42px;
}

.modal-footer .outLine-btn {
    border-radius: 33px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 8px 42px;
    color: #FD5D07;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}

.search-filter-info {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.search-filter-title h3 {
    background: linear-gradient(90deg, #1C48B9 0%, #FD5D07 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-filter-header {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    padding-bottom: 15px;
    padding-top: 30px;
}

.search-business-info {
    display: flex;
    align-items: center;
    gap: 50px;
}

.search-business-img {
    height: 190px;
    min-width: 350px;
}

.search-business-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.search-business-content h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.search-business-content span {
    color: rgba(33, 33, 33, 0.70);
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    padding: 30px 0px;
}

.search-business-content span strong {
    color: rgba(33, 33, 33, 0.80);
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.search-business-content p {
    color: rgba(85, 85, 85, 0.80);
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.search-business-btn img {
    width: 24px;
    margin-bottom: 18px;
    cursor: pointer;
}

.mobile-wishList {
    display: none;
}

.search-business-btn h3 {
    color: #212121;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.search-business-btn a {
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 20px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 5px 40px;
    display: inline-block;
}

.search-business-info {
    padding-bottom: 24px;
}

.search-filter-details {
    margin-top: 40px;
}

.filter-details-item {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    margin-top: 30px;
}

.search-business-btn img.selected {
    filter: brightness(0) saturate(100%) invert(41%) sepia(70%) saturate(2401%) hue-rotate(355deg) brightness(101%) contrast(106%);
}

.contactBuySell-popup .modal-dialog {
    max-width: 608px;
}

.contactBuySell-form h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.contactBuySell-form .form-control {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    padding: 8px 15px;
    font-size: 14px;
}

.contactBuySell-popup .modal-header {
    margin-bottom: 0;
}

.contactBuySell-popup .modal-header .btn-close {

    margin-top: 14px;
    margin-right: 14px;
    padding: 0;
}

.contactBuySell-popup .modal-body {
    padding: 15px 35px 35px 35px;
}

.form-text {
    color: rgba(85, 85, 80, 0.80);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.savedListing-empty h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
}

.savedListing-empty p {
    margin-top: 15px;
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.savedListing-empty p span {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.savedListing-empty {
    padding-bottom: 60px;
}


/* ================= NBFC WALA EDGE Page Style ================ */

.nbfcEdge-cta-inner {
    border-radius: 10px;
    background: rgba(253, 93, 7, 0.10);
    padding: 40px 30px;
    text-align: center;
}

.nbfcEdge-cta-inner span {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.nbfcEdge-cta-inner h3 {
    color: #000;
    font-family: var(--font-family-head);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 30px;
}

.nbfcEdge-cta-inner p {
    color: rgba(85, 85, 85, 0.80);
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 10px;
}

.nbfcEdge-cta-inner .default-btn {
    padding: 10px 40px 10px 40px;
    margin-top: 40px;
}

.nbfcEdge-step-img img {
    width: 450px;
}

.nbfcEdge-step-content h3 {
    color: #222831;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}

.nbfcEdge-step-content p {
    color: #425466;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
}

.nbfcEdge-step-item {
    margin-bottom: 30px;
}

.included,
.not-included {
    text-align: center;
}

.included i {
    color: #258C05;
    font-size: 24px;
}

.not-included i {
    color: #555555;
    font-size: 24px;
}

.edge-table tbody td {
    color: rgba(33, 33, 33, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    padding-bottom: 20px;
}

.edge-table thead th {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    padding-bottom: 35px;
}

.edge-table .default-btn {
    padding: 12px 45px 12px 45px;
    margin-top: 50px;
}

.edge-plan-title h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.edge-plan-title p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.edge-plan-title {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.edge-plan-input .form-control,
.edge-plan-input .form-select {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background-color: #FFF;
    padding: 12px 15px;
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.edge-plan-input .form-label i {
    color: #9D9D9D;
    padding-left: 2px;
}

.plan-input-promo {
    display: flex;
    align-items: anchor-center;
    gap: 25px;
}

.edge-plan-input {
    flex: 1;
}

.plan-basic-info h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.4px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
}

.purchase-summary th {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.32px;
}

.purchase-summary td {
    color: rgba(85, 85, 85, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.nbfc-edge-plan .business-paymentInfo h3 {
    font-size: 20px;
    font-weight: 400;
}

.business-paymentInfo .outline-btn {
    border-radius: 40px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 6px 22px 6px 22px;
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.download-btn .default-btn {
    margin-top: 40px;
    margin-bottom: 10px;
}

.download-btn p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.detail-header-item {
    text-align: center;
}

.detail-header-item i {
    font-size: 30px;
    color: #258C05;
}

.detail-header-item p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin-top: 15px;
}

/* ================= My Valuation Reports Page Style ================ */
.valuation-report-form {
    border-radius: 5px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 42px 38.5px 42px 39px;
    margin-left: 30px;
}

.valuation-report-form h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.valuation-report-form .form-control {
    border-radius: 3px;
    border: 1px solid rgba(85, 85, 85, 0.50);
    background: #FFF;
    padding: 8px 12px;
}

.valuation-report-form .default-btn {
    margin-top: 25px;
}

.valuation-report-info img {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
}

.report-analyze-item {
    text-align: center;
}

.report-analyze-item p {
    color: #555;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.report-analyze h3 {
    color: #555;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
}

.report-analyze-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.report-analyze-total p {
    background: rgba(28, 72, 185, 0.05);
    padding: 4px 2px 4px 4px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.report-analyze-total p span {
    color: #1C48B9;
}

.report-form-btn p {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

.report-analyze {
    margin-top: 10px;
}

.valuation-report-cta {
    border-radius: 5px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px 38px 40px 39px;
    text-align: center;
    margin-left: 30px;
    margin-top: 20px;
}

.valuation-report-cta p {
    color: #555;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.valuation-report-cta a {
    color: #FD5D07;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 33px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 9px 44px;
    display: inline-block;
    margin-top: 30px;
}

.payment-info {
    border-radius: 5px;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 34px;
    margin-left: 30px;
}

.payment-info h3 {
    color: #000;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.payment-info p {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

/* ================= My Inquiries Page Style ================ */

.inquiries-table .table th {
    padding: 15px 20px;
    color: #000;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.inquiries-table {
    padding-left: 30px;
}

.inquiries-table .accordion-button {
    gap: 85px;
    justify-content: space-between;
    padding: 15px 40px;
}

.inquiries-item .business-info {
    flex: 1;
}

.inquiries-btn a {
    border-radius: 5px;
    border: 1.5px solid #1C48B9;
    background: #FFF;
    padding: 12px 12px 12px 12px;
    color: #1C48B9;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    display: inline-block;
}

.customer-name .form-check-label {
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-info p,
.time-date p {
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inquiries-item .accordion-button:not(.collapsed) {
    background: rgba(85, 85, 85, 0.10);
    border: 0 !important;
    border-radius: 0px !important;
}

.inquiries-item .accordion-body {
    background: rgba(85, 85, 85, 0.10);
    padding: 15px 40px;
    border-top: 1px solid rgba(85, 85, 85, 0.10);
}

.inquiries-item .accordion-item {
    border-radius: 0 0 2px 2px !important;
    background: rgba(28, 72, 185, 0.03) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) !important;
}

.inquiries-table .table > :not(caption) > * > * {
    padding: 0;
    border: 0;
    padding-bottom: 20px;
}

.inquiries-table .accordion-item:last-of-type > .accordion-collapse,
.inquiries-table .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 5px !important;
}

.business-title {
    text-align: center;
}

.business-for-sell p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.business-for-sell p span {
    color: rgba(85, 85, 85, 0.80);
}

.business-for-sell .contact-info h3 {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.contact-info p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.business-for-sell a {
    color: #1C48B9;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    margin-bottom: 10px;
    display: inline-block;
}

.inquiries-table .form-check .form-check-input {
    border-radius: 2px !important;
    border: 1px solid #555;
    background-color: transparent;
}

.inquiries-table .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.report-issue-popup .modal-header {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.report-issue-form h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.report-issue-form .default-btn {
    margin-top: 30px;
}

.report-issue-popup .modal-body {
    padding: 0px 36px 36px 36px;
}

.report-issue-popup .modal-dialog {
    max-width: 550px;
}

.report-issue-form .form-control,
.report-issue-form .form-select {
    padding: 12px 12px;
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.member-profileCta {
    border-radius: 2px;
    background: rgba(28, 72, 185, 0.03);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 44px 20px 43px;
    margin-left: 30px;
}

.profileCta-caption h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
}

.profileCta-caption p {
    color: rgba(85, 85, 85, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.profileCta-btn .default-btn {
    padding: 10px 30px;
}

/* ================= Email Preferences Page Style ================ */
.email-newsletters-duretion .form-check-input {
    border-radius: 2px;
    border: 1px solid rgba(85, 85, 85, 0.90);

}

.email-newsletters-duretion .form-check-label {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.email-newsletters-duretion .form-check {
    margin-bottom: 10px;
}

.email-newsletters-info p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.email-newsletters-title h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.email-preferences {
    display: flex;
    gap: 80px;
}

.email-newsletters-duretion .form-check-input:checked {
    background-color: #258C05;
    border-color: #258C05;
}

.email-alerts .form-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 0em;
}

.email-alerts .form-check-label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.email-alerts {
    margin-top: 40px;
}

.email-alerts .form-switch .form-check-input {
    width: 62px;
    height: 28px;
}

.email-alerts .form-switch .form-check-input:checked {
    background-color: #258C05;
}

.email-alerts-state {
    padding-top: 40px;
}

.email-alerts-state .form-label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.36px;
}

.email-alerts-state .form-text {
    color: rgba(85, 85, 85, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-align: start;
    padding-top: 20px;
    padding-bottom: 20px;
}

.email-alerts-state .form-select {
    padding: 12px 12px;
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.email-preferences-btn .default-btn {
    margin-top: 40px;
}

.emailPrefences-popup .default-btn {
    padding: 8px 32px 8px 32px;
}

.emailPrefences-popup .modal-dialog {
    max-width: 600px;
}

.emailPrefences-popup .modal-header {
    border-bottom: 0;
}

.emailPrefences-popup .modal-content {
    padding: 30px;
}

.emailPrefences-popup .modal-header {
    margin-bottom: 20px;
}

/* ================= Account Setting Page Style ================ */

.account-setting-wrapper {
    padding-left: 30px;
}

.account-settingForm .form-control,
.account-settingForm .form-select,
.member-profileForm .form-control,
.member-profileForm .form-select {
    padding: 12px 12px;
    font-size: 14px;
}

.account-settingForm {
    padding-top: 24px;
}

.account-settingForm a {
    color: #1C48B9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 20px;
    display: inline-block;
}

.account-settingCta {
    margin-top: 54px;
}

.change-password p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

.change-password {
    margin-bottom: 30px;
}

.change-password.show {
    display: block;
}

.change-password {
    display: none;
}

.buyer-profile-link {
    border-radius: 5px;
    background: rgba(28, 72, 185, 0.05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    padding: 25px 34px;
    margin-left: 30px;
    margin-bottom: 40px;
}

/* ================= Member Profile Page Style ================ */

.member-profile-wrapper {
    margin-left: 30px;
}

.member-profileForm i {
    color: #9D9D9D;
    font-size: 16px;
}

.member-profileForm .default-btn {
    margin-top: 30px;
}

.outline-btn {
    border-radius: 40px;
    border: 1px solid #FD5D07;
    background: #FFF;
    padding: 6px 27px 6px 27px;
    color: #FD5D07;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.32px;
    margin-left: 30px;
}

.buyer-profile-link h3 {
    color: #000;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.buyer-profile-link p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}

.buyer-profile-link a {
    color: #1C48B9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.buyer-profile-link a i {
    font-size: 20px;
}

/* ================= Billing History Page Style ================ */

.billing-historyData .table th {
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.30);
}

.billing-historyData .table {
    margin-bottom: 0;
}

.billing-historyData tbody td p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px;
    padding-left: 18px;
}

.billing-historyData tbody td {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.billing-history-wrapper {
    margin-left: 30px;
}

.billing-history-wrapper .accordion-button {
    padding: 15px 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1C48B9;
}

.billing-history-wrapper .accordion-body {
    padding: 0px 15px;
}

.edit-inquiries {
    margin-right: 30px;
}

.inquiries-btn {
    text-align: right;
}

.inquiries-btn i {
    font-size: 18px;
}

/* ================= Error Page Style ================ */
.error-inner .default-btn {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 34px;
    border-radius: 5px;
}

.error-inner h3 {
    color: #000;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.error-inner p {
    color: rgba(85, 85, 85, 0.50);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.error-inner img {
    margin-bottom: 30px;
    width: 85px;
}

.error-page {
    background-image: url("../img/dashboard/error-bg.svg");
    background-position: center;
    background-size: cover;
}

/* ================= Privacy Policy Page Style ================ */

.privacy-policy-info h4 {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.27px;
    margin-bottom: 24px;
}

.privacy-policy-wrapper h3 {
    color: #212121;
    font-family: var(--font-family-head);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.21px;
    margin-bottom: 20px;
}

.privacy-policy-inner {
    border-radius: 5px;
    background: #FFF8F5;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 50px;
}

.privacy-policy-info li,
.privacy-policy-info p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 30px;
}

.privacy-policy-info p {
    padding-left: 0;
}

.privacy-policy-info li::after {
    content: "";
    position: absolute;
    background-image: url("../img/dashboard/check-icon.svg");
    width: 14px;
    height: 13px;
    left: 0px;
    top: 5px;
}

.privacy-policy-info {
    border-bottom: 1px solid rgba(28, 72, 185, 0.50);
    margin-bottom: 30px;
}


/* ================= Term & Conditions Page Style ================ */

.term-and-conditions .privacy-policy-info li.otherlist {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.term-and-conditions .privacy-policy-info li.otherlist p {
    margin-top: 10px;
}


/* ================= How to Buy a Business Page Style ================ */
.buyer-step-box {

    text-align: center;
}

.buyer-step-box .flip-card-front h3 {
    color: rgba(253, 93, 7, 0.80);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.buyer-step-box .flip-card-front i {
    font-size: 30px;
    color: #1C48B9;
    border-radius: 25.173px;
    background: rgba(28, 72, 185, 0.10);
    padding: 20px 27px 20px 27px;
    display: inline-block;
    margin: 30px 0px;
}

.buyer-step-box .flip-card-front p {
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.buyer-step-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 25px;
    padding: 60px 0px;
}

.buyer-step-box .flip-card-back h3 {
    color: #1C48B9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.buyer-step-box .flip-card-back p {
    color: rgba(85, 85, 85, 0.80);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px;
}

.buyer-step-box .flip-card-back a {
    color: #FD5D07;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.buyer-step-box .flip-card {
    background-color: transparent;
    width: 250px;
    height: 300px;
    perspective: 1000px;
}

.buyer-step-box .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 8px;
    box-shadow: 0 20px 47px 0 rgba(0, 0, 0, 0.05);
}

.buyer-step-box .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.buyer-step-box .flip-card-front,
.buyer-step-box .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.buyer-step-box .flip-card-front {
    background: #fff;
    align-items: center;
    padding: 30px 50px;
}

.buyer-step-box .flip-card-back {
    transform: rotateY(180deg);
    border-radius: 8px;
    border: 1px solid rgba(28, 72, 185, 0.40);
    background: #FFF;
    box-shadow: 0 25.173px 59.156px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 50px;
}

.buyer-step {
    background-image: url("../img/buyer-step-bg.svg");
    background-position: center;
    background-size: cover;
}

.businessSec-caption h3 {
    color: #1C48B9;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize;
}

.businessSec-caption p {
    color: rgba(85, 85, 85, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 194%;
    letter-spacing: 0.16px;
    padding-top: 16px;
}

.businessSec-caption p a {
    color: #1C48B9;
    text-decoration-line: underline;
    padding: 0;
    background: transparent;
    margin-top: 0;
    text-transform: unset;
}

.businessSec-caption a {
    border-radius: 4px;
    background: #4794EF;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    padding: 18px 36px;
    display: inline-block;
    margin-top: 30px;
}

.businessSec-caption,
.sellBusiness-caption {
    margin-right: 4rem;
}

.businessSec-img img {
    width: 533px;
}

.business-buyers-card h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 40px;
}


.tools-buyers,
.getDetail-guide,
.buying-process {
    border-radius: 10px;
    border: 1px solid rgba(28, 72, 185, 0.20);
    background: rgba(28, 72, 185, 0.03);
    padding: 30px;
}

.tools-buyers h3,
.buying-process h3 {
    color: #1C48B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.tools-buyers li a,
.buying-process li a {
    color: #1C48B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.tools-buyers ul,
.buying-process ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tools-buyers li,
.buying-process li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tools-buyers li i {
    font-size: 18px;
    color: #1C48B9;
}

.buying-process li a {
    color: rgba(33, 33, 33, 0.90);
}

.buying-process li i {
    font-size: 18px;
    color: rgba(33, 33, 33, 0.90);
}

.buying-process li.active i {
    color: #FD5D07;
}

.tools-buyers li a.active {
    font-weight: 500;
    text-decoration-line: underline;
}

.buying-process li a.active {
    font-weight: 600;
    color: #FD5D07;
}

.buying-process li {
    position: relative;
}

.buying-process li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border: 2px dashed rgba(85, 85, 85, 0.20);
    left: 7px;
    top: 10px;
    z-index: -9;
}

.buying-process li:last-child::before {
    display: none;
}

.business-buyers-sidebar {
    margin-left: 45px;
}

.home-service-innner {
    margin-right: 6rem;
}

.home-service-innner .gap {
    --bs-gutter-x: 4rem;
}

.getDetail-guide-inner .download-guide {
    padding: 24px 24px;
    margin: 0;
}

.getDetail-guide-inner .download-guide-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.getDetail-guide-inner .guide-box-content .default-btn {
    padding: 8px 30px;
    font-size: 14px;
}

.getDetail-guide-inner .guide-box-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.getDetail-guide-inner .guide-box-img {
    width: 98px;
    height: 150px;
}

.getDetail-guide-inner .guide-box-content h3 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.getDetail-guide h3 {
    color: #1C48B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.getDetail-guide {
    margin-top: 30px;
    margin-bottom: 30px;
}

.buyer-step-content h3 {
    color: #1C48B9;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.buyer-step-content p {
    color: rgba(33, 33, 33, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.buyer-step-img img {
    border-radius: 10px;
    background: #EBEBEB;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
}

.buyer-step-header h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
}

.buyer-step-header span {
    color: #1C48B9;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #1C48B9;
    background: #FFF;
    padding: 15px 10px 14px 11px;
    margin-bottom: 20px;
}

.buyer-step-content {
    border-bottom: 1px solid rgba(85, 85, 85, 0.10);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.buying-process {
    margin-top: 9.6rem;
}

.businessSec-resources-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(33, 33, 33, 0.40);
    padding: 20px 33px 43px 34px;
}

.businessSec-resources-box p {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.businessSec-resources-box ul {
    margin-top: 20px;
    padding-left: 1rem;
}

.businessSec-resources-box li {
    color: rgba(85, 85, 85, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
}

.sellBusiness-caption .download-guide {
    margin-top: 0px;
    padding: 18px 25.5px 18px 25.5px;

}

.sellBusiness-caption .guide-box-img {
    width: 135px;
    height: 175px;
}

.sellBusiness-caption .guide-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.sell-businessSec .businessSec-img img {
    width: 566px;
}

.about-business-form {
    border-radius: 10px;
    border: 1px solid rgba(28, 72, 185, 0.20);
    background: #FFF;
    padding: 28px 25px;
    margin-top: 30px;
}

.about-business-form h3 {
    color: #1C48B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.about-business-form .form-control,
.about-business-form .form-select {
    border-radius: 5px;
    border: 0.8px solid rgba(33, 33, 33, 0.60);
    background-color: #FFF;
    padding: 11px 15px;
    font-size: 12px;
}

.about-business-form form {
    padding-top: 30px;
}

.about-business-form .default-btn {
    margin-top: 25px;
}

.sell-business-inner,
.sell-multibusiness-inner {
    background-image: url("../img/sell-a-business-img.svg");
    background-position: center;
    background-size: cover;
    padding: 95px 60px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.sell-multibusiness-inner {
    background-image: url("../img/brokersWorks-img.svg");
}


.sell-business-inner h3,
.sell-multibusiness-inner h3 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.sell-business-inner p,
.sell-multibusiness-inner p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
}

.sell-business-btm p {
    color: #555;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.business-btm-logo p {
    color: rgba(33, 33, 33, 0.70);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-btm-logo {
    text-align: center;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
    padding: 30px 30px 30px 30px;
}

.business-btm-logo img {
    margin-bottom: 10px;
}

.businessType-sec {
    background-image: url("../img/businessType-bgImg.svg");
    background-position: center;
    background-size: cover;
    padding: 53px 0px;
}

.businessType-caption p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.90);
}

.businessType-caption li {
    color: rgba(255, 255, 255, 0.90);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.businessType-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 1rem;
}

.businessType-caption .default-btn:hover {
    background: #fff;
    color: #1c48b9;
}

.businessType-caption .default-btn:hover span {
    background: #fd5d07;
}

.businessType-caption .default-btn:hover span i {
    color: #fff;
}

.owners-slider-box {
    border-radius: 12px;
    border: 1.1px solid #1C48B9;
    background: #FAFBFF;
    padding: 30px 30px 30px 30px;
    margin: 4px;
}

.owners-slider-box p {
    color: #303030;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.owners-slider-user h3 {
    color: #303030;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.owners-slider-user p {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.owners-slider .swiper-wrapper,
.customers-slider-inner .swiper-wrapper {
    padding-bottom: 60px;
}

.owners-slider .swiper-pagination-bullet,
.customers-slider-inner .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.owners-slider .swiper-pagination-bullet-active,
.customers-slider-inner .swiper-pagination-bullet-active {
    background: #1C48B9 !important;
}

.business-worth {
    background-image: url("../img/businessWorth-bg.svg");
    background-position: center;
    background-size: cover;
}

.business-worth .default-btn {
    margin-top: 30px;
}

.more-info {
    background-image: url("../img/information-bg.svg");
    background-position: center;
    background-size: cover;
}

.more-info .default-btn {
    margin-top: 30px;
}

.multiBusiness-btm-box {
    padding: 40.5px 51px 39.5px 51px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.multiBusiness-btm-box h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.multiBusiness-btm-box p {
    color: rgba(33, 33, 33, 0.70);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sell-multibusiness-btm .row > * {
    margin-top: 0 !important;
}

.sell-multibusiness-btm {
    margin-top: -5rem;
}

.brokerWorks-list li {
    color: rgba(85, 85, 85, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
    padding-left: 38px;
}

.brokerWorks-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/brokersList-img.svg");
    width: 28px;
    height: 28px;
}

.brokerWorks-list ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-business-form p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.brokerWorks-delivers .about-business-form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.25);
    margin-top: 0;
}

.network-sec,
.customers-slider {
    background: rgba(28, 72, 185, 0.05);
}

.smarter-box h3 {
    color: #212121;
    text-align: center;
    font-family: var(--font-family-head);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    margin-top: 15px;
}

.smarter-img img {

    width: 285px
}

.customers-slider-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 18px 0 rgba(110, 130, 208, 0.17);
    padding: 40px 20px;
    margin: 20px;
    position: relative;
}

.customers-img img {
    width: 70px;
    border-radius: 50%;
}

.customers-info h3 {
    color: #071537;
    font-family: var(--font-family-head);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
}

.customers-info .fiveStar i {
    color: #DAA520;
}

.customers-slider-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customers-slider-box p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
    margin-top: 18px;
}

.customerSlider-quate {
    position: absolute;
    top: -24px;
    right: -20px;
}

.customerSlider-quate img {
    width: 62px;
}

.customers-slider-inner .swiper-wrapper {
    padding-top: 60px;
}

.modal-dialog {
    max-width: 600px;
}

.buyer-profile-inner h3 {
    color: #1C48B9;
    font-family: var(--font-family-head);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.modal-header {
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 0;
}

.buyer-profile-info img {
    border-radius: 5px;
}

.buyer-profile-inner p {
    color: rgba(85, 85, 85, 0.80);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

/*.modal-body {*/
/*    padding: 40px 35px;*/
/*}*/

.contactBroker-popup .selectUser-innner {
    padding: 0px;
    margin-top: 0rem;
    box-shadow: none;
}

.contactBroker-popup .selectUser-innner h3 {
    font-size: 26px;
}

.contactBroker-popup .selectUser-innner p {
    font-size: 14px;
    padding: 20px 0px 22px;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
