@charset "UTF-8";

.websima-single-product-quote .btn-loading {
  display: none;
  width: 80px;
  height: 80px;
}

.websima-single-product-quote .btn-loading:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid blue;
  border-color: blue transparent blue transparent;
  animation: websima-quote-btn-loading 1.2s linear infinite;
}

@keyframes websima-quote-btn-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.quote-page {
  margin-block: 5rem;
}

.select2 {
  width: 100% !important;
}

.quote-page .loading-section {
  opacity: 0.5;
  background: #00000005;
  pointer-events: none;
}

/* 
.quote-page .websima-range {
    margin-top: 29px;
    width: 600px;
    -webkit-appearance: none;
}

.quote-page .websima-range:focus {
    outline: none;
}

.quote-page .websima-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: blue;
    border-radius: 0;
    border: 0;
}

.quote-page .websima-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: blue;
    border-radius: 0;
    border: 0;
}

.quote-page .websima-range::-webkit-slider-thumb {
    border: 1px solid blue;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

.quote-page .websima-range::-moz-range-thumb {
    border: 1px solid blue;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

.quote-page .websima-range::-moz-focus-outer {
    border: 0;
} */

.quote-page .websima-range-label {
  position: absolute;
  transform-origin: center center;
  border-radius: 46px;
  text-align: center;
  /* margin-top: 20px; */
  /* margin-left: -38px; */
  /* margin-bottom: -140px; */
  height: 34px;
  width: 135px;
  background-color: var(--primary);
  color: #fff;
  padding: 9px 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.quote-page .websima-range-label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent var(--primary) transparent;
  transform: rotate(0deg) translateX(-50%);
}

.quote-page .websima-range-label::after {
  content: "% completed";
}

.quote__image__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.quote__image__wrap::before {
  content: "";
  inset: 0;
  width: 125%;
  height: 125%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 13.59%,
    rgba(0, 0, 0, 0) 43.82%
  );
  pointer-events: none;
}

.quote__image {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  max-height: 366px;
}

.quote__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.quote__content h1 {
  font-size: 40px;
  line-height: 1.5;
  color: var(--black);
}

.quote__content h2 {
  font-size: 22px;
  line-height: 1.5;
  color: var(--black);
  margin-top: -25px;
}

.quote__content p {
  text-align: justify;
  color: var(--gray);
  font-size: 14px;
  line-height: 2.25;
}

.quote-page .form-group {
  position: relative;
}

.add-product label,
.form-two .form-group label,
.form-one .form-group label {
  font-size: 14px;
  color: #212121;
  display: block;
  line-height: 1;
  background-color: #fff;
  padding: 8px 12px;
  position: absolute;
  top: -15px;
  left: 6px;
  border-radius: 16px;
  z-index: 2;
  font-variation-settings: "wght" 600;
}

.quote-page input[type="text"],
.quote-page input[type="tel"],
.quote-page input[type="email"] {
  height: 70px;
  border: 1px solid #d9e0e8;
  background-color: #fff;
  transition: border-color 400ms;
  width: 100%;
  padding: 18px 16px;
  font-size: 16px;
  color: #212121;
}

.quote-page input::placeholder {
  font-size: 14px;
  color: #999dba;
  line-height: 2.5;
  font-weight: 400;
}

.quote-page input:focus {
  border-color: #0d3853;
}

.form-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-one .form-group:last-child {
  margin-bottom: 0;
}

.form-one .form-group {
  flex: 0 0 calc(50% - 14px);
  margin-bottom: 44px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
  width: 100%;
}

input#phone_number {
  padding-right: 0 !important;
  padding-left: 112px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}

input#phone_number::placeholder {
  color: #999dba;
}

.add-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #bcccdc;
}

.add-product .form-group {
  flex: 1;
}

.add-product button:hover {
  color: #0d3853;
  background: #fff;
}

.add-product button::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
}

