@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,200&display=swap');

body {
    font-family: 'Raleway', 'sans-serif';
    font-size: 16px;
}

@font-face {
    font-family: 'foundersgrotesk';
    src: url('../../fonts/Test-Founders-Grotesk-400.otf');
    unicode-range: U+0-2f, U+40-10FFFF;
}

:root {
    --text-color: #191919;
}

/* Upper Navbar */

.hr-header-top-nav{
    margin: 0;
    position: relative;
    top: -10px;
}

.vert{
    position: relative;
    top: -5px;
    left: -6px;
    height: 20px;
}

.above-navbar a {
    color: var(--text-color);
}

.social-links {
    list-style: none;
    /* border-left: solid 1px; */
    border-color: #ddd;
}

.contact-links a {
    padding-right: 20px;
    margin-top: 9px;
    text-decoration: none;
    font-family: 'foundersgrotesk' !important;
}

.start-footer {
    font-family: 'foundersgrotesk' !important;
    border-top: solid 1px white;
    background-color: #115f71;
    color: white;
}

.social-links li {
    margin-left: 25.4px;
    margin-top: 11px;
}


/* Bottom Navbar */

.logo {
    position: relative;
    bottom: 1.2rem;
}

.logo img {}

.red {
    color: #E30014;
}

.oranger-brand{
    color: #E95318;
}

.search-bar {
    border: 1px solid #115F71;
    border-radius: 10px;
}

#countries .select2-selection,
#categories .select2-selection{
    border-color: #E95318;
}

.search-bar select{
    border-radius: 10px;
}

.search-bar input {
    border: none;
    border-radius: 10px;
}

.search-bar input:focus {
    border: none;
}

.search-button {
    border-radius: 7px;
    background: #191919;
    color: #fff;
    width: 5rem;
}

.border-left-dropdown {
    border-left: 1px solid #191919;
}

.border-right-dropdown {
    border-right: 1px solid #191919;
}

.search-container .btn-check:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.search-button i {
    font-weight: normal;
}


/* Right side */

.right-side-links {
    display: flex;
    gap: 1.2rem;
    float: right;
    position: relative;
    top: 0.2rem;
}

.right-side-links button {
    background: #fff;
}

.right-side-links i {
    font-weight: 400;
    display: inline-block;
}

.right-side-links a {
    color: #000;
}

.right-side-links a:hover img {
    fill: #e30014;
}

.right-side-links img {
    width: 36px;
}

.right-side-links a:nth-of-type(3) img{
    width: 45px;
}

.btn-search {
    background: #fff;
    color: #191919;
    padding-right: 1.2rem;
}

.custom-input {
    outline: none;
    border: #fff;
    width: 40%;
    height: 30px;
    position: relative;
    bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #191919;
    border-right: 1px solid #191919;
}

.search-container {
    border: 1px solid #3d3d3d;
    border-radius: 0.75rem;
    height: 50px;
    padding-left: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 0.7rem;
}

.dropdown button {
    font-size: 14px;
}


/* Carousel */

.the-best {
    font-size: 80px;
    font-weight: bold;
}

.marketplace {
    font-size: 80px;
}

.border-left {
    border-left: 2px solid #BFBFBF;
}

.carousel-inner {
    background: white;
}

#showcaseCarousel .carousel-indicators li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.carousel .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70, 70, 70, 0.25);
    margin-right: 15px;
}

.carousel .carousel-indicators .active {
    background-color: #444;
}

.left-side-carousel {
    position: relative;
    top: 60px;
    left: 100px;
}

#slider {
    height: 350px;
    overflow: hidden;
    width: 100%;
    background-color: #F9F9F9;
}

.headings-container {
    position: absolute;
    z-index: 100;
}

#showcaseCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 38px;
    left: -893px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: 817px;
    left: none;
    width: 18px;
    height: 18px;
}

.btn-join-as-service, .btn-join-as-merchant, .btn-join-as-skilled-individual, .btn-join-as-customer{
    height: 60px;
    width: 280px;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    padding-top: 15px;
    color: white;
}

.btn-join-as-service{
    background-color: #E95318;
}

.btn-join-as-merchant{
    background-color: #115F71;
    margin-left: 10px;
}

.btn-join-as-skilled-individual{
    background-color: #11A3B1;
}

.btn-join-as-customer{
    background-color: #E6A70A;
    margin-left: 10px;
}

.btn-solid {
    background-color: #191919;
    color: #fff;
}

.btn-soft {
    background: #fff;
    color: #191919;
    border: 1px solid #191919;
}

.pages {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10px;
}

.current-page {
    color: #FF4545;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.border-v {
    height: 26px;
    width: 1px;
    color: #BFBFBF;
}

.arrow-right {
    border-left: 1px solid #BFBFBF;
    padding-left: 21px !important;
}

.arrow-left {
    margin-right: 20px;
}

.slide-icons {
    margin-left: 24px;
}


/* Company Details */

.comapny-details h4 {
    font-size: 1.4rem;
}


/* Tools */

.controls-top {
    float: right;
    position: relative;
    bottom: 40px;
    right: 120px;
}

.controls-top a {
    padding-right: 15px;
    padding-left: 15px;
    color: #191919;
}

.ad {
    background-image: url('../../images/construction-plans-with-yellow-helmet-drawing-tools-bluep.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.ad-first-text {
    background: #E95318;
    color: #fff;
}

.tool {
    width: 100%;
    height: 100% !important;
    background: #FAFAFA;
    border-radius: 0;
}

.pages-slide {
    float: right;
}

.pages-slide i {
    padding: 0 1rem;
}

.pages-slide a {
    color: #191919;
}

.tool-card img {
    width: 180px;
}

.bookmark-button {
    background: #fff;
    color: #191919;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
}

.bookmark-button:hover {
    background: #E95318;
    color: #fff;
}

.bookmark-button:hover #Path_105{
    fill: white;
}
.tool-image img {
    /* width: 100%;
    height: 100%; */
}

#machines-container [data-action="bookmark-item"] {
    position: relative;
    box-shadow: 0px 2px 3px #b8b1b1;
    font-size: 20px;
}

#machines-container .card.tool{
    border: none;
    border-radius: 10px;
}

#machines-container [data-action="bookmark-item"] i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#machines-container [data-action="bookmark-item"] img {
    width: 20px;
}

/* #machines-container .machines-container-product:nth-of-type(1),
#machines-container .machines-container-product:nth-of-type(2),
#machines-container .machines-container-product:nth-of-type(3) {
    margin-bottom: 24px;
} */

#machines-container .machines-container-product{
    margin-bottom: 24px;
}

/* #machines-container .machines-container-product:nth-of-type(3),
#machines-container .machines-container-product:nth-of-type(6) {
    padding-right: 0;
} */

.tool-title h6 {
    font-size: 1.3rem;
    font-weight: bold;
}

#machines-container .tool-image{
    width: 100%;
    height: 175px;
    background-color: #fefefe;
    border-radius: 8px;
}

#machines-container .tool-image .img{
    border-radius: 8px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Fittings */

