/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
 .social-share-btn .btn {
	margin: 0 30px;
} 
 
.col-md-12.anchor img {
	margin-left: -17%;
	width: 35%;
}	
	
	
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
	
.col-md-12.anchor img {
	margin-left: -17%;
	width: 15%;
}		
.social-share-btn .btn {
	margin: 0 15px;
}	
	
	
	
	
	
	  
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 
	
.header-area {
	height: 400px;
}	
.header {
	padding-top: 200px;
}	
.header p {
	padding-top: 30px;
}	
.protect p {
	height: 120px;
}	
.anchor img {
	width: 15% !important;
	display: none;
}	
.like, .dislike {
	font-size: 10px !important;
	padding: 10px 0px;
}	
	
.like img, .dislike img {
	width: 15% !important;
}	
.dislike {
	 padding-left: 0; 
}	
.like {
	padding-right: 0; 
}	
.btn.yes, .btn.no, .btn.comment-1, .btn.comment-2 {
	padding: 20px 60px;
}	
input[type="text"] {
	width: 65%;
	height: 65px;
	margin-left: 12px;
}	
.sb1, .sb2 {
	width: 60%;
}	
.social-share-btn .btn {
	margin: 10px 8px;
}	
.com-text p {
	line-height: 1.5;
	font-size: 14px;
}	
	
	
	
	
	
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

	
	

	
	
	
	
	
	
	
	
	
	
	
}