/* Step Design CSS Starts Here */

.vo-flow-ba-ms-form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.vo-flow-ba-ms-form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

.vo-flow-ba-ms-form fieldset:not(:first-of-type) {
  display: none;
}

.vo-flow-ba-ms-form input[type="text"],
.vo-flow-ba-ms-form textarea {
  color: #092a49;
  height: auto;
  width: 100%;
  border: 1px solid #092a49;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /*  */

  padding: 9px;
  font-size: 16px;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #092a49;
  border-style: solid;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(66, 66, 66, .34);
}

.vo-flow-ba-ms-form input[type="text"]:focus,
.vo-flow-ba-ms-form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #092a49;
  outline-width: 0;
}

.vo-flow-ba-ms-form input[type="text"]::placeholder {
  color: #092a49;
}

.vo-flow-ba-ms-form .action-button {
  width: 100px;
  background: #092a49;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  border-radius: 5px;
  margin-right: 10px;
}

.vo-flow-ba-ms-form .action-button:hover,
.vo-flow-ba-ms-form .action-button:focus {
  background-color: #036dbc;
}

.vo-flow-ba-ms-form .action-button-previous {
  width: 100px;
  background: #092a49;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  border-radius: 5px;
  margin-left: 10px;
  float: left;
}

.vo-flow-ba-ms-form .action-button-previous:hover,
.vo-flow-ba-ms-form .action-button-previous:focus {
  background-color: #036dbc;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}



.progress {
  height: 20px;
}

.progress-bar {
  background-color: #092a49;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* Step Design CSS Ends Here */

/* Step-1 CSS Starts Here */

.extraBorderSelect
{
  outline: 5px solid #19f319;
}

.vo_flow_fieldset {
  margin-top: 20px !important;
}




.fieldset_01 .vo_new_design_wrapper_01 {
  width: 100%;
  border-radius: 0px;
  background-color: #fff;
  padding-bottom: 30px;
}

.fieldset_01 .vo_flow_ba_step_headings h2 {
  font-size: 30px;
}

.fieldset_01 .vo_flow_ba_step_headings h2::after {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background-color: #36ff00;
  margin: 14px auto 0;
  margin-bottom: 70px;
}

.fieldset_01 .addressBox i {
  color: #036dbc;
}

.fieldset_01 .addressBox small {
  color: green;
}

.fieldset_01 .addressBox p {
  margin-bottom: 7px;
}

.fieldset_01 .open-modal {
  color: #092a49;
  font-weight: bold;
  cursor: pointer;
}

.fieldset_01 .prestigiousAddress p,
.vo_flow_ba_premiumAdd {
  color: #fff;
}

.vo_flow_ba_premiumAdd .open-modal {
  color: #ffd700;
}

.fieldset_01 .prestigiousAddress .open-modal {
  font-weight: bold;
  color: #fff;
}

/* Radio Button CSS */

.payment-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #007bff;
  /* Border color */
  margin: 20px auto;
}

.payment-row {
  display: table-row;
}

.payment-cell {
  display: table-cell;
  border: 1px solid #007bff;
  padding: 10px;
  text-align: left;
  line-height: 34px;
  font-size: 18px;
}

.payment-header {
  /* background-color: #007bff; */
  /* color: white; */
  font-weight: bold;
}


.step-1-Form-C .radio-wrapper input[type="radio"] {
  appearance: none;
  /* Removes default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  /* Custom size */
  height: 16px;
  border: 2px solid #092a49;
  /* Define border color */
  border-radius: 50%;
  /* Makes it circular */
  outline: none;
  background-color: #fff;
  /* Ensure background remains white */
  cursor: pointer;
  position: relative;
}

.step-1-Form-C .radio-wrapper input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #092a49;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-1-Form-C .radio-wrapper input[type="radio"]:checked {
  background-color: #092a49;
  box-shadow: inset 0 0 0 4px white;

  background-color: transparent;
  /* Prevent solid color filling */
  border-color: #092a49;
  /* Keep only the border */
}

/* New CSS*/

