
.brand-logo {
    align-items: center;
}

.brand-logo img {
    margin-left: 10px;
}

button {
    height: fit-content;
}

.breadcrumbs-custom__title{
    text-align: center;
    padding-top:100px ;
    font-size: 50px;
    color: #fff;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */

}


.product-ul{
    /* border: 1px solid gold; */
    /* text-align: center; */
    /* line-height: 1.3rem; */
    
    color: #fff;
    font-size: 15px;
    list-style: none;
}

.product-ul li a{
text-decoration: none;    
color:  var(--bs-purple);

}
.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  var(--bs-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: var(--bs-purple);
    margin-right:  20px;
    font-size: 13px;
}

.main2 ul li {
    text-align: start;

}
.button{
    margin-top: 40px;
    margin-bottom: 7rem;
}
.button a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    padding: 15px;
   
}
/* .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;
    }

}
.clientsContainer{
    overflow: hidden;
}
.clients-wrapper{
    position: relative;
    width: 1620px;
}
.clients {
    width: 130px !important;
    flex: 1;
    height: 50px;
    border: 1px solid gray;
}

.clients img {
    height: 100%;
}
/* 
footer a {
    color: white;
    text-decoration: none;
}

footer img {
    width: 100%;
}

footer .follow i {
    font-size: 30px;
    margin-bottom: 10px;
} */

