/* Comman css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", serif !important;
    color: #8A9397;
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    line-height: normal;
}

.error {
    font-size: 14px;
    color: #ff0000;
    margin: 0;
}

.main-title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.section-head .main-title {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding: 100px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-60 {
    padding: 60px 0;
}

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

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

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.py-50 {
    padding: 50px 0;
}

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

.mb-30 {
    margin-bottom: 30px;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #8A9397;
    margin-bottom: 6px;
}

.form-control {
    border: 1px solid #E0EFF3;
    background-color: #ffffff;
    padding: 12px 15px;
    border-radius: 16px;
    color: #000;
    font-weight: 500;
}

select.form-control {
    color: #000;
    appearance: auto;
}


.form-control::placeholder {
    color: #8A9397;
}

.form-control:hover {
    border-color: #F58203;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #F58203;
}

.form-group {
    margin-bottom: 16px;
}

.primary-btn {
    padding: 12px 26px;
    background-color: #F58203;
    border: 1px solid #F58203;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    border-radius: 16px;
    transition: 0.3s all;
    min-width: 148px;
    text-align: center;
}

.primary-btn:hover {
    background: none;
    color: #F58203;
}

.secondary-btn {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000;
}

.secondary-btn:hover {
    background: none;
    color: #000;
    border-color: #000;
}

.black-btn {
    background-color: #323232;
    border-color: #323232;
}

.black-btn:hover {
    color: #000;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fit-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.inner-banner {
    height: 350px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF3E5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =================== Header css ===================== */
.top-header {
    background: linear-gradient(90deg, #D5F4FD 0%, #FBF0E4 100%);
    padding: 12px 0;
}

.header-social {
    gap: 10px;
}

.header-social ul {
    gap: 15px;
}

.top-header p,
.top-header a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}

.header-authentication a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    transition: all 0.5s;
}

.header-authentication a:hover {
    color: #F58203;
}

.header-authentication a svg path {
    transition: all 0.5s;
}

.header-authentication a:hover svg path {
    stroke: #F58203;
}

.header-authentication a:last-child {
    padding-right: 0;
    border-left: 1px solid #00000024;
}

.logo-brand img {
    width: 211px;
    object-fit: contain;
    height: auto;
}

.middle-header {
    padding: 20px 0;
}

.subscribe-btn {
    background: none;
    border-color: #696969;
    color: #696969;
}

.subscribe-btn:hover {
    background: #696969;
    color: #fff;
}

.navigation-bar .navbar {
    background-color: #111111;
    padding: 20px 0;
}

.navigation-bar .navbar .nav-link {
    padding: 0;
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.5s;
}

.navigation-bar .navbar .nav-link:hover,
.navigation-bar .navbar .nav-link.active {
    color: #F58203;
}

.navigation-bar .navbar-nav {
    gap: 26px;
}

.dropdown-icon {
    margin-left: 10px;
}


/* ===================== Footer css =================== */
.site-footer {
    background-color: #262626;
    padding: 70px 0 40px;
    color: #8A9397;
    font-weight: 500;
}

.footer-logo-info .logo-brand img {
    width: 220px;
    margin-bottom: 35px;
}

.copyright {
    margin-top: 50px;
    color: #FFFFFF;
}

