@charset "utf-8";
.leftBlog {
	padding:2% 5%;
	background:#fff;
}
.rightBlog {
	background: #ffffff;
    border-left: 1px solid #f1f1f1;
}
.rightBlogHigh {
    color: #F39C12;
    text-align: right;
    background: #f1f1f1;
    padding: 18px 24px;
    margin: 10px;
    font-size: 19px;
    border-top: 5px solid #FFA262;	
}
div#b1, div#b2, div#b3, div#b4 {
    padding-top: 120px;

}
#blog_parent_row{
    background: #ffffff;
}
#blog_end{
    width: 100%;
    padding: 4px;
    /*margin-top: 15px;*/
    border-bottom: 1px solid #E6E2E2;
        margin-bottom: 12px;
    padding-bottom: 19px;
}
#blog_text{
  line-height: 18px;
}
#blog_text p{
    font-size: 10px;
    color: #303030;
}
#blog_text p:hover{
    text-decoration: underline;
}
.pull-left,
.pull-right{
    font-size: 11px;
}

#middle_sec_col{
    background-color: #EAEAEA;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: -4px;
}
.m_s_content{
    background-color: #fff;  	
    margin-bottom: 15px;
	border: 1px solid #f1f1f1;
	border-top: 01;
}
.blog_title
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #303049;
}
.blog_content {
    display: block;
    font-size: 26px;
    font-weight: bold;
    /* margin-bottom: 5px; */
    padding: 15px;
    background: #fff;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #f1f1f1;
	transition:ease-in-out all .5s;
	-webkit-transition:ease-in-out all .5s;
	-moz-transition:ease-in-out all .5s;
	-ms-transition:ease-in-out all .5s;
}
.blog_content:hover {
	box-shadow: -7px -3px 6px -1px rgba(51, 51, 51, 0.58);	
	transition:ease-in-out all .5s;
	-webkit-transition:ease-in-out all .5s;
	-moz-transition:ease-in-out all .5s;
	-ms-transition:ease-in-out all .5s;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 
 
.pic {
	height: 100px;
    width: 110px;
    overflow: hidden;  
}
.grow img {
  height:82px;
  width:90px;
 
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
		  
}
 
.grow img:hover {
  width: 120px;
  height: 120px;
	opacity: .5;
	cursor:pointer;
}

#over{
  height: 100%;
  overflow: hidden;
	margin-top:-6px !important;
}
.blogSmlt img {
	padding-right: 20px;
	padding-bottom:40px;
	padding-top: 10px;
	float:left;	
}
/* For the "inset" look only */
/*html {
    overflow: auto;
}

body {
    
    overflow-y: scroll;
    overflow-x: hidden;
    color:#888;
   
    font-size:15px !important;
}

::-webkit-scrollbar {
    width: 12px;
   
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00BAFD; 
    -webkit-box-shadow: inset 0 0 6px #fff;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #fff; 
}*/
.m_s_content
{
  text-align: justify;
 	padding:1% 5%;
    font-size: 18px;
    
}
.as{
  margin-bottom: 2px solid red;
}
p {
        text-align: justify;
    font-size: 18px;
}
 #blog_text li a{
  font-size: 12px !important;
}  
#blog_text a:hover{
text-decoration: none;
} 
#cus_btn{
  color: white;
  background-color: #01D1FD;
  border-color: #FEFCFD;
  padding: 3px 7px;
    margin-top: 9px;
}
#cus_btn:hover{
  background-color: #00B6FD;
  }
#blog_end span{
  color: #888888;
  font-size: 16px;
}
#myspace{
  margin-top: 15px;
  padding-bottom: 5px;
}
#myspace1{
  height:5px;
}




@media screen and (max-width: 767px) {
 .phone-tab-only{
  display:none !important}
}

#p_3{
top: 100px;

padding-left: 35px;
padding-right: 35px;
  }
@media (min-width: 768px) and (max-width: 991px) {
 .phone-tab-only{
 display:none !important}
}

@media (min-width: 320px) and (max-width: 620px) {
.blogSmlt img {
	width:100%;
	height:auto;
}
@media (min-width: 768px) and (max-width: 991px) {