@charset "utf-8";
/* CSS Document */

body {
  font-family: "Poppins", sans-serif;
  background: #f6f7fb;
}

.banner {
  background: #232323;
  color: white;
  padding: 90px 0 0 0;
  position: relative;
}

.banner span {
  color: #4e8df5;
}
.banner {
  padding: 50px 0 50px 0;
}
.banner h1 {
  font-weight: 700;
  line-height: inherit;
  padding: 30px 0;
}
.banner p {
  font-size: 20px;
  padding: 20px 0 50px 0;
}

.arrowBtn {
  max-width: 90px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 15px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.arrowBtn i {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3580f8;
}
.arrowBtn a {
  display: block;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}
#step-form {
  margin: auto;
  background: white;
  padding: 40px 0;
  border-radius: 12px;
  /*box-shadow:0 10px 30px rgba(0,0,0,0.08);*/
}

#step-form h4 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

#notFit {
  display: none;
  text-align: center;
}
#notFit h4 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
#notFit p {
  font-size: 20px;
  text-align: center;
}
#notFit i {
  color: #3580f8;
  font-size: 5rem;
}
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.progress {
  height: 8px;
  margin-bottom: 25px;
}

.option-box {
  /*border:1px solid #ddd;*/
  padding: 30px 15px;
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
}

.btn1 {
  width: 200px;
  font-size: 30px;
  font-weight: 700;
  color: #0ec928;
  background: #ffffff;
  border: 2px solid #0ec928;
  border-radius: 50px;
  padding: 10px 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
.btn1 i {
  color: #0ec928;
  padding-left: 10px;
}
.btn2 {
  width: 200px;
  font-size: 30px;
  font-weight: 700;
  color: #b92a1a;
  background: #ffffff;
  border: 2px solid #b92a1a;
  border-radius: 50px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.btn2 i {
  color: #b92a1a;
  padding-left: 10px;
}

.btn-primary {
  padding: 10px 25px;
}

.contactleft {
  background: url("../img/form-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
	display:flex; align-items:center;

  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  height: 550px;
  overflow: hidden;
}
.contactleft i {
  color: #ffffff;
  font-size: 5rem;
}
.contactleft h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contactleft p {
  font-size: 18px;
  margin-bottom: 10px;
}
.submit-btn {
  background: #232323;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  color: white;
  font-weight: 500;
}

.contact_form {
  display: flex;
  gap: 20px;
}

