#careers{
	background-image: url('img/WEBINAR_banner.jpg');
	background-repeat: no-repeat;
	background-color: white;
	background-position: center top;
	background-size: 912px;
}
#divMain {
	width: 912px;
}

.panel-default>.panel-body {
    color: #2b2b2b;
    background-color: #e7f2fd;
}
.product_content2{
	color: white;
	font-family:Arial;
	font-size : 16px;
	text-align: justify;
}
.resize_disc {
	font-size:20px;
}
.main_heading2 {
    color: white;
    font-size: 25px;
    font-family: arial narrow;
}
.product_content1 {
	color: #414141;
    font-family: Arial;
    font-size: 16px;
    text-align: justify;
}
 .img_container {
    position: relative;
}
 .date {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1D449C;
    font-weight: bolder;
    line-height: 20px;
}
 .reg {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0004;
    font-weight: bolder;
}
 
 .head {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1D449C;
    font-weight: bolder;
}
.main_headingtext {
	color: #414141;
    font-size: 30px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.careers_content {
	color: #414141;
	font-family:Arial;
	font-size : 14px;
	text-align : justify;
}
.contact_headquartertext {
	position: absolute; /* Position the background text */
	top : 120px;
	bottom : 140px;
	right : 185px;
	left : 185px;
    background-color:white;
	opacity:0.8;
    padding: 20px; /* Some padding */
	margin-bottom: 10px;
	color: #414141;
	font-family:Arial;
	font-size : 16px;
}
.blue_text
{
	color: #4195d2;
    font-size: 35px;
    font-family: arial narrow;
}
.small_text{
	color: #4195d2;
	font-size: 25px;
}

.well {
	border-radius: 0px;
	font-size: 16px;
}
.bg-blue
{
	background-color:#4195d2;
}
.bg-box1
{
	color:white;
	background-color:#4195d2;
}
.bg-box2
{
	color:white;
	background-color:#698a0d;
}
.bg-box3
{
	color:white;
	background-color:#ff9600;
}
.btn_text1 {
		font-size: 18px;
		opacity: 1;
		font-family: Arial;
		background: #4195d2;
		color: #FFFFFF;
}
.btn_text2 {
		font-size: 18px;
		opacity: 1;
		font-family: Arial;
		background: #f68618;
		color: #FFFFFF;
}
.btn_text1:hover {
    color: #fff;
}
.btn_text2:hover {
    color: #fff;
}
/*------------MEDIA START----------------*/
@media screen and (max-width: 912px)
{
	
}
@media screen and (max-width: 768px)
{	
	#careers{
		background-image: url('img/WEBINAR_banner.jpg');
	}
	#divMain {
		width: 912px;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
{ 
	#careers{
		background-image: url('img/WEBINAR_banner.jpg');
	}
	#divMain {
		width: 100%;
	}
	.contact_headtext
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.contact_content {
		height : 100%;
	}
}
@media screen and (max-width: 36rem)
{
	#careers{
		background-image: url('img/WEBINAR_banner.jpg');
	}
	#divMain {
		width: 100%;
	}
	.contact_headtext
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.contact_content {
		height : 100%;
	}
    .main_heading2 {
    color: white;
    font-size: 20px;
    font-family: arial narrow;
}
}
/*------------MEDIA END----------------*/

