.m_blue_head{
	background-color:#FFD600;
}

.m_blue_head h4{
	color:#000000;
}

.m_blue_body{
	background-color:#087CC7;
}

.m_blue_body label{
	color:#FFFFFF;
}


#body_2{
	background:#2895F0;
}

.container_whole{
	padding:0 25px;
}

.progress {
	width:50%;
  margin:350px auto;
}



/*for page loader*


.container_whole{
	float:left;
	width:100%;
}

.loader {
	position:relative;
  border: 10px solid #184372;
  border-radius: 50%;
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari *
  animation: spin 2s linear infinite;
  margin:250px auto;
}

/* Safari *
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*for page loader*/


@media (max-width:480px){
	
.loader {
  margin:220px auto;
}

.progress {
  width:100%;
  margin:280px auto;
}
	
}

@media (max-width:320px){
	
.progress {
  width:100%;
  margin:230px auto;
}
	
}