.metals-and-piping {
    background-image: url('../../images/large-steel-factory-warehouse.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    width: 100%;
    height: 9rem;
    color: #fff;
    font-size: 50px;
    font-family: 'Railway', sans-serif;
    font-weight: bold;
    padding-left: 55px;
}

/* .fittings {
    padding: 0;
} */

.fittings a {
    color: #191919;
    text-decoration: none;
}

.fitting-tools {
    padding-left: 0;
    padding-right: 0;
}

.fitting-image {
    padding-top: 18px;
    padding-right: 10px;
}

.fitting-image img {
    width: 85px;
    height: 85px;
}

.fitting-title {
    display: inline-block;
    margin-top: 2.5rem;
    font-weight: bold;
    padding-left: 20px;
}

.fitting h3 {
    display: inline-block;
    margin-top: 1.6rem;
}

.fitting {
    height: 6.875rem;
    background: #fafafa;
    border-radius: 6px;
}

.fitting-mobile {
    gap: 1rem;
    height: 12rem;
}

.fitting-mobile img {
    height: 5.625rem;
}

.fitting-mobile:hover {
    background: #BFBFBF;
}

.fitting:hover {
    background: #BFBFBF;
    color: #191919;
}


/* Fitting carousel */

#fitting-slider .owl-prev,
#fitting-slider .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#fitting-slider .owl-prev {
    left: -20px;
}

#fitting-slider .owl-next {
    right: -20px;
}

#fitting-slider .owl-prev i,
#fitting-slider .owl-next i {
    transform: scale(2, 2);
    color: #E95318;
}

.pipe-tool {
    background: #FAFAFA;
    color: #191919;
    padding: 15px 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 800;
    align-items: center;
    gap: 99px;
    width: 354px;
    height: 110px;
    margin-top: 21px;
    margin-right: 36px;
}

.pipe-tool h3 {
    display: inline-block;
    width: 100%;
}

.pipe-tool:hover {
    background-color: #BFBFBF;
}


/* Services */

.font-size-50 {
    font-size: 50;
}

#skilled-individuals-slider .owl-prev,
#skilled-individuals-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#skilled-individuals-slider .owl-prev {
    left: -20px;
}

#skilled-individuals-slider .owl-next {
    right: -20px;
}

#skilled-individuals-slider .owl-prev i,
.owl-next i {
    transform: scale(2, 2);
    color: #191919;
}

.services {
    position: relative;
    left: 12px;
}

.service {
    box-shadow: 0px 1px 5px #b4b4b4;
    padding-bottom: 5px;
    border-radius: 5px;
}

.border-left-red {
    border-left: 3px solid #E30014;
}

.border-left-organ-brand{
    border-left: 3px solid #E95318;
}

.service-title {
    font-family: 'Railway', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.skilled-individuals-container .service-title {
    /* position: absolute; */
    /* bottom: 12px;
    left: 25px; */
    padding-left: 10px;
    /* padding-top: 3px; */
    padding-bottom: 3px;
}

.service-title a {
    margin-bottom: 1rem !important;
}

.skilled-individuals-container a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s all ease-in;
    cursor: default !important;
}

.title-skilled{
    color: #686a6a8c !important;
    font-size: 50px;
}

.comingsoon{
    color: #E95318 !important;
}

.skilled-individuals-container a:hover {
    color: #191919;
}

#car-mechanic {
    background-image: url('../../images/hands-car-mechanic-with-wrench-garage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}

#interior-engineer {
    background-image: url('../../images/graphic-design-color-swatches-pens-desk-architectural-drawing-with-work-tools-accessories.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}

#civil-engineer {
    background-image: url('../../images/civil-engineers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}

#builder {
    background-image: url('../../images/construction-electrician-cuts-voltage-cable-during-repair.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}

#plumber {
    background-image: url('../../images/cheerful-sanitary-technician-work.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}

#electrician {
    background-image: url('../../images/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    padding-left: 33px;
    padding-top: 223px;
    color: #fff;
}


/* Company Services */

.company-service-card {
    transition: all 0.5s ease-in;
    border-radius: 8px;
}

.company-service-card:hover {
    transform: translateY(-10px);
}

.company-service-title {
    background: #fff;
    color: #191919;
    text-align: center;
    padding: 2rem;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.company-service-title h3 {
    display: inline-block;
}

.company-service-image img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#company-services-slider .owl-prev,
#company-services-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#company-services-slider .owl-prev {
    left: -20px;
}

#company-services-slider .owl-next {
    right: -20px;
}

#company-services-slider .owl-prev i,
#company-services-slider .owl-next i {
    transform: scale(2, 2);
    color: #191919;
}


/* Paints */

.paints-and-varnishes {
    background-image: url('../../images/closeup-shot-female-using-paint-rollers-with-color-blue.png');
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten;
    font-family: 'Railway', sans-serif;
    font-weight: bold;
    height: 100% !important;
    width: 100%;
    font-size: 2.2rem;
    color: #fff;
}

.paint-tabs {
    list-style-type: none;
    display: flex;
    font-family: 'Railway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #BFBFBF;
}

.paint-tabs button {
    color: gray;
    font-size: 1rem;
}

.paint-tabs li.active,
.paint-tabs li:hover {
    cursor: pointer;
    color: #191919;
    border-bottom: 5px solid #E95318;
    height: 41px;
}

.paint-tabs li.active button {
    color: #000;
    font-weight: bold;
}

.paint-tabs li {
    margin-right: 39px;
    border-bottom: 5px solid #fff;
}

.paint-container {
    background: #FAFAFA;
    justify-content: space-between;
    height: 8rem;
}

.paint-title h4 {
    font-family: 'Railway', sans-serif;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    color: #000;
    padding-left: 20px;
}

.paint-title a {
    color: #000;
    font-size: 23px;
    padding-left: 20px;
    text-decoration: none;
}

.paint-image {
    padding-top: 20px;
    padding-right: 20px;
}

.paint-image img {
    width: 5.625rem;
    height: 5.625rem;
}

#paints-slider .owl-prev,
#paints-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#paints-slider .owl-prev {
    left: -20px;
}

#paints-slider .owl-next {
    right: -20px;
}

#paints-slider .owl-prev i,
#paints-slider .owl-next i {
    transform: scale(2, 2);
    color: #191919;
}


/* Offers */

.offers-nav {
    float: right !important;
}

#offer-slider .owl-prev,
#offer-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#offer-slider .owl-prev {
    left: -15px;
}

#offer-slider .owl-next {
    right: -15px;
}

#offer-slider .owl-prev i,
#offer-slider .owl-next i {
    transform: scale(2, 3);
    color: #191919;
}

.offers-navigation {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 18px;
}

.offer-container {
    /* width: 270px; */
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 1.2rem;
    background: #FAFAFA;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-bottom: 1rem;
    gap: 3rem;
    border: none;
}

.order-offer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-offer {
    background: white;
    color: #115F71;
    font-size: 14px;
    border: 1px solid #115F71;
    border-radius: 5px;
    font-weight: bold;
}

.btn-join {
    background: #191919;
    color: #fff;
    border: 2px solid #191919;
    font-weight: bold;
    margin-right: 10px;
    z-index: 100;
    border-radius: 0;
    padding: 10px 20px;
}

.btn-join-2 {
    padding-left: 30px;
    padding-right: 30px;
    background: #f9f9f9;
    border: solid 2px #000;
    color: #000;
}

.btn-join:hover {
    background: #fff;
    color: #191919;
}

.dots {
    gap: 5px;
}

.offer-image img {
    height: 100%;
    width: 100%;
}

