label.error{
  left:515px;
  bottom:30px;
}
.blog-page .copywrite p {
  padding-left: 0;
}
.blog-page .copywrite .text-pp {
  padding-top: 0px;
  padding-right: 10px;;
}
.blog-page .copywrite .text-x
{
  display: flex;
  justify-content: flex-end;
}
.blog-page .copywrite .text-x
{
 display: flex;
 cursor: pointer;
 border-right: 1px solid #e3e3e3;
 height: 16px;
 margin-top: 16px;
}
.blog-page .copywrite .col-md-2
{
 padding-right: 0;
}
.blog-page .copywrite .col-md-4
{
 padding-left: 10px;
}
.blog-page .copywrite .text-x a:hover
{
 color: #fff;
}
.blog-page .copywrite .c-text {
text-align: left;
}
.blog-page .copywrite-txt {
font-size: 14px !important;
}
@media (max-width: 767px)
{
  .blog-page .copywrite .text-x {
    display: flex;
    justify-content: center;
    border: none;
}
.blog-page .copywrite .c-text {
  text-align: center;
}
.blog-page .copywrite-txt {
  font-size: 10px !important;
}
}

.block-in-wrap .product-heading
{
    height: 100px;
}


@media (max-width: 767px)
{
    .block-in-wrap .product-heading
{
    height: auto;
}
.block-in-wrap .block-info .block-share ul {
  
  display: flex;
}
}
.block-content a.hl{

  text-decoration: underline;
  color: #3b85e7;

}