h1.titl {
	font-weight: 700;
	font-size:22px;
	color: #000;
	text-transform: uppercase;
	margin:10px 0 0 0;
	display: inline-block;
	padding:0;
}
h1.titl span {
	font-weight: normal;
	font-size: 18px;
	color: #06F;
	text-transform: uppercase;
	margin-top:10px;
	display: inline-block;
	margin-right:15px;
}
.line-sep {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 12px;
	background: #2c2c2c;
}
span.line {
	display: block;
	width: 33%;
	height: 1px;
	background: #2CBCF1;
}

p
	{
	text-align:justify;	
	}
h4.heading1 { font-weight: 700; font-size:20px; color: #000; text-transform: uppercase; text-align:left; margin:15px auto; width:100%;}
.heading { font-weight: 700; font-size: 18px; color: #000; text-transform: uppercase; margin-top: 20px ;  display: inline-block;}
.heading span { font-weight: normal; font-size: 18px; color: #06F; text-transform: uppercase; margin: 0; margin-top:20px; display: inline-block; margin-right:15px;}
.line-sep {    display: block;    width: 100%;    height: 1px;    margin-top: 12px;    background: #2c2c2c;}
span.line { display: block; width: 33%; height: 1px;  background: #2CBCF1;}
.box-1{margin:15px  0;}
.mt20 {margin-top:40px;}
.banner{height:300px; width:100%;}
.img-circle{border:1px solid #2CBCF1;width: 150px;height:150px;}
p{font-weight:normal;}
.display-mobi{display:none;}
.hide-mobi{display:block;}
.anchor-blue {
    color: #09F !important;
    word-break: break-all;
    word-break: break-word;
}
.anchor-blue:hover {
    color: #000 !important;
    
}


@media screen and (min-width:240px) and (max-width:767px)  {
	 
 .mob-np
 {
 padding-left:0px;
 padding-right:0px;
 }
 
	.col-sm-12 {
    padding: 0 5px !important;
}
h4.heading1 { font-weight: 700; font-size:14px; color: #fff; text-transform: uppercase; text-align:center; margin:20px auto 0; width:100%;background:#2CBCF1; padding:10px 0 !important;}
.display-mobi{display:block;}
.hide-mobi{display:none;}
.banner{height:130px !important; width:100%; margin:-20px 0 0;}
p{text-align:justify; font-weight:normal; margin-top:15px;}
.txt-cent{text-align:center !important;}	
.img-circle{border:1px solid #2CBCF1;width: 100%;height: 100%;}
.heading { font-weight: 700;font-size: 16px;color: #000;display:block;text-align: center;}
.sm-tm{margin-top:-20px!important;}
.mt20 {margin-top:0px;}
	}
	
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) 
{ 

 .mob-np
 {
 padding-left:0px;
 padding-right:0px;
 }
 
.heading { 
    text-align: center;
} 
 .img-circle
 {
    border: 1px solid #2CBCF1;
    width:150px;
     max-height: 100%;
}
 .txt-cent
 {
 text-align:center;
 }
 .banner
{
height:200px !important; 
width:100%;
 margin:-20px 0 0;
 }
} 	
		
@media screen and (min-width: 320px) and (max-width: 480px)
  {
  .img-circle
 {
    border: 1px solid #2CBCF1;
    width:100%;
     max-height: 100%;
}
 .txt-cent
 {
 text-align:center;
 }
  .panel-bodt-mobi
  {
  padding:10px 4px !important;
  } 
}
	
@media screen and (min-width:768px) and (max-width:991px)   
{
.banner
{
	height:300px; width:100%; margin-top:0px !important;
	}
.sm-tm
   {
	margin-top:30px;
	}
}
@media screen and (min-width:992px) and (max-width:1024px)  
 {
	 
.banner
{
height:300px;
 width:100%;
 margin-top:-15px 0 0 0;
 }
.heading 
{ 
font-weight: 700;
font-size: 16px;
color: #000;
display:block;
text-align: left; 
margin-top:-10px;
}
.mt20 
{
margin-top:0px;
}
	
	}


.loader-overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9999;
}

.loader-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-spinner{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-top: 5px solid #2196F3;
    border-right: 5px solid transparent;
    animation: spin 0.05s linear infinite;
}