  .section {
	/* position: relative;
	height: 100vh; */
}

.section .section-center {
	/* 
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
}

#booking {
	font-family: "Baloo 2", Sans-serif;
	background: rgba(0, 0, 0, 0);
}

button[disabled] {
    cursor: default;
	background-color: grey !important;
}

.booking-form {
	position: relative;
	max-width: 912px;
	width: 100%;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.booking-form .booking-bg {
	position: absolute;
	left: 25px;
	top: -25px;
	bottom: -25px;
	width: 400px;
	background-image: url('../images/image2.jpg');
	background-size: cover;
	background-position: center;
	padding: 25px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.booking-form .booking-bg::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #054069b3;
}

.booking-form>form {
	/* margin-left: 425px; */
	padding: 30px;
}

.booking-form .form-header {
	margin-bottom: 20px;
	margin-top: 60px;
	position: relative;
	z-index: 20;
}

.booking-form .form-header h2 {
	font-family: "Baloo 2", Sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff;
	font-size: 42px;
	text-transform: capitalize;
	text-shadow: 2px 2px 2px #0F0704;
}

.booking-form .form-header p {
	color: #fff;
	text-shadow: 1px 1px 1px #0F0704;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-form .form-control {
	background-color: #f4f5f8;
	height: 45px;
	padding: 0px 15px;
	color: #151515;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 40px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	display: block;
	margin-top: 5px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control::placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:focus {
	background: #237bfe;
}

.booking-form input[type="date"].form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control option {
	color: #151515;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 3px;
	bottom: 5px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #e5e5e5;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	font-family: "Baloo 2", Sans-serif;
	color: #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	margin-left: 20px; display: block;margin-bottom: 10px;
	font-weight: 400;
	text-align: left;
}



.booking-form input[type=file] {
	 display: block;
	 margin-top: 25px;
}

.booking-form .form-btn {
	margin-top: 10px;
}

.booking-form .submit-btn {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #237bfe;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 40px;
	height: 55px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;padding: 10px; text-align: center;
}

.booking-form .submit-btn:hover, .booking-form .submit-btn:focus {
	background-color: rgba(0, 0, 0, 0.7);
}

.booking-form textarea {
	background-color: #ccc; 
	min-height: 100px !important;
}

.error_nurse_form {
	font-size: 14px; color: red; padding: 8px; border: 1px solid red; color: red; text-align: center;
}

.error_2_nurse_form {
	font-size: 15px; color: red; padding-left: 15px; color: red; text-align: left; margin: 0; margin: 10px; border-left: 1px solid red;
}

.succes_nurse_form {
	font-size: 1.2em; color: #fff; padding: 8px; border: 1px solid green; background-color: green; text-align: center;
}

.row_recaptcha {
	 padding: 0px !important; margin: 10px; padding: 0px; margin-left: 0; margin-top: 10px; margin-bottom: 20px;
}

.booking-form .field_nurse_form {
	border: 3px solid #237bfe; border-radius: 10px !important; padding: 20px !important; margin-top: 40px; margin-bottom: 30px;
}

.booking-form .field_nurse_form legend {
	background-color: #fff;  border: 3px solid #237bfe; display: inline-block; width: auto; margin-top: -40px; 
	padding: 5px; padding-left: 15px; padding-right: 15px; color: #237bfe; font-weight: 500; margin-bottom: 30px; border-radius: 40px;
}

#block_check_box  {
	 border-left: 6px solid #237bfe; border-radius: 0px; padding: 0px; padding-left: 10px;  margin: 15px; margin-left: 5px; margin-bottom: 30px;
}

#block_check_box .col-md-12 {
	margin: 0; padding: 0;
}

#block_check_box .form-label {
	 padding: 0; text-align: left;
}

#block_check_box .form-check {
	margin-right: 30px;
}

#block_check_box .input-group {
	margin-top: 15px;
}

#other_licence_type {
	margin-top: 25px;
}

#licence_type, #additional_certifications, #total_years_of_experience {
	border-radius: 40px !important; padding: 10px; margin-top: 10px; background-color: #f4f5f8;
}

#current_state_licence_type, #type_of_visit_you_are_providing {
	border-radius: 10px !important; padding: 10px; margin-top: 10px; background-color: #f4f5f8;
}

.mycheck_box_check {
	 display: flex; margin: 10px; 
}

.mycheck_box_check .form-check {
	margin-right: 15px; border-left: 1px solid #f4f5f8; padding: 0; padding-left: 5px; display: flex;
    flex-direction: column;
}