.add-product button {
  width: 70px;
  height: 70px;
  background-color: #0d3853;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0;
  outline: none;
  transition: background-color 400ms;
  margin: 0;
  padding: 0;
  font-size: 42px;
  border: 1px solid #0d3853;
  cursor: pointer;
}

.add-product select {
  border-radius: 16px;
  border: 1px solid #bed3ff;
  background: #fff;
  padding: 18px 16px;
  width: 100%;
  height: 70px;
  color: #3d3d3d;
  font-size: 13.5px;
  line-height: 2.5;
  font-weight: 100;
}

.seperator {
  background-color: var(--primary);
  margin-block: 32px 52px;
  display: block;
  width: 100%;
  height: 1.5px;
  border-radius: 1px;
}

.container-box {
  margin-top: 32px;
}

.container-box h4 {
  color: var(--black);
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.container-box button i {
  font-size: 16px;
}

.container-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 24px;
  border-radius: 12px;
  margin-right: 12px;
  height: 46px;
  outline: none;
  border: 1px solid #bed3ff;
  background-color: #fff;
  color: #3d3d3d;
  gap: 10px;
  transition: 400ms;
  text-transform: capitalize;
  font-size: 13.5px;
  letter-spacing: 1px;
}

.container-box button:hover,
.container-box button.active {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.form-two {
  display: flex;
  column-gap: 28px;
  row-gap: 32px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.form-two .form-group {
  flex: 1 0 48%;
}
.form-two textarea#message:focus {
  border-color: #0d3853;
}

.form-two textarea#message::placeholder {
  color: #999dba;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
}

.form-two textarea#message {
  border: 1px solid #d9e0e8;
  padding: 18px 16px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.5;
  width: 100%;
  transition: border-color 400ms;
  font-family: inherit;
  color: #212121;
}

.quote-info-items-wrap {
  padding: 16px;
  background: #ebf1f7;
}

.quote-info-items-wrap .submit-btn:hover {
  background-color: transparent;
  color: #0d3853;
}

.quote-info-items-wrap .submit-btn {
  margin-top: 8px;
  background: #0d3853;
  min-height: 54px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  width: 100%;
  display: block;
  border: 1px solid #0d3853;
  cursor: pointer;
  transition: 0.3s;
}

.websima-quote-items > .item {
  background-color: #fff;
  padding: 14px 14px 10px;
  box-shadow: 0px 4px 58px 0px rgba(193, 193, 193, 0.22);
  margin-bottom: 8px;
  display: block;
}

.num {
  display: flex;
  align-items: center;
}

.websima-quote-items .item .prices .text {
  color: var(--black);
  font-size: 14px;
  text-transform: capitalize;
}

.websima-quote-items .item .prices .val {
  font-size: 13px;
  color: var(--black);
}

.websima-quote-items .item .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
  margin-top: 8px;
}

.head .title {
  color: var(--black);
  font-size: 14px;
}

.websima-quote-items-total span.pcs {
  margin-left: 3px;
}

span.pcs {
  font-size: 11px;
  color: #888888;
}

.head .times {
  color: var(--primary);
  font-size: 16px;
  line-height: 1;
}

.websima-quote-items-total .quantity,
.websima-quote-items-total .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.websima-quote-items-total .quantity {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 17px;
}

.websima-quote-items-total .prices .val {
  font-size: 20px;
}

.websima-quote-items-total .prices .text {
  font-size: 16px;
}

.websima-quote-items-total .prices {
  color: var(--primary);
  line-height: 1;
}

.websima-quote-items-total {
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 16px;
  box-shadow: 0px 4px 58px 0px rgba(193, 193, 193, 0.22);
  padding: 12px 14px 14px;
}

.prices .sep {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}

button.delete-item:hover {
  background-color: #ff004d;
  color: #fff;
}

