#ViewDesc{
    padding:10px;
    height:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:20px;
 }
 #show_less{display:none;}

 .desc_wrapper{
    margin-top:10%;
    margin-bottom:10%;
    border:solid 1px #CCC; 
    border-radius: 5px;
  }
  .desc_wrapper h4{
    background-color:#bc0f13;
    padding:10px;
    color:white; 
    border-radius: 5px 5px 0px 0px;
  }
  
  #show_more_button{
    padding:10px;
    overflow:hidden;
  }
  
  #show_more_button a{
    float:right;
  }

  /* viewdetailslider css */

#viewdetailresult .lSSlideOuter .lSGallery{
    margin-top: 5px;
    transition-duration: 400ms;
    width: 3996.2px;
    transform: translate3d(-455.65px, 0px, 0px);
    height: 70px;
  min-width:100%;
}
#viewdetailresult .lSSlideOuter .lSGallery li{
    border: 1px solid lightgray;
    height: 100%;
    object-fit: contain !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
 justify-content: center;
  min-width:70px;
   
}
#viewdetailresult .lSSlideOuter .lSGallery li a{ 
  display:flex;
 justify-content: center;
}
#viewdetailresult .lSSlideOuter .lSGallery li a img{
width:80%;
}

#viewdetailresult .photo-of-gallery-x {
    width: 100%;
    width: 100% !important;
    height: 500px !important;
    object-fit: contain !important;
}
