*{
    margin:0;
    padding:0;
    outline:0;
}


.neeraj__comment__outer{
    background:#f5f5f5 url(../images/neeraj__th.png) no-repeat bottom left;
    background-size:25%;
    overflow-x:hidden;
}

.bord__work{
    position: relative;
}

.message__board{
    width:100%;
    max-width: 80%;
    margin:0 auto;
    position: relative;
}
.message__board img{
    width: 100%;
}
.message__bord__outer {
   position: absolute;
   top: 0;
   padding: 30px 20px 20px;
   box-sizing: border-box;
   height: 90%;
   width: 87%;
   margin: 0 auto;
   left:0;
   right:0;
}

.nee__hand{
    position: absolute;
    bottom: 0;
    max-width:400px;
    width: 100%;
    right:-2%;
    z-index: 9;
}

.nee__tab{
    width: 88%;
    padding-bottom: 5%;
    margin: 0 auto;
}
.nee__tab img{
    width: 100%;
}





.content{
    width:100%; height:100vw; padding:20px 30px 20px 20px; overflow:auto; box-sizing: border-box;
    margin: 0 auto;
}

.comment__count > * {
    break-inside: avoid;
}
.comment__count{
    margin:0;
    padding:0;
    column-count: 3;
    column-gap: 10px;
}
.comment__count li{
    border: 1px solid #848484;
    padding:15px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 10px;
    list-style: none;
}

.comment__mesasge {
   font-size: 14px;
   color: #000;
   font-weight: 400;
   font-family: 'SamsungOne';
}

.comm__name {
   font-size: 14px;
   color: #000;
   font-weight: 700;
   margin-top: 10px;
   font-family: 'SamsungSharpSans';
}

.nicescroll-rails.nicescroll-rails-vr{
    opacity: 1 !important;
    width:2px !important;
    background: #c0c0c0 !important;
}
.nicescroll-cursors{
    left:3px !important
}

.GalleryImgs img {
   width:50px;
}
.content {
   position:relative;
}
/*
#lbtnPrev {
   position: absolute;
   top: 30%;
   left:2%;
}

#lbtnNext {
   position:absolute;
   top:30%;
   right:2%;
}
*/
.comment__mesasge {
   word-wrap: break-word;
}


#lbtnPrev{
	    position: fixed;
    top: 50%;
    left: -10px;
}

#lbtnNext{
	    position: fixed;
    top: 50%;
    right: 0;
}

.my__commentlist{
	padding: 0 35px 0 30px;
    box-sizing: border-box;
}





@media screen and (max-width:990px) {


}


   @media screen and (max-width:767px) {
      .nee__hand {
         max-width: 320px;
      }

      .comment__count {
         column-count: 2;
      }
      .nee__hand {
         right: -19%;
      }

      .content {
         padding: 20px 20px 20px 0;
      }

      #lbtnPrev {
         left: -2%;
      }
      #lbtnNext {
         right: 0%;
      }

      .nee__hand {
         display:none;
      }
      .neeraj__comment__outer {
         background: #f5f5f5;
      }
      .message__board {
         width: 100%;
         max-width: 100%;
         margin: 0 auto;
         position: relative;
      }
     .content {
        width: 100%;
        height: 80vw;
    }



      }

   @media screen and (max-width:600px) {
      .content {
         padding: 0 30px 20px 20px;
      }

      .message__bord__outer {
         padding: 20px 20px 20px;
      }
	   
	   .GalleryImgs img {
    width: 29px;
}
	   .GalleryImgs {
		   background: none
	   }
	   
   }


   @media screen and (max-width:500px) {
      .content {
         padding: 0 15px 20px 0;
         width: 100%;
         height: 80vw;
      }

      .message__bord__outer {
         padding: 20px 15px 20px;
         width:100%;
      }
     
      .nee__tab {
         width: 100%;
         margin: 0 auto;
      }

      .message__board {
         max-width: 100%;
      }
     

      .nee__hand {
         max-width: 200px;
      }

      .nee__hand {
         right: -16%;
      }


      .neeraj__comment__outer {
         overflow-x: hidden;
         padding-bottom: 30px;
      }

      .comment__mesasge {
         font-size: 10px;
      }

      .comm__name {
         font-size: 10px;
      }
   }

@media screen and (max-width:420px) {
	    .comment__count {
			column-count: 1;
		}
	.my__commentlist {
		padding: 0 23px 0 21px;
		box-sizing: border-box;
	}
}