.current-price {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.currency {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-right: 8px;
}

.discount-price {
    color: #E95318;
    font-weight: 600;
    font-size: 12px;
}

.partner-details {
    font-family: 'Railway', sans-serif;
    font-weight: bold;
    font-size: 50px;
}

.business-partners-bg-image {
    /* background-image: url('/Modules/Website/Resources/assets/images/Path-217.png'); */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: auto;
    padding: 2rem 1rem;
}

.business-partner h1 {
    color: #fff;
    font-weight: bold;
    margin-left: 1rem;
}

.bg-black {
    background: #191919;
    color: #fff;
}


/* Util */

.g-1 {
    gap: 1rem;
}

.g-2 {
    gap: 2rem;
}

.bold {
    font-weight: bold;
}

.bold-black{
    font-weight: bold;
    color: black;
}

/* Supplier */

.supplier-card {
    height: 300px;
    /* width: 360px; */
    padding: 1rem;
    gap: 1.5rem;
    padding-left: 40px!important;
    padding-right: 40px!important;
    border: none;
}

.supplier-image {
    position: relative;
    right: 5px;
}

.supplier-name {
    font-size: 1rem;
    font-weight: 500;
}

.supplier-type {
    text-align: left;
}

.supplier-rating i {
    color: #FFC107;
    font-size: 0.6rem;
}

.business-type {
    font-size: 15px;
    color: #B5B6BA;
}

.business-title {
    font-size: 14px;
    font-weight: bold;
}

.supplier-name {
    font-size: 15px;
    font-weight: 600;
}

.supplier-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1rem;
}

#supplier-slider .owl-prev,
#supplier-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#supplier-slider .owl-prev {
    left: -15px;
}

#supplier-slider .owl-next {
    right: -15px;
}

#supplier-slider .owl-prev i,
#supplier-slider .owl-next i {
    transform: scale(2, 3);
    color: #191919;
}


/* How Can We Help */

#how-can-we-help-container .card {
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    margin: 0.5rem 0.5rem;
    border-radius: 30px;
}

.package-image {
    border-radius: 50%;
}

.help-title {
    font-size: 3rem;
    font-weight: bold;
}

.help-text {
    font-size: 1.8rem;
    color: #BFBFBF;
}

.btn-offer:hover {
    background: #115F71;
    color: #fff;
}


/* Best Service Providers */

.pages-pagination {
    position: relative;
    top: 2rem;
}

.service-provider-card {
    border-radius: 10px;
    border: 1px solid #fff;
    /* width: 28.125rem; */
}

.profile-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.rating {
    display: flex;
    gap: 2.4px;
}

.rating i,
.star-rating i {
    color: #FFC107;
}

#service-provider-slider .owl-prev,
#service-provider-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#service-provider-slider .owl-prev {
    left: -20px;
}

#service-provider-slider .owl-next {
    right: -20px;
}

#service-provider-slider .owl-prev i,
#service-provider-slider .owl-next i {
    transform: scale(2, 2);
    color: #191919;
}


/* Our Partners */

.our-partners {
    font-size: 3rem;
    font-weight: bold;
}

.our-partner-image {
    justify-content: center;
    background-size: cover;
    margin: auto 0;
    height: 73px;
    margin-bottom: 80px;
    margin-top: 15px;
}

/* .our-partner-image img {
    width: 100%;
    height: 100%;
} */


/* Join our marketplace */

.join-our-market {
    background: #191919;
    width: 100%;
    height: 223px;
    color: #fff;
    padding-top: 39px;
    padding-bottom: 37px;
}

.join-our-market-title {
    font-size: 45px;
    font-weight: 500;
}

.tile-view h5 {
    font-size: 0.85rem;
}

.btn-market {
    border: 2px solid #E95318;
    color: #E95318;
    background: #E95318;
    border-radius: 0px;
    font-size: 1.2rem;
    width: 17.5rem;
    height: 3.75rem;
    padding-top: 14px;
}

.btn-market.active,
.btn-market:hover {
    background: #E95318;
    color: #fff;
}


/* End */

.about {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.about a {
    font-size: 20px;
    text-decoration: none;
}


/* .about-information p {
    font-size: 20px;
} */

.copyrights {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 28px;
}

.about-information a {
    color: #191919;
    text-decoration: none;
}

.bg-search {
    /* background: #F5F6F8; */
}

.tags-card {
    background: #fff;
    flex-direction: row;
}

.search-icon {
    justify-self: flex-start;
    padding-left: 1rem !important;
    padding: 1rem 0;
}

.search-icon i {
    color: #F2F4F6;
    font-weight: bold;
}

.filters-section {
    border-radius: 5px;
    margin: 2rem 0;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
}

.product-quantity {
    float: right;
    position: relative;
    top: -20px;
}

.product-image {
    position: relative;
    padding: 0;
    border-radius: 5px;
}

.product-card-list .product-image{
    border: solid 1px #efefef;
    text-align: center;
    width: 80%;
}

.product-card-list .product-image img{
    width: 80%;
}

.product-card-list .product-title h5 a{
    text-decoration: none;
}

.product-card-list{
    border: none;
    border-bottom: solid 1px;
    border-radius: 0;
    border-color: rgba(0,0,0,.125);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2%;
}

.product-card-list  h6{
    margin-bottom: 5px;
}

.product-card-list .btn-order-product, .product-card-list .btn-order-product{
    border-radius: 5px;
}

.product-image button {
    position: absolute;
    border-radius: 50%!important;
    box-shadow: 0px 1px 4px #9f9e9e;
    /* padding: 8px ​13px 6px 14px!important; */
}

.product-image button:hover {
    background-color: #e30014!important;
}

.product-image img {
    width: 100%;
    height: 100%;
}

.mr-1 {
    margin-right: 1rem;
}

.input-height-width {
    height: 18px;
    width: 18px;
}

.form-check-input:checked {
    background-color: #E30014;
    border-color: #E30014;
}

/* .collapse {
    height: 258px;
} */

.form-check-input:checked+label {
    font-weight: bold;
}

#priceRangeFilterToggler {
    height: 135px;
}

#pipeSizeFilterToggler {
    height: 150px;
}

.hr-line {
    width: 19px;
    color: #BFBFBF;
}

.btn-price {
    width: 100%;
    background: #fff;
    border: 1px solid #BFBFBF;
    color: #191919;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
}

