/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;600&display=swap");

:root {
    --r: 221;
    --g: 110;
    --b: 66;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary) !important;
    color: var(--color-text);
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 2px solid #f2f2f2;
}

.btn:focus {
    box-shadow: none;
}

.remove-btn:focus {
    box-shadow: none;
}

.main-sectons {
    padding: 50px 0px !important;
}

.main-sectons.review-main-section {
    padding-top: 60px !important;
}

i.las.la-star.fa-lg.text--base,
i.lar.la-star.fa-lg.text--base,
i.lar.la-star,
.company-sidebar .rating-area .ratings i,
.give-rating span.checked label,
.give-rating span.checked~span label,
.give-rating span:hover~span label,
.give-rating span:hover label,
i.las.la-star,
.text--base .la-star {
    color: var(--color-star) !important;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: var(--color-secondary);
}

hr {
    background-color: #e0e0e0;
    opacity: 0.65;
}

/* reset css end */

/* global css strat */
.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

.text--danger {
    color: #ea5455 !important;
}

.text--warning {
    color: #ff9f43 !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #10163a !important;
}

.text--muted {
    color: #a0a0a0 !important;
}

.text--base {
    color: var(--color-button);
}

.text--dark {
    color: #17173a !important;
}

/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #10163a !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: var(--color-secondary);
}

iframe {
    width: 325px;
    height: 280px;
}

.modal-dialog-scrollable img {
    width: 250px;
    height: 250px;
}

.modal-left-sidebar {
    padding: 10px 16px;
    box-shadow: 1px 1px 12px 0px lightgray;
}

/* background color css end */

/*19-03-2024*/
.topbar-list li:last-child {
    background-color: var(--brown-btn);
}

.topbar-list li:last-child a {
    color: var(--color-white) !important;
}

.highlits .rating {
    font-family: var(--font-primary) !important;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
}

.border-color {
    border-bottom: 5px solid var(--color-secondary) !important;
}

.btn.btn-bg.w-100 {
    background-color: var(--color-secondary);
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

@media (max-width: 576px) {
    .btn.btn-bg.w-100 {
        width: 100% !important;
    }
}

.popover-body {
    width: 100% !important;
    max-width: max-content !important;
}

.default-logo-review {
    color: black;
    font-size: 31px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid lightgray;
    border-radius: 27px;
    width: inherit;
    height: inherit;
    object-fit: contain;
    background: white;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

/**/
@media (min-width: 1650px) {
    .xxxl-2 {
        width: 16.666%;
    }

    .xxxl-8 {
        width: 66.668%;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.bg_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--bg {
    background-color: #f2f2f5;
}

.section--bg2 {
    background-color: var(--color-primary-light);
}

.slick-arrow {
    cursor: pointer;
}

.main-wrapper {
    position: relative;
}

.section-header {
    margin-bottom: 4.0625rem;
}

.testimonilbox {
    background-color: var(--color-primary);
    border-radius: 12px 0px 26px 0px;
    padding: 20px 10px 20px 20px;
    min-height: 219px;
}

/* 1801 */
.testimonial-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.testimonial-slider ul.slick-dots li {
    background: #28282800;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.testimonial-slider button#slick-slide-control10,
.testimonial-slider button#slick-slide-control11 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    background: none;
    color: transparent;
    border: 2px solid #dd6e42;
    position: relative;
}

.testimonial-slider button#slick-slide-control11:before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: white;
    display: grid;
    place-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 1801 */

@media (max-width: 767px) {

    .section-header {
        margin-bottom: 40px !important;
    }
}

.section-header p {
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .section-header p {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .section-header p {
        font-size: 0.9375rem;
    }
}

.section-title {
    font-size: 50px !important;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .section-title {
        font-size: 46px !important;
    }
}

@media (max-width: 1199px) {
    h2.section-title.testimonial-title {
        font-size: 2.75rem;
    }

    .section-title {
        font-size: 40px !important;
    }

}

@media (max-width: 991px) {

    .section-title,
    h2.section-title.testimonial-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {

    .section-title,
    h2.section-title.testimonial-title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {

    .section-title,
    h2.section-title.testimonial-title {
        font-size: 30px;
    }

    h2.section-title.testimonial-title {
        line-height: 50px;
    }
}

.section-title.style--two {
    font-size: 32px !important;
}

@media (max-width: 767px) {
    .section-title.style--two {
        font-size: 2rem;
    }

    .category-section {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .section-title.style--two {
        font-size: 1.75rem;
    }
}

.section-title.border--style {
    position: relative;
    display: inline-block;
}

.section-subtitle {
    font-family: var(--font-primary) !important;
    font-size: 22px;
    font-weight: 500;
    color: var(--color-secondary) !important;
    line-height: 1.3;
}

.section-subtitle.border-left {
    padding-left: 2.1875rem;
    position: relative;
    z-index: 1;
}

.section-subtitle.text--base {
    color: var(--heading-text);
}

.section-subtitle.border-left::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: rgb(var(--r), var(--g), var(--b));
    margin-top: -1px;
}

.section-subtitle.border-left-right {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    position: relative;
    z-index: 1;
    display: inline-block;
}

a.text-white:hover,
a.text-white i:hover {
    color: rgb(var(--r), var(--g), var(--b)) !important;
    color: var(--color-secondary) !important;
}

.has--link {
    position: relative;
}

.has--link .item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom--accordion .accordion-item+.accordion-item {
    margin-top: 1.25rem;
}

.custom--accordion .accordion-item {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.custom--accordion .accordion-item:first-child .accordion-button {
    border-top: none;
}

.custom--accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}

.custom--accordion .accordion-button {
    padding: 15px 15px;
    font-size: 16px;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 11px 0px 11px 0px !important;
    border: 1px solid var(--color-secondary) !important;
}

.custom--accordion .accordion-button::after {
    position: absolute;
    top: 15px;
    right: 0.8125rem;
    font-size: 1.0625rem;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    background-image: none;
    color: #000;
}

.custom--accordion .accordion-button:not(.collapsed) {
    background: var(--color-secondary);
    border-radius: 0px;
    color: #fff;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    color: #fff;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.custom--accordion .accordion-body {
    padding: 1.25rem 1.5625rem;
}

.custom--accordion-two .accordion-button {
    background-color: #f3f6f9;
}

.custom--accordion-two .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.custom--accordion-two .accordion-button:not(.collapsed) {
    background-color: #f3f6f9;
}

body,
.header .main-menu li.menu_has_children>a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.choose-card::after,
.company-review,
.profile-menu__link,
.action-sidebar {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body::-webkit-scrollbar-thumb,
.scroll-to-top,
.choose-card::after,
.give-rating-person .open-rating-form,
.profile-widget__title::after,
.footer-widget__title::after,
.single-review .progress .progress-bar,
.contact-wrapper__right .title::after {
    background-color: var(--color-secondary);
}

.custom--table thead,
.inner-hero::after,
.profile-widget .profile-social-links li,
.footer,
.account-section .left::before,
.account-section .right,
.contact-wrapper__right {
    background-color: #2A4855;
}

.bg--seocndary-blue {
    background-color: var(--color-secondary) !important;
}

li.profile-menu__item.active a {
    color: var(--color-secondary) !important;
}

.preloader,
.custom--table thead,
.inner-hero::after,
.profile-widget .profile-social-links li,
.contact-wrapper__right {
    background-color: #fff;
}

.custom--accordion-two .accordion-button:not(.collapsed),
.header .site-logo.site-title,
.profile-menu__item.active .profile-menu__link,
.profile-menu__link:hover,
.sidebar-category__single a:hover,
.footer-menu li a:hover,
.contact-info-list li .icon i {
    color: var(--color-secondary);
}

.choose-card,
.review-card,
.company-review,
.give-rating-area,
.profile-widget,
.company-sidebar,
.customer-review,
.contact-wrapper__left {
    background-color: #fff;
}

.profile-menu__link,
.profile-widget .profile-social-links li a {
    color: #fff;
}

.review-card__top .thumb img,
.company-review__top .thumb img,
.profile-widget .thumb img,
.customer-review__thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.category-list,
.review-card__top,
.company-review__top,
.give-rating-person,
.profile-menu,
.single-company-info__list li,
.customer-review,
.customer-review__header,
.customer-review__footer,
.customer-review__action-list,
.account-section,
.account-section .left,
.account-section .right,
.contact-info-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero__search-form .form--control,
.company-review,
.company-review__top,
.give-rating-person .open-rating-form,
.profile-widget {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom--card,
.choose-card,
.choose-card::after,
.review-card,
.company-review__top .thumb,
.profile-thumb-wrapper,
.contact-wrapper {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0.3125rem 0.2375rem;
}

.pagination .page-item.active .page-link {
    background-color: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
}

.pagination .page-item .page-link {
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgb(91 192 235 / 43%);
    color: #505050;
}

.pagination .page-item .page-link:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.pagination-md .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
}

.pagination-sm .page-item .page-link {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 0.875rem;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.scroll-to-top {
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 1 !important;
}

.scroll-to-top .scroll-icon {
    font-size: 1.25rem;
    color: #ffffff;
    display: inline-block;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader__logo {
    max-height: 100%;
}

.preloader__ratings {
    display: flex;
    justify-content: center;
    margin-top: 1.5625rem;
}

.preloader__ratings i {
    margin: 0.125rem 0.625rem;
    color: var(--color-secondary);
    font-size: 3.25rem;
    animation: colorFlow 1s infinite linear;
}

.preloader__ratings i:nth-child(2) {
    animation-delay: 0.1s;
}

.preloader__ratings i:nth-child(3) {
    animation-delay: 0.2s;
}

.preloader__ratings i:nth-child(4) {
    animation-delay: 0.3s;
}

.preloader__ratings i:nth-child(5) {
    animation-delay: 0.4s;
}

@-webkit-keyframes colorFlow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@-moz-keyframes colorFlow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@-ms-keyframes colorFlow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@keyframes colorFlow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

/* global css end */
h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 2rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary) !important;
    color: var(--heading-text) !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.3 !important;
    word-break: break-word;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-family: var(--font-primary);
    color: var(--color-secondary) !important;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

p,
li,
span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs--18px {
    font-size: 1.125rem !important;
}

.fs--16px {
    font-size: 1rem !important;
}

.fs--14px {
    font-size: 0.875rem !important;
}

.fw-medium {
    font-weight: 500 !important;
}

/* button css start */
button:focus {
    outline: none;
}

[class*="btn--"]:not(.btn--link):not(.btn--light) {
    color: #fff;
}

.btn {
    padding: 0.375rem 0.625rem;
}

.btn--primary {
    background-color: #7367f0;
}

.btn--primary:hover {
    background-color: #5e50ee;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--secondary:hover {
    background-color: #78818a;
}

.btn--success {
    background-color: #28c76f;
}

.btn--success:hover {
    background-color: #24b263;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--danger:hover {
    background-color: #e73d3e;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--warning:hover {
    background-color: #ff922a;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--info:hover {
    background-color: #0d93e9;
}

.btn--light {
    background-color: #bcc7da;
}

.btn--light:hover {
    background-color: #acb9d1;
}

.btn--dark {
    background-color: #10163a;
    color: #fff;
}

.btn--dark:hover {
    background-color: #0a0e26;
    color: #fff;
}

.btn--link {
    color: #7367f0;
}

.btn--base {
    color: #fff !important;
    background-color: var(--color-button) !important;
}

.border--base {
    border-color: rgb(var(--r), var(--g), var(--b));
}

.btn--base:hover {
    color: #fff;
    background-color: var(--color-secondary);
}

.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}

.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}

.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}

.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}

.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}

.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}

.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}

[class*="btn"].btn-sm {
    padding: 0.375rem 0.625rem;
}

/* button css end */

.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0 !important;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f !important;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455 !important;
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43 !important;
}

.badge--dark {
    background-color: #979aab;
    border: 1px solid #979aab;
    color: #10163a !important;
}

.badge--base {
    background-color: var(--color-primary-light);
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
}

/* table css start */
.custom--table thead th {
    border-bottom: 1px solid #f0f1f5 !important;
    border-top: none;
    padding: 0.75rem 1.25rem;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}

.custom--table thead th:first-child {
    text-align: left;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
}

.custom--table thead th:last-child {
    text-align: right;
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
}

.custom--table tbody td {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
    color: #505050;
    text-align: center;
    vertical-align: middle;
}

.custom--table tbody td:first-child {
    text-align: left;
}

.custom--table tbody td:last-child {
    text-align: right;
}

.custom--table tbody tr:last-child td {
    border-bottom: none;
}


.t-company-content {
    padding-left: 0.9375rem;
}

.t-rating img {
    max-height: 25px;
}

[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.75rem;
}

@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .table-responsive--md tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--md tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .table-responsive--md tr th:first-child,
    .table-responsive--md tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--md [data-label]::before {
        display: block;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: f7f7f7;
    }

    .table-responsive--sm tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--sm tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .table-responsive--sm tr th:first-child,
    .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }
}