button.edit-item,
button.delete-item {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: rgba(255, 92, 141, 0.3);
  border: 0;
  color: #ff004d;
  transition: 400ms;
  font-size: 10px;
  gap: 4px;
  padding: 3px 6px;
  min-width: 65px;
  height: 24px;
  padding: 1px;
  cursor: pointer;
}
button.edit-item.editing {
  color: #fff;
  background: #17214c;
}
button.edit-item.editing:hover {
  background: green;
}
button.edit-item:hover {
  background-color: #17214c;
  color: #fff;
}

button.edit-item {
  background-color: rgba(225, 225, 225, 0.5);
  color: #9a9a9a;
}

.websima-quote-items .action {
  display: flex;
  align-items: center;
  gap: 4px;
}

input.quantity-change {
  background-color: #d9eafd !important;
  color: #0d3853 !important;
  font-variation-settings: "wght" 400;
  height: 30px !important;
  width: 40px !important;
  padding: 0 !important;
  text-align: center;
}

.websima-quote-range-slider {
  margin-top: 22px;
  position: relative;
}

.websima-quote-range-slider h4 {
  font-size: 16.5px;
  color: var(--black);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d9e0e8;
  height: 70px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 70px;
  color: #212121;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 55%;
  right: 5px;
  width: 20px;
  transform: translateY(-50%);
}

label.error {
  color: #ff004d !important;
}

.iti__flag-container {
  width: 84px !important;
  right: auto !important;
}

.form-group .error {
  border-color: #ff004d !important;
}

.container-type .item.active {
  border-color: var(--primary);
}

.container-type .item {
  padding: 22px 18px;
  flex: 1;
  border-radius: 16px;
  border: 1px solid #bed3ff;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 400ms;
  cursor: pointer;
  gap: 20px;
}

.container-type .item .d-flex span {
  display: block;
  color: #3d3d3d;
  line-height: 1;
}

.container-type .item .d-flex span:first-child {
  font-size: 27px;
}

.container-type .item .d-flex span:last-child {
  font-size: 15.5px;
}

.container-type .item .d-flex {
  flex-direction: column;
  gap: 16px;
}

.container-type {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.quote__content__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

a.guidline:hover {
  color: var(--secondary);
}

a.guidline {
  letter-spacing: 1px;
  font-size: 14px;
  color: var(--primary);
}

.quote-ctlg {
  height: 50px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 400ms;
  padding: 12px;
  font-size: 12.5px;
  text-transform: capitalize;
  width: 192px;
}

.quote-ctlg::before {
  content: "\e929";
  font-family: "icomoon";
  display: inline-block;
  font-size: 16px;
}

.quote-ctlg:hover {
  background-color: var(--secondary);
  color: #fff;
}

.alert-danger {
  line-height: 1;
  font-size: 14px;
  padding: 12px 6px;
  text-align: center;
  border: 1px solid #f1aeb5;
  background-color: #f8d7da;
  margin-block: 6px;
  color: #58151c;
}

.guidline-head h4 {
  font-size: 24px;
  text-transform: capitalize;
}

.guidline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #000;
}

.guidline-body {
  padding: 16px;
}

