html {
padding: 0px !important;
margin: 0px !important;
overflow: hidden !important;
}

input[type="text"],
input[type="password"] {
height: inherit !important;
}

body {
padding: 0px !important;
margin: 0px !important;
overflow: hidden !important;
}

.quote-content {
text-align: center;
}

.quote-mt {
margin-top: 130px;
padding: 0px;
}

.quote-mb {
margin-bottom: 50px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 18px;
}

.btn-quote {
font-family: 'Lato', sans-serif !important;
padding: 2px 20px 0 40px !important;
font-size: 18px !important;
letter-spacing: 1px !important;
text-align: left !important;
font-weight: 600 !important;
color: #1E345D !important;
background-color: #fff !important;
height: 70px !important;
line-height: 65px !important;
min-width: 100% !important;
width: 100% !important;
border-radius: 50px !important;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none !important;
margin: 5px 0 !important;
}

.btn-quote:hover {
color: #fff !important;
background-color: #C9A959 !important;
}

.btn-quote span.btn-quote-icon {
background: url(../img/btn-icon.svg) no-repeat;
float: right;
width: 45px;
height: 45px;
margin-top: 12px;
}

.btn-quote:hover span.btn-quote-icon {
background: url(../img/btn-icon-light.svg) no-repeat;
float: right;
width: 45px;
height: 45px;
margin-top: 12px;
}

.icon-place {
width: 30px;
}

.hands {
width: 85px;
display: block;
margin: 30px auto;
}

.gapt150 {
margin-top: 150px;
padding: 0px;
}

.gapb150 {
margin-bottom: 150px;
padding: 0px;
}

.gapt100 {
margin-top: 100px;
padding: 0px;
}

.gapb100 {
margin-bottom: 100px;
padding: 0px;
}

.gapt50 {
margin-top: 50px;
padding: 0px;
}

.gapb50 {
margin-bottom: 50px;
padding: 0px;
}

button {
background-color: transparent !important;
border-width: 0px !important;
}

.col-pl0 {
padding: 0px !important;
}

.btn-next {
margin-top: -81px;
position: absolute;
margin-left: -135px;
}

.btn-next img {
width: 35px;
}

.btn-prev img {
width: 35px;
}

.btn-prev:after {
content: 'INDIETRO';
position: relative;
display: inline;
font-size: 12px;
color: #fff;
letter-spacing: 4px;
top: -2px;
left: 20px;
}

h2.quotation-title {
font-size: 35px;
line-height: 45px;
color: #C9A959;
font-weight: 500;
letter-spacing: 9px;
margin-bottom: 0px;
margin-top: -4px;
}

.quotation-intro {
font-size: 20px;
line-height: 26px;
color: #fff;
font-weight: 500;
letter-spacing: 2px;
}

.quotation-step {
font-size: 45px;
line-height: 55px;
color: #fff;
font-weight: 300;
letter-spacing: 6px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

/* Style the form */
#regForm {
  padding: 0px;
margin-left: auto;
margin-right: auto;
  width: 90%;
  min-width: 300px;
background: none;
}

/* Style the input fields */
input {
  padding: 10px 60px 10px 10px !important;
  width: 100% !important;
  font-size: 18px !important;
  border: 1px solid #fff !important;
background-color: transparent;
color: #fff;
font-family: 'Lato', sans-serif;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border: 1px solid #ed304f !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px !important;
  width: 15px !important;
  margin: 0 2px !important;
  background-color: #bbbbbb !important;
  border: none !important;
  border-radius: 50% !important;
  display: inline-block;
  opacity: 0.5 !important;
}

/* Mark the active step: */
.step.active {
  opacity: 1 !important;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

::placeholder {
  color: #fff !important;
  font-size: 18px !important;
text-transform: inherit !important;
font-weight: 500 !important;
}

@media all and (max-width: 375px) {

#regForm {
  padding: 0px;
margin-left: auto;
margin-right: auto;
  width: 100%;
  min-width: 300px;
background: none;
padding: 0 20px;
}

.gapt150 {
margin-top: 100px;
}

.gapb150 {
margin-bottom: 100px;
}

.gapt100 {
margin-top: 17px;
}

.gapb100 {
margin-bottom: 17px;
}

.gapt50 {
margin-top: 20px;
}

.gapb50 {
margin-bottom: 20px;
padding: 0px;
}

h2.quotation-title {
font-size: 28px;
line-height: 38px;
color: #C9A959;
font-weight: 500;
letter-spacing: 10px;
margin-bottom: 15px;
}

.quotation-intro {
font-size: 16px;
line-height: 25px;
color: #fff;
font-weight: 500;
letter-spacing: 2px;
}

}

@media all and (max-width: 1024px) {

.quote-mt {
margin-top: 150px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 19px;
}

.btn-next {
margin-top: -81px;
margin-left: -120px;
}

}

@media all and (max-width: 990px) {

.quote-mt {
margin-top: 210px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 17px;
margin-bottom: 10px;
}

.btn-next {
margin-top: -81px;
margin-left: -100px;
}

}

@media all and (max-width: 768px) {

.quote-mt {
margin-top: 100px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 17px;
margin-bottom: 10px;
}

.btn-next {
margin-left: -100px;
}

}

@media all and (max-width: 659px) {

.quote-content {
text-align: center;
}

.quote-mt {
margin-top: 120px;
padding: 0px;
}

.gapt50 {
margin-top: 30px;
}

.gapb50 {
margin-bottom: 30px;
}

.btn-next {
margin-left: -145px;
margin-top: -81px;
}

}

@media all and (max-width: 425px) {

.quote-mt {
margin-top: 125px;
padding: 0px;
}

.gapt50 {
margin-top: 20px;
}

.gapb50 {
margin-bottom: 20px;
}

.btn-next {
margin-left: -110px;
margin-top: -80px;
}

}

@media all and (max-width: 375px) {

.quote-mt {
margin-top: 105px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 20px;
margin-bottom: 13px;
}

.btn-next {
margin-left: -100px;
margin-top: -80px;
}

}

@media all and (max-width: 361px) {

.quote-mt {
margin-top: 130px;
padding: 0px;
}

.quotation-step-1 {
margin-top: 20px;
margin-bottom: -5px;
}

.btn-next {
margin-left: -97px;
margin-top: -80px;
}

}

.slide-in-bottom{animation:slide-in-bottom .5s ease-out both}
@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}100%{transform:translateY(0);opacity:1}}