@media (max-width: 1199px) {

    *[class*="table-responsive--"].data-label--none tr th,
    *[class*="table-responsive--"].data-label--none tr td {
        padding-left: 0.75rem;
    }
}

/* table css end */

/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form--control {
    padding: 0.625rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #000;
    height: 3.125rem;

}

.form--control:focus {
    background-color: #fff;
    border-color: var(--color-secondary) !important;
    color: #000;
}

.form--control:placeholder-shown {
    border-color: lightgray;
    color: #505050;
    box-shadow: 0 0 5px 1px rgba(23, 23, 58, 0.05);
}

.form--control[readonly] {
    background-color: var(--color-primary-light);
    pointer-events: none;
}

.form--control.style--two {
    border-width: 0 0 1px 0;
    padding: 0 0 0.625rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: var(--font-primary) !important;
    border-bottom-color: #999999;
}

.form--control.style--two:focus {
    box-shadow: none;
}

.form--control.form-control-md {
    height: 45px;
}

.form--control.form-control-sm {
    height: 35px;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field i {
    position: absolute;
    top: 15px;
    left: 12px;
}

.custom-icon-field i[class*="la-"] {
    font-size: 1.25rem;
}

.custom-icon-field .form--control {
    padding-left: 2.5rem;
}

.select {
    padding: 0.625rem 1.25rem;
    width: 100%;
    border: 1px solid lightgray;
    cursor: pointer;
    color: #505050;
    background-color: #fff;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    align-items: center;
}

.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.select.style--trans {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.select.style--trans option {
    color: #363636;
}

.select.select-sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: var(--color-text);
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.input-group>.form--control,
.input-group>.select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio input[type="radio"]:checked~label::before {
    border-width: 2px;
    border-color: var(--color-secondary);
}

.custom--radio input[type="radio"]:checked~label::after {
    opacity: 1;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.select2-basic~.select2-container {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
}

.select2-container .select2-dropdown {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.select2-container .selection,
.select2-container .select2-selection--single,
.select2-container .select2-selection__rendered {
    display: block;
}

.select2-container .select2-selection--single {
    height: 50px;
    border-color: lightgray;
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 1.25rem;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-dropdown ::-webkit-scrollbar {
    width: 0.5rem;
}

.select2-dropdown ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select2-dropdown ::-webkit-scrollbar-thumb {
    background-color: #17173a;
}

/* form css end*/

/* card css start */
.custom--card {
    box-shadow: 0 0.75rem 1.5rem #12263f08;
    background-color: #ffffff;
    overflow: hidden;
}

.custom--card .card-header {
    background-color: #ffffff;
    padding: 0.9375rem 1.5625rem;
    border-color: #f0f1f5;
}

.custom--card .card-body {
    padding: 1.5625rem;
}

@media (max-width: 575px) {
    .custom--card .card-body {
        padding: 0.9375rem;
    }
}

/* card css end */

/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

/* modal css end */

/* header start */
.header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.header__bottom {
    padding: 0rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header__bottom div.container-fluid {
    background: var(--color-primary);
}

.navbar {
    height: 80px;
}

@media (max-width: 1199px) {
    .header__bottom {
        padding: 0 0;
    }

    .navbar {
        height: auto;
    }
}

.footer .site-logo img {
    max-width: 90%;
    max-height: 3.75rem;
}


.header .site-logo.site-title {
    font-size: 1.5rem;
    width: 20%;
}

.header .main-menu {
    margin-left: 4.375rem;
}

@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}

.header .main-menu li {
    position: relative;
}


.header .main-menu li:last-child a {
    padding-right: 0;
}

.header .main-menu li.menu_has_children {
    position: relative;
}

.header .main-menu li.menu_has_children.open>.sub-menu {
    display: block;
}

.header .main-menu li.menu_has_children>a {
    padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children>a {
        display: block;
    }
}

.header .main-menu li>a {
    text-decoration: none !important;
}

.header .main-menu li.menu_has_children>a::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    top: 15px;
    right: 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children>a::before {
        display: block;
        top: 0.5625rem;
        color: #fff;
    }
}

.header .main-menu li.menu_has_children:hover>a::before {
    content: "\f077";
    color: var(--color-secondary);
}

.header .main-menu li.menu_has_children:hover>a {
    color: var(--color-secondary);
}

.header .main-menu li a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    font-size: 0.9375rem;
    color: #fff;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #fff;
        padding: 0.5rem 0;
        display: block;
    }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li.active a,
.sidebar-category__single.active a {
    color: var(--color-secondary);
}

.sidebar-subcategory__single.active a {
    color: var(--color-secondary);
}

.sidebar-item__single.active a {
    color: var(--color-secondary);
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 0.625rem 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 0;
        visibility: visible;
        position: absolute;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: max-content;
        background-color: var(--color-primary-light);
        border: none;
    }
}

.header .main-menu li .sub-menu li {
    border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .main-menu li .sub-menu li a {
    padding: 0.5rem 1.5625rem;
    display: block;
    color: #505050;
    position: relative;
    font-size: 0.9375rem;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: var(--color-primary);
    }
}

.header .main-menu li .sub-menu li a:hover {
    color: var(--color-secondary);
    background-color: var(--color-light);
}

.header .main-menu li .sub-menu li+li {
    margin-left: 0;
}

.header .main-menu li:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li+li {
    margin-left: 1.25rem;
}

@media (max-width: 1199px) {
    .header .main-menu li+li {
        margin-left: 0;
    }
}

.header .main-menu .sub-menu li.menu_has_children>a::before {
    top: 9px;
    right: 8px;
}

.header .main-menu .sub-menu li.menu_has_children>.sub-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 1199px) {
    .header .main-menu .sub-menu li.menu_has_children>.sub-menu {
        padding-left: 15px;
    }
}

.header .nav-right {
    padding-left: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .header .nav-right {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 20px !important;
        background-color: var(--color-primary);
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }

    div#navbarSupportedContent {
        max-height: fit-content;
        z-index: 1;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #fff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {

    .menu-toggle:before,
    .menu-toggle:after {
        background-color: #fff;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* header end */

/* hero section css start */
.hero {
    padding-top: 7.5rem;
    padding-bottom: 1.5rem;
    background-color: #f1f1f1;
}

.category-container .list li a {
    text-decoration: none;
    color: var(--black--color)
}

.category-container ul.list li {
    display: table;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    padding: 3px 10px;
    font-size: 15px
}

.category-container.category-container-rounded .card {
    border-radius: 9px;
    overflow: hidden;
}

.category-container ul.list>a {
    color: #2A4855;
    text-decoration: none;
}

.category-container ul.list>a:hover {
    text-decoration: underline;
}

.category-container .card h4 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: -1px;
    font-weight: 600
}

.card-container-box {
    padding: 4px 0px;
    background: var(--color-primary);
}

.category-container .card h4 a:hover {
    color: #fff !important;
}

.category-container .card>hr {
    margin-right: 0;
    margin-left: 0;
    color: #a0b3bb;
    height: 2px
}


@media (max-width: 1399px) {
    .hero {
        padding-top: 0.25rem;
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 5rem;
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 767px) {
    .hero {
        background-image: none !important;
        background-color: #C0D6DF;
    }

    .header .site-logo.site-title {
        width: 40%;
    }

}

.hero__title {
    font-size: 48px;
    font-weight: 900;
}


@media (max-width: 1399px) {
    .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .hero__title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .hero__title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .header .site-logo img {
        max-width: 100%;
    }

    .hero__title {
        font-size: 32px;
        line-height: 1.1 !important;
    }

    .header .main-menu li a {
        font-size: 14px;
    }

    .header .site-logo.site-title {
        width: 60%;
    }
}


@media (max-width: 380px) {
    .hero__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.hero__description {
    font-weight: 500;
    font-size: 1.25rem;
}

@media (max-width: 1199px) {
    .hero__description {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    .hero__description {
        font-size: 1rem;
    }
}

.hero__search-form {
    position: relative;
}

.hero__search-form .form--control {
    height: 65px;
    padding-right: 125px;
}

@media (max-width: 575px) {
    .hero__search-form .form--control {
        height: 50px;
    }

    .hero__search-form button {
        top: 9px;
        width: 75px !important;
        height: calc(100% - 17px);
        padding: 10px;
        line-height: 10px;
    }
}

.hero__search-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 115px;
    height: calc(100% - 16px);
}

/* hero section css end */

/* inner hero css start */
.inner-hero {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;

}

.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.3125rem;
}

.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    content: "-";
    color: #ffffff;
    margin: 0 0.3125rem;
}

.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(var(--r), var(--g), var(--b));
    margin-right: 0.375rem;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}

.page-breadcrumb li a:hover {
    color: rgb(var(--r), var(--g), var(--b));
}

/* inner hero css end */

/* category section css start */
.category-section {
    overflow: hidden;
}

.category-read-more {
    color: var(--color-secondary);
}

.category-read-more:hover {
    color: var(--color-button);
}

.choose-card__content .button-link-nav {
    font-size: 16px;
    float: inline-end;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.button-link-nav {
    color: #fff;
    font-size: 18px;
}

button.btn.button-link-nav i {
    color: var(--browse-link);
    font-size: 16px;
}

/* category section css end */

/* why choose us section start */
.choose-item {
    position: relative;
    z-index: 1;
}

.choose-card {
    padding: 1.875rem;
    box-shadow: unset !important;
    position: relative;
    height: 100%;
    border: 0px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px 0px 15px 0px !important;
    padding: 16px 12px 15px 9px !important;
    background-color: var(--color-primary-light);

}

img.why-us {
    height: 490px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0 25px 0px 25px;
}

.choose-card:hover::after {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

/* why choose us section end */

/* review section css start */
.review-section {
    padding: 20px 6.25rem;
    clip-path: unset;
    position: relative;
    z-index: 1;
}

.review-card {
    padding: 20px;
    min-height: 298px;
}

.review-card h6>a {
    color: var(--heading-text) !important;
}

.review-card__top {
    align-items: center;
}

.review-card__top .thumb {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1199px) {
    .review-card__top .thumb {
        width: 45px;
        height: 45px;
    }

    .default-logo-review {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    img.why-us {
        height: 100%;
    }
}

@media (max-width: 425px) {
    .review-card__top .thumb {
        width: 35px;
        height: 35px;
    }
}

.review-card__top .thumb img {
    width: inherit;
    height: inherit;
    object-fit: contain;
    background: white;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
}

.review-card__top .content {
    width: calc(100% - 55px);
    padding-left: 1.25rem;
}

.review-card__ratings {
    margin-top: 1.25rem;
}

.review-card__ratings img {
    max-height: 1.4375rem;
}

.review-card__des {
    margin-top: 0.625rem;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    min-height: 63px;
}

.review-card .font-18-new {
    font-size: 18px !important;
}

.review-card .font-18-new>a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 25px;
}

.review-slider .slick-list {
    margin: -0.9375rem;
}

.review-slider .single-slide {
    padding: 10px;
}

/* review section css end */

/* cta section css start */
.cta-section {
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {
    .cta-section .container {
        max-width: 1140px;
    }
}

.cta-card__icon {
    width: 40px;
    max-height: 40px;
    background-color: rgba(var(--r), var(--g), var(--b), 0.15);
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cta-card__icon i {
    font-size: 24px;
    color: var(--color-primary);
}

.cta-card__icon img {
    max-height: 45px;
}

.cta-card__content {
    margin-top: 1.875rem;
}

p.choose-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
    line-height: 26px;
}

.choose-card__title {
    font-size: 20px;
}

@media (min-width: 1100px) {
    .faq-left-image img {
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .choose-card__description {
        font-size: 1rem;
    }

}

h3.section-title,
h2.section-title {
    font-weight: 600;
    text-shadow: 1px 1px 0px var(--color-primary);
}

.blog-post__content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: var(--color-text);
    min-height: 42px;
}

/* cta section css end */

/* review search section css start */
.company-review {
    padding: 1.25rem;
    height: 100%;
}

.company-review-detail-page .left-side h6>a {
    font-size: 22px;
    color: var(--color-primary) !important;
}

.company-review-detail-page .thumb {
    height: 120px !important;
    width: unset !important;
}

.company-review-detail-page .thumb img {
    height: 100% !important;
    width: unset !important;
    aspect-ratio: 3/2;
    padding: 10px;
}

.company-review-detail-page .company-review__name .left-side {
    width: 90%;
}

img.escmemberlogo {
    height: 40px;
}

.company-review__top.company-review-detail-page {
    background-color: var(--color-primary-light);
}

.company-review:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.company-review__top {
    padding: 0.9375rem;
    background-color: var(--color-primary-light);
    align-items: center;
}

.company-review__top .thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    background-color: #001f3f1c;
}

.company-review__top .thumb .auth-company {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--r), var(--g), var(--b));
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}

.company-review__top .thumb img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.company-review__top .content {
    width: calc(100% - (60px));
    padding-left: 1.25rem;
}

@media (max-width: 768px) {
    .company-review-detail-page .thumb {
        height: 100px !important;
    }

    .company-review-detail-page .left-side h6>a {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .company-review-detail-page .thumb {
        height: 120px !important;
        text-align: center;
    }

    .company-review__top .content {
        width: 100%;
    }
    .company-review__top .thumb {
        width: 100px;
        height: 70px;
    }
    .company-review-detail-page .left-side h6>a {
        font-size: 16px;
    }
    .blog-post__content p {
    min-height: unset;
}
}

@media (max-width: 480px) {
    .company-review__top .content {
        padding-left: 12px;
    }
}

.give-rating-area {
    padding: 1.25rem;
}

.give-rating-person {
    align-items: center;
}

.give-rating-person .thumb {
    width: 65px;
}

.give-rating-person .content {
    width: calc(100% - (65px + 230px));
    padding-left: 1.25rem;
}

@media (max-width: 575px) {
    .give-rating-person .content {
        width: calc(100% - 65px);
    }
}

.give-rating-person .open-rating-form {
    color: #fff;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    padding: 0.125rem 0.9375rem;
}

.give-rating-person .give-rating {
    width: 230px;
}

@media (max-width: 575px) {
    .give-rating-person .give-rating {
        margin-top: 1.25rem;
    }
}

.give-rating {
    clear: both;
    float: none;
}

.give-rating span {
    float: right;
    position: relative;
}

.give-rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.give-rating span label {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: gray;
    font-size: 40px;
    margin-right: 5px;
    line-height: 30px;
}

.give-rating-update {
    clear: both;
    float: none;
}

.give-rating-update span {
    float: right;
    position: relative;
}

.give-rating-update span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.give-rating-update span label {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: gray;
    font-size: 40px;
    margin-right: 5px;
    line-height: 30px;
}

.give-rating-update span:hover~span label,
.give-rating-update span:hover label {
    color: #f90;
}

.give-rating-update span.checked label,
.give-rating-update span.checked~span label {
    color: #f90;
}

/* review search section css end */

/* testimonial section css start */
.testimonial-card {
    text-align: center;
    padding-bottom: 30px;
}

.testimonial-card__image {
    display: inline-block;
    position: relative;
}

.testimonial-card__image img {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100% !important;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background-color: var(--before-icon);
    color: var(--color-brown);
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.text-cardbox {
    display: grid;
    grid-template-columns: 27% 70%;
}

.testimonial-card__text {
    color: #fff !important;
    margin-top: 1.5625rem;
    position: relative;
    min-height: 136px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-card__name {
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
}

h2.section-title.testimonial-title {
    font-size: 50px;
}

.testimonial-card__text::before,
.testimonial-card__text::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    font-size: 4.125rem;
    color: rgba(255, 255, 255, 0.1);
}

.testimonial-card__text::before {
    content: "\f10d";
    top: -30px;
    left: 0;
}

.testimonial-card__text::after {
    content: "\f10e";
    bottom: -30px;
    right: 0;
}

@media (max-width: 767px) {

    .testimonial-card__text::before,
    .testimonial-card__text::after {
        font-size: 3rem;
    }

    .testimonial-card__text::before {
        top: -20px;
    }

    .testimonial-card__text::after {
        bottom: -20px;
    }
}

.testimonial-slider .slick-list {
    margin: 0 -15px;
}

.testimonial-slider .single-slide {
    padding: 0 15px;
}

.testimonial-slider .prev.slick-arrow.slick-disabled,
.testimonial-slider .nextt.slick-arrow.slick-disabled {
    background: #e3e3e3;
    color: var(--color-primary);
}

.testimonial-slider .slick-arrow i {
    font-size: 20px;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: 100%;
    transform: translateY(0px);
    color: var(--color-primary);
    font-size: 2.25rem;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: unset;
    border-radius: 20%;
    display: flex;
    border: 3px solid var(--color-primary);
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .testimonial-slider .slick-arrow {
        top: auto;
        bottom: -40px;
    }
}

.testimonial-slider .slick-arrow.prev {
    right: 6%;
}

@media (max-width: 991px) {
    .testimonial-slider .slick-arrow.prev {
        left: calc(50% - 50px);
    }
}

.testimonial-slider .slick-arrow.prev:hover::before {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: rgb(var(--r), var(--g), var(--b));
}

.testimonial-slider .slick-arrow.prev::before {
    left: 15px;
}


.testimonial-slider .slick-arrow.nextt {
    right: 0px;
}

@media (max-width: 991px) {
    .testimonial-slider .slick-arrow.nextt {
        right: calc(50% - 50px);
    }
}

.testimonial-slider .slick-arrow.nextt:hover::before {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 50%;
    margin-right: -30px;
    margin-top: -30px;
    background-color: rgb(var(--r), var(--g), var(--b));
}

.testimonial-slider .slick-arrow.nextt::before {
    right: 15px;
}

/* testimonial section css end */

/* blog section css start */
.blog-post {
    padding: unset;
    box-shadow: unset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 100%;
}

.blog-post:hover .blog-post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-post__thumb {
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.blog-post__thumb img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px !important;
}

.blog-post__content {
    padding: 1.25rem 0.3125rem 0.625rem 0.3125rem;
    position: absolute;
    bottom: -45px;
    z-index: 1;
    width: 93%;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: -2px 0px 8px #b1a9a9;
}

.blog-post__date {
    padding: 0;
    background-color: unset;
    color: #001f3fc7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 12px;
    position: unset;
    top: 10px;
    right: 10px;
}

.blog-post__title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
}

h5.blog-post__title a {
    color: var(--heading-text) !important;
}
.blog-post__title.homeblogsec a {
    width: 100%;
}
h5.blog-post__title a:hover {
    color: var(--color-secondary) !important;
}


@media (max-width: 1400px) {

    .blog-post__title,
    h5.blog-post__title a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .blog-post__title {
        font-size: 1.125rem;
    }
}

.blog-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 170px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .blog-post__title a {
        width: 135px;
    }
}

.blog-post__btn {
    color: rgb(var(--r), var(--g), var(--b));
    display: inline-flex;
    align-items: center;
}

.blog-post__btn i {
    font-size: 1.375rem;
    margin-left: 0.3125rem;
}

/* blog section css end */

/* dashboard section css start */
.default-logo {
    color: black;
    font-size: 75px;
    font-weight: 800;
    padding-top: 10px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .profile-menu {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .profile-menu {
        justify-content: start;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.profile-menu__item {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.profile-menu__item.active {
    background-color: rgba(255, 255, 255, 0.05);
}

.profile-menu__link {
    padding: 1.25rem 1.875rem;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .profile-menu__link {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .profile-menu__link {
        font-size: 0.875rem;
        padding: 1.25rem 0.625rem;
    }
}

.profile-menu__link i {
    font-size: 1.375rem;
    margin-right: 0.375rem;
}

@media (max-width: 767px) {
    .profile-menu__link i {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .profile-menu__link i {
        font-size: 1rem;
        margin-right: 0.1875rem;
    }
}

.profile-sidebar {
    margin-top: 0rem;
    position: sticky;
    top: 30px;
}

@media (max-width: 991px) {
    .profile-sidebar {
        margin-top: 1rem;
    }
}

.profile-widget {
    padding: 1.5625rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.profile-widget__title {
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 0.375rem;
    margin-bottom: 1.25rem;
}

.profile-widget__title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 2.1875rem;
    height: 2px;
}

.profile-widget .thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.profile-widget .thumb img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.profile-widget .profile-social-links li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0.1875rem 0.3125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.profile-widget .profile-social-links li a {
    display: block;
}

.profile-widget .profile-info-list li {
    padding: 0.625rem 0;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.profile-widget .profile-info-list li:first-child {
    padding-top: 0;
}

.profile-widget .profile-info-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.profile-widget .profile-info-list li i {
    font-size: 1.25rem;
    margin-right: 0.375rem;
}

.profile-thumb {
    display: flex;
    align-items: center;
}

@media (max-width: 520px) {
    .profile-thumb {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .avatar-edit {
        width: 100%;
        padding-left: 0 !important;
        margin-top: 0.9375rem;
    }
}

.readmorecontent {
    width: 84%;
}

.readmorecontent a i {
    color: var(--heading-text);
}

.readmorecontent a {
    background-color: var(--color-primary-light);
    border-radius: 50%;
    border: 1px solid var(--heading-text);
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.readmorecontent strong {
    color: var(--heading-text) !important;
    font-size: 16px;
}

.avatar-preview {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    position: relative;
}

.avatar-preview .profilePicPreview {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid #ececec;
    background-size: cover !important;
    background-position: center;
}

.avatar-preview .btn--base {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    background: var(--color-secondary);
}

.profilePicUpload {
    font-size: 0;
    opacity: 0;
    width: 0;
}

/* dashboard section css end */
/* action-sidebar css start */
.action-sidebar {
    padding: 1.25rem;
    background-color: #fff;
}

/*10-03-2024 */
a.list-group-item.list-group-item-action {
    width: 48%;
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .action-sidebar {
        padding: 30px;
        width: 350px;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: -105%;
        z-index: 99999;
        max-width: 100%;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
        max-height: calc(100vh - 75px);
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: darkgrey #e7e7e7;
    }

    .action-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .action-sidebar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .action-sidebar::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
    }

    .action-sidebar.active {
        left: 0;
    }
}

@media (max-width: 420px) {
    .action-sidebar {
        width: 100%;
    }
}

.action-widget {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.action-widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.action-widget__title {
    font-size: 0.9375rem;
    color: #17173a;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.action-widget__title::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0;
    right: 0;
    font-size: 0.875rem;
}

.action-widget__body {
    margin-top: 0.9375rem;
}

.action-widget__body.scroll--active {
    max-height: 200px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: darkgrey #e7e7e7;
}

.action-widget__body.scroll--active::-webkit-scrollbar {
    width: 5px;
}

.action-widget__body.scroll--active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.action-widget__body.scroll--active::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.search-form-inline {
    position: relative;
}

.search-form-inline input {
    padding-left: 10px;
    padding-right: 30px;
}

.search-form-inline__btn {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
}

.action-widget .form-check+.form-check {
    margin-top: 0.3125rem;
}

.sidebar-category {
    margin: -0.1875rem 0;
}

.sidebar-category__single {
    padding: 0.1875rem 0;
}

.sidebar-subcategory__single {
    padding: 0.1875rem 0;
}

.sidebar-item__single {
    padding: 0.1875rem 0;
}

.sidebar-category__single a {
    font-size: 0.875rem;
    color: #505050;
    display: grid;
    gap: 9px;
    grid-template-columns: 8% 83%;
}

.sidebar-subcategory__single a {
    font-size: 0.875rem;
    color: #505050;
    display: grid;
    gap: 9px;
    grid-template-columns: 8% 83%;
}
.filtercols  .caption {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-item__single a {
    font-size: 0.875rem;
    color: #505050;
    display: grid;
    gap: 9px;
    grid-template-columns: 8% 83%;
}

.sidebar-category__single .value::before {
    content: "(";
}

.sidebar-category__single .value::after {
    content: ")";
}

.sidebar-subcategory__single .value::before {
    content: "(";
}

.sidebar-subcategory__single .value::after {
    content: ")";
}

.sidebar-item__single .value::before {
    content: "(";
}

.sidebar-item__single .value::after {
    content: ")";
}

.sidebar-category .more {
    cursor: pointer;
}

.action-sidebar-close {
    width: 30px;
    height: 30px;
    background-color: rgb(var(--r), var(--g), var(--b));
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

@media (max-width: 991px) {
    .action-sidebar-close {
        display: inline-block;
    }
}

.action-sidebar-open {
    padding: 0.5rem 1.5625rem;
    background-color: var(--color-secondary);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}

@media (max-width: 991px) {
    .action-sidebar-open {
        display: inline-flex;
    }
}

@media (max-width: 420px) {
    .action-sidebar-open {
        width: 100%;
    }
}

.action-sidebar-open i {
    font-size: 1.375rem;
    margin-right: 5px;
}

/* action-sidebar css end */

/* footer section css start */
.footer {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    overflow: hidden;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .footer {
        padding-top: 60px;
    }
}

.footer>* {
    color: #e6e6e6;
}

.footer__top {
    padding-bottom: 4.375rem;
}

.footer__bottom {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
    background: var(--color-primary-light);
}

.footer__bottom a {
    text-decoration: none !important;
    color: var(--color-primary);
}

.footer__bottom p {
    color: var(--color-text);
}

.footer__bottom ul.social-link i {
    color: var(--color-text);
}

.footer-logo img {
    max-height: 45px;
}

.footer-widget__title {
    padding-bottom: 0.9375rem;
    font-size: 1.25rem;
    color: #fff !important;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .footer-widget__title {
        margin-bottom: 1.25rem;
    }
}

.footer-widget__title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
}

.footer-menu li {
    padding: 0.375rem 0;
}

.footer-menu li:first-child {
    padding-top: 0;
}

.footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-menu li a {
    color: #e6e6e6;
    text-decoration: none !important;
}

.social-link li {
    padding: 0.1875rem 0.4375rem;
}

.social-link li a {
    color: #e6e6e6;
}

/* footer section css end */

/* company details section css start */

.company-details-header {
    background-color: var(--color-primary-light);
    padding: 1.875rem 0;
}

.company-sidebar {
    padding: 1.5625rem;
    margin-top: 0.5rem;
    position: sticky;
    top: 30px;
    border: 1px solid lightgray;
}

@media (max-width: 991px) {
    .company-sidebar {
        margin-top: 3.125rem;
    }
}

.company-sidebar .rating-area .rating {
    font-family: var(--font-primary) !important;
    font-size: 3.875rem;
    font-weight: 700;
    line-height: 1;
}

.company-sidebar.company-sidebar-detail-page .rating-area .rating {
    font-size: 2.875rem;
    color: var(--color-primary);
}

.social-links-detail-page a i {
    font-size: 20px;
    color: var(--color-primary);
}

.social-links-detail-page a {
    font-size: 16px;
    color: var(--color-primary);
    overflow-wrap: anywhere;
}

.social-links-detail-page a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

.company-sidebar .rating-area .content {
    text-align: right;
}

.company-overview__thumb {
    text-align: center;
}

@media (max-width: 991px) {
    .company-overview__thumb {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .company-overview__thumb {
        text-align: center;
    }
}

.company-overview__thumb img {
    max-width: 60%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.company-overview__review {
    text-align: center;
}

.company-overview__review img {
    max-height: 25px;
}

.single-company-info {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.single-company-info:first-child {
    padding-top: 0;
}

.single-company-info:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.single-company-info-detail .content {
    padding-left: 0px !important;
}

.single-company-info-detail .content p,
.single-company-info-detail .content a {
    font-size: 14px;
}

.single-company-info__title {
    margin-bottom: 0.625rem;
}

.single-company-info__list {
    margin: -0.3125rem 0;
}

.single-company-info__list li {
    padding: 0.3125rem 0;
}

.single-company-info__list li .icon {
    width: 30px;
}

.single-company-info__list li .icon i {
    font-size: 1.25rem;
}

.single-company-info__list li .content {
    width: calc(100% - 30px);
    padding-left: 0.3125rem;
}

.single-company-info__list li .content a {
    color: #505050;
}

.single-review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}

.single-review .star {
    width: 40px;
}

.single-review .progress {
    width: calc(100% - 110px);
    height: 10px;
}

.single-review .percentage {
    width: auto;
    text-align: right;
}

.customer-review {
    padding: 1.25rem;
    justify-content: space-between;
}

.customer-review__thumb {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #5a5a5a;
}

.customer-review__thumb img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.customer-review__content {
    width: calc(100% - 95px);
    padding: 1.25rem;
    background-color: var(--color-primary-light);
}

@media (max-width: 480px) {
    .customer-review__content {
        width: 100%;
        margin-top: 0.9375rem;
    }
}

.customer-review__header {
    justify-content: space-between;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #e0e0e0;
}

.customer-review__header .right {
    text-align: right;
}

.customer-review__header .right .ratings {
    color: rgb(var(--r), var(--g), var(--b));
}

.customer-review__body {
    padding: 1.25rem 0;
}

.customer-review__footer {
    justify-content: space-between;
    padding-top: 0.9375rem;
    border-top: 1px solid #e0e0e0;
}

.customer-review__action-list {
    margin: -0.1875rem -0.9375rem;
}

.customer-review__action-list li {
    padding: 0.1875rem 0.9375rem;
}

.customer-review__action-list li button {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 0;
    background-color: transparent;
}

.customer-review__action-list li button i {
    font-size: 1.25rem;
    margin-right: 0.3125rem;
}

/* company details section css end */

/* account section css start */
.account-section {
    min-height: 100vh;
}

.account-section .input-group select {
    padding: 0.3125rem;
}

.account-section p,
.account-section span {
    color: #d1d5ff;
    color: var(--color-black);
}

a.accent-color {
    color: var(--color-secondary);
}

img.login-img {
    height: 70%;
    width: 70%;
    object-fit: cover;
}

@media (max-width:767px) {
    img.login-img {
        display: none;
    }

    .account-logo img {
        max-width: 260px;
    }
}

.account-section .right,
.account-section .left::before {
    background-color: var(--color-primary);
}

section.account-section.account-section-login h2 {
    color: var(--color-secondary) !important;
}

.account-section.account-section-login .left::before {
    background-color: #fff;
}

.account-section .right {
    background: var(--color-primary);
}

.account-section.account-section-login .text--base {
    color: var(--color-secondary);
}

.account-section.account-section-login .btn--base {
    background-color: var(--color-secondary);
}

.account-section.account-section-login .right {
    background: var(--color-primary);
}

.account-section .left,
.account-section .right {
    min-height: 100vh;
    flex-flow: column;
    align-items: center;
}

@media (max-width: 767px) {

    .account-section .left,
    .account-section .right {
        min-height: auto;
    }
}

.account-section .left {
    width: 70%;
    justify-content: center;
    position: relative;
    z-index: 1;
    order: 1;
}

@media (max-width: 1399px) {
    .account-section .left {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .account-section .left {
        padding: 4.375rem 2.5rem;
    }
}

@media (max-width: 767px) {
    .account-section .left {
        width: 100%;
        order: -2;
    }
}

@media (max-width: 575px) {
    .account-section .left {
        padding: 3.125rem 1.875rem;
    }
}

.account-section .left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}

.account-section .left .left-inner {
    width: 650px;
}

@media (max-width: 1199px) {
    .account-section .left .left-inner {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .account-section .left .left-inner .title {
        font-size: 1.375rem;
    }
}

.account-section .right {
    width: 30%;
    order: -1;
    padding: 5rem 3.125rem;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .account-section .right {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    .account-section .right {
        padding: 3.75rem 1.875rem;
    }
}

@media (max-width: 767px) {
    .account-section .right {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .account-section .right {
        padding: 3.125rem 0;
    }
}

.form-check-input:focus {
    border-color: var(--color-secondary);
    outline: 0;
    box-shadow: unset;
}

.account-section .right .el {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}

.account-section .right .middle {
    padding: 1.875rem 0;
}

.account-section.style--two .left {
    width: 60%;
}

@media (max-width: 1650px) {
    .account-section.style--two .left {
        width: 50%;
    }
}

@media (max-width: 1399px) {
    .account-section.style--two .left {
        width: 45%;
        padding: 4.375rem 2.5rem;
    }
}

@media (max-width: 991px) {
    .account-section.style--two .left {
        width: 100%;
        min-height: auto;
        order: -2;
    }
}

@media (max-width: 1399px) {
    .account-section.style--two .left .left-inner {
        width: 100%;
    }
}

.account-section.style--two .right {
    width: 40%;
}

@media (max-width: 1650px) {
    .account-section.style--two .right {
        width: 50%;
    }
}

@media (max-width: 1399px) {
    .account-section.style--two .right {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .account-section.style--two .right {
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 1199px) {
    .account-section.style--two .account-form .form--control {
        font-size: 0.9375rem;
    }
}

.account-logo img {
    max-height: 60px;
    max-width: 200px;
}

.account-form label {
    color: #fff;
}

.account-form .form--control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.account-form .form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.account-form .form--control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.account-form .form--control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.account-form .form--control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.account-form .form--control:focus {
    color: #fff;
}

/* account section css end */

/* contact section css start */
.contact-section {
    position: relative;
    z-index: 1;
    background-color: var(--color-primary-light);
}

.custom-card.policy-custom-card p,
.custom-card.policy-custom-card span,
.custom-card.policy-custom-card li,
.custom-card.policy-custom-card strong,
.custom-card.policy-custom-card a {
    font-size: 16px !important;
}

.custom-card.policy-custom-card h3 {
    font-size: 20px !important;
}

.contact-wrapper {
    box-shadow: 0 5px 35px rgba(23, 23, 58, 0.15);
    overflow: initial !important;
}

.msg {
    cursor: pointer;
}

@media (max-width: 991px) {
    .contact-wrapper {
        box-shadow: none;
        padding: 10px;
    }
}

.contact-wrapper__left {
    width: 55%;
}

@media (max-width: 991px) {
    .contact-wrapper__left {
        width: 100%;
        margin-bottom: 30px;
        box-shadow: 0 0 10px rgba(23, 23, 58, 0.15);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
}

.contact-wrapper__right {
    width: 45%;
    padding: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-dark);
}

@media (max-width: 991px) {
    .contact-wrapper__right {
        width: 100%;
        box-shadow: 0 0 10px rgba(23, 23, 58, 0.15);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        padding: 1.25rem;
    }
}

.contact-wrapper__right .title {
    position: relative;
    padding-bottom: 3px;
}

@media (max-width: 575px) {
    .contact-wrapper__right .title {
        font-size: 1.25rem;
    }
}

.contact-wrapper__right .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
}


/*09/03/2024*/
#result a {
    width: 48%;
    margin-left: 15px;
}


@media (max-width: 575px) {
    #result a {
        width: 95%;
        margin-left: 15px;
    }
}


.contact-form {
    padding: 1.875rem;
}

@media (max-width: 575px) {
    .contact-form {
        padding: 1.25rem;
    }
}

.contact-info-list li+li {
    margin-top: 1.25rem;
}

@media (max-width: 480px) {
    .contact-info-list li {
        font-size: 0.875rem;
    }
}

.contact-info-list li .icon {
    width: 40px;
}

@media (max-width: 480px) {
    .contact-info-list li .icon {
        width: 30px;
    }
}

.contact-info-list li .icon i {
    font-size: 2rem;
    line-height: 1;
}

@media (max-width: 480px) {
    .contact-info-list li .icon i {
        font-size: 1.5rem;
    }
}

.contact-info-list li .content {
    width: calc(100% - 40px);
    padding-left: 0.625rem;
    color: #fff;
}

@media (max-width: 480px) {
    .contact-info-list li .content {
        width: calc(100% - 30px);
    }
}

.contact-info-list li .content a {
    color: #fff;
    word-break: break-all;
}

@media (max-width: 480px) {
    .contact-info-list li .content a {
        font-size: 0.875rem;
    }
}

.social-links {
    margin: -0.1875rem -0.4375rem;
    padding-top: 50px;
}

.social-links li {
    padding: 0.1875rem 0.4375rem;
}

.social-links li a {
    color: var(--color-secondary);
}

.social-links li a i {
    font-size: 1.375rem;
}

.contact-social-link i {
    color: #fff !important;
}

/* contact section css end */

/* New Added Css */
.select-country option {
    color: #071e3e;
}

.select2-container--default .select2-selection--multiple {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.mt--10px {
    margin-top: -15px !important;
    display: inline-block;
}

.latest-blog-title {
    padding-bottom: 8px;
    margin-bottom: 25px;
    position: relative;

}

.latest-blog-title::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 2px;
    background-color: var(--color-secondary);
    left: 0;
    bottom: 0;
}

.latest-blog-item {
    margin-bottom: 15px;
}

.latest-blog-item .company-review__top {
    background-color: var(--color-white);
}

.widthpara {
    margin: 0px 25px;
}

.widthpara * {
    margin-left: 0px !important;
}

.widthpara p,
.widthpara div {
    width: 100% !important;
}

/* //required */
label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.select2-container--default .select2-selection--multiple {
    padding: 0.625rem 1.25rem !important;
    border-radius: 8px !important;
}

.select2-search__field {
    margin: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    transform: translateY(-20px);
}

.tag-text {
    position: absolute;
    left: 0;
    bottom: 0;
}

.fw--bold {
    font-weight: 600;
}

.pagination .page-item .page-link {
    box-shadow: none;
    color: #333;
    font-weight: 400;
}

/* Sitemap */
#directories {
    background-color: var(--color-primary-light);
}

#directories .accordion-button {
    background-color: var(--color-primary) !important;
    color: #fff;
    margin-bottom: 10px;
}

#directories .accordion-button:focus {
    box-shadow: none;
}

#directories .accordion-button:focus-visible {
    outline: 0;
}

#directories .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#directories .accordion-button:not(.collapsed)::after {
    filter: brightness(1) !important;
}

#directories .flush-container {
    border: 1px solid var(--light-bg-color);
}

#directories .flush-container .accordion-button {
    background-color: #fff !important;
    padding-left: 30px;
    color: #000;
}

#directories .flush-container .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cline fill='none' stroke='%23000000' stroke-miterlimit='10' stroke-width='4' x1='9' x2='41' y1='25' y2='25'/%3E%3Cline fill='none' stroke='%23000000' stroke-miterlimit='10' stroke-width='4' x1='25' x2='25' y1='9' y2='41'/%3E%3C/svg%3E");

}

#directories .flush-container .accordion-button:not(.collapsed)::after {
    filter: brightness(0) !important;
    transform: rotate(-45deg) !important;
}

#directories .flush-container .accordion-body {
    background-color: var(--color-primary-light) !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.grid-container a:hover {
    text-decoration: underline !important;
}

.subcategory-item {
    padding: 10px;
    border-radius: 5px;
}

/* 050724 */

.blog-post__body span {
    display: unset;
}

h2.section-title.color-text.latest-blog-color {
    color: var(--heading-text) !important;
}

.final_result .result .result_hover>a>h6 {
    font-size: 16px;
}

.final_result .result .result_hover>a>p {
    font-size: 14px;
}

.final_result .result li.result_hover {
    padding-block: 0.4rem !important;
    padding-inline: 0.2rem !important;
}

.final_result .result h6 {
    margin-bottom: 6px;
}

.result {
    margin: 0 !important;
}

.final_result {
    max-width: 535px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.3);
}

#search_res {
    width: 100% !important;
}

.thead-dark th {
    color: #000 !important;
}

.mycomanycard {
    box-shadow: 0 0 15px #c4c4c4 !important;
}

.mycompanyhead th {
    background-color: var(--color-button) !important;
    color: #fff !important;
}

.bg-gradient-common {
    background-color: #164268;
}

.section--bg {
    background-color: var(--color-primary-light);
}

.faq-accordion-col.accordion-item {
    background-color: transparent;
    border: unset;
}

.faq-accordion-col {
    flex: 0 0 calc(50% - 12px);
}

.faq-accordion-col .accordion-collapse {
    border: 2px solid var(--color-secondary);
    background: #fff;
    border-top: 0px;
}

@media (max-width: 768px) {
    .faq-accordion-col {
        flex: 0 0 100%;
    }
}

.companybottom {
    background-color: var(--color-secondary);
    padding: 5px 9px;
}

@media (max-width: 1400px) {
    .testimonial-slider .slick-arrow.prev {
        right: 7%;
    }
}

@media (max-width: 1200px) {
    .testimonial-slider .slick-arrow.prev {
        right: 8%;
    }
}


@media (max-width: 992px) {
    .testimonial-slider .slick-arrow {
        top: 100%;
    }

    .testimonial-slider .slick-arrow.prev {
        left: 0;
        right: 50px;
        margin: 0 auto;
    }

    .testimonial-slider .slick-arrow.nextt {
        left: 0;
        right: -50px;
        margin: 0 auto;
    }
}

.accordian-height {
    max-height: 300px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.blog-share-btn {
    position: relative;
    display: inline-block;
    height: 3em;
    width: 10em;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
}

/* Share text */
.blog-share-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%);
    height: 2.4em;
    width: 8.5em;
    border-radius: 25px;
    background-color: #fff;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    line-height: 2.2em;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    letter-spacing: 0.5px;
}

/* Icons container */
.blog-share-btn .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1;
}

/* Icon styles */
.blog-share-btn .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.blog-share-btn .social-icon:hover {
    background-color: var(--color-primary);
}

/* Hover effect: Hide text, show icons */
.blog-share-btn:hover span {
    opacity: 0;
    visibility: hidden;
}

.blog-share-btn:hover .icons {
    opacity: 1;
    visibility: visible;
}

.article-img-blog {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.company-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.image-div-company {
    background-color: #001f3f1c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    position: relative;
    border-radius: 10px;
}

.company-card img.top-img {
    object-fit: contain;
    border-radius: 10px;
    aspect-ratio: 3/1;
    padding: 0px 10px;
}

.badge-soft {
    background-color: var(--brown-btn);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    bottom: -10px;
    left: 0px !important;
    top: auto !important;
    right: 0px !important;
    margin: 0 auto !important;
    width: fit-content;
}

.companyname-new a {
    color: var(--color-primary) !important;
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 21px;
    min-height: 43px;
}

.flex-area-nav {
    gap: 20px;
}

.flex-area-nav .nav-item.bg-color.mobile-padding-px {
    background: unset;
}

.flex-area-nav .nav-link.active {
    background-color: unset !important;
    color: var(--color-secondary) !important;
    border: 0px;
    font-weight: 600;
    border-bottom: 3px solid var(--color-secondary);
}

@media (max-width: 992px) {
    .image-div-company {
        height: 160px;
    }

    .company-card img.top-img {
        width: 330px;
        aspect-ratio: 3/1;
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .flex-area-nav {
        gap: 10px;
        width: 100%;
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: start !important;
        padding: 0px 10px;
    }

    .companyname-new a {
        min-height: unset;
    }

    h2.page-title.text-white {
        font-size: 22px;
    }

    .custom--accordion .accordion-button {
        font-size: 16px;
        padding: 1rem;
    }

    .custom--accordion .accordion-body {
        padding: 0.5rem;
    }
    .pagination .page-item .page-link {
    width: 100%;
    height: 100%;
}
}

.tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.tags .spandiv {
    display: inline-block;
    max-width: 49%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: var(--color-secondary);
    padding: 0px 10px;
}

.tags span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-wrap: nowrap;
    color: #fff;
    vertical-align: text-top;
    text-overflow: ellipsis;
    overflow: hidden;
}

.esc-logo {
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.cate-name-12 {
    font-size: 12px !important;
}

a.view-contact {
    border: 1px solid var(--color-primary);
    color: #fff;
    font-size: 12px !important;
    background-color: var(--color-primary);
    ;
}

a.view-contact:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.border-rounded-detail {
    border-radius: 10px;
}

.company-description-more {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: var(--color-text);
    min-height: 60px;
}

.icon-text-color {
    color: var(--color-secondary);
}

.login-share {
    position: absolute;
    top: 0px;
    right: 8px;
}

.addressspan {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px !important;
    min-height: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .header__bottom {
        padding: 0px 0 0px;
    }

    .review-section {
        padding: 20px 0px;
    }

    .company-sidebar {
        margin-top: 0.125rem;
    }

    .company-sidebar .rating-area .rating {
        font-size: 2.875rem;
    }

    table.table.custom--table th,
    table.table.custom--table td {
        text-wrap: nowrap;
    }
}

.nav-item.bg-color.mobile-padding-px {
    background: #fff;
}

table.table.custom--table th,
table.table.custom--table td {
    text-wrap: nowrap;
}

@media (max-width: 992px) {
    .testimonial-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px !important;
    }

    .review-main-section .row {
        margin-bottom: 30px !important;
    }

}

@media (max-width: 576px) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .default-logo-review {
        font-size: 16px;
    }

    .review-card__top .content {
        padding-left: 15px;
    }

    .review-card {
        height: 100% !important;
        min-height: 190px !important;
    }

    .mobile-escmember {
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .addressspan {
        min-height: unset;
    }

    #portfolios-container [data-bs-toggle="modal"]:last-child {
        margin-bottom: 0px !important;
    }

    .mobile-escmember img {
        width: 40px;
    }

    .company-review__top span {
        line-height: 20px !important;
    }

    .mobile-padding-px a {
        padding: 5px !important;
        font-size: 14px;
    }

    .contact-section {
        position: relative;
        padding: 40px 0px;
    }

    .contact-section-table {
        padding: 20px 0px;
    }

    .contact-section-view-form {
        padding: 10px !important;
    }

    .btn.btn--base.nextprev-btn-form {
        padding: 5px 22px;
        width: 100%;
    }

    .uploadprogressbar li {
        font-size: 12px !important;
        line-height: 18px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        font-size: 14px !important;
    }

    #msform .form-floating>.form-control {
        font-size: 14px !important;
    }

    .preloader__ratings i {
        font-size: 2.25rem;
    }

    .preloader__logo {
        max-height: 80px;
    }

    .company-review-detail-page .company-review__name-detail .left-side {
        width: 100%;
        text-align: center;
    }

    .main-sectons {
        padding: 30px 0px !important;
    }

    .main-sectons.review-main-section {
        padding-top: 30px !important;
    }

    .section-title {
        font-size: 32px !important;
    }

    .section-header {
        margin-bottom: 30px !important;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .review-main-section .row {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 325px) {
    .section-subtitle {
        font-size: 16px;
    }
}

.contact-wrapper.contact-wrapper-reset {
    box-shadow: 0 5px 35px rgba(23, 23, 58, 0.15);
}

.filterrow.row- {
    display: grid;
    grid-template-columns: 16% 82%;
    gap: 20px;
}

@media (max-width: 1199px) {
    .filterrow.row- {
        grid-template-columns: 100%;
    }
}

.contact-wrapper.contact-wrapper-admin {
    background-color: #fff;
}

.nav-link.active {
    color: red !important;
    font-weight: bold;
    border-bottom: 2px solid red;
}

#portfolios-container div.text-center.bg-light {
    background-color: #fff !important;
}

.min-max-height {
    max-height: 250px;
    min-height: 100px;
    overflow: hidden;
}

.highlight-content-detail {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smallstars {
    margin: 0px !important;
}

.smallstars i {
    font-size: 24px;
}

.mobileshareicon {
    position: absolute;
    top: 5px;
    right: 10px;
}

#contactTab .accordion-button:not(.collapsed) {
    color: var(--color-primary);
}

.min-max-height button {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.min-max-height button:hover {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.justifywithoutlogin {
    justify-content: center !important;
}

.table-responsive .table th {
    text-wrap: nowrap;
}

/*home page new bg*/
.even-bg {
    background-color: #fff;
}

.odd-bg {
    background-color: var(--color-primary-light);
}

.new-badge {
    display: inline-block;
    padding: 0px 7px 0px 15px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 100%, 10% 50%);
    background: var(--color-secondary);
    position: absolute;
    top: 10px;
    right: 0px;
}

.new-badge span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

/*header menu*/
.main-menu .dropdown-mega {
    position: static;
}

.dropdown-mega {
    position: revert !important;
}

.header .main-menu .dropdown-menu-mega li a {
    color: var(--color-primary);
    font-weight: 100;
    padding: 5px 0;
}

.main-menu .dropdown-menu-mega {
    width: 80%;
    right: 0;
    top: 100%;
    padding: 2rem;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    left: 0;
    margin: 0 auto;
}

.header .main-menu .dropdown-menu-mega li a:hover {
    color: var(--color-secondary);
    background: transparent;
}

.main-menu .dropdown:hover .dropdown-menu-mega {
    display: block;
}

.header .main-menu li .sub-menu.lastmenu {
    left: unset;
    right: 0;
}

@media (max-width: 991px) {
    .dropdown-menu-mega {
        position: static;
        width: 100%;
    }
}

/*header menu*/

/*join now esc*/

.join-now-esc {
    background-image: url('https://www.shutterstock.com/image-vector/abstract-background-design-element-geometric-260nw-2026346807.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: left;
}

.join-now-center {
    background-image: url(https://cdn.vectorstock.com/i/500p/65/14/geometric-blue-triangle-background-vector-56976514.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.join-now-esc h5 {
    color: #fff;
    font-size: 26px;
}

.join-now-esc p {
    color: #fff;
}

.join-now-esc a {
    color: var(--color-primary);
}

.category-container ul.main-categories-list {
    list-style: disc;
}

ul.main-categories-list li {
    display: list-item !important;
}

.custom-nav.review-slider-nav button {
    background: #e3e3e3;
    color: var(--color-primary);
    font-size: 1.4rem;
    width: 45px;
    height: 45px;
    background-color: unset;
    border-radius: 20%;
    border: 2px solid var(--color-primary);
    opacity: 0.8;
    transition: 0.3s ease-in-out;
    line-height: 10px;
    margin: 2px;
}

.view-more-review.readmorecontent {
    width: 100%;
}

.view-more-review a {
    border-radius: 5px;
    width: unset;
    height: unset;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 2px 13px;
    background: var(--color-primary);
}

.faqanswer {
    height: 150px;
    overflow-y: scroll;
}

.browse-all-btn a {
    background: var(--color-primary);
    margin-top: 20px;
    font-size: 16px;
    padding: 6px 15px !important;
    text-decoration: none;
}

.browse-all-btn a:hover {
    background: var(--color-primary);
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    padding: 6px 15px !important;
    text-decoration: underline !important;
}


@media (max-width: 1400px) {
    .testimonilbox {
        padding: 20px 10px 20px 10px;
    }

    .testimonial-card__image img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1200px) {
    .testimonial-card__image img {
        width: 60px;
        height: 60px;
    }

    .home-dropdown-new {
        position: absolute;
        width: 100%;
        top: 30px;
    }

    .topbar-list li:last-child {
        background: unset;
    }

    .main-menu .dropdown-menu-mega {
        top: auto;
        position: absolute;
        padding: 1rem;
    }

    .home-dropdown-new {
        max-height: unset !important;
        overflow: visible;
    }
}


@media (max-width: 768px) {
    .main-menu .dropdown-menu-mega {
        height: 100%;
        overflow: auto;
    }
}

@media (max-width: 576px) {
    .menu-toggle {
        width: 28px;
        height: 20px;
    }

    .home-dropdown-new {
        top: 50px;
    }

    .header .main-menu {
        padding: 0.9375rem 0 !important;
    }

    .header .main-menu li .sub-menu.lastmenu {
        left: unset;
        width: 100%;
        right: 0;
        height: 210px;
        overflow: auto;
    }
}

.portfolio-image.portfolio-img.new-portfolio-img img {
    width: unset !important;
    max-height: 200px !important;
    aspect-ratio: 4/3 !important;
    margin: 10px auto 10px !important;
}

.arrowbtn-more i {
    transform: rotate(0deg) !important;
}

.filtertagPart {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 5px;
}

.filtertagPart a:hover {
    color: #fff !important;
}

.sort_filterlist .filterLst li label {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-wrap: nowrap;
}

.action-widget__title.no-content-icon::after {
    content: unset !important;
}

.modal-category .elcinaCheckBox-wrapper ul {
    display: grid;
    grid-template-columns: auto auto;
}

.elcinaCheckBox-overflow {
    height: 500px;
    overflow-y: scroll;
}

/*Review section home css*/

.review-section-css-modal .close {
    background-color: transparent;
}

.review-section-css-modal .modal-content {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.review-section-css-modal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.review-section-css-modal .modal-title {
    color: #343a40;
}

.review-section-css-modal .modal-body {
    padding: 20px;
}

.review-section-css-modal .review-details {
    margin-bottom: 20px;
}

.review-section-css-modal .review-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-section-css-modal .review-header h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.review-section-css-modal .review-content {
    font-size: 16px;
}

.review-section-css-modal .modal-review-rating {
    font-size: 20px;
    color: #ffc107;
}

.review-section-css-modal .modal-review-user {
    font-size: 14px;
    margin-top: 5px;
}

.review-section-css-modal .modal-review-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

/*testimonial section home css*/
ul li .content {
    transition: transform 0.3s linear;
    transition-delay: 0.5s;
}

ul li:not(.slick-current) .content {
    transform: scale(0.9);
    transition-delay: 0s;
}

/*home page company slider section*/
.home-company-section .company-custom-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.home-company-section img.verified-badge {
    height: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.home-company-section .company-card {
    min-height: 330px;
}

.home-company-section .addressspan span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
    -webkit-line-clamp: 1;
}

.home-company-section .slick-prev,
.home-company-section .slick-next {
    display: none !important;
}

.home-company-section .company-custom-arrows .btn i {
    font-size: 20px;
}

.home-company-section .company-custom-arrows .btn:disabled {
    background: #e6e7e8;
}

.home-company-section .company-custom-arrows .btn {
    position: unset;
    height: unset;
    width: unset;
    background: transparent;
    color: var(--color-primary);
    font-size: 2.25rem;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: unset;
    border-radius: 20%;
    display: flex;
    border: 3px solid var(--color-primary);
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.home-company-section .company-custom-arrows .btn:hover {
    background: var(--color-primary);
}

.home-company-section .company-custom-arrows .btn:hover i {
    color: #fff !important;
}

.home-company-section .slick-slider-company .single-slide {
    padding: 0px 10px 10px;
}

.home-company-section .company-custom-arrows .slick-prev:before,
.slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: var(--color-primary);
}

/*Social proof section home css*/
.stats-section-home.stats-section {
    background: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1500&q=80') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 20px;
    background-attachment: fixed;
}

.stats-section-home.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.stats-section-home .stats-subtitle {
    color: var(--color-secondary);
    font-size: 16px;
    letter-spacing: 1px;
}

.stats-section-home .stats-title {
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff !important;
}

.stats-section-home .facts_wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 0;
    border: 5px solid #ededed;
}

.stats-section-home .facts_wrapper::after {
    position: absolute;
    content: "";
    border: 5px solid var(--color-secondary);
    border-right-color: rgb(240, 177, 28);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    transform-origin: center right;
    width: 97px;
    height: 190px;
    left: -5px;
    top: -5px;
    z-index: -1;
}

.stats-section-home .facts_number {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.stats-section-home .facts_label {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .stats-section-home .facts_wrapper {
        width: 160px;
        height: 160px;
    }

    .stats-section-home .facts_wrapper::after {
        width: 85px;
        height: 160px;
    }
}

/*subscribe section home css*/
/* Subscribe Section Styles */
.subscribe-section-home.subscribe-section {
    background: #f0f6ff;
    padding: 60px 20px;
    text-align: center;
}

.subscribe-section-home .subscribe-content h2 {
    font-size: 40px;
}

.subscribe-section-home .subscribe-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.subscribe-section-home .subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-section-home .subscribe-form input {
    width: 100%;
    padding: 12px 130px 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
}

.subscribe-section-home .subscribe-form .input-wrapper {
    position: relative;
    max-width: 100%;
}

.subscribe-section-home .subscribe-form button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background-color: #0052cc;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.subscribe-section-home .subscribe-form button:hover {
    background-color: #003f99;
}


.subscribe-section-home .subscribe-benefits {
    list-style: none;
    padding: 0;
    color: #444;
    font-size: 14px;
}

.subscribe-section-home .subscribe-benefits li {
    margin: 5px 0;
}

/*Portfolio list css starts*/
.porfoliomodel-list-new .porfoliomodel-list .modal-content {
    width: 70%;
    margin: 0 auto;
}

.porfoliomodel-list-new .porfolio-container p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.porfoliomodel-list-new .portfolio-card {
    border: 1px solid #ccc;
    border-radius: 22px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    max-height: 320px;
    min-height: 320px;
}

.porfoliomodel-list-new .arrow-btn-more {
    height: 30px;
    max-width: 30px;
    background: var(--color-secondary);
    border-radius: 8px;
    width: 100%;
}

.porfoliomodel-list-new .arrow-btn-more i {
    transform: rotate(45deg);
}

.porfoliomodel-list-new .portfolio-card h3 {
    margin-top: 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.porfoliomodel-list-new .portfolio-image img {
    max-width: 100%;
    display: block;
    margin-top: 10px;
    height: unset;
}

.porfoliomodel-list-new iframe {
    width: 100% !important;
    max-height: 250px !important;
    border-radius: 15px;
}

@media only screen and (max-width: 768px) {
    .porfoliomodel-list-new .porfoliomodel-list .modal-content {
        width: 100%;
    }
}

/*Companies blade css*/
img.modal-company-image {
    max-width: 100%;
}

.company-overview.modal-company-overview {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding: 10px;
}

@media (max-width: 576px) {
    .company-details-header .card-body {
        /*padding: 0px;*/
    }

    .company-overview.modal-company-overview {
        width: 80px;
        height: 80px;
    }
}

.sub-category,
.items {
    font-size: 1rem;
    color: #333;
}

.sub-category h6,
.items h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

.portfolio-description {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.5;
}

.portfolio-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 280px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-bottom: 20px;
}

.portfolio-image {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link.active {
    background-color: var(--color-primary);
    color: #fff;
}

.company-review__top.company-review__top-new {
    margin-top: 5px;
}

.border-top-orange {
    border-top: 8px solid var(--color-secondary);
}

.companny-new-modals-section .modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.companny-new-modals-section .modal-header {
    background-color: #f7f7f7;
    border-bottom: none;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.companny-new-modals-section .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.companny-new-modals-section .modal-body {
    padding: 20px;
}

.companny-new-modals-section iframe {
    width: 100% !important;
}

.results {
    padding: 0;
}

.result_hover:hover {
    background: lightblue;
    cursor: pointer;
}

.result {
    color: #656e80;
    background-color: #ffffff;
    list-style: none;
    max-width: 535px;
    padding: 10px 0px 10px 20px;
    position: relative;
    margin: 0px 5px;

    &:not(:last-child) {
        border-bottom: 1px solid #373d4e;
    }

    &:before {
        position: absolute;
        width: 3px;
        content: '';
        background-color: #5073dd;
        top: 15px;
        left: 10px;
        bottom: 15px;
    }
}

.result__top {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

.result-hr {
    color: #656e80;
    background-color: #2a3040;
    list-style: none;
    width: 500px;
    padding: 10px 10px 10px 25px;
    position: relative;

    &:not(:last-child) {
        border-bottom: 1px solid #373d4e;
    }

    &:before {
        position: absolute;
        width: 3px;
        content: '';
        background-color: #5073dd;
        top: 15px;
        left: 10px;
        bottom: 15px;
    }
}

.result__city {
    color: white;
    margin: 0;
}

.result__population {
    font-size: 13px;
}

a.list-group-item.list-group-item-action {
    width: 100% !important;
}

.latest-blog-color {
    color: #fff;
}

.companyScript.companyScript-new {
    width: 450px;
    height: 107px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FFFCD7;
    padding: 5px;
}

.country-code .input-group-text {
    background: #fff !important;
}

.country-code select {
    border: none;
}

.country-code select:focus {
    border: none;
    outline: none;
}

.form-label-section-box label.form-label text-white {
    color: #f8f9fa !important;
}

.orange-link {
    color: var(--color-dark);
}

.flex-area-nav.flex-area-nav-new {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--color-primary-light);
}

.give-rating span.checked i {
    color: #f5c518;
}

.card-text:last-child {
    font-size: 14px;
}

@media (max-width: 576px) {

    .social-new-sec .single-company-info p,
    .social-new-sec .highlight-content-detail,
    .social-new-sec .social-links-detail-page a {
        font-size: 14px;
    }
    .sort_filterlist .filterLst li {
    width: 50%;
}
}



.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/* confirmation popup CSS */
.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

button.btn.btn-primary.float-end.me-4.position-relative {
    background: #0b5ed7;
    border: 1px solid #0b5ed7;
}

/*tailwind blade css*/
.pagination-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Mobile: Only Prev/Next buttons visible */
.pagination-mobile {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.pagination-desktop {
    display: none;
}

/* Buttons & Basic Styling */
.pagination-button,
.pagination-number,
.pagination-icon {
    padding: 8px 12px !important;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: white;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.pagination-number {
    border-radius: 0px;
}

.pagination-button:hover,
.pagination-number:hover,
.pagination-icon:hover {
    background-color: #f2f2f2;
}

.pagination-number {
    border-radius: 0px;
}

.pagination-number:hover,
.pagination-number.active:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.pagination-button.disabled,
.pagination-icon.disabled {
    cursor: not-allowed;
    background-color: #eee;
    color: #999;
}

.pagination-number.active {
    background-color: var(--color-secondary);
    color: #fff;
    pointer-events: none;
    font-weight: 700;
}

.pagination-info {
    font-size: 14px;
    color: #555;
}

.pagination-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.pagination-dots {
    padding: 6px 10px;
    color: #777;
}

.svg-img-arrow {
    width: 18px;
    height: 18px;
}

.pagination-icon.previcon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 7px 6px !important;
}

.pagination-icon.nexticon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 7px 6px !important;
}

/* Desktop View: show full pagination */
@media (min-width: 640px) {
    .pagination-mobile {
        display: none;
    }

    .pagination-desktop {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 20px;
    }

    .pagination-container {
        flex-direction: row;
    }
}

.input-group-text:focus {
    box-shadow: none !important;
}

#receivedTable_wrapper,
#sentTable_wrapper {
    overflow-x: scroll;
}

@media (max-width:768px) {
    #myTable_wrapper .dt-row .col-sm-12 {
        overflow-x: scroll;
    }
}

#receivedTable.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.give-rating-update.give-rating-update-new span label {
    height: unset;
    width: unset;
}

.customer-review__body .read-more-link {
    display: inline-block;
    color: #dd6e42;
    cursor: pointer;
}

.customer-review__body .review-text.read-more {
    -webkit-line-clamp: unset;
    max-height: none;
}

.customer-review__body .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
}

.hero.hero-new-banner .container {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    max-width: 100% !important;
    background-size: cover;
    background-color: #C0D6DF;
}

.hero.hero-new-banner #search_res {
    width: 100% !important;
    margin: 0 !important;
}

.hero.hero-new-banner .container .row {
    padding-inline: 5rem;
}


@media (max-width: 1200px) {
    .hero.hero-new-banner .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero.hero-new-banner .container .row {
        padding-inline: 2rem;
    }
}

@media (max-width: 992px) {
    .hero.hero-new-banner .container {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .hero.hero-new-banner .container .row {
        padding-inline: 3rem;
    }
}

@media (max-width: 768px) {
    .hero.hero-new-banner .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-image: none !important;
        background-color: #C0D6DF;
        background-position: right;
    }

    .hero.hero-new-banner .container .row {
        padding-inline: 2rem;
    }
}

@media (max-width: 576px) {
    .hero.hero-new-banner .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero.hero-new-banner .container .row {
        padding-inline: 1rem;
    }
    .notfoundlabel:before {
        display: none !important;
    }
}

#search_res.search_res-flex {
    display: flex;
    justify-content: center;
    width: 48% !important;
    margin-left: 5px;
    border-radius: 0px;
}

