.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: green !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: 16px;
  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-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #333333;
  height: 60px;
  width: 100%;
  background-color: #f9fafb !important;
  outline: none;
  border: none;
  box-shadow: 0 0 0 0;
  padding: 5px 22px !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;
  margin-bottom: 20px !important;
  border: 2px solid #f9fafb !important;
}
.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: #fff !important;
  color: #333333 !important;
  border: 2px solid #d4af36 !important;
}
.coman-form textarea {
  height: 150px !important;
  padding-top: 20px !important;
  resize: none;
}
.coman-form .gform_button {
  font-size: 19px;
  color: #ffffff;
  background-color: #8b0100 !important;
  text-transform: uppercase;
  padding: 0px 10px !important;
  position: relative;
  font-weight: 800;
  display: inline-block;
  margin-top: 0px !important;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px;
}
.coman-form .gform_footer {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
}
.coman-form .gform_button:hover, .coman-form .gform_button:focus {
  background-color: #ffd13b !important;
  color: #fff;
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.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: #333333 !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: "Open Sans", 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: #333333 !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: "Open Sans", sans-serif;
}
.coman-form {
  background: #0a3054;
  padding: 64px;
  text-align: center;
  height: auto;
}
.coman-form h2 {
  color: #fff;
}
.coman-form p {
  color: #fff;
}
.coman-form p a {
  color: #bf8e5a;
}
.coman-form p a:hover, .coman-form p a:focus {
  color: #0071cd;
}
/*----------------------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 -8px !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 -10px !important;
  flex-direction: unset !important;
  justify-content: center !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field .gfield {
  flex: 0 0 33.33% !important;
  max-width: 33.33% !important;
  position: relative !important;
  width: 100% !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-bottom: 0px !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field.two-col .gfield:nth-child(1) {
  width: 33.33% !important;
  flex: 0 0 33.33% !important;
  max-width: 33.33% !important;
}
.coman-form .gfmc-container .gfield.gfmc-column.gfmc-field.two-col .gfield:nth-child(2) {
  width: 66.66% !important;
  flex: 0 0 66.66% !important;
  max-width: 66.66% !important;
}
.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: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 15px;
  line-height: 14px;
  min-width: 15px;
  margin-right: 10px;
  margin-top: -7px;
  border-radius: 4px;
}
.gchoice .gfield-choice-input[type="radio"]:checked + label::before {
  display: inline-block;
  content: '\f00c';
  background-color: #fff;
  color: #2974d2;
  border-color: #2974d2;
}
.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;
}
.coman-form p:first-child {
  margin-bottom: 0px;
}
.coman-form p small {
  color: #ffffff;
  font-size: 14px;
  background: #1a2341;
  display: inline-block;
  padding: 4px 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
.form-call-info {
  margin-top: 50px;
}
.form-call-info p {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
  opacity: 0.2;
  font-weight: bold !important;
  letter-spacing: 3px;
  font-size: 14px;
}
.form-call-info .form-link {
  font-size: 40px;
  color: #fffefe;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0px 20px 0px;
  line-height: 1;
}
.form-call-info .form-call-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: #264d7c;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 190px;
  margin: auto;
  border-radius: 50px;
}
.form-call-info .form-call-btn:hover, .form-call-info .form-call-btn:focus {
  background: #bf8e5a;
  color: #ffffff;
}
.contact-us-sec .coman-form {
  background: #fff;
  height: 100%;
}
.contact-us-sec .coman-form h2 {
  color: #0e385f;
  font-family: 'Bodoni SvtyTwo OS ITC TT';
}
.contact-us-sec .coman-form p {
  color: #222222;
}
.contact-us-sec .coman-form input[type="text"], .contact-us-sec .coman-form input[type="tel"], .contact-us-sec .coman-form input[type="email"], .contact-us-sec .coman-form textarea, .contact-us-sec .coman-form .gfield_select {
  color: #333333;
  background-color: #eff3f6 !important;
  border: 2px solid #eff3f6 !important;
}
.contact-us-sec .coman-form input[type="text"]:hover, .contact-us-sec .coman-form input[type="tel"]:hover, .contact-us-sec .coman-form input[type="email"]:hover, .contact-us-sec .coman-form textarea:hover, .contact-us-sec .coman-form input[type="text"]:focus, .contact-us-sec .coman-form input[type="tel"]:focus, .contact-us-sec .coman-form input[type="email"]:focus, .contact-us-sec .coman-form textarea:focus, .contact-us-sec .coman-form .gfield_select:hover, .contact-us-sec .coman-form .gfield_select:focus {
  background-color: #fff !important;
  color: #333333 !important;
  border: 2px solid #1a2341 !important;
}
.super-landing-benner-sec .coman-form {
  background: rgba(255, 255, 255, 0.9);
}
.super-landing-benner-sec .coman-form h5 {
  color: #0e385f;
  font-size: 48px;
  font-family: 'Bodoni SvtyTwo OS ITC TT';
}
.super-landing-benner-sec .coman-form p {
  color: #222222;
  margin-bottom: 10px;
}
.super-landing-benner-sec .coman-form input[type="text"], .super-landing-benner-sec .coman-form input[type="tel"], .super-landing-benner-sec .coman-form input[type="email"], .super-landing-benner-sec .coman-form textarea, .super-landing-benner-sec .coman-form .gfield_select {
  color: #333333;
  background-color: #ffffff !important;
  border: 2px solid #e8ecef !important;
  margin-bottom: 15px !important;
}
.super-landing-benner-sec .coman-form input[type="text"]:hover, .super-landing-benner-sec .coman-form input[type="tel"]:hover, .super-landing-benner-sec .coman-form input[type="email"]:hover, .super-landing-benner-sec .coman-form textarea:hover, .super-landing-benner-sec .coman-form input[type="text"]:focus, .super-landing-benner-sec .coman-form input[type="tel"]:focus, .super-landing-benner-sec .coman-form input[type="email"]:focus, .super-landing-benner-sec .coman-form textarea:focus, .super-landing-benner-sec .coman-form .gfield_select:hover, .super-landing-benner-sec .coman-form .gfield_select:focus {
  background-color: #fff !important;
  color: #333333 !important;
  border: 2px solid #ffd13b !important;
}
.super-landing-benner-sec .coman-form .gform_button {
  color: #ffffff;
  background-color: #1a2341 !important;
}
.super-landing-benner-sec .coman-form .gform_button:hover, .super-landing-benner-sec .coman-form .gform_button:focus {
  background-color: #ffd13b !important;
  color: #fff;
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
@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;
  }
  .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field.two-col .gfield:nth-child(1) {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .coman-form .gfmc-container .gfield.gfmc-column.gfmc-field.two-col .gfield:nth-child(2) {
    width: 100% !important;
    flex: 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 h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 46px;
  }
}
@media (max-width: 1700px) {
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 44px;
  }
}
@media (max-width: 1600px) {
  .coman-form {
    padding: 60px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 42px;
  }
}
@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 {
    padding: 55px;
  }
  .coman-form p small {
    font-size: 13px;
    padding: 4px 15px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 40px;
  }
}
@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;
    margin-bottom: 17px !important;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 38px;
  }
  .coman-form {
    padding: 50px;
  }
  .coman-form p small {
    font-size: 13px;
    padding: 4px 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: 14px !important;
    margin-bottom: 17px !important;
  }
  .coman-form {
    padding: 47px;
  }
  .coman-form p small {
    font-size: 13px;
    padding: 4px 15px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 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: 14px !important;
    margin-bottom: 15px !important;
  }
  .coman-form .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .coman-form {
    padding: 45px;
  }
  .coman-form p small {
    font-size: 12px;
    padding: 4px 10px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 32px;
  }
}
@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: 14px !important;
    margin-bottom: 14px !important;
  }
  .coman-form .gform_button {
    height: 57px;
    line-height: 57px;
    font-size: 15px;
  }
  .coman-form {
    padding: 40px;
  }
  .coman-form p small {
    font-size: 11px;
    padding: 4px 10px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 30px;
  }
  .form-call-info {
    margin-top: 25px;
  }
  .form-call-info p {
    font-size: 12px;
  }
  .form-call-info .form-link {
    font-size: 35px;
  }
}
@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;
    margin-bottom: 14px !important;
  }
  .super-landing-benner-sec .coman-form input[type="text"], .super-landing-benner-sec .coman-form input[type="tel"], .super-landing-benner-sec .coman-form input[type="email"], .super-landing-benner-sec .coman-form textarea, .super-landing-benner-sec .coman-form .gfield_select {
    margin-bottom: 14px !important;
  }
  .coman-form .gform_button {
    height: 57px !important;
    line-height: 57px !important;
    font-size: 14px !important;
  }
  .coman-form {
    padding: 35px;
  }
  .coman-form p small {
    font-size: 12px;
    padding: 4px 10px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 35px;
  }
  .form-call-info {
    margin-top: 25px;
  }
  .form-call-info p {
    font-size: 12px;
  }
  .form-call-info .form-link {
    font-size: 35px;
  }
}
@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;
    margin-bottom: 12px !important;
  }
  .super-landing-benner-sec .coman-form input[type="text"], .super-landing-benner-sec .coman-form input[type="tel"], .super-landing-benner-sec .coman-form input[type="email"], .super-landing-benner-sec .coman-form textarea, .super-landing-benner-sec .coman-form .gfield_select {
    margin-bottom: 12px !important;
  }
  .coman-form .gform_button {
    height: 57px !important;
    line-height: 57px !important;
    font-size: 15px !important;
  }
  .coman-form {
    padding: 40px 30px;
  }
  .coman-form textarea {
    padding-top: 15px !important;
    height: 110px !important;
  }
  .coman-form p small {
    font-size: 13px;
    padding: 4px 4px;
    margin-bottom: 10px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 30px;
  }
  .coman-form p br {
    display: none;
  }
  .form-call-info {
    margin-top: 25px;
  }
  .form-call-info p {
    font-size: 12px;
  }
  .form-call-info .form-link {
    font-size: 35px;
  }
}
@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: 47px;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .super-landing-benner-sec .coman-form input[type="text"], .super-landing-benner-sec .coman-form input[type="tel"], .super-landing-benner-sec .coman-form input[type="email"], .super-landing-benner-sec .coman-form textarea, .super-landing-benner-sec .coman-form .gfield_select {
    margin-bottom: 10px !important;
  }
  .coman-form .gform_button {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 14px !important;
  }
  .coman-form {
    padding: 30px 15px;
  }
  .coman-form textarea {
    padding-top: 15px !important;
    height: 100px !important;
  }
  .coman-form p small {
    font-size: 12px;
    padding: 4px 4px;
    margin-bottom: 10px;
  }
  .coman-form h2, .super-landing-benner-sec .coman-form h5 {
    font-size: 24px;
  }
  .coman-form p br {
    display: none;
  }
  .form-call-info {
    margin-top: 20px;
  }
  .form-call-info p {
    font-size: 12px;
  }
  .form-call-info .form-link {
    font-size: 30px;
  }
}