.footer-menu li a {
    color: #8A9397;
    transition: all 0.5s;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-menu li {
    margin-bottom: 6px;
}

.footer-menu .inner-title {
    color: #fff;
    margin-bottom: 15px;
}

.contact-text {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.contact-text a {
    font-weight: 600;
    color: #FFFFFF;
}

.footer-contact-info {
    border-top: 1px solid #8A9397;
    margin-top: 40px;
    padding-top: 40px;
}




/* ================ Home page ================= */
.home-page {
    padding: 60px 0;
}

.leftside-wrp,
.machine-listing-page .register-boxes {
    position: sticky;
    top: 20px;
}

.search-box {
    border: 1px solid #CEE3EA;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.search-box:last-child {
    margin-bottom: 0;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.search-box .form-control {
    padding: 10px 34px 10px 15px;
    border-radius: 10px;
}

.search-head {
    border-bottom: 1px solid #CEE3EA;
    border-radius: 10px 10px 0 0;
    background: #F3F9FA;
}

.search-filter .search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-filter .search-head a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    /* font-weight: 600; */
}

.search-filter .search-body .list-search-filed {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.search-filter .search-body .list-search-filed:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.search-filter .search-body .title-filter-tag {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.search-head,
.leftside-wrp .accordion-button,
.leftside-wrp .accordion-body {
    padding: 16px 20px;
}

.leftside-wrp .accordion-body {
    max-height: 300px;
    overflow: auto;
}

.search-body {
    padding: 20px 20px 15px;
}

.advance-serach-link {
    color: #000;
    transition: all 0.5s;
}

.advance-serach-link:hover {
    color: #10C1F7;
}

.search-body p {
    font-size: 14px;
    color: #000;
}

.search-btn {
    background-color: #10C1F7;
    border-color: #10C1F7;
    margin: 20px 0;
}

.search-btn:hover {
    background: none;
    color: #10C1F7;
}

.leftside-wrp .accordion-item {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #CEE3EA;
}

.leftside-wrp .accordion-button {
    border-radius: 10px !important;
    box-shadow: unset;
    background: #F3F9FA;

}

.leftside-wrp .accordion-button:not(.collapsed) {
    color: #000;
    border-radius: 10px 10px 0 0 !important;
}

.category-list li a {
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.5s;
}

.category-list li a:hover,
.category-list li a.active {
    color: #10C1F7;
}

.leftside-wrp .accordion-button::after {
    content: "\2b";
    background-image: none;
    font-family: 'FontAwesome';
    transform: unset;
    color: #000000;
    width: auto;
    font-weight: 400;
    font-size: 20px;
}

.leftside-wrp .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.btn-with-icon {
    margin-top: 15px;
}

.top-box {
    padding: 16px;
    background: linear-gradient(94.79deg, #CCF0FB 12.17%, #F1FCFF 79.6%);
    border: 1px solid #00000021;
    border-radius: 10px;
    height: 100%;
}

.top-column:nth-child(2) .top-box {
    background: linear-gradient(90deg, #F0DDC0 2.37%, #FFF8ED 89.87%);
}

.top-column:nth-child(3) .top-box {
    background: linear-gradient(90deg, #EFE5C3 1.99%, #FFFAEA 100%);
}

.advertisement-box {
    display: flex;
    gap: 16px;
    background-color: #42C88D;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.advertisement-box::after {
    content: url("/assets/images/ellipse-1.png");
    position: absolute;
    right: 0;
    top: 0;
}

.advertisement-box::before {
    content: url("/assets/images/ellipse-2.png");
    position: absolute;
    bottom: -12px;
    left: 0;
}

.advertisement-box h3 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}

.advertisement-box p {
    font-size: 14px;
    color: #fff;
}

.advertisement-box .primary-btn {
    margin-top: 20px;
}

.advertisement-img img {
    min-width: 170px;
    width: 170px;
    height: 100%;
}

.advertisement-img,
.advertisement-content {
    position: relative;
    z-index: 1;
}

.owl-item:nth-child(even) .advertisement-box {
    background-color: #8BABFD;
}

.machines-box {
    border: 1px solid #00000021;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.machines-box img {
    height: 165px;
    margin-bottom: 15px;
}

.machines-box .primary-btn {
    margin-top: 13px;
}

.about-pressmarket p {
    color: #8A9397;
    font-weight: 500;
}

.enquiry-popup .modal-dialog {
    max-width: 928px;
}

.enquiry-popup .modal-header {
    margin: 40px 40px 0px;
    border-bottom: 1px solid #E0EFF3;
    padding: 0 0 30px;
}

.enquiry-popup .modal-header button {
    background: none;
    border: 0;
    padding: 0;
    margin-left: auto;
}

.enquiry-popup .modal-body {
    padding: 30px 40px 40px;
}

.save-time label {
    color: #2C2C54;
}

.enquiry-popup .login-footer h3 {
    font-size: 20px;
    color: #2C2C54;
    font-weight: 600;
    border-top: 1px solid #E0EFF3;
    padding-top: 24px;
    margin: 24px 0;
    line-height: normal;
}

.enquiry-popup .login-footer .primary-btn {
    max-width: 416px;
    margin-bottom: 0;
}

/* =================== Login Page =================== */
.login-page {
    background-color: #F0FCFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    min-height: 100vh;
}

.form-box {
    border: 1px solid #E0EFF3;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 16px;
}

.form-heading {
    margin: 30px 0;
    border-bottom: 1px solid #E0EFF3;
    padding-bottom: 30px;
}

.forgot-pass {
    font-size: 14px;
    color: #1F4387;
    font-weight: 600;
}

.login-footer label {
    margin-bottom: 0;
    font-size: 16px;
}

.login-footer .form-check {
    margin-bottom: 10px;
}

.login-footer .form-check:last-child {
    margin-bottom: 0;
}

.privacy-link {
    color: #10C1F7;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 5px;
}

.login-footer .form-check-input {
    border-color: #2C2C54;
    box-shadow: unset;
    margin-right: 15px;
}

.login-footer .form-check-input:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.login-footer .primary-btn {
    margin: 24px 0;
}

.have-account {
    font-weight: 500;
}

.have-account a {
    color: #2C2C54;
}

.register-boxes .advertisement-box {
    flex-direction: column;
    margin-top: 20px;
}

.register-boxes .advertisement-img img {
    width: 100%;
    height: 192px;
}

.register-boxes .inner-title {
    margin-bottom: 0px;
}

/* .green-check .form-check-input:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
} */

.green-check label {
    color: #000;
}

.register-boxes .advertisement-box {
    background-color: #8BABFD;
}

.register-boxes .advertisement-box:last-child {
    background-color: #42C88D;
}

.eye-icon {
    color: #8A9397;
    font-size: 15px;
}


/* ============== coming soon page ============== */

.comingsoon-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.coming-soon {
    position: relative;
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000C9;
}

.comingsoon-content .form-group {
    display: flex;
    margin: 35px auto 20px;
    max-width: 649px;
}

.comingsoon-content .form-group input {
    border-radius: 10px 0px 0px 10px;
    padding: 16px 28px;
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    font-weight: 400;
}

.comingsoon-content .form-group input::placeholder {
    color: #FFFFFF70;
}

.comingsoon-content .form-group button {
    border: 0;
    padding: 14px 22px;
    border-radius: 0 10px 10px 0px;
    color: #FFFFFF;
    background-color: #10C1F7;
    font-weight: 600;
}

.comingsoon-content h1 {
    font-size: 80px;
    font-weight: bold;
    background: linear-gradient(90deg, #10C1F7 0%, #FFFFFF 100%);
    margin: 20px 0 35px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 4px 0px rgba(159, 232, 254, 0.5)
}

.logo-wrp img {
    max-height: 45px;
    object-fit: contain;
    width: auto;
}

/* ================ Machine Listing ============= */
.filter-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-tags li a {
    font-size: 14px;
    padding: 6px 14px;
    background-color: #E0EFF3;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #000;
}

.filter-tags li .clear-all {
    padding: 0;
    background: none;
    text-decoration: underline;
    transition: all 0.5s;
}

.filter-tags li .clear-all:hover {
    color: #10C1F7;
}

.machine-info-box {
    border: 1px solid #00000021;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    gap: 20px;
    margin-bottom: 20px;
}

.machine-info-box .machine-image img {
    height: 193px;
    min-width: 224px;
    width: 224px;
}

.machine-info-box .machine-info-content .button-group {
    margin-top: 15px;
}

.machine-info-box .machine-info-content .inner-title span,
.machine-description-content .inner-title span {
    color: #10C1F7;
}

.machine-info-box .machine-info-content p {
    font-size: 14px;
    color: #747474;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 10px;
}

.pagination-list ul {
    gap: 8px;
}

.pagination-list ul a {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #212B36;
    font-weight: bold;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    transition: all 0.5s;
}

.pagination-list ul a:hover,
.pagination-list ul a.active {
    border-color: #F58203;
    color: #F58203;
}

.pagination-list ul .pagination-arrow a:hover,
.pagination-list ul .pagination-arrow a.active {
    background-color: #323232;
    border-color: #323232;
}


/* ================= machine detail page ================= */
.machine-detail-page {
    font-size: 14px;
    color: #4F4F4F;
}

.about-machine {
    margin-top: 15px;
}

.about-machine li {
    padding: 15px 0;
    border-top: 1px solid #E0EFF3;
    display: flex;
    justify-content: space-between;
    text-align: end;
}

.about-machine li:last-child {
    padding-bottom: 0;
}

.about-machine li span {
    text-align: start;
}

.offres-box {
    border: 1px solid #CEE3EA;
    background: #E0EFF396;
    padding: 15px;
    border-radius: 10px;
}

.offres-box strong {
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}

.offres-box span {
    font-weight: bold;
}

.additional-details h1,
.additional-details h2,
.additional-details h3,
.additional-details h4,
.additional-details h5,
.additional-details h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.additional-details p {
    margin-bottom: 10px;
    line-height: 27px;
}

.machine-media .mySwiper2 img {
    height: 458px;
    width: 100%;
    border-radius: 10px;
}

.machine-media .swiper-thumbs {
    margin-top: 15px;
}

.machine-media .swiper-thumbs img {
    height: 85px;
    border-radius: 10px;
    width: 100%;
    border: 3px solid transparent;
    cursor: pointer;
}

.machine-media .swiper-slide-thumb-active img {
    border: 3px solid #F58203;
}

.machine-media .swiper-button-next,
.machine-media .swiper-button-prev {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: unset;
}

.machine-media .swiper-button-prev:after,
.machine-media .swiper-button-next:after {
    font-size: 15px;
    color: #000000;
    font-weight: 800;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 15px);
}

.machine-media .swiper-button-next,
.machine-media .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 15px);
}

/* ================== advance search ================ */
.advance-serach-page select.form-control {
    color: #000;
}

/* ============================== blog page ======================== */
.blog-box {
    position: relative;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}

.blog-box .inner-title {
    text-transform: capitalize;
    margin-top: 7px;
    display: inline-block;
    transition: all 0.5s;
}

.blog-box .inner-title:hover,
.top-blogs .top-blog-content .inner-title:hover {
    color: #F58203;
}

.top-blogs .blog-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 5px;
}

.top-blog-image img {
    border-radius: 5px;
    height: 389px;
}

.top-blogs .top-blog-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    z-index: 9;
}

.top-blogs .top-blog-content .inner-title {
    color: #fff;
}

.blog-tag {
    font-size: 12px;
    color: #666666;
    background-color: #DFF1F0;
    padding: 2px 8px;
    border-radius: 3px;
    width: max-content;
}

.profile-with-date {
    margin-top: 12px;
}

.profile-with-date li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 6px;
    border-left: 1px solid #999999;
}

.profile-with-date li:first-child {
    border-left: 0;
    padding-left: 0;
}

.profile-with-date li img {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-box .profile-with-date li span {
    font-size: 12px;
}

.blog-desc p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-desc {
    margin-top: 15px;
}

.blog-content {
    padding: 15px;
}

.blog-listing {
    border-top: 1px solid #E0EFF3;
}

.blog-box .blog-image img {
    height: 257px;
    border-radius: 5px 5px 0 0;
}

/* ======================= blog detail page ======================= */
.blog-detail-info .profile-with-date {
    gap: 30px;
}

.blog-detail-info .profile-with-date li img {
    height: 40px;
    width: 40px;
}

.blog-detail-info .profile-with-date li {
    padding: 0;
    border: 0;
}

.blog-thumb img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-detail-desc {
    padding-top: 40px;
}

.blog-detail-desc h1,
.blog-detail-desc h2,
.blog-detail-desc h3,
.blog-detail-desc h4,
.blog-detail-desc h5,
.blog-detail-desc h6 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-detail-desc p,
.blog-detail-desc li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 27px;
}

.blog-social {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.blog-social li {
    padding: 15px 0;
    border-top: 1px solid #DBDBDB;
}

.blog-social li a {
    color: #000000;
    font-weight: 500;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-social li a:hover {
    color: #F58203;
}

.blog-social li a:hover svg path {
    stroke: #F58203;
}

.blog-social li a svg path {
    transition: all 0.5s;
}

.blog-social li:first-child {
    padding-top: 0;
    border-top: 0;
}

.blog-social li:last-child {
    padding-bottom: 0;
}

.blog-share-advertisement {
    position: sticky;
    top: 15px;
}


/* =================== Dashboard CSS =================== */
.dash-title {
    font-size: 18px;
    color: #09244B;
    font-weight: 500;
    margin-bottom: 15px;
}

.left-menubar {
    border: 1px solid #D3D3D3;
    background: #FFFFFF2B;
    border-radius: 10px;
    position: sticky;
    top: 15px;
}

.left-menubar ul li a {
    color: #000000;
    padding: 25px;
    border-top: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.5s;
}

.left-menubar ul li a:hover,
.left-menubar ul li a.active {
    color: #F58203;
}

.left-menubar ul li a:hover svg path,
.left-menubar ul li a.active svg path {
    stroke: #F58203;
}

.left-menubar ul li a svg path {
    transition: all 0.5s;
    stroke: #000000;
}

.left-menubar ul li:first-child a {
    border-top: 0;
}

.dash-box {
    background: linear-gradient(90deg, #3674AD 0%, #53A1EA 100%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
}

.dash-box p {
    font-weight: 600;
}

.dash-box h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 3px;
}

.dash-column:nth-child(2) .dash-box {
    background: linear-gradient(90deg, #36AD66 0%, #42D67D 100%);
}

.dash-column:nth-child(3) .dash-box {
    background: linear-gradient(90deg, #AD9336 0%, #DBB739 100%);
}

.chart-box {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.chart-box img {
    max-height: 211px;
    object-fit: contain;
}


.table-data table tr th {
    background-color: #EFF3F5;
    font-weight: 500;
    color: #09244B;
    padding: 10px 15px;
}

.table-data table tr th,
.table-data table tr td {
    font-size: 14px;
    vertical-align: middle;
}

.table-data table tr td {
    padding: 20px 15px;
    border-bottom: 1px dashed #B9CCD1;
    color: #0F0F0F;
    font-weight: 500;
}

.table-data table tr td:nth-child(1),
.table-data table tr td:nth-child(2) {
    font-weight: 400;
}

.table-data table tr:last-child td {
    border-bottom: 0;
}

.table-data .table-responsive {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    overflow: hidden;
}

.action-buttons {
    gap: 20px;
}

.action-buttons .edit-btn {
    padding: 6px 18px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.5s;
}

.action-buttons .edit-btn:hover {
    background-color: #F58203;
    border-color: #F58203;
    color: #fff;
}

.action-buttons .edit-btn:hover svg path {
    stroke: #fff;
}

.action-buttons svg path {
    transition: all 0.5s;
}

.action-buttons .delete:hover svg path {
    stroke: #FF4431;
}

.machine-name img {
    height: 46px;
    width: 46px;
    min-width: 46px;
    object-fit: cover;
    border-radius: 8px;
}

.machine-name {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 380px;
}

.table> :not(caption)>*>* {
    padding: 0;
}

.text-danger {
    color: #FF4431 !important;
}

.table-data .text-green {
    color: #12A918;
}

.table-data .text-golden {
    color: #DD8C12;
}


/* ========================= Create Ads Page ==================== */
.creat-ads-page .plan-top-info {
    padding: 15px;
}

.creat-ads-page .plan-box {
    padding: 8px 8px 20px;
}

.creat-ads-page .plan-top-info .plan-title,
.creat-ads-page .save-tag,
.creat-ads-page .plan-top-info h2 {
    margin-bottom: 15px;
}

.creat-ads-page .plan-top-info h2 {
    font-size: 20px;
}

.creat-ads-page .plan-body {
    padding: 20px 15px 0;
}

.creat-ads-page .plan-list {
    padding-bottom: 15px;
}

.creat-ads-page .plan-list li {
    gap: 10px;
    margin-top: 16px;
    font-size: 12px;
}

.creat-ads-page .plan-top-info .plan-desc {
    font-size: 14px;
}

.creat-ads-page .plan-top-info h2 span,
.creat-ads-page .plan-top-info .plan-desc p {
    color: #7F7F7F;
}

.creat-ads-page .premium-plan .plan-top-info .plan-desc p,
.creat-ads-page .premium-plan .plan-top-info h2 span {
    color: #fff;
}

.creat-ads-page .plan-box .primary-btn {
    padding: 8px 15px;
}

.creat-ads-page .plan-list .check-icon {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.dash-inner-box {
    border: 1px solid #E0EFF3;
    padding: 40px;
    border-radius: 10px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 30px;
    max-width: 436px;
}

.divider .line {
    flex-grow: 1;
    height: 1px;
    background-color: #E0EFF3;
}

.divider .text {
    margin: 0 16px;
    color: #8A9397;
    font-weight: 500;
    font-size: 20px;
}


.creare-ads-box form .primary-btn {
    background-color: #36AD66;
    border-color: #36AD66;
}

.creare-ads-box form .primary-btn:hover {
    background: none;
    color: #36AD66;
}

.uploadfile {
    border: 2px dashed #8A9397;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 398px;
}

.uploadfile p {
    margin-bottom: 5px;
    color: #3F3F3F;
}

.uploadfile .drop-icon {
    margin-bottom: 15px;
}

.uploadfile label {
    color: #FF6F00;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
}

.uploadfile input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.border-btn {
    background: none;
    border-color: #696969;
    color: #696969;
}

.border-btn:hover {
    background-color: #696969;
    border: 1px solid #696969;
    color: #FFFFFF;
}

/* ====================== My Profile Page ========================= */
.profile-wrp img {
    height: 100px;
    width: 100px;
    min-width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-text p,
.my-profile-info table th {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

.border-btn:hover svg path {
    stroke: #fff;
}

.border-btn svg path {
    transition: all 0.5s;
}

hr {
    color: #E0EFF3;
    opacity: 1;
    margin: 30px 0;
}

.my-profile-info table td {
    color: #222222;
    font-weight: 600;
}

.my-profile-info table th {
    min-width: 250px;
}

.my-profile-info table th,
.my-profile-info table td {
    padding-top: 20px;
}

.my-profile-info table tr:first-child th,
.my-profile-info table tr:first-child td {
    padding-top: 0;
}

.change-pic {
    position: relative;
}

.change-pic #file-upload {
    display: none;
}

.change-pic .primary-btn {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0;
}

.button-group1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.edit-profile-info form hr {
    margin: 20px 0 30px;
}


/* ====================== My Inquiry Page CSS ===================== */
.inquiry-box {
    height: 100%;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
}

.back-btn:hover {
    color: #F58203;
}

.back-btn:hover svg path {
    stroke: #F58203;
}

.back-btn svg path {
    transition: all 0.5s;
}

.inquiry-contact-info,
.myinquiry-desc {
    border-bottom: 1px solid #E0EFF3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.inquiry-contact-info p,
.myinquiry-profile p {
    color: #555555;
}

.inquiry-contact-info p,
.inquiry-contact-info a,
.myinquiry-profile p {
    font-size: 14px;
}

.inquiry-contact-info a {
    font-weight: 600;
    color: #222222;
    transition: all 0.5s;
    word-break: break-all;
}

.inquiry-contact-info a:hover {
    color: #F58203;
}

.myinquiry-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.myinquiry-date {
    margin-left: auto;
}

.myinquiry-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.inquiry-box .button-group1 .primary-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    min-width: auto;
}

.inquiry-box .button-group1 {
    flex-wrap: unset;
}

.inquiry-box .button-group1 .chat-btn:hover svg path {
    stroke: #F58203;
}

.inquiry-box .button-group1 .chat-btn svg path {
    transition: all 0.5s;
}


/* =================== Logout-popup ========================= */
.Logout-popup .modal-content {
    box-shadow: 0px 4px 34px 0px #6363631A;
    background: #FFFFFF;
    border-radius: 16px;
    text-align: center;
}

.Logout-popup .modal-body {
    padding: 40px;
}

.logout-icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(89.06% 89.06% at 50% 50%, #FFFFFF 11.99%, #FFD0CB 100%);
    margin: auto auto 15px;
}

.Logout-popup .modal-dialog {
    max-width: 450px;
}

.Logout-popup .modal-body p {
    font-size: 18px;
    color: #8A9397;
    font-weight: 500;
}

.Logout-popup .modal-body .button-group1 .logout-btn {
    background-color: #FF4431;
    border-color: #FF4431;
}

.Logout-popup .modal-body .button-group1 .logout-btn:hover {
    background: none;
    color: #FF4431;
}

/* ===================== Chat Page Css ==================== */
.chat-leftbar {
    background-color: #fff;
}

.chat-searchbar {
    padding: 15px 30px;
}

.chat-searchbar .search-icon {
    right: unset;
    left: 15px;
}

.chat-searchbar input {
    padding-left: 55px;
    border-radius: 22px;
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.chat-screen {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    background: #F2EDE6;
    overflow: hidden;
}

.users-list li {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 12px 15px;
    cursor: pointer;
    position: relative;
    color: #707991;
}

.users-list li:hover,
.users-list li.active {
    background-color: #DBF0F6;
}

.chat-user-profile {
    gap: 15px;
}

.chat-user-profile img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-user-profile p {
    font-size: 14px;
    color: #707991;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.chat-profile-text p span {
    color: #011627;
}

.ntf-time {
    font-size: 12px;
}

.chat-ntf {
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F58203;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.chat-user-profile .profile-text .inner-title {
    margin-bottom: 2px;
}

.chat-user-profile .profile-text .inner-title,
.chat-user-profile .profile-text p {
    display: -webkit-box;
    -webkit-line-break: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.users-list {
    height: 749px;
    overflow: auto;
}

.main-profle-header {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #D9DCE0;
}

.main-profle-header .back-btn {
    cursor: pointer;
}

.chat-head-icons button {
    background: none;
    border: 0;
    padding: 0;
}

.chat-head-icons {
    gap: 30px;
}

.day-tag {
    padding: 4px 12px;
    border-radius: 12px;
    background-color: #595959;
    color: #fff;
    width: fit-content;
    margin: 0 auto 30px;
}

.chat-body {
    height: 650px;
    overflow: auto;
    padding: 30px 15px;
}

.chat-msg-box {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 4px 12px;
    margin-bottom: 15px;
    max-width: 50%;
    color: #011627;
    width: fit-content;
}

.chat-msg-box {
    color: #011627;
}

.chat-msg-box.send-msg {
    color: #fff;
    background-color: #595959;
    margin-left: auto;
}

.chat-img-box {
    border-radius: 12px;
    position: relative;
    max-width: 303px;
    margin-left: auto;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.chat-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 12px;
}

.download-image {
    padding: 20px 40px;
    border-radius: 100px;
    background: #0000008A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.chat-type-box {
    padding: 15px;
}

.chat-type-box button {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 20px;
    background: none;
    border: 0;
    padding: 0;
}

.chat-type-box .send-btn {
    right: 20px;
    left: unset;
}

.chat-type-box .form-control {
    padding: 20px 55px;
    border-radius: 12px;
    border: 0;
}

/* width */
.chat-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.chat-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.chat-body::-webkit-scrollbar-thumb {
    background: #949494;
    border-radius: 10px;
}

/* Handle on hover */
.chat-body::-webkit-scrollbar-thumb:hover {
    background: #949494;
}


/* ================== Add machine page ===================== */
.publish-top-content {
    max-width: 424px;
    margin: auto;
}

.publish-top-content p {
    font-size: 20px;
    font-weight: 500;
    color: #8A9397;
}

.publish-top-content .primary-btn {
    background-color: #36AD66;
    border-color: #36AD66;
}

.publish-top-content .primary-btn:hover {
    background: none;
    color: #36AD66;
}

.form-step {
    padding: 40px 15px;
}

.form-step:last-child .inner-title {
    display: none;
}

.multi-step-list .step-circle {
    position: relative;
}

.multi-step-list {
    position: relative;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.multi-step-list li {
    position: relative;
    transition: 0.5s;
    width: 25%;
}

.multi-step-list li:not(:last-child):after {
    position: absolute;
    height: 2px;
    content: "";
    top: 27%;
    width: 100%;
    right: -50%;
}

.multi-step-list li:after {
    background-color: #dee2e6;
}

.multi-step-list li.step-complete:after {
    background-color: #10C1F7;
}

.multi-step-list li .step-circle {
    width: 30px;
    height: 30px;
    line-height: 1.7rem;
    text-align: center;
    background: #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    position: relative;
    z-index: 1;
}

.multi-step-list .step-active .step-circle {
    background-color: #10C1F7;
    color: #fff;
}


.multi-step-list .step-complete .step-circle {
    background-color: #F58203;
}

.multi-step-list li .label {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    margin-top: 5px;
}

/* upload & video step section */

.upload-filecard .drop_box {
    padding: 90px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed rgba(138, 147, 151, 1);
    border-radius: 16px;
    position: relative;
}

.drop_box input {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.dropbox-title {
    color: rgba(63, 63, 63, 1);
    font-size: 16px;
    font-weight: 400;
    max-width: 180px;
    text-align: center;
    display: block;
    margin-top: 17px;
}

.dropbox-btn {
    text-decoration: underline;
    color: rgba(255, 111, 0, 1);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

.upload-multipleimgDiv {
    border: 1px dashed rgba(138, 147, 151, 1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-fileimgDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.upload-imgDiv {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.uploadfile-img {
    width: 100%;
    height: 100%;
}

.uploadclose {
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.successfully-icon {
    background: radial-gradient(89.06% 89.06% at 50% 50%, #FFFFFF 11.99%, #D9FFCB 100%);
}

.Logout-popup .modal-body .button-group1 .publish-btn {
    background-color: rgba(54, 173, 102, 1);
    border-color: rgba(54, 173, 102, 1);
}

.Logout-popup .modal-body .button-group1 .publish-btn:hover {
    background: none;
    color: rgba(54, 173, 102, 1);
}

.p-paginator .p-paginator-pages button[aria-current="true"] {
    border: 2px solid #F58203;
    background-color: white !important;
    color: #F58203 !important;
    font-weight: bold;
    border-radius: 10px;
}



/* About us page */
.unique-image img {
    height: 305px;
}

.why-choose-content .inner-title {
    margin-bottom: 10px;
}

.why-choose-content p {
    color: #4F4F4F;
}

.why-choose-content li .icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F58203;
}

.why-choose-content li {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #D7D7D7;
}

.why-choose-content li:first-child {
    border-top: 0;
    padding-top: 0;
}

.why-choose-content li:last-child {
    padding-bottom: 0;
}

.why-choose-img,
.why-choose-img img {
    height: 100%;
}

.buy-sell-box {
    border-radius: 20px;
    padding: 50px;
}

.buy-sell-box .buy-img {
    width: auto;
}

.buy-sell-content p {
    color: #C4C4C4;
    line-height: 27px;
}

.work-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.work-box .inner-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.icon-crcle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    margin-bottom: 20px;
}

.work-box p,
.testimonials-content p {
    color: #4F4F4F;
    line-height: 27px;
}

.logo-box {
    border: 1px solid #CFCFCF;
    background-color: #fff;
    border-radius: 10px;
    height: 150px;
    width: 302px;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 15px 30px;
}

.logo-box img {
    max-height: 106px;
    width: auto;
    object-fit: contain;
    margin: auto;
}

.logo-list {
    display: flex;
    gap: 30px;
}

.partners-logo::after,
.partners-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 475px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 9;
}

.partners-logo::before {
    right: 0;
    left: unset;
    width: 132px;
    background: #ffffffc9;
}

.partners-logo {
    pointer-events: auto;
}

.client-testimonials .owl-carousel .owl-item .testimonials-profile img {
    height: 178px;
    width: 178px;
    min-width: 178px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonials-profile {
    border-right: 1px solid #C7C7C7;
    padding: 15px 30px 15px 0px;
    margin-right: 30px;
}

.testimonials-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.testimonials-content {
    padding: 15px 0;
}

.client-testimonials .owl-theme .owl-nav {
    position: absolute;
    top: -123px;
    right: 0;
    margin: 0;
}

.client-testimonials .owl-theme .owl-nav [class*='owl-'] {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: none;
    margin: 0 0 0 15px;
    border: 1px solid #fff;
    color: #fff;
}

.client-testimonials .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #000;
}

.client-testimonials .owl-carousel .owl-stage-outer {
    display: table;
}


/* contact us  */
.contact-advertisement img,
.contact-advertisement {
    height: 100%;
}

.equipment-box {
    background: #13A5D2;
    padding: 50px;
    border-radius: 20px;
}

.equipment-content .main-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.equipment-content {
    color: #fff;
    padding-right: 50px;
}

.equipment-content p {
    font-size: 16px;
}

.equipment-content a {
    font-weight: bold;
    color: #fff;
}

.button-group1 .close-btn {
    border-color: #696969;
    color: #696969;
    background: none;
}

.button-group1 .close-btn:hover {
    background-color: #F58203;
    border-color: #F58203;
    color: #fff;
}

.contactform-box {
    background-color: #E9F1F6;
    padding: 30px;
    border-radius: 20px;
}

.contactform-box label {
    color: #000000;
}

.accounts-icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F58203;
}

.accounts-head {
    gap: 20px;
}

.accounts-head p {
    font-size: 16px;
    color: #F58203;
    font-weight: 600;
    text-transform: uppercase;
}

.customer-service-box {
    padding: 30px;
}

.customer-service-box {
    border: 1px solid #EFCDA7;
    border-radius: 20px;
}

.customer-service-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customer-service-box ul li {
    width: 33.33%;
    padding: 0 30px;
    color: #4F4F4F;
    font-size: 16px;
}

.customer-service-box ul li a {
    color: #4F4F4F;
}

.customer-service-box ul li:first-child {
    padding: 0;
    border: 0;
}

.customer-service-box ul li .text-with-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customer-service-box ul li:last-child {
    padding-right: 0;
    border: 0;
}

.contact-map iframe {
    display: block;
    border-radius: 20px;
}

.dealer-box {
    background: linear-gradient(95.45deg, #F58203 35.11%, #FBAC53 100%);
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    gap: 15px;
    justify-content: space-between;
}

.dealer-box:nth-child(2) {
    background: linear-gradient(96.46deg, #26A6CD 23.25%, #11BDF2 81.15%);
    margin-top: 97px;
}

.dealer-shape {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}

.dealerimg {
    max-width: 267px;
    margin-top: -35px;
}

.dealer-box .main-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.benefits-dealer-box {
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 12px;
    height: 100%;
}

.benefits-dealer-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.benefits-dealer-box img {
    width: 189px;
    min-width: 189px;
}

.plan-box {
    background-color: #292929;
    border-radius: 20px;
    padding: 12px 12px 30px;
    color: #808080;
}

.plan-top-info {
    background-color: #353535;
    padding: 20px;
    border-radius: 20px;
}

.plan-top-info .plan-title {
    font-size: 20px;
    color: #fff;
}

.plan-top-info h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.plan-top-info h2 span,
.plan-top-info p,
.plan-list li {
    font-size: 16px;
    font-weight: 400;
}

.save-tag {
    font-size: 12px;
    font-weight: bold;
    color: #F58203;
    background-color: #fff;
    border-radius: 25px;
    padding: 4px 10px;
    width: fit-content;
}

.plan-top-info .plan-title,
.save-tag,
.plan-top-info h2 {
    margin-bottom: 20px;
}

.plan-body {
    padding: 25px 30px 0;
}

.plan-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.plan-list li:first-child {
    margin-top: 0;
}

.plan-list .check-icon {
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F58203;
}

.premium-plan {
    background-color: #F58203;
    color: #fff;
}

.premium-plan .plan-list .check-icon {
    background-color: #fff;
}

.premium-plan .check-icon svg path {
    fill: #F58203;
}

.premium-plan .plan-top-info {
    background-color: #D87100;
    color: #fff;
}

.premium-plan .primary-btn {
    background-color: #fff;
    color: #D87100;
    border-color: #fff;
}

.premium-plan .primary-btn:hover {
    background-color: transparent;
    color: #fff;
}

.dealer-faq .accordion-item .accordion-button {
    font-size: 16px;
    color: #020202;
    font-weight: 500;
    box-shadow: unset;
    padding: 20px;
    border: 0;
    background: none;
    line-height: normal;
    gap: 10px;
}

.dealer-faq .accordion-button:not(.collapsed) {
    background: none;
}

.dealer-faq .accordion-item {
    margin-top: 25px;
    border: 1px solid #A6D1DE;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ECFAFF;
}

.dealer-faq .accordion-item:first-child {
    margin-top: 0;
}

.dealer-faq .accordion-body {
    padding: 0 20px 20px;
}

.dealer-faq .accordion-button::after {
    content: "\f078";
    background-image: none;
    font-family: 'FontAwesome';
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #10C1F7;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}

.faq-tabs {
    border: 1px solid #8A9397;
    background-color: #fff;
    padding: 3px;
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 20px;
}

.faq-tabs .nav-link {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px 30px;
}

.faq-tabs .nav-link.active {
    background-color: #637381;
    color: #fff;
}

/* Newsletter Modal */
.newsletter-popup .modal-dialog {
    max-width: 1047px;
    border-radius: 20px;
    margin-top: 150px;
}

.newsletter-popup .modal-content {
    background-color: #FFF8F0;
    border-radius: 20px;
}

.newsletter-popup .modal-dialog .modal-body {
    padding: 50px;
}

.newsletter-content input {
    background-color: transparent;
    border-color: #C0C0C0;
    margin-top: 40px;
}

.newsletter-content .form-control:focus {
    background-color: transparent;
}

.newsletter-content {
    padding-right: 50px;
}

/* sitemap page */
.sitemap-box {
    border: 1px solid #F58203;
    border-radius: 20px;
    padding: 40px 70px;
}

.sitemap-info .main-title {
    font-weight: 500;
    margin-bottom: 20px;
}


.sitemap-menu li {
    margin-top: 30px;
    position: relative;
    padding-left: 25px;
}

.sitemap-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #F58203;
}

.sitemap-menu li:first-child {
    margin-top: 0;
}

.sitemap-menu li a {
    font-size: 18px;
    color: #000000;
    transition: all 0.5s;
}

.sitemap-menu li a:hover {
    color: #F58203;
}

.sitemap-info:nth-child(even) .sitemap-box,
.sitemap-info:nth-child(even) .sitemap-box .sitemap-menu li::after {
    border-color: #08B4E9;
}


/* Privacy policy */
.privacy-polict-content h1,
.privacy-polict-content h2,
.privacy-polict-content h3,
.privacy-polict-content h4,
.privacy-polict-content h5,
.privacy-polict-content h6 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin: 50px 0 20px;
    border-top: 1px solid #B8B8B8;
    padding-top: 50px;
}

.privacy-polict-content h1:first-child,
.privacy-polict-content h2:first-child,
.privacy-polict-content h3:first-child,
.privacy-polict-content h4:first-child,
.privacy-polict-content h5:first-child,
.privacy-polict-content h6:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.privacy-polict-content p,
.privacy-polict-content li {
    margin-top: 20px;
    color: #4F4F4F;
}


/* Membership Plan */
.membership-plan .nav-pills {
    width: fit-content;
    margin: 40px auto 0;
    background: #2F3133;
    padding: 4px;
    border-radius: 100px;
}

.membership-plan .nav-pills .nav-link {
    padding: 10px 40px;
    border-radius: 100px;
    font-size: 16px;
    color: #EBEFF0;
}

.membership-plan .nav-pills .nav-link span {
    font-size: 12px;
}

.membership-plan .nav-pills .nav-link.active {
    background-color: #F5F5F5;
    color: #1D2127;
}

/* Search dealer */
.companies-beginning {
    border-top: 1px solid #CEE3EA;
    padding-top: 30px;
    margin-top: 30px;
}

.beginning-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.beginning-list li {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CCE3EA82;
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    text-transform: uppercase;
}

.companies-beginning-box {
    background: #A3C7C517;
    border: 1px solid #A3B4BCB0;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.companies-beginning-box .border-btn {
    border-color: #000;
    color: #000;
}

.companies-beginning-box .border-btn:hover {
    color: #fff;
}

.companies-beginning-box:last-child {
    margin-bottom: 0;
}

.companies-beginning-box img {
    width: 161px;
    min-width: 161px;
    object-fit: contain;
}

.cmpnycontact-text {
    gap: 8px;
    margin-top: 10px;
}

.cmpnycontact-text p,
.cmpnycontact-text a {
    font-size: 14px;
    color: #696969;
    font-weight: 500;
    transition: all 0.5s;
}

.cmpnycontact-text a:hover {
    color: #F58203;
}

.companies-beginning-box .button-group1 {
    margin-top: 25px;
}

.dealres-sideimg {
    position: sticky;
    top: 15px;
}

/* inquiry detail page */
.enquiry-detail-box {
    border: 1px solid #8A939733;
    border-radius: 20px;
    overflow: hidden;
}

.enquiry-banner {
    padding: 20px 15px;
    background: linear-gradient(95.69deg, rgba(16, 193, 247, 0.09) 38.26%, rgba(245, 130, 3, 0.05) 73.91%);
}

.enquiry-detail-body {
    padding: 20px 30px 30px;
}

.enquiry-profile .profile-pic img {
    height: 102px;
    width: 102px;
    min-width: 102px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e0eff37d;
    margin-top: -70px;
}

.enquiry-profile .profile-pic {
    gap: 20px;
}

.enquiry-profile {
    gap: 100px;
}

.enquiry-profile p {
    font-size: 14px;
    color: #555555;
}

.inqryprofile-desc p,
.inquiry-desc-box p {
    font-weight: 500;
    color: #8A9397;
}

.inqryprofile-desc {
    border-bottom: 1px solid #E0EFF3;
    padding-bottom: 20px;
}

.profile-contact-info li p {
    color: #555555;
    margin-bottom: 3px;
}

.profile-contact-info li a {
    color: #222222;
    font-weight: 600;
    transition: all 0.5s;
}

.profile-contact-info li a:hover {
    color: #F58203;
}


.profile-contact-info li p,
.profile-contact-info li a {
    font-size: 14px;
}

.profile-contact-info {
    display: flex;
    gap: 35px;
    border-bottom: 1px solid #E0EFF3;
    padding: 30px 0 20px;
}

.inquiry-desc-box {
    border: 1px solid #D9E9EE;
    background: #E0EFF336;
    padding: 20px 15px;
    border-radius: 20px;
    min-height: 190px;
    margin-top: 20px;
}

/* Dealer Profile Page */
.dealer-profile-info {
    background: #CEE3EA38;
    border: 1px solid #8A939733;
    padding: 30px;
    border-radius: 20px;
}

.dealer-profile {
    gap: 15px;
}

.dealer-profile img {
    width: 81px;
    height: 81px;
    min-width: 81px;
    border-radius: 50%;
}

.dealer-profile {
    margin-bottom: 25px;
}

.dealer-profile-info p,
.dealer-profile-info a {
    font-size: 14px;
    color: #555555;
}

.dealer-profile-info .profile-date strong {
    margin-left: 5px;
}

.dealer-profile-desc {
    margin-top: 24px;
}

.dealer-profile-desc p {
    font-size: 16px;
    font-weight: 500;
    color: #8A9397;
}

.dealer-profile-info .profile-contact-info {
    border-top: 1px solid #E0EFF3;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}

.dealer-all-machines .owl-theme .owl-nav [class*='owl-'] {
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 15px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9;
}

.dealer-all-machines .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #fff;
}

.dealer-all-machines .owl-carousel .owl-nav button.owl-next {
    right: -28px;
    left: unset;
}

.dealer-all-machines .owl-theme .owl-nav .disabled {
    cursor: no-drop;
}


/* My Advertisement page */
.advertisement-data th,
.advertisement-data td {
    font-size: 14px;
    padding: 16px;
}

.advertisement-data th {
    background-color: #F4F6F8;
    font-weight: 600;
    color: #637381;
    white-space: nowrap
}

.advertisement-data td {
    color: #1C252E;
    border-top: 1px dashed #919EAB33;
}

.advertisement-data {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .20);
    border-radius: 16px;
    overflow: hidden;
}

.adver-profile img {
    height: 64px;
    width: 64px;
    border-radius: 12px;
    object-fit: cover;
    min-width: 64px;
}

.adver-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-drop,
.tooltip-text {
    background: none;
    padding: 0;
    border: 0;
}

.advertisement-data .status-tag {
    background: #34C7592E;
    padding: 2px 6px;
    font-size: 12px;
    color: #187C31;
    border-radius: 6px;
    width: fit-content;
    font-weight: bold;
    text-align: center;
}

.advertisement-data .status-tag.waiting {
    background-color: #FFF3C1;
    color: #9C8E1C;
}

.action-dropdwon .dropdown-menu {
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    padding: 15px 10px;
}

.action-dropdwon .dropdown-menu li {
    margin-top: 10px;
}

.action-dropdwon .dropdown-menu li:first-child {
    margin-top: 0;
}

.action-dropdwon .dropdown-menu button {
    padding: 0;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1C252E;
    font-weight: 600;
}

.action-dropdwon .dropdown-menu button.delete {
    color: #FF4847;
}

.owl-carousel.slider-arrow .owl-nav button {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    color: #000;
}

.owl-carousel.slider-arrow .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.owl-carousel.slider-arrow .owl-nav.disabled {
    display: none;
}

.machone-summary-box {
    border: 1px solid #E0EFF3;
}

.form-step .machone-summary-box .inner-title {
    display: block;
}

.machone-summary-box p {
    margin-bottom: 5px;
}

.machone-summary-box p strong {
    font-weight: 500;
}

.creat-ads-page .dash-inner-box .border-primary {
    border: 1px solid #F58203 !important;
}

.creat-ads-page .dash-inner-box .form-check-input:checked {
    border-color: #F58203;
    background-color: #F58203;
}

.creat-ads-page .dash-inner-box .border-secondary {
    border-color: #D3D3D3 !important;
}