@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
.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: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #2a2628 !important;
  height: 60px !important;
  width: 100% !important;
  font-family: "Roboto", serif !important;
  outline: none !important;
  box-shadow: 0 0 0 0 !important;
  padding: 5px 20px !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: #ffffff !important;
  margin-bottom: 15px !important;
  border: 2px solid #ffffff !important;
  text-align: left !important;
  text-indent: 0;
  border-radius: 0px !important;
  text-indent: unset !important;
}
.coman-form .gform_wrapper input[type="text"]:hover, .coman-form .gform_wrapper input[type="tel"]:hover, .coman-form .gform_wrapper input[type="email"]:hover, .coman-form .gform_wrapper textarea:hover, .coman-form .gform_wrapper input[type="text"]:focus, .coman-form .gform_wrapper input[type="tel"]:focus, .coman-form .gform_wrapper input[type="email"]:focus, .coman-form .gform_wrapper textarea:focus, .coman-form .gform_wrapper .gfield_select:hover, .coman-form .gform_wrapper .gfield_select:focus {
  background-color: #ffffff !important;
  color: #2a2628 !important;
  border: 2px solid #fa372c !important;
}
.coman-form textarea {
  height: 150px !important;
  padding-top: 20px !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: 100%;
  height: 50px;
  line-height: 50px;
  background: #fa372c;
  font-family: "Roboto", serif;
}
.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: #fff;
  color: #fa372c;
}
.coman-form .gform_wrapper input[type="text"]::placeholder, .coman-form .gform_wrapper input[type="tel"]::placeholder, .coman-form .gform_wrapper input[type="email"]::placeholder, .coman-form .gform_wrapper textarea::placeholder, .coman-form .gform_wrapper .gfield_select::placeholder {
  color: #2a2628 !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: "Roboto", serif;
}
.coman-form .gform_wrapper input[type="text"]:hover::placeholder, .coman-form .gform_wrapper input[type="tel"]:hover::placeholder, .coman-form .gform_wrapper input[type="email"]:hover::placeholder, .coman-form .gform_wrapper textarea:hover::placeholder, .coman-form .gform_wrapper .gfield_select:hover, .coman-form .gform_wrapper .gfield_select:hover, .coman-form .gform_wrapper input[type="text"]:focus::placeholder, .coman-form .gform_wrapper input[type="tel"]:focus::placeholder, .coman-form .gform_wrapper input[type="email"]:focus::placeholder, .coman-form .gform_wrapper textarea:focus::placeholder, .coman-form .gform_wrapper .gfield_select:focus, .coman-form .gform_wrapper .gfield_select:focus {
  color: #2a2628 !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: "Roboto", serif;
}
.coman-sidebar-form {
  padding: 40px;
  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 -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 -12px !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: 12px !important;
  padding-left: 12px !important;
  margin-bottom: 0px !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, .coman-form h3, .coman-form h2 {
  color: #fff;
  text-align: center;
}
.coman-form p a {
  color: #fff;
}
.coman-form p a:hover, .coman-form p a:focus {
  color: #1dafbc;
}
.form-info {
  text-align: center;
  margin-top: 35px;
}
.form-info p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Hind", serif;
  color: #fff;
  margin-bottom: 0px;
}
.form-info a.tel-link {
  color: #1dafbc;
  font-size: 60px;
  font-family: "Oswald", serif;
  font-weight: bold;
  line-height: 1;
}
.form-info a.tel-link:hover, .form-info a.tel-link:focus {
  color: #fcc01c;
}
.coman-sidebar-block .coman-form {
  padding: 50px 30px;
  background: #2a2628;
  margin-bottom: 50px;
}
.coman-form h2 {
  margin: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
  font-family: "Oswald";
}
.coman-form h2 small {
  color: #fa372c;
  font-size: 100%;
}
.new-home-benner-sec {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  padding: 60px 0px 30px 0px;
}
.new-home-benner-sec .coman-form {
  padding: 50px;
  background: #2a2628;
  text-align: center;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.13);
}
.new-home-benner-sec .coman-form h2 {
  font-size: 36px;
  line-height: normal;
  text-align: center;
  font-weight: normal;
}
.new-home-benner-sec .coman-form #gform_wrapper_6 {
  margin-top: 0px !important;
}
.new-home-benner-sec .coman-form .gform_wrapper ul li.gfield {
  margin: 0px !important;
}
.new-home-benner-sec .coman-form .gform_button {
  font-size: 24px !important;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-family: "Source Sans 3", sans-serif;
  width: 100% !important;
  border-radius: 0px !important;
}
.new-home-benner-sec #gform_wrapper_6 .top_label input.medium {
  width: 100% !important;
  font-family: "Source Sans 3", sans-serif;
}
.new-home-benner-sec #gform_fields_6 textarea {
  width: 100% !important;
  height: 130px !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  padding-top: 15px !important;
}
.new-home-benner-sec .gform_wrapper .top_label input.medium {
  font-size: 16px !important;
  font-family: "Source Sans 3", sans-serif !important;
}
.social-block ul li:first-child {
  padding-left: 0px !important;
  border: none !important;
}
.social-block ul {
  text-align: center;
  margin: 0px;
}
.social-block ul li {
  display: inline-block;
  padding: 0px 10px;
  list-style: none !important;
}
.social-block ul li a {
  color: #000000;
  font-size: 24px;
}
.social-block ul li:last-child {
  padding-right: 0px !important;
}
.award-block {
  margin: 25px 0px;
  text-align: center;
}
.award-block figure {
  padding: 0px 10px;
}
.new-home-benner-sec h1 {
  color: #212121;
  font-size: 60px;
  line-height: 1.3;
  font-family: "Oswald";
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(42, 38, 40, 0.2);
  margin-top: 5px;
  margin-bottom: 60px;
}
.new-home-benner-sec h1 b {
  color: #fa372c;
}
.new-home-benner-sec .container {
  max-width: 1430px !important;
}
.home-info ul {
  text-align: center;
  margin: 0px;
  border-bottom: 1px solid rgba(42, 38, 40, 0.2);
  position: relative;
}
.home-info ul li {
  display: inline-block;
  padding: 0px 20px;
  color: #212121;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-info ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #fa372c;
  left: 0px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-info ul li:first-child:before {
  display: none;
}
.home-info ul li:first-child {
  padding-left: 0px !important;
}
.home-info ul li:last-child {
  padding-right: 0px !important;
}
.intro-boxes-sec {
  background-color: rgba(31, 31, 31, 0.9);
}
.intro-boxes-sec .intro-boxes {
  position: relative !important;
  background-color: rgba(31, 31, 31, 0.9);
}
.new-home-benner-sec .gform_body ul {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin: 0px -7px !important;
  flex-direction: unset !important;
  justify-content: center !important;
}
.new-home-benner-sec .gform_body ul li {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  position: relative !important;
  width: 50% !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
  margin-bottom: 0px !important;
  width: 100% !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  max-width: 100% !important;
}
.new-home-benner-sec .gform_body ul li.gfield--type-textarea {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.new-home-benner-sec .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: 0;
  color: red !important;
  margin-bottom: 10px !important;
}
.new-home-benner-sec .gform_legacy_markup_wrapper ul.gform_fields {
  margin: 0px -7px !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 .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 59px !important;
    font-size: 15px !important;
  }
  .coman-form .gform_wrapper textarea {
    padding-top: 15px !important;
  }
  .form-info p {
    font-size: 15px;
  }
  .form-info a.tel-link {
    font-size: 55px;
  }
}
@media (max-width: 1700px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 59px !important;
    font-size: 15px !important;
  }
  .form-info p {
    font-size: 15px;
  }
  .form-info a.tel-link {
    font-size: 53px;
  }
  .coman-sidebar-block .coman-form {
    padding: 50px 30px;
  }
  .new-home-benner-sec h1 {
    font-size: 55px;
    padding-top: 10px;
  }
}
@media (max-width: 1600px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 59px !important;
    font-size: 15px !important;
  }
  .form-info p {
    font-size: 15px;
  }
  .form-info a.tel-link {
    font-size: 50px;
  }
  .coman-sidebar-block .coman-form {
    padding: 50px 30px;
  }
  .new-home-benner-sec h1 {
    font-size: 50px;
    padding-top: 10px;
  }
}
@media (max-width: 1500px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 58px !important;
    font-size: 15px !important;
  }
  .coman-form .gform_wrapper textarea {
    padding-top: 15px !important;
  }
  .form-info p {
    font-size: 15px;
  }
  .form-info a.tel-link {
    font-size: 47px;
  }
  .coman-sidebar-block .coman-form {
    padding: 50px 30px;
  }
  .new-home-benner-sec h1 {
    font-size: 49px;
    padding-top: 10px;
  }
}
@media (max-width: 1400px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 58px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 35px;
    text-align: center;
  }
  .form-info p {
    font-size: 14px;
  }
  .form-info a.tel-link {
    font-size: 45px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 45px 25px;
  }
  .new-home-benner-sec h1 {
    font-size: 46px;
    padding-top: 10px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 21px !important;
    height: 64px !important;
    line-height: 64px !important;
  }
  .home-info ul li {
    font-size: 18px;
    padding: 0px 18px;
  }
  .new-home-benner-sec .coman-form {
    padding: 45px 45px 45px 45px;
  }
}
@media (max-width: 1300px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 58px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 30px;
    text-align: center;
  }
  .form-info p {
    font-size: 14px;
  }
  .form-info a.tel-link {
    font-size: 42px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 40px 20px;
  }
  .new-home-benner-sec h1 {
    font-size: 43px;
    padding-top: 10px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 20px !important;
    height: 62px !important;
    line-height: 62px !important;
  }
  .home-info ul li {
    font-size: 17px;
    padding: 0px 18px;
  }
  .new-home-benner-sec .coman-form {
    padding: 40px 40px 40px 40px;
  }
  .new-home-benner-sec #gform_wrapper_6 .top_label input.medium {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 57px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 25px;
    text-align: center;
  }
  .form-info p {
    font-size: 13px;
  }
  .form-info a.tel-link {
    font-size: 41px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 35px 20px;
  }
  .new-home-benner-sec h1 {
    font-size: 40px;
    padding-top: 10px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 19px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  .home-info ul li {
    font-size: 16px;
    padding: 0px 18px;
  }
  .new-home-benner-sec .coman-form {
    padding: 35px 35px 35px 35px;
  }
  .new-home-benner-sec #gform_wrapper_6 .top_label input.medium {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 55px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 20px;
    text-align: center;
  }
  .form-info p {
    font-size: 12px;
  }
  .form-info a.tel-link {
    font-size: 40px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 30px 15px;
  }
  .new-home-benner-sec .coman-form {
    padding: 30px 25px 30px 25px;
  }
  .new-home-benner-sec #gform_wrapper_6 .top_label input.medium {
    width: 100% !important;
  }
  .new-home-benner-sec h1 {
    font-size: 35px;
    padding-top: 10px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 19px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  .home-info ul li {
    font-size: 15px;
    padding: 0px 18px;
  }
}
@media (max-width: 991px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 55px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 20px;
    text-align: center;
  }
  .form-info p {
    font-size: 12px;
  }
  .form-info a.tel-link {
    font-size: 40px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 30px 20px;
  }
  .new-home-benner-sec h1 {
    font-size: 38px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 19px !important;
    height: 59px !important;
    line-height: 59px !important;
  }
  .new-home-benner-sec {
    background-size: 100% auto !important;
    background-color: #fff !important;
    background-position: top center !important;
    padding-top: 50%;
    text-align: center;
    padding-bottom: 50px !important;
  }
  .home-info ul li {
    font-size: 14px;
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 55px !important;
    font-size: 15px !important;
  }
  .coman-sidebar-form {
    padding: 40px 15px;
    text-align: center;
  }
  .form-info p {
    font-size: 12px;
  }
  .form-info a.tel-link {
    font-size: 40px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 30px 20px;
  }
  .new-home-benner-sec h1 {
    font-size: 34px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .new-home-benner-sec #gform_wrapper_6 .top_label input.medium {
    width: 100% !important;
  }
  .new-home-benner-sec #gform_wrapper_6 .gfield {
    width: 100% !important;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 19px !important;
    height: 57px !important;
    line-height: 57px !important;
  }
  .new-home-benner-sec {
    background-size: 100% auto !important;
    background-color: #fff !important;
    background-position: top center !important;
    padding-top: 50%;
    text-align: center;
    padding-bottom: 50px !important;
  }
  .home-info ul li {
    font-size: 14px;
    padding: 0px 15px;
  }
  .intro-boxes-sec {
    display: none;
  }
  .new-home-benner-sec .gform_body ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .new-home-benner-sec .gform_body ul li.gfield--type-textarea {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .coman-form .gform_wrapper input[type="text"], .coman-form .gform_wrapper input[type="tel"], .coman-form .gform_wrapper input[type="email"], .coman-form .gform_wrapper textarea, .coman-form .gform_wrapper .gfield_select {
    height: 53px !important;
    font-size: 14px !important;
  }
  .coman-sidebar-form {
    padding: 40px 15px;
    text-align: center;
  }
  .form-info p {
    font-size: 12px;
  }
  .form-info a.tel-link {
    font-size: 40px;
  }
  .coman-sidebar-block .coman-form, .new-home-benner-sec .coman-form {
    padding: 30px 15px;
  }
  .new-home-benner-sec {
    background-size: 100% auto !important;
    background-color: #fff !important;
    background-position: top center !important;
    padding-top: 50%;
    text-align: center;
    padding-bottom: 50px !important;
  }
  .new-home-benner-sec h1 {
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .new-home-benner-sec .coman-form .gform_button {
    font-size: 18px !important;
    height: 55px !important;
    line-height: 55px !important;
  }
  .home-info ul li {
    font-size: 13px;
    padding: 0px 15px;
  }
  .new-home-benner-sec .gform_body ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .new-home-benner-sec .gform_body ul li.gfield--type-textarea {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}