.step-1-form-container {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  max-width: 60%;
}

.step-1-section {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.step-1-section-title,
.step-1-section-pkg {
  font-weight: bold;
  margin-bottom: 10px;
  color: #092a49;
  /* font-size: 1.1em; */
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
}

.step-1-section-pkg {
  margin-left: 10px;
  color: red;
}

.step-1-package-option {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #092a49;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.step-1-package-option:hover {
  opacity: 0.9;
}

.step-1-package-option.step-1-selected {
  opacity: 1;
  font-weight: bold;
}

.step-1-package-option.step-1-selected::after {
  content: '✓';
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  color: white;
}

.step-1-payment-frequency {
  display: flex;
  gap: 15px;
}

.step-1-radio-wrapper {
  flex: 1;
  position: relative;
}

.step-1-radio-wrapper input[type="radio"] {
  display: none;
}

.step-1-radio-wrapper label {
  display: block;
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 40px;
  color: #092a49;
}

.step-1-radio-wrapper label::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #38618c;
  transition: all 0.3s ease;
}

.step-1-radio-wrapper input[type="radio"]:checked+label {
  border-color: #092a49;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.step-1-radio-wrapper input[type="radio"]:checked+label::before {
  border-color: #092a49;
  background-color: #092a49;
  box-shadow: inset 0 0 0 4px white;
}

.step-1-price-info {
  text-align: center;
  color: #0a3c66;
  font-size: 0.9em;
  font-size: 16px;
}

.step-1-discount-note {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-size: 0.9em;
}

/* Modal CSS */

/* ===== Modal Background ===== */
.fieldset_01 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dim background */
  backdrop-filter: blur(5px);
  /* Slight blur effect */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* ===== Modal Content (Centering & Styling) ===== */
.fieldset_01 .modal-content {
  background: #fff;
  width: 50%;
  max-width: 800px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal.show {
  display: block;
  opacity: 1;
}

.fieldset_01 .modal.show .modal-content h2 {
  font-size: 26px;
}

.fieldset_01 .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-left: auto;
  display: inline-table;
  background-color: #092a49;
  color: #fff;
  line-height: 22px;
}

.fieldset_01 .close-btn:hover {
  color: #036dbc;
}

.fieldset_01 .modal-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}

.fieldset_01 .modal-body {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .fieldset_01 .modal-content {
    width: 90%;
  }
}

/* Step-1 CSS Ends Here */

/* Step-2 Starts Here */

.fieldset_02 .form-card .custom-radio,
.fieldset_03 .form-card .custom-radio,
.fieldset_05 .form-card .custom-radio
{
  margin-bottom: 50px !important;
}

.fieldset_02 .form-card .custom-radio p {
  margin-top: 0;
  font-size: 13px;
  font-style: italic;
  margin-left: 30px;
}


/* Step-2 Ends Here */


/* Step-3 Starts Here */

.fieldset_03 .paddingLeftNone,
.fieldset_06 .paddingLeftNone {
  padding-left: 0;
}

.fieldset_03 .input-group-01 button {
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #092a49;
  border: none;
  transition: all 0.5s;
}

.fieldset_03 .input-group-01 button:hover {
  background-color: #036dbc;
}

.fieldset_03 .step-3-Form-A .addAdditionalActivity,
.fieldset_04 .step-4-Form-A .addAdditionalActivity {
  float: right;
  margin: 20px 0;
  background: #092a49;
  transition: all 0.5s;
  border: none;
}

.fieldset_03 .step-3-Form-A .addAdditionalActivity:hover {
  background-color: #036dbc;
}

.fieldset_03 .step-3-Form-A ul {
  padding-left: 25px;
}

.fieldset_03 .step-3-Form-A ul li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 15px;
}

.fieldset_03 .step-3-Form-A .input-group:focus-within .btn {
  background-color: #0d6efd !important;
  /* Bootstrap primary blue */
  border-color: #0d6efd !important;
  color: #fff !important;
}

.fieldset_03 .step-3-Form-A .nameOfCompany {
  display: none;
}


/* Step-3 Ends Here */

