
*{
    box-sizing: border-box;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */

}
.breadcrumbs-custom {
    min-height: 300px;
    margin-top: 100px;
}
.breadcrumbs-custom__title{
    text-align: center;
    padding-top:100px ;
    font-size: 50px;
    color: #fff;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */

}

.product-ul{
    color: #fff;
    font-size: 15px;
    list-style: none;
}

.product-ul li a:hover{
    color: #fff;
    transition: 0.5s;
}

.product-ul li i{
    font-size: 10px;
}
.row{
    /* margin-top: 100px; */
    padding-inline: 0;
    margin-inline: 0;
}
main{
    width: 100%;
    padding: 20px;

}

.child img{
    width: 100px;
    border: 4px solid rgb(172, 169, 169);

    /* width: ; */
}

.child img:hover{
    cursor: pointer;
    border: 4px solid purple;
} 
.cont img{
    border: 1px solid rgba(128, 128, 128, 0.249);
    /* width: 500px;
    height: 420px; */
    width: 100%;
}
.small_image{

    margin-bottom: 20px;

}
.main2{
    line-height: 1.9rem;
    word-spacing: 5px;
    padding-bottom: 20px;
}
.main2 h4{
    padding-bottom: 30px;
    
}
.main2 ul li{
    list-style-type: none;
    font-size: 15px;


}
.main2 ul li i{
    color:purple;
    padding-right: 20px;
    font-size: 13px;
}
.main2 ul{
    padding-left: 20px;
}
.button{
    margin-top: 40px;
    
}
.button a:hover{
    background-color: black;
    transition: 1s ease-out;
}
@media (max-width:991px) {
    .product-details{
        gap: 2rem;
    }    
}
@media (max-width:768px) {
    .image-container{
        gap: 1rem;
    }
    .child{
        order: 2;
        flex-direction: row !important;
    }

}
/* side btn start */
/* .additional{
    z-index: 9;
    position: fixed;
    right: 0;
    top: 50%;
    width: 200px;
    height: 50px;
}
.calls , .mes , .pdf{
    position: relative;
    right: -150px;
    transition: 0.5s;
    background-color: #fff;
    height: 50px;
}
.add-img{
    width: 50px;
    height: 50px;
    background-color:purple;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-img i{
    font-size: 1.8rem;
}
.additional-content h5{
    margin-bottom: 2px;
}
.calls:hover , .mes:hover ,.pdf:hover{
    right: 0;
} */

/* side buttons end */
/* #scroll-button{
    display: block;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: purple;
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    height: 50px;
} */