#main-wrapper{
	background:#fff;
	padding:20px;
	}
	
#main-wrapper .container{
	margin-top:20px;
	}	
#main-wrapper h1{
	font-size:18px;
	margin-top:20px;
	}	
#main-wrapper .container .thumb-text{
	line-height:25px;
	}
#main-wrapper .container .essay-text{
	border-top:thin dotted #212121;
	margin-top:25px;
	padding:15px;
	}	
#main-wrapper .container .essay-text p{
	margin-bottom:10px;
	line-height:20px;
	}	
#main-wrapper .container .thumb-text{
	margin:20px 0;
	}
#main-wrapper #thumb-back{
	background:#f5f5f5;
	padding:10px;
	
}
#main-wrapper #thumb-back img{
	border:thin solid #fff;
	box-shadow: 0px 0px 9px #b7b7b7;
	}
.color-txt{
	color:#0D47A1;
	font-weight:bold;
	padding-bottom:10px;
	}
.related-links h3{
	margin-bottom:15px;}	
.related-links h3{
	line-height:10px !important;
	}	
.related-links a{
	color:#424242;}	
	
/* essay themewise pages */

.theme-main-box .main-box{
	margin-top:30px;
	}
.theme-main-box .grn-color{
	color:#00695C;
}
.theme-main-box h1{
	margin-bottom:5px;
	
	}
.theme-main-box .top-txt{
	line-height:30px;
	}	
.line-txt{
	line-height:30px !important;
	}	
.theme-main-box .main-box{
	border-top:thin dotted #424242;
	padding-top:15px;
	}	
	
.theme-main-box .thumb-btn{
	margin-top:20px;
	background:#037d7e;
	color:#fff;
	font-size:14px;
	border:thin solid #037d7e;
	
	}
.theme-main-box .thumb-btn:hover{
	border:thin solid #037d7e;
	color: #037d7e;
	background:transparent;
	transition:1s;
	}

/* essay themewise pages end */
.social-icon{
	padding:20px;
	}
	
	
@media only screen and (max-width:768px){
#main-wrapper .container .thumb-text{
	margin:2px 0 10px 0;
	}
	.related-links iframe{
	width:80% !important;
	}	
	
}
	
@media only screen and (max-width:480px){
	.related-links iframe{
	width:100% !important;
	
	}	
	.social-icon{
		margin-top:1%;
		display:inline-block;
		float:right;
	}
	.related-links .frame h4{
		margin-top:20px !important;
		
	}
	.related-links h3, .related-links h4{
		line-height:normal !important;
	}
}

	