:root {
  --primary-color: #FE6700;
}

.get-quote {
  margin-top: 130px;
  padding: 120px 0;
}
.get-quote .sec-title {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}
.get-quote .form-container {
  width: 100%;
}
.get-quote .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  max-width: 688px;
  margin: auto;
  margin-bottom: 60px;
}
.get-quote .progress-bar .progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0%;
  z-index: -1;
}
.get-quote .progress-bar .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #727272;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.get-quote .progress-bar .step::before {
  position: absolute;
  content: "";
  top: 23px;
  left: -58px;
  width: 35px;
  height: 1px;
  background-color: #C9C9C9;
}
.get-quote .progress-bar .step:first-child::before {
  display: none;
}
.get-quote .progress-bar .step span {
  width: 46px;
  height: 46px;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  margin-right: 10px;
}
.get-quote .progress-bar .step.active {
  color: #000;
}
.get-quote .progress-bar .step.active span {
  background-color: #000;
  color: #fff;
}
.get-quote .form-step {
  display: none;
}
.get-quote .form-step .title {
  margin-bottom: 50px;
  color: #000;
}
.get-quote .form-step .form-group {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 40px;
}
.get-quote .form-step .form-group .select2-container {
  height: 65px;
  width: 585px !important;
  max-width: 585px;
}
.get-quote .form-step .form-group label {
  position: absolute;
  left: 20px;
  top: -13px;
  color: #A5A5A5;
  background-color: #fff;
  padding: 0 5px;
  z-index: 2;
}
.get-quote .form-step .form-group .contrl {
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get-quote .form-step .form-group .contrl button {
  padding: 0;
  margin: 0;
  height: 40%;
  width: 100%;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40402 0.999999L6.97545 7L12.5469 1' stroke='%23A5A5A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.get-quote .form-step .form-group .contrl button:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.get-quote .form-step .form-control {
  border: 1px solid #CDCDCD;
  height: 65px;
  width: 585px;
  border-radius: 10px;
  padding-left: 25px;
  color: #000;
  font-size: 16px;
  font-family: "Lexend", serif;
}
.get-quote .form-step .form-control::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58019 1.25V6.07761M16.6152 1.25V6.07761M5.23549 9.52555H16.9597M1.09766 6.76716C1.09766 5.2436 2.33274 4.00852 3.85629 4.00852H18.3391C19.8627 4.00852 21.0978 5.2436 21.0978 6.76716V18.4914C21.0978 20.015 19.8627 21.25 18.3391 21.25H3.85629C2.33274 21.25 1.09766 20.015 1.09766 18.4914V6.76716Z' stroke='%23A5A5A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.get-quote .form-step .form-control::-webkit-inner-spin-button, .get-quote .form-step .form-control::-webkit-outer-spin-button {
  display: none;
}
.get-quote .form-step .form-control option[disabled] {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-control::-webkit-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-control::-moz-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-control:-ms-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-control::-ms-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-control::placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .form-select {
  width: 100%;
  position: relative;
}
.get-quote .form-step textarea {
  width: 100%;
  height: 175px;
  resize: none;
  border: 1px solid #CDCDCD;
  color: #000;
  font-size: 16px;
  font-family: "Lexend", serif;
  border-radius: 10px;
  padding-left: 25px;
  padding-top: 20px;
}
.get-quote .form-step textarea::-webkit-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step textarea::-moz-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step textarea:-ms-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step textarea::-ms-input-placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step textarea::placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.get-quote .form-step .w-full {
  width: 100%;
  max-width: 100%;
}
.get-quote .form-step .w-full .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
.get-quote .form-step .w-75 {
  width: 893px;
}
.get-quote .form-step .w-75 .select2-container {
  width: 893px !important;
  max-width: 893px !important;
}
.get-quote .form-step .w-30 .select2-container {
  width: 380px !important;
  max-width: 380px !important;
}
.get-quote .form-step .w-25 {
  width: 280px;
}
.get-quote .form-step .w-25 .select2-container {
  width: 280px !important;
  max-width: 280px !important;
}
.get-quote .form-step .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get-quote .form-step .group .inner-group {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get-quote .form-step .group .inner-group .form-control {
  width: 280px;
}
.get-quote .form-step .sm-group {
  gap: 25px;
}
.get-quote .form-step.active {
  display: block;
}
.get-quote .btn-wrap {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get-quote .btn-wrap .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.get-quote .btn-wrap .btn-next {
  margin-left: auto;
}
.get-quote .btn-wrap .btn-prev {
  border: none;
  background-color: #EDEDED;
  color: #A8A8A8;
}
.get-quote button.btn-prev:hover {
  background: #666;
}

.select2-selection__placeholder {
  color: #A5A5A5;
  font-family: "Lexend", serif;
  font-size: 16px;
}

.select2-container {
  color: #000;
  font-size: 16px;
  font-family: "Lexend", serif;
}
.select2-container .select2-dropdown {
  margin-top: 5px;
  border: 1px solid #CDCDCD;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container .selection {
  border: none;
  height: 100%;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  border: 1px solid #CDCDCD;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Lexend", serif;
  font-size: 16px;
}
.select2-container .select2-selection {
  border: none;
  width: 100%;
  height: 100%;
}
.select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  padding: 18px 0;
  font-size: 16px;
  font-family: "Lexend", serif;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FE6700;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40402 0.999999L6.97545 7L12.5469 1' stroke='%23A5A5A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}