.wrap_career label{
  font-size: 2em;
  margin-top: 30px;
  padding: 5px;
  width: 100%;
  text-align: center;
  background-color: #A60808;
  border-radius: 5px;
  color: white;
  font-weight: lighter;
}

.wrap_career p, .wrap_career span, .wrap_career dd{
  font-size: 1.50em;
}
.wrap_career_list{
  margin:20px;
  width: 100%;
}

.wrap_career_list img{
  width: 100%;
}

@media screen and (max-width:1200px){
  .container{
    width: 70%;
  }
}

@media screen and (max-width:768px) {
  label, p, span, a{
    font-size: 1em;
  }
  h1{
    font-size: 1.90em;
  }
}
@media screen and (max-width:435px) {
  .wrap_career label, .wrap_career p, .wrap_career span{
    font-size: 1.20em;
  }
  .wrap_career a{
    font-size: .80em;
  }
  img{
    height: 400px;
  }
}

/*.wrap_carrer_info{
	padding: 80px 0;
}
.wrap_career{
	margin-bottom: 20px;
}
.wrap_career label{
	font-size: 2.50em;
	font-weight: 500;
	color: #911416;
	padding-bottom: 20px;
}
.wrap_career p{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	min-width: 300px;
	/*max-width: 500px; 
}

dl{
	font-size: 16px;
    margin: 10px;
    max-width: 500px;
}

dl dd{
	margin:20px;
}

.wrap_career span{
	font-size: 1.2em;
	font-weight: 400;
	color: #911416;
	text-transform: uppercase;
	padding: 20px 0;
}
.wrap_career_list{
	-moz-box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
  /*padding: 20px 25px;*
  border-radius: 5px;
  border: 2px solid transparent;
  margin-bottom: 20px;

  transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.wrap_career_list:hover{
	border: 2px solid #911416;
}
.wrap_career_list a{
	text-decoration: none !important;
	display: block;
}
.wrap_career_list label{
	font-size: 1.5em;
	font-weight: 500;
	color: #911416;
	padding-bottom: 20px;
}
.wrap_career_list label span{
	font-size: .6em;
	font-weight: 500;
	color: #18C97F;
	padding: 5px 10px;
}

.wrap_img_career img{
	width: 100%;
  height: 350px;
	cursor: pointer;

}

.career_info{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	text-decoration: none !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.career_info2 ul li{
	min-width: 300px;
	max-width: 600px;
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	margin: 10px 0;
}
.wrap_brn_apply{
	margin: 50px 0 0 0;
	text-align: right;
}


.wrap_prem_ser_icon_chosen img{
  /*width: 40px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70%;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.wrap_prem_ser_icon_chosen{
  /*background-color: #fff;
  /*background-color: #DF0404;
  background-color: #911416;
    /*border: 5px solid #911416;
  border: 5px solid #911416;
  width: 125px !important;
  height: 125px !important;
  border-radius: 50%;
  margin: auto;
  /*padding: 0 38px;
  text-align: center;
  display: flex;
  align-items: center;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


/* The Modal (background) 
.modal {
  display: none; 
  position: fixed; 
  z-index: 99999; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto; /
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) 
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Imag
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
 
/* The Close Button 
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens 
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#application_form .form-group{
  display: inline-flex;
  width: 100%;
}

  
#application_form .wrap_signin_form{
  padding: 0px !important;
  width: 100% !important;
}

#application_form .form-group label{
  width: 200px !important;
}




