@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/../fonts/../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/../fonts/../fonts/../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto';
    !important;
    font-weight: normal;
    width: 100%;
    overflow-x: hidden;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

button:focus, button:active, .btn-check:focus + .btn {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

li, ul, ol {
    list-style: none;
}

button, button:focus, button:hover, button:active {
    outline: none;
}

p {
    font-size: 18px;
    line-height: 26px;
}

h1 {
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
}

.btn-theme {
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 10px !important;
    font-weight: 600;
}

.bg-yellow {
    background-color: #FFD600;
}

.bg-green {
    background-color: #088785;
}

.inner-login .btn-theme {
    width: 90%;
    padding: 10px 14px;
}

.inner-login .width-10 {
    width: 57%;
    padding: 9px 14px;
    font-size: 20px;
}

.bg-gray {
    background-color: #E5E5E5;
}

.bg-orange {
    background-color: #ffa50030;
}

.clr-yellow {
    color: #FFD600;
}

.clr-green {
    color: #00756E;
}

.black-bg {
    background-color: #000000;
}

.bg-light-yello {
    background-color: #F7EBAB;
}

.bg-white {
    background-color: white;
}

.dropdown .dropdown-menu {
    display: none;
}

.home-btn {
    display: none;
}

p.thick {
    font-weight: 600;
}

input.form-control.border-0.border-end {
    width: 290px;
}

.hero-home-page .form-control {
    color: white;
}

/*.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}*/

.search-input {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: width 0.5s ease, opacity 0.6s ease, visibility 0.3s;
}

    .search-input.show {
        width: 426px;
        opacity: 1;
        visibility: visible;
        margin-left: 8px;
    }

.mobile-header-top-rearch {
    display: none;
}

.search-toggle {
    cursor: pointer;
}

.navbar.navbar-expand-lg input.form-control.border-0 {
    height: auto;
}

.light-blue {
    background-color: #A6E0FF;
}

.light-red {
    background-color: #FFCFCB;
}

.nav-item {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.main-header button.btn {
    /* padding: 10px 20px;*/
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 6px;
}

button.btn.btn-info.text-white.btn-sm {
    background-color: #1DA8A6;
    border-color: #1DA8A6;
}

.navbar-collapse {
    flex-grow: 0;
}

form.search-bar-nav {
    background-color: #F5F5F5;
    padding: 4px 0;
    border-radius: 10px;
}

.search-bar-nav input.form-control.border-0, .form-select {
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D1D1D2 !important;
}

.form-select {
    height: 54px;
    border: none;
    background-size: auto;
    background-image: url(../images/down.png);
    margin: 8px 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.search-bar-nav input::placeholder {
    color: #BEBEBE;
}

ul.dropdown-menu {
    padding: 8px 0px;
}

.form-select:focus {
    border: none;
    box-shadow: none;
}

/*hero-section*/

.search-bar-main .input-group {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}


form.search-bar-main .input-group {
    height: 60px;
    align-items: center;
    padding-left: 14px;
    max-width: 415px;
}

.main-header img, .logo-main img {
    max-width: 160px;
}

form.search-bar-main input.form-control {
    background-color: #ffffff;
    color: #000000;
    border-radius: 100px;
}

form.search-bar-main .input-group {
    height: 60px;
    align-items: center;
    padding-left: 14px;
    align-content: center;
}

form.search-bar-main input::placeholder {
    color: #9c9c9c;
}

form.search-bar-main input.form-control.border-0.border-end {
    border-radius: 0
}

form.search-bar-main input.form-control.border-0 {
    font-size: 18px;
}

input.form-control.border-0 {
    padding-left: 8px;
}

    input.form-control.border-0.height-unset {
        height: unset;
    }

.btn-search .btn-theme {
    padding: 21px 24px !important;
}

.search-bar-main ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}




.shapep-outer {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.dash-header a.navbar-brand {
    font-weight: 600;
}

img {
    max-width: 100%;
}

.cmn-heading h2, .cmn-heading h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 28px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

.width-heading {
    width: 70%;
}

.cate-listing-col h3 {
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
}

ul.cate-list {
    padding-top: 8px;
}

.cate-listing-col {
    /*padding: 40px 30px;
    border-radius: 36px 36px 0 36px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.cate-listing-row .col-md-6.col-lg-4 {
    display: flex;
}

section.find-com {
    background-color: #FFF7EB;
    padding: 20px 0;
}

.cate-listing-col li {
    margin-top: 12px;
    font-weight: 500;
}

    .cate-listing-col li a {
        color: #000;
    }

        .cate-listing-col li a:hover {
            color: #03a89e;
        }

.cate-listing-col img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}


.register-review h2, .login-section h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 21px;
}

.how-it-work-col.news-col span {
    background-color: #FFF6C5;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0 100px 100px 0;
}


.how-it-work-col.news-col {
    background-color: #fff;
    padding: 18px;
    border-radius: 16px;
}

.trending-news {
    background-color: #FFF7EB;
    padding: 60px 0;
}

.how-it-work-col.news-col img {
    border-radius: 20px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.how-it-work-col.news-col h3 {
    font-size: 20px;
    font-weight: 600;
}


section.how-it-work.mt-7 {
    background-color: #FFF7EB;
    padding: 60px 0;
}

.how-it-work-col {
    background-color: #fff;
    padding: 26px;
    border-radius: 20px;
}


    .how-it-work-col span {
        background-color: #FFD600;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 100px;
    }

    .how-it-work-col h3 {
        margin: 18px 0 8px 0;
    }


.h100 {
    min-height: 100%;
}

.partner-row .img-sec li {
    display: inline-block;
    margin-right: 30px;
}

.consult img {
    border-radius: 20px;
}

.foter-section h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.foter-section li {
    margin-bottom: 10px;
}

    .foter-section li a {
        color: #787878;
        font-size: 14px;
        font-weight: 500;
    }

        .foter-section li a:hover, .terms-url a:hover {
            color: #FFD600;
        }

hr {
    color: #fff;
}

.follow a {
    margin-left: 10px;
}

.terms-url a {
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
}

/*company-listing-page-css*/

.breadcrumb-item a {
    color: #000;
}

.comapny-listing-hero h1 {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 32px;
}

.moretext {
    display: none;
}

a.moreless-button {
    color: #1DA8A6;
    display: inline-block;
    font-weight: bold;
    border-radius: 6px;
}

a.less-button.agency {
    color: #1DA8A6;
    display: inline-block;
    font-weight: bold;
    border-radius: 6px;
}

.comapny-listing-hero p.textfirst {
    display: inline;
}

.searh-categoery h2 {
    font-size: 24px;
    font-weight: 600;
}

.total-categoery span {
    font-size: 16px;
    font-weight: bold;
}

.comny-features li span {
    /* display: inline-block;*/
  /*  margin-right: 35px;*/
}

.comny-features li {
    display: inline-block;
    margin-right: 30px;
}

.company-list-filter-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-list-filter-search-area {
    width: 276px;
}
/*.company-col {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}*/
.company-col {
    padding-bottom: 15px;
    /*background-color: #f5f5f58f;*/
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
}



.review-list {
    border: 1px solid #cbcbcb;
    padding: 0 30px;
    margin-top: 24px;
    border-radius: 16px;
    max-height: 600px;
    overflow-y: auto;
}

.review-wrapper {
    display: flex;
    align-items: center;
}

    .review-wrapper h4 {
        color: #00756E;
        font-weight: bold;
    }

    /*.review-wrapper span {
        color: #FFC107;
        margin-right: 10px;
    }

        .review-wrapper span.star.filled {
            color: #FFC107;
            margin-right: 10px;
        }

        .review-wrapper span.star {
            color: #cdcdcd;
            margin-right: 10px;
        }*/

    .review-wrapper span {
        margin-right: 0px;
    }

        .review-wrapper span.star-full {
            color: #FFC107;
        }

        .review-wrapper span.star-half {
            background: linear-gradient(90deg, #FFC107 50%, #ccc 50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .review-wrapper span.star-empty {
            color: #ccc;
        }

    .review-wrapper p {
        color: #000;
    }

.bg-gry {
    background-color: #E5E5E5;
}

.lastupdates span, .breadcrumb li {
    font-weight: 500;
}

.hero-home-page h1 {
    line-height: 56px;
    font-size: 40px;
}

.mt-7 {
    margin-top: 70px !important;
}

.top-banner-wrapper {
    position: relative;
    z-index: 999;
    padding: 130px 0;
}


.hero-home-page .left-img {
    position: absolute;
    top: 0;
    left: 0;
}

    .hero-home-page .left-img img, .hero-home-page .right-img img {
        max-height: 600px;
    }

.hero-home-page .right-img {
    position: absolute;
    right: -23px;
    top: 0;
}

.step {
    background-color: #fff;
    padding: 58px;
    border-radius: 16px;
}

.submit-review {
    background-color: #F5F5F5;
    padding: 30px 30px 30px 30px;
}

.hero-home-page {
    margin-top: 51px !important;
    background-color: #F5F5F5;
    position: relative;
    min-height: 600px;
}


section.comapny-listing-top-wrapper {
    background-color: #f5f5f5;
    padding: 35px 0;
    position: relative;
}




.comapny-listing-top-wrapper.price {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comapny-listing-top-wrapper .pattren-right {
    position: absolute;
    right: 0;
}

.comapny-listing-top-wrapper .pattren-left {
    position: absolute;
    left: 0;
}

.comny-features img {
    width: 22px;
}

form.search-bar-main.ms-2.me-3.mt-5 {
    margin-top: 28px !important;
    display: flex;
    align-items: center;
}

.search-bar-nav .input-group {
    position: relative;
}

.top-banner-wrapper {
    position: relative;
    z-index: 99;
}

.search-bar-nav .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 50px;
}

.search-bar-nav .input-group-prepend {
    position: absolute;
    top: 2px;
}

.dropdown-menu.header-service {
    left: unset;
}

/*.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}*/

/* Keep submenus open on hover */
/*.dropdown-menu .dropend:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-top: -1px;
}*/

/* Optional: improve submenu transition */
/*.dropdown-menu {
    transition: all 0.15s ease-in-out;
}*/

/* Fix Bootstrap alignment for nested dropdowns */
/*.dropend .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}*/

/* Hide all dropdowns initially */
/*.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
*/
/* Top-level dropdown on hover */
/*.nav-item.dropdown:hover > .dropdown-menu.header-service {
    display: block;
    opacity: 1;
    visibility: visible;
}*/

/* Nested dropend dropdowns on hover */
/*.header-service .dropend:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 100%;
}*/

/* Keep dropdown open when .show class is applied (click) */
.nav-item.dropdown.show > .dropdown-menu,
.dropend.show > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/*.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}*/

/*.nav-item.dropdown:hover > .dropdown-menu.header-service,
.nav-item.dropdown.show > .dropdown-menu.header-service {
    display: block;
    opacity: 1;
    visibility: visible;
}*/
.dropdown-menu.header-service.show {
    display: block;
}

.dropdown-menu.mega-dropdown.p-0.border-0.shadow.show {
    display: block;
}

.header-service .dropend:hover > .dropdown-menu,
.dropend.show > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}


.profile-pic.company-list {
    max-width: 90px;
    max-height: 90px;
}

img.img.company-list {
    border-radius: 50%;
}

.loader.header-service {
    width: 25px;
    height: 25px;
    border: 4px solid #FFF;
    border-bottom-color: #50a6a5;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 0 66px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*-----------------------------login-page----------------------------------------*/
.login-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 120px !important;
}

#authContainer {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-size: cover;
    background: url(/Content/companylist/images/leave-review-bg.png) no-repeat center center fixed;
}


.login-section a {
    color: #088785;
}

.h4-hrading {
    color: #000 !important;
}

.stepper-form .inner-login {
    width: 900px;
    transform: translate(-50%, 19%);
}

.left-top-login li {
    font-weight: 600;
    margin-top: 10px;
}

.right-login {
    background-color: #FEF8E8;
    padding: 30px;
    border-radius: 40px;
    height: 100%;
    position: relative;
    z-index: 9;
}

.login-section h2 {
    font-weight: bold;
}

.login-links {
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.linkedin-data {
    column-gap: 20px;
}

.right-arrow {
    width: 35px;
    height: 35px;
}

.bottom-left-login img {
    width: 290px;
}

.right-login .h4-hrading {
    font-size: 18px;
    font-weight: 600;
    padding-top: 14px;
}

.right-login .navbar-brand img {
    margin: 15px 0px;
    width: 220px;
}

.login-section .btn-row {
    margin-top: 40px;
}

.bottom-heading {
    position: relative;
    z-index: 999;
    color: white;
    margin-top: 18px;
    font-size: 16px;
}

.login-section h4 {
    font-size: 20px;
    margin-bottom: 0px !important;
}

/*---------------------company-profile-------------------------*/

.company-profile-inner {
    background-color: #E8F6F6;
    background-position: center;
    width: 100%;
    border-radius: 20px;
}

.company-profile-secton .cmn-heading {
    padding: 60px 0px;
}

/*---------------------steps-------------------------*/

.step {
    display: none;
}

    .step.active {
        display: block;
        margin: 110px 0px 35px 0px;
    }

.controls {
    justify-content: center;
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
}

.form-control {
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #D1D1D2;
}

    .form-control.agency-description {
        height: 140px;
    }

    .form-control:focus {
        border: 1px solid #FFC107;
        box-shadow: none;
    }

/*------------------profileImage-------------------------*/

.input-group-prepend img {
    width: 24px !important;
}


#profileImage {
    width: 128px;
    height: 125px;
    border-radius: 13px;
    object-fit: cover;
    cursor: pointer;
}

.upload-area {
    margin-top: 20px;
    padding: 20px;
    display: inline-block;
    position: relative;
}

#fileInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#browseText {
    color: #03A89E;
    cursor: pointer;
    text-decoration: underline;
}

.accordion-header {
    line-height: 0px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.accordion-item {
    border-radius: 10px;
    background-color: #fff;
    border: none;
    margin-top: 20px;
}


.pricing-plan .accordion-header .accordion-button {
    line-height: 0px;
    background-color: #EFF9F9 !important;
    border-radius: 10px;
    border-color: #EFF9F9 !important;
}


.pricing-plan .accordion-body {
    padding: 0;
}

    .pricing-plan .accordion-body table {
        margin-bottom: 0;
    }

    .pricing-plan .accordion-body td {
        border-left: 1px solid #dee2e6;
        padding: 12px 6px !important;
    }

    .pricing-plan .accordion-body thead th {
        background-color: #fff7eb;
    }

    .pricing-plan .accordion-body td:first-child {
        border-left: inherit;
    }

    .pricing-plan .accordion-body tr:last-child {
        border-bottom: transparent;
    }

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/accordian-icon.png);
}

.accordion-button::after {
    transform: rotate(180deg);
    background-image: url(../images/accordian-icon.png);
    top: -4px;
    position: relative;
}

.checkbox-data .form-check-input[type=checkbox] {
    border-radius: .25em;
    float: right;
}

.form-check-input {
    width: 23px;
    height: 23px;
}

    .form-check-input:checked {
        background-color: #1DA8A6;
        border-color: #1DA8A6;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

.checkbox-data {
    background-color: #FDFDFD;
    padding: 20px;
    border-radius: 10px;
}

.accordion-item {
    border: 1px solid #D1D1D2;
    border-radius: 10px;
}

    .accordion-item:not(:first-of-type) {
        border: 1px solid #D1D1D2;
    }

    .accordion-item:first-of-type > .accordion-header .accordion-button {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.portfolio .icon-btn img {
    width: 28px;
    cursor: pointer;
}

.company-register .cate-listing-col {
    padding: 0;
}

.port-text h5, .port-text p {
    font-size: 14px;
    line-height: 18px;
}

    .port-text h5

    .portfolio-col {
        background-color: #FFFCF6;
        padding: 10px;
        border-radius: 10px;
    }

.remove-add-btn button {
    background: transparent;
    border: none;
}

.company-register .row-added-conpmay {
    padding: 20px 20px;
    border-radius: 14px;
    position: relative;
    background: #FBFBFB;
}

.head-quater-contact {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.step.login-section {
    left: 0;
}

.instruction-points {
    display: grid;
    margin-top: 10px;
    gap: 10px 20px;
    grid-template-columns: auto auto;
}


.upload-portfolio {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed #d7d7d7;
    margin: 20px 0px;
}

.modal-dialog.modal-lg {
    margin-top: 7%;
}

input.file-selecter {
    align-content: center;
}

button#addCompanyPortfolioBtn {
    margin-left: 16px;
}

button.btn-theme.btn.bg-green.text-white.model-save-btn {
    margin-left: 10px;
}

.col-md-12.model-btns {
    display: flex;
    justify-content: center;
}

.modal-content.Portfolio {
    border-radius: 30px;
}

img.thumbnail.btn.p-0.m {
    min-width: 100px;
    min-height: 175px;
    object-fit: scale-down;
}

/*.upload-box.text-center {
    display: none;
}*/

.upload-portfolio.title {
    display: none;
}
/*------------------company-details-------------------------*/
.company-heading-data {
    display: flex;
    column-gap: 6px;
    align-items: center;
}



.summary-points {
    margin-top: 20px;
    padding-left: 15px;
}

.best-sell-badge {
    background-color: #d2d2d2;
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 100px;
    color: black;
    font-weight: 500;
}

.data-points {
    margin-top: 20px;
    margin-bottom: 12px;
}

    .data-points ul li a {
        margin-top: 25px;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        padding-bottom: 20px;
    }

.profile-data .profile-pic img {
    width: 120px;
}

.heading-name {
    font-size: 20px;
}

.right-slide-data {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

    .right-slide-data .comp-summry {
        background-color: #F5F5F5;
        border-radius: 20px;
        padding: 20px;
    }

.comp-summry .summay-data {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}

.comp-summry span {
    color: #03a8a7;
    text-decoration: underline;
    cursor: pointer;
}

.recourses-process h3 {
    font-size: 16px;
}

.company-col .recourses-process h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.recourses-process p {
    font-size: 14px;
    line-height: 24px;
}

.data-points li {
    display: inline-block;
    margin-right: 80px;
    padding: 6px 0px;
}




.company-data-section .follow {
    filter: brightness(0) saturate(100%);
}

.portfolio-main-img {
    margin-top: 15px;
}

    .portfolio-main-img img {
        border-radius: 20px;
    }

.review-heading span {
    color: #03A89E;
    font-size: 22px;
    font-weight: 600;
}

.rating-breakdown-data {
    padding: 17px;
    border-radius: 20px;
    background-color: #FFF9E6;
}

.rating-breakdown-list li, .top-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-breakdown-data h3 {
    font-size: 16px;
}

/*.rating-breakdown-list li span {
    font-size: 14px;
}*/

.map-location img {
    position: relative;
    margin-right: 5px;
}

.map-location a {
    color: #000;
}

.contact-inner-data {
    padding: 20px;
    border-radius: 20px;
}


/*-----------------------------------*/
.dash-header {
    background-color: white;
    margin-bottom: 30px;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #DDDDDD;
}

    .dash-header .navbar-brand img {
        max-width: 50px;
        margin-right: 10px;
        border-radius: 50%;
    }

.deshoard-section {
    width: 100%;
}

.side-bar-data-main .nav-pills .nav-link {
    color: #000;
    padding-left: 0;
}

hr {
    color: #838383;
}

.performance-tabs ul {
    padding: 6px 10px;
    background-color: white;
    width: max-content;
    border-radius: 30px;
}

.performance-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000000;
    border-radius: 68px;
    background-color: #ffd600;
}

.performance-tabs .nav-link {
    color: #000000;
    font-weight: 600;
    padding: 10px 30px;
}

.deshoard-section .accordion-button:not(.collapsed), .deshoard-section .accordion-item .accordion-header .accordion-button, .deshoard-section .accordion-item {
    background-color: #ffffff;
}

    .deshoard-section .accordion-item .accordion-header .accordion-button {
        font-weight: 600;
    }

div#pills-tabContent {
    margin-top: 15px;
}

/*----------------------------------------------------------*/

.marketingcollateral .cate-listing-col {
    background-color: #F5F1DC;
    padding: 25px;
    border-radius: 20px;
}

.review-box {
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 15px;
    padding: 20px;
}

.marketing-img {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.sticker-data h4 {
    font-weight: 600;
}

.sticker-data, .review-box .review-company-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-box .review-company-data {
    justify-content: left;
    background-color: #FFF0A3;
    border-radius: 20px;
    margin-top: 15px;
    padding: 20px;
    width: max-content;
    column-gap: 20px;
}

.review-box .review-wrapper {
    display: block;
}

.no-cart-data {
    margin-top: 20px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 30px;
}

    .no-cart-data .performance-tabs {
        display: flex;
        justify-content: flex-end;
    }

        .no-cart-data .performance-tabs ul {
            border-radius: 30px;
            padding: 6px 10px;
            border: 1px solid #B4B4B4;
        }

/*-----------------------------------------------------*/

.industryrecognition h4 {
    font-weight: 600;
}
/*-----------------------------------------------------*/
.copy-input-data {
    display: flex;
    align-items: center;
}

.copy-input-data {
    margin-top: 15px;
    background-color: white;
    border-radius: 10px;
    padding: 6px 6px 6px 6px
}

.table-data .table th, .table-data .table td {
    padding: 20px;
    font-weight: 600;
}

.table-data .table th {
    background-color: #F8E99C;
}

.faq-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}

/*-------------------------------------------------------*/

.balence-data {
    padding: 20px;
    border-radius: 20px;
    background-color: #F7EBAB;
}

    .balence-data h5 {
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
    }

    .balence-data span {
        font-weight: 600;
    }

.section-filter-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-data {
    background-color: #013534;
    padding: 30px 20px;
    height: 100%;
    color: white;
    border-radius: 20px;
}

.performance-point {
    display: flex;
    margin-top: 7px;
    align-items: center;
    column-gap: 20px;
}

    .performance-point .form-check-input:checked {
        background-color: #ffc107;
        border-color: #ffc107;
    }

.ProfileHealth {
    float: right;
}

.req-rev {
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #7A94E3 0%, #E68794 100%);
}

.add-portfolio-bg {
    background: linear-gradient(90deg, #7ABBE3 0%, #87E6AB 100%);
}

.req-rev .heading {
    color: #fff;
}

    .req-rev .heading h4 {
        font-size: 18px;
    }

.pstarts {
    display: flex;
    justify-content: space-between;
}

    .pstarts .btn-row a {
        border-radius: 30px 0px 30px 0px;
    }

.Get-Started-data {
    padding: 20px;
    border-radius: 14px;
}

.Get-Started-main {
    overflow-x: scroll;
}

.Get-Started-bottom {
    display: -webkit-inline-box;
}

.graph-img {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 14px;
}

.deshboard-bottom {
    background-color: #FFF7EB;
    padding: 12px 30px;
    border-radius: 20px;
    position: relative;
}


    .deshboard-bottom .pattren-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .deshboard-bottom .pattren-left {
        position: absolute;
        left: 0;
        bottom: 0;
    }


.form-step-outer .copy-input-data {
    border: 1px solid #FFC107;
}

.rating-break {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
/*-----------------------------------------------------*/

.grow-data {
    border-radius: 20px;
    padding: 30px;
}

.grow-text h2 {
    font-size: 50px;
    line-height: 55px;
}

.Include {
    font-size: 22px;
    font-weight: 600;
}

.grow-data .left-top-login li {
    margin-bottom: 22px;
    font-weight: 500;
}

.pro-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pro-text h3 {
        font-size: 40px;
        font-weight: 700;
    }

        .pro-text h3 span {
            font-weight: 500;
            font-size: 20px;
            color: #515151;
        }

.category-plan {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
    background-color: #F5F5F5;
}

    .category-plan .pro-text h3 {
        font-size: 26px;
        margin-bottom: 7px;
    }

        .category-plan .pro-text h3 span {
            font-size: 26px;
            font-weight: 700;
            margin-right: 7px;
            text-decoration: line-through;
        }

.Subscription-section .best-sell-badge {
    border-radius: 10px;
    background-color: #000;
}

/*------------------------------*/
.companyinter-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px 0px 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
}

    .companyinter-total::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 30px;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: url(../images/background-intercom.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

.companyinter-right img {
    border-radius: 30px;
}

.companyinter-left span {
    font-family: 'Roboto';
    color: #FFD600;
    font-weight: 500;
    font-size: 22px;
}

.companyinter-left .founders-name h2 {
    font-size: 30px;
    color: white;
    line-height: 42px;
}

.companyinter-left .founders-name p {
    color: white;
}

.founders-name {
    margin-top: 10px;
}

.inter-img {
    margin-top: 30px;
}
/*------------------------------*/

.interview-detail-section .companyinter-total::after {
    background-image: url(../images/inter-detail.jpg);
}

.interview-detail-section .companyinter-left {
    width: 78%;
}

.heading-data h2 {
    font-size: 25px;
    line-height: 30px;
}

.no-cart-data .audien-img {
    margin-top: 40px;
}

.btn.bg-green:hover {
    background-color: #088785;
    color: rgb(255, 255, 255);
}

.btn.bg-yellow:hover {
    background-color: #FFD600;
    color: black;
}

.btn.bg-gray:hover {
    background-color: #E5E5E5;
    color: black;
}

.partner-row .img-sec li {
    padding: 14px;
}

.no-cart-data img {
    max-width: 200px;
}

/*-----------------------------------------------*/

.rating-break img {
    max-width: 180px;
}


.dashboard-nav {
    min-width: 292px;
    position: fixed;
    min-height: max-content;
    left: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
    top: 0;
    padding: 60px 10px 30px 10px;
    height: 100%;
    min-height: 650px;
}

    .dashboard-nav li {
        margin-top: 8px;
        padding-left: 12px;
    }

.dashboard-app {
    width: calc(100% - 340px);
    float: right;
    margin-right: 20px;
    margin-top: 92px;
}


.dashboard-nav li:hover {
    background-color: #ffd60040;
}



.responsive-nav {
    display: none;
}


#scrol-cstm::-webkit-scrollbar {
    height: 4px;
    width: 2px;
    background-color: #F5F5F5;
}

#scrol-cstm::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#scrol-cstm::-webkit-scrollbar-thumb {
    background-color: #00534f77;
}


.profile-data-section {
    background-color: #fff;
    padding-top: 6px;
    border-bottom: 1px solid #bcbcbc80;
}

.dashboard-nav-list img {
    width: 22px;
    margin-right: 8px;
}


.newClass {
    position: fixed;
    z-index: 9999;
    background: #FFF6EE;
    width: 1320px;
    top: 78px;
    padding: 10px 0 10px 10px;
}

.data-points.newClassa ul li a {
    color: #fff !important;
}


.newClass .profile-pic img {
    width: 130px;
    margin-top: 0;
}

.profile-data-section .btn-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.newClass .btn-right {
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbar-nav li.nav-item {
    margin-left: 10px;
}

header.main-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    border-bottom: 1px solid #bcbcbc80;
}

    header.main-header .btn-theme {
        font-size: 16px;
        padding: 8px 12px;
        border-radius: 6px;
    }

.login-links a {
    color: #000;
}

a.company-list {
    color: #000;
}


.comapny-listing-top-wrapper.mt-7 {
    margin-top: 60px !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #5e5e5e !important;
}

.search-bar-main img {
    width: 32px;
}

.form-step-outer {
    display: flex;
    align-items: center;
    min-height: 100vh;
}


    .form-step-outer .cmn-heading h2 {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .form-step-outer .cmn-heading {
        margin-bottom: 26px;
    }

/*button.btn-theme.btn.bg-gray.text-dark {
    background-color: #FFD600;
}*/

button.btn-theme.btn.bg-gray.text-dark.btn-back.display-none {
    display: none;
}

input#portfolioFile {
    background-color: #f8f9fa;
    padding-top: 17px;
    font-size: 18px;
}


.partner-fixnhour img {
    max-width: 130px;
}


.cate-listing-col.g1 {
    background-color: #FFF3DD;
}

.cate-listing-col.g2 {
    background-color: #DDFFE2;
}

.cate-listing-col.g3 {
    background-color: #DDF0FF;
}

.cate-listing-col.g4 {
    background-color: #FDDDFF;
}

.cate-listing-col.g5 {
    background-color: #FFDDDD;
}

.cate-listing-col.g6 {
    background-color: #DDFFFD;
}

.faq-top .copy-input-data {
    margin-top: 15px;
    background-color: white;
    border-radius: 55px !important;
    padding-left: 2px;
}


.copyright .cop-text {
    display: flex;
    justify-content: space-between;
}

.copyright ul.policy-ftr {
    display: flex;
}

.copyright ul li {
    padding-left: 10px;
}

    .copyright ul li a {
        color: #787878;
    }

.faq .card {
    background-color: #F5F5F5;
    border-radius: 10px;
    height: 100%;
    border: 0;
}

.accordion-item:first-of-type {
    margin-top: 0;
}

.testimonial-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    height: 100%;
}

.testimonial .testimonial-img {
    border-radius: 12px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.testimonial {
    position: relative;
}

    .testimonial .pattern {
        position: absolute;
        bottom: 0;
        width: 538px;
        height: auto;
    }


    .testimonial .slick-prev,
    .testimonial .slick-next {
        background-color: transparent;
        border: none;
    }

    .testimonial .slick-prev, .testimonial .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 92%;
    }

    .testimonial .slick-prev {
        left: -90px;
    }

    .testimonial .slick-next {
        left: -40px;
    }

    .testimonial .custom-nav {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .testimonial .quote-icon {
        margin-top: -35px;
        z-index: 9999;
        position: relative;
        margin-left: 26px;
    }

.price-card {
    padding: 20px;
    text-align: center;
    height: 100%;
}

    .price-card h5 {
        font-weight: bold;
    }

    .price-card .price {
        font-size: 24px;
        font-weight: bold;
        margin: 15px 0 0 0;
    }


.checkmark {
    color: green;
    font-size: 20px;
}

.plan-button {
    width: 100%;
    margin-top: 10px;
}

.toggle-btns .btn {
    border-radius: 999px;
}



.pricing-plan button.btn.btn-outline-info.active {
    background-color: #1DA8A6;
    color: #fff;
    font-size: 20px;
    border-color: #1DA8A6;
}

.pricing-plan p {
    font-size: 14px;
    line-height: 19px;
}

/*.profile-data {*/
/*background-color: #FFF6EE;*/
/*background-color: #f5f5f5;*/
/*border-radius: 10px;
    margin-top: 95px;
    padding: 20px 18px;
    border: 1px solid #50a6a5;
}*/

.profile-data {
    margin-top: 95px;
    padding: 20px 0px;
}

.loc-col.my-3 {
    background-color: #F5F5F5;
    padding: 28px 20px;
}

#Portfolio .port-text h5 {
    font-size: 22px;
    line-height: 28px;
}

#Portfolio .port-text p {
    font-size: 18px;
    line-height: 23px;
}

