.get-quote-wrap {
  width: 45%;
  padding: 100px 0px 100px 120px;
}
.get-quote-wrap h2 {
  margin: 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
}
.get-quote-wrap h5 {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--base);
}
.get-quote-wrap h2 span {
  color: var(--wp--preset--color--base);
}
.get-quote-form, .shipping-form, .billing-form {
  padding: 21px 12px;
  background-color: var(--wp--preset--color--secondary);
  max-width: 457px;
  border: 1px solid var(--wp--preset--color--trd-footer-border);
  border-radius: 6px;
}
.get-quote-form .btn-wrap, .shipping-form .btn-wrap, .billing-form .btn-wrap {
  text-align: center;
}
.get-quote-form .btn-wrap .btn, .shipping-form .btn-wrap .btn,
.billing-form .btn-wrap .btn {
  display: inline-block;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 14px 25px;
  font-family: var(--wp--preset--font-family--roboto);
  position: relative;
  width: 100%;
}
.get-quote-form .btn-wrap .btn:after {
  content: "";
  position: absolute;
  background-image: url('../img/arrow-right.svg');
  width: 24px;
  height: 24px;
  top: 12px;
  right: 121px;
}
.get-quote-form .dropdown-menu .form-control {
  padding-top: 0.375rem;
}
.get-quote-form .btn.disabled, .shipping-form .btn.disabled,
.billing-form .btn.disabled {
  opacity: 1;
  background-color: var(--wp--preset--color--trd-blue);
}
.get-quote-form .form-control, .shipping-form .form-control,
.billing-form .form-control {
  border: 1px solid var(--wp--preset--color--trd-footer-border);
  border-radius: 2px;
  background-color: var(--wp--preset--color--trd-input-back);
}
.get-quote-form .form-floating > label, .shipping-form .form-floating > label,
.billing-form .form-floating > label {
  color: var(--wp--preset--color--trd-dark);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  top: -10px;
}
.get-quote-form .form-floating > .form-control:focus ~ label,
.shipping-form .form-floating > .form-control:focus ~ label,
.billing-form .form-floating > .form-control:focus ~ label{
  color: var(--wp--preset--color--trd-dark);
  font-size: 18px;
  transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem);
}
.get-quote-form .form-control.error, .shipping-form .form-control.error {
  border: 1px solid red;
  color: red;
}
.form-floating > .form-control {
  padding-top: 30px;
}
.form-floating > .form-control:focus::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.quote-step2, .quote-step3 {
  padding: 10px;
  border: 1px solid #BABCE6;
  background-color: #ffffff;
  position: relative;
}
.get-quote-wrap .quote-step2 h2, .get-quote-wrap .quote-step3 h2,
.shipping-steps h2, .billing-steps h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  padding-top: 5px;
}
.quote-step2 .btn-back, .quote-step3 .btn-back,
.shipping-steps .btn-back, .billing-steps .btn-back {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/arrow-back.png');
  border: none;
  background-color: transparent;
}
.quote-step2 .btn-back:focus, .quote-step2 .btn-back:active, .quote-step2 .btn-back:hover,
.quote-step3 .btn-back:focus, .quote-step3 .btn-back:active, .quote-step3 .btn-back:hover,
.shipping-steps .btn-back:focus, .shipping-steps .btn-back:active, .shipping-steps .btn-back:hover,
.billing-steps .btn-back:focus, .billing-steps .btn-back:active, .billing-steps .btn-back:hover {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.quote-step2 .select-wrap {
  position: relative;
  margin: 5px 16px;
  padding: 0;
}
.quote-step2 .get-quote-form {
  margin-top: 20px;
}
.quote-step2 .select-wrap .form-label {
  position: absolute;
  top: 0;
  left: 5px;
}
#quote-step2 .bootstrap-select {
  width: 100%;
  margin-top: 30px;
}
.quote-step2 .bootstrap-select .dropdown-toggle {
  height: 50px;
  border: 2px solid #ddd;
}
.quote-step2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-top: 4px;
}
.quote-step2 .radio-btns-wrap, .shipping-steps .radio-btns-wrap {
  padding-left: 16px;
}
.quote-step2 .radio-btns, .shipping-steps .radio-btns {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.quote-step2 .radio-btns .form-check, .shipping-steps .form-check {
  padding-right: 30px;
}
.quote-step2 .form-check-input {
  cursor: pointer;
}
.quote-step2 .btn-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.quote-step2 .btn-wrap .btn {
  display: inline-block;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 14px 25px;
  font-family: var(--wp--preset--font-family--roboto);
  position: relative;
  width: 100%;
}
.quote-step2 .btn-wrap .btn:after {
  content: "";
  position: absolute;
  background-image: url('../img/arrow-right.svg');
  width: 24px;
  height: 24px;
  top: 12px;
  right: 148px;
}
.get-quote-form .btn-wrap #confirmation-btn:after {
  right: 133px;
}
.get-quote-form .btn-wrap #calculate-cost-btn:after {
  right: 136px;
}
.quote-step2 .btn.disabled {
  opacity: 1;
  background-color: #AEAFF5;
}
.quote-step3 .get-quote-form {
  margin-top: 20px;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
.permission-desc {
  padding-bottom: 20px;
  text-align: center;
}
get-quote-wrap .form-invalid::placeholder {
  color: red;
  opacity: .75;
}
.quote-summary, .shipping-details {
  margin: 20px 0;
  min-height: 400px;
  width: 100%;
  padding: 20px;
  border: 1px solid #BABCE6;
  background-color: #ffffff;
  position: relative;
}
.payment-wrap h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #222646;
  margin-bottom: 20px;
}
.payment-top {
  margin-bottom: 25px;
  padding: 16px 20px;
  border: 2px solid #0ab72f;
  border-radius: 10px;
  background-color: rgb(50 158 0 / 10%);
}
.payment-top p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #329e00;
}
.payment-options {
  justify-content: center;
}
.payment-options label {
  width: 100%;
}
.payment-options input[type=radio] {
  display: none;
}
.payment-option {
  position: relative;
  background-color: #fff;
  border: 2px solid #e2e2ef;
  border-radius: 8px;
  margin: 0;
  display: block;
  padding: 20px 30px 40px;
  cursor: default;
  text-align: center;
  color: #707070;
}
.payment-option.selected {
  background-color: #0074b81a;
  border: 2px solid #0074b8;
}
.payment-option .box-radio {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 26px;
  height: 26px;
  border: 2px solid #999;
  border-radius: 50px;
  overflow: hidden;
  transition: border-color .2s ease;
  cursor: pointer;
}
.selected .box-radio {
  border-color: #0074b8;
}
.payment-option .box-radio:after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: 0 0;
  transition: background .2s ease;
}
.selected .box-radio:after {
  background-color: #0074b8;
}
.payment-price-wrap {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.payment-price {
  height: 72px;
  font-size: 54px;
  line-height: 72px;
  font-weight: 800;
  color: #707070;
}
.selected.payment-option .payment-price {
  color: #333333;
}
.payment-price-after {
  margin-top: 10px;
  margin-left: 2px;
  color: #707070;
}
.selected.payment-option .payment-price-after {
  color: #333333;
}
.payment-price-info {
  margin: -10px 0 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.selected .payment-price-info {
  color: #0074b8;
}
.payment-method-info {
  margin: 0 auto;
  padding: 18px 25px;
  max-width: 90%;
  display: block;
  border-radius: 10px;
  background: #fff;
}
.payment-method {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.payment-method-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.payment-method-icon {
  margin: 5px 0 10px;
  width: 100%;
  height: 50px;
  fill: #707070;
}
.payment-method-icon svg {
  width: auto;
  height: 100%;
  fill: #0074b8;
}
.payment-method-tooltip {
  background-image: url('../img/info.png');
  background-repeat: no-repeat;
  /*width: 20px;
  height: 20px;*/
  background-size: contain;
}
.payment-benefits {
  margin: 30px auto 0;
  max-width: 85%;
  display: flex;
  justify-content: center;
  text-align: left;
}
.payment-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.payment-benefits ul li {
  padding: 2px 0;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.payment-benefits ul li:before {
  content: "\f161";
  font-family: flaticon;
  color: #707070;
}
.selected .payment-benefits ul li span {
  color: #329e00;
}
.get-quote-form .btn-wrap {
  text-align: center;
}
.quote-summary .btn-wrap {
  margin-top: 30px;
  text-align: center;
}
.quote-summary .btn-wrap .btn {
  display: inline-block;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 14px 25px;
  font-family: var(--wp--preset--font-family--roboto);
  position: relative;
  width: 30%;
}
.quote-details {
  padding: 35px 0 35px 40px;
}
.shipping-details-wrap, .vehicle-details-wrap, .pay-now-wrap, .order-summary-wrap {
  border: 2px solid #e2e2ef;
  border-radius: 8px;
  padding: 25px;
}
.shipping-details-item, .vehicle-details-item, .pay-now-item {
  padding: 3px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shipping-details-item .sd-title, .vehicle-details-item .sd-title,
.pay-now-item .pn-title {
  font-weight: 500;
  color: #9091a7;
}
.shipping-details-item .sd-value, .vehicle-details-item .sd-value {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #222646;
}
.vehicle-details-wrap, .pay-now-wrap {
  margin-top: 20px;
}
.pay-now-item .pn-value {
  font-weight: 500;
  color: #9091a7;
}
.pay-now-item #quote-price {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #222646;
}
.pay-now-text {
  margin-bottom: 25px;
  padding: 16px 20px;
  border: 2px solid #0ab72f;
  border-radius: 10px;
  background-color: rgb(50 158 0 / 10%);
  margin-top: 20px;
}
.pay-now-text p {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  color: #329e00;
}
#calculate-cost-btn #btn-spinner, #schedule-btn #schedule-btn-spinner,
#shipping3-btn #shipping-btn-spinner, #billing1-btn #billing-btn-spinner {
  display: none;
}
#calculate-cost-btn.show-spinner #btn-spinner, #schedule-btn.show-spinner #schedule-btn-spinner,
#shipping3-btn.show-spinner #shipping-btn-spinner, #billing1-btn.show-spinner #billing-btn-spinner {
  display: inline-block;
}
#calculate-cost-btn.show-spinner:after {
  display: none;
}
.shipping-form, .billing-form {
  max-width: 500px;
  margin-top: 20px;
}
.shipping-steps .radio-btns-wrap {
  margin-bottom: 15px;
  padding-left: 5px;
}
.get-quote .form-check-input {
  cursor: pointer;
}
.shipping-details {
  padding-top: 10px;
}
.shipping-details .quote-details {
  padding-top: 27px;
}
.order-summary-wrap .os-title, .order-summary-wrap .os-comment {
  font-weight: 500;
  color: #9091a7;
}
.order-summary-wrap .os-value {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #222646;
}
.billing-form .card-js input {
  height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  line-height: 1.25;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 1rem;
  font-weight: 400;
}
.billing-form .card-js .icon {
  top: 15px;
}
.billing-form .card-js .card-number-wrapper .card-type-icon {
  top: 16px;
}
.credit-card .btn-wrap {
  margin-top: 30px;
}
.success-info {
  position: relative;
  font-family: var(--wp--preset--font-family--roboto);
  overflow: hidden;
}
.success-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  background-color: var(--wp--preset--color--base-back);
  z-index: -1;
}
.success-info .container {
  max-width: 1172px;
}
.success-block {
  border: 2px solid #0ab72f;
  margin-top: 20px;
}
.success-block h2 {
  text-align: center;
  color: #0ab72f;
}
.success-block p {
  text-align: center;
}
.get-quote {
  margin: 0;
}

@media screen and (max-width: 1300px) {
  .get-quote-form .btn-wrap .btn:after {
    right: 34%;
  }
}

@media screen and (max-width: 767px) {
  .quote-step2 .select-wrap {
    margin: 5px 0;
  }
  .quote-step2 .radio-btns-wrap {
    padding-left: 0;
  }
  .get-quote-form .btn-wrap #confirmation-btn:after {
    right: 26%;
  }
  .get-quote-form .btn-wrap #calculate-cost-btn:after {
    right: 25%;
  }
  #schedule-btn {
    width: 100%;
  }
  .billing-step2 h2 {
    padding-left: 35px;
  }
  .payment-wrap h3 {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .get-quote-form .btn-wrap .btn:after {
    right: 22%;
  }
  .shipping-details-item, .vehicle-details-item {
    flex-direction: column;
  }
}