.footer-body:before,
.footer-contact {
  display: none;
} 
.footer-body:before, {
  display: none;
}



section.footer-main {
  padding-top: 0 !important;
}

.comapny_review {
  margin-bottom: 40px;
}
.step_form .comapny_review .company_review_body .review_heading_text {
  text-align: center;
}
.step_form .comapny_review .company_review_body:last-child .review_heading_text {
  text-align: right;
}
.step_form .comapny_review .content-wrapper {
  max-width: 1280px;
}
.step_form .comapny_review .company_review_body img {
  width: 100%;
}
.step_form .comapny_review .company_review_body p {
  font-size: 14px;
  margin-bottom: 0px;
}



.step_form .comapny_review .company_review_body {
  flex-basis: 19.1%;
}

.text_column_form_submitee {
  max-width: 864px;
}

.step_form .content-wrapper
{
  max-width:1180px;
}
section.step_form .form_flex
{
  flex-basis: 41.229%;
  border-radius:10px;
  overflow:hidden;
  transition: .35s flex-basis ease-in-out;
}
section.step_form .form_column {
  text-align: left;
  min-height: 500px;
  max-height: 500px;
  position:relative;
}
section.step_form .text_column {
  flex-basis: 55.264%;
  margin-right: 3.506%;
}
.mega_maenu_sec .mega_menu_item .mega_menu_item_fix
{
  display:none;
}
.step_form .form_column .each-form-content:not(:first-child) {
  display: none;
}
section.step_form .each-form-content {
  padding: 40px 40px 50px;
  max-height: 500px;
  overflow-y: auto;
  position:relative;
  z-index:1;
}
.step_form ul.no-list.hs-error-msgs.inputs-list {
  position: unset;
}
section.step_form .column_main_heading {
  position: relative;
  z-index: 1;
}
section.step_form .column_main_heading h4 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}
.form-container {
  display: none;
}
.form-container.loaded_form {
  display: block;
}
.column_main_heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 10px;
  width: 100%;
  max-width: 454px;
  z-index: -1;
  background-color: #aa1e23;
}
section.step_form .button-section a.next-btn {
  text-decoration: none;
  outline: none;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
  padding: 6px 38px 6px 10px;
  background-color: rgb(55, 64, 74);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  border:none;
}


