.form-step {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  align-items: center;
}

.form-step.active {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.progress-bar {
  transition: width 0.5s ease-in-out;
}


h2 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding-top: 35px; 
  }

body {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  font-family: 'Myriad Pro';
  color:black;
  margin: 30px;
}

.classimages{
	background-image: url("../images/bggmbar.jpg");
    background-color: transparent;
	background-size: 100%;
    background-origin: content-box;
}
/*
.titlegambar{
	 background-image: url("../images/title.png");
    background-color: transparent;
	background-size: 100%;
    background-origin: content-box;
	image-orientation: none;
	border: 20px;
	padding: 20px;
	width: 100%; 
	
	
}
*/

.container {
  width: 750px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 5px);
    max-width: 100%; }

  .classimages{
	  width: calc(100% - 40px);
		max-width: 100%;
  }
	

  .steps ul, .form-step {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .title {
    width: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

  .form-step .form-select {
    width: 100%; } 
}
	
@media screen and (max-width: 480px) {
  .mySurveyForm {
    padding-left: 30px;
    padding-right: 30px; } 
}