.article-img {
    width: 40%;
    margin-right: 20px;
}

.article-content {
    overflow: hidden;
}

.message-table-new .table td:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}


@media (max-width: 768px) {
    .table-responsive.message-table-new {
        overflow-x: auto;
    }
}

.select2-box-new-main .select2-container--open {
    z-index: 999999 !important;
}

.select2-box-new-main .select2-container {
    z-index: 100 !important;
}

#details-blade-new-css .portfolio-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #ffffff;
}

#details-blade-new-css .portfolio-card h3 {
    margin-top: 0;
    font-size: 18px;
}

#details-blade-new-css .portfolio-image img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    object-fit: contain;
    width: 100%;
    height: 280px;
}



/*ADD AND REGISTER COMPANY CSS*/
#orverlay.formPreloader-spin {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999999;
    transition: opacity 0.3s ease-in-out;
}

.formPreloader-spin #formPreloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.formPreloader-spin #formPreloader span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    animation: fadeInText 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.formselect2box .form-section {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #fff;
}

.formselect2box .form-label {
    font-weight: 500;
}

.formselect2box .select2-container .select2-selection--single {
    height: 50px !important;
}

.formselect2box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.formselect2box .mycomanycard .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px !important;
    padding-left: 20px !important;
    font-weight: 500 !important;
}

