
.p-enqure a{   
    background: #434435;
    color: white;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}
.p-enqure a:hover{ 
    color:white;
   background:#7ca2a1;
}
.prdt-sideimg{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    bottom: 0;
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
    text-align:center;
    padding: 12px;
}
.prdt-sideimg img{
    width:100px;
    margin-top: -60px;
    padding-bottom: 15px;
}
    
.prdt-sideimg p{
    font-size: 20px;
    font-weight: 600;
    color:white;
    margin:0;
}
.prdt-sideimg span{
    color:white;
    font-size: 17px;
}
.btn-seller{
    margin-bottom:20px;
}
.btn-seller a{
    /* border: solid #4b6160 !important; */
    /* padding: 8px 40px; */
    color: black !important;
    font-size: 13px;
}
.side-tag p{
    font-size: 20px;
    padding: 12px 0;
}
.side-tag span{
    font-weight: 700;
}
.btn-seller-divid{
    margin-bottom: 19px;
    width: 100%;
    border: 2px solid #4b6160;
    padding: 8px 40px;
    color: black;
    border-radius: 5px;
    text-align: center;
}
.whythis h4{
   color: black;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; 
}
.whythis li{
    margin-left: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
}
.prodct-bg{
    background:rgb(243, 246, 248);
}
.prodct-data .nav-item .nav-link{
        color: black !important;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}
.prodct-data .nav-item .nav-link.active{
   background-color: #27344129;
}
.prodct-txt{
    background: white;
    padding: 15px;
    height: 100%;
    box-shadow: 0 0 13px #7da2a26b;
}
.prodct-txt li{
    line-height: 30px;
    margin: 0;
    list-style-type: square;
    font-size: 16px;
}
.prodct-txt ul
{
    padding-left: 18px;
}
.prodct-txt h4{
    font-weight: 400;
    margin-top: 16px;
    font-size: 22px;
    text-transform: capitalize;
}
.prdct-imgsrc img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.prdct-imgsrc .slider-nav img{
    height: 79px;
    object-fit: cover;
    padding: 4px;
    margin-top: 15px;
}
.prdct-imgsrc  .slick-slide{
    margin:0;
}
.prdt-contact p{
   font-size: 19px;
    margin: 5px 0;
    line-height: 35px;
    line-height: 32px;
    letter-spacing: 0.3px;
}