section.step_form .hs-button.large.primary{
  width:100%;
}
section.step_form .check_box {
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 28px;
  background-color: #5c5c5c;
  bottom: 44px;
  right: 25px;
  transform: translate(50%,50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  color:#fff;
  visibility: hidden;
}

section.step_form .button-section {
  display: inline-block;
  position: relative;
  z-index: 1;
}
section.step_form .form_flex.removef_form  {
  display: none;
  transition:.5s display ease-in;
}
section.step_form .text_column .text_column_form_submit{
  display:none;
}
section.step_form .text_column.removef_heading .text_column_form_submit{
  display:block;
}
section.step_form .text_column.removef_heading .text_column_form_loaded
{
  display:none;
}
section.step_form .text_column.removef_heading {
  flex-basis: 75%;
  margin-right: 0;
}
.step_form .each-form-content.step2 {
  padding: 0px 40px 15px;
}

.step_form .each-form-content.step2 .each-step-wrapper {
  max-width: 210px;
  margin: 0 auto;
}
.step_form .comapny_review .company_review_body:last-child p {
  font-size: 16px;
  line-height: 1.25;
}
/* =================== Before and After Class ========================= */
section.step_form form input[type=radio]:checked:after,section.step_form form input[value="Other"]:checked:after
{
  background-color: #5c5c5c;
  border-radius:0;
  content: "";
  height: 100%;
  width: 100%;
  animation: 0.5s flicker_letter ease;
  animation-duration:0.5s;
}
section.step_form li.hs-form-radio.checked:after 
{
  content: "\2714";
  position:absolute;
  z-index:1;
  right: 10px;
  top: -9px;
  transform: translate(-50%,50%);
}
/* section.step_form .form_flex .hs_located_other label.checkbox:before {
content: "\2714";
position: absolute;
z-index: 5;
cursor: pointer;
bottom: 45px;
right: 25px;
transform: translate(50%,50%);
color: #fff;
} */
section.step_form .button-section:before {
  transform: translateX(-50%);
  content: "\2714";
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
/* =================== Before and After Class ========================= */
@keyframes flicker {
  0%   {background-color: #5c5c5c4d; border-color:#5c5c5c; opacity:.5;}
  25%  {background-color:  #5c5c5c1a; border-color:transparent;  opacity:1;}
  50%  {background-color: #5c5c5c4d; border-color:#5c5c5c; opacity:.5;}
  75%  {border-color:transparent;}
  100% {background-color:  #5c5c5c1a;border-color:#5c5c5c; opacity:1;}
}
@keyframes flicker_letter
{
  0%   {background-color: #5c5c5cc4;}
  25%  {background-color:  #5c5c5c;}
  50%  {background-color: #5c5c5cc4;}
  75%  {background-color:#5c5c5cc4;}
  100% {background-color:  #5c5c5c;}
}
.each-step-wrapper .hs-richtext h2 {
  margin: 0;
}
.form_popup_section {
  display:none;
}
section.step_form .form_flex .form_popup_close {
  max-width: 30px;
  margin-left: auto;
  padding: 5px;
  text-align: center;
  display:none;
  margin-right:10px;
  cursor: pointer;
}
section.step_form .form_column .load_bar{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#f2f3f4;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
section.step_form .form_column .load_bar .loader_line{
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(55, 64, 74, 0.3);
  position: relative;
  width: 160px;
}
section.step_form .form_column .load_bar .loader_line .line_run{
  height: 100%;
  background-color: rgb(55, 64, 74);
  border-radius: 4px;
  transition: all 0.4s ease 0s;
  width: 100%;
  animation: 1.3s linear 0s infinite normal none running iRScrV;
  transform-origin: 0% 50%;
}
section.step_form .form_column .load_bar.hide_bar{
  display:none;
}
@keyframes iRScrV{
  0% {
    transform: translateX(0px) scaleX(0);
  }
  10% {
    transform: translateX(0px) scaleX(0.2);
  }
  40% {
    transform: translateX(0px) scaleX(0.7);
  }
  60% {
    transform: translateX(60%) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.2);
  }
}
@media(max-width:1024px){
  .form_flex.is-visible{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    opacity: 1;
    visibility: visible;
  }
  section.step_form .form_flex.is-visible .each-form-content{
    max-height:100vh;
  }
  section.step_form .form_flex.is-visible .form_popup_close{
    display:block;
  }
  .form_flex .form_popup_section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#f2f3f4;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  section.step_form .form_flex.is-visible .form_popup_section{
    display:none;
  }
  .form_popup_section .time_tkn{
    text-align: center;
    font-size: 14px;
    margin-bottom:10px;
  }
  .form_popup_section .time_tkn span {
    line-height: 1;
    display: inline-block;
  }
  .form_popup_section  .time_tkn svg {
    max-width: 12px;
    width: 100%;
  }
  .form_popup_section .pp_button_start{
    text-align: center;
    background-color: #37404a;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
  }
  .form_popup_section .form_popup_button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

} 
@media(min-width:768px) and (max-width:1024px){
  section.step_form span.check_letter {
    left: 15px;
    top: 10px;
  }
  .step_form .each-form-content.step2 .each-step-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .step_form .comapny_review .company_review_body:last-child .review_heading_text {
    text-align: center;
  }
}
@media(max-width:767px) 
{
  section.step_form span.check_letter {

    left: 15px;
    top: 8px;
  }
  .step_form .each-form-content.step2 .each-step-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .step_form .comapny_review .company_review_body:not(:last-child) {
    margin-right: 0;
  }
  .step_form .comapny_review .company_review_body:first-child {
    flex-basis: 50%;
  }
  .step_form .comapny_review .company_review_body {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  .step_form .comapny_review .company_review_body:last-child {
    flex-basis: 50%;
  }
  .step_form .comapny_review .company_review_body:last-child .review_heading_text {
    text-align: center;
  }
}
@media(max-width:480px){
  section.step_form .each-form-content{
    padding:50px 25px;
  }
}


.footer-main form input[type=text],  .footer-main form input[type=email],  .footer-main form input[type=tel], .footer-main form textarea
{
  border: 1px solid rgba(255, 255, 255, 30%) !important;
}



{# upated css oct 2025 started #}
{# .text_with_img this class added form the edit page #}
.intake-form-sec.text_with_img .text_column {
  display: flex;
  column-gap: 35px;
  row-gap: 11px;
  align-items: center;
  margin-right: 0px;
  justify-content: space-between;
}
.intake-form-sec.text_with_img .text_column_form_submitee {
  max-width: 605px;
  width: 100%;
}
.intake-form-sec.text_with_img .wrap_img_conta {
  max-width: 470px;
  width: 100%;
}
.intake-form-sec.text_with_img .wrap_img_conta .img_column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 326 / 230; 
}
.intake-form-sec.text_with_img .button_conta a.cta_button {
  background-color: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: Outfit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.intake-form-sec.text_with_img .button_conta a:hover {
  background-color: #fff;
  border: 1px solid #aa1f23;
  color: #aa1f23;
}
.intake-form-sec.text_with_img .wrap_button_conta {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 25px;
  padding-top: 35px;
}
.intake-form-sec.text_with_img .thank_you_text h2:first-child {
  background-color: #aa1e23;
  width: fit-content;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 11px;
  padding-right: 9px;
}
.intake-form-sec.text_with_img .thank_you_text h2:nth-child(2) {
  font-size: 60px;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .intake-form-sec.text_with_img .thank_you_text h2:nth-child(2) {
    font-size: 49px;
  }
  .intake-form-sec.text_with_img .wrap_button_conta {
    padding-top: 25px;
  }
}
@media(max-width:767px) {
  .intake-form-sec.text_with_img .text_column {
    flex-direction: column;
  }
  .intake-form-sec.text_with_img .text_column_form_submitee {
    max-width: 100%;
  }
  .intake-form-sec.text_with_img .wrap_img_conta {
    max-width: 100%;
  }
  .intake-form-sec.text_with_img .thank_you_text h2:nth-child(2) {
    font-size: 38px;
  }
  .intake-form-sec.text_with_img .thank_you_text h2:first-child {
    font-size: 24px;
  }
  .intake-form-sec.text_with_img .wrap_button_conta {
    padding-top: 42px;
  }
}
{# upated css oct 2025 end #}