.hr-line {
    width: 19px;
    border: 3px solid #BFBFBF;
    height: 1px;
    margin-top: 0.7rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

.nav-tabs a {
    color: #191919;
    font-weight: bold;
}

.mr-half {
    margin-right: 0.5rem;
}

.mobile-search {
    background: #fff;
    color: #191919;
    border: 1px solid #191919;
    border-radius: 3px;
    width: 100%;
}

.range-button {
    background: #191919;
    color: #fff;
    border: 1px solid #191919;
    border-radius: 3px;
}

.range-button:hover {
    background: #fff;
    color: #191919;
}

.mobile-search:hover {
    background: #191919;
    color: #fff;
}

.btn-dark {
    background: #fff;
    color: #191919;
    font-size: 0.7rem;
}

.card-selected {
    padding: 0.4rem 0.4rem;
    font-weight: 700;
    color: #191919;
    background: #F2F4F6;
}

.card-selected h5 {
    font-size: 10px;
    margin: 0;
}

.btn-search-result {
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    color: #191919;
    font-size: 12px;
}

.sections-button {
    border: none;
}

.sections-button::selection {
    color: #E30014;
}

.btn-bars {
    width: 8%;
}

.btn-side {
    width: 5%;
    margin-top: 0.5rem;
    height: 20px;
    background: #fff;
}

.btn-side:hover {
    color: #E30014;
}

.navbar-toggler {
    background: #fff;
    border: none;
}

.search-results-headline {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.marketplace-title h1 {
    font-size: 2.8125rem;
}

.product-title h3 {
    font-size: 1rem;
}

.product-title h6 {
    font-size: 0.8rem;
}

.font-size-14 {
    font-size: 14px;
}

.border-right {
    border-right: 1px solid #EFEFEF;
}

.btn-order-product {
    background: #fff;
    color: #115f71;
    border: 1px solid #115f71;
    font-size: 10px;
}

[data-action="request-item"],
.btn-order-product:hover {
    background: #115f71;
    color: #fff;
}

.font-size-10 {
    font-size: 10px;
}

.supplier-bookmark-tab {
    width: 2.50rem;
    height: 2.50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px #cdd3df;
    position: absolute;
    right: 15px;
    top: unset;
    z-index: 1000;
    cursor: pointer;
}

.supplier-bookmark-tab:hover {
    background: #E95318;
    color: #fff;
    cursor: pointer;
}

.product-bookmark-tab {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: relative;
    left: 4.5rem;
    margin-top: 0.5rem;
}

.product-bookmark-tab:hover {
    background: #E30014;
    color: #fff;
}

.font-size-20 {
    font-size: 20px
}

.pagination .font-size-20 ul a {
    color: #BFBFBF;
}

.page-link {
    position: relative;
    display: block;
    color: #BFBFBF;
    text-decoration: none;
    border: none;
    background-color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover {
    color: #E30014;
}

.paginator {
    width: 374px;
    height: 56.5px;
}

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

.g-half {
    gap: 0.5rem;
}

.card-previous-price {
    font-size: 11px;
}

.card-current-price {
    font-size: 14px;
}

.supplier-title {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: left;
}

.supplier-title h6 {
    font-size: 0.6rem;
}

.card-rating {
    font-size: 11px;
}

.card-bookmark-tab {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
}

.card-bookmark-tab:hover {
    background: #E30014;
    color: #fff;
}

.product-card {
    height: 430px;
}

.bg-grey {
    background: #EFEFEF;
    color: #191919;
}

.bg-white {
    background: #fff;
    color: #191919;
    font-weight: 400;
}

.filters-section .bg-white{
    background: #fff;
    color: #191919;
    font-weight: 400;
    width: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15)!important;
    top: 0;
}

.white {
    color: #fff;
}

.per-unit {
    text-align: left;
    /* font-size: 0.7rem; */
    font-size: 1rem;
    font-weight: bold;
}

.current-button svg {
    fill: #E30014;
}

#brands-label {
    float: left;
}

#readMore-button {
    border: none;
    background: #fff;
    color: #191919;
    font-weight: bold;
}

.supplier-reviews span {
    text-decoration: underline;
}

.black {
    color: #191919;
}

.btn-supplier-card {
    background: #115f71;
    color: #fff;
    border: 1px solid #115f71;
}

.btn-supplier-card:hover {
    background: #fff;
    color: #115f71;
}

.social-icon {
    border: 1px solid #191919;
}

#message {
    resize: none;
    height: 150px;
    padding: 1rem;
}

.btn-contact {
    background: #191919;
    color: #fff;
    float: right;
}

.contact-tab {
    margin: 0 3rem;
    background: #E30014;
    color: #fff;
    width: 60px;
    height: 60px;
}

.contact-card {
    border: 1px solid #fff;
    background: #fff;
    color: #191919;
}

.social-media-card {
    background: #fff;
    color: #191919;
    border: 1px solid #fff;
}


/* Product preview */

.card-preview {
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 65px;
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: 335px;
    /* height: 400px; */
    display: block;
    border-radius: 5px;
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute;
    left: -74px;
    top: 0;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid #ddd;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.total-price .currency{
    color: #80C024;
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px
    }
}

.product-rating i {
    color: #FFC107;
}

.mainpage-logo img {
    width: 85px;
    height: 50px;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.font-size-footer {
    font-size: 1.0rem;
}

.join-us-footer a,
.our-services-footer a,
.information-footer a {
    text-decoration: none !important;
    color: white;
}

.social-icons-footer i{
    color: white;
    border: solid 1px;
    padding: 10px;
    border-radius: 50%;
    line-height: 14px;
}

.bottom-footer {
    background-color: #E6D9D9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
}

.join-us-footer a:hover,
.our-services-footer a:hover,
.information-footer a:hover {
    color: #191919;
    border-bottom: 0.1rem solid #191919;
}

.navigation-card i {
    color: #BFBFBF;
}

.in-stock img {
    height: 80%;
}

.product-price {
    font-size: 1.9rem;
    color: #80C024;
    font-weight: bold;
}

.product-description ul {
    font-size: 1rem;
}

.input-group-btn {
    border: 2px solid #191919;
}

.minus-button {
    border-bottom-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
}

.plus-button {
    border-bottom-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.input-number {
    width: 65px;
    border: 2px solid #191919;
    text-align: center;
}

.small-btn {
    border: 2px solid #191919;
}

.product-btn {
    background: #115f71;
    color: #fff;
    border: 1px solid #115f71;
    border-radius: 7px;
}

.product-btn:hover {
    background: #fff;
    color: #115f71;
}

/* .counter-tab-buttons {
    margin-left: 2rem !important;
} */

.request-for-quotation {
    margin-right: 1rem;
    margin-left: 1rem;
}

.product-card-list h5 {
    font-size: 1rem;
}

.product-card-list h6 {
    font-size: 0.85rem;
}

.product-card-view h6 {
    font-size: 0.80rem;
}


/* Product Slider */

#productSlider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#productSlider .owl-nav button.owl-prev {
    left: 0;
}

#productSlider .owl-nav button.owl-next {
    right: 0;
}

#productSlider .owl-dots {
    text-align: center;
    padding-top: 15px;
}

#productSlider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(214, 202, 202);
    margin: 0 3px;
}

#productSlider .owl-dots button.owl-dot.active {
    background-color: #000;
}

#productSlider .owl-dots button.owl-dot:focus {
    outline: none;
}

#productSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(9, 5, 5, 0.38) !important;
}

#productSlider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

#productSlider .owl-nav button:focus {
    outline: none;
}

.item .product-title h5 {
    font-size: 0.9rem;
}

.total-price h4 {
    font-size: 1.9rem;
    color: #80C024;
    font-weight: bold;
}

.total-price span {
    font-size: 1.9rem;
    font-weight: bold;
}

.teal {
    color: #80C024;
}

.user-rating i {
    color: #FFC107;
}

.description-title h4,
.description-title p,
.description-title h5 {
    text-align: left;
}

.work-image img {
    width: 100%;
    height: 100%;
}

.work-title h4 {
    font-size: 0.9rem;
}

.small-logo img {
    width: 60%;
    height: 100%;
}

.btn-supplier {
    background: #fff;
    color: #191919;
    border: 1px solid grey;
}

.service-title h5 {
    font-size: 0.9rem;
}

.service-description p {
    font-size: 0.8rem;
}

.f-8 {
    font-size: 0.8rem;
}

.engineering-services-list {
    list-style-type: none;
}

.engineering-services-list li a {
    color: #191919;
    font-size: 0.9rem;
}

.metal-image {
    border-radius: 10px;
}

.engineering-services-list li {
    margin: 0.5rem 0;
}

.metal-card .metal-title h6 {
    font-size: 0.85rem;
}

.supplier-title h5 {
    font-size: 0.8rem;
}

.supplier-rating span {
    font-size: 0.7rem;
}

.small-cards .card {
    font-size: 0.8rem;
}

.work-service-card .collapse {
    height: auto;
}

.service-details .card {
    font-size: 0.9rem;
}

.service-box {
   box-shadow: 0 0.5rem 1rem #ffdde0;
   padding-top: 50px!important;
   padding-bottom: 50px!important;
}

