.work-study-wrap .gform_wrapper form {
	position: relative;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap-reverse;
}
.work-study-wrap .gform_page_fields {
	background-color: #fff;
	box-shadow: 0px -3px 3px rgba(0,0,0,0.15);
	padding: 20px;
	border-radius: 6px 6px 0 0;
	border-top: 3px solid #006662;
	position: relative;
	overflow: hidden;
}
.work-study-wrap .gform_page_fields::before {
	content: "";
	position: absolute;
	background-image: url('images/form-shape.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	top: -150px;
	right: -150px;
	height: 100%;
	width: 100%;
	display: none;
	opacity: 0.04;
	max-width: 500px;
}
.gform_page_footer img{
	display: none;
}
.work-study-wrap td, .work-study-wrap th{
    font-family: Gilroy-Light !important;
}
.gform_wrapper form .gfmc-column{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper form .gfmc-column .gfield_label{
font-size: 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.work-study-wrap .gform_wrapper .gform_page .gform_page_footer {
	background-color: #f5f5f5;
	border: none;
	box-shadow: 0px -3px 3px rgba(0,0,0,0.15);
	border-radius: 0 0 6px 6px;
	margin: 0;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.work-study-wrap .gform_wrapper .gform_page .gform_page_footer::before {
/*	background-color: rgba(255,255,255,0.2);*/
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
}
.gform_wrapper h3.gform_title{
	display: none;
}
.formtitle_subheading label.gfield_label{
	border-left: 5px solid #006662;
    padding-left: 10px !important;
    position: relative;

}

.gform_page_fields .formtitle_subheading{
	padding-left: 40px !important;
}
.work-study-wrap .gform_wrapper .gform_page_footer .button, 
.work-study-wrap .gform_wrapper .gform_button_select_files {
	background: #ffcb05;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	padding: 8px 50px;
	/* font-family: 'geosanslightregular'; */
	font-family: Gilroy-Medium;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	font-size: 16px;
	border: none;
	-webkit-appearance: button;
	cursor: pointer;
	transition: opacity 0.15s linear;
	padding-top: 12px;
	    border-radius: 6px;	
}
.gform_wrapper label.gfield_label{
	font-size: 20px;
	    
}
.work-study-wrap .gform_wrapper .gform_page_footer .button:hover, 
.work-study-wrap .gform_wrapper .gform_button_select_files:hover{
	background: #414042;
    transition: 600ms all linear;
    color: #fff;
    text-decoration: none !important;
}
.work-study-wrap .gform_wrapper .gform_page_footer .button:active{
    text-decoration: none !important;
}
.gform_wrapper .gform_page_footer .button.gform_button_select_files:hover{
	background: #ffcb05;
	color: #000 !important;
	text-decoration: none !important;	
}
.work-study-wrap .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files:hover{
	text-decoration: none !important;
}
.work-study-wrap .gform_wrapper .gform_page:first-child .gform_page_footer, 
.work-study-wrap .gform_wrapper .gform_page:first-child .gform_page_footer .bg_footer_container {	
	justify-content: flex-end;
}
.work-study-wrap .gform_wrapper .gform_page .gform_page_footer .bg_footer_container {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.work-study-wrap .gform_wrapper .gform_page .gform_page_footer .button.gform_button, 
.gform_wrapper .gform_page .gform_page_footer .button.gform_next_button {
	margin-right: 0;
}
.work-study-wrap .bg_footer_container #loader-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.work-study-wrap .gform_wrapper .gf_page_steps {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	border-bottom: none;
	text-align: center;
	/* position: absolute; */
	bottom: 0;
}
.work-study-wrap .gform_wrapper .gf_step {
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 10px;
	position: relative;
	z-index: 1;
	height: auto;
}
.work-study-wrap .gform_wrapper .gf_step::before {
	content: "";
	background-color: #000;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	top: 26px;
	z-index: 1;
}
.work-study-wrap .gform_wrapper .gf_step.gf_step_first::before {
	width: 50%;
	left: 50%;
}
.work-study-wrap .gform_wrapper .gf_step.gf_step_last::before {
	width: 50%;
	right: 50%;
}
.work-study-wrap .gform_wrapper .gf_step span.gf_step_number {
	background-color: #006662;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #fff;
	padding: 5px;
	text-align: center;
	border: 3px solid #f4cc07;
	font-size: 15px;
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
}
.work-study-wrap .gform_wrapper .gf_step span.gf_step_label {
	display: none;
}
.work-study-wrap .gform_wrapper .gsection {
	border-bottom: none;
}
.work-study-wrap .gform_wrapper h2.gsection_title, 
.work-study-wrap .gform_wrapper h2.gsection_title {
	font-size: 21px !important;	
	font-family: Gilroy-Medium;
}
.work-study-wrap .gform_wrapper h2.gsection_title {
	border-left: 5px solid #006662;
	padding-left: 10px !important;
	font-size: 20px !important;
	position: relative;
	display: inline-block;
	z-index: 10;
	text-transform: uppercase;
}
.gform_wrapper ul.gfield_checkbox li label{
	vertical-align: top !important;
}
.work-study-wrap .gform_page_fields #gform_fields_3_5 .gfmc-column.gfmc-row-1-column ul li label{
min-height: 40px !important;
}
.work-study-wrap .gform_wrapper #gform_1 .top_label .gfield_label {
	font-size: 16px;	
}
.work-study-wrap .gform_wrapper .top_label input.medium, .work-study-wrap .gform_wrapper .top_label select.medium{
	width: 100% !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	font-size: 16px !important;
}
.work-study-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .work-study-wrap .gform_wrapper textarea {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 15px;
	letter-spacing: normal;
	border-radius: 5px;
	background-color: transparent;
	border-color: #a9b3c6;
	border-width: 1px 1px 1px 1px;	
	transition: all 0.7s ease;
}
.work-study-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.work-study-wrap .gform_wrapper .gfield textarea, 
.work-study-wrap .gform_wrapper .gfield select {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 15px;
	letter-spacing: normal;
	border-radius: 5px;
	background-color: transparent;
	border-color: #a9b3c6;
	border-width: 1px 1px 1px 1px;
	transition: all 0.7s ease;
	line-height: 24px;
	font-size: 16px;
	height: 36px;
}
.work-study-wrap .gform_wrapper .gfield textarea {
	height: 120px;
}
.work-study-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, 
.work-study-wrap .gform_wrapper .gfield textarea:focus, 
.work-study-wrap .gform_wrapper .gfield select:focus {
	border-color: #5200de;
}
.admission-form .form-group{
margin-bottom: 5px;
}
.work-study-wrap .gform_wrapper li.gfield.gf_half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.work-study-wrap .gform_wrapper li {
	padding-left: 15px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
	margin-top: 0px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_2_290 li input{
margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_2_121 li input{
margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_2_291 li input{
margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_1_130 li input{
	margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_1_274 li input{
	margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox.BG_#input_1_131 li input{
	margin-top: 4px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top: 0px !important;
}
li#field_1_204{
margin-top: 0px !important;
line-height: 0 !important;
}
/*#field_1_47 {
	margin-top: 0;
}*/
.gform_wrapper .gfmc-column .hidden_label .gfield_label{
visibility: hidden;
    opacity: 0;
    overflow: initial;
    position: initial !important;
}
.headinspan{
	display: inline-block;
    background: #006662;
    padding: 15px;
    color: #fff;
    font-weight: 900;
}
.gform_wrapper .gfmc-column .ginput_container_checkbox{
margin-top: 0px !important;
}
.gform_wrapper .gf_radio_inline .ginput_container_radio .gfield_radio {
	display: block;
}
.gform_wrapper .gf_radio_inline .ginput_container_radio .gfield_radio li {
	margin-right: 15px;
	display: block;
	vertical-align: middle;
}
.gfield_radio.BG_#input_2_59 li{
display: block;
}
.gform_wrapper .top_label .gfield_label{
 font-family: Gilroy-Medium;
 font-weight: bold !important;
}
.gfield_radio.BG_#input_2_264 li{
display: block;
}
.gform_wrapper .gf_checkbox_inline .ginput_container_checkbox .gfield_checkbox {
	display: block;
}
.gform_wrapper .gf_checkbox_inline .ginput_container_checkbox .gfield_checkbox li {
	margin-right: 15px;
	display: block;
	vertical-align: middle;
}
.gform_wrapper .gf_checkbox_inline .gfield_checkbox li label, 
.gform_wrapper .gf_radio_inline .gfield_radio li label {
    max-width: 100%;
    line-height: 18px;
	margin: 4px 0 0 5px;
}
#field_9_204 .gfield_label, .field_9_142 .gfield_label {
	display: none;
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 -8px 0 0 !important;
}
.gf_accepct .ginput_container.ginput_container_text {
	width: auto;
	display: inline-block;
	margin: 0 10px;
}
.gf_accepct .ginput_container.ginput_container_text input {
	width: 100% !important;
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
}
.gf_accepct .gfield_description {
	display: inline;
}
.gf_accepct ul.gfield_checkbox li input {
	vertical-align: top !important;
}
.gf_accepct ul.gfield_checkbox li label {
	font-size: .813em !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html .main-list ul {
	margin: 0 !important;
}
.main-list ul{
  position: relative;
  }
  .main-list ul:before{
     position: absolute;
    content: "";
    border-left: 2px dashed #ffcb05;
    height: 81%;
    left: 24px;
    top: 23px;
    /* width: 96%; */
    /* z-index: -1; */
  }
  .main-list ul li {
    color: #414042;
    text-align: justify;
    padding: 20px 0;
    display: block;
    list-style-type: none;
    position: relative;
  }
.main-list ul li .tik{
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 19px;
    z-index: 0;
    border-radius: 50%;
    float: left;
    /* display: flex; */
   background: #ffcb05;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
}
.main-list ul li:nth-child(even) .tik {
  background: #006662;
}
.main-list ul li p{
  margin-bottom: 0px;
  overflow: hidden;
}
.main-list ul li .tik span{
      z-index: 99;
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    text-align: justify;
    color: #fff;
    text-align: center;
   
}
.work-study-wrap .gform_wrapper .internsnlformtitle_subheading h2.gsection_title{
	font-size: 16px;
}

@media only screen and (max-width: 639px) {
	.work-study-wrap .gform_wrapper .gform_page .gform_page_footer .button.gform_button{
		margin-bottom: 0px;
	}
	.work-study-wrap .gform_wrapper li.gfield.gf_half {
		width: 100%;
		display: block;
		padding: 0;
	}
	.work-study-wrap .gform_wrapper li.gfield {
		padding-left: 0;
	}
	.gform_wrapper .gf_radio_inline .ginput_container_radio .gfield_radio li {
		margin-right: 0;
		margin-bottom: 0;
		display: block;		
	}
	.gform_wrapper .gf_checkbox_inline .ginput_container_radio .gfield_checkbox li {
		margin-right: 0;
		margin-bottom: 0;
		display: block;		
	}
	.work-study-wrap .gform_wrapper .gform_page_footer .button, 
	.work-study-wrap .gform_wrapper .gform_button_select_files{		
		font-size: 16px;
		padding: 7px 15px;	
	}
	.work-study-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button, 
	.work-study-wrap .gform_wrapper .gform_page_footer .button.gform_next_button {
		margin: 0 5px;
		margin-bottom: 0;
	}
	.work-study-wrap .gform_wrapper .gf_step {		
		padding: 0px 3px;	
		height: 35px;
	}
	.work-study-wrap .gform_wrapper .gf_step::before {		
		top: 18px;		
	}
	
}