.formselect2box .mycomanycard .select2-container .select2-selection--multiple {
    display: inline-block !important;
    width: 100%;
}

a.toggle-btn.seemore-btn {
    color: var(--color-secondary);
}

a.toggle-btn.seemore-btn:hover {
    text-decoration: underline;
}

.newselectnewtextarea textarea {
    min-height: 1.575rem !important;
}


#customPreloader .filterpreloader {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}
#customPreloader .preloader__logo {
    max-height: 100%;
    position: relative;
    top: 250px;
}
#msform .newselectnewtextarea textarea {
    padding-top: 0px !important;
}

#msform .floating-text-area-new textarea {
    line-height: 15px !important;
}

.grid-container-newgap {
    gap: 0px !important;
}

.whitestarreview {
    color: #fff !important;
}

input.form-control.form--control.image-form-control {
    line-height: 2.3rem;
}

.choose-card i.las.la-star.fa-3x {
    color: var(--color-primary) !important;
}
.caption {
    cursor: pointer;
}
.grayouticon i.la-star{
    color: #929292 !important;
}
.filtercols.filtercols2.col-xl--9.ps-xxl--5.ps-xxl-3.position-relative::-webkit-scrollbar {
    width: 0px !important;
    height: 0px;
 }
 .filtercols.filtercols2.col-xl--9.ps-xxl--5.ps-xxl-3.position-relative {
    height: 100% !important; 
    overflow: auto;
}
@media (max-width: 480px) {
   ul.topbar-list{  
    padding-inline: 0 !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.main-sectons:nth-child(odd) {
    background-color: var(--color-primary-light);
}
.main-sectons:nth-child(even) {
    background-color: #fff;
}