/* .background_one {
    background-color: rgb(32, 31, 34);
    background-image: linear-gradient(147deg, rgb(41, 37, 46) 0%, #000000 74%);

} */




.background_one {
    background-color: black;
}

/* Header specific background for logo visibility */
.navbar.background_one {
    background-color: black !important;
}

.headingContent {
    color: snow;
}

.contentLight {
    color: #a59e9e;
    ;
}

.serviceText {
    font-size: 15px;
}

.serviceheading {
    font-size: 2rem;
}



.product-section-home .category_list {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #000104;
}

.product-section-home .category_list .category_block {
    width: 10%;
    position: relative;
    text-align: center;
    float: left;
    border-bottom: 0px solid #333333;
    border-left: 1px dotted #bd0a0a;
    padding-top: 15px;

}

.category_item_text {
    font-size: 12px;
    text-transform: uppercase;
    /* color: #f39200; */
    margin-top: 6px;
    letter-spacing: 0.08em;
    line-height: 1.4em;
    font: SoletoRegular;
    display: block;
}

.svgImage {
    width: 60px;
    
}

.medBanner {
    background-image: url('public/assets/frontuser/img/homebanner.jpg');
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    width: 100%;
}

.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--red);
}