.service-box img {
    border-radius: 50%;
    padding: 15px;
    border: solid 0px;
    box-shadow: 0px 1px 17px #c9cfd4;
}

#productQuantity{
    font-size: 20px;
}

#productDetails .value{
    position: relative;
    left: -10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-next{
    box-shadow: 7px 0px 7px #cdd3df;
    border-radius: 20px;
    width: 75px;
}

.btn-next img{
    width: 20px;
}

.btn-previous img{
    width: 20px;
    transform: rotate(180deg);
    opacity: 0.5;
}

/* .mt-5{
    margin-top: 5rem !important;
} */

.owl-stage-outer{
    height: 313.649px !important;
}

.accordion-button:not(.collapsed){
    box-shadow: unset !important;
}

#item .details{
    margin-top: 40px;
}

#item .available-in-stoke{
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #80C024;
    position: relative;
    top: 6px;
}

#item .out-of-stoke{
    font-family: Raleway;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #e30014;
    position: relative;
    top: 6px;
}

.btn-next-mobile, .btn-previous-mobile{
    display: none;
}

.verfiy-img img{
    position: relative;
    top: -6px;
    width: 14px;
}

.single-page-supplier-card{
    border: none;
    box-shadow: 0px 0px 7px #cdd3df;
}

.single-page-supplier-card .single-page-col-1{
    border-right: solid 1px;
    border-color: #e9ecf1;
    text-align: center;
}

.single-page-supplier-card .single-page-col-1 .img-supplier{
    position: relative;
    top: -15px;
}

.single-page-supplier-card .single-page-col-2{
    border-right: solid 1px;
    border-color: #e9ecf1;
    padding-left: 45px;
}

.single-page-supplier-card .single-page-col-3{
    padding-left: 45px;
}

.single-page-supplier-card .supplier-rating i{
    font-size: 1.2rem;
}

.fa-angle-down{
    font-size: 24px;
    position: relative;
    top: 5px;
}

.one-supplier-card .supplier-details img{
    position: relative;
    top: -8px;
}

#supplier_products .one-supplier-card .supplier-details img{
    top: 0 !important;
}

#supplier_products .filter-created_at{
    position: absolute;
    right: 16rem;
}

#supplier_products .dropdown-item.active, #supplier_products .dropdown-item:active{
    background-color: #115f71
}

.one-supplier-card .supplier-details .supplier-rating{
    position: relative;
    top: -13px;
}

.product-upper .product-quantity  span{
    background-color: #c8c9ca;
    border-radius: 5px;
}

.filters-section {
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.15)!important;
}

.filters-section hr, .filters-section .fa-chevron-down{
    color: #c3bebe;
}

.filters-section .number-of-product-type{
    background-color: #e30014;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 15px;
    font-weight: normal;
    padding-bottom: 3px;
    font-size: 14px;
    margin-left: 10px;
}

.nav-tabs .nav-link{
    color: #495057;
    border: none;
}
.nav-tabs .nav-link.active{
    background-color: unset;
    border: none;
    color: black;
}

.search-results .container-fluid{
    padding-top: 5px;
}

.search-results .product-card-list h6{
    font-size: 0.75rem;
}

#search-section .nav-tabs{
    border: none;
    display: flex !important;
}

#search-section .product-image-custom{
    width: 100%;
    height: 170px;
    background-color: #f9f7f6;
    border-radius: 5px;
}

#search-section .product-image-custom .img{
    border-radius: 4px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#search-section .nav-tabs .nav-link{
    background-color: #fbfbfb;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#search-section .nav-tabs .nav-link.active{
    background-color: white;
    padding-top: 15px;
    top: 0;
}

#search-section .nav-tabs .nav-item{
    margin-right: 1%;
}

#search-section .nav-tabs .nav-link{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#search-section .search-results{
    border: none;
}

.service-page .request-for-quotation{
    margin-right: 0;
    margin-left: 0;
    height: 60px;
    width: 240px;
}

/* .service-page #accordionTrussWork{
    border-top: solid 1px;
    border-color: #ddd;
} */

.service-page #accordionTrussWork .accordion-item{
    border-bottom: none;
    border-top: solid 1px;
    border-color: #ddd;
}

.service-page #accordionTrussWork .accordion-button{
    padding: 0;
    padding-top: 15px;
}

.service-page .service-details .card, .services-page2-section .service-details .card{
    font-size: 14px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.service-page .service-details .card.bold, .services-page2-section .service-details .card.bold{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.service-page #accordionTrussWork .accordion-body{
    padding: 0;
    padding-top: 10px;
    padding-bottom: 3%;
}

.service-page #accordionTrussWork .fa-exclamation-circle{
    font-size: 25px;
}

.service-page #flush-collapseTwo{
    padding-left: 6%;
}

.service-page #flush-collapseTwo .accordion-body .text-muted, .service-page #flush-collapseTwo .accordion-body .bold{
    font-size: 14px;
}

.service-page .supplier-details .supplier-details, .services-page2-section .supplier-details .supplier-details{
    position: relative;
    top: 8px;
}

.service-page .supplier-details .supplier-rating, .services-page2-section .supplier-details .supplier-rating{
    position: relative;
    top: -4px;
}

.service-page .fa-comment-dots, .services-page2-section .fa-comment-dots{
    font-size: 26px;
}

.service-page .btn-request .btn-request-of-suppler, .services-page2-section .btn-request .btn-request-of-suppler{
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 80%;
}

.service-page #carouselExampleIndicators .carousel-control-prev-icon, .services-page2-section #carouselExampleIndicators .carousel-control-prev-icon{
    background-color: grey;
    opacity: 1;
    position: relative;
    left: -15px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-image: none;
}

.service-page #carouselExampleIndicators .carousel-control-next-icon, .services-page2-section #carouselExampleIndicators .carousel-control-next-icon{
    background-color: grey;
    opacity: 1;
    position: relative;
    right: -15px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: none;
}

.service-page #carouselExampleIndicators .carousel-inner, .services-page2-section #carouselExampleIndicators .carousel-inner{
    height: 250px;
}

.suppliers-section .title .bold{
    font-size: 36px;
}

.suppliers-section .single-page-supplier-card .col-card-supplier-1, .suppliers-section .single-page-supplier-card .col-card-supplier-2{
    border-right: solid 1px;
    border-color: #ddd;
}

.services-page3-section .nd-col-card{
    padding-top: 4%;
    padding-left: 4%;
}

.services-page3-section .top-nd-col-card{
    border-right: solid 1px;
    border-color: #ddd;
}

.services-page3-section .top-thd-col-card{
    border-right: solid 13px;
    color: #e30014;
}

.services-page3-section .btn-supplier-card{
    width: 150px;
}

.industrial-section .metal-card{
    border-radius: 8px;
}

.industrial-section .metal-card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: none;
}


.industrial-section .metal-image{
    height: 100%;
}

.industrial-section .metal-image img{
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.industrial-section .btn-show-more{
    border: solid 1px;
    width: 130px;
}

.reviews-section .btns .btn-write-review button{
    border-color: black;
    width: 170px;
}

.reviews-section .btns .dropdown button{
    width: 160px;
    text-align: left;
}

.reviews-section .btns .dropdown-toggle::after{
    float: right;
    position: relative;
    top: 8px;
}

.reviews-section .review{
    border-bottom: solid 1px;
    border-color: #ddd;
    padding-bottom: 2%;
    padding-top: 2%;
}

.reviews-section .btn-display-more button{
    border-color: black;
    width: 240px
}

.text-muted{
    color: #979797 !important;
}

.paints-container .paint-container{
    border: none !important;
}

.fittings .fitting{
    border: none !important;
}

#how-can-we-help-container .how-can-help{
    padding-top: 75px;
}

