html,
body {
  height: 100%;
}

.text-right {
align-items: flex-end
}

body {
  display: flex;
  justify-content: center;
  color: #212529;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  /* box-shadow: inset 0 0 2rem rgba(0, 0, 0, .5); */
}

.cover-container {
  max-width: 42em;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #212529;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}

.cover {
  padding: 0 1.5rem;
}

#background {
  position: fixed;
  z-index: -1;
}

.form-row, .form-group {
  display : none;
}

.vertical-form-container {
	 height: 400px;
	 width: 300px;
	 position: relative;
}
 .vertical-form-container:after {
	 content: ' ';
	 position: absolute;
	 top: calc(100% + 5px);
	 left: 0;
	 display: inline-block;
	 height: 30px;
	 width: 100%;
	 background-color: rgba(0, 0, 0, .25);
	 border-radius: 50%;
	 filter: blur(10px);
	 z-index: 1;
}
 .vertical-form {
	 height: 100%;
	 width: 100%;
	 background-color: #eee;
	 position: relative;
	 overflow: hidden;
	 border-radius: 8px;
}
 .vertical-form .step {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 visibility: hidden;
	 background-color: #02a8f3;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 font-family: Helvetica, sans-serif;
}
 .vertical-form .step .title {
	 font-size: 24px;
	 margin-bottom: 16px;
}
 .vertical-form .step > * {
	 opacity: 0;
	 transition: opacity 0.3s ease;
}
 .vertical-form .step.step-2 {
	 background-color: #0285c0;
}
 .vertical-form .step.step-3 {
	 background-color: #01628e;
}
 .vertical-form .step.active {
	 visibility: visible;
	 transform: translateY(0);
	 z-index: 2;
}
 .vertical-form .step.active > * {
	 opacity: 1;
}
 .vertical-form .step.previous {
	 visibility: visible;
	 transform: translateY(-100%);
}
 .vertical-form .step.next {
	 visibility: visible;
	 transform: translateY(calc(100% - 67px)) scaleX(1.3333);
	 border-radius: 50%;
	 z-index: 2;
}
 .vertical-form .step.sliding-out {
	 animation: slidingOut 1s ease forwards;
}
 @keyframes slidingOut {
	 from {
		 transform: translateY(0);
	}
	 to {
		 transform: translateY(-100%);
	}
}
 .vertical-form .step.sliding-in {
	 animation: slidingIn 1s ease forwards;
}
 @keyframes slidingIn {
	 from {
		 transform: translateY(calc(100% - 67px)) scaleX(1.3333);
		 border-radius: 50%;
	}
	 to {
		 transform: translateY(0) scaleX(1);
		 border-radius: 0;
	}
}
 .vertical-form i {
	 position: absolute;
	 bottom: 47px;
	 left: 50%;
	 transform: translateX(-50%);
	 border-radius: 50%;
	 padding: 8px;
	 background-color: white;
	 box-shadow: 0 1px 0 black;
	 z-index: 3;
}
 .vertical-form i.animating {
	 animation: animating 1s linear;
}
 @keyframes animating {
	 0% {
		 transform: translateY(0) translateX(-50%);
		 opacity: 1;
	}
	 15% {
		 transform: translateY(-100%) translateX(-50%);
		 opacity: 0;
	}
	 85% {
		 transform: translateY(100%) translateX(-50%);
		 opacity: 0;
	}
	 100% {
		 transform: translateY(0) translateX(-50%);
		 opacity: 1;
	}
}


/* sticky button */	
	
#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	width: 155px;	
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#000;
	height: 52px;
	padding-top: 10px;
	width: 255px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background: #fee6ff;
  color : #000;
  
}

.ctndwn {
  margin-top : 15%;
}

.tick .tick-credits {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 5%;
    top: 90%;
    z-index: 1000;
    font-size: 14px;

}

.logo {
	width: 140px;
	margin-bottom: 20px;
 }


 #arform {
 	margin: 10%;
 }

 .marki {
 	width: 120px;
 	height: 120px;



  position: absolute;


  left: 50%;


  top: 20%;


  transform: translate(-50%, -50%);
 
 }