/* Step-4 Starts Here */
.fieldset_01 select,
.fieldset_01 input[type="number"],
.fieldset_03 select,
.fieldset_04 select,
.fieldset_05 select,
.fieldset_06 select,
.fieldset_04 input[type="tel"],
.fieldset_05 input[type="tel"],
.fieldset_05 input[type="email"],
.fieldset_04 input[type="date"],
.fieldset_05 input[type="date"] {
  height: auto;
  width: 100%;
  border: 1px solid #092a49;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 9px;
  font-size: 16px;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF !important;
  color: #092a49;
  border-style: solid;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(66, 66, 66, .34);
}

.fieldset_04 h6 {
  font-size: 18px;
}

.fieldset_04 .step-4-Form-A .birthBr,
.fieldset_04 .step-4-Form-A .numberBr {
  display: none;
}

@media screen and (max-width: 1549px) and (min-width: 1100px) {

  .fieldset_04 .step-4-Form-A .birthBr,
  .fieldset_04 .step-4-Form-A .numberBr {
    display: block;
  }
}



/* Step-4 Ends Here */


/* Step-5 Starts Here */
.fieldset_05 .step-5-Form-B .col-md-2 .btn,
.fieldset_05 .step-5-Form-C .col-md-2 .btn,
.fieldset_03 .step-3-Form-A .col-md-2 .btn {
  background-color: #092a49 !important;
  width: 100% !important;
  border: none;
  transition: all 0.5s;
  height: 42px;
}

.fieldset_05 .step-5-Form-B .col-md-2 .btn:hover,
.fieldset_05 .step-5-Form-C .col-md-2 .btn:hover,
.fieldset_03 .step-3-Form-A .col-md-2 .btn:hover {
  background-color: #036dbc !important;
}

.fieldset_05 .step-5-Form-B .col-md-9 .text-success,
.fieldset_05 .step-5-Form-C .col-md-9 .text-success {
  font-size: 15px;
}

.fieldset_05 .step-5-Form-B .paddingLeftNone p,
.fieldset_05 .step-5-Form-C .paddingLeftNone p {
  /* color: red; */
  font-size: 16px;
  line-height: 22px;
  margin-bottom: -15px;
}

/* Step-5 Ends Here */

/* Step-6 Starts Here */
.fieldset_06 .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.fieldset_06 .accordion-header:hover h6 {
  color: #036dbc;
  transition: all 0.5s;
}

.fieldset_06 .accordion-header h6 {
  font-size: 18px;
}

.fieldset_06 .accordion-header p {
  color: black; /*lightslategray;*/
  font-size: 16px;
  font-style: italic;
}

.fieldset_06 .accordion-content {
  display: none;
  /* jQuery will handle show/hide */
  padding: 12px;
  border: 1px solid #ddd;
  border-top: none;
  border-top: 1px solid #036dbc;
  padding-top: 25px;
}

.fieldset_06 .accordion-content p {
  line-height: 27px;
  font-size: 15px;
}


.fieldset_06 .icon-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fieldset_06 .icon-container a,
.fieldset_06 .icon-container input {
  pointer-events: auto;
}

.fieldset_06 .icon-container input[type="checkbox"] {
  appearance: none;
  /* Hide default checkbox */
  width: 25px;
  height: 28px;
  border: 2px solid #036dbc;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
}

/* Animate background and scale when checked */
.fieldset_06 .icon-container input[type="checkbox"]:checked {
  background-color: #092a49;
  transform: scale(1.1);
  /* Slightly enlarge on selection */
  border-color: #036dbc;
}

/* Optional: Add a smooth appearing checkmark */
.fieldset_06 .icon-container input[type="checkbox"]::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.fieldset_06 .icon-container input[type="checkbox"]:checked::after {
  opacity: 1;
  transform: scale(1);
}

.fieldset_06 .icon-container span {
  font-size: 30px;
  color: #092a49;
  margin-right: 20px;
  transition: all 0.5s;
}

.fieldset_06 .icon-container span:hover {
  color: #036dbc;
}

