/* @import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.pt-40 { padding-top:40px !important; }

:root {
    --red: #ff3838;
    --gray: #000;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #000000;
    --dark: #0d0633;
    --border: #e8e8e8;
    --heading: #232d3b;
    --primary: #BC0000; /*#0044bb;*/
    --primary-light: #75a7ff;
    --primary-hover: #FF9F00;
	
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
span,
label {
    margin-bottom: 0px;
}
html,
body {
    scroll-behavior: smooth;
}
body {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto Condensed", serif; /*"Roboto", serif;*/
    line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading);
}
h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
h5 {
    font-size: 18px; /*16px;*/
    line-height: 26px;
    font-weight: 500;
}
h6 {
    font-size: 16px;
    font-weight: 500;
}
h7 {
    font-size: 14px;
    font-weight: 500;
}
input,
textarea {
    border: none;
    outline: none;
}
input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: var(--gray);
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
button {
    border: none;
    outline: none;
    background: none;
}
button:focus {
    outline: none;
}
.center-50 {
    text-align: center;
    margin-top: 20px;
}
.center-20 {
    text-align: center;
    margin-top: 20px;
}

/* horizontal menu */
.visible-only-in-handy-devices-1 { display:none !important;width:100% !important; }
.visible-only-in-handy-devices { display:none !important;width:100% !important; }
.visible-only-in-desktop-devices { display:block !important; }
.equipment-details span {  font-size:17px !important;padding-right:20px;font-weight:400px !important;color:#656565; }
.equipment-details i { font-size:17px !important;color:#bc0000 }
.equipment-details {  display:flex !important;column-gap:70px !important; }
.breadcrums-1 { color:#000 !important;padding-right:10px; }
.footer-address { padding-bottom:20px !important; }

/* Style the navigation bar */
        .navbar-container { border-top:1px solid #ccc; }
        
        .navbar {
            display: flex;
            flex-wrap: wrap;
            /*background-color: #333;*/
            padding: 4px 51px;
            margin: 0;
            list-style: none;
        }

        .navbar > li {
            position: relative;
            /*flex: 1;*/
            text-align: center;
        }
        .navbar li i { padding-left:3px; }
        .navbar > li > a {
                display: block;
                padding: 5px;
                text-decoration: none;
                color: #000;
                font-weight: 400;
                font-size: 16px; /*14px;*/
                transition: background-color 0.3s ease;
        }

        .navbar > li > a:hover {
            /*background-color: #575757;*/
            color:#bc0000;
        }

        /* Submenu styles */
        .submenu {
            display: none;
            position: absolute;
            background-color: #bc0000;
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 200px;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            z-index:9999;
        }

        .submenu li a {
            color: white;
            text-decoration: none;
            padding: 3px 15px;
            font-size:14px;
            display: block;
            text-align: left;
            transition: background-color 0.3s ease;
        }

        .submenu li a:hover {
            background-color: #575757;
        }

        /* Show submenu on hover */
        .navbar > li:hover .submenu {
            display: block;
        }


/* Horizontal menu */

.sidebar-btn { display:none !important;  }


@media (max-width: 991px) {
    .content-reverse {
        flex-wrap: wrap-reverse;
    }
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    color: var(--heading);
    background: var(--chalk);
    border-bottom: 2px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    color: var(--gray);
    background: var(--chalk);
    border-color: var(--primary);
}
textarea.form-control {
    height: 215px;
    padding: 15px 20px;
}
.form-btn .btn {
    width: 100%;
    height: 50px;
    padding: 10px 30px;
}
.form-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 8px;
    text-transform: capitalize;
}
.form-control::-webkit-file-upload-button {
    height: 45px;
    border: none;
    background: none;
    color: var(--placeholder);
}
.form-control::-webkit-file-upload-button:focus {
    border: none;
    outline: none;
}
.btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
    padding: 14px 32px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.btn:focus {
    box-shadow: none !important;
}
.btn i {
    margin-top: -1px;
    margin-right: 5px;
}
.btn-inline {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
	margin:0 0px !important;
}
.btn-inline:hover {
    color: var(--white);
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-outline {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
	margin:0 10px;
}
.btn-outline:hover {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
}
.dropdown-list {
    width: 100%;
    display: none;
    background: var(--white);
    border-top: 2px solid var(--primary);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-list li {
    border-bottom: 1px solid var(--border);
}
.dropdown-list li:last-child {
    border-bottom: none;
}
.dropdown-list li a span {
    color: var(--sale);
    margin-left: 10px;
}
.dropdown-link {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    padding: 10px 0px 10px 50px;
    text-transform: capitalize;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.dropdown-link:hover::before {
    background: var(--primary);
}
.dropdown-link::before {
    position: absolute;
    content: "";
    top: 48%;
    left: 30px;
    width: 10px;
    height: 2px;
    background: var(--gray);
    transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nasted-dropdown {
    height: 292px;
    padding: 0px 8px;
    overflow-y: scroll;
}
.nasted-dropdown li {
    border-bottom: 1px solid var(--border);
}
.nasted-dropdown li:last-child {
    border-bottom: none;
}
.nasted-menu {
    width: 100%;
    cursor: pointer;
    padding: 8px 0px;
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nasted-menu:hover {
    color: var(--primary);
}
.nasted-menu p {
    font-size: 15px;
    text-transform: capitalize;
}
.nasted-menu p span {
    font-size: 12px;
    margin-right: 8px;
}
.nasted-menu i {
    font-size: 10px;
}
.nasted-menu-list {
    padding: 0px 15px;
    display: none;
}
.nasted-menu-list li a {
    font-size: 14px;
    padding: 6px 0px;
    position: relative;
    margin-left: 25px;
    color: var(--gray);
}
.nasted-menu-list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: var(--gray);
}
.nasted-menu-list li a:hover {
    color: var(--primary);
}
.nasted-menu-list li a:hover::before {
    background: var(--primary);
}
@media (min-width: 768px) and (max-width: 991px) {

.pt-75 { padding-top:75px !important; }    
.slick-slider { max-height:110px !important; }    
.nasted-dropdown { height: 200px; }
.blog-slider-min-height {  max-height:470px !important; }
}
.nav {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.nav-tabs li {
    width: 100%;
}
.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 16px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--heading);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: var(--tab-radius);
    border-bottom: 3px solid transparent;
    text-shadow: var(--primary-tshadow);
}
.nav-tabs li .nav-link:hover {
    background: var(--chalk);
    border-color: transparent;
}
.nav-tabs li .active {
    color: var(--primary) !important;
    background: var(--chalk) !important;
    border-color: var(--primary) !important;
}
.tab-pane {
    display: none;
    padding: 0px 20px; /*0px 50px;*/
}
.tab-pane.active {
    display: block;
}
@media (max-width: 575px) {
    .nav-tabs li .nav-link { padding: 10px 0px; }
    .tab-pane { padding: 0px 15px; }
    .header-part .container { padding: 7px !important; }
    .header-form { width: 100% !important; }
    
    #login-tabs ul li {
        cursor: pointer;
        padding: 10px 10px !important;
        border-radius: 5px 5px 0 0;
        font-size: 13px !important;
        background: #eee;
        color: #333;
        flex: 1;
        text-align: center;
        font-weight: bold;
    }    
}
@media (min-width: 576px) and (max-width: 991px) {
    .tab-pane {
        padding: 0px 25px;
    }
}
.section {
    padding: 30px 0px 0px;
}
.section-center-heading {
    text-align: center;
    margin-bottom: 35px;
}
.section-center-heading h2 {
    margin-bottom: 15px;
}
.section-center-heading h2 span {
    color: var(--primary);
}
.section-center-heading p {
   max-width: 900px;
    margin: 0 auto;
    font-size: 20px; /*17px;*/
    line-height: 28px;
}
.section-side-heading h2 {
    margin-bottom: 15px;
}
.section-side-heading h2 span {
    color: var(--primary);
    font-style: italic;
}
.section-side-heading p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}
.inner-section {
    margin-bottom: 50px;
}
@media (max-width: 767px) {

.product-img {
    width: 100%;
    display: block;
    margin: 0px auto;
    align-items: center;
}    
    .visible-only-in-desktop-devices { display:none !important; }
    /* .visible-only-in-handy-devices { display:block !important;height:115vh !important; } */
    
    .visible-only-in-handy-devices {
        display: block !important;
        height: 73vh !important;
    }
    
    .visible-only-in-handy-devices-seller { height: 104vh !important; }
    
    .visible-only-in-handy-devices-1 { display:block !important; }
    /*.visible-only-in-handy-devices .user-form-content { width:100% !important;padding:10px !important;min-height:585px !important; }*/
    
    .visible-only-in-handy-devices .user-form-content {
        width: 100% !important;
        padding: 10px 10px 0px 10px !important;
        /*min-height: 585px;*/
        top:50%;
        /* top: 35% !important; */
    }
    
    .user-form-content-seller { top:50% !important; }
    
    .seller-mobile-banner {  min-height: 607px !important;top: 50% !important; }
    
    .visible-only-in-handy-devices .user-form-content h1 { font-size: 27px;line-height: 36px; margin-bottom: 30px; }
    .width-50-percentage { width:50% !important; }
    .user-form-part { display:block !important; }
    .my-otp { margin: 0 2px; }
    .user-form-category { height:100vh !important; }
        .login-signup-seller {
        padding: 8px 3px !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }

       .login-signup {
        padding: 8px 6px !important;
        font-size: 14px !important;
        font-weight: 600;
    }


    .height-login-with-otp-container { height:72vh !important; }
    
    .blog-text h4 { font-size:17px !important; }
    
    .slide-content h1 {
        font-size: 40px !important;
        line-height: 40px;
        color: #fff;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    }
    
    .sidebar-btn { display:block !important; }
    
    .mh-150 { max-height:150px !important; }
    
    .navbar { display:none; }
    
    .section {
        padding: 30px 0px 0px;
    }
    .inner-section {
        margin-bottom: 60px;
    }
    .section-side-heading {
        margin-bottom: 60px;
    }
    .section-center-heading {
        margin-bottom: 30px;
    }
    .section-center-heading p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section {
        padding: 30px 0px; /*80px 0px 0px;*/
    }
    .inner-section {
        margin-bottom: 80px;
    }
}
.alert {
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    position: inherit;
}
.table-list {
    width: 100%;
}
.table-head {
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.25);
}
.table-head tr {
    background: var(--primary);
}
.table-head tr th {
    text-align: center;
    padding: 16px 25px;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
    border-right: 1px solid #003399;
}
.table-head tr th:first-child {
    border-radius: 6px 0px 0px 6px;
}
.table-head tr th:last-child {
    border-right: none;
    border-radius: 0px 6px 6px 0px;
}
.table-body tr {
    border-bottom: 1px solid var(--border);
}
.table-body tr td {
    padding: 15px 25px;
    text-align: center;
    text-transform: capitalize;
    border-right: 1px solid var(--border);
}
.table-body tr td:last-child {
    border-right: none;
}
.table-body .badge {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    letter-spacing: 0.5px;
    color: var(--white);
}
.table-product img {
    width: 100px;
    border-radius: 6px;
}
.table-category h6 a {
    color: var(--heading);
}
.table-category h6 a:hover {
    color: var(--primary);
}
.table-price h5 {
    font-family: sans-serif;
    font-weight: 700;
}
.table-condition .use {
    background: var(--orange);
}
.table-condition .new {
    background: var(--green);
}
.table-status .runs {
    background: var(--purple);
}
.table-status .clos {
    background: var(--red);
}
.table-action {
    text-align: center;
}
.table-action .icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin: 3px;
    color: var(--primary);
    background: var(--chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.table-action .icon:hover {
    color: var(--white);
    background: var(--primary);
}
.table-action .active {
    color: var(--white);
    background: var(--primary);
}
@media (max-width: 991px) {
    .table-scroll {
        overflow-x: scroll;
    }
    .table-list {
        width: 900px;
    }
}
.modal-header h4 {
    font-weight: 500;
}
.modal-header button {
    font-size: 20px;
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.modal-header button:hover {
    color: var(--primary);
}
.modal-link {
    display: block;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    padding: 10px 0px 10px 60px;
    border-radius: 5px;
    width: 100%;
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.modal-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.modal-link:hover::before {
    color: var(--primary);
}
.modal-link::before {
    position: absolute;
    content: "\f00c";
    top: 50%;
    left: 30px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: var(--text);
    transform: translateY(-50%);
}
.modal-link.active {
    color: var(--primary);
    background: var(--chalk);
}
.modal-link.active::before {
    color: var(--primary);
}
.modal-number {
    margin: 15px 0px;
    text-align: center;
    font-family: sans-serif;
    color: var(--primary);
}
.modal-share {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-share a {
    margin: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal-share a i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
}
.modal-share a span {
    font-size: 15px;
    font-weight: 500;
    color: var(--heading);
    white-space: nowrap;
    text-transform: capitalize;
}
.modal-share .facebook {
    background: var(--facebook);
}
.modal-share .twitter {
    background: var(--twitter);
}
.modal-share .linkedin {
    background: var(--linkedin);
}
.breadcrumb {
    align-items: center;
    background: none;
    padding: 0px;
    margin: 0px;
}
.breadcrumb li {
    text-transform: capitalize;
}
.breadcrumb li a {
    color: var(--chalk);
    text-shadow: var(--primary-tshadow);
    font-size:14px;
}
.breadcrumb li a:hover {
    color: var(--primary-light);
    /*text-decoration: underline;*/
}
.breadcrumb li i {
    color: var(--primary-light);
    /*text-decoration: underline;*/
}
.breadcrumb .active {
    color: var(--primary-light);
    text-shadow: var(--primary-tshadow);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-light);
    text-shadow: var(--primary-tshadow);
}
.sale {
    background: #bc0000;
}
.rent {
    background: var(--rent);
}
.booking {
    background: #D32F2F;
}
.flat-badge {
    color: var(--white);
    padding: 6px 8px;
    border-radius: 31px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.cross-vertical-badge {
    position: relative;
    display: inline-block;
}
.cross-vertical-badge:hover span {
    visibility: visible;
    opacity: 1;
    left: 35px;
}
.cross-vertical-badge i {
    font-size: 16px;
    padding: 8px 8px 12px;
    color: var(--white);
    text-align: center;
    background: var(--primary);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.cross-vertical-badge span {
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    color: var(--white);
    background: var(--dark);
    text-transform: capitalize;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cross-vertical-badge span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: var(--dark);
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.cross-inline-badge {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 22px 3px 15px;
    border-radius: 0px 5px 5px 0px;
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.cross-inline-badge span {
    margin-right: 8px;
    letter-spacing: 0.5px;
}
.pagination {
    align-items: center;
    justify-content: center;
}
.page-item {
    margin: 0px 3px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item .active {
    color: var(--white);
    background: var(--primary);
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    border: none;
    padding: 0px;
    color: var(--gray);
    background: var(--white);
}
.page-link:hover {
    color: var(--white);
    background: var(--primary);
}
.page-link:focus {
    box-shadow: none;
}
@media (max-width: 991px) {
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}
.slider-dots ul {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-dots ul li {
    width: 25px;
    height: 5px;
    border-radius: 30px;
    background: var(--gray);
    margin: 0px 10px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}
.slider-dots ul li button {
    display: none;
}
.slider-dots ul li.slick-active {
    background: var(--primary);
}
.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    /*visibility: hidden;*/
    opacity: 100;
    cursor: pointer;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dandik:hover,
.bamdik:hover {
    color: var(--white);
    background: var(--primary);
}
.dandik {
    left: -25px;
}
.bamdik {
    right: -25px;
}
.star-rating {
    direction: rtl;
    margin-bottom: 25px;
    text-align: center;
}
.star-rating input {
    display: none;
}
.star-rating input:checked ~ label::after {
    opacity: 1;
}
.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px;
}
.star-rating label:hover::after {
    opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
    opacity: 1;
}
.star-rating label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb;
}
.star-rating label::after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: #ffcc23;
    opacity: 0;
}
@media (max-width: 575px) {
    .star-rating label {
        margin: 0px 3px;
    }
}
.welcome-user-dropdown { font-size:14px; }
.user-info-dropdown { font-size:14px;display:block;font-weight:500;line-height:10px;padding-bottom:10px; }
.dropdown-card {
    position: absolute;
    padding:15px;
    top: 40px;
    right: -6px;
    z-index: 3;
    width: 200px; /*122px;*/
    border-radius: 8px;
    /* padding-bottom: 5px; */
    background: var(--white);
    box-shadow: var(--primary-bshadow);
    display: none;
}
.dropdown-header {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-header h5 {
    text-transform: capitalize;
}
.dropdown-header a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--primary);
    text-transform: uppercase;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-header a:hover {
    text-decoration: underline;
}
.suggest-card {
    margin: 0px 8px;
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px;
    /*padding: 28px 0px 21px;*/
	padding:10px 0;
    text-align: center;
    border-bottom: 2px solid var(--primary);
    background: #fff; /*#dffbff;*/
    box-shadow:0 0 6px #d2dce6;
	min-height:160px !important;
	width:160px !important;
}
.suggest-card img {
    height: 100px;
    margin-bottom: 0px; /*18px;*/
    padding-bottom:10px;
}
.suggest-card h6 {
    font-weight: 500;
    margin-bottom: 5px;
	font-size:16px; /*14px;*/
    text-transform: capitalize;
}
.suggest-card h6:hover {
    color: var(--primary);
}
.suggest-card p {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}
.product-card {
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
.product-card:hover {
    background: var(--white);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
.product-card:hover .product-media::before {
    visibility: visible;
    opacity: 1;
}
.product-card:hover .product-img img {
    transform: scale(1.08);
}
.product-card:hover .product-action {
    visibility: visible;
    opacity: 1;
}
.product-media {
    position: relative;
}
/*.product-media::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 90%);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}*/

.cms-content h3 { font-size:25px !important;color:#bc0000 !important; }

.product-img {
    overflow: hidden;
}
.product-img img {
    width: 331px;
    transition: all linear 0.5s;
    height: 286px;
}
/*-------------------------14--05--2025---------------------------*/
.product-badge {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
}
.product-type {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.product-action {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    padding: 15px 15px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-action li i {
    margin-right: 5px;
    margin-bottom: 1px;
    font-size: 14px;
}
.product-action li span {
    font-size: 14px;
    color: var(--chalk);
}
.product-action .view i {
    color: var(--view);
}
.product-action .click i {
    color: var(--click);
}
.product-action .rating i {
    color: var(--rating);
}
.product-content {
    padding: 0px 5px;
    min-height: 226px;
}
/* ------16-5-2025--------------- */

.product-category {
    margin-bottom: 12px;
    padding: 10px 0px 8px;
    border-bottom: 1px solid var(--border);
}
.product-category li i {
    font-size: 13px;
    color: #000;
    margin-right: 8px;
}
.product-category .breadcrumb-item {
    font-size: 14px; /*13px;*/
    color: var(--gray);
    white-space: nowrap;
}
.product-category .breadcrumb-item::before {
    color: var(--gray);
}
.product-category .breadcrumb-item a {
    color: var(--gray);
}
.product-category .breadcrumb-item a:hover {
    color: var(--primary);
}
.product-title {
    margin-bottom: 5px;
}
.product-title a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-title a:hover {
    color: var(--primary);
}

.equipment-code {
    margin-bottom: 5px;
}
.equipment-code a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.equipment-code a:hover {
    color: var(--primary);
}

.product-meta {
    margin-bottom: 12px;
}
.product-meta span {
    font-size: 13px;
    margin-right: 10px;
    white-space: nowrap;
}
.product-meta i {
    margin-right: 5px;
    color: #bc0000;
}
.product-info {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
}
.product-price {
    font-weight: 700;
    font-family: sans-serif;
    line-height:0px;
    margin:0px;
    padding:0px;

	
}
.product-price span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
    color: var(--gray);
    white-space: nowrap;
    text-transform: capitalize;
}
.product-btn a,
.product-btn button {
    margin-left: 8px;
    padding-left: 12px;
    color: var(--gray);
    border-left: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-btn a:hover,
.product-btn button:hover {
    color: var(--primary);
}
.product-btn .fas.fa-heart {
    color: var(--primary);
}
.product-card.standard {
    display: flex;
    align-items: center;
}
.product-card.standard .product-media {
    margin: 0px 12px;
}
.product-card.standard .product-img img {
    width: 250px;
    height: auto;
}
.product-card.standard .product-content {
    width: 100%;
}
.ad-standard .product-card.standard .product-media {
    margin: 15px 15px;
}
.ad-standard .product-card.standard .product-img img {
    width: 280px;
}
@media (min-width: 380px) and (max-width: 575px) {
    .product-card {
        width: 100%;
        margin: 0px auto 30px;
    }
}
@media (max-width: 575px) {
    .product-card.standard,
    .ad-standard .product-card.standard {
        flex-direction: column;
    }
    .product-card.standard .product-media,
    .ad-standard .product-card.standard .product-media {
        margin: 0px;
    }
    .product-card.standard .product-img img,
    .ad-standard .product-card.standard .product-img img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .product-card.standard .product-img img,
    .ad-standard .product-card.standard .product-img img {
        width: 225px;
    }
}
.feature-card {
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 90%);
}
.feature-img {
    display: block;
}
.feature-img img {
    width: 100%;
    border-radius: 8px;
}
.feature-badge {
    position: absolute;
    top: 20px;
    left: -80px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-badge:hover {
    left: 0px;
}
.feature-wish {
    position: absolute;
    top: 20px;
    right: 20px;
}
.feature-wish i {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    text-align: center;
    color: var(--border);
    background: rgba(0, 0, 0, 0.3);
}
.feature-wish.active i {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.feature-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 25px;
}
.feature-category {
    margin-bottom: 15px;
}
.feature-category .flat-badge {
    margin-right: 12px;
}
.feature-title {
    font-weight: 500;
    margin-bottom: 15px;
}
.feature-title a {
    color: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-title a:hover {
    color: var(--primary-light);
}
.feature-price {
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
    color: var(--primary-light);
    margin-right: 30px;
}
.feature-price small {
    font-size: 15px;
    font-weight: 400;
    margin-left: 3px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.feature-time {
    font-size: 15px;
    color: var(--border);
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.feature-time i {
    margin-right: 5px;
}
.feature-thumb {
    cursor: pointer;
    margin: 0px 6px;
    border-radius: 8px;
    border: 2px solid var(--white);
}
.feature-thumb img {
    width: 100%;
    border-radius: 8px;
    border: 3px solid var(--white);
}
.feature-thumb.slick-center {
    border: 2px solid var(--primary) !important;
}
.ad-feature-slider {
    margin-bottom: 30px;
}
.ad-feature-slider .feature-card {
    margin: 0px 10px;
    opacity: 0.5;
}
.ad-feature-slider .slick-center {
    opacity: 1;
}
@media (max-width: 400px) {
    .ad-feature-slider .feature-card {
        margin: 0px;
    }
    .modal-content {
        max-width: 95% !important;
    }
}
@media (max-width: 575px) {
    .feature-content {
        position: inherit;
        padding: 15px 15px 15px;
        background: var(--heading);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .feature-img img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .feature-wish {
        top: 15px;
        right: 15px;
    }
    .feature-title {
        font-size: 18px;
        line-height: 26px;
    }
    .feature-meta {
        display: flex;
        flex-direction: column;
    }
    .feature-price {
        margin: 0px 0px 5px;
    }
}
.city-card {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 22px;
    border-radius: 8px;
    height: 230px;
    width: 100%;
}
.city-card:hover .city-content {
    bottom: 25px;
}
.city-card:hover .city-content p {
    opacity: 1;
}
.city-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 90%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.city-content {
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.city-content h4 {
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
}
.city-content p {
    opacity: 0;
    color: var(--white);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (min-width: 400px) and (max-width: 575px) {
    .city-card {
        width: 370px;
        margin: 0px auto 22px;
    }
}
.category-card {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.category-card:hover {
    background: var(--white);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
.category-head {
    position: relative;
}
.category-head img {
    width: 100%;
    height: auto;
}
.category-content {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*background: linear-gradient(rgba(0, 69, 187, 0.4), rgba(8, 2, 41, 0.4));*/
}
.category-content h4 {
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 500;
    opacity: 1;
    text-align: center;
    font-size: 22px; /*18px;*/
    line-height: 22px;
}
.category-content p {
    font-size: 14px;
    line-height: 14px;
    color: var(--chalk);
}
.category-list {
    padding: 12px 20px;
}
.category-list li {
    border-bottom: 1px solid var(--border);
}
.category-list li:last-child {
    border-bottom: none;
}
.category-list li a {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.category-list li a:hover h6,
.category-list li a:hover p {
    color: var(--primary);
}
.category-list li a h6 {
    font-size: 15px;
    text-transform: capitalize;
}
.category-list li a p {
    font-size: 14px;
    line-height: 14px;
    color: var(--heading);
}
@media (min-width: 350px) and (max-width: 575px) {
    
    .product-category .breadcrumb-item { font-size:12px !important; }
    .product-title { font-size:15px !important; }
    .category-content h4 { font-size:17px !important;  }
    .category-content { top:28px !important; }
    .category-card {
        width: 100%; /*320px;*/
        margin: 0px auto 30px;
    }
}
.price-card {
    padding: 55px 50px 40px;
    background: var(--white);
    border-radius: 8px;
    border: 2px solid var(--white);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.price-card:hover {
    border-color: var(--primary);
}
.price-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
.price-head i {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--primary);
}
.price-head h3 {
    font-size: 40px;
    font-family: sans-serif;
    color: var(--primary);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.price-head h4 {
    text-transform: uppercase;
}
.price-list {
    margin-bottom: 42px;
}
.price-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0px;
}
.price-list li i {
    color: var(--primary);
    margin-right: 12px;
    font-size: 14px;
    margin-top: 6px;
}
.price-list li p {
    color: var(--gray);
}
.price-btn .btn {
    padding: 12px 30px;
}
.price-active {
    border-color: var(--primary);
}
@media (max-width: 991px) {
    .price-card {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .price-card {
        padding: 55px 30px 40px;
    }
}
@media (min-width: 350px) and (max-width: 575px) {
    .price-card {
        width: 320px;
        margin: 0px auto 30px;
    }
	
	.btn { padding:5px !important; }
	.btn-inline { margin:0 4px !important }
}
@media (min-width: 576px) and (max-width: 767px) {
    .price-card {
        width: 380px;
        margin: 0px auto 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .price-card {
        padding: 65px 35px 50px;
    }
}
.blog-card {
    background: var(--chalk);
    border-radius: 8px;
    border: 1px solid var(--border);
    position: relative;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.blog-card:hover {
    background: var(--white);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-img img {
    transform: scale(1.08) rotate(1deg);
}
.blog-img {
    position: relative;
    overflow: hidden;
    z-index: -1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.blog-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.blog-overlay span {
    color: var(--white);
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.safety {
    background: #dc3545;
}
.marketing {
    background: #28a745;
}
.advertise {
    background: #982fd5;
}
.security {
    background: #e69721;
}
.blog-content {
    margin-top: -30px;
    padding: 0px 20px 20px;
}
.blog-avatar {
    margin-bottom: 15px;
}
.blog-avatar img {
    width: 60px;
    border-radius: 8px;
    border: 3px solid var(--white);
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blog-meta li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-meta li i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--primary);
    margin-top: -1px;
}
.blog-meta li p {
    font-size: 15px;
    line-height: 15px;
    color: var(--heading);
    text-transform: capitalize;
}
.blog-meta li p a {
    color: var(--heading);
}

.blog-text h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-text h4 a {
    color: var(--gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-text h4 a:hover {
    color: var(--primary);
}
.blog-read {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-read:hover {
    color: var(--primary);
}
.blog-read:hover i {
    margin-left: 8px;
}
.blog-read i {
    margin-left: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.best-card {
    display: flex;
    margin: 0px 15px 50px 0px;
}
.best-card:hover .best-icon i {
    color: var(--white);
    background: var(--primary);
}
.best-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: var(--chalk);
    color: var(--heading);
    font-size: 18px;
    margin-right: 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.best-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
.team-card {
    text-align: center;
    margin-bottom: 50px;
}
.team-card img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
}
.team-card h5 {
    font-weight: 600;
    text-transform: capitalize;
}
.team-card h5 a {
    color: var(--heading);
}
.team-card p {
    font-size: 15px;
    font-weight: 500;
}
.team-card ul li {
    display: inline-block;
    margin: 0px 5px;
}
.team-card ul li a i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--gray);
    background: var(--white);
    box-shadow: 0px 5px 0px 0px var(--gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-card ul li a i:hover {
    color: var(--white);
    background: var(--primary);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
    .team-card {
        width: 290px;
        margin: 0px auto 50px;
    }
}
.counter-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-image img {
    width: 60px;
    margin-right: 30px;
}
.counter-content {
    text-align: left;
}
.counter-content h2 {
    font-family: sans-serif;
}
.counter-content p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    
    .breadcrumb li a { font-size:13px; }
    
    .counter-card {
        margin-bottom: 60px;
    }
    
    .suggest-card h6 { font-size:15px !important; }
}
.account-card {
    margin-bottom: 20px; /*30px;*/
    padding: 0px 30px 30px;
    background: var(--white);
    border-radius: 8px;
    margin-top: 20px;
}
.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.account-title h3 {
    font-size: 20px;
}
.account-title button,
.account-title a {
    border: none;
    width: 55px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.account-title button:hover,
.account-title a:hover {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.account-card-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--border);
}
.account-card-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.account-card-list li:hover h6 {
    color: var(--white);
    background: var(--primary);
}
.account-card-list li h5 {
    font-size: 16px;
    font-weight: 500;
}
.account-card-list li h6 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--chalk);
}
.account-card-link li {
    margin-bottom: 8px;
}
.account-card-link li:last-child {
    margin-bottom: 0px;
}
.account-card-link li a {
    color: var(--gray);
}
.account-card-link li a:hover {
    color: var(--primary);
}
.account-card-link li a i {
    margin-right: 5px;
}
.account-card-text {
    margin-left: 20px;
}
.account-card-text li {
    list-style-type: disc;
    margin-bottom: 20px;
}
.account-card-text li:last-child {
    margin-bottom: 0px;
}
.account-card-form .form-group {
    margin-bottom: 20px;
}
.account-card-form .form-group:last-child {
    margin-bottom: 0px;
}
.account-card-form .form-group .btn {
    width: 100%;
    padding: 10px 30px;
}
@media (max-width: 575px) {
    .account-card {
        padding: 0px 20px 20px;
    }
}
.common-card {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: var(--white);
    border:1px solid #ccc9c9;
}
.card-header {
    padding: 0px;
    padding-bottom: 13px;
    margin-bottom: 17px;
    position: relative;
    background: transparent;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.card-header::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.card-title {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.card-btn {
    border: none;
    width: 55px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.card-btn:hover {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
@media (max-width: 575px) {
    .common-card {
        padding: 30px 25px;
    }
}
.message-list {
    /*height: 400px;*/
    /*overflow-y: scroll;*/
}
.message-item {
    /*border-top: 1px solid var(--border);*/
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.message-item i { margin-right:5px;background:none !important;color:#bc0000 !important;  }
/*.message-item:hover {
    background: #bc0000 !important;
	color:#fff !important;
}*/
.message-link:hover { color:#bc0000 !important; }
.message-link {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: 16px;
}
.message-img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid var(--primary);
    position: relative;
}
.message-img::before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #aaaaaa;
    border: 2px solid var(--white);
}
.message-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.message-img.active::before {
    background: var(--green);
}
.message-text h6 {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.message-text h6 span {
    font-size: 400;
    font-size: 12px;
    color: var(--gray);
    padding-left: 5px;
    margin-left: 5px;
    white-space: nowrap;
    position: relative;
}
.message-text h6 span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gray);
    transform: translate(-50%, -50%);
}
.message-text p {
    font-size: 14px;
    line-height: 20px;
    color: var(--text);
}
.message-text p span {
    font-weight: 500;
    margin-right: 3px;
    text-transform: capitalize;
}
.message-count {
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 30px;
    color: var(--white);
    background: var(--primary);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.message-item.unread {
    border-radius: 8px;
    background: #e6f1f9;
}
.message-item.unread .message-text p {
    font-weight: 500;
    color: var(--heading);
}
.notify-list {
    height: 400px;
    overflow-y: scroll;
}
.notify-item {
    position: relative;
    border-top: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.notify-item:hover {
    background: var(--chalk);
}
.notify-item.active {
    background: #e6f1f9;
}
.notify-link {
    padding: 12px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.notify-img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid var(--primary);
}
.notify-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.notify-text {
    font-size: 15px;
    line-height: 20px;
    color: var(--text);
}
.notify-text span {
    font-weight: 500;
    text-transform: capitalize;
}
.notify-time {
    font-size: 13px;
    line-height: 20px;
    color: var(--primary);
}
.review-list {
    margin-bottom: 50px;
}
.review-item {
    padding: 30px 45px;
    background: var(--chalk);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 25px;
}
.review-item:last-child {
    margin-bottom: 0px;
}
.review-author {
    padding-top: 25px;
    margin: 25px 0px 0px 50px;
    border-top: 1px solid var(--border);
}
.review-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.review-avatar img {
    width: 60px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.review-meta h6 {
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--primary);
    text-transform: capitalize;
}
.review-meta h6 a {
    color: var(--heading);
}
.review-meta h6 a:hover {
    color: var(--primary);
}
.review-meta h6 span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    white-space: nowrap;
}
.review-meta ul li {
    display: inline-block;
    margin-right: 3px;
}
.review-meta ul li i {
    font-size: 14px;
    color: #bbbbbb;
}
.review-meta ul li .active {
    color: #ffcc23;
}
.review-meta ul li h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.review-widget {
    position: relative;
}
.review-dots-btn i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-dots-btn i:hover {
    color: var(--white);
    background: var(--primary);
}
.review-widget-list {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 100px;
    padding: 10px 10px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--primary-bshadow);
    display: none;
}
.review-widget-list li a {
    font-size: 13px;
    color: var(--gray);
    padding-left: 8px;
    display: block;
}
.review-widget-list li a i {
    margin-right: 5px;
}
.review-widget-list li a:hover {
    background: var(--chalk);
}
.review-widget-list.active {
    display: block;
}
.review-reply {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
.review-reply input {
    height: 35px;
    border-bottom: none;
    border-radius: 3px;
    background: var(--white);
    border: 1px solid #dddddd;
}
.review-reply input:focus {
    background: var(--white);
    border-color: var(--primary);
}
.review-reply button {
    border: none;
    height: 35px;
    width: 115px;
    font-size: 14px;
    margin-left: 15px;
    border-radius: 3px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
}
.review-reply button i {
    margin-right: 5px;
}
.review-form-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}
.review-submit {
    width: 100%;
    padding: 12px 30px;
}
@media (max-width: 575px) {
    .review-item {
        padding: 20px 20px;
    }
    .review-author {
        padding-top: 15px;
        margin: 15px 0px 0px 30px;
    }
    .review-profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .review-avatar {
        margin: 0px 0px 15px;
    }
    .review-desc {
        font-size: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .review-form-grid {
        grid-gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.header-part {
    background: var(--white);
    border-bottom:1px solid #ccc;
}
.header-part .container {
    padding: 0px 0px 0px 0px; /*5px 20px;*/ /*18px 25px;*/
}
.header-fixed {
    /*position: fixed; */
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: var(--light);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-fixed .header-widget span {
    color: var(--chalk);
}
.header-fixed .header-widget sup {
    border-color: var(--dark);
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 30px;
}
.header-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-item {
    position: relative;
}
.header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header-login-signup i {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
    line-height: 30px !important;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-widget i:hover {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.header-widget span {
    font-weight: 500;
    margin-left: 8px;
    color: #000000 !important;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-widget span:hover {
    color: var(--primary);
}
.header-widget sup {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 24px;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-logo {
    /*margin: 0px 45px;*/
    margin: 8px 27px 0px;
    text-align: center;
}


.header-logo img {
    width: auto;
    /*height: 40px;*/
}

.logo-tagline-1 {
  display: block !important;
  font-size: 14px;
  line-height:16px;
}

.logo-tagline-2 {
  display: block !important;
  font-size: 13px;
}

.search-btn {
    display: none;
}
.post-btn {
    width: 180px;
    padding: 12px 0px;
    margin-left: 20px;
}
.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-right .header-item {
    /*margin-right: 20px;*/
    margin-right: 2px;
    padding-right:10px;
}

@media (max-width: 1199px) {
    .header-right .header-item {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}


.header-form {
    width: 38%; /*100%; */
    /*width: 41%; /*100%; */
    margin: 0px 50px;
    position: relative;
}
.header-search {
    border-radius: 6px;
    background: var(--chalk);
    border:1px solid #c4cfd8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-search input {
    width: 100%;
    height: 45px;
    background: transparent;
}
.header-search button i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #bc0000;
    color: #ffffff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-search button i:hover {
    color: white;
}
.header-search.active {
    border-radius: 8px 8px 0px 0px;
}
.header-option {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
}
.option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px 15px;
    border-radius: 0px 0px 8px 8px;
    background: var(--white);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.option-grid input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: var(--chalk);
}
.option-grid button {
    grid-area: 3 / 1 / 4 / 3;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option-grid button i {
    margin-right: 6px;
}
@media (min-width: 1200px) {
    .header-part .container {
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    
    .equipment-details { display:inline !important; }
    
    .header-part .container {
        padding: 15px;
    }
    .header-content {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .header-logo {
        margin: 0px;
    }
    .header-user {
        display: none;
    }
    .search-btn {
        display: block;
    }
    .header-left {
        width: 100%;
        justify-content: space-between;
    }
    .header-right {
        /* display: none; */
        padding-top:10px !important;
    }
    .header-form {
        margin-top: 15px;
        display: none;
    }
}
.navbar-item {
    border-bottom: 1px solid var(--border);
}
.navbar-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: var(--heading);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.navbar-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.navbar-link i {
    font-size: 10px;
}
.sidebar-part {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.2s;
}
.sidebar-body {
    position: fixed;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100vh;
    background: #fbfbfb;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.sidebar-part.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-part.active .sidebar-body {
    left: 0px;
}
.sidebar-header {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.sidebar-logo img {
    width: auto;
    height: 40px;
}
.sidebar-cross {
    border: none;
    outline: none;
    background: none;
}
.sidebar-cross i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--gray);
    text-shadow: var(--primary-tshadow);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-cross i:hover {
    color: var(--white);
    background: var(--primary);
}
.sidebar-content {
    overflow-y: scroll;
    height: 100vh;
}
.sidebar-profile {
    text-align: center;
    padding: 18px 0px;
}
.sidebar-avatar {
    border-radius: 50%;
    border: 3px solid var(--primary);
    margin-bottom: 10px;
}
.sidebar-avatar img {
    width: 120px;
    border-radius: 50%;
    border: 3px solid var(--border);
}
.sidebar-name {
    color: var(--heading);
    margin-bottom: 10px;
}
.sidebar-post {
    font-size: 12px;
    padding: 8px 18px;
}
.sidebar-menu {
    margin-bottom: 30px;
}
.sidebar-menu .nav-tabs li .nav-link {
    font-size: 12px;
    padding: 8px 0px;
}
.sidebar-menu .tab-pane {
    padding: 0px;
}
.sidebar-footer {
    padding-bottom: 120px;
    text-align: center;
}
.sidebar-footer p {
    font-size: 14px;
    color: var(--heading);
}
.sidebar-footer p a {
    color: var(--primary);
}
.sidebar-footer p a:hover {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .sidebar-footer {
        padding-bottom: 160px;
    }
}
@media (max-width: 575px) {
    .sidebar-part.active {
        visibility: visible;
        opacity: 1;
    }
    .sidebar-part.active .sidebar-body {
        left: 0px;
        width: 100%;
    }
}
.mobile-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: var(--white);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}
.mobile-widget:hover {
    background: var(--chalk);
}
.mobile-widget:hover i {
    color: var(--primary);
}
.mobile-widget:hover span {
    color: var(--primary);
}
.mobile-widget i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.mobile-widget span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase;
}
.mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow);
}
.plus-btn {
    margin-top: -35px;
}
.plus-btn i {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border: 8px solid var(--white);
}
.plus-btn:hover {
    background: transparent;
}
.plus-btn:hover i {
    color: var(--white);
}
@media (max-width: 1199px) {
    .mobile-nav {
        display: block;
    }
}
.header-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.filter-short {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-show {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}
.filter-select {
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
}
.filter-select:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.filter-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--white);
}
.filter-action a i:hover {
    color: var(--primary);
}
.filter-action .active i {
    color: var(--white);
    background: var(--primary);
}
.filter-action .active i:hover {
    color: var(--white);
}
@media (max-width: 575px) {
    .filter-label,
    .filter-action {
        display: none;
    }
    .filter-show {
        width: 80px;
    }
    .filter-short {
        width: 130px;
    }
}
.product-widget {
    padding: 20px 15px 15px;
    border-radius: 6px;
    margin-bottom: 30px;
    background: var(--chalk);
    border: 1px solid var(--border);
}
.product-widget-title {
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}
.product-widget-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 15px 0px;
}
.product-widget-group input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: var(--white);
}
.product-widget-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--primary);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-btn:hover {
    color: var(--white);
    background: var(--primary);
}
.product-widget-btn i {
    margin-top: -2px;
    margin-right: 6px;
}
.product-widget-list {
    margin: 10px 0px;
}
.product-widget-item {
    margin: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-widget-checkbox {
    line-height: 0px;
}
.product-widget-checkbox input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    cursor: pointer;
}
.product-widget-label {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-widget-label:hover .product-widget-number {
    color: var(--primary);
}
.product-widget-label:hover .product-widget-text {
    color: var(--primary);
}
.product-widget-type {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 26px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    color: var(--white);
}
.product-widget-number {
    font-size: 15px;
}
.product-widget-star i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--yellow);
}
.product-widget-search input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: var(--white);
    border: 1px solid var(--border);
}
.product-widget-text {
    font-size: 15px;
    text-transform: capitalize;
}
.product-widget-scroll {
    height: 242px;
    padding-right: 8px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.product-widget-dropitem {
    margin: 15px 0px;
}
.product-widget-link {
    width: 100%;
    font-size: 15px;
    color: var(--text);
    text-transform: capitalize;
    text-align: left;
    position: relative;
}
.product-widget-link:hover {
    color: var(--primary);
}
.product-widget-link::before {
    position: absolute;
    content: "\f054";
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(0deg);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-link i {
    font-size: 12px;
    margin-right: 5px;
}
.product-widget-link.active {
    color: var(--primary);
}
.product-widget-link.active::before {
    transform: translateY(-50%) rotate(90deg);
}
.product-widget-dropdown {
    padding: 10px;
    margin: 8px 10px;
    border-radius: 6px;
    background: var(--white);
    display: none;
}
.product-widget-dropdown li a {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px;
    padding: 8px 15px;
    color: var(--text);
    background: var(--white);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-dropdown li a:hover {
    color: var(--primary);
    background: var(--chalk);
}
.footer-pagection {
    padding-top: 30px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-info {
    font-weight: 500;
    color: var(--gray);
}
@media (max-width: 575px) {
    .footer-pagection {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .page-info {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .footer-pagection {
        margin-bottom: 30px;
    }
}
.blog-sidebar {
    padding: 25px 15px;
    margin-bottom: 30px;
    background: var(--chalk);
    border-radius: 8px;
    border: 1px solid var(--border);
}
.blog-sidebar-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
.blog-sidebar-title h5 {
    font-weight: 700;
    text-transform: uppercase;
}
.blog-src {
    position: relative;
}
.blog-src input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 0px 60px 0px 20px;
    border: 2px solid var(--primary);
}
.blog-src button {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 6px;
    right: 6px;
}
.blog-src button i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-suggest li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
}
.blog-suggest li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.suggest-img {
    margin-right: 15px;
}
.suggest-img a img {
    width: 100px;
    border-radius: 8px;
}
.suggest-title {
    margin-bottom: 20px;
}
.suggest-title h4 {
    font-size: 18px;
    line-height: 26px;
}
.suggest-title h4 a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.suggest-title h4 a:hover {
    color: var(--primary);
}
.suggest-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.suggest-date {
    margin-right: 30px;
}
.suggest-date,
.suggest-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.suggest-date i,
.suggest-comment i {
    font-size: 16px;
    margin-right: 8px;
    margin-top: -1px;
}
.suggest-date p,
.suggest-comment p {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
.blog-cate {
    display: block;
}
.blog-cate li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.blog-cate li:hover h5 a {
    color: var(--primary);
}
.blog-cate li:hover p {
    color: var(--white);
    background: var(--primary);
}
.blog-cate li h5 {
    font-weight: 500;
}
.blog-cate li h5 a {
    color: var(--gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-cate li h5 a:hover {
    text-decoration: underline;
}
.blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px;
}
.blog-tag li a {
    color: var(--gray);
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid var(--border);
}
.blog-tag li a:hover {
    color: var(--white);
    background: var(--primary);
}
.blog-icon li {
    display: inline-block;
    margin-right: 12px;
}
.blog-icon li a i {
    width: 37px;
    height: 37px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-icon li a i:hover {
    color: var(--white);
    background: var(--primary);
}
@media (max-width: 400px) {
    .suggest-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    .suggest-date {
        margin-bottom: 12px;
    }
    .blog-icon li {
        margin: 6px;
    }
.slide {
    background-position: left !important;
}
.hero-content h1 {
    font-size: 35px !important;
    line-height: 44px !important;
}
.hero-content {
    padding: 50px 10px;
    width: 403px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .suggest-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    .suggest-date {
        margin-bottom: 12px;
    }
    .blog-icon li {
        margin: 6px;
    }
}
.newsletter {
    margin-bottom: 30px;
}
.news-content h2 {
    margin-bottom: 15px;
    color: var(--chalk);
}

.news-content p { color:#fff; }

.news-form {
    position: relative;
    margin-top: 23px;
}
.news-form input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    padding: 0px 200px 0px 20px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.news-form .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 10px 30px;
}
@media (max-width: 991px) {
    .newsletter {
        margin-bottom: 60px;
    }
    .news-content {
        margin: 0px 0px 30px;
    }
    .news-form {
        margin: 0px;
    }
    
    
    .slide-content {
        position: absolute;
        width: 90%;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }
    
}
@media (max-width: 575px) {
    .news-form input {
        padding: 0px 75px 0px 20px;
    }
    .news-form .btn {
        padding: 10px 20px;
    }
    .news-form .btn i {
        margin-right: 0px;
    }
    .news-form .btn span {
        display: none;
    }
}
.footer-part {
    background: #080229;
    padding: 35px 0px 0px;
}
.footer-content h3 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
    position: relative;
}
.footer-content h3::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #ff9f00;
}
.footer-content p { color:#fff; }

.footer-address li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 21px;
}
.footer-address li:last-child {
    margin-bottom: 0px;
}
.footer-address li i {
    font-size: 20px;
    margin: 6px 20px 0px 0px;
	color:#ff9f00;
}

.footer-address p {
    color:#fff !important;
}

.footer-address li p span {
    display: block;
    line-height: 30px;
}
.footer-widget li {
    margin-bottom: 20px;
}
.footer-widget li:last-child {
    margin-bottom: 0px;
}
.footer-widget li i { color:#ff9f00; }

.footer-widget li a {
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-widget li a:hover {
    color: var(--chalk);
    text-decoration: underline;
}
.footer-info a {
    margin-bottom: 30px;
}
.footer-info a img {
    width: auto;
    height: 50px;
}
.footer-count li {
    margin-bottom: 30px;
}
.footer-count li:last-child {
    margin-bottom: 0px;
}
.footer-count li h5 {
    margin-bottom: 3px;
    letter-spacing: 0.3px;
    color: var(--chalk);
}
.footer-card-content {
    padding: 50px 0px;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    border-top: 1px solid #333333;
}
.footer-payment a,
.footer-payment button,
.footer-option a,
.footer-option button,
.footer-app a,
.footer-app button {
    margin: 0px 5px;
}
.footer-payment a img,
.footer-app a img {
    width: auto;
    height: 38px;
}
.footer-option button {
    border: none;
    outline: none;
    background: none;
    margin: 0px 8px;
    width: 120px;
    padding: 5px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    color: var(--gray);
    border: 1px solid var(--gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-option button:hover {
    color: var(--chalk);
    border: 1px solid var(--chalk);
}
.footer-option button i {
    margin-right: 8px;
}
.footer-end {
    background: #0d0633;
}
.footer-end-content {
    padding: 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.footer-end-content p { color:#fff; }
.footer-end-content p a {
    color: #ff9f00;
}
.footer-end-content p a:hover {
    text-decoration: underline;
}
.footer-social li {
    display: inline-block;
    margin: 5px;
}
.footer-social li a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: var(--gray);
	background:#ff9f00;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-social li a i:hover {
    color: var(--white);
    background: var(--primary);
}
@media (max-width: 991px) {
    .footer-content {
        margin-bottom: 30px;
    }
    .footer-end-content {
        padding: 25px 0px;
        flex-direction: column;
        text-align: center;
    }
    .footer-end-content p {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    
    .footer-address li i { font-size: 20px !important; margin: 6px 6px 0px 0px !important; }
    .footer-widget li a { font-size: 14px !important; }
    .footer-widget li { margin-bottom: 5px !important; }
    .newsletter { margin-bottom:30px !important; }
    .footer-part {
        padding: 30px 0px;
    }
    .footer-content,
    .footer-info {
        margin-left: 30px;
    }
    .footer-card-content {
        flex-direction: column;
    }
    .footer-payment,
    .footer-option {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footer-part {
        padding: 80px 0px 60px;
    }
    .footer-card-content {
        margin-top: 20px;
    }
    .footer-payment a,
    .footer-payment button,
    .footer-option a,
    .footer-option button,
    .footer-app a,
    .footer-app button {
        margin: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-part {
        padding: 90px 0px 60px;
    }
    .footer-card-content {
        margin-top: 20px;
    }
    .footer-payment,
    .footer-option,
    .footer-app {
        text-align: center;
    }
    .footer-payment a,
    .footer-payment button,
    .footer-option a,
    .footer-option button,
    .footer-app a,
    .footer-app button {
        margin: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-part {
        padding-bottom: 60px;
    }
}
.single-banner {
    background: url(../../images/breadcum-banner-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
    z-index: -1;
}
.single-content {
    text-align: center;
}
.single-content h2 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 13px;
}
.single-content .breadcrumb {
    justify-content: center;
}
@media (max-width: 767px) {
    .single-banner {
        padding: 70px 0px;
    }
}
.dashboard-banner {
    padding: 100px 0px 200px;
}
.dash-header-part {
    margin-top: 20px; /*-100px;*/
    position: relative;
    z-index: 1;
}
.dash-header-card {
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
margin-bottom:20px;
}
.dash-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.dash-header-right {
    display: flex;
    align-items: center;
    justify-content: center;
margin-bottom: 20px;
}
.dash-avatar {
    margin-right: 30px;
}
.dash-avatar a {
    border-radius: 50%;
    border: 3px solid var(--primary);
}
.dash-avatar a img {
    width: 140px;
    border-radius: 50%;
    border: 3px solid var(--white);
}
.dash-intro h4 a {
    color: var(--heading);
    text-transform: capitalize;
}
.dash-intro h5 {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.dash-meta li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 3px;
}
.dash-meta li:last-child {
    margin-bottom: 0px;
}
.dash-meta li i {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 10px;
    color: var(--primary);
}
.dash-meta li span {
    font-size: 14px;
    line-height: 22px;
}
.dash-focus {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    margin-right: 20px;
    border-radius: 8px;
    background: url(../../images/bg/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.dash-focus::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: var(--primary);
    opacity: 0.8;
    z-index: -1;
}
.dash-focus:last-child {
    margin-right: 0px;
}
.dash-focus h2 {
    color: var(--white);
    font-family: sans-serif;
}
.dash-focus p {
    color: var(--white);
    text-transform: capitalize;
}
.dash-list::before {
    background: #df1313;
}
.dash-book::before {
    background: #00af1e;
}
.dash-rev::before {
    background: #d0a300;
}
.dash-header-alert {
    margin: 0px;
    margin-bottom: 30px;
    padding: 15px 25px;
    border-radius: 3px;
    background: var(--white);
    box-shadow: var(--primary-bshadow);
    border-left: 3px solid var(--primary);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between;
}
.dash-header-alert button {
    border: none;
    outline: none;
    background: none;
    margin-left: 100px;
}
.dash-header-alert button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    color: var(--primary);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dash-header-alert button i:hover {
    color: var(--white);
    background: var(--primary);
}
/*.dash-menu-list {
    margin-top: 30px;
}*/
.dash-menu-list ul {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.dash-menu-list ul li {
    width: 100%;
}
.dash-menu-list ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 12px 0px;
    color: var(--heading);
    border-bottom: 2px solid #e3e3e3;
}
.dash-menu-list ul li .active {
    color: var(--primary);
    text-shadow: var(--primary-tshadow);
    border-bottom: 2px solid var(--primary);
}
@media (max-width: 991px) {
    .dash-menu-list {
        overflow-x: scroll;
    }
    .dash-menu-list ul {
        width: 900px;
    }
}
@media (max-width: 575px) {
    
    .ad-details-part { padding: 30px 0px 30px; }
    
    .inner-section { margin-bottom: 30px; }
    
    .single-banner {
        padding: 60px 0px 60px;
    }
    .dash-header-card {
        padding: 20px 20px 0px 20px;
    }
    .dash-header-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .dash-avatar {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .dash-intro h5 {
        margin-bottom: 12px;
    }
    .dash-meta {
        margin-bottom: 25px;
    }
    .dash-header-right {
        flex-direction: column;
    }
    .dash-focus {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .dash-focus:last-child {
        margin-bottom: 0px;
    }
    .dash-header-alert button {
        margin-left: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .dash-header-right {
        margin-top: 30px;
    }
    .dash-focus h2 {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-banner {
        padding: 80px 0px 180px;
    }
    .dash-header-right {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dash-avatar {
        margin-right: 25px;
    }
    .dash-avatar a img {
        width: 120px;
    }
}

.bg-one { background:var(--chalk); }
.pb-50 { padding-bottom:30px !important; }
.card-header h3 { font-size:16px;color:#262626 !important;line-height:20px !important; }
.card-header h2 { font-size:30px;color:#262626 !important;line-height:40px !important; }
.card-header span { font-size:15px;color:#262626; }
.buy-now-button { width:100% !important;margin-left:0px !important;padding:7px 0 !important; font-size:17px !important;margin-bottom:10px !important; }
.ad-details-author span { /*text-align:left !important;*/ font-size:15px;margin-top:0px !important; }
.ad-details-author p { text-align:left !important;font-size:14px !important;line-height:20px; }
.money-back-guranteed { font-weight:bold; } 
.mt-10 { margin-top:10px; }
/*#yourofferdiv { display:none !important; }*/

.box-shadow-style-1 { box-shadow:0 4px 15px rgba(0,0,0,.1); }

/* Tabs */
.tabs label { width:24.8% !important; }
.tabs-wrapper { margin-top:20px ; }

.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	margin-right: 0.0625rem;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: normal;
	transition: background-color ease 0.3s;
}


.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #fff;
	color: #ff9f00;
	border-top: 4px solid #ff9f00;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}

	.tabs-container {
		/*padding: 4rem 4rem;*/
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 100%;
	}
}

/* Data Table */

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png") !important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
    padding: 10px;
    border: none !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  padding:24px;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  /*text-align: right;*/
  padding:24px;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }

}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
.slide {
    background-position: left !important;
}
.hero-content h1 {
    font-size: 28px !important;
    line-height: 44px !important;
}
.hero-content {
    padding: 110px 10px !important;
    width: 403px !important;
}
}


table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	border: 1px solid #dddddd;
	border-radius:10px;
}
th, td {
	/*border: 1px solid #dddddd;*/
	text-align: left;
	padding: 8px;
    /*width:50%;*/
}
th {
	background-color: #f2f2f2;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}

.td-title { font-weight:bold; }
#view-more { display:none; }
.tab h4 { margin-bottom:0.8rem;color:#ff9f00; }
.tabs-block .fa-check-circle { color:Green !important; }
.text-details h4 { font-size:24px;margin-bottom:20px; }
.text-inner-section { padding:50px 0; }
.text-details p { margin-bottom:20px; }
.text-details ul { margin-bottom:20px; }

/* How It Works */

.how-it-works {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.step {
    display: flex;
    align-items: center;
    padding: 10px 0; /*20px 0;*/
    position: relative;
}

.how-it-worls-icon {
    width: 48px;
    height: 48px;
	border-radius:10px;
	padding:15px;
	background:#FFE5B9;
	color:var(--primary);
    margin-right: 20px;
}

.how-it-worls-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.content {
    flex: 1;
}

h3 {
    margin: 0;
    font-size: 1.2em;
}

p {
    margin: 5px 0 0;
    color: #000;
}

.line {
    width: 2px;
    height: 40px;
    background-color: #ccc;
    margin: 0 auto;
}

.step:first-of-type .line {
    display: none;
}

/* Accordian Menu */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #f7f7f7;
  display: none;
  overflow: hidden;
}
.antispam { display:none; }
.header-login-link { font-size:18px;color:#000; }
.tab-pane { background:#fbfbfb !important; }
.buy-now-button-subtitle { font-size:13px !important;text-transform:none !important;display: block !important; }
.category-thumbnail-image :: before { 
    content: '' !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50% !important; /* Gradient height from bottom to mid */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)) !important; }
	
.ir-success { color: #fff !important;background: green; font-size: 9px;height: 20px;width: 20px;border-radius: 50%;padding: 6px;text-align: center; }
.ir-warning { color: #fff !important;background: orange;font-size: 9px;height: 20px;width: 20px;border-radius: 50%;padding: 6px;text-align: center; }
.ir-danger { color: #fff !important;background: red;font-size: 9px;height: 20px;width: 20px;border-radius: 50%;padding: 6px;text-align: center; }
.bf-buyer-full-name { font-weight:bold; }
.display-none { display:none; }
.bidding-form-address i {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
    line-height: 30px !important;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}	

.bidding-form-address { display:flex; }
.breadcrumb-item.active { padding-left: 0px !important;color:#ff9f00 !important; }
.adpost-agree p { font-size:17px !important; }	
.breadcrumb i { color:#fff !important;padding-right:5px !important; }
.custom-table-by-sparsh th { background:#fff !important;text-align:center; }
.custom-table-by-sparsh td { background:#fff !important;font-size:15px !important;text-align:center; }
.product-category li i { color:#000 !important; }

.inline-container-mobile-number { display: flex;align-items: center;gap: 10px; }
.country-code { padding:0px 0px 0px 20px !important; }
.inline-container-mobile-number select {
            width: 30%;
        }

        .inline-container-mobile-number input {
            width: 70%;
        }
		
/* Modal container */
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        /* Modal content */
        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 20px;
            width: 300px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            text-align: center;
        }
		
		.modal-content p { font-size:15px; } 
        /* Close button */
        .close {
            color: #aaa;
            float: right;
            text-align:right;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover {
            color: #000;
        }		
		
/* Notification bar styles */
        /*.notification-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            padding: 10px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 0 0 5px 5px;
            z-index: 1000;
            transition: transform 0.3s ease;
            transform: translateY(-100%);
        }

        .notification-bar.show {
            transform: translateY(0); 
        }

        .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }

 
        .success {
            background-color: #4CAF50; 
        }


        .warning {
            background-color: #ff9800;
        }


        .alert {
            background-color: #f44336;
        }

        .icon {
            margin-right: 10px;
        }


        .notification-content {
            display: flex;
            align-items: center;
        }*/		


		/* Common Styles for Notification Bar */
.notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    display: none; /* Initially hidden */
}

/* Common Styles for Notification Bar */
.notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    display: none; /* Initially hidden */
}

/* Success Notification */
.notification-success {
    background-color: #4CAF50; /* Green */
}

/* Warning Notification */
.notification-warning {
    background-color: #FF9800; /* Orange */
}

/* Error Notification */
.notification-error {
    background-color: #F44336; /* Red */
}

/* Optional animation for notification bar */
.notification-bar.show {
    display: block;
    animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
    from {
        top: -50px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.equipment-view-btn { background : #bc0000 !important; color:#fff !important; border-radius:4px !important; }

//* Basic tooltip styling */
	.wahegurutips {
	  position: absolute !important;
	  display: none;
	  background-color: #ffcccc !important;
	  color: #cc0000 !important;
	  border: 1px solid #cc0000 !important;
	  border-radius: 5px !important;
	  padding: 8px !important;
	  font-size: 12px !important;
	  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
	  max-width: 100% !important;
	  z-index: 1000  !important; /* Ensuring the tooltip is above other elements */
	}

	/* Error styling for mobile input */
	#mobilenumber.error {
	  border-color: #cc0000;
	}

	/* Tooltip position relative to the input when it has an error */
	#mobilenumber.error:focus + .tooltip {
	  display: block;
	}
	
/* Error message styling */
	.error-message {
	  color: #cc0000;
	  font-size: 15px;
	  margin-top: 5px;
	  display: none; /* Hidden by default */
	  margin-top: -10px;
	  margin-bottom: 10px;
	}

	#mobilenumber.error {
	  border-color: #cc0000;
	  outline-color: #cc0000;
	}	
	
.ad-details-breadcrumb i { color:#000 !important; }		

  .display-flex {
    display: flex;
    align-items: center; /* Vertically align items */
    gap: 10px; /* Optional: adds space between elements */
	padding-top:10px;
}

	.display-flex input[type="checkbox"] {
		flex: 0 0 10%; /* Takes 30% of the available width */
		margin: 0; /* Removes default margins */
	}

	.display-flex p {
		flex: 0 0 90%; /* Takes 70% of the available width */
		margin: 0; /* Removes default margins */
	}
	
	.height-20 { height:20px !important; }
	.height-13 { height:13px !important; }
	.display-flex-1 span { line-height:10px;padding-right:10px; }
	.display-flex-1 input[type="checkbox"] { display:inline !important;padding-top:5px; }
	
	.ribbon { position: absolute; width: 133px; top: 14px; right: -18px; background-color: red; color: white; padding: 6px 10px; text-align: center; font-size: 16px; font-weight: bold; text-transform: uppercase; transform: rotate(45deg); z-index: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
	.ribbon2 {
    position: absolute;
    width: 133px;
    top: 14px;
    right: -10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
    .multiple-image-upload-btn { border: none;width: 100%;height: 50px;padding: 10px;border-radius: 0px;color: var(--heading);background: var(--chalk);border-bottom: 2px solid var(--border);float:left;cursor:pointer;margin-bottom:15px;text-align:center;  }
	
	.popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        .drop-zone {
            border: 2px dashed #007BFF;
            padding: 20px;
            text-align: center;
            cursor: pointer;
        }
        .drop-zone.dragging {
            background-color: #f0f8ff;
        }
        .drop-zone input {
            display: none;
        }
        .image-preview {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
        }
        .image-preview img {
            width: 100px;
            height:100px;
            margin: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        
    .popup-title { font-size:20px !important; }     
    .modal-content h4 { padding-bottom:15px !important; }
    
                /* styles.css */
        
        .slider-container {
          position: relative;
          width: 100%;
          overflow: hidden;
        }
        
        .slider {
          display: flex;
          transition: transform 0.5s ease-in-out;
          width: 100%; /* Adjust based on number of slides */
        }
        
        .slide {
          min-width: 100%;
          height: 500px;
          background-size: cover;
          background-position: center;
          position: relative;
        }
        
        .slide-content {
          position: absolute;
          top: 50%;
          left: 50%;
          
          transform: translate(-50%, -50%);
          text-align: center;
          color: white;
          text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
        }
        
        .slide-content h1 {
          font-size: 40px;
          color: #fff;
          margin: 0;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
        }
        
        .slide-content p {
          font-size: 25px; /*20px;*/
          color: #fff;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
          margin-top: 10px;
        }
        
        .slider-controls {
          position: absolute;
          top: 50%;
          width: 100%;
          display: flex;
          justify-content: space-between;
          transform: translateY(-50%);
          z-index: 10;
        }
        
        .slider-controls button {
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          border: none;
          padding: 10px 20px;
          cursor: pointer;
          font-size: 1.5rem;
          outline: none;
          border-radius:50%;
        }
        
        .mt-10 { margin-top:10px !important; } 
        
        .slider-controls button:hover {
          background-color: rgba(0, 0, 0, 0.8);
        }
        
    .check { background:#bc0000 !important; }   
    .disabled-link { background:#9da09e !important; }
    .line-height-20 { line-height:20px;  }
    .image-delete { position: relative;padding-top: 10px;right: 23px;padding-left: -13px;color: #ffffff;font-size: 13px;z-index: 99999; }
    
    .zoom-icon {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 5px;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .zoom-icon:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    /* Popup Modal */
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index:9999 !important;
    }

    .modal img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 8px;
      /*--box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);--*/
    }

   .modal .close {
    opacity: 1;
    position: absolute;
    right: 20px;
    color: #d32f2f;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .modal .close:hover {
      color: #ff6666;
    }
    
/* Keyframes for the blink effect */
    @keyframes blink {
      0%, 100% {
        opacity: 1; /* Text is visible */
      }
      50% {
        opacity: 0; /* Text is hidden */
      }
    }

    /* Apply the blink animation to the <p> tag */
    .blink {
      animation: blink 1s infinite;
    }  

.link-style-1 { font-weight:bold;color:#bc0000 !important; }

/* popup for buynow button */

/* Modal Styles */
        /* Modal Styles */
        .modal-buynow {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
        }

        .modal-content-buynow {
            background-color: #ffffff;
            margin: 15% auto; /* 15% from the top and centered */
            padding: 20px;
            border-radius: 8px;
            width: 90%; /* Full width for smaller screens */
            max-width: 400px; /* Limit for larger screens */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
            animation: fadeIn 0.3s ease-in-out;
        }

        /* Fade-in animation */
        @keyframes fadeIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }

        /* Modal Buttons */
        
        .modal-buttons-buynow {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .btn {
            padding: 10px 20px;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .btn-confirm {
            background-color: #28a745;
            color: white;
        }

        .btn-cancel {
            background-color: #dc3545;
            color: white !important;
        }

        .btn:hover {
            opacity: 0.9;
        }

.color-white { color:#fff !important; }


.login-signup { 
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    color: #fff !important;
    margin-left: 16px;
    cursor: pointer;
    background:#bc0000;
}

.address-type { color: #ff9f00;
    font-size: 19px;
    font-weight: bold;
    line-height: 20px !important;
    padding-bottom: 10px;   }

      .button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            margin-bottom: 20px;
        }

        .button:hover {
            background-color: #0056b3;
        }

        .popup {
            display: block;
            width: 600px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            /*position: relative;*/
        }

       .popup-sparsh { width: 80%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left:10%;
    display:none;
 }
        
        .popup-content-container {  display:flex; }

        .popup.visible {
            display: flex;
            justify-content: space-between;
        }

        .section-one {
            width: 45%;
            text-align: left;
        }
        
        .section-two {
            width: 45%;
            text-align: left;
        }
        
        .padding-top-0 { padding-top:0px; } 

        .section-one h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .section-one p {
            font-size: 14px;
            color: #555;
            margin-bottom: 20px;
        }
        
        .section-two h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .section-two p {
            font-size: 14px;
            color: #555;
            margin-bottom: 20px;
        }

        .btn-group {
            display: flex;
            flex-direction: column;
            gap: 7px;
            text-align:center;
        }

        .btn-group button {
            background-color: #bc0000;
            color: #fff;
            border: none;
            padding: 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            padding: 6px 20px;
        }

        .btn-group button:hover {
            background-color: #ff9f00 !important;
        }
        
        
        .btn-group a {
            background-color: #bc0000;
            color: #fff;
            border: none;
            padding: 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            padding: 6px 20px;
        }

        .btn-group a:hover {
            background-color: #ff9f00;
        }

        .divider {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 0%;
            font-size: 13px;
            color: #555;
            border-left: 2px solid #ddd;
            padding: 0 0px;
            margin: 0 20px;
        }

        .circle {
            width: 30px;
            height: 30px;
            background-color: #f0f0f0;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            margin: 10px 0;
        }

        @media (max-width: 768px) {
            
            .popup-content-container {  display:block; }
            
            .slide-content h1 { font-size: 34px !important;color: #fff;margin: 0;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;}
            .slide-content p { font-size:18px; }
            .btn { font-size:14px !important; }
            
            .popup {
                width: 90%;
                flex-direction: column;
                align-items: center;
            }

            .section-one {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }
            
            .section-two {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            .divider {
                width: auto;
                border-left: none;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                margin-bottom: 20px;
            }

            .circle {
                margin: 0 10px;
            }
        }

        @media (max-width: 480px) {
            .button {
                font-size: 14px;
                padding: 8px 16px;
            }

            .section-one h2 {
                font-size: 18px;
            }

            .section-one p {
                font-size: 12px;
            }

            .btn-group button {
                font-size: 14px;
                padding: 8px;
            }
        }

.signup-or { font-size:14px !important; } 
.login-popup-h3 { font-size: 17px !important;
    padding-bottom: 13px !important;
    line-height: 23px;
 } 
 
.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    opacity: 0.8;
}

.delete-btn:hover {
    opacity: 1;
} 

.right-menu-btn { padding: 5px;font-size: 13px; }

/* Basic reset for margin and padding */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Fullscreen preloader container */
         /* #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        #preloader img { } */
        
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        
        .preloader-content {
            display: flex;
            flex-direction: column; /* Stack children vertically */
            align-items: center;   /* Center align the logo and tagline */
        }
        
        .logo-tagline-1 {
            margin-top: 10px; /* Add some spacing between the logo and the tagline */
            font-size: 16px;  /* Adjust font size as needed */
            color: #333333;   /* Adjust color as needed */
        }

        /* Keyframes for pulse animation */
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.7;
            }
        }

        /* Page content, hidden while loading */
        body.loaded #preloader {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
 
 
 .modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.error-message {
    color: red;
    font-size: 14px;
}
.valid-message {
    color: green;
    font-size: 14px;
}

/* rahul Google Map */

/* Map Styling */
#map {
    width: 100%;
    height: 556px; /* Adjust height as needed */
    margin: 0 auto; /* Centering the map */
    display: block;
}

/* Hide InfoWindow Close Button */
.gm-ui-hover-effect {
    display: none !important;
}
        
.inline-error-style-1 {  color: red;font-size:14px;padding-top:10px; }  

.inline-error-style-2 {
    color: red;
    font-size: 14px;
    margin-top: -9px;
    margin-bottom: 10px;
}


.modal-buynow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-buynow-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.popup {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    max-width: 600px;
    width: 100%;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover {
    color: red;
}


.product-not-found { text-align:center; } 
.active a { color:#ff9f00; }
.navbar-link { color:#000 !important; } 
.dropdown-link { color:#000 !important; }
.my-otp { padding:0 10px !important; } 
.form-heading-2 { text-align:center;font-size:27px;padding-bottom:10px; }
.form-subtitle { text-align: center;margin: 0px 0px 20px 0px; }
.text-align-center {  text-align:center; }
.login-form-logo-container { text-align:center;margin: 0px 0px 20px 0px; }
.login-page-usp-list { color: #fff !important; line-height: 40px;font-size: 19px;text-align:left; }
    
        /* Tabs */
        #login-tabs ul {
            display: flex;
            justify-content: space-between;
            padding: 0;
            list-style: none;
            margin: 0;
            border-bottom: 2px solid #ddd;
        }

        #login-tabs ul li {
            cursor: pointer;
            padding: 10px 15px;
            border-radius: 5px 5px 0 0;
            background: #eee;
            color: #333;
            flex: 1;
            text-align: center;
            font-weight: bold;
        }

        #login-tabs ul li.active {
            background: #bc0000;
            color: #fff;
        }

        /*#login-content > div, #register-tab {
            margin-top: 20px;
        }*/

        /* Form Styles */
        form {
            display: flex;
            flex-direction: column;
        }

        input[type="text"], input[type="password"], input[type="email"], input[type="submit"] {
            margin-bottom: 15px;
            padding: 10px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
        }

        input[type="submit"] {
            background: #bc0000;
            color: #fff;
            font-weight: bold;
            border: none;
            cursor: pointer;
        }

        input[type="submit"]:hover {
            background: #ff9f00;
        }

        .tagline {
            font-size: 20px;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
            margin:0px 0px 15px 0;
        }
        
        .form-heading-1 { text-align:center;padding-bottom:15px;font-size:26px;margin-top:20px;  }
        /*.form-heading-3 { text-align:center;padding-bottom:15px;font-size:26px;  } */
        
        .form-heading-3 {
    text-align: center;
    padding-bottom: 7px;
    padding-top: 6px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 26px;
    background: #bc0000;
}
        
     #auth-container {
            width: 100%;
            max-width: 100%;
            margin: 50px auto;
            padding: 30px;
            border-radius: 15px;
            background: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }  
.color-maroon { color: #bc0000 !important; }        
.login-signup-seller {
    border-radius: 8px;
    display: inline-block;
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
    color: #bc0000 !important;
    margin-left: 14px;
    cursor: pointer;
    border: 2px solid #bc0000;
}  

.login-signup-seller:hover { color: #fff !important;background-color: #bc0000 !important; }

.header-search-bar {  margin-bottom: 0px !important; border:none !important; }
.pt-0 { padding-top:0px !important; }


.canrod-header {
  text-align: center;
  font-size: 2.5rem;
  color: #bc0000;
  margin: 20px 0;
}

.canrod-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.canrod-testimonial {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 390px;
  width: 100%;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.canrod-testimonial:hover {
  transform: translateY(-5px);
}

.canrod-client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  border: 3px solid #bc0000;
}

.canrod-client-name {
  font-size: 1.5rem;
  color: #bc0000;
  margin: 10px 0 5px;
}

.canrod-client-designation {
  font-size: 1rem;
  color: #777;
  margin-bottom: 15px;
}

.canrod-client-review {
  font-size: 1rem;
  color: #555;
  font-style: italic;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .canrod-testimonial {
    flex: 0 1 calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .canrod-testimonial {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .canrod-testimonial {
    flex: 0 1 100%;
  }
}

ul.login-page-usp-list li i {
    font-size: 15px;
    color: #ff9f00;
}

#switch-to-login { color:#bc0000 !important;font-weight:bold !important; }
#switch-to-register { color:#bc0000 !important;font-weight:bold !important; }
#switch-to-forgot-password { color: #bc0000 !important;font-weight: bold !important; }

#amountInWords { font-size: 16px;color: #333;padding-top:10px; }
        
#amountInWordsmobile { font-size: 16px;color: #333;padding-top:10px; }   

.display-none-sub-category { display:none; } 

/* Style for suggestions dropdown */
.suggestions {
	/*border: 1px solid #fff;*/
	max-height: 150px;
	overflow-y: auto;
	background-color: #fff;
	position: absolute;
	z-index: 999;
	width: 100%;
	top:46px;
}
.suggestions div {
	padding: 8px;
	cursor: pointer;
	font-size:14px;
	line-height:17px;
}
.suggestions div:hover {
	background-color: #f0f0f0;
}

/* Style for suggestions dropdown */


/* Career */
        .career-heading {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }

        .career-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            /*justify-content: space-between;*/
        }

        .career-box {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: calc(33.33% - 20px);
            transition: transform 0.2s;
        }

        .career-box:hover {
            transform: translateY(-5px);
        }

        .career-box h3 {
            font-size: 18px;
            color: #bc0000;
            margin-bottom: 10px;
        }

        .career-details {
            margin-bottom: 15px;
        }

        .career-details p {
            margin: 5px 0;
            font-size: 14px;
            line-height:23px;
        }

        .career-details p i {
            margin-right: 10px;
            color: #bc0000;
        }

        .career-box .buttons {
            display: flex;
            justify-content: space-between;
        }

        .career-box button {
            padding: 8px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s;
        }

        .career-box button.view {
            background-color: #000000;
            color: #fff;
        }

        .career-box button.view:hover {
            background-color: #0056b3;
        }

        .career-box a.apply {
            background-color: #bc0000;
            color: #fff;
            padding: 7px 10px;
            border-radius: 5px;
            font-size: 15px;
        }

        .career-box button.apply:hover {
            background-color: #ff9f00;
        }


/* Sparsh */

.career-heading-1 {
            text-align: center;
            margin-bottom: 27px;
            color: #333;
        }

        .career-row-1 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: space-between;
        }

        .career-box-1 {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 100%;
            transition: transform 0.2s;
        }

        .career-box-1:hover {
            transform: translateY(-5px);
        }

        .career-box-1 h3 {
            font-size: 24px;
            color: #bc0000;
            margin-bottom: 10px;
        }

        .career-details-1 {
            margin-bottom: 15px;
        }

        .career-details-1 p {
            margin: 5px 0;
            font-size: 18px;
            line-height:34px;
        }

        .career-details-1 p i {
            margin-right: 10px;
            color: #bc0000;
        }

        .career-box-1 .buttons {
            display: flex;
            justify-content: space-between;
        }

        .career-box-1 button {
            padding: 8px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s;
        }

        .career-box-1 button.view {
            background-color: #000000;
            color: #fff;
        }

        .career-box-1 button.view:hover {
            background-color: #0056b3;
        }

        .career-box-1 a.apply {
            background-color: #bc0000;
            color: #fff;
            padding: 7px 10px 0px;
            border-radius: 5px;
            font-size: 15px;
        }

        .career-box-1 button.apply:hover {
            background-color: #ff9f00;
        }



/* Sparsh */

        /* Popup styles */
        .career-popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            width: 90%;
            max-width: 600px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            z-index: 1000;
        }

        .career-popup h3 {
            margin-top: 0;
        }

        .career-popup .close-btn {
            background: #ff0000;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            float: right;
        }

        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        @media screen and (max-width: 768px) {
            .career-box {
                width: calc(50% - 20px);
            }
        }

        @media screen and (max-width: 480px) {
            .career-box {
                width: 100%;
            }
        }
        
.login-link { color: #bc0000 !important;
    font-weight: bold !important; } 

.buyer-offer-confirm-img { padding:10px 0 !important; }  
.download-anchor { font-size:15px;font-weight:bold;font-style:italic;color:#bc0000; }       
/* Career */
.attention-effect {
    display: inline-block;
    text-decoration: none;
    color: #000 !important; /* White text for better visibility */
    background-color: #fff; /* Attractive orange-red background */
    /*padding: 8px 16px;*/
    border-radius: 8px; /* Smooth edges for a modern look */
    font-weight: bold;
    font-size: 1rem; /* Clear and readable text */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    animation: pulseBlink 1.8s infinite ease-in-out; /* Smooth blinking */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Hover transitions */
}

@keyframes pulseBlink {
    0%, 100% {
        opacity: 1; /* Fully visible */
        transform: scale(1); /* Normal size */
    }
    50% {
        opacity: 0.6; /* Slight fade */
        transform: scale(1.05); /* Subtle scale-up for emphasis */
    }
}
.whatsapp {
    min-width: 62px;
    height: 62px;
    display: inline-block;
    position: fixed;
    left: auto;
    right: -100px;
    bottom: 20px;
    z-index: 111;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #60d669;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
    border-radius: 50%;
    padding-left: 14px;
    padding-right: 14px
}

.whatsapp span {
    font-weight:400;
    color:#fff;
    width:0;
    overflow:hidden;
    -webkit-transition:.3s;
    transition:.3s;
    font-size:1.2rem;
    line-height:5rem;
}

.enquirynow:hover,.whatsapp:hover {
    border-radius: 100px
}

.whatsapp:hover span {
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 10px 0 6px
}
/* Hover effect to stop blinking and add interaction */
/*.attention-effect:hover {
    animation: none; /* Stops blinking */
    /*transform: scale(1.1); /* Slight zoom on hover */
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* More prominent shadow */
    /*background-color: #bc0000; /* Slightly lighter background for hover effect */
    /*cursor: pointer; /* Hand cursor for better interactivity */
    
/*}*/


/*-------------03-07-2025------------------------*/

.hero-content {
    padding: 120px 50px;
    color: #fff;
    text-align: left;
    width: 700px;
}
.hero-content h1 {
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: 74px;
}
.hero-content h3 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
     color: #fff;
}

.hero-content p {
     color: #fff;
}

.hero-content a {
    padding: 10px 25px;
    border-radius: 100px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0 !important;
    background: transparent;
    border: 2px solid #e7e7e7;
}


/*-----------05-07-2025------------*/

section.dash-header-part .container {
    max-width: 100%;
}
body.loaded {
    background: #f5f5f5;
}

div#seller-equipment-table_filter label {
    display: flex;
}

div#seller-equipment-table_filter input {
    height: 30px;
}

/*------------------10-07-2025---------------------*/

div#enquiryDetails {
    padding: 10px;
}

a.view-cat {
    padding: 3px 3px;
    border-radius: 6px;
    background: #0097A7;
    color: #fff;
}

form#priceVisibilityForm .form-row {
    z-index: 1;
    position: relative;
    clear: both;
}


/*--------------------------*/

button.close-btn.btn span {
    color: #fff !important;
}

form#popupForm .form-group {
    margin: 0;
}

div#userLoginModal .modal-header {
    padding: 0;
}

.news-style-card {
    background: #bc00001f;
    border: 1px solid #bc0000;
}