#Portfolio {
    background-color: #FFF6EE;
    padding: 30px 0;
}

    #Portfolio .portfolio-col {
        background-color: #ffe8d1;
        padding: 16px 16px 80px 16px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        #Portfolio .portfolio-col img {
            max-width: 385px;
            max-height: 227px;
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
        }

.input-group-prepend #button-addon2 {
    top: 8px;
    right: 5px;
    z-index: 9;
}





/*-------------------------------   SSSSS   -------------------------------*/

.dropdown-menu.dropdown-menu-end.profile {
    min-width: 150px;
    font-size: 14px;
}

ul.dropdown-menu.dropdown-menu-end.profile.show {
    display: block !important;
    visibility: unset !important;
    opacity: 1;
    margin-top: 10px;
}

.dropdown-item.profile:active {
    background-color: unset;
}

button.btn-theme.btn.bg-yellow.text-dark.model-save-btn {
    margin-left: 5px;
}



.perfect-partner {
    position: relative;
    z-index: 9;
}

.top-mobile-after:before {
    content: "";
    top: -112px;
    left: 0px;
    width: 550px;
    height: 320px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/Content/companylist/images/Frame-patern-big-l.png);
    z-index: -1;
    opacity: 0.5;
}

.top-mobile-after:after {
    content: "";
    bottom: 0;
    right: 0px;
    width: 303px;
    height: 86%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/Content/companylist/images/Frame-patern-big-l.png);
    z-index: -1;
    opacity: 0.5;
}

