
.surgicalInstrumentsHero{
    padding: 80px 0px 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.surgicalInstrumentsHero h1{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
}

.surgicalInstrumentsHero p{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6F8390;
    max-width: 50%;
}

.breadcrumb-link{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    color: #0071B8;
}

.breadcrumb-link a{
    font-size: 12px;
    font-weight: 500;
    color: #0071B8;
}



@media (max-width: 960px) {
    .surgicalInstrumentsHero{
        background-position: left !important;
    }

    .surgicalInstrumentsHero p{
        max-width: 100% !important;
    }
}

.catSingle img{
    width: 100%;
}

.catSingleTitle{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    color: #272727;
}
/* All Headers Title Style start  */
.heading-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.title-heading-section h2{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
}
.view-more-button a{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0071B8 !important;
}
.view-more-button a:hover{
    color: #272727 !important;
}
.view-more-button img{
    padding-bottom: 0.5rem;
}
/* All Headers Title Style end  */

.singleProductCart{
    border: 1px solid #DAEEFF;
    box-shadow: 0px 10px 10px 0px #0000000A;
    border-radius: 16px;
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productTitle{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    color: #272727;
    padding: 10px 15px;
}

.productButton{
    text-align: center;
}

.productButton button{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    background-color: #0078B6;
    border-radius: 100px;
    padding: 10px 15px;
}

.productImage{
    text-align: center;
}

.description-inner{
    border: 1px solid #0071B84D;
    padding: 15px;
    border-radius: 10px;
}

.description-inner p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #53616A;
    margin: 0px;
}

/* .unoderList{
    list-style-type: disc;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
} */

.surgical-instrument-description h3{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
    padding: 15px 0px;
    margin: 0px;
}