.join-our-market-section{
    background-color: #115F71;
}

#similar-products-carousel .owl-stage-outer{
    height: auto !important;
}

#similar-products-carousel .owl-nav{
    position: absolute;
    top: -43px;
    right: 0;
}

#similar-products-carousel .owl-nav .owl-next{
    box-shadow: 7px 0px 7px #cdd3df;
    border-radius: 20px;
    width: 75px;
    height: 35px;
}

#similar-products-carousel .owl-nav .owl-next i,
#similar-products-carousel .owl-nav .owl-prev i{
    transform: unset;
}

#best-offers-container .item .card .offer-image{
    width: 100%;
    height: 240px;
    background-color: #efefef;
    border-radius: 8px;
}

#best-offers-container .item .card .offer-image .img{
    border-radius: 8px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#more-seller-products-carousel .product-image,
#similar-products-carousel .product-image,
#supplier_products .product-image{
    width: 100%;
    height: 180px;
    background-color: #efefef;
    border-radius: 8px;
}

#more-seller-products-carousel .product-image .img,
#similar-products-carousel .product-image .img,
#supplier_products .product-image .img{
    border-radius: 8px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/*
    bookmarks page
*/

.section-page-bookmarks{
    background-color: #efefef;
}

.section-page-bookmarks .title{
    font-size: 24px;
    font-weight: bold;
}

.section-page-bookmarks .product-image-custom{
    width: 100%;
    height: 170px;
    background-color: #f9f7f6;
    border-radius: 5px;
}

.section-page-bookmarks .product-image-custom .img{
    border-radius: 4px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#item_bookmarks .product-title-h6{
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    padding-top: 10px;
}

#item_bookmarks .product-prices-h6{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
}

#item_bookmarks .product-p{
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

#item_bookmarks .supplier-details .supplier-title-h6{
    font-weight: 600;
    font-size: 8px;
    line-height: 9px;
}

#item_bookmarks .btn-supplier-card{
}

