:root {
    --primary-color: #ff6600;
}
@keyframes blinkingText {
    0% {
        color: inherit;
    }
    49% {
        color: inherit;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: inherit;
    }
}
body {
    background-color: #fff;
}
.btn-custom-primary {
    background-color: var(--primary-color);
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.b-l0 {
    border-left: 0;
}
.b-r0 {
    border-right: 0;
}
.page-content {
    padding-bottom: 50px;
    background-color: #fff;
}
.form-control {
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.form-control,
.bootstrap-select .dropdown-toggle {
    min-height: 50px !important;
    font-size: 18px;
    /* border-color: ; */
}
.select2-selection.select2-selection--multiple {
    min-height: 50px !important;
    font-size: 18px;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
}
.bootstrap-select .dropdown-toggle,
.road-price .bootstrap-select .dropdown-toggle {
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.text-black {
    color: black !important;
}
.site-header {
    background-color: #000;
}
.site-header.style-1 {
    padding: 0;
}
.extra-nav {
    padding: 20px 0 0;
}
.col-xs-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.dropzone {
    flex-wrap: wrap;
}
.dropzone .dz-preview .dz-remove {
    font-size: 12px !important;
}
.header-nav .nav {
    margin-top: 8px;
}
.site-header.style-1 .header-nav .nav > li > a {
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 30px;
}
.site-header .is-fixed .header-nav .nav > li > a {
    padding-top: 25px;
}
.header-transparent .is-fixed .main-bar {
    background-color: black;
}
.header-transparent .is-fixed .extra-nav .site-button-link,
.header-transparent .is-fixed .header-nav .nav > li > a,
.header-transparent .is-fixed .navbar-toggle {
    color: white;
}
.site-header.style-1:after {
    display: none;
}
.site-header.style-1 .extra-nav .extra-cell {
    margin-left: 10px;
}
.site-header button.header-dashboard {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    outline: none;
}
.site-header button.header-dashboard i {
    background-color: #fff;
    color: black;
    padding: 10px 10px 0;
}
.site-header .header-user-dropdown {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 200px;
    right: 0;
    font-size: smaller;
    margin-top: 15px;
    box-shadow: 3px 5px 15px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.site-header .header-user-dropdown::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: -10px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.site-header .header-user-dropdown ul {
    /* margin-top: 10px; */
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    list-style-type: none;
}
.site-header .header-user-dropdown li a {
    color: black;
}
.site-header .header-user-dropdown li div {
    display: flex;
    padding: 0 10px 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-small;
    align-items: center;
}
.site-header .header-user-dropdown li div:hover {
    background-color: #f0f0f0;
}
.site-header .header-user-dropdown li div img {
    margin-right: 10px;
}
.site-header .header-user-dropdown {
    display: none;
}

/*Here**/
.site-header .header-notification-dropdown {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 200px;
    right: 0px;
    margin-left: -50px;
    font-size: smaller;
    margin-top: 15px;
    box-shadow: 3px 5px 15px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.site-header .header-notification-dropdown::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 65px;
    top: -10px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.site-header .header-notification-dropdown ul {
    /* margin-top: 10px; */
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    list-style-type: none;
}
.site-header .header-notification-dropdown li a {
    color: black;
}
.site-header .header-notification-dropdown li div {
    display: flex;
    padding: 0 10px 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-small;
    align-items: center;
}
.site-header .header-notification-dropdown li div:hover {
    background-color: #f0f0f0;
}
.site-header .header-notification-dropdown li div img {
    margin-right: 10px;
}
.site-header .header-notification-dropdown {
    display: none;
}
.site-button.outlined:hover,
.site-button.white:hover,
.site-button:hover {
    background-color: #ff6600;
    color: #fff;
}
.site-button {
    font-weight: normal;
    background-color: #ff6600;
}
a.site-button.small {
    padding-top: 12px;
    padding-bottom: 12px;
}
button.site-button.small {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-button.small {
    height: 40px;
    font-size: 12px;
    font-weight: normal;
    /* display: flex; */
    align-items: center;
    width: max-content;
    /* padding-bottom: inherit; */
}
.site-button.extra-small {
    height: 30px;
    padding-top: 8px;
    font-size: 10px;
    display: flex;
    align-items: center;
    width: max-content;
    padding-top: inherit;
    padding-bottom: inherit;
}
.site-button.outlined {
    background-color: transparent;
    border: 1px solid #ff6600;
    color: #ff6600;
    transition: all ease 0.9s;
}
.site-button.white {
    background-color: white;
    border: 1px solid #ff6600;
    color: #ff6600;
    transition: all ease 0.9s;
}
.site-button.grey {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    transition: all ease 0.9s;
}
.site-button.text {
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #888;
    transition: all ease 0.9s;
    padding-top: 10px;
}
.caret-after::after {
    content: "";
    position: absolute;
    top: 100%;
    /* left: 50%; */
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #ff6600;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    /* width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff6600; */
}
.text-custom-primary {
    color: #ff6600;
}
.tender-list-item {
    /* padding: 0px 10px; */
    /* margin: 10px; */
    padding: 0;
}
.tender-list-item-header {
    background-color: #8d8d8d;
    color: #fff;
    /* font-size: x-small; */
    padding: 12px;
    padding-bottom: 0;
}
.tender-list-item-header .fa {
    color: #fff;
}
.tender-list-item-header .item-count {
    background-color: white;
    color: black;
    padding: 3px 3px 5px 5px;
    border-radius: 50%;
    font-weight: bold;
}
.tender-list-item > div {
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 5px 20px 10px rgba(0, 0, 0, 0.09);
    /* padding: 15px; */
}
.tender-list-item table {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.tender-list-item table tr td {
    /* padding: 5px 5px 4px; */
    /* padding-left: 20px; */
    padding-top: 15px;
    font-size: smaller;
}
.tender-list-item .tender-list-item-header img.flag {
    max-height: 10px;
}
.tender-list-item-footer {
    padding: 20px;
}
.tender-list-item-footer-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-button.btm-outline {
    background-color: transparent;
    color: #ff6600;
    border: 1px solid #ff6600;
}
.site-button-white {
    background-color: white;
    color: #ff6600;
    /* border: 1px solid #ff6600; */
}
.home-browse-parts-each {
    min-height: 150px;
}
.home-browse-parts-each > a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.home-browse-parts-each > a > div > div:first-child {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* height: 180px; */
    width: max-content;
    /* padding: 40px; */
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    transition: 0.5s all ease;
}
.home-browse-parts-each img {
    height: 70px;
    object-fit: contain;
}
.home-browse-parts-each > a > div > div:first-child img:last-child {
    display: none;
}
.home-browse-parts-each > a > div > div:first-child:hover {
    background-color: #ff6600;
}
.home-browse-parts-each > a > div > div:first-child:hover img:first-child {
    display: none;
}
.home-browse-parts-each > a > div > div:first-child:hover img:last-child {
    display: flex;
}

.home-equipments-section .section-head {
    margin-bottom: 20px;
}
.home-equipments-each {
    min-height: 150px;
    margin-bottom: 30px;
}
.home-equipments-each > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.home-equipments-each > div > div:first-child {
    background-color: #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    /* height: 180px; */
    /* width: max-content; */
    /* padding: 40px; */
    margin-bottom: 20px;
    transition: 0.5s all ease;
}
.home-equipments-each img {
    /* height: 70px; */
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.05);
}
.home-equipments-each > div > div:last-child {
    font-size: small;
    font-weight: bold;
}

.dashboard-counter-cards {
}
.dashboard-counter-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.07);
}
.dashboard-card-icon {
    /* color: #ff6600; */
    font-size: 40px;
}
.sidebar-item-each {
    background-color: #fff;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #f5f5f5;
    color: black;
    font-size: small;
    border-left: 2px solid #fff;
}
.sidebar-item-each:hover,
.sidebar-item-each.active {
    color: #444;
    background-color: #f5f5f5;
    border-left-color: #ff6600;
}
.sidebar-item-each i {
    margin-right: 5px;
}

.badge-info {
    background-color: skyblue;
    font-weight: normal;
}
.badge-success {
    background-color: green;
    font-weight: normal;
}

.home-banner {
    background-color: #000;
    color: white;
    padding-top: 10em;
}
.home-banner h1 {
    font-size: 39px;
    color: white;
    font-weight: bolder;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 2em;
}
.home-banner span {
    color: #ff6600;
}
.home-banner-text {
    margin-bottom: 50px;
    font-size: 20px;
}
.home-banner-search-form {
    margin-bottom: 50px;
}
.home-banner-search-form input {
    height: 60px;
    background-color: white;
    border: 0 !important;
}
.home-banner-search-form button {
    padding: 10px !important;
    height: 60px;
}
.home-banner-search-form .input-group-addon {
    border-right: 0 !important;
}
.home-banner-right {
    display: flex;
    justify-content: flex-end;
}
.home-banner-inner {
    margin-bottom: 50px;
}
.home-banner-brands {
    margin-top: 100px;
}
.home-banner-brands-header {
    color: #999;
}
.home-banner-brands-images {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    margin-top: 20px;
    margin-bottom: 50px;
}
.home-banner-brands-images img {
    width: 100px;
    max-height: 50px;
    object-fit: contain;
    /* margin-left: 30px;
    margin-right: 30px; */
}
.text-center.section-head p {
    max-width: 900px;
}
.solution-section .section-head {
    margin-bottom: 0;
}
.solution-section-each {
    background-color: #f0f0f0;
    padding: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: 0.3s all ease;
    color: black;
}
.solution-section-each:hover {
    background-color: #ff6600;
    color: white;
}
.solution-section-each p {
    margin-top: 20px;
    min-height: 170px;
}
.solution-section .col-sm-4 {
    border-right: 1px solid #ccc;
}
.solution-section .col-sm-4:last-child {
    border-right: 0;
}
.solution-section-each img {
    height: 60px;
    margin-bottom: 10px;
}
.solution-section-each h3 span {
    color: #ff6600;
}
.solution-section-each:hover h3,
.solution-section-each:hover h3 span {
    color: white;
}
.solution-section-each > div > img:last-child {
    display: none;
}
.solution-section-each:hover > div > img:first-child {
    display: none;
}
.solution-section-each:hover > div > img:last-child {
    display: flex;
}
.section-head {
    margin-bottom: 0;
}
.brand-logo-area .inner-section {
    background-color: #f0f0f0;
}

.site-footer p small {
    color: #888;
}
.site-footer-top {
    background-color: #333;
    color: white;
    padding: 0px 0 0px;
    text-align: center;
}
.footer-top-each {
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top-icon img {
    height: 30px;
    margin: 10px;
}
.footer-top-icon div {
    background-color: #ff6600;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footer-top-colored {
    color: #ff6600;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-top-white {
    color: white;
    font-size: x-small;
}
.footer-image {
    background: #000;
    margin-bottom: 0;
}
.site-footer {
    background-color: #000;
    color: white;
    height: auto;
}
.footer-image .contact-no,
footer.footer-image h3 {
    color: white;
}
footer.footer-image .widget_services ul li a {
    color: #8d8d8d;
}
footer.footer-image .widget_services ul li {
    margin-bottom: 10px;
}
.footer-phone a {
    font-size: 20px;
    color: #8d8d8d;
}
.footer-email a {
    color: #8d8d8d;
}
.footer-image .footer-top {
    padding-top: 50px;
}
.site-footer p {
    color: #f5f5f5 !important;
}
.site-footer .footer-top {
    padding-bottom: 10px;
}
.footer-bottom .row > div:first-child img {
    max-height: 50px;
    margin-right: 50px;
}
.footer-bottom .row > div:first-child {
    display: flex;
}
.footer-bottom .row > div:last-child {
    padding-top: 5px;
}
.footer-bottom .row > div:last-child,
.footer-bottom .row > div:last-child a {
    font-size: smaller;
}
.footer-bottom .row > div:first-child img {
    max-height: 30px;
    max-width: 300px;
}
.bg-custom-primary {
    background-color: #ff6600;
    min-height: 5px;
}
.body-content {
    padding-top: 100px;
    /* min-height: 70vh; */
}
.category-list-header {
    background-color: #333;
    color: white;
    padding: 10px 20px;
}
.category-list-body {
    margin-bottom: 50px;
}
.category-list-body .each-category {
    background-color: #f0f0f0;
    color: black;
    padding: 12px 20px 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: smaller;
    transition: 0.1s all ease;
}
.category-list-body .each-category:last-child {
    border-bottom: 0;
}
.category-list-body .each-category:hover {
    background-color: #ff6600;
    color: white;
}
.search-page-top-banner {
    background-image: url(../images/marketplace-top-baner/banner@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: small;
}
.search-page-form {
    background-color: #f0f0f0;
    color: black;
    padding: 20px;
    display: flex;
    flex-direction: row;
    /* align-content: space-between; */
    /* justify-content: stretch; */
}
.search-page-form-text {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.search-page-form .form-control {
    flex: 1;
    margin-right: 10px;
}
.search-page-form button {
    padding: 8px 15px !important;
}
.search-page-result-count {
    font-size: smaller;
}
.part-result-container {
    background-color: white;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 3px;
}
.part-result-condition {
    background-color: black;
    color: white;
    padding: 2px 5px;
    font-size: x-small;
    text-transform: uppercase;
}
.part-result-key-value {
    font-size: xx-small;
    margin-top: 10px;
}
.part-result-key-value .key {
    background-color: #f0f0f0;
    color: #8d8d8d;
    padding: 3px;
}
.part-result-key-value .value {
    border: 1px solid #f0f0f0;
    color: #000;
    margin-right: 15px;
    padding: 3px;
}
.part-result-image {
    height: 170px;
}
.part-result-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.part-result-price {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.part-result-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 10px;
}
.part-result-right .site-button {
    padding: 10px 5px;
    font-size: x-small;
    margin-bottom: 10px;
}
.road-price {
    margin-bottom: 0;
}
.listing-left-section {
    /* background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, .05); */
    /* padding: 20px; */
}
.listing-image-container {
    /* border: 2px solid #f0f0f0; */
    background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 40px;
}
.listing-page-details .dlab-accordion .panel {
    margin-bottom: 10px;
}
.listing-page-details .dlab-accordion .panel .acod-title a {
    color: #000;
}
.listing-page-details .dlab-accordion .panel .acod-title {
    background-color: #fff;
    text-transform: uppercase;
    font-size: small;
}
.listing-page-details .dlab-accordion .panel .acod-head a:after {
    content: "\005E";
}
.listing-page-details .dlab-accordion .panel .acod-head a.collapsed:after {
    content: "\005E";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.listing-right-section {
    background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.listing-right-price {
    /* background-color: #FFF; */
    padding: 15px;
    margin-bottom: 20px;
}
.listing-right-price .price {
    font-size: 30px;
}
.listing-right-price .tags {
    display: flex;
    justify-content: center;
}
.listing-right-price .tags > div {
    background-color: #f0f0f0;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.quote-request-item-quantity {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: row; */
}
#quoteRequestModal .quote-request-item-quantity,
.quote-modal .quote-request-item-quantity {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.quote-request-item-decrement,
.quote-request-item-increment {
    background-color: #8d8d8d;
    color: white;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding-top: 1px;
    padding-left: 1px;
    font-size: 13px;
    cursor: pointer;
}
.quote-request-item-count::-webkit-outer-spin-button,
.quote-request-item-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quote-request-item-count {
    background-color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
    border: 1px solid #8d8d8d;
    text-align: center;
    -moz-appearance: textfield;
}
.listing-right-price .btn {
    padding: 10px;
    font-size: x-small;
    text-transform: uppercase;
    margin-top: 10px;
}
.listing-right-seller {
    margin-bottom: 20px;
}
.listing-right-seller .listing-seller-header {
    background-color: #8d8d8d;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
}
.listing-right-seller .listing-seller-body {
    padding: 10px 20px;
    /* background-color: #FFF; */
    font-size: small;
    border-top: 1px solid #ddd;
}
.listing-right-seller .listing-seller-body div {
    font-size: large;
}
.listing-right-disclaimer .listing-disclaimer-header {
    background-color: #8d8d8d;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
}
.listing-right-disclaimer .listing-disclaimer-body {
    padding: 20px;
    /* background-color: #FFF; */
    font-size: small;
}
#quoteRequestModal .modal-content,
.quote-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}
#quoteRequestModal .modal-header,
.quote-modal .modal-header {
    background-color: transparent;
}
#quoteRequestModal .modal-body,
.quote-modal .modal-body {
    background-color: #fff;
    font-size: small;
    padding-bottom: 1px;
}
#quoteRequestModal .modal-header button,
.quote-modal .modal-header button {
    float: none;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    padding: 4px 7px 3px;
    border-radius: 50%;
}
.quote-request-key-value {
    margin: 10px 0 5px;
}
.quote-request-key-value span {
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: small;
}
.quote-request-key-value .key {
    background-color: #ccc;
    color: #8d8d8d;
}
.quote-request-key-value .value {
    background-color: #8d8d8d;
    color: #fff;
}
.quote-request-date {
    margin-bottom: 5px;
    font-size: 12px;
}
#quoteRequestModal .quote-reqest-form-header,
.quote-modal .quote-reqest-form-header {
    display: flex;
    align-items: center;
    margin: 10px 0;
    height: 35px;
}
#quoteRequestModal .quote-reqest-form-header div,
.quote-modal .quote-reqest-form-header div {
    flex: 1;
    background-color: #8d8d8d;
    color: #fff;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 20px;
}
#quoteRequestModal .quote-reqest-form-header button,
.quote-modal .quote-reqest-form-header button {
    height: 35px;
    padding-top: 10px;
    font-size: small;
    text-transform: uppercase;
}
.quote-items-table thead {
    font-size: x-small;
}
.quote-items-table thead th {
    padding-bottom: 5px;
    font-weight: normal;
    text-align: center;
}
.quote-items-table tbody td {
    padding-bottom: 5px;
    /* font-size: x-small; */
    text-align: center;
    font-size: 13px;
}
.quote-items-table tbody td > div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50px; */
    margin: 10px 0;
    flex: 1;
}
#quote-request-attachmemts.dropzone {
    border-style: dashed;
    border-color: #d8d8d8;
    color: #888;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#create-listing-attachmemts,
#upload-etender-bulk {
    border-style: dashed;
    border-color: #d8d8d8;
    color: #888;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    cursor: pointer;
}
.loading-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000000;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
}
.loading-container img {
    position: absolute;
    left: 50%;
    top: 45%;
}
.dlab-bnr-inr {
    border-bottom: 2.5px solid #ff6600;
    background-color: white;
    color: black;
}
.dlab-bnr-inr:before {
    display: none;
}
.dashboard-top.dlab-bnr-inr {
    background-image: url(../images/pix.jpg);
    color: white;
    border-bottom: 2.5px solid #ff6600;
}
.shortlist-top.dlab-bnr-inr {
    height: auto;
    padding-bottom: 30px;
    border-bottom: 0;
}
.shortlist-top.dlab-bnr-inr small {
    font-weight: 300;
}
.dlab-bnr-inr .container {
    display: block;
}
.dlab-bnr-inr.overlay-black-middle > div {
    padding-bottom: 0;
}
.dlab-bnr-inr-entry {
    display: block;
}
.dlab-bnr-inr-entry .dlab-separator {
    height: 7px;
    margin-bottom: 0;
    width: 50px;
}
.dashboard-top-links {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.dashboard-top-link {
    margin: 0px 4px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard-top-link > a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ccc;
    color: black;
    padding: 10px 40px 5px;
    transition: 0.2s all ease;
}

.dashboard-top-link > a > div > div:first-child > img {
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
}
.dashboard-top-link > a > div > div:first-child > img:last-child {
    display: none;
}
.dashboard-top-link > a > div:hover,
.dashboard-top-link > a > div.active {
    background-color: #ff6600;
    color: white;
}
.dashboard-top-link > a > div:hover > div:first-child > img:last-child,
.dashboard-top-link > a > div.active > div:first-child > img:last-child {
    display: block;
}
.dashboard-top-link > a > div:hover > div:first-child > img:first-child,
.dashboard-top-link > a > div.active > div:first-child > img:first-child {
    display: none;
}
.dashboard-top-link a {
    color: inherit;
}
.dashboard-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 20px;
    font-weight: bold;
}
.dashboard-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dashboard-cards > div {
    margin: 10px 10px;
    min-width: 170px;
    box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
}
.dashboard-card-top {
    background-color: #8d8d8d;
    color: white;
    padding: 10px;
    min-height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: small;
}
.dashboard-card-top > div,
.dashboard-card-top > div > b {
    text-align: center;
}
.dashboard-card-bottom {
    background-color: #fff;
    display: flex;
    /* flex-direction: column; */
}
.dashboard-card-bottom > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
}
.dashboard-card-bottom > div b {
    font-size: 15px;
}
.dashboard-card-bottom > div.b-l0 {
    border-left: 0;
}
.dashboard-action .site-button,
.create-listing-card-footer .site-button {
    height: 40px;
    padding-top: 13px;
    font-size: small;
}
.create-listing-card {
    background-color: white;
    padding: 30px 20px 0;
}
.create-listing-card label {
    margin-bottom: 5px;
    font-weight: normal;
}
.create-listing-card-footer {
    background-color: white;
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
}
.seller-items-table table thead tr {
    background-color: #8d8d8d;
}
.seller-items-table table thead tr th {
    padding: 15px 15px 10px;
    font-size: small;
    text-transform: uppercase;
    color: white;
}
.seller-items-table table tbody tr td {
    font-size: small;
    color: black;
    background-color: white;
}
.create-etender-page {
    /* background-color: #f0f0f0; */
}
.create-etender-top-tabs {
    display: flex;
    justify-content: center;
}
.create-etender-banner {
    background: url(../images/pix.jpg);
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
.create-etender-manual-form-container {
    background-color: #fff;
    padding: 30px 20px;
}
.create-etender-manual-form-footer {
    background-color: #fff;
    padding: 0 20px 20px;
    border-top: 1px solid #f0f0f0;
}
.create-etender-manual-form-body label {
    font-weight: normal;
    font-size: small;
    text-transform: uppercase;
    margin-bottom: 0;
}
.create-etender-manual-buttons {
    /* display: flex; */
    margin-top: 15px;
}
.create-etender-manual-buttons button {
    height: 100%;
    padding-top: 13px !important;
    font-size: small;
    font-weight: normal;
}
.view-etender-page {
    padding-top: 20px !important;
}
.etender-items-table tbody tr td {
    font-size: small;
}
.etender-items-table tbody tr td:first-child {
    color: #888;
}
.etender-info {
    box-shadow: 1px 3px 10px 5px rgba(0, 0, 0, 0.09);
}
.etender-info table {
    font-size: small;
}
.etender-info tr td:first-child {
    width: 130px;
}
.etender-quote-item-card {
    background-color: white;
    padding: 20px 20px 1px;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}
.oem-card {
    background-color: white;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 10px;
    font-size: small;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.oem-page {
    padding-bottom: 50px;
}
.oem-page-banner {
    background-image: url(../images/oem-banner/oem-banner@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.oem-page-banner > div {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    min-height: 300px;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
}
.oem-page-large-text {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.oem-page-content {
    margin-top: 30px;
}
.oem-body-multimedia {
    padding-bottom: 20px;
}
.oem-body-logo-box {
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 20px;
}
.oem-body-logo-box img {
    /* margin-bottom: 20px; */
}
.oem-request-quote-button {
    height: 40px;
    font-size: 12px !important;
    padding-top: 12px !important;
    /* font-weight: normal !important; */
    text-transform: uppercase;
}
.oem-page-search {
    /* background-color: white; */
    /* padding: 20px; */
    /* box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2); */
    border-radius: 5px;
}
.oem-page-search select.form-control {
    width: 150px;
}
.oem-page-address h4 {
    margin-bottom: 5px;
}
.oem-page-address p {
    font-size: 12px;
    color: #888;
}
.oem-alphabets-list {
    display: flex !important;
    width: 100%;
    justify-content: space-evenly;
    background-color: #f0f0f0;
    padding: 15px 10px;
    color: black;
    margin-bottom: 20px;
    font-size: small;
}
.oem-alphabets-list a {
    color: black;
}
.oem-alphabets-list span {
    padding-left: 10px;
    padding-right: 10px;
}
.oem-alphabets-list span:hover {
    font-weight: bold;
}
.etender-list-item-each .fa-stopwatch {
    animation: blinkingText 1.2s infinite;
}
img.etender-location-flag {
    max-height: 20px;
    max-width: 25px;
    margin: 0 5px;
}
.etender-list-item-each .tender-list-item-small-address-container {
    display: flex;
}
.tender-list-item-small-address-container i,
.tender-list-item-small-address-container img {
    margin-right: 15px;
}
.tender-list-item-small {
    background-color: white;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 15px;
}
.tender-list-item-small > div:first-child {
    display: flex;
    font-size: 12px;
}
.tender-list-item-small > div:first-child > div:first-child {
    flex: 3;
}
.tender-list-item-small > div:first-child > div:last-child {
    flex: 2;
}
.tender-list-item-small-address {
    font-size: 13px;
    margin-top: 5px;
}
.custom-countdown {
    color: #fff;
}
/* .col {
    flex: 1;
} */
.home-mss-section {
    margin-bottom: 100px;
}
.home-mss-section .section-head {
    margin-bottom: 30px;
}
.home-mss-list .fa {
    color: #ff6600;
    margin-right: 10px;
}
.mss-page-banner {
    background-image: url(../images/mss-page-banner/mss-page-banner@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-position: top;
}
.mss-page-banner-inner {
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}
.mss-form-checkbox {
    background-color: #f0f0f0;
    padding: 15px 15px;
    font-size: small;
    margin-bottom: 30px;
    transition: 0.1s all ease;
    cursor: pointer;
}
.mss-form-checkbox i {
    color: white;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: none;
}
.mss-form-checkbox > .fa:first-child {
    display: inline;
}
.mss-form-checkbox.active i {
    color: white;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: inline;
}
.mss-form-checkbox.active > .fa:first-child {
    display: none;
}
.mss-form-checkbox:hover,
.mss-form-checkbox.active {
    background-color: #000;
    color: white;
}
.mss-form-checkbox:hover i,
.mss-form-checkbox.active i {
    color: #fff;
    border: 1px solid #fff;
}
.mss-form-container label {
    font-weight: normal;
    /* font-size: small; */
    margin-bottom: 0;
}
.mss-form-container button {
    min-width: 200px;
}
.etender-items-table .site-button.small {
    font-size: x-small;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    min-width: 120px;
}
.tender-responses-modal {
    font-size: x-small;
}
.tender-responses-modal .site-button.small {
    padding: 7px 10px !important;
    height: auto;
    font-size: x-small;
}
.buyer-shortlist-container {
    background-color: #f0f0f0;
}
.buyer-shortlist-each {
    border-left: 2px solid #8d8d8d;
}
.buyer-shortlist-each-head {
    background-color: #fff;
    color: black;
    padding: 15px 20px 10px;
    font-size: small;
    font-weight: bold;
}
.buyer-shortlist-each-sub-head {
    background-color: #8d8d8d;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buyer-shortlist-each-sub-head-btns {
}
.buyer-shortlist-each-sub-head .btn {
    padding: 5px 15px !important;
    height: auto;
    font-size: small;
}
.buyer-shortlist-each {
    margin-bottom: 20px;
}
.buyer-shortlist-each table th,
.buyer-shortlist-each table td {
    background-color: white;
    padding: 10px 15px !important;
    padding-top: 15px !important;
    font-size: small;
}
.buyer-shortlist-each table td .site-button {
    padding: 5px;
    height: auto;
    font-size: x-small;
}
.buyer-shortlist-each > table {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}
.item-conversation-container {
    padding-top: 0px;
}
.item-responses-container .each-item-response {
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: small;
}
.item-responses-container .each-item-response:last-child {
    border-bottom: 0;
}
.item-responses-container .each-item-response .response-sender {
}
.final-quote-button {
    font-weight: normal !important;
    font-size: small !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.create-etender-top.dlab-bnr-inr {
    background-image: url(../images/etender-page/top-banner@3x.png);
    background-position: top;
    color: white;
    border-bottom: 2.5px solid #ff6600;
    padding: 0;
}
/* .create-etender-top.dlab-bnr-inr > div {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
} */
.create-etender-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.create-etender-icon > div {
    background-color: white;
    border-radius: 50%;
    /* padding: 30px; */
    height: 100px;
    width: 100px;
    padding-top: 30px;
}
.create-etender-icon img {
    object-fit: contain;
    height: 40px;
    width: 40px;
}
.create-etender-icon-text {
    font-size: small;
    margin-top: 30px;
}
.create-etender-manual-buttons .row > .col-sm-6:first-child > a {
    padding-top: 12px;
}
.each-transaction-card {
    background-color: white;
    padding: 20px 20px 1px;
    box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}
.each-transaction-card table {
    font-size: x-small;
}
.each-transaction-note {
    font-size: small;
}
.each-transaction-attachments {
    margin-bottom: 20px;
}

.transactions-table {
    background-color: red;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
}
.transactions-table table th,
.transactions-table table td {
    background-color: white;
    padding: 10px 15px !important;
    padding-top: 15px !important;
    font-size: small;
}
.transactions-table table th {
}
.transactions-table table td .site-button {
    padding: 5px;
    height: auto;
    font-size: x-small;
}
.create-etender-review-table table thead {
    background-color: #f0f0f0;
    text-transform: uppercase;
}
.create-etender-review-table table td {
    font-size: x-small;
}
.buyer-shortlist-each-checkbox-container {
    display: flex;
    justify-content: flex-end;
}
.buyer-shortlist-each-checkbox-container > a {
    padding: 3px 20px !important;
}
.buyer-shortlist-each-checkbox-container > div {
    /* flex: 1; */
    width: auto;
}
.item-conversation-container {
    margin-top: 50px;
}
.each-conversation-message {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.each-conversation-message > .time {
    font-size: x-small;
}
.each-conversation-message > .author {
    font-size: small;
    /* color: #888; */
    margin-bottom: 5px;
    /* font-weight: bold; */
}
.each-conversation-message > .author > small {
    font-size: xx-small;
}
.each-conversation-message > .message {
    padding: 20px;
    /* border: 1px solid #bbb; */
    margin-bottom: 10px;
    border-radius: 5px;
    max-width: 90%;
    background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.07);
    font-size: small;
}
.each-conversation-message.seller {
    align-items: flex-end;
}
.each-conversation-message.seller > .message {
    /* background-color: pink; */
    border-right: 2px solid #ff6600;
}
.each-conversation-message.buyer {
    align-items: flex-start;
}
.each-conversation-message.buyer > .message {
    /* background-color: green; */
    border-left: 2px solid #ff6600;
}
.each-conversation-message > .message > .site-button.small {
    height: 35px;
    padding-top: 8px;
    margin-top: 10px;
}
.pac-container {
    z-index: 10000 !important;
}
.profile-information-card {
    background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.profile-information-card-header {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.transaction-stages-card {
    background-color: white;
    box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 10px;
}
.transaction-stages-card ul {
    font-size: x-small;
    margin-bottom: 0;
}
/* .transaction-stages-card ul li.active i::after {
    content: ' ';
    position: absolute;
    top: 30px;
    left: 33px;
    z-index: 0;
    height: 10px;
    width: 1px;
    border-right: 1px solid #46c746;
} */
.transaction-stages-card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.transaction-stages-card ul li i {
    color: #ddd;
    font-size: 18px;
    margin-right: 5px;
}
.transaction-stages-card ul li span {
    color: #ddd;
}
.transaction-stages-card ul li.active i {
    color: #46c746;
}
.transaction-stages-card ul li.active span {
    color: #000;
}
.not-found-image {
    max-height: 200px;
    margin-bottom: 50px;
}
.page-not-found-container {
    text-align: center;
    min-height: 400px;
    padding-top: 20px;
}
.etender-item-image-modal img {
    max-height: 600px;
}
.etender-item-image-modal .modal-content {
    text-align: center;
}
.etender-item-image-modal .modal-header {
    border-bottom: 0;
}
.quote-modal-attachments {
    display: flex;
}
.each-quote-attachment {
    max-height: 50px;
}
.each-quote-attachment img {
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.finish-auction-table tbody tr > td:first-child > div {
    display: flex;
    align-items: center;
    height: 100%;
}
.mobile-categories-trigger {
    display: none;
    align-items: center;
    background: white;
    padding: 5px 10px;
    font-size: 25px;
    border-radius: 3px;
}
.mobile-categories-trigger:hover {
    background-color: #f5f5f5;
}
.mobile-categories {
    background-color: white;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    margin-top: 70px;
    display: none;
}
.mobile-categories .category-list-body {
    margin-bottom: 70px;
}
.home-equipments-section {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .part-result-container > .row > div:first-child {
        padding-right: 0;
    }
    .part-result-right {
        min-height: 170px;
    }
    .home-banner-search-form .row > div:first-child {
        padding-right: 0;
    }
    #quoteRequestModal .modal-dialog,
    .quote-modal .modal-dialog {
        margin-top: 10em !important;
    }
}

@media (max-width: 1200px) {
    .col-xs-8 {
        width: 66%;
        justify-self: center;
        align-self: center;
    }
}
@media (max-width: 992px) {
    .col-xs-4 {
        width: 33%;
        justify-self: center;
        align-self: center;
    }
}
@media (max-width: 768px) {
    .col-xs-3 {
        width: 25%;
        justify-self: center;
        align-self: center;
    }
    .dlab-bnr-inr {
        height: auto;
    }
    .body-content {
        padding-top: 20px;
    }
    .home-banner {
        padding-top: 4em;
    }
    .home-banner h1,
    .home-banner-text {
        text-align: center;
    }
    .home-banner h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .home-banner-right {
        margin-bottom: 50px;
    }
    .home-banner-brands-images img {
        margin-bottom: 30px;
    }
    .part-result-price {
        margin-top: 10px;
    }
    .part-result-info {
        padding: 15px 0;
    }
    .dashboard-top-link > a > div {
        padding: 10px 20px 5px;
        font-size: x-small;
        font-weight: normal;
    }
    .dashboard-cards > div {
        min-width: auto;
        flex: 1;
    }
    .site-header button.header-dashboard {
        margin-top: 0;
    }
    .home-banner-search-form .site-button {
        margin-top: 10px;
    }
    .home-banner-search-form {
        margin-bottom: 0;
    }
    .home-banner-brands {
        margin-top: 50px;
    }
    .home-banner-inner {
        margin-bottom: 0;
    }
    .home-banner-brands-header {
        font-size: 12px;
    }
    .supporting-brands-carousel.owl-carousel .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }
    .home-banner-brands-images {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .section-head h3 {
        font-size: 18px;
    }
    .solution-section-each {
        border-bottom: 1px solid #d0d0d0;
        min-height: auto;
        padding-bottom: 50px;
    }
    .solution-section-each h3 {
        margin-top: 0;
    }
    .solution-section-each p {
        font-size: small;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .solution-section-each img {
        height: 50px;
    }
    .solution-section > div {
        padding-top: 50px;
    }
    .solution-section .section-head {
        margin-bottom: 0;
    }
    .home-browse-parts-each {
        /* min-height: 100px; */
    }
    .home-browse-parts-each > a > div > div:first-child {
        height: 90px;
        width: 90px;
        padding: 25px;
        margin-bottom: 5px;
    }
    .home-browse-parts-each > a > div > div:last-child {
        font-size: x-small;
        text-align: center;
    }
    .site-footer-top {
        padding-top: 20px;
    }
    .footer-top-each {
        margin: 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #666;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .site-footer-top .row > div:last-child > .footer-top-each {
        border-bottom: 0;
    }
    .footer-top-each > .footer-top-icon img {
        height: 20px;
        margin: 5px;
    }
    .footer-top-each > div:first-child {
        margin-right: 10px;
    }
    .footer-top-each > .footer-top-colored {
        margin-top: -5px;
        font-size: 13px;
    }
    .site-footer .footer-email,
    .site-footer .footer-phone {
        font-size: small;
    }
    .site-footer p {
        text-align: center;
        margin-top: 20px;
    }
    .footer-bottom .row > div:first-child {
        flex-direction: column;
    }
    .footer-bottom .row > div:first-child img {
        margin-bottom: 0px;
    }
    .footer-bottom .row > div:first-child p {
        font-size: 12px;
    }
    .create-etender-manual-buttons .row > .col-sm-6:first-child {
        display: flex;
    }
    .create-etender-manual-buttons .row > .col-sm-6:first-child > button {
        width: 50%;
    }
    .create-etender-manual-buttons .row > .col-sm-6:first-child > a {
        width: 50%;
        padding-top: 10px;
        text-align: center;
    }
    .create-etender-manual-buttons .row > .col-sm-6:last-child .text-right {
        text-align: center;
        margin-top: 20px;
    }
    .create-etender-manual-buttons .row > .col-sm-6:last-child .site-button {
        margin-top: 10px;
        width: 100%;
    }
    .create-etender-manual-buttons .row > .col-sm-6:last-child a small {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .part-result-image {
        /* height: 200px; */
    }
    .part-result-content {
        padding: 0;
    }
    .category-list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-list-header .mobile-categories-trigger {
        margin-right: 0;
        color: black;
        font-size: small;
        padding: 10px;
        display: flex !important;
    }

    .category-list-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .category-list-body .each-category {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #e0e0e0 !important;
    }
    .home-2 .content-inner,
    .home-3 .content-inner {
        padding-top: 20px;
    }
    .custom-countdown {
        color: #3c763d;
    }
    .mss-header-text {
        text-align: center;
    }
    .home-mss-section {
        margin-bottom: 60px;
    }
    .home-mss-section .section-head {
        margin-bottom: 0;
    }
    .mss-content-text {
        text-align: center;
    }
    .mss-home-btn {
        text-align: center;
    }
    .home-equipments-each img {
        height: 100px;
        width: 100%;
    }
    .home-equipment-title {
        font-size: x-small !important;
        text-align: center;
    }
    .page-content {
        padding-bottom: 20px;
    }
    .home-equipments-section {
        padding-bottom: 20px;
    }
}