.fieldset_06 .form_group p {
  font-size: 15px;
}

.fieldset_06 .custom-radio {
  margin-top: 20px;
}

.fieldset_06 .radioGroup_1 {

  margin-bottom: -25px;
}

/* Step-6 Ends Here */
.fieldset_02 .form_content,
.fieldset_03 .form_content,
.fieldset_04 .form_content,
.fieldset_05 .form_content,
.fieldset_06 .form_content {
  margin-top: 0;
}


/* date of birth input html start */
.dob-icon {
  position: relative;
}

.dob-icon i {
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.verifiedButtonGreen
{
  background-color: #4dd329 !important;
}

.verifiedButtonGreen:hover
{
  background-color: #39a31c !important;
 
}
.fullWidthPara
{
  margin: 15px 0 !important;
  margin-bottom: 0 !important;
}

/* date of birth input html start */

/* Media Query */

@media screen and (max-width: 1250px) {

  .fieldset_01 .prestigiousAddress p,
  .vo_flow_ba_premiumAdd,
  .choseThisLocation {
    font-size: 10px;
  }

  .fieldset_01 .vo_new_desktop_show_row_1 .col-md-4 h3 {
    font-size: 20px;
  }

  .fieldset_01 .vo_new_desktop_show_row_1 .vo-location-title h6 {
    text-align: left;
  }

  .fieldset_03 section {
    padding: 25px !important;
  }

}

@media screen and (max-width: 1100px) {

  .fieldset_01 .vo_new_desktop_show_row_1 .vo-location-title h6 {
    font-size: 12px;
  }

  .fieldset_05 .step-5-Form-B .col-md-2 .btn,
  .fieldset_05 .step-5-Form-C .col-md-2 .btn,
  .fieldset_03 .step-3-Form-A .col-md-2 .btn {
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {

  .fieldset_01 .prestigiousAddress p,
  .vo_flow_ba_premiumAdd,
  .choseThisLocation {
    font-size: 16px;
  }

  .fieldset_01 .vo_stndrd_address_row_1_slider .vo-premium-card .open-modal {
    color: #fff;
  }

  .fieldset_01 .vo_stndrd_address_row_1_slider .vo_new_exclusive {
    background-color: transparent;
  }

  .vo-location-title h6 {
    font-size: 16px !important;
    text-align: left;
  }

  .fieldset_01 .modal.show .modal-content h2 {
    margin-top: 20px;
  }

  .fieldset_01 .modal-content {
    max-height: 700px;
    overflow-y: scroll;
  }

  .step-1-form-container {
    max-width: 90%;
  }

  .step-1-payment-frequency {
    display: flex;
    flex-direction: column;
  }

  .fieldset_01 .vo_new_desktop_show_row_1 {
    display: none;
  }

  .fieldset_01 .voMobileShow {
    display: block !important;
  }


}


@media screen and (min-width: 768px) {

  .fullWidthPara,
  .fullWidthPara_2
  {
    width: 235% !important;
    font-size: 14px !important;
  }
  .fullWidthPara_2
  {
    margin-top: 5px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fieldset_01 .vo_stndrd_address_row_1_slider .col-md-12 h3 {
    font-size: 20px;
  }

  .fieldset_01 .vo-new-ribbon {
    font-size: 12px;
  }

  .fieldset_01 .vo_flow_ba_step_headings h2::after {
    width: 60%;
  }

}

@media screen and (max-width: 576px) {

  .fieldset_01 .prestigiousAddress p,
  .vo_flow_ba_premiumAdd,
  .choseThisLocation {
    font-size: 16px;
  }

  .fieldset_01 .vo-location-card p {
    font-size: 13px;
  }

  .fieldset_06 .accordion-header h6 {
    font-size: 14px;
  }

  .fieldset_06 .icon-container span {
    margin: 0 20px;
  }

  .fieldset_06 .accordion-content p {
    font-size: 14px;
  }

  .step-1-Form-C .radio-wrapper {
    display: flex;
  }

  .fieldset_03 .step-3-Form-A ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .fieldset_03 .step-3-Form-A .nameOfCompany {
    display: block;
  }

  .fieldset_03 .nameOfCompanyInput::placeholder {
    color: transparent !important;
  }

  .fieldset_03 .step-3-Form-A .form_group p {
    font-size: 16px;
  }

  #progressbar li:before {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
  }

  #progressbar li:after {
    top: 20px !important;
  }

  .fieldset_06 .icon-container span {
    font-size: 20px;
  }

  .step-1-section-title,
  .step-1-section-pkg {
    font-size: 15px;
  }

  .step-1-discount-note {
    font-size: 12px;
  }

  #progressbar li strong {
    font-size: 12px;
  }
  .fullWidthPara,
  .fullWidthPara_2
  {
    font-size: 13px !important;
  }
  .fullWidthPara_2
  {
    margin-top: 5px;
  }

}

/* Responsive Issue Fixed 13 May Starts Here*/

@media screen and (max-width: 450px)
{
 .fieldset_06 .accordion-header p
  {
    width: 145%;
  }
}

@media screen and (max-width: 350px)
{
  .fieldset_01 .vo_new_step_2_btns button
  {
    width: 100%;
    font-size: 11px;
  }
   .fieldset_06 .accordion-header p
  {
    width: 175%;
  }
  .form_1E_icon-checkbox-container
  {
    flex-direction: column;
  }
  .form_1E_uk_bank_logo_mobile
  {
    margin-top: 80px !important;
  }
  .form_1E_uk_bank_apply_button
  {
    font-size: 9px !important;
  }
  .fieldset_01 .vo_flow_ba_step_headings h2,
.fieldset_04 .step-4-Form-A .form_content h5,
.fieldset_06 .step-5-Form-A .col-md-12 .form_content h5,
.fieldset_07 .form_1E_col .form_group h6,
.fieldset_01 .step-1-Form-C .unique_address h2
  {
    font-size: 20px;
    line-height: 35px;
}

.step-1-Form-C #priceDataDiscount,
.step-1-Form-C .step-1-price-info

{
  font-size: 12px;
}

.fieldset_02 .col-md-12 h6,
.fieldset_03 .step-3-Form-A h6,
.fieldset_03 .step-3-Form-B .col-md-12 h6,
.fieldset_04 .step-4-Form-A  .mt-5 .form_content h6,
.fieldset_04 .step-4-Form-B  .form_content h5,
.fieldset_05 .step-5-Form-A .col-md-12 h6,
.fieldset_05 .step-5-Form-C .form_content h5
{
  font-size: 15px;
}
.fieldset_03 .step-3-Form-A .container-fluid .my-5,
.fieldset_03 .step-3-Form-A ul li,
.fieldset_03 .step-3-Form-A .form_group p,
.fieldset_03 .step-3-Form-A .tellUsForm,
.step-1-section-title, .step-1-section-pkg,
.fieldset_03 .step-3-Form-B .paddingLeftNone .custom-radio label,
.fieldset_03 #area_company_business_detail .bg-white #business_label,
.fieldset_03 #area_company_business_detail .bg-white #company_label,
.fieldset_05 .step-5-Form-A .col-md-12 p,
.fieldset_05 .step-5-Form-A .form_group .custom-radio label,
.fieldset_05 .step-5-Form-B .paddingLeftNone p, 
.fieldset_05 .step-5-Form-C .paddingLeftNone p,
.fieldset_05 .step-5-Form-C .form_content p,
.fieldset_06 .step-5-Form-A .col-md-12 .form_content p,
.fieldset_07 .form_1E_col .form_group .form_1E_earning

{
  font-size: 12px !important;
}


.fieldset_02 .col-md-12 .custom-radio label
{
  font-size: 12px;
}

.fieldset_01 #available
{
  font-size: 15px !important;
    margin-top: 20px;
}
.fieldset_03 .step-3-Form-A .addAdditionalActivity,
 .fieldset_04 .step-4-Form-A .addAdditionalActivity
 {
  font-size: 10px;
 }
}
/* Responsive Issue Fixed 13 May Starts Here*/
