.background_image_1 {
   background-image: url('../../img/imgInfos/background_slider.jpg');
   background-repeat: no-repeat;
   background-size:cover;
   border-radius: 50px;
}

.background_image_2 {
 margin-top:50px;
 background-image: url('../../img/wrongLogin.png');
 background-attachment: fixed;
 background-repeat: repeat;
}

.background_image_3 {
   background-image:url('../../img/Doctor_Consultation.png');
   background-size: contain;
   background-repeat: no-repeat;
}

.background_image_4 {
  background-image: url('../../img/imgInfos/background_slider.jpg');
  background-repeat: no-repeat;
  background-size: 80%;
}

.background_image_5 {
 background-image: url('../../img/imgInfos/background_slider.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 50px;
}

. background_image_6 {
background-image: url('../../img/background_GB.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100%;
}

.background_image_7 {
background-image: url('../../img/background_GB.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100%;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../img/loader/Preloader_3.gif') center no-repeat #fff;
}