.perfect-partner:before {
    content: "";
    top: 0;
    left: 0;
    width: 558px;
    height: 46%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/Content/companylist/images/Frame-patern-big-l.png);
    z-index: -1;
}

.perfect-partner:after {
    content: "";
    bottom: 0;
    right: 0;
    width: 413px;
    height: 36%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/Content/companylist/images/Frame-patern-big-l.png);
    z-index: -1;
}

.Portfolio.perfect-partner:before {
    left: -190px;
}

.Portfolio.perfect-partner:after {
    right: -60px;
    width: 550px;
    height: 61%;
    transform: rotate(-180deg);
    background-repeat: no-repeat;
}

.pad120 {
    padding: 16px 26px;
}

.business-where .pattren-right img {
    height: 120px;
}

.business-where .pattren-left img {
    height: 120px;
}

.share-experience, .top-mobile-after {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

    .share-experience:before {
        content: "";
        bottom: -30px;
        left: -210px;
        width: 548px;
        height: 50%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background: url(/Content/companylist/images/Frame-patern-big-l.png);
        z-index: -1;
    }

    .share-experience:after {
        content: "";
        top: -45px;
        right: 0;
        width: 268px;
        height: 65%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background: url(/Content/companylist/images/Frame-patern-big-l.png);
        z-index: -1;
    }

.profile-banner-after {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .profile-banner-after:after {
        content: "";
        bottom: 0;
        right: 0;
        width: 469px;
        height: 228px;
        /* transform: rotate(-180deg); */
        position: absolute;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        /* background: url(/Content/companylist/images/Frame-patern-big-l.png); */
        background: url(/Content/companylist/images/frofile-info-brdcom-right-shap.png);
        z-index: -1;
    }

.loc-col.my-3.align-items-center.d-flex {
    border-radius: 20px;
}

.no-Portfolio-found:hover {
    color: #1DA8A6;
}

.company-col.review {
    background-color: #ffffff;
    border: none;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #cbcbcb;
}

a.nav-link.dropdown-toggle.main-category:hover {
    background: #50a6a53b;
    border-left: 2px solid #50a6a5 !important;
}

a.dropdown-item.child-category:hover {
    color: #50a6a5;
}

li.nav-item.dropend.header-service {
    position: unset;
    margin: 0px;
}

/*a.dropdown-item.child-category {
    min-width: 242px;
}*/

a.more-button.agency.p-btn {
    color: #1DA8A6;
    font-weight: bold;
}

p.agencydescription {
    display: inline;
}

/*.data-points li {
    padding: 5px 0px;
}*/

.main-category.hovered {
    background: #50a6a53b;
    border-left: 2px solid #50a6a5 !important;
}

.d-flex.company-call-btn {
    margin-bottom: 45px;
    justify-content: center;
}

span.star-full.com-call {
    color: #f6c343;
    font-size: 22px;
    padding-right: 5px;
}

.col-4.align-items-center.com-call-section {
    margin-top: -4px !important;
}

a.profulehead-btn {
    padding: 8px;
}

li.active.nav-item.profulehead-btn a.profulehead-btn {
    /* border: 1px solid #50a6a5;
    border-radius: 25px;*/
    border-bottom: 2px solid #50a6a5;
}


.port-text.mt-3.Portfolio {
    min-height: 130px !important;
    max-height: 130px !important;
   /* overflow: hidden;*/
}

.col-client-review {
    border-left: 2px solid #e7e7e7;
    min-height: 145px;
    padding-left: 20px;
}







.company-follow.d-flex.align-items-center.mt-3 {
    display: none !important;
}


.best-sell-badge.proposal-btn {
    margin-left: 175px;
    border: 1px solid #000000;
}

.best-sell-badge.website-btn {
    background-color: #f8d848;
}






.message-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-row {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    border-radius: 10px;
}

.user-icon img {
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    margin-right: 15px;
}

.message-details {
    flex-grow: 1;
    text-align: start;
}

.company-name {
    font-weight: bold;
    color: #000;
}

.status-tag {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 100px;
    text-align: center;
}

.potential-lead {
    background-color: #e0f7fa;
    color: #00838f;
    border: 1px solid #b2ebf2;
}

.project-brief {
    background-color: #fffde7;
    color: #fbc02d;
    border: 1px solid #fff59d;
}

.last-message {
    color: #777;
    margin-right: 30px;
    min-width: 120px;
    text-align: right;
}

.view-message-btn {
    text-decoration: none;
    color: #39818d;
    font-weight: bold;
}

.view-btn-div {
    border-left: 2px solid #80808080;
    padding-left: 18px;
}



.table-page-pagination .page-item:not(:first-child) .page-link {
    margin-left: -1px;
    color: #000;
}

.table-page-pagination .theme-btn {
    padding: 6px 10px;
    margin-left: 5px;
}

.table-page-pagination {
    margin-bottom: 55px;
    margin-top: 10px;
}

    .table-page-pagination .input-group-page {
        margin: 0 5px;
    }

    .table-page-pagination .form-control {
        width: 67px;
    }

.btn-outline-secondary:hover {
    color: #000000;
    background-color: #f8d848;
    border-color: #f8d848;
}

thead {
    background-color: #ECF3D7;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent !important;
}

.product-listing-sec th {
    font-size: 14px;
    padding: 14px 10px !important;
}

.table-page-pagination .page-next.text-center {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.table-page-pagination .page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background-color: #f8d848;
    border-color: #f8d848;
}

.table-page-pagination .page-item:not(:first-child) .page-link {
    border-radius: 0 3px 3px 0;
}

a.page-link.btn-page {
    color: #6dbebf;
}


.btn.btn-outline-dark.text-dark.join.btn-sm:hover {
    background-color: white;
    color: black;
}




/*----- NEW CSS -----*/

body {
    background: #fffbf5;
}

.login-section {
    padding: 50px 0;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

h2 {
    margin-bottom: 20px;
}

.optin-area .option {
    display: flex;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    cursor: pointer;
}

.optino-icon {
    width: 45px;
    height: auto;
}

.optin-area .option-text h4 {
    font-size: 22px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px;
}

.optin-area .option.selected {
    border-color: #000;
}

.login-links .text-center {
    display: block;
}

.login-links .h4-hrading {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.login-links .btn-theme {
    padding: 14px 96px;
}

.login-links .h4-hrading a {
    color: #0077B5;
}

.optin-area button {
    background-color: teal;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.social-btn {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.linkedin {
    background-color: #0077b5;
    color: white;
}

.google {
    background-color: #db4437;
    color: white;
}

.email {
    background-color: #4caf50;
    color: white;
}

input {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.disclaimer {
    font-size: 12px;
    margin-top: 10px;
}

    .disclaimer a {
        color: teal;
        text-decoration: underline;
    }

.account-logo span {
    font-size: 18px;
    padding-top: 25px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

.account-logo .h4-hrading {
    margin-top: 5px;
    padding-top: 0;
}

.login-top-btn a {
    width: 100%;
}

    .login-top-btn a .text-right {
        display: block;
        margin-left: auto;
        text-align: right;
    }

.join__or {
    display: flex;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
    align-items: center;
    margin: 0 0 20px;
    user-select: none;
    opacity: 0.3;
}

    .join__or::before {
        content: "";
        width: 50%;
        border-bottom: 1px solid #000;
        margin-right: 13.2px;
    }

    .join__or::after {
        content: "";
        width: 50%;
        border-bottom: 1px solid #000;
        margin-left: 13.2px;
    }

.email.create {
    background-color: transparent;
}

.form-group {
    margin-bottom: 26px;
    position: relative;
}

    .form-group label {
        margin-bottom: 11px;
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

    .form-group .form-control {
        border: 1px solid rgba(142, 142, 142, 0.5);
        border-radius: 5px;
        display: block;
        width: 100%;
        height: 45px;
        background: none;
        padding: 0 19px;
        color: #000;
        font-size: 17px;
    }

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 19px;
    right: 12px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}

.login100-form .disclaimer {
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding-top: 14px;
    position: relative;
    z-index: 999;
    color: white;
    margin-top: 18px;
    color: #000;
}

    .login100-form .disclaimer a {
        color: #0077B5;
    }

.show-login {
    display: block;
}

.forgot-pass {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #0077B5;
}

.font-weight400 {
    font-weight: 400 !important;
}

    .font-weight400 .clr-yellow {
        font-weight: 600;
    }

aside {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 15px;
}

    aside input {
        width: 50px;
        padding: 0.4rem 0.7rem;
        border-radius: 4px;
        border: 1px solid #F0E4C4;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #F0E4C4;
        transition: transform 0.2s, border-bottom-color 0.2s, background-color 0.5s;
        cursor: default;
    }

        aside input:hover {
            transform: translateY(-3px);
            background-color: #fff;
            border: 1px solid #000;
        }

        aside input:focus {
            outline: unset;
            box-shadow: none;
        }



/* @keyframes border-bottom-pulse {
        50% {
            border-bottom-color: #883aea;
        }
    } */

/*----- POST PAGES CSS -----*/
.post-area {
    background: #fffbf5;
    padding: 20px 0;
}

    .post-area.bg-remove-post {
        background: transparent;
    }

.container-post {
    position: relative;
}

.top-logo-post {
    width: 100%;
    background: transparent;
    box-shadow: unset;
    padding: 15px 25px;
    text-align: center;
}

    .top-logo-post .logo {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 0;
        color: #333;
        font-size: 16px;
    }

        .top-logo-post .logo span {
            position: relative;
        }

            .top-logo-post .logo span::before {
                content: "";
                position: absolute;
                left: -36px;
                width: 29px;
                height: 29px;
                background: url(../images/logo-before.png);
                background-repeat: repeat;
                background-repeat: no-repeat;
                margin-top: -3px;
            }

    .top-logo-post img {
        width: 100%;
    }

.inner-post {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 80px;
    padding: 20px;
}

.form-container {
    text-align: center;
    max-width: 670px;
    width: 100%;
}

    .form-container .step-icon img {
        width: 60px;
        margin-bottom: 15px;
    }

    .form-container h2 {
        font-size: 28px;
        margin: 10px 0 20px;
        color: #000;
    }

.inner-post h4 {
    font-size: 16px;
    font-weight: 400;
}

    .inner-post h4 span {
        padding: 0;
        margin: 0;
        font-size: 16px;
        vertical-align: inherit;
    }

.inner-post textarea {
    width: 100%;
    min-height: 80px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(142, 142, 142, 0.5);
    font-size: 15px;
    outline: none;
    resize: none;
    transition: 0.3s;
    background: transparent;
}

    .inner-post textarea:focus {
        border-color: #088785;
    }

.progress-footer-fix #nextBtn {
    margin-top: 0px;
    background-color: #088785;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

    .progress-footer-fix #nextBtn:hover {
        background-color: #00a891;
    }

/* Footer */
.progress-footer-fix {
    width: 100%;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .progress-footer-fix .progress-wrapper {
        background: #e8f5f4;
        border-radius: 10px;
        overflow: hidden;
        height: 8px;
        width: 40%;
    }

    .progress-footer-fix .progress-bar {
        background-color: #088785;
        height: 8px;
        width: 20%;
        transition: width 0.4s ease;
    }

.next-btn-area {
    width: 40%;
    text-align: right;
}

.yes-no-section {
    text-align: center;
    margin-top: 30px;
}

    .yes-no-section p {
        color: #555;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .yes-no-section .button-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .yes-no-section .select-btn {
        border: 2px solid #ddd;
        background: transparent;
        padding: 12px 35px;
        font-size: 16px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 100px;
    }

        .yes-no-section .select-btn:hover {
            border-color: #00bfa6;
            background-color: #e6fffb;
            color: #00bfa6;
        }

        .yes-no-section .select-btn.yes.selected {
            border-color: #00bfa6;
            background-color: #00bfa6;
            color: #fff;
        }

        .yes-no-section .select-btn.no.selected {
            border-color: #ff6b6b;
            background-color: #ff6b6b;
            color: #fff;
        }

.hlight-text {
    color: #088785;
    margin-right: 0px !important;
    padding-top: 0px !important;
    font-size: 28px !important;
}

.option-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.option-btn {
    border: 2px solid #ddd;
    background: transparent;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

    .option-btn:hover {
        border-color: #088785;
        color: #088785;
        background-color: #e6fffb;
    }

    .option-btn.selected {
        background-color: #088785;
        color: #fff;
        border-color: #088785;
    }

.loction-group {
    flex-direction: column;
    text-align: left;
}

    .loction-group .option-btn {
        text-align: left;
    }

.checkboxes__item {
    text-align: left;
}

.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.style-c input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox.style-c input:checked ~ .checkbox__checkmark {
            background-color: #088785;
        }

            .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
                opacity: 1;
            }

    .checkbox.style-c:hover input ~ .checkbox__checkmark {
        background-color: #eee;
    }

    .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
        background-color: #088785;
    }

    .checkbox.style-c .checkbox__checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        transition: background-color 0.25s ease;
        border-radius: 4px;
    }

        .checkbox.style-c .checkbox__checkmark:after {
            content: "";
            position: absolute;
            left: 8px;
            top: 4px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity 0.25s ease;
        }

    .checkbox.style-c .checkbox__body {
        color: #333;
        line-height: 1.4;
        font-size: 16px;
    }

.website-input {
    padding: 14px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: transparent;
}

/* Profile Dropdown Css */
.profile-link {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

/* Profile Dropdown */
.profile-dropdown {
    position: absolute;
    right: 0px;
    top: 52px;
    background: #fff;
    /*width: 250px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);*/
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    width: 254px;
    /*border-radius: 0;*/
    /*box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 100;
    /*  min-height: 600px;
    height: 100%;
    overflow-y: scroll;*/
    min-height: auto;
    height: auto;
}

    .profile-dropdown.show {
        display: flex;
    }

#profileToggle.active {
    color: #1DA8A6 !important;
    font-weight: normal;
}

.profile-header {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    gap: 10px;
}

    .profile-header img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .profile-header .name {
        font-weight: 600;
        color: #222;
    }

/* Menu */
.profile-menu {
    display: flex;
    flex-direction: column;
}

    .profile-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        transition: background 0.3s;
    }

        .profile-menu a:hover {
            background: #f1fdfb;
            color: #1DA8A6;
        }

.menu-section {
    padding: 8px 15px;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    border-top: 1px solid #f0f0f0;
}

.logout {
    color: #1DA8A6 !important;
    border-top: 1px solid #f0f0f0;
}

    .logout:hover {
        background: #ffecec;
    }


/* Responsive */
@media (max-width: 600px) {
    header span {
        font-size: 14px;
    }

    .form-container h2 {
        font-size: 16px;
    }

    #nextBtn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .profile-dropdown {
        left: -22px;
        top: 39px;
    }
}


.custom-nav-li li a.nav-link {
    font-weight: bold;
    color: black !important;
}

/*----- Leave Review Pages Css -----*/

.leave-review-bg {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-size: cover;
    background: url(/Content/companylist/images/leave-review-bg.png) no-repeat center center fixed;
}

.modal.show .company-list-popup {
    transform: translate(0,100px);
}

.company-list-popup .modal-header {
    justify-content: space-between;
}

    .company-list-popup .modal-header .close {
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 25px;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00d2b5;
        border: none;
        color: #fff;
    }

.company-list-popup .cropper-container.cropper-bg {
    height: 400px;
}

.leave-review-bg .checkbox-data .form-check-input[type="checkbox"] {
    cursor: pointer;
}

/*.leave-review-bg .step {
    padding: 15px 58px;
}*/

.btn-row.located #addLocationBtn {
    width: 100%;
    text-align: left;
}

    .btn-row.located #addLocationBtn i {
        margin-right: 5px;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
    }

.bg-card-portfolio {
    background: #fffcf6;
    padding: 10px 15px;
    border-radius: 15px;
}

.px35 {
    padding: 35px 55px;
}

.height100vh {
    height: 100vh;
}

/*.pading-top-120 {
    padding-top: 240px !important;
}*/

.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

.profileImage-img-div.is-invalid {
    border-radius: 15px;
    border: 1px solid red;
}

.profileImage-img-div {
    border-radius: unset;
    border: unset;
}

.popover-body span {
    color: red !important;
}

.compnay-size-fild .input-group-text {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #9499b7;
    border-right: 1px solid #ddd;
    z-index: 9;
    background: top;
    border: none;
    border-right: 1px solid #ddd;
    padding: 26px 3px;
}

.compnay-size-fild .form-control {
    position: inherit;
    padding-left: 33px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.form-step-outer .copy-input-data.is-invalid {
    border: 2px solid red !important;
}



.form-control.is-invalid {
    border-color: red !important;
}

.pass-show-hide .btn-show-pass {
    height: auto;
    top: 51px;
    z-index: 99999;
    color: #000;
}

.pass-show-hide .form-control {
    position: relative;
}









.singin-area {
    height: 100vh;
}

.header-search {
    display: flex;
    position: relative;
}

    .header-search .search-input {
        width: 100%;
        height: 40px;
        padding-right: 33px;
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .header-search img {
        position: absolute;
        z-index: 9;
        top: 35%;
        right: 12px;
    }

.main-header .navbar-brand {
    padding-top: 0px;
    padding-bottom: 7px;
}

.forgot-pass-check-lable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com-call-section .btn-right .tooltip-area {
    display: block;
    margin-left: auto;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    color: #000;
    font-size: 18px;
    text-align: right;
}

    .com-call-section .btn-right .tooltip-area:hover {
        color: #088785;
    }

[tooltip][flow^="left"]::before {
    top: 38%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 6px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 38%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip); /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip] {
    position: relative; /* opinion 1 */
}

.page-no-textbox {
    margin: 0;
    height: 38px;
    border-radius: 6px;
}

.table tr td.nodata {
    padding: 80px 20px;
}

    .table tr td.nodata img {
        display: block;
        margin: 5px auto;
    }

.no-reviews {
    padding: 80px 30px;
}

.header-service .dropend:hover > .dropdown-menu {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}

li.nav-item.dropend.header-service .dropdown-menu .li-child-category {
    padding: 0 10px;
}

a.nav-link.dropdown-toggle.main-category:hover .dropdown-menu.header-service.show {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

li.nav-item.dropend.header-service .dropdown-menu .child-category {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

li.nav-item.dropend.header-service .main-category {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 2px solid transparent;
}

    li.nav-item.dropend.header-service .main-category i {
        font-size: 16px;
        margin-left: 14px;
    }

.dropend .dropdown-toggle::after {
    display: none;
}

a .dropdown-item.child-category {
    min-width: 242px;
}

.partner-banner {
    background: url(/Content/companylist/images/become-partner-growth-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 79px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.partner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.handshake-graphic {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.partner-text {
    flex: 2;
    min-width: 300px;
    text-align: center;
}

    .partner-text h2 {
        font-size: 48px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
        line-height: normal;
        display: block;
    }

.demo-button {
    background-color: #ffcc00;
    color: #000;
    padding: 13px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

    .demo-button:hover {
        background-color: #e6b800;
    }

.profile-dropdown.client-profile-dropdown {
    height: auto;
    min-height: auto;
    overflow-y: inherit;
}

.msg-icons {
    display: flex;
    align-items: center;
    gap: 35px;
    /* margin: 0 30px;*/
}

    .msg-icons a {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

.navbar-collapse .search-input {
    padding: 10px;
    margin-right: -18px;
    border-radius: 10px;
    border: 1px solid #D1D1D2;
}

    .navbar-collapse .search-input:focus {
        border: 1px solid #FFC107;
        box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.right-login .disclaimer {
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px;
    position: relative;
    z-index: 999;
    color: white;
    margin-top: 0px;
    color: #000;
}

    .right-login .disclaimer a {
        color: #0077B5;
    }

.navbar-collapse .gap-2 {
    gap: 30px !important;
}

.profile-compnay-logo {
    width: 65px;
    margin-right: 10px;
}

.deshboard-bottom .btn-row .bg-yellow {
    position: relative;
    z-index: 1;
}


/*..................=============================..................*/


.background-color-company-reviews {
    background: #d2d2d280;
    border-radius: 10px;
}

.contact-profile-dealis h2 {
    margin-bottom: 10px;
}

.dropdown-toggle.after-icon::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: .255em;
    background-image: url('/Content/companylist/images/accordian-icon-black.png');
    background-repeat: no-repeat;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    vertical-align: -1px;
}

.dropdown-toggle.after-icon.show::after {
    transform: rotate(180deg);
    vertical-align: -2px;
}


/*Company Notifications Dashboard* Css Start*/

.notification-wrap .tabs {
    display: flex;
    border: 0;
}

.notification-wrap .tab {
    padding: 14px 24px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: 1px solid #E6E6E6;
}

.all-msg {
    border-right: 1px solid #E6E6E6;
}

.notification-wrap .tab.active {
    color: #00a89a;
    border-bottom: 2px solid #00a89a;
}

.notification-wrap .list-box {
    margin: 0;
    padding: 0px;
    min-height: auto;
}

.notification-wrap .msg {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-top: 13px;
}

    .notification-wrap .msg:hover {
        background: #eee;
    }

    .notification-wrap .msg .left .title {
        font-weight: 700;
        color: #008080;
    }

    .notification-wrap .msg .left .sub {
        font-size: 14px;
        margin-top: 4px;
        color: #666;
    }

.notification-wrap .badge {
    background: #bdbdbd;
    color: #000;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    height: fit-content;
    margin-top: 5px;
    margin-right: 22px;
}

.notification-wrap .empty {
    text-align: center;
    padding: 18px;
    font-size: 15px;
    color: #888;
}

.rightviewdata {
    align-items: center;
}

.notification-wrap .msg-time {
    margin-right: 80px;
}

.view-msg a {
    color: #1DA8A6;
    font-weight: 600;
}

    .view-msg a:hover {
        color: #000;
    }

.userimg {
    margin-right: 15px;
}

.user-data .title {
    color: #1DA8A6;
    font-weight: 500;
    font-size: 20px;
}

.msg-time, .user-data .sub {
    color: #838383;
}

.priority-area {
    display: flex;
    height: 78vh;
    align-items: flex-start;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #E6E6E6;
}
    /* Sidebar */
    .priority-area .sidebar {
        width: 30%;
        max-width: 440px;
        overflow-y: auto;
        margin: 0;
    }

    /* Message List */
    .priority-area .message-item {
        display: flex;
        /* padding: 0px 15px; */
        border-radius: 0px;
        cursor: pointer;
        background: #EBEBEB;
        overflow-y: auto;
        padding: 20px 18px;
        margin-top: 25px;
        border: 1px solid transparent;
        width: 100%;
    }

/*.message-item.active {
    border: 1px solid #00a3a3;
}*/

.message-item .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1DA8A6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}

.message-info h4 {
    font-size: 14px;
}

.message-info p {
    color: gray;
    font-size: 12px;
}

.date {
    margin-left: auto;
    font-size: 11px;
    color: gray;
}

/* Right Pane */
.chat-pane {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-left: 1px solid #ddd;
    padding-left: 0;
    padding-right: 55px;
}

.chat-header {
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 15px;
    padding-left: 40px;
}

    .chat-header .icon {
        width: 45px;
        height: 45px;
        background: #1DA8A6;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 50px;
        font-weight: bold;
        color: #fff;
    }

.chat-actions {
    margin-left: auto;
    position: relative;
}

    .chat-actions a {
        margin-left: 15px;
        color: #00a3a3;
        text-decoration: none;
    }

.chat-date {
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-size: 12px;
    display: block;
    background: #F6F6F6;
    width: 100px;
    border-radius: 17px;
    padding: 5px 5px;
    display: block;
    margin: 16px auto;
}

.chat-message {
    margin-top: 20px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    line-height: 1.6;
    margin-left: 130px;
}

.chat-input {
    margin-top: auto;
    display: flex;
    gap: 10px;
    padding-top: 15px;
    position: relative;
}

    .chat-input input {
        flex: 1;
        padding: 12px 55px;
        padding-left: 130px;
        border: 1px solid #ccc;
        border-radius: 0;
        border-left: 0px;
    }

        .chat-input input:focus {
            box-shadow: none;
            outline: 0;
        }

    .chat-input button {
        padding: 3px 18px;
        background: transparent;
        color: #1DA8A6;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 24px;
        font-size: 29px;
    }

.msg-time-seen {
    margin-top: 8px;
    font-size: 14px;
    color: #9C927A;
}

#filesPopup {
    position: absolute;
    right: 0;
    top: 34px;
}

.files-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #007b8f;
}

/* OVERLAY */
.popup-overlay {
    display: none;
}

/* POPUP BOX */
.popup-box {
    width: 350px;
    background: white;
    border-radius: 8px;
    padding-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* HEADER */
.popup-header {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    color: #0097a7;
    font-weight: bold;
}

/* BODY */
.popup-body {
    text-align: center;
    padding: 25px;
}

.nofile-img {
    width: 70px;
    margin-bottom: 10px;
}

.popup-body p {
    margin-top: 10px;
    color: #666;
}

.details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

    .details-overlay .popup-box {
        background: #fff;
        width: 70%;
        max-width: 800px;
        border-radius: 10px;
        padding: 20px;
        position: relative;
    }

    .details-overlay .close-btn {
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 30px;
        cursor: pointer;
        border: 2px solid #000;
        width: 35px;
        height: 35px;
        line-height: 32px;
        padding: 0px;
        text-align: center;
        border-radius: 30px;
    }

    .details-overlay .popup-header {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 2px solid #ddd;
    }

    .details-overlay .popup-row {
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px solid #ddd;
        align-items: center;
    }

        .details-overlay .popup-row .left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

    .details-overlay .user-icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
    }

.col-details {
    background: #fff;
    margin: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 8px 20px 19px 20px;
}
/* RESPONSIVE */
@media (max-width: 900px) {
/*    .container {
        flex-direction: column;
    }*/

    .sidebar {
        width: 100%;
        max-width: none;
        height: 250px;
    }
}


/*..................=============================..................*/


.company-col.company-item {
    padding: 0px 15px 15px 15px;
}

.py-195 {
    /* padding-top: 195px !important;
    padding-bottom: 195px !important;*/
    padding-top: 35px !important;
    padding-bottom: 45px !important;
}

button#skipCompanyPortfolioBtn {
    min-width: 164px;
}

.btn-theme.btn.bg-gray {
    min-width: 164px;
}

/*.btn-theme.btn.bg-yellow {
    min-width: 164px;
}*/

button#prevBtnSubmitReview {
    min-width: 164px;
}

div#categoryListineditmod {
    background-color: #8080801c;
    padding: 10px 10px 0px 10px;
    border-radius: 6px;
}

.cat-list-card span {
    background: #c8c3c3;
    padding: 10px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

a.nav-link.all-services-final:hover {
    background: #50a6a5;
    margin-right: 10px;
    border-radius: 6px;
}

/*.popular-search span {
    background: gainsboro;
    display: inline-block;
    border-radius: 6px;
    border-left: 1px solid transparent;
    padding: 10px 12px 10px 5px;
}*/

    .popular-search span:hover {
        background: #f0ffff;
        cursor: pointer;
        border-left: 1px solid #3c8584;
    }

.background-color-unset {
    background: unset;
}

.dashboard-verify-business-seaction {
    background-color: #d2eceb;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

    .dashboard-verify-business-seaction span {
        font-weight: bold;
        color: #1DA8A6;
    }

.popular-search-option.selected {
    background: #f0ffff;
    cursor: pointer;
    border: 1px solid #4f8383;
    color: #3c8584;
}





/* About Page Css */

.about-bannerimg {
    position: absolute;
    top: 37px;
    right: 0;
}

.hero-home-page .width-auto100 img {
    max-height: 613px;
    width: 252px;
}

.stats-section {
    padding: 30px 0px;
}

.stats-container {
    width: 623px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.stat-box {
    text-align: center;
}

    .stat-box h2 {
        font-size: 28px;
        color: #009a9a;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .stat-box p {
        font-size: 14px;
        color: #009a9a;
        line-height: 18px;
    }

.divider {
    width: 2px;
    height: 81px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%);
}

.execute-section {
    padding: 40px 0px;
    background: #fff;
}

.about-container {
    padding-top: 35px;
    padding-bottom: 20px;
}

.aoutus-bg {
    padding: 100px 0;
    background: url('/Content/companylist/images/aboutUs-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-container .title {
    text-align: center;
}

.about-container .borstar {
    background-image: url(/Content/companylist/images/heading-star.png);
    background-repeat: no-repeat;
    padding: 5px 0 5px 52px;
    background-position: 0 3px;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.execute-grid {
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 20px;
    align-items: center;
}

.execute-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.execute-cards {
    display: flex;
    gap: 20px;
}

/* Common Card Style */
.execute-grid .card {
    position: relative;
    padding:40px;
    border: none;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
}

.execute-grid .card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.execute-grid .card p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 12px;
}

.execute-grid .card-providers p {
    color: #000;
}

.execute-grid .link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    /* margin-bottom: -23px; */
    background: #fff;
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-81px, 0);
    padding: 15px 20px;
    border-radius: 50px;
        z-index: 9;
}

.execute-grid .card-providers .link {
    background: #00b8c0;
    color: #fff;
}

/* Light backgrounds like design */
.execute-grid .card-buyers {
    background: rgba(29, 168, 166, 0.6);
    border: 1px solid #1DA8A6;
    backdrop-filter: blur(5.5px);
    color: #fff;
}

.execute-grid .card-providers {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(5px);
}

.around-world {
    background: #EFEFF7;
    padding: 40px 0;
}

.businesses-world {
    background: url(../images/around-word-map.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding: 250px 233px;
    margin-top: 26px;
}

.businesses-world .stat-box h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.businesses-world .stat-box p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.businesses-world .divider {
    height: 116px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0, 0, 0) 50%,rgba(0,0,0,0) 100%);
}

/* -----------------------------
   GALLERY SECTION
----------------------------- */

.team-area {
    background: #fff;
    padding: 40px 0;
}

.gallery-section {
    text-align: center;
    padding: 40px 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    max-width: 980px;
    margin: auto;
}

    .gallery-grid img {
        width: 100%;
        object-fit: cover;
    }

/* Join button */
.join-btn a {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    border: 1px solid #1ca59b;
    color: #1ca59b;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .join-btn a:hover {
        background: #1ca59b;
        color: white;
    }

/* -----------------------------
   LEADERSHIP TEAM SECTION
----------------------------- */
.spark {
    color: #00c7b5;
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
}

.leaders-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 77px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
}

    /* Card */
    .leaders-wrapper .leader-card {
        position: relative;
        border-radius: 20px;
        text-align: center;
    }

    .leaders-wrapper .bg-curve {
        background: linear-gradient(142deg, #1DA8A6 11.36%, #FFF5F1 81.66%);
        width: 100%;
        height: 140px;
        width: 235px;
        height: 249px;
        border-radius: 110px 110px 0px 0px;
    }

    .leaders-wrapper .leader-card img {
        width: 100%;
        position: absolute;
        top: -71px;
        right: -51px;
        left: 0;
        margin: auto;
    }

    .leaders-wrapper .info {
        width: 233px;
        float: left;
        position: relative;
        padding: 8px 20px;
        background: linear-gradient(90.96deg, #1DA8A6 59.48%, rgba(12, 66, 65, 0) 98.59%);
        border-radius: 12px 0px 0px 12px;
        margin-top: -61px;
        color: white;
        margin-left: -39px;
    }

        .leaders-wrapper .info h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
        }

        .leaders-wrapper .info p {
            margin: 0;
            font-size: 13px;
            opacity: 0.9;
        }

.testimonial-section-about {
    background: #FFBB00; /* yellow */
    padding: 0px 0;
    margin-top: 60px;
}

    /* Left Section Image */
    .testimonial-section-about .testimonial-image {
        position: relative;
        width: 24%;
        float: left;
    }

    .testimonial-image.float-right {
        float: right;
    }

    .testimonial-section-about .circle-bg {
        width: 311px;
        height: 311px;
        background: #fff;
        border-radius: 50%;
        position: relative;
        left: 0;
        top: -14px;
    }

    .testimonial-section-about .testimonial-image img {
        position: absolute;
        width: 246px;
        z-index: 2;
        left: 32px;
        top: -34px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    /* Right Content */
    .testimonial-section-about .testimonial-content {
        width: 67%;
        display: inline-block;
        margin-left: 80px;
        padding: 50px 0;
    }

    .testimonial-section-about .quote-icon {
        font-size: 51px;
        color: #fff;
        font-weight: bold;
        line-height: 8px;
        white-space: nowrap;
        display: block;
        margin-left: -36px;
    }

    .testimonial-section-about .quote-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
        margin: 0px 0 20px;
    }

    .testimonial-section-about .name {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
    }

    .testimonial-section-about .designation {
        margin: 0;
        font-size: 14px;
        opacity: 0.9;
    }

/* ---------- About Page Css End ---------- */

/* ---------- Get Verified Page Css Start ---------- */

.get-verified-img {
    right: -77px;
    bottom: -94px;
    top: unset;
}

.hero-bottom-section {
    position: relative;
    background-color: #FFF7EB;
    padding: 60px 0;
}

.abox-3-holder {
    padding: 50px 15px;
}

.abox-3 {
    display: flex;
    gap: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

    .abox-3 h5 {
        color: #000;
        font-size: 1.05rem;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .abox-3 p {
        font-size: 16px;
        margin-bottom: 0;
        color: #212529;
    }

/* .abox-3-holder .col-lg-4 {
    padding: 0px;
} */

.statistic-section {
    background-image: url(../images/statistic.jpg);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.statistic-block {
    text-align: center;
    margin-bottom: 40px;
}

    .statistic-block h5 {
        color: #008080;
        font-size: 34px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0.5px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .statistic-block p {
        font-size: 1.05rem;
        color: #000;
        margin-bottom: 0;
    }


.testimonial-section-getverified {
    background-color: #fff;
    padding: 60px 0px;
    position: relative;
}

    .testimonial-section-getverified .testimonial-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 40px;
    }

    .testimonial-section-getverified .testimonial-card {
        background-color: white;
        border-radius: 8px;
        padding: 25px;
        margin: 0;
        border: 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        text-align: left;
        padding-bottom: 0;
        position: relative;
    }

        .testimonial-section-getverified .testimonial-card span img {
            max-width: 15%;
            margin-bottom: 20px;
        }

    .testimonial-section-getverified .quote {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }

    .testimonial-section-getverified .author {
        font-weight: bold;
        color: #000;
    }

    .testimonial-section-getverified .testimonial-card .bottom-right-quote {
        display: block;
        margin-left: auto;
        max-width: 90%;
        position: relative;
        right: -26px;
    }

    .testimonial-section-getverified .cta-section {
        text-align: center;
    }

    .testimonial-section-getverified .cta-text {
        font-size: 20px;
        color: #008080;
        margin-bottom: 20px;
    }

        .testimonial-section-getverified .cta-text span {
            font-weight: bold;
        }

.cta-button {
    background-color: #008080;
    color: white;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

    .cta-button:hover {
        background-color: #006666;
    }


.compare-section {
    background: linear-gradient(142deg, #FFF7EB 11.36%, #FFF5F1 81.66%);
    padding: 60px 0px;
}

.section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 700;
}

    .section-title .icon {
        color: #00c4b3;
        margin-right: 5px;
    }

.container {
    max-width: 1200px;
    margin: auto;
}

.compare-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.compare-box {
    width: 44%;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
}

.basic-box {
    background: #fff;
}

.premium-box {
    background: #f1d4ff;
}

.badge {
    position: absolute;
    top: -60px;
    right: -32px;
    padding: 12px 18px;
}

.compare-box h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px;
}

.sub {
    text-align: center;
    color: #888;
    margin-bottom: 25px;
}

.feature-head {
    background: #f5f5f5;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.feature-list {
    list-style: none;
    padding: 0;
}

    .feature-list li {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        /* border-bottom: 1px solid #efefef; */
    }

.tick {
    color: #0cbc63;
    font-weight: bold;
}

.right-text {
    font-weight: 600;
    color: #444;
}

.how-verified {
    background: #fff;
    padding: 40px 0;
}

    .how-verified .how-it-work-col {
        height: 100%;
        background: #DEDFFB29;
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
        border-radius: 24px;
    }

.cta-section {
    text-align: center;
}

.how-verified .how-it-work-col span {
    background-color: #1DA8A6;
    padding: 5px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 43px;
}

.get-faq {
    background: #fff;
}

/* ---------- Get Verified Page Css End ---------- */

/* ---------- Billing Page Css start ---------- */
/* Top Boxes */
.info-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
    text-align: left;
    height: 100%;
}
/* Top Bar */
.top-bar {
    padding: 15px 0;
}

.text-md-right {
    text-align: right;
}

.welcome-text {
    font-weight: 700;
    font-size: 22px;
}

.top-buttons .btn-primary {
    padding: 6px 16px;
    border-radius: 6px;
    background: #C3DFFF;
    border: 1px solid #C3DFFF;
    color: #000;
    font-size: 16px;
}

.help-text {
    margin: 0 10px;
    color: #777;
}

.contact-link {
    color: #008CFF;
    font-weight: 600;
    font-size: 14px;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 50px;
}

.add-method-gap {
    gap: 10px;
}

    .add-method-gap img, .add-method-gap small {
        margin-bottom: 20px;
    }

/* Activity Section */
.activity-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

/* Table Scroll on Mobile */
/* OUTER WRAPPER */
.table-wrapper-custom {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    background: white;
    width: 100%;
}

/* TABLE */
.custom-table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

    .custom-table thead tr {
        background: #f7f7f7;
    }

    .custom-table thead th {
        background: #F2F3F3;
        padding: 14px 18px;
        font-size: 14px;
        font-weight: 600;
        color: #222;
        border-bottom: 1px solid #e6e6e6;
    }

    .custom-table tbody td {
        padding: 18px;
        font-size: 14px;
        color: #444;
        border-bottom: 1px solid #f1f1f1;
    }

    /* Last Row Border Remove */
    .custom-table tbody tr:last-child td {
        border-bottom: none;
    }

/* No Activity Row */
.no-activity-row {
    padding: 140px 30px !important;
    font-weight: 800;
    color: #000 !important;
    font-size: 30px !important;
}

.styled-table tbody td {
    padding: 14px 18px;
    border-bottom: 1px solid #efefef;
}

/* Remove border from last row */
.styled-table tbody tr:last-child td {
    border-bottom: none;
}

/* Blue link text */
.link-blue {
    color: #1e6bd6;
    font-weight: 600;
    text-decoration: none;
}

/* Status Badge */
.status-paid {
    background: #4CAF50;
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}

/* Dropdown Style */
.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin: 5px 0;
}

.custom-select {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

    .custom-select img {
        margin-right: 6px;
    }

    .custom-select .selected {
        font-size: 14px;
    }

    .custom-select .arrow {
        position: absolute;
        right: 12px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        transform: translateY(-50%);
        transition: 0.3s;
    }

    .custom-select.open .arrow {
        transform: translateY(-50%) rotate(180deg);
    }

    .custom-select .options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-top: 5px;
        padding: 0;
        list-style: none;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.3s ease;
        z-index: 999;
    }

    .custom-select.open .options {
        max-height: 300px;
        opacity: 1;
    }

    .custom-select .options li {
        padding: 10px 12px;
        cursor: pointer;
        font-size: 14px;
    }

        .custom-select .options li:hover {
            background: #f5f5f5;
        }

.payment-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.back-text {
    font-size: 22px;
    color: #000;
}

    .back-text:hover {
        color: #00a891;
    }

.title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stripe-logo {
    width: 80px;
    margin-left: 19px;
    margin-bottom: 20px;
}

.saved-card-box {
    border: 2px solid #e0e0e0;
    padding: 20px;
    width: 200px;
    border-radius: 12px;
    margin: 20px 0;
}

    .saved-card-box h4 {
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }

    .saved-card-box p {
        margin: 5px 0 0;
        color: #888;
    }

/* Tabs */
.payment-tabs {
    display: flex;
    gap: 15px;
}

.payment-container .tab-btn {
    flex: 1;
    color: #212121;
    background: white;
    border: 1px solid #dcdcdc;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

    .payment-container .tab-btn.active {
        border-color: #4ba3ff;
    }

    .payment-container .tab-btn:hover {
        background: #f5faff;
    }

/* Link */
.link-fast {
    margin: 22px 0;
    color: #497cff;
    font-weight: 600;
    cursor: pointer;
}

/* Inputs */
.payment-container label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.payment-container .input-box {
    position: relative;
}

    .payment-container .input-box input {
        width: 100%;
        padding: 13px 45px 13px 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
        font-size: 16px;
    }

.payment-container .right-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    opacity: 0.8;
}

/* Button */
.save-btn {
    background: #1DA8A6;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 15px;
    width: 220px;
}

.payment-container .info-text {
    font-size: 16px;
    color: #838383;
}

/* ---------- Billing Page Css End ---------- */


/* ---------- Responsive ---------- */
@media (max-width: 1450px) {
    .profile-dropdown {
        min-height: 600px;
        height: 100%;
        overflow-y: scroll;
    }

    /* About page css */
    .about-bannerimg {
        position: unset;
        top: unset;
        right: unset;
        margin-top: 67px;
    }

        .about-bannerimg img {
            max-width: 77%;
            display: block;
            margin: 0 auto;
        }

    .right-img.width-auto100 {
        bottom: 0;
        top: unset;
    }

    .hero-home-page .width-auto100 img {
        max-height: 434px;
        width: 194px;
    }

    .execute-grid {
        align-items: inherit;
    }

    /*.testimonial-section-about {
        margin-top: 0px;
    }*/

    .team-area {
        padding-bottom: 20px;
    }

    .testimonial-section-about .circle-bg {
        top: -29px;
    }

    .testimonial-section-about .testimonial-image img {
        top: -31px;
    }
}

@media (max-width: 600px) {
    header span {
        font-size: 14px;
    }

    .form-container h2 {
        font-size: 16px;
    }

    #nextBtn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .profile-dropdown {
        left: -22px;
        top: 39px;
    }

    /* About page css */
    .execute-grid {
        grid-template-columns: 1fr;
    }

    .execute-img {
        order: -1;
    }

    .execute-title {
        font-size: 24px;
    }

    .stats-container {
        flex-direction: column;
        gap: 30px;
    }

    .divider {
        display: none;
    }

    .stat-box h2 {
        font-size: 26px;
    }

    .testimonial-section-about .testimonial-image, .testimonial-content {
        width: 100%;
        float: unset;
        overflow: hidden;
    }

    .testimonial-section-about .testimonial-content {
        margin-left: 0;
        width: 100%;
        display: block;
        padding: 26px 0;
    }

    .testimonial-section-about .quote-icon {
        margin-left: 0;
    }

    .testimonial-section-about .circle-bg {
        width: 260px;
        height: 260px;
        left: 50%;
        transform: translateX(-50%);
        top: 14px;
    }

    .testimonial-section-about .testimonial-image img {
        width: 220px;
        left: 50%;
        top: -7px;
        margin: auto;
        display: block;
        transform: translateX(-50%);
    }

 /*   .top-banner-wrapper {
        padding: 36px 0 !important;
        padding-bottom: 10px !important;
    }*/

    .about-bannerimg {
        margin-top: 0 !important;
    }

        .about-bannerimg img {
            max-width: 100% !important;
        }

   /* .hero-home-page .left-img {
        display: none;
    }
*/
    .hero-bottom-section {
        margin-top: 0;
    }

    .how-verified .how-it-work-col {
        height: auto;
        margin-bottom: 20px;
    }

    .badge {
        top: -30px;
        right: -51px;
    }

        .badge img {
            max-width: 60%;
        }

    .stats-container {
        width: 100%;
    }

    .execute-grid {
        display: flex;
        flex-direction: column;
    }

    .businesses-world {
        padding: 30px 13px;
        flex-direction: column;
    }

    .leaders-wrapper .info {
        margin-left: 0;
        width: 283px;
    }

    .leaders-wrapper .bg-curve {
        width: 315px;
        height: 315px;
        margin: 0 auto;
        display: block;
        border-radius: 315px 315px 0px 0px;
    }

    .leaders-wrapper .leader-card img {
        width: 83%;
        top: -73px;
        right: 0;
    }

    .abox-3 {
        margin-bottom: 18px;
    }

    .testimonial .slick-prev, .testimonial .slick-next {
        top: 104%;
    }

    .testimonial .slick-next {
        right: 0;
    }

    .testimonial .slick-prev {
        left: unset;
        right: 40px;
    }

    /* ---------- Billing Page Css ---------- */
    .payment-tabs {
        flex-direction: column;
    }

    .title-row h2 {
        font-size: 19px;
    }
}

/* About page css */

@media(max-width: 1024px) {
    .execute-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* About page css end */


/* Get Verified page css */
@media (max-width: 900px) {
    .compare-box {
        width: 100%;
    }

    /* ---------- Billing Page Css ---------- */

    .text-md-right {
        text-align: left;
        margin-top: 15px;
    }
    /* MOBILE SCROLL */
    .table-wrapper-custom {
        overflow-x: auto;
    }
}



/*----------------------------------------------------  Category Card  -------------------------------------------------------------*/



/*.design-cat-card {
    background-color: #FFF3DD;
}

.marketing-cat-card {
    background-color: #DDFFE2;
}

.engineering-cat-card {
    background-color: #FDDDFF;
}

.writing-cat-card {
    background-color: #FFDDDD;
}

.software-cat-card {
    background-color: #DDFFFD;
}

.data-cat-card {
    background-color: #FFF3DD;
}

.legal-cat-card {
    background-color: #DDFFE2;
}

.admin-cat-card {
    background-color: #DDF0FF;
}

.accounting-cat-card {
    background-color: #FDDDFF;
}

.it-cat-card {
    background-color: #FFDDDD;
}

.translation-cat-card {
    background-color: #DDFFFD;
}

.customer-cat-card {
    background-color: #DDF0FF;
}*/




.digital-marketing-card {
    background-color: #DDFFE2;
}

.services-guides-card {
    background-color: #DDF0FF;
}

.design-creative-card {
    background-color: #FFF3DD;
}

.it-networking-card {
    background-color: #FDDDFF;
}

.financial-services-card {
    background-color: #FFDDDD;
}

.e-commerce-card {
    background-color: #DDFFFD;
}

.frameworks-card {
    background-color: #DDFFE2;
}

.web-development-card {
    background-color: #DDF0FF;
}

.software-development-card {
    background-color: #FFF3DD;
}

.mobile-apps-development-card {
    background-color: #FDDDFF;
}

.admin-support-card {
    background-color: #FFDDDD;
}

.sales-support-card {
    background-color: #DDFFFD;
}

.emerging-tech-card {
    background-color: #DDFFE2;
}









.accordion.overflow-height {
    max-height: 470px;
    overflow-y: auto;
}


input.budget-item.width-unset {
    width: unset;
    margin-right: 10px;
}

label.dropdown-item.active-unset:active {
    color: unset;
    background-color: unset;
    text-decoration: unset;
}

.ul-overflow-height-160 {
    max-height: 270px;
    overflow-y: auto;
    min-width: 330px;
}

/* ---------- Increase Position Model Popup Css ---------- */

.sponsor .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.sponsor .option-row {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 18px;
    transition: background 0.2s, border-color 0.2s;
    cursor: pointer;
}

.sponsor .sponsor-option {
    padding: 4px 8px;
    border: 0px;
    cursor: inherit;
}

.sponsor-option:hover {
    background: unset !important;
}

.sponsor .option-row:hover {
    background: #e6f9f7;
}

.sponsor .option-row.active {
    background: #e6f9f7;
    border-color: #22c4ad;
}

.sponsor .option-row .row > div {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.sponsor .btn-teal {
    background-color: #22c4ad;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 8px;
}

    .sponsor .btn-teal:hover {
        background-color: #1fa897;
    }

/* Text link in footer */
.sponsor .modal-body a {
    color: #0066cc;
    text-decoration: none;
}

    .sponsor .modal-body a:hover {
        text-decoration: underline;
    }

/* ---------- Top App Developers in India Css ---------- */
.top-app-developer {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

.heading-top-developer {
    background: #E8C94E;
    padding: 13px 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .heading-top-developer h4 {
        font-size: 20px;
    }

.top-app-developer .options-list {
    padding: 60px 30px 40px 30px;
}

.unlock-performance {
    background: url(../images/unlock-performance-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 42px 0px;
    margin: 48px 0;
}

    .unlock-performance h4 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
    }

    .unlock-performance img {
        width: 35px;
    }


ul.dropdown-menu.service.show {
    min-width: 270px;
}

.company-section-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.company-section-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.company-section-scrollbar::-webkit-scrollbar-thumb {
    background: #3c8584;
    border-radius: 10px;
}

    .company-section-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
        cursor: pointer;
    }

.keyword-search-btn {
    margin-left: 15px;
}

form.keyword-search.search-bar-main input.form-control {
    background-color: #ffffff;
    border-radius: 10px !important;
    border: 1px solid #dbdbdb !important;
    height: 54px;
}

form.keyword-search.search-bar-main.ms-2.me-3.mt-5 {
    display: block;
}

form.keyword-search.search-bar-main .input-group {
    background-color: inherit;
    border-radius: inherit;
    border: inherit;
    padding-left: inherit;
}

form.keyword-search .btn-theme {
    margin-left: 12px !important;
}

form.keyword-search.search-bar-main .input-group {
    max-width: 536px;
}

.search-suggestion-box-keyword {
    background: #fff;
    width: 400px;
    border-radius: 10px;
    padding: 0px 0;
    border: 1px solid #dbdbdb !important;
    margin-top: 3px;
    display: none;
    position: absolute;
    top: 54px;
}

    .search-suggestion-box-keyword.landing {
        background: #fff;
        width: 100%;
        border-radius: 10px;
        padding: 0px 0;
        border: 1px solid #dbdbdb !important;
        margin-top: 0;
        display: none;
        position: absolute;
        top: 49px;
        right: 0;
        z-index: 1;
    }

    .search-suggestion-box-keyword .landing-drop-toplist:hover{
        background: #f0ffff;
        border-left: 1px solid #3c8584;
    }

    .search-suggestion-box-keyword .landing-drop-toplist a:hover {
        background: unset;
        border-left: 1px solid transparent;
    }
    .search-suggestion-box-keyword .suggestion-item-header {
        border-left: 1px solid transparent;
        padding: 8px 15px;
        cursor: pointer;
    }

    .search-suggestion-box-keyword .suggestion-item-header:hover {
        background: #f0ffff;
        border-left: 1px solid #3c8584;
    }

.search-suggestion-box-keyword {
    max-height: 250px;
    overflow-y: auto;
}

.comp-summry-bg {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
}

.landing-drop-toplist {
    display: flex;
    align-items: center;
    border-left: 1px solid transparent;
}

.landing-drop-toplist a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color:#000;
}

.landing-drop-toplist a img {
    border-radius: 50px;
}

.landing-drop-toplist .suggestion-rating {
    text-align: right;
    display: block;
    margin-left: auto;
}
/* ---------- All Categories Page Css ---------- */
.categories-bas-area {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .categories-bas-area .sidebar {
        width: 280px;
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        border-radius: 0px;
        height: fit-content;
        background: #fff;
        max-height: 510px;
        overflow-y: auto;
    }

        .categories-bas-area .sidebar h3 {
            margin-bottom: 12px;
            padding: 10px 15px;
            color: #1DA8A6;
        }

.side-menu__icon {
    margin-inline-end: .625rem;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1.25rem;
    text-align: center;
    color: #1DA8A6;
    fill: #1DA8A6;
    border-radius: 5px;
}

.bredcum-top-hadding {
    margin-bottom: 15px;
}

    .bredcum-top-hadding h4 {
        color: #1DA8A6;
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

.categories-bas-area .sidebar ul {
    list-style: none;
    padding: 0;
}

.categories-bas-area .sidebar li {
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

    .categories-bas-area .sidebar li:hover, .categories-bas-area .sidebar li.active {
        background: #1DA8A617;
        color: #1DA8A6;
    }

.categories-bas-area .main {
    flex: 1;
    padding: 0px 20px;
}

.categories-bas-area .search-bar {
    margin-bottom: 20px;
    position: relative;
}

    .categories-bas-area .search-bar i {
        position: absolute;
        top: 38%;
        left: 16px;
    }

.categories-bas-area input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    padding-left: 45px;
}

.categories-bas-area .main-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 448px;
    overflow-y: auto;
}

.categories-bas-area .tab {
    background: white;
    padding: 12px 22px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .categories-bas-area .tab:hover {
        background: #1DA8A640;
        color: #000;
    }

    .categories-bas-area .tab.active {
        background: #1DA8A617;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 0px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .categories-bas-area .tab .arrow {
        margin-left: 10px;
    }

.categories-bas-area .sub-list {
    display: none;
    padding: 10px 0px;
    background: #fff;
    border-left: 0px;
    margin-top: -11px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .categories-bas-area .sub-list.active {
        display: block;
        padding: 10px 22px;
    }

.categories-bas-area .platform-item {
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .categories-bas-area .platform-item:hover {
        color: #1DA8A6;
    }

    .categories-bas-area .platform-item .plus {
        float: right;
    }

.categories-bas-area .platform-data {
    display: none;
    margin-top: 0;
    background: #fff;
    padding: 22px 0px;
   /* border: 1px solid #ddd;*/
    border-left: 0;
    border-right: 0px;
}

    .categories-bas-area .platform-data.active {
        display: flex;
        gap: 30px;
    }

.categories-bas-area .column {
    flex: 1;
}

    .categories-bas-area .column h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .categories-bas-area .column a {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        color: #000000;
        text-decoration: none;
    }

        .categories-bas-area .column a:hover {
            color: #1DA8A6;
            text-decoration: underline;
        }

.categories-box {
    display: none;
}

.sidebar {
    width: 260px;
    background: #fff;
    height: 100vh;
    position: relative;
    left: 0;
    top: unset;
    z-index: 9;
    padding: 20px;
    transition: all 0.3s ease;
}

.close-sidebar {
    font-size: 28px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 19px;
    right: 15px;
    font-weight: bold;
}

.sidebar-toggle h3 {
    margin-bottom: 12px;
    padding: 10px 15px;
    color: #1DA8A6;
    display: none;
}

.sidebar .nav-link.categories-active {
    background: #1DA8A617;
    color: #1DA8A6;
}

section.comapny-listing-top-wrapper.company-directories-background-color {
    background-color: #fffbf5;
}

.width-150 {
    width: 143px;
}

.totalCount-companies {
    width: 276px;
}

.width-15-par {
    width: 15%;
}

.input-group-prepend.width-35 .fillter-search-img-width-35 {
    width: 35px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.rounded-pill.filter-badge {
    padding: 10px 20px !important;
    font-size: 16px;
    color: #2864AA !important;
    border: 1px solid #2864AA !important;
    border-radius: 10px !important;
    background-color: #fff !important;
}

.selectedFilter.clearAll {
    color: #2864AA;
}

.location-suggestionList {
    top: 100%;
    z-index: 1000;
    left: -50px;
    width: 325px !important;
    overflow-y: auto !important;
    max-height: 245px;
}

.m-height-24.cate-listing-col li {
    min-height: 24px;
}

/*--------------------------------------------------------- Success modal  ---------------------*/

/* Success modal styles */
.success-modal {
    border-radius: 10px;
    padding: 20px;
}

.company-name.success {
    color: #0b938ab8;
}

.success-icon {
    font-size: 40px;
    color: #fff;
    background: #4FB1AB;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -75px;
}

.success-modal .modal-title {
    font-weight: 600;
}

.message-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.message-body {
    font-size: 13px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    text-align: start;
}

.go-to-messages {
    display: inline-block;
    margin-top: 15px;
    color: #0b938ab8;
    text-decoration: none;
    font-weight: 500;
}

    .go-to-messages:hover {
        text-decoration: underline;
    }

/*
------------------------------------------------------- Share Modal ------------------------*/


/* Modal background */
.share-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

    /* Modal box */
    .share-modal .modal-content {
        background: white;
        width: 450px;
        padding: 0px;
        border-radius: 10px;
        position: relative;
        text-align: left;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    /* Close button */
    .share-modal .close {
        position: absolute;
        right: 21px;
        top: 14px;
        font-size: 28px;
        cursor: pointer;
        border: 1px solid #000;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 28px;
        text-align: center;
    }

    .share-modal .model-header {
        border-bottom: 1px solid #000;
    }

        .share-modal .model-header h2 {
            margin-bottom: 0px;
            padding: 10px 10px 10px 23px;
            font-size: 22px;
        }

.share-deatils-box {
    padding: 3px 23px 20px 23px;
}

/* Icons */
.share-modal .icons {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.share-modal .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #cefdff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: 0.2s;
}

    .share-modal .icon.linkedin {
        color: #000;
    }

    .share-modal .icon:hover {
        transform: scale(1.1);
    }

/* Copy link box */
.share-modal .copy-box {
    display: flex;
    align-items: center;
    margin-top: 0px;
    position: relative;
}

    .share-modal .copy-box input {
        flex: 1;
        padding: 10px 60px 10px 10px;
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        font-size:13px;
    }

    .share-modal .copy-box button {
        padding: 10px 15px;
        background: transparent;
        border: none;
        color: #9df5f9;
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 9px;
        font-weight: 600;
    }

span.span-verified-color {
    font-size: 16px;
    color: #1DA8A6;
}

.add-location {
    margin-top: 23px;
}

    .add-location.fix-m {
        margin-top: -4px;
    }


#shortDesc {
    font-size: 14px !important;
}

#fullDesc {
    font-size: 14px !important;
}

.status-pay {
    background: red;
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}

    .status-pay:hover {
        background: red;
        color: #fff;
    }

/* ---------- Fixnhour Landing Css ---------- */
.landing-no-scroll, .no-scroll {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.page-wrapper-landing {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.header-landing {
    padding: 10px 115px;
}

    .header-landing .header-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-landing .logo {
        font-size: 20px;
        font-weight: 700;
    }

    .header-landing .top-search {
        display: flex;
        align-items: center;
        gap: 12px;
        position:relative;
    }

    /* Search box */
    .header-landing .search-box {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #333;
        border-radius: 10px;
        padding: 0 14px;
        height: 44px;
    }

    /* Search icon */
    .header-landing .search-icon {
        font-size: 16px;
        color: #999;
        margin-right: 8px;
        cursor: pointer;
    }

    /* Input */
    .header-landing .search-box input {
        border: none;
        outline: none;
        font-size: 14px;
        width: 300px;
        color: #333;
    }

        .header-landing .search-box input::placeholder {
            color: #999;
        }

    /* Divider */
    .header-landing .divider {
        height: 20px;
        width: 1px;
        background: #333;
        margin: 0 12px;
    }

    /* Dropdown */
    .header-landing .search-box select {
        border: none;
        outline: none;
        font-size: 14px;
        cursor: pointer;
        background: transparent;
    }

    /* Login button */
    .header-landing .login-btn {
        background: #16b3ac;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 10px 18px;
        font-size: 14px;
        cursor: pointer;
    }

        .header-landing .login-btn:hover {
            background: #139c96;
        }

/* Hero Section */
.hero-landing {
    height: calc(100vh - 100px);
    padding: 45px 0;
    position: relative;
}

    /* LEFT SHAPE */
    .hero-landing::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: -12px;
        left: 0px;
        width: 595px;
        height: 267px;
        background: url("../images/landing-before.png") no-repeat;
        background-size: contain;
        pointer-events: none;
    }

    /* RIGHT SHAPE */
    .hero-landing::after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0px;
        right: 0;
        width: 455px;
        height: 762px;
        background: url("../images/landing-after.png") no-repeat;
        background-size: cover;
        pointer-events: none;
    }

    /* Tabs */
    .hero-landing .hero-tabs {
        display: flex;
        border: 1px solid #1DA8A64D;
        border-radius: 30px;
        padding: 4px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 253px;
        background: #EFEFEF;
    }

    .hero-landing .hero-tab {
        padding: 8px 18px;
        border: none;
        background: transparent;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
    }

        .hero-landing .hero-tab.active {
            background: #fff;
            border: 1px solid #12b5a6;
        }

    /* Content */
    .hero-landing .hero-content {
        display: none;
        padding: 0 119px;
        height: calc(100% - 100px);
    }

        .hero-landing .hero-content.active {
            display: block;
        }

.hero-mix-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-landing .hero-text {
    max-width: 50%;
    width: 50%;
}

.hero-landing .hero-image {
    width: 50%;
}

.hero-landing .hero-text h1 {
    font-size: 76px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 78px;
    position: relative;
    z-index: 9;
}

    .hero-landing .hero-text h1::after {
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#1DA8A6), to(#FFFFFF));
        width: 168px;
        height: 22px;
        position: absolute;
        left: 37%;
        top: 47px;
        z-index: -1;
    }

.hero-landing .hero-text p {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 43px;
    font-weight: 500;
    padding-right: 57px;
    color: #000;
}

.hero-landing .primary-btn {
    padding: 20px 30px;
    background: #ffcc00;
    border: none;
    font-weight: 400;
    border-radius: 44px;
    cursor: pointer;
    font-size: 18px;
}

    .hero-landing .primary-btn:hover {
        background: #1DA8A6;
        color: #fff;
    }

/* Image */
.hero-landing .hero-image img {
    max-width: 100%;
    width: 100%;
}

.trusted-by {
    margin-top: 30px;
    padding: 0px 40px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    gap: 30px;
}

.trusted-text {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.trusted-logos {
    width: 100%;
}

    .trusted-logos img {
        height: 80px;
        opacity: 0.85;
        transition: opacity 0.2s ease;
        margin-left: 20px;
        white-space: nowrap;
        line-height: normal;
    }

        .trusted-logos img:hover {
            opacity: 1;
        }

/* ---------- Responsive ---------- */
@media (max-width: 1440px) {

    .trusted-logos img {
        height: 50px;
    }

    .trusted-by {
        margin-top: 42px;
    }

    .profile-dropdown {
        min-height: 600px;
        height: 100%;
        overflow-y: scroll;
    }

    /* About page css */
    .about-bannerimg {
        position: unset;
        top: unset;
        right: unset;
        margin-top: 67px;
    }

        .about-bannerimg img {
            max-width: 77%;
            display: block;
            margin: 0 auto;
        }

    .right-img.width-auto100 {
        bottom: 0;
        top: unset;
    }

    .hero-home-page .width-auto100 img {
        max-height: 434px;
        width: 194px;
    }

    .execute-grid {
        align-items: inherit;
    }

    /*.testimonial-section-about {
        margin-top: 0px;
    }*/

    .team-area {
        padding-bottom: 90px;
    }

    .testimonial-section-about .circle-bg {
        top: -29px;
    }

    .testimonial-section-about .testimonial-image img {
        top: -31px;
    }
}

.jobPost-container #authContainer {
    height: 100vh;
    overflow: hidden;
    background-size: 100% 100% !important;
}

div#cke_notifications_area_agencyDescription {
    display: none;
}


.cate-listing-row .col-md-6.col-lg-4 > .cate-listing-col {
    flex: 1;
}
.review-wrapper.dasnoneMblock {
    display: none;
}

.comapny-verfy-handing {
    display: flex;
}

.mobibtnflex {
    display: flex;
    gap: 12px;
    align-items: center;
}
.mobile-block-sm {
    display: none !important;
}

.popular-search {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

    .popular-search span {
        align-items: center;
        border: 1px solid #cecece;
        border-radius: 8px;
        color: #4a5255;
        cursor: pointer;
        display: inline-flex;
        font-size: 16px;
        font-weight: 400;
        gap: 8px;
        justify-content: center;
        line-height: 24px;
        padding: 8px 12px;
        white-space: nowrap;
    }

/*------ Mobile Menu Css Start ------*/

.mobile-menu-btn {
    width: 100%;
    background: #f5f5f5;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-main-menu {
    display: none;
    background: #fff;
    padding: 0;
    list-style: none;
    margin: 0px 0 15px 0;
    border: 1px solid #e9e9e9;
    margin-top: -10px;
    border-top: 0px;
    border-bottom: 0px;
}

    .mobile-main-menu li a {
        display: block;
        color: #3d3d3d;
        padding: 12px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .mobile-main-menu .mobile-menu-item .submenu-btn {
        background: #fff;
        border-bottom: 1px solid #e9e9e9;
    }

.submenu-btn {
    width: 100%;
    background: #fafafa;
    padding: 12px 15px;
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-main-menu .mobile-menu-item .mobile-submenu {
    border-left: 0;
}

.mobile-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    border-left: 3px solid #ddd;
}

    .mobile-submenu li a {
        padding: 10px 0;
        display: block;
        color: #3d3d3d;
    }

.menu-arrow, .submenu-arrow {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
}

.search-bar-main {
    display: flex;
    margin: 12px 0;
    position: relative;
}

    .search-bar-main .btn-theme {
        padding: 17px 20px;
    }
i#close-cat-card {
    color: red;
    cursor: pointer;
    margin-left: 7px;
}

.border-radius-30{
    border-radius:30px;
}

.copyright .cop-text {
    font-size: 14px;
}


/* ---------- privacy policy css ----------*/

/* Main container */
.policy-container {
    max-width: 840px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Last updated text */
.last-updated.mb-0 {
    margin-bottom: 0px !important;
}

.last-updated {
    font-size: 16px !important;
    color: #9C9C9C !important;
    margin-bottom: 20px !important;
}

    .last-updated strong {
        color: #000;
    }

/* Intro paragraph */
.intro-text {
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

/* Section headings */
.policy-container h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 27px 0 16px;
}

/* Sub-headings */
.policy-container h4 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 22px 0 8px;
}

/* Paragraph text */
.policy-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 14px;
}

.polic-info-list {
    padding-left: 26px;
    list-style-type: circle;
}

    .polic-info-list li {
        list-style-type: disc;
        margin-bottom: 13px;
    }

.policy-container a {
    color: #1DA8A6;
}

.margin-top-95 {
    margin-top: 95px;
}

.cursor-pointer {
    cursor: pointer;
}
.btn-min-164 {
    min-width: 164px;
}

.projecturl-d-ruby {
    display: ruby;
}

.project-url-item {
    background-color: #d6d6d6;
    padding: 5px 10px;
    border-radius: 10px;
}

button.remove-project-url {
    border-radius: 50%;
    padding: 0px 6px;
}

.modal.show .modal-dialog.portfolio {
    transform: translate(0, -85px);
}

a.a-breadcrumb {
    color: #1DA8A6;
}

.clear-search-location {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    z-index: 9;
}