.mycheck_box_check .form-check input {
	margin-left: 0px;
}

.divcheck_box_other {
	margin-left: 11px; border-left: 1px solid #f4f5f8; padding: 0; padding-left: 5px; margin-top: 25px;
}

.divcheck_box_other .form-check {
	color: #000; font-weight: 700;
}

.bloc_etapes {
	background-color: rgba(0, 0, 0, 0); display: flex; justify-content: center; justify-content: space-between; border-bottom: 5px solid #f4f5f8;
	margin: 40px; margin-top: 50px; 
	padding: 30px; overflow: hidden; background-color: #f4f5f8; padding-top: 10px; padding-bottom: 0px;
	margin-bottom: 0;
}

.bloc_etapes::before {
	content: " "; position: absolute; margin-left: 0; width: 85%; height: 0px; margin-top: 59px; border: 2px dashed #237bfe; z-index: 0; 
}

.bloc_etapes span {
	background-color: #d9dde0; display: block; width: 50px; height: 50px; padding: 10px; font-size: 1.2em; font-weight: 700; border-radius: 50%; color: #fff; text-align: center;
	
	
}

.bloc_etapes .bloc_etapes_form  {
	  padding: 0px; 
	  display: flex; flex-direction: column; 
	  justify-content: center; /* Centers content horizontally (along the main axis) */
      align-items: center;  padding-top:10px; z-index: 1;
}

.bloc_etapes_form .span1:hover {
     cursor: pointer; background-color: #237bfe;
}

.bloc_etapes_form .active  {
      background-color: #237bfe;
}

.bloc_etapes .bloc_etapes_form p {
	  font-size: 14px; font-weight: 600;  color: #000; text-align: center; margin-top: 15px; padding:10px;
}

.bloc_etapes .bloc_etapes_form p, .bloc_etapes .bloc_etapes_formspan {
	display: block;
}

.btn_back {
	
	width: 150px !important;
	-webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn_next {
	width: 150px !important; 
	-webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#blocfieldset2, #blocfieldset3, #blocfieldset4, #blocfieldset5, #blocfieldset6, #blocfieldset7, #blocfieldset8, #blocfieldset9  {
	display: none;
}

#blocfieldset7 .form-control {
	padding: 10px !important; margin-top: 10px; margin-bottom: 20px;
}

#divGif, #divGif2, #divGif3, #divGif4, #divGif5, #divGif6, #divGif7, #divGif8, #divGif9   {
	border: 2px solid #237bfe; padding: 5px; display: none; color: #237bfe;
}

#divGif img, #divGif2 img, #divGif3 img, #divGif4 img, #divGif5 img, #divGif6 img, #divGif7 img, #divGif8 img, #divGif9 img {
	width: 20px !important;
}

#buttonhrefstep1 {
	
	padding: 15px;
}

.woocommerce-MyAccount-content {
	background-color: #fff !important; padding: 10px;
}

 #buttonhrefstep2, #buttonhrefstep3, #buttonhrefstep4, #buttonhrefstep5,  #buttonhrefstep6, #buttonhrefstep7, #buttonhrefstep8 {
	width: 135px !important; 
	-webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	padding: 15px;
}



#form_bloc_next2 {
	 margin-top: 10px;

}

.display_flex_none {
	display: none !important;
}

.display_flex_show {
	display: flex !important;
}

#buttonhrefbackstep1, #buttonhrefbackstep2, #buttonhrefbackstep3, #buttonhrefbackstep4 , #buttonhrefbackstep5, #buttonhrefbackstep6, #buttonhrefbackstep7, #buttonhrefbackstep8 {
	width: 135px !important; 
	-webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	padding: 15px;
}

#row_languages {
	margin-left: 0px; 
}

#row_languages .form-check {
	margin-top: 22px; 
}

#row_languages .form-label {
	 font-size: 17px;
}

#row_languages .form-check input {
	width: 19px; height: 19px;
}

#row_languages label {
	margin-left: 5px;
}

#row_languages .form-group {
	display: flex; 
}


@media only screen and (max-width: 768px) {
	
	.booking-form .booking-bg {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: -15px;
		width: 95%;
		margin: auto;
	}
	
	.booking-form>form {
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 481px) {
  
    .booking-form>form {
         padding: 0 !important;
    }
  
    .bloc_etapes {
	      display: none;  margin: 0 !important; margin-top: 10px !important; overflow-x: scroll;:
    }
	
	#row_languages .form-group {
	     display: block; 
    }
	
	#row_languages .form-check {
	        display: block; 
    }
  
}