
@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner&display=swap');

html,
body {
  font-family: 'Didact Gothic', sans-serif;; 
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  color: #000000;
  overflow-x: hidden;
   }
 

/* *******************************************
*			Career Registration Form
********************************************** */

.career table thead tr th {
  background-color: #4f93c1;
  color:#FFFFFF;
  font-weight: 500;
  text-align:center;
  font-size:15px;
  font-family: 'Didact Gothic', sans-serif;; 
}

.career table, th, td {
  border: 1px solid #b8d9f4;
  border-collapse: collapse;
  color:#4343b9; 
  font-size: 14px;
  text-align:center;
   margin: auto;
}

.career label { 
  font-weight: 500 !important; 
  font-size:15px; 
  padding-right: 5px;
}

.career .input-group {
  margin:0 !important;
}

.career h1 {
  font-weight: 500; font-size:36px; padding:15px 0 0 0; color:#4343b9;
}
.career h2 {
  font-weight: 500; font-size:30px; color:#4343b9;
}
.career h3 {
  font-weight: 500; font-size:24px; color:#000000;
}
.career h3 {
  font-weight: 500; font-size:20px; color:#000000;
}

.career p {
  font-weight: 300; font-size:17px; 
}

@media only screen and (min-width: 300px)  and (max-width:600px){
	
  .career table {
	width: 93% !important;
	margin-bottom: 20px;
  }
    
  .career table thead {
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  
  .career table td {
    text-align: right;
	display:block
  }
   
  .career table td::before {
    content: attr(data-label);
    float: left;
    font-weight:500;
	font-size:16px;
	padding-right:20px;
	padding-bottom:5px
  }
  
  .career .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 6px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #b8d9f4 !important;
}
 
}

/* *******************************************
*			Career Registration Form end 
********************************************** */  