footer.footer {
    display: none;
  }

 .navbar{
    display: none;
  }

  .main_email {
    padding: 0 15px;
    background: #060606;
    position: relative;
    z-index: 1;
  }
  .main_email::before {
    position: absolute;
    content: '';
    width: 550px;
    height: 550px;
    border-radius: 620px;
    background: conic-gradient(from 90deg at 50% 50%, rgba(0, 55, 52, 0.60) 170.6250035762787deg, rgba(0, 189, 178, 0.50) 359.9285888671875deg);
    filter: blur(95px);
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
  /* negative feedback start */

  .issuesPills {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 16px;
  }

  .issuesPills .issuePillWrapper{
    display: flex;
    justify-content: center;
    column-gap: 10px;

  }
  .issuesPills .issuePillWrapper .issuePill{
    background: #DDEEFF;
    border-radius: 100px;
    padding: 5px 13px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #5582C6;
    cursor: pointer;
  }


  .disabled {
    /* pointer-events: none; */
    background: #ccc;
  }

  /* negative feedback end */

  .main_step {
    min-height: calc(100vh - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .first_content {

    background-color: #F5FAFF;
    max-height: 324px;
    max-width: 565px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
    border-radius: 5px;
  }

  .thankyou_content {
    max-width: 1076px;
    width: 100%;
    padding: 75px 0;
    text-align: center;
    max-height: 366px;
  }

  .forMobSwiper.error .aj_futurework label,
  #inquiryText.error {
    border: 1px solid red;
  }



  .thankyou_content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #B0CEFB;
    max-width: 620px;
    display: block;
    margin: 0 auto;
  }

  .thankyou_content img{
    width: 124px;
    height: 124px;
  }

  p.thanks_head {
    font-weight: 400;
    font-size: 37px;
    line-height: 24px;
    color: #F2F2F2;
    padding-bottom: 25px;
  }

  .second_content textarea {
    min-height: 98px;
    resize: none;
    text-transform: inherit;
    max-width: 485px;
    padding: 11px 18px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #05ada3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    outline: none;
    margin: 12px auto 14px;
    display: block;
  }

  .aj_btns {
    /* display: inline-flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    flex: 0 0 100%;
    background: #05ADA3;
    margin-top: 26px;
    padding: 11px 48px;
  }

  .second_content {
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 25px;
    min-width: 565px;
    width: 100%;
    /* max-height: 241px; */
  }

  .second_content a.next_step {
    /* margin-top: 13px; */
    text-align: right;
    /* padding-right: 48px; */
    /* width: 50%; */
    border-radius: 0px 0px 5px 0px;
  }

  .second_content a.prev_step {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    text-align: left;
    /* padding: 11px 0; */
    /* margin-top: 13px; */

    /* padding-left: 48px; */
    border-radius: 0px 0px 0px 5px;
  }

  .aj_logo {
    padding-top: 35px;
  }
  .aj_logo a {
    display: block;
    text-align: center;
  }

  p.second_head {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #003F79;
    padding-bottom: 9px;
  }

  .aj_futurework input {
    display: none;
  }

  .aj_futurework label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEC;
    border-radius: 5px;
    max-width: 485px;
    padding: 11px 0px 11px 15px;
    margin: 12px auto;
  }

  .aj_futurework label .labelCheckBox {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    border-radius: 2px;
    display: block;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aj_futurework input:checked+label .labelCheckBox {
    background-color: #05ADA3;
  }

  .aj_futurework input:checked+label {
    background-color: #eefffe;
    border: 1px solid #05ada3;
  }

  .first_content a {
    position: relative;
    display: block;
    text-align: center;
    /* margin-bottom: 29px; */
    padding: 11px 0;
  }

  .first_content .next_step span {
    position: relative;
  }

  p.heading {
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    color: #01305C;
    text-align: center;
    padding-bottom: 25px;
  }

  p.description {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #575E62;
    padding-bottom: 15px;
    max-width: 499px;
    width: 100%;
    margin: 0 auto;
  }

  .first_content .span1 {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #00305c;
    padding-bottom: 18px;
  }

  a.next_step {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    background-color: #05ADA3;
    /* padding: 11px 0; */
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
  }

  a.next_step .main-anim-arrow {
    position: relative;
    height: 1px;
    padding-left: 10px;
  }

  a.next_step .main-anim-arrow .left,
  a.next_step .main-anim-arrow .center,
  a.next_step .main-anim-arrow .right {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
  }

  a.next_step .main-anim-arrow .left {
    width: 5px;
  }

  a.next_step .main-anim-arrow .right {
    width: 20px;
  }

  a.next_step .main-anim-arrow .center {
    /* left: 20px; */
    width: 20px;
    height: 1px;
    transform: scaleX(1);
    transform-origin: left;
  }

  a.next_step .main-anim-arrow .right:before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    height: 1px;
    width: 10px;
    border-radius: 30%;
    right: -2px;
    top: -3.5px;
    transform: rotate(45deg);
  }

  a.next_step .main-anim-arrow .right:after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    height: 1px;
    width: 10px;
    border-radius: 30%;
    left: 12px;
    top: 3.5px;
    transform: rotate(-45deg);
  }

  a.next_step .main-anim-arrow .transf {
    transform: translateX(2px);
  }

  a.next_step:hover .main-anim-arrow .center {
    animation: center-animate 0.5s ease infinite alternate;
  }

  a.next_step:hover .main-anim-arrow .right {
    animation: right-animate 0.5s ease infinite alternate;
  }

  @keyframes right-animate {
    0% {
      transform: translateX(5px)
    }

    100% {
      transform: translateX(20px)
    }
  }

  @keyframes center-animate {
    0% {
      transform: scaleX(1)
    }

    100% {
      transform: scaleX(2)
    }
  }



  .prev_step img {
    margin-right: 10px;
  }

  .next_step img {
    margin-left: 10px;
  }

  textarea#inquiryText:focus {
    background: #eefffe;
    border: 1px solid #05ada3;
  }
  div#inquiryText2:focus div#inquiryTextWrapper {
    background: #eefffe;
    border: 1px solid #05ada3;
  }

  textarea#inquiryText::placeholder {
    color:#05ada3;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
  }

  .contentQuestion {
    display: none;
  }

  .contentQuestion.show {
    display: block;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  @media (max-width: 575px) {
    .main_email::before {
       display: none;
    }
    .swiper {
      width: 100%;
      height: 100%;
    }

    .second_content {
      max-width: 100%;
      max-height: 100%;
    }

    .main_step .swiper .swiper-wrapper {
      display: block !important;
    }

    .swiper-slide {
      text-align: center;
      border-radius: 10px;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
    }

    .second_content {
      min-width: 100%;

    }

    .aj_futurework label {
      margin: 12px 11px;
    }

    .second_content .second_head,
    .second_content textarea#inquiryText {
      margin: 12px 11px;
      max-width: 100%;
      width: calc(100% - 20px);
      font-size: 17px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .second_content_q4_2{
      max-width: 100%;
      max-height: 100%;
    }
    .second_content_q4_2{
      min-width: 100% !important;
    }
    .second_content_q4_2 .second_head{
      margin: 12px 11px;
      max-width: 100%;
      width: calc(100% - 20px);
      font-size: 17px;
      margin: 0 auto;
      flex-wrap: wrap;
    }
    .issuesPills {
      row-gap: 5px !important;
      margin-bottom: 12px;
    }
    .issuesPills .issuePillWrapper{
      flex-direction: column;
      margin: 0px 11px;
      row-gap: 5px;
    }
    .second_content_q4_2 div#inquiryTextWrapper{
      margin-top: 12px !important;
      max-width: 100%;
      width: calc(100% - 20px) !important;
      margin: 0 auto !important;
      flex-wrap: wrap !important;
    }



    a.next_step .main-anim-arrow .center {
      animation: center-animate 0.5s ease infinite alternate;
    }

    a.next_step .main-anim-arrow .right {
      animation: right-animate 0.5s ease infinite alternate;
    }

  }



  div.pagination {
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 4px 31px;
    display: none;
    color: #ffffff;
  }

  div.pagination label {
    color: #ffffff;
    text-align: center;
  }

  /* new */
  .second_content_q4_2 {
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 25px;
    min-width: 565px;
    width: 100%;
  }
  .second_content_q4_2 div#inquiryTextWrapper {
    min-height: 98px;
    resize: none;
    text-transform: inherit;
    max-width: 485px;
    padding: 11px 18px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #05ada3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    outline: none;
    margin: 28px auto 14px;
  }
  #inquiryText2{
    outline: none;
  }
  .second_content_q4_2 a.prev_step {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    text-align: left;
    /* padding: 11px 0; */
    /* margin-top: 13px; */

    /* padding-left: 48px; */
    border-radius: 0px 0px 0px 5px;
  }

  .issuesPills {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 16px;
  }

  .issuesPills .issuePillWrapper{
    display: flex;
    justify-content: center;
    column-gap: 10px;

  }
  .issuesPills .issuePillWrapper .issuePill{
    background: #eefffe;
    border-radius: 100px;
    padding: 5px 13px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #05ada3;
    cursor: pointer;
    text-align: center;
  }


  .disabled {
    /* pointer-events: none; */
    background: #ccc;
  }



  .error2 {
    border: 1px solid red !important;
  }