 .coman-form form {
  text-align: center;
}
.gform_wrapper .gform_validation_errors {
  background: none !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 10 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}
.gform_wrapper .gform_validation_errors > h2:after {
  display: none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  font-size: 14px !important;
  margin-top: 0px !important;
  padding: 0px !important;
  position: relative;
  top: -10px;
}
.gform_confirmation_message {
  color: #fff !important;
}
.gfmc-container {
  justify-content: center;
  display: block !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer, .cct-main .cct-sidebar .cct-practice-area-contact-form .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
  justify-content: center;
  position: relative;
  display: inline-block !important;
  width: 100%;
  text-align: center;
}
.gform-icon.gform-icon--close {
  display: none !important;
}
.gfmc-field div:not(.gchoice) {
  padding-bottom: 0px !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  -ms-grid-columns: (1fr 2%) [12] !important;
  grid-row-gap: unset !important;
  display: unset !important;
  grid-template-columns: repeat(12, 1fr) !important;
  grid-template-rows: repeat(auto-fill, auto) !important;
  width: 100% !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: unset !important;
  justify-content: start !important;
}
.gfield_required.gfield_required_text {
  display: none !important;
}
/*----------------------form-css----------------------*/
.coman-form .gfield_label.gform-field-label {
  clip: unset;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: auto;
  margin: 0px 0px 10px 0px !important;
  overflow: visible;
  padding: 0;
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #444a50;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
  font-size: 17px !important;
  font-weight: bold;
  color: #444a50;
  height: 60px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  outline: none;
  box-shadow: 0 0 0 0;
  padding: 5px 21px !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  background-color: #f2f3f5 !important;
  margin-bottom: 28px !important;
  border: 2px solid #f2f3f5 !important;
  text-transform: capitalize;
}
.coman-form input[type="text"]:hover, .coman-form input[type="tel"]:hover, .coman-form input[type="email"]:hover, .coman-form textarea:hover, .coman-form input[type="text"]:focus, .coman-form input[type="tel"]:focus, .coman-form input[type="email"]:focus, .coman-form textarea:focus, .coman-form .gfield_select:hover, .coman-form .gfield_select:focus {
  background-color: #bc1a30 !important;
  color: #fff !important;
  border: 2px solid #bc1a30 !important;
}
.coman-form textarea {
  height: 160px !important;
  padding-top: 15px !important;
  resize: none;
}
.coman-form .gform_button {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 10px !important;
  position: relative;
  font-weight: bold;
  display: inline-block;
  margin-top: 0px !important;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #bc1a30;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.coman-form .gform_footer {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.coman-form .gform_button:hover, .coman-form .gform_button:focus {
  background: #010d41;
  color: #fff;
}
.coman-form input[type="text"]::placeholder, .coman-form input[type="tel"]::placeholder, .coman-form input[type="email"]::placeholder, .coman-form textarea::placeholder, .coman-form .gfield_select::placeholder {
  color: #444a50 !important;
  opacity: 1;
  font-weight: bold !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.coman-form input[type="text"]:hover::placeholder, .coman-form input[type="tel"]:hover::placeholder, .coman-form input[type="email"]:hover::placeholder, .coman-form textarea:hover::placeholder, .coman-form .gfield_select:hover, .coman-form .gfield_select:hover, .coman-form input[type="text"]:focus::placeholder, .coman-form input[type="tel"]:focus::placeholder, .coman-form input[type="email"]:focus::placeholder, .coman-form textarea:focus::placeholder, .coman-form .gfield_select:focus, .coman-form .gfield_select:focus {
  color: #FFF !important;
  opacity: 1;
  font-weight: bold !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.coman-sidebar-form {
  text-align: center;
  margin-bottom: 50px;
}
/*----------------------form-css----------------------*/
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin: 0px -14px !important;
  flex-direction: unset !important;
  justify-content: center !important;
}
.gform_ajax_spinner {
  display: none !important;
}
.coman-form .gfmc-column-inn {
  margin-bottom: 0px !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin: 0px -14px !important;
  flex-direction: unset !important;
  justify-content: center !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field .gfield {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  position: relative !important;
  width: 50% !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  margin-bottom: 0px !important;
}
.gfield_radio {
  text-align: left;
  margin-bottom: 35px;
}
.ginput_container_radio .gchoice {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.gchoice .gfield-choice-input[type="radio"] + label::before {
  font-family: fontAwesome;
  font-weight: 400;
  font-size: 11px;
  color: #a3a3a3;
  content: "\a0";
  background-color: #f2f3f5;
  border: 1px solid #f2f3f5;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  line-height: 15px;
  min-width: 18px;
  margin-right: 7px;
  margin-top: -4px;
}
.gchoice .gfield-choice-input[type="radio"]:checked + label::before {
  display: inline-block;
  content: '\f00c';
  background-color: #bc1a30;
  color: #fff;
  border-color: #bc1a30;
}
.custome-redie-btn .gfield.gfmc-column.gfmc-field {
  text-align: left;
  display: block !important;
  margin: 0px !important;
}
.custome-redie-btn .gfield.gfmc-column.gfmc-field .gfield {
  flex: 0 0 100% !important;
  max-width: unset !important;
  width: 100% !important;
  padding: 0px !important;
}
.custome-redie-btn .gform-field-label {
  display: inline-block;
  float: left !important;
  padding-top: 0px !important;
  color: #fff !important;
  font-size: 18px !important;
  width: auto !important;
  font-weight: normal !important;
}
.custome-redie-btn .ginput_container_radio {
  white-space: nowrap !important;
  float: left;
}
.welcome-form .coman-form {
  background: #010d41;
  padding: 45px;
  text-align: center;
}
.welcome-form .coman-form h2 {
  text-align: center;
  color: #fff;
}
.welcome-form .coman-form .gform_title{
  color: #0b1b5e !important;
}
.welcome-form .coman-form p {
  text-align: center;
  color: #fff;
}
.welcome-form .coman-form input[type="text"], .welcome-form .coman-form input[type="tel"], .welcome-form .coman-form input[type="email"], .welcome-form .coman-form textarea, .welcome-form .coman-form .gfield_select {
  color: #444a50;
  background-color: #f9fafb !important;
  border: 2px solid #f9fafb !important;
  margin-bottom: 20px !important;
}
.welcome-form .coman-form input[type="text"]:hover, .welcome-form .coman-form input[type="tel"]:hover, .welcome-form .coman-form input[type="email"]:hover, .welcome-form .coman-form textarea:hover, .welcome-form .coman-form input[type="text"]:focus, .welcome-form .coman-form input[type="tel"]:focus, .welcome-form .coman-form input[type="email"]:focus, .welcome-form .coman-form textarea:focus, .welcome-form .coman-form .gfield_select:hover, .welcome-form .coman-form .gfield_select:focus {
  background-color: #bc1a30 !important;
  color: #fff !important;
  border: 2px solid #bc1a30 !important;
}
.welcome-form .coman-form {
  margin-bottom: 15px;
  margin-top: 50px;
}
.welcome-form .coman-form textarea {
  height: 150px !important;
}
.welcome-form p:last-child {
  font-size: 13px;
  text-align: center;
  margin: 0;
}
.welcome-form .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  margin: 0px -10px !important;
}
.welcome-form .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field .gfield {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.ginput_container {
  text-align: left;
}

.ginput_container input {
   width: 0;
  display: inherit;
}

.superlanding-info .welcome-form .coman-form label, .superlanding-info .welcome-form .coman-form .gfield_label.gform-field-label, .coman-form label{
	  margin-bottom: 30px;
}
.superlanding-sec .superlanding-info .welcome-form .coman-form{
	margin-bottom:10px !important;
}

.ginput_container input[type="checkbox"] + label::before {
  font-family: fontAwesome;
  font-weight: 400;
  font-size: 11px;
  color: #a3a3a3;
  content: "\a0";
  background-color: #f2f3f5;
  border: 1px solid #f2f3f5;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  line-height: 15px;
  min-width: 18px;
  margin-right: 7px;
  margin-top: -4px;
}
.ginput_container input[type="checkbox"]:checked + label::before {
  display: inline-block;
  content: '\f00c';
  background-color: #bc1a30;
  color: #fff;
  border-color: #bc1a30;
}
.gfield--type-checkbox {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.gfield--type-checkbox input {
  position: absolute;
}
.welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
  color: #fff;
}
.coman-sidebar-form .coman-form {
  background: #010d41;
  padding: 45px;
  text-align: center;
}
.coman-sidebar-form .coman-form h2, .coman-sidebar-form .coman-form h3 {
  text-align: center;
  color: #fff;
}
.coman-sidebar-form .coman-form p {
  text-align: center;
  color: #fff;
}
.coman-sidebar-form .coman-form input[type="text"], .coman-sidebar-form .coman-form input[type="tel"], .coman-sidebar-form .coman-form input[type="email"], .coman-sidebar-form .coman-form textarea, .coman-sidebar-form .coman-form .gfield_select {
  color: #444a50;
  background-color: #f9fafb !important;
  border: 2px solid #f9fafb !important;
  margin-bottom: 20px !important;
}
.coman-sidebar-form .coman-form input[type="text"]:hover, .coman-sidebar-form .coman-form input[type="tel"]:hover, .coman-sidebar-form .coman-form input[type="email"]:hover, .coman-sidebar-form .coman-form textarea:hover, .coman-sidebar-form .coman-form input[type="text"]:focus, .coman-sidebar-form .coman-form input[type="tel"]:focus, .coman-sidebar-form .coman-form input[type="email"]:focus, .coman-sidebar-form .coman-form textarea:focus, .coman-sidebar-form .coman-form .gfield_select:hover, .coman-sidebar-form .coman-form .gfield_select:focus {
  background-color: #bc1a30 !important;
  color: #fff !important;
  border: 2px solid #bc1a30 !important;
}
.coman-sidebar-form .coman-form {
  margin-bottom: 15px;
  margin-top: 50px;
}
.coman-sidebar-form .coman-form textarea {
  height: 150px !important;
}
.coman-sidebar-form p:last-child {
  font-size: 13px;
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.coman-sidebar-form .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  margin: 0px -10px !important;
}
.coman-sidebar-form .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field .gfield {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.coman-sidebar-form .coman-form label, .coman-sidebar-form .coman-form .gfield_label.gform-field-label {
  color: #fff;
  font-size: 14px;
}
.coman-sidebar-form .coman-form .gform_button:hover, .coman-sidebar-form .coman-form .gform_button:focus {
  background: #fff;
  color: #010d41;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field .gfield {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    max-width: 100% !important;
  }
}
/* https://panorama-ins.com/contact/ https://www.weekslawfirm.net/career-contact/ https://www.mindvibe.com/intake-referral/ --radio---btn-*/
@media (max-width: 1800px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 59px;
    font-size: 14px !important;
  }
  .coman-form textarea {
    padding-top: 15px !important;
  }
  .coman-form .gform_button {
    height: 68px;
    line-height: 68px;
  }
  .welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
    font-size: 17px;
  }
}
@media (max-width: 1700px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 59px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 67px;
    line-height: 67px;
  }
  .welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 59px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 57px;
    line-height: 57px;
  }
  .welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 58px;
    font-size: 14px !important;
  }
  .coman-form textarea {
    padding-top: 15px !important;
  }
  .coman-form .gform_button {
    height: 65px;
    line-height: 65px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 40px;
  }
  .welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 58px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 62px;
    line-height: 62px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 35px;
  }
  .welcome-form .coman-form label, .welcome-form .coman-form .gfield_label.gform-field-label {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 58px;
    font-size: 13px !important;
  }
  .coman-form .gform_button {
    height: 58px;
    line-height: 58px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 35px;
  }
}
@media (max-width: 1200px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 57px;
    font-size: 13px !important;
  }
  .coman-form .gform_button {
    height: 55px;
    line-height: 55px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 30px;
  }
  .coman-sidebar-form .coman-form .gform_button {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 55px;
    font-size: 12px !important;
  }
  .coman-form .gform_button {
    height: 56px;
    line-height: 56px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 55px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 55px;
    line-height: 55px;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 25px;
  }
  .coman-sidebar-form .coman-form .gform_button {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 55px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 55px;
    line-height: 55px;
  }
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    margin-bottom: 15px !important;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 30px 20px;
  }
  .coman-sidebar-form .coman-form .gform_button {
    width: 280px;
  }
}
@media (max-width: 576px) {
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    height: 53px;
    font-size: 14px !important;
  }
  .coman-form .gform_button {
    height: 55px;
    line-height: 55px;
    width: 100%;
  }
  .coman-form input[type="text"], .coman-form input[type="tel"], .coman-form input[type="email"], .coman-form textarea, .coman-form .gfield_select {
    margin-bottom: 15px !important;
  }
  .welcome-form .coman-form, .coman-sidebar-form .coman-form {
    padding: 30px 15px;
  }
  .coman-sidebar-form .coman-form .gform_button {
    width: 100%;
  }
}