.guidline-wrap video {
  display: block;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.guidline-wrap {
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: calc(100% - 16px);
  max-width: 800px;
  background-color: #fff;
  display: none;
}

.guidline-head i {
  color: #ff004d;
  cursor: pointer;
  font-size: 16px;
  transition: color 400ms;
}

.guidline-head i:hover {
  color: #58151c;
}

/* input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
}

input[type="range"]::-webkit-slider-runnable-track {
    border-radius: 100px;
    background: linear-gradient(90deg, #4196E3 0%, #373598 100%);
    height: 18px;
}

input[type="range"]::-moz-range-track {
    border-radius: 100px;
    background: linear-gradient(90deg, #4196E3 0%, #373598 100%);
    height: 18px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #F1F1F1;
    box-shadow: -407px 0 0 400px #F1F1F1;
    
}


input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
    box-shadow: -407px 0 0 400px #F1F1F1;
}
.range-slider {
    margin-top: 110px;
    margin-bottom: -50px;
} */

.progress {
  display: flex;
  height: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, #4196e3 0%, #373598 100%);
  border-radius: 100px;
  margin: 8px 0 16px;
  width: 100%;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  border-radius: 100px;
}

/*Striped Progress bars
*/
.progress-bar-animated {
  background-image: linear-gradient(
    135deg,
    #f1f1f180 25%,
    transparent 25%,
    transparent 50%,
    #f1f1f180 50%,
    #f1f1f180 75%,
    transparent 75%,
    transparent
  );
  background-size: 0.8rem 0.8rem;
  -webkit-animation: progress-bar-animate 1s linear infinite;
  animation: progress-bar-animate 1s linear infinite;
}

@-webkit-keyframes progress-bar-animate {
  from {
    background-position: 0.8rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-animate {
  from {
    background-position: 0.8rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.alert.bg-success {
  background-color: #d1e7dd !important;
  color: #0a3622;
  border-color: #a3cfbb !important;
}

.alert.bg-primary {
  color: #052c65;
  border-color: #9ec5fe;
  background-color: #cfe2ff;
}

.thank-you-page .alert {
  text-align: center;
  font-size: 15px;
  border-radius: 0.3rem !important;
  line-height: 1.5;
  padding: 12px;
  border: 1px solid;
}

@media (max-width: 1399.98px) {
  .quote-page .websima-range-label {
    font-size: 10px;
    width: 100px;
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .quote-info-items-wrap {
    padding: 8px;
  }

  .quote-page .websima-range-label {
    width: 90px;
  }

  .container-type {
    flex-direction: column;
  }

  .container-type .item {
    width: 100%;
    flex: 1 0 100%;
    justify-content: space-between;
    padding: 10px;
    gap: 8px;
  }

  .container-type .item .d-flex {
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .quote__content {
    gap: 24px;
  }

  .quote__content h1 {
    font-size: 30px;
  }

  .quote__content h2 {
    font-size: 18px;
    margin-top: -18px;
  }

  .quote-page {
    margin-block: 48px;
  }

  .quote-page .row {
    flex-direction: column-reverse;
  }

  .seperator {
    margin-block: 32px 42px;
  }

  .quote-info-items-wrap {
    margin-top: 30px;
  }

  .container-box h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .add-product {
    flex-direction: column;
    gap: 44px;
  }

  .add-product .form-group {
    flex: 1 0 100%;
    width: 100%;
  }

  .add-product button {
    width: 100%;
    height: 55px;
    font-size: 22px;
    margin-top: -20px;
  }

  .quote-page .websima-range-label {
    left: 50% !important;
  }

  .quote-page .websima-range-label::before {
    content: unset;
  }

  .quote-info-items-wrap .submit-btn {
    height: 55px;
    font-size: 16px;
  }

  .container-type .item .d-flex span:first-child {
    font-size: 24px;
  }

  .container-type .item .d-flex span:last-child {
    font-size: 14px;
  }

  .container-type .item {
    padding: 8px;
  }

  .websima-quote-items-total .prices .val {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .quote-ctlg {
    width: 172px;
  }

  .guidline-head,
  .guidline-body {
    padding: 10px;
  }

  .guidline-head h4 {
    font-size: 20px;
  }

  .form-one {
    flex-direction: column;
  }

  .form-one .form-group {
    flex: 1 0 100%;
    margin-bottom: 40px;
  }

  .quote-page input[type="text"],
  .quote-page input[type="tel"],
  .quote-page input[type="email"] {
    height: 55px;
  }

  .select2-container--default .select2-selection--single {
    height: 55px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 55px;
  }

  .add-product label,
  .form-two .form-group label,
  .form-one .form-group label {
    font-size: 13px;
  }

  .container-box button {
    font-size: 11px;
    padding: 3px;
    margin-right: 3px;
  }

  .container-box button i {
    display: none;
  }
}
