.amplifinn-contact-form label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  letter-spacing: 0.5px;
  font-family: "NotoSansBold";
}
.amplifinn-hp {
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.amplifinn-contact-form .frm-required label:after,
.multicheckbox-lbl:after {
  content: "*";
  color: #f46031;
  font-size: 16px;
  margin-left: 3px;
}
.amplifinn-contact-form .form-group {
  margin-bottom: 5px;
  height: 75px;
  display: table;
}
.amplifinn-contact-form .frm-error {
  font-size: 10px;
  color: red;
  text-align: left;
  display: table;
  font-weight: 600;
}
.amplifinn-contact-form {
  padding: 10px 5px;
}
.amplifinn-contact-form input,
.amplifinn-contact-form select,
.amplifinn-contact-form textarea {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding: 8px 8px;
  font-size: 14px;
  position: relative;
  background-color: transparent;
  outline: none;
}
.amplifinn-contact-form textarea {
  height: 55px;
  line-height: 24px;
}
.amplifinn-contact-form input::placeholder,
.amplifinn-contact-form select::placeholder,
.amplifinn-contact-form textarea::placeholder {
  color: #fff;
  font-size: 12px;
}
.amplifinn-contact-form.feedback-form-post-free-trial input::placeholder,
.amplifinn-contact-form select::placeholder,
.amplifinn-contact-form.feedback-form-post-free-trial textarea::placeholder {
  opacity: 0;
}
.amplifinn-contact-form .checkbox input {
  height: auto;
  margin-right: 10px;
}
.amplifinn-contact-form .checkbox {
  margin: 15px 0px;
  display: table;
}
.amplifinn-contact-form .checkbox label {
  display: flex;
  align-items: center;
  font-family: "NotoSansRegular";
}
/* .form-group.col-sm-6 {
     float: left;
}
 .form-group.col-sm-6:nth-child(odd){
     padding-right: 20px;
} */
.form-group button {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  color: #fff;
  transition: 5s;
}

.form-group select {
  font-size: 14px;
}

select option {
  color: #565d9e !important;
}

.form-group button:hover {
  background: transparent
    linear-gradient(70deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  color: #fff;
}
.form-group button:active {
  background: transparent
    linear-gradient(70deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  color: #fff;
}

.new-form-layout .amplifinn-contact-form label {
  width: 120px;
  text-align: left;
}

.new-form-layout .feedback-form-post-free-trial label {
  width: 100% !important;
}

.new-form-layout .amplifinn-contact-form .form-group.action-container div {
  width: 100%;
  margin-top: 20px;
}

.new-form-layout .amplifinn-contact-form .form-group div {
  /* width:calc(100% - 120px); */
  /* position: relative; */
}

.new-form-layout .amplifinn-contact-form .form-group {
  /* display: flex; */
  /* height: 55px;
    flex-wrap: wrap;
    align-items: center; */
}

.new-form-layout .amplifinn-contact-form .frm-multiselect {
  height: auto;
  align-items: self-start;
}

.amplifinn-contact-form .checkbox.frm-terms label {
  width: 100%;
}

@media (max-width: 575px) {
  .form-group.col-sm-6:nth-child(odd) {
    padding-right: 0px;
  }
}
.events-news-letter-wrapper .form-container {
  position: relative;
}
.events-news-letter-wrapper .form-response {
  position: absolute;
  bottom: -25px;
  padding: 0px 5px;
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0768dd !important;
  font-family: "NotoSansSemiBold";
}
@-webkit-keyframes leftRightwithright {
  0% {
    right: 15px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 15px;
  }
}

.events-news-letter-wrapper form.amplifinn-contact-form {
  display: flex;
}
.events-news-letter-wrapper form.amplifinn-contact-form .control-label,
.events-news-letter-wrapper form.amplifinn-contact-form .icon-arrow-right {
  display: none;
}
.events-news-letter-wrapper form.amplifinn-contact-form .form-group {
  display: flex;
  flex-flow: column;
  height: auto;
  width: calc(100% - 145px);
  margin-bottom: 0px;
}
.events-news-letter-wrapper
  form.amplifinn-contact-form
  .form-group.action-container {
  width: 145px;
}
.events-news-letter-wrapper
  .subscribe-to-newsletter
  .form-group
  input[type="email"] {
  width: 100%;
}
.events-news-letter-wrapper form.amplifinn-contact-form .form-group.frm-email {
  flex-grow: 1;
}
.events-news-letter-wrapper form.amplifinn-contact-form .sbmit-btn {
  padding: 9.5px 40px 9.5px 18px;
  /* background: transparent linear-gradient(91deg, #9764F7 10%, #7C47F7 50%, #623BFB 100%); */
  /* background-image: linear-gradient(90deg, #008cff, #0065ff, #6942ef); */
  /* background-image: linear-gradient(90deg, #036ab1, #487cdd, #567afc); */
  background: linear-gradient(115deg, #2c67f2, #62cff4);
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -1px;
  margin-top: 0px;
  letter-spacing: 0px;
  font-size: 18px;
}

.events-news-letter-wrapper .btn-primary-gradiant-sm:hover::after {
  animation: leftRightwithright 1500ms infinite
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.events-news-letter-wrapper .btn-primary-gradiant-sm:after {
  top: 15px;
  right: 15px;
}

.amplifinn-contact-form.feedback-form-post-free-trial textarea {
  height: auto;
}

.amplifinn-contact-form.feedback-form-post-free-trial .form-group {
  margin: 10px 0px;
  height: auto;
  display: table;
}

@media (max-width: 1200px) {
  .amplifinn-contact-form.feedback-form-post-free-trial textarea {
    height: 50px;
  }
}
.form-multcheck.frm-multicheckbox label {
  width: auto;
  float: left;
  margin-right: 10px;
  font-family: "NotoSansRegular";
  border: 1px solid #ced4da;
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  letter-spacing: 0px;
}

.form-multcheck.frm-multicheckbox label input {
  margin-right: 5px;
}

.new-form-layout .amplifinn-contact-form .form-group div input,
.new-form-layout .amplifinn-contact-form .form-group div textarea {
  padding-left: 0px;
}

.new-form-layout .amplifinn-contact-form .form-group div:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  background-repeat: no-repeat;
  left: 7px;
  z-index: 9;
}

.name-icon:before {
  background: url(../images/Name.svg);
}

.email-icon:before {
  background: url(../images/Email.svg);
}

.company-icon:before {
  background: url(../images/Company.svg);
}

.phone-icon:before {
  background: url(../images/Phone.svg);
}

.requirement:before {
  background: url(../images/Requirement-details.svg);
}

.no-icon:before {
  display: none;
}

.new-form-layout
  .amplifinn-contact-form
  .frm-multiselect
  input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #e2e2e2;
  width: 15px;
  height: 15px;
  border: 2px solid #e2e2e2;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 10px;
  background-color: #e2e2e2;
  margin-right: 7px;
}

.new-form-layout
  .amplifinn-contact-form
  .frm-multiselect
  input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(
    14% 44%,
    0 65%,
    50% 100%,
    100% 16%,
    80% 0%,
    43% 62%
  );
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(1);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

.new-form-layout
  .amplifinn-contact-form
  .frm-multiselect
  input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #8d5bf9;
}

.new-form-layout
  .amplifinn-contact-form
  .frm-multiselect
  input[type="checkbox"]:checked {
  background: #5e1ebe2f;
}

.form-multcheck.frm-multicheckbox label.selected {
  color: #5e1ebe;
  font-weight: bold;
}

.new-form-layout .frm-multiselect .frm-error {
  padding-left: 120px;
}

@media (max-width: 767px) {
  .new-form-layout .amplifinn-contact-form .form-group {
    height: auto;
    margin-bottom: 10px;
  }
  .new-form-layout .amplifinn-contact-form label {
    width: 100%;
    text-align: left;
  }
  .new-form-layout .amplifinn-contact-form .form-group div {
    width: 100%;
    position: relative;
  }
  .form-multcheck.frm-multicheckbox label {
    width: auto;
    margin: 5px 10px 5px 0px;
  }
}

.main-content {
  /* margin-top: 53px; */
  display: block;
  width: 100%;
  position: relative;
}
.form-main {
  /* background-color: #fff; */
  /* position: fixed; */
  /* color: rgb(0, 0, 0); */
  /* float: right; */
  margin: 0rem 0px 0px;
  width: 100%;
  /* height: calc(100vh - 70px); */
  margin-top: 1em;
}
.form-main h2 {
  font-size: 32px;
  /* color: #1a237e; */
  color: #092d65 !important;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
}
.form-main h2 span {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary-gradiant-sm {
  background: transparent
    linear-gradient(91deg, #9764f7 10%, #7c47f7 50%, #623bfb 100%);
  border-radius: 3px;
  display: inline-block;
  padding: 8px 45px 8px 25px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 18px;
  color: #fff;
}

.cancel-btn {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 45px 8px 25px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 18px;
  color: #623bfb;
}
.btn-primary-gradiant-sm:after {
  content: "";
  background: url(../images/arrow-right-white.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 15px;
  background-size: 15px;
  right: 15px;
}
.privacy-msg {
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 0px;
  padding: 0px 20px;
  text-align: center;
  margin-top: 15px;
}
.form-section {
  /*margin-bottom: 30px;*/
  height: 100%;
}
.privacy-msg a {
  color: blueviolet;
}

/* New Form */

.form-group {
  position: relative;
}
/*.form-group + .form-group {*/
/*    margin-top: 30px;*/
/*}*/
.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
}
.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}
.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
