*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.pricing-support-form {
  font-family: 'Inter', sans-serif;
  color: #060e3b;
  border-color: #cccccc;
  font-style: normal;
}

/*.form-container .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  border: 0;
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  min-height: 50px;
  background: #0069fd;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 569px) {
  .form-container .button {
    min-height: 40px;
  }
}
@media (max-width: 569px) {
  .form-container .button {
    font-size: 15px;
  }
}
.form-container .button .angle-line-arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 569px) {
  .form-container .button .angle-line-arrow {
    width: 18px;
  }
}
.form-container .button:hover .angle-line-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.form-container .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.form-container .form-row .form-col.form-col-100 {
  width: 100%;
}
.form-container .form-row .form-col.form-col-75 {
  width: calc(75% - 30px * 0.5);
}
@media (max-width: 569px) {
  .form-container .form-row .form-col.form-col-75 {
    width: 100%;
  }
}
.form-container .form-row .form-col.form-col-50 {
  width: calc(50% - 30px * 0.5);
}
@media (max-width: 569px) {
  .form-container .form-row .form-col.form-col-50 {
    width: 100%;
  }
}
.form-container .form-row .form-col.form-col-33 {
  width: calc(33.3333333333% - 30px * 0.5);
}
@media (max-width: 569px) {
  .form-container .form-row .form-col.form-col-33 {
    width: 100%;
  }
}
.form-container .form-row .form-col.form-col-25 {
  width: calc(25% -30px * 0.5);
}
@media (max-width: 569px) {
  .form-container .form-row .form-col.form-col-25 {
    width: 100%;
  }
}
.form-container .form-group {
  margin: 0;
  position: relative;
}
.form-container .form-group .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #36364e;
  margin-bottom: 8px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.form-container .form-group .form-control,
.form-container .form-group select,
.form-container .form-group textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cfd6e3;
  border-radius: 4px;
  font-size: 13px;
  min-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #060e3b;
}
.form-container .form-group .form-control:focus,
.form-container .form-group select:focus,
.form-container .form-group textarea:focus {
  border-color: #0069fd;
  outline: none;
}
.form-container .form-group .form-control:disabled,
.form-container .form-group select:disabled,
.form-container .form-group textarea:disabled {
  border-color: #ebeff7;
  background-color: #ebeff7;
  opacity: 0.5;
  cursor: not-allowed;
}
.form-container .form-group select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M7 10l5 5 5-5" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}
.form-container .form-group textarea {
  resize: vertical;
  height: 80px;
  margin: 0;
  padding: 0;
  display: block;
}
.form-container .form-group.disabled .form-label {
  opacity: 0.4;
}
.form-container .form-error {
  display: none;
  color: #f44336;
  font-size: 11px;
  position: absolute;
  top: auto;
  left: 0;
  margin-top: 3px;
}
.form-container .reCAPTCHA-policy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #36364e;
  opacity: 0.6;
}
.form-container .reCAPTCHA-policy a {
  color: #0069fd;
  text-decoration: none;
}*/
.form-container{
  margin-top: 0px;
}
.form-container .form-row{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-container .form-row .form-col.form-col-50{
  width: calc(50% - 20px * 0.5);
}
.form-container .form-group {
  margin: 0;
  position: relative;
}
.form-container .form-group .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #36364e;
  margin-bottom: 8px;
  text-align: left;
}

.form-container .form-group .form-control, .form-container .form-group .ms-choice, .form-container .form-group select, .form-container .form-group textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cfd6e3;
  border-radius: 4px;
  font-size: 13px;
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
} 
.form-container .form-group .multiple-select .ms-choice > span {
  top: 12px;
  right: 40px;
  padding-left: 12px;
  line-height: 1.2;
}
.form-container .form-group .multiple-select .ms-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfd6e3;
  margin-top: 2px;
  width: 100%;
}
.form-container .form-group .multiple-select .ms-drop ul {
  padding-top: 6px;
  padding-bottom: 6px;
  column-count: 1;
}
.form-container .form-group .multiple-select .ms-drop ul li {
  padding: 6px 10px;
  line-height: normal;
}
.form-container .form-group .multiple-select .ms-drop input[type="checkbox"] {
  margin-top: 3px;
  margin-left: -12px;
}
.form-container .form-group .multiple-select .ms-drop ul li label span {
  font-size: 13px;
  padding-left: 13px;
  line-height: 20px;
}
.form-container .form-group .multiple-select .ms-choice .icon-caret {
  border: 0;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M7 10l5 5 5-5" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  top: 13px;
  right: 15px;
}


.form-container .form-error {
  display: block;
  color: #f44336;
  font-size: 11px;
  margin-top: 3px;
}
.form-container .form-row .form-col.form-col-100 {
  width: 100%;
}
.form-container .reCAPTCHA-policy {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #36364e;
  opacity: 0.6;
}
.form-container .reCAPTCHA-policy a {
  color: #0069fd;
  text-decoration: none;
}
.form-container .form-footer .form-btn {
  min-width: 170px;
  margin: 0 auto;
}
.form-container .button {
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  text-decoration: none;
  border: 0;
  outline: 0;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  column-gap: 10px;
  min-height: 40px;
  background: #2563eb;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-weight: 600;
  cursor: pointer;
}
.form-container .button .angle-line-arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.form-container .button:hover .angle-line-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.form-container .form-footer {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 12px;
}
.form-container .form-footer .form-btn {
  min-width: 170px;
  margin: 0 auto;
}

.thankyou-section {
  padding: 30px 0;
  display: none;
}
.thankyou-section .thankyou-icon {
  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;
  margin-bottom: 10px;
}
.thankyou-section .thankyou-icon .tick-mark path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  -webkit-animation: draw 1s ease-out forwards;
          animation: draw 1s ease-out forwards;
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 60;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 60;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.thankyou-section .thankyou-title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  color: #171717;
}
.thankyou-section .thankyou-desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #808080;
}/*# sourceMappingURL=pos-support-form.css.map */