	.view_counter {width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 6px 12px;
    background: #00000078;
    color: white;
    margin: 0 auto;
    top: 5px;
    z-index: 5;
    position: absolute;
    right: 3px;
    border: 2px solid white;
    border-radius: 37px;}
    
    .wtsp_share_btn {
    background: #1aab2c;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
        width: fit-content;
    display: inline-block;
}

#qr_code_d {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 0px 0px 24px;
}


	.share_box .close { font-size: 47px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;}
	
	#whatsapp2 {background:#1aab2c;color:white}
	.fa-comment-dots	 {background: #1cbdff;
    color: white;}
	.share_box .close i {}
	.share_box {
		display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;}
	.shar_btns {    width: 100px;
    text-align: center;
    display: inline-block;}
	.shar_btns i{padding: 10px;
    border-radius: 8px;}
	.shar_btns p{font-size: 10px;}
	
	
	/* Position the image container (needed to position the left and right arrows) */

.containerimgback 	 {}
.containerimg {
      position: relative;
    width: 400px;
    margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
      display: none;
    height: 400px;
    overflow: hidden;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
         cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    border-radius: 4px;
    -webkit-user-select: none;
    background: #000000c4;
    color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  
}
.row_img_con {text-align: center;
    width: -webkit-fill-available;}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Six columns side by side */
.column {
          width: 17.66%;
    margin: 3px;
    border: 3px solid #2196f3;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
}

/* Add a transparency effect for thumnbail images */
.demo {
      opacity: 0.6;
    height: 51px;
}

.active,
.demo:hover {
  opacity: 1;
}

.mySlides img {    max-width: 100%;
    height: 100%;}