@media screen and (max-width: 768px) {

    /* .start-footer{
        border-top: none !important;
    } */


    #best-offers-container-mobile .item .card .offer-image{
        width: 100%;
        height: 150px;
        background-color: #efefef;
        border-radius: 8px;
    }

    #best-offers-container-mobile .item .card .offer-image .img{
        border-radius: 8px;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    #best-offers-container-mobile .owl-next{
        width: 22px;
        height: 23px;
        padding: 15px !important;
        border-radius: 15px;
        top: 40%;
        right: -10px;
        position: absolute;
    }

    #best-offers-container-mobile .owl-next .fa{
        color: #e95318;
    }

    #best-offers-container-mobile .owl-prev{
        width: 22px;
        height: 23px;
        padding: 15px !important;
        border-radius: 15px;
        top: 40%;
        left: -17px;
        position: absolute;
    }

    #best-offers-container-mobile .owl-prev .fa{
        color: #e95318;
        transform: scale(2, 2);
    }

    #best-offers-container-mobile .card{
        border: none;
    }

    #best-offers-container-mobile .offer-container{
        padding: 10px !important;
    }

    .top-header-mobile{
        /* margin-top: 16px; */
        margin-bottom: 16px;
        padding-top: 16px;
    }

    .search-bar .search-button{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 60px;
    }
    .search-button i{
        font-size: 26px;
    }

    #productDetails .title{
        font-size: 16px;
    }

    #supplier-info{
        box-shadow: unset !important;
        padding: unset !important;
        margin: 0px 5px !important;
    }

    #productDetails .accordion-button{
        padding: 0rem 0.25rem;
    }

    .owl-item .item img{
        width: 100%;
    }

    #fitting-slider .owl-item .item img{
        width: auto !important;
    }

    #fitting-slider .fitting-mobile{
        height: unset !important;
    }

    #fitting-slider .fitting-title{
        padding-left: unset !important;
    }

    #item .available-in-stoke{
        font-size: 12px;
    }

    #similarProductsSlider .product-title .bold{
        display: none;
    }

    #similarProductsSlider .product-title .text-mobile{
        display: block !important;
    }

    .btn-previous, .btn-next{
        display: none;
    }

    .btn-next-mobile, .btn-previous-mobile{
        display: block !important;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
        border-radius: 50px;
        border: none;
        width: 26px;
        height: 26px;
        padding-bottom: 25px;
    }

    .view-similar-products{
        position: relative;
    }

    .btn-next-mobile{
        position: absolute;
        top: 135px;
        right: -8px;
        z-index: 10;
    }

    .btn-previous-mobile{
        position: absolute;
        top: 135px;
        left: -8px;
        z-index: 10;
    }

    .owl-stage-outer{
        height: 218px !important;
    }

    #supplier-info .col-12, #supplier-info .col-3{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .card-preview{
        margin-left: unset !important;
    }

    .single-page-supplier-card{
        box-shadow: none;
    }
    .single-page-supplier-card .single-page-col-1{
        border-right: unset !important;
        border-bottom: solid 1px;
        border-color: #e9ecf1;
        padding-bottom: 10px;
    }
    .single-page-supplier-card .single-page-col-2{
        border-right: unset !important;
        border-bottom: solid 1px;
        border-color: #e9ecf1;
        padding-bottom: 10px;
    }
    .single-page-col-2 .bold, .single-page-col-2 .text-muted{
        margin-top: 15px !important;
        color: black !important;
    }
    .single-page-supplier-card .single-page-col-3{
        padding-left: 0 !important;
        margin-top: 10px !important;
    }

    .single-page-supplier-card .single-page-col-3 p{
        font-size: 14px !important;
    }

    .single-page-supplier-card .single-page-col-3 h4{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .single-page-supplier-card .single-page-col-3 p{
        color: black !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        margin-top: 5px !important;
    }

    .single-page-supplier-card{
        border-bottom: solid 1px;
        border-color: #ddd;
    }

    .header-product-filter{
        display: none !important;
    }

    .card-view .col-lg-3{
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .col-btn-supplier-card{
        padding: 0 !important;
    }
    .one-supplier-card .container{
        padding-right: 13px !important;
        padding-left: 13px !important;
        padding-bottom: 0px !important;
    }
    .btn-supplier-card{
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .product-upper .product-quantity{
        display: none !important;
    }

    .supplier-bookmark-tab{
        display: none !important;
    }

    .breadcrumb-div{
        display: none !important;
    }

    #item .details{
        margin-top: 20px !important;
    }

    #productSlider .owl-nav button.owl-prev, #productSlider .owl-nav button.owl-next{
        display: none !important;
    }

    .navbar-item{
        box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
        padding-bottom: 0;
        padding-top: 0;
    }

    .navbar-item .direction span{
        position: absolute;
        top: -13px;
        background: #fff;
        padding: 5px;
        padding-right: 8px;
        padding-left: 8px;
        border-radius: 50%;
        z-index: -1;
        right: 47%;
    }

    .navbar-item .direction span svg{
        position: relative;
        top: -5px
    }

    .navbar-item .item-request{
        padding-bottom: 10px;
    }

    .navbar-item .item-request .btns{
        display: flex;
        justify-content: center;
    }

    .navbar-item .footer{
        box-shadow: 0px -3px 7px rgb(0 0 0 / 10%);
    }

    .navbar-item .request-for-quotation{
        margin-right: 5px !important;
        margin-left: 0 !important;
        border-radius: 5px;
        height: 35px;
    }

    .navbar-item .quantity{
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .navbar-item .total-price{
        position: absolute;
        right: 30px;
        top: 118px;
    }

    .navbar-item .total-price span{
        font-size: 16px;
    }

    .navbar-item .btn-apply{
        text-align: center;
    }

    .navbar-item .btn-apply button{
        background: #115f71;
        color: #fff;
        border: 1px solid #115f71;
        width: 150px;
    }

    .navbar-item .request-for-quotation{
        width: 237px;
    }

    .reviews-section .title h1{
        font-style: normal;
        font-weight: normal;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .reviews-section .btns{
        display: none;
    }

    .reviews-section .review .user-details .bold{
        font-weight: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .reviews-section .review .text-review{
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .reviews-section .review .date{
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .services-page3-section .header img{
        height: 100px;
    }

    .services-page3-section .container.mt-5{
        margin-top: 5% !important;
    }

    .services-page3-section .container .top .bold{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .services-page3-section .container .top p.text-muted{
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 10px !important;
        line-height: 16px !important;
        color: #000000 !important;
    }

    .services-page3-section .container .engineering-services.mt-5{
        margin-top: 4% !important;
    }

    .services-page3-section .container .service-image svg{
        width: 100px !important;
        height: 100px !important;
    }

    .services-page3-section .nd-col-card .service-title .bold{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .services-page3-section .nd-col-card .service-description .text-muted{
        color: #000000 !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 8px !important;
        line-height: 10px !important;
    }

    .services-page3-section .nd-col-card .col-12.mt-2{
        margin-top: 0 !important;
    }

    .services-page3-section .shadow{
        box-shadow: 0px 0px 17px rgb(0 0 0 / 30%) !important;
    }

    .services-page2-section .top .bold{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .services-page2-section .top .text-muted{
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .services-page2-section .filter-icon{
        position: absolute;
        right: 14px;
        top: 120px;
    }

    .services-page2-section .btn-supplier{
        background-color: black;
        color: white;
    }

    .services-page2-section .btn-request{
        margin-bottom: 15px !important;
    }

    .industrial-section .container .bold{
        font-style: normal !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .industrial-section .container .top .mt-4.bold{
        font-style: normal !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .industrial-section .container.mt-5{
        margin-top: 8% !important;
    }

    .industrial-section .container.mt-5 .bold.mb-5{
        margin-bottom: 8% !important;
    }

    .industrial-section .metal-card{
        border: none;
    }

    .industrial-section .metal-card .metal-image{
        box-shadow: 0px 4px 17px #cdd3df !important;
    }

    .suppliers-section{
        margin-top: 8%;
    }

    .suppliers-section .top .title .bold{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .suppliers-section .top-filter .btn{
        padding: 0 !important;
    }

    .suppliers-section .my-3.mt-5{
        margin-top: 0 !important;
    }

    .suppliers-section .mt-3.text-muted{
        /* margin-top: 0 !important; */
        /* font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 16px !important; */
        color: black !important;
    }

    .suppliers-section .single-page-supplier-card{
        box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3) !important;
        padding-bottom: 5px !important;
    }

    .suppliers-section .single-page-supplier-card .single-page-col-2{
        border-bottom: unset !important;
    }

    .suppliers-section .single-page-supplier-card .single-page-col-1{
        display: flex !important;
    }

    .suppliers-section .single-page-supplier-card .single-page-supplier-image img{
        width: 50px !important;
    }

    .suppliers-section .single-page-supplier-card .single-page-supplier-title{
        position: relative;
        top: -5px;
        left: 5px;
    }

    .suppliers-section .single-page-supplier-card .single-page-supplier-title h3{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .suppliers-section .single-page-supplier-card .img-supplier{
        position: relative;
        top: -7px;
    }

    .suppliers-section .single-page-supplier-card .img-supplier img{
        width: 8px !important;
    }

    .suppliers-section .single-page-supplier-card .supplier-rating{
        position: relative;
        left: -40px;
        top: 25px;
    }

    .suppliers-section .single-page-supplier-card .supplier-rating i{
        font-size: 9.5px !important;
    }

    .suppliers-section .single-page-supplier-card .supplier-reviews{
        position: relative;
        left: -30px;
        top: 21px;
    }

    .suppliers-section .single-page-supplier-card .supplier-reviews h4, .suppliers-section .single-page-supplier-card .supplier-reviews .font-size-14{
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 8px !important;
        line-height: 16px !important;
    }

    .suppliers-section .single-page-col-2 h4{
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 10px !important;
        line-height: 16px !important;
        margin-top: 10% !important;
    }

    .suppliers-section .paginator-nav{
        box-shadow: 0px 0px 17px rgb(0 0 0 / 30%) !important;
    }

    .suppliers-section .paginator-nav .pagination{
        margin-bottom: 0 !important;
    }

    .service-page .product-title{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .service-page .product-description{
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .service-page .service-provieder-card{
        border-top: solid 1px;
        border-color: #ddd;
        padding-top: 10px;
    }

    .service-page .service-provieder-card .title{
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }

    .service-page #flush-headingZero h5{
        font-style: normal !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .service-page .seller-contact-details .value{
        padding-left: 12px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
    }

    .service-page #accordionTrussWork .accordion-button{
        padding-top: 15px !important;
        padding-bottom: 7px !important;
    }

    .service-page #flush-headingOne h5{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .service-page .mt-2-mobile{
        margin-top: .5rem !important;
    }

    .service-page #flush-headingTwo h5{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .service-page .similar-services .top .bold{
        font-style: normal !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .service-page .similar-services .btn-supplier{
        background-color: black !important;
        color: white !important;
    }

    .marketplace-title h1{
        font-style: normal !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .join-our-market-section .marketplace-title h1{
        height: unset !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }

    .join-our-market-section .btn-market{
        width: 180px;
        height: 50px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
    }

    .our-partner-mobile .images{
        display: flex;
        justify-content: center;
    }

    .our-partner-mobile .images .image{
        margin: 0 auto;
    }

    .our-partner-mobile .title{
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }

    #how-can-we-help-container .help-title{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 18px !important;
        line-height: 21px !important;
    }

    #how-can-we-help-container .help-text {
        font-weight: normal !important;
        font-size: 10px !important;
        line-height: 14px !important;
    }

    #how-can-we-help-container .how-can-help{
        padding-top: 0 !important;
    }

    .best-service-providers-container-mobile .owl-stage-outer{
        height: 170px !important;
    }

    .suppliers-container-mobile .owl-stage-outer{
        height: 170px !important;
    }

    #home-section-4 .title-skilled{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .col-12-showcaseCarousel{
        border-right: solid 8px;
        border-left: solid 8px;
    }

    .headings-container{
        margin-left: 15px !important;
    }

    #fitting-slider .owl-next{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 78px;
        right: -10px
    }

    #fitting-slider .owl-prev{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 78px;
        left: -14px
    }

    #fitting-slider .owl-prev i, #fitting-slider .owl-next i{
        position: relative;
        top: -10px;
    }

    #fitting-slider .owl-prev i{
        left: -5px;
    }

    #fitting-slider .fitting-title{
        margin-top: unset !important;
    }

    .fittings a{
        color: #191919 !important;
        text-decoration: none !important;
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    #fitting-slider .owl-dots{
        display: none;
    }

    #fitting-slider .owl-stage-outer{
        height: auto !important;
    }

    #home-section-4{
        margin-top: 1.5rem !important;
    }

    #skilledIndividualServicesOwl .owl-stage-outer{
        height:  auto !important;
    }

    #skilledIndividualServicesOwl .owl-prev i, #skilledIndividualServicesOwl .owl-next i{
        transform: scale(2, 2);
        color: #E95318;
        position: relative;
        top: -14px;
        /* background-color: white;
        padding: 3px;
        padding-right: 6px;
        padding-left: 6px;
        border-radius: 50%;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
    }

    #skilledIndividualServicesOwl .owl-next{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 45px;
        right: -10px;
        position: absolute;
        /* width: 15px;
        height: 100px;
        position: absolute;
        top: 37%;
        transform: translateY(-50%);
        display: block !important;
        border: 0px solid black;
        right: 9px; */
    }

    #skilledIndividualServicesOwl .owl-prev{
        width: 22px;
    /* background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
    height: 22px;
    padding: 15px !important;
    border-radius: 15px;
    top: 45px;
    left: -10px;
    position: absolute;
        /* width: 15px;
        height: 100px;
        position: absolute;
        top: 37%;
        transform: translateY(-50%);
        display: block !important;
        border: 0px solid black;
        left: 0; */
    }

    #skilledIndividualServicesOwl .owl-prev i{
        left: -5px;
    }

    #home-section-5 .title{
        font-size: 14px !important;
    }

    #home-section-5{
        margin-top: 0 !important;
    }

    #company-services-slider .owl-stage-outer,
    #paints-container-paints-mobile .owl-stage-outer{
        height: auto !important;
    }

    #company-services-slider .company-service-image{
        width: 166px;
        height: 107px;
    }

    #company-services-slider .company-service-title,
    #paints-container-paints-mobile .company-service-title{
        padding: 1rem !important;
    }

    #company-services-slider .company-service-title h3,
    #paints-container-paints-mobile .company-service-title h3{
        font-size: 11px;
        font-weight: bold;
    }

    #company-services-slider .owl-stage-outer,
    #paints-container-paints-mobile .owl-stage-outer{
        padding-bottom: 5px;
    }

    #company-services-slider .company-service-card,
    #paints-container-paints-mobile .company-service-card{
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    }

    #company-services-slider .owl-prev, #company-services-slider .owl-next,
    #paints-container-paints-mobile .owl-prev, #paints-container-paints-mobile .owl-next{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 75px;
        right: -10px;
        position: absolute;
        /* top: 43%;
        right: 9px; */
    }

    #company-services-slider .owl-prev i, #company-services-slider .owl-next i,
    #paints-container-paints-mobile .owl-prev i, #paints-container-paints-mobile .owl-next i{
        transform: scale(2, 2);
        color: #E95318;
        position: relative;
        top: -14px;
        left: -5px;
        /* background-color: white;
        padding: 3px;
        padding-right: 6px;
        padding-left: 6px;
        border-radius: 50%;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
    }

    #company-services-slider .owl-prev,
    #paints-container-paints-mobile .owl-prev{
        left: -10px !important;
    }

    #company-services-slider .owl-dots,
    #paints-container-paints-mobile .owl-dots{
        display: none !important;
    }

    #paints-container{
        margin-top: 15px !important;
    }

    #paints-container-paints-mobile .company-service-card{
        background-color: #fafafa;
    }

    #paints-container-paints-mobile .company-service-title{
        background-color: #fafafa;
    }

    #paints-container-paints-mobile .company-service-image{
        padding: 10px;
    }

    #paints-container-paints-mobile .company-service-image img{
        width: 55px;
        height: 54px;
    }

    #best-offers-container .offer-header{
        font-size: 14px !important;
    }

    #how-can-we-help-container{
        margin-top: 0 !important;
    }

    #paints-container-paints-mobile .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
        display: block !important;
    }

    #paints-container-paints-mobile .owl-next ,  #paints-container-paints-mobile .owl-prev{
        top: 53px !important;
    }

    #best-offers-container-mobile .owl-carousel .owl-stage-outer{
        height: auto !important;
    }

    #supplierCounterCarousel .owl-nav{
        /* display: none !important; */
    }

    #offer-slider .item .card{
        border: none !important;
    }

    #offer-slider .item .offer-title{
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    #offer-slider .item .offer-image img{
        width: 76px;
        height: 71px;
    }

    #offer-slider .item .offer-container{
        height: unset !important;
    }

    #offer-slider .owl-next{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 95px;
        right: -10px;
    }

    #offer-slider .owl-prev{
        width: 22px;
        /* background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 95px;
        right: -10px;
    }

    #offer-slider .owl-next i{
        position: relative;
        top: -10px;
        transform: scale(2, 2);
        color: #E95318;
    }

    #offer-slider .owl-prev i{
        position: relative;
        top: -10px;
        transform: scale(2, 2);
        color: #E95318;
        left: -5px;
    }

    #offer-slider .offer-container{
        gap: 1rem !important;
    }

    #offer-slider .btn-offer{
        background: #191919;
        color: white;
        border-radius: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }

    #showcaseCarousel .headings-container{
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 25px !important;
    }

    #showcaseCarousel .headings-container .the-best{
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
    }

    #showcaseCarousel .headings-container .marketplace{
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
    }

    #fitting-slider .fitting-image{
        padding-top: unset !important;
        padding-right: unset !important;
    }

    /* #fitting-slider .owl-item{
        width: 14% !important;
    } */

    #supplier_products{
        margin-top: 0 !important;
    }

    .font-size-footer{
        font-size: 1.6rem !important;
    }

    #bestServicesProdvider .owl-next,
    #supplierCounterCarousel .owl-next{
        width: 22px;
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 55px;
        right: -10px;
        position: absolute;
    }

    #bestServicesProdvider .owl-next i,
    #supplierCounterCarousel .owl-next i{
        transform: scale(2, 2);
        color: #E95318;
        position: relative;
        top: 0;
        left: -5px;
    }

    #bestServicesProdvider .owl-prev,
    #supplierCounterCarousel .owl-prev{
        width: 22px;
        height: 22px;
        padding: 15px !important;
        border-radius: 15px;
        top: 75px;
        left: -10px;
        position: absolute;
    }

    #bestServicesProdvider .owl-prev i,
    #supplierCounterCarousel .owl-prev i{
        transform: scale(2, 2);
        color: #E95318;
        position: relative;
        top: -20px;
        left: -5px;
    }

    .search-button{
        background: #115f71;
    }


    #supplier_products .filter-created_at{
        position: absolute;
        right: 1rem;
    }

    #supplier_products .dropdown-menu{
        right: 0;
        left: unset;
    }

    #totals svg{
        width: 30px;
    }

    .navbar_home_mobile_categories svg{
        width: 15px;
        margin-right: 5px;
    }

    .navbar_home_mobile_categories{
        font-size: 13px;
        justify-content: center;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar_home_mobile_categories a{
        display: flex;
        text-decoration: none;
        line-height: 25px;
        padding-right: 2%;
        color: #115f71;
        font-weight: bold;
    }
}

@media screen and (max-width: 812px) {
    #suppliers-container .pages-slide{
        position: absolute;
        right: 2rem;
    }

    .our-partner-image{
        height: auto;
    }

    .right-side-links{
        position: absolute;
        right: 4rem;
        top: 5rem;
    }

    #search{
        margin-bottom: 2%;
    }

    #best-service-providers-container .pages{
        position: absolute;
        right: 2rem;
        margin-top: -20px;
    }

    .skilled-individuals-container .service-title{
        font-size: 1.2rem;
    }

    #machines-container .tool-title h6{
        font-size: 0.8rem;
        padding: 5px;
    }

    #machines-container .ad{
        justify-content: center;
        align-items: center;
        background-repeat: unset;
    }
}
