
.bhboxM{
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*border: 1px solid #DEDEDE;*/
    height: fit-content;
    margin-bottom: 5px;

  
}
.baktrg{
background-color:#ECECEC ;
}

.border-right{
    border-right: 2px solid black;
}
.hbBoxL{
    float: left;
    height: 250px;
}
.hbBoxR{
    
    align-items: center;
    text-align: center;

}
.tdCont{
    background-color: white;
    text-align: center;
}
.h23T{
    font-weight: bold;
    margin-top:6px ;
    margin-bottom:6px ;
    text-align: center;
    font-size: 120%;
   
}
.hTextCont21{
   padding-left: 5px;
   padding-right: 4px;
    height: 200px;
    width: 100%;
    /*(background-color: rgb(230, 238, 235);*/

}


/* details page css */

#deLeftBox{
    height: 70vh;
    background-color: #FAFAFA;
}
#deRightBox{
    height: 70vh;
    overflow: auto;

}
.detPageImg{
    width: 99%;
    height: 100%;
    
}
@media  only screen and (min-width: 200px) and (max-width: 767px) {
    #deLeftBox{
        height: 25vh;
        background-color: azure;
        align-items: center;
        
    }
    
  }

