

.pls1_title_d {
  color: var(--base-Off-Black, #0F0F0F);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.pls1_title_div {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 223px;
}

.pls1 {
  min-height: 700px;
  background: url(../img/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  position: sticky;
}

.pls_main,
.mas_main {
  padding: unset;
  height: 100%;
}



.pls2_title {
  color: var(--base-Off-Black, #0F0F0F);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.pls2_subtitle {
  color: var(--base-02, #727272);
  text-align: center;
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0px;
}

.pls2_inner {
  width: 100%;
  max-width: 800px;
  padding: 80px 0px;
  margin-left: auto;
  margin-right: auto;
}

.pls2 {
  background-image: url(../img/about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -64px;
}

.pls3_main_tab_button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--brand-yellow, transparent);
  border: 0px;
  color: var(--base-Off-Black, #0F0F0F);
  font-feature-settings: 'salt' on;
  font-family: Cabin;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0px;
  width: 84px;

  /* 22.4px */
}

.pls3_main_tab_button.active {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--brand-Main-Green, #2A7E2F);
  border: 0px;
  color: var(--base-White, #FFF);
  font-feature-settings: 'salt' on;
  font-family: "Cabin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 84px;
  border-radius: 0%;
  /* 22.4px */
  /* 22.4px */
}

.pls3_main_tab_button_div {
  display: flex;
  width: fit-content;
  padding: 8px;
  align-items: center;
  border-radius: 0px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-White, #FFF);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  width: 100%;
  max-width: 352px;
  justify-content: space-between;
}

.pls3_d {
  padding: 40px 0px;
  background: url(../img/palns-third.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  /* height: 1121px; */
}

.pls3_title {
  color: var(--base-Off-Black, #0F0F0F);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.pls3_inner_pagination {
  color: var(--Colorful-Dark-Blue, #110D42);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  background: transparent;
  border: 0px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.pls3_inner_pagination.active {
  display: flex;
  height: 30px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: var(--brand-Main-Green, #2A7E2F);
  color: var(--Neutral-White, #FFF);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pls3_inner_pagination_next {
  color: var(--brand-Main-Green, #2A7E2F);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  background: transparent;
  border: 0px;
}

.pls3_inner_tab_pagination_div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.pls3_flag_plan_card {
  display: flex;
  width: 180px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
  transition: 0.2s linear all;
}

.pls3_flag_plan_card_title {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.pls3_flag_plan_card_subtitle {
  color: var(--base-02, #727272);
  font-feature-settings: 'salt' on;
  font-family: "Cabin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 0px;
}

.pls3_flag_plan_card_image_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pls3_fpcid_image {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.pls3_flag_plan_card_image_div .gold_arrow {
  opacity: 0;
  transition: 0.2s linear all;
}

.pls3_flag_plan_card:hover {
  border-radius: 4px;
  border: 2px solid var(--base-Info-Blue, #3779CF);
  background: var(--base-Off-White, #FAFAFA);
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

.pls3_flag_plan_card:hover .gold_arrow {
  opacity: 1;
}

#all-plans-inner-tabContent .pls3_plan_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: fit-content;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

#regional-plans-inner-tabContent .pls3_plan_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: fit-content;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

#country-plans-inner-tabContent .pls3_plan_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: fit-content;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

#global-plans-inner-tabContent .pls3_plan_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: fit-content;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

.pls3_d.regional-bg{
    background-image: url('../img/palns-third_region.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.pls3t {
  display: none;
}


.rpclass {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  width: 792px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.rpclass .home-input {
  margin-top: 0px;
}

.rpclass .pls3_main_tab_button_div {
  margin-bottom: 0px;
}

.home-input {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.home-input .form-control {
  width: 100%;
  display: flex;
  height: 56px;
  padding: 16px 8px 16px 24px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
  color: var(--base-02, #727272);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
}

.home-input .form-control {
  transition: all .5s;
  border-radius: 0px;
}

.home-input .form-control::placeholder {
  color: var(--base-02, #727272);
  opacity: 1;
}

.home-input:hover .form-control,
.home-input .form-control:focus {
  border: 1px solid #44B84A;
  background: var(--base-Off-White, #FAFAFA);
  box-shadow: 0 0 0 4px rgba(183, 216, 250, 0.50);
  padding: 16px 16px 16px 32px;
}

.home-input .serach-icon {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  /* width: 28px;
    height: 28px; */
  /* border-radius: 50%;
    background: #eeeeee;
    border: 1px solid #dcdcdc; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-input .serach-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#searchResults {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  margin-top: 6px;
}



/* Plans Individual */

/* indivdual Page */

.indivdual {
  padding: 0px 0px 64px;
  background-color: #ffffff;
}

.inner_conti_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: -70px;
}


.country_icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
  border-radius: 50%;
  border: 24px solid #ffffff;
}

.country_icon img {
  width: 60px;
}

.country_title {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.country_desc {
  color: var(--base-02, #727272);
  text-align: center;
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  max-width: 723px;
  margin-bottom: 0px;

}


/* Select Box ////////////////////*/


.indi-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indi-title-main {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  margin-bottom: 32px;
}

/* FLEX CONTAINER */

.indi-packages {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 908px;
  margin-bottom: 32px;
}

/* EACH BOX */

.indi-package {
  flex: 0 0 calc(25% - 20px);
  position: relative;
}

.indi-package input {
  display: none;
}

/* CARD */

.indi-card {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;

  border-radius: 4px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);

  cursor: pointer;
  position: relative;
  transition: all .25s ease;
  min-width: 207px;

}

/* radio */

.indi-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* hover shadow */

.indi-card:hover {
  box-shadow:
    0 100px 80px 0 rgba(0, 0, 0, 0.07),
    0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05),
    0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04),
    0 20px 13px 0 rgba(0, 0, 0, 0.04),
    0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03),
    0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

/* selected */

.indi-package input:checked+.indi-card {
  border-radius: 4px;
  border: 2px solid var(--base-Info-Blue, #3779CF);
  background: var(--base-Off-White, #FAFAFA);
}

/* radio active */

.indi-package input:checked+.indi-card .indi-radio {
  border: 4px solid var(--brand-Main-Green, #2A7E2F);
  background: #ffffff;
}

.low_mid_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
}


/* text */

.indi-title {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.indi-days {
  color: var(--brand-Light-Green, #51AF5E);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 0px;

}

.indi-price {
  color: var(--base-01, #383838);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.indi-price span {
  color: var(--brand-Light-Green, #51AF5E);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

/* button */


.indi-cart-btn {
  position: relative;
  background-image: url(../img/Btn.png);
  background-color: #ffffff;
  color: #FFF;
  text-align: center;
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  min-width: 200px;
  height: 52px;
  overflow: hidden;
  border: none;
  margin-top: 32px;
  background-repeat: no-repeat;
  /* smooth hover effect */
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: scale(1);
}

.indi-cart-btn:hover {
  background-image: url(../img/Btn_hov.png);
  transform: scale(1.08);
  width: 246px;
  height: 70px;
  padding-bottom: 10px;
}


.indi-cart-btn_btn {
    position: relative;
    background-image: url(../img/Btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    color: #FFF;
    text-align: center;
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    min-width: 200px;
    height: 52px;
    overflow: hidden;
    border: none;
    background-repeat: no-repeat;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: right center;
    transform: scale(1);
  }
  
  .indi-cart-btn_btn:hover {
    transform: scale(1.06);
    min-width: 210px;
    height: 56px;
  }

.curve_greenbtn{
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding: 4px 0px 0px 0px;
    height: 52px;
    transition: padding 0.6s ease; /* smooth animation */
}
.curve_greenbtn:hover{
    padding: 0px;
    transition: padding 0.6s ease; /* smooth animation */
}
.curve_greenbtn:hover .curvegreen_btntext{
    padding: 0px;
    transition: padding 0.6s ease; /* smooth animation */
}
.curvegreen_btntext{
    color: var(--base-White, #FFF);
    text-align: center;
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    margin: 0px;
    background-color: #2A7E2F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    transition: padding 0.6s ease; /* smooth animation */
}


.divide {
  position: relative;
  margin: 40px 0px;
}

.indi-custom-form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.but_tot_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.indi-title-main2 {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
}

.indi-custom-description {
  color: var(--base-02, #727272);
  text-align: center;
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 24px;
  /* 25.6px */

}


.indi-cart-btn2 {
  position: relative;
  background-image: url(../img/Btn.png);
  background-color: #ffffff;
  color: #FFF;
  text-align: center;
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  min-width: 200px;
  height: 52px;
  overflow: hidden;
  border: none;
  background-repeat: no-repeat;
  /* smooth hover effect */
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: scale(1);
}

.indi-cart-btn2:hover {
  background-image: url(../img/Btn_hov.png);
  transform: scale(1.08);
  width: 246px;
  height: 70px;
  padding-bottom: 10px;
}

.indi-country-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.indi-country-card {
  display: flex;
  width: 223px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
}

.indi-country-title {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.indi-country-price {
  color: var(--base-02, #727272);
  font-feature-settings: 'salt' on;
  font-family: "Cabin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  text-align: left;
  margin-bottom: 0px;

}

.indi-country-title2 {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: left;
}

.indi_mid_steps {
  padding: 128px 0px 0px 0px;
  background-image: url(../img/home_s3bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFDFB;
  height: 500px !important;
}

.indi_mid_steps_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1590px;
  margin: auto;
}

.indi_mid_steps_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 800px;
}

.indi_mid_steps_title {
  color: var(--base-White, #FFF);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0px;
}

.indi_mid_steps_subtitle {
  color: var(--base-05, #F0F0F0);
  text-align: center;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0px auto;
  max-width: 522px;
}

.indi_mid_steps_cards {
  background-image: url(../img/home_s3cardbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 120%;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 69px 75px 80px 75px;
  justify-content: space-around;
}

/* .indi_mid_steps_card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  padding-bottom: 44px;
} */

.indi_mid_steps_card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    padding-bottom: 44px;
}


.indi_mid_steps_cards_m {
  background-image: url(../img/bg_ticket.png);
  background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 120px;
    border-radius: 41px;
    width: 100%;
    height: 478px;
    max-width: 1440px;
    padding-top: 75px;
    /* box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02); */
    margin-left: auto;
    margin-right: auto;
        margin-top: -275px;
    position: relative;
    z-index: 6;
  }

  .forShadow {
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    max-width: 1440px;
    position: absolute;
    /* background: red; */
    height: 430px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: -194px;
}

.indi_mid_steps_cards_inrow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 24px;
}




.indi_mid_steps_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.indi_mid_steps_step {
  border-radius: 100px;
  background: #2A7E2F;
  display: flex;
  padding: 0px 24px;
  color: var(--base-White, #FFF);
  text-align: center;
  font-feature-settings: 'ss01' on;
  font-family: Cabin;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0px;
}

.indi_mid_steps_card_title {
  color: var(--base-01, #383838);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0px;
}

.indi_mid_steps_card_subtitle {
  color: var(--base-02, #727272);
  text-align: center;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0px;
}



.faqq {
  background-color: #ffffff;
  overflow: visible;
  padding-top: 80px;
  margin-top: 0px;
  /* height: 910px !important; */
}

.last_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 7;
}

.faqqq {
  color: var(--base-01, #383838);
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 24px;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.faq-wrapper {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.faq-accordion {
  width: 100%;
  max-width: 791px;
}

.faq-accordion .accordion-item {
  border: none;
  border-top: 1px solid var(--base-04, #e9e9e9);
  background: #ffffff;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

/* CLOSED button white */
.faq-accordion .accordion-button {
  background: #ffffff;
  color: #102023;
  font-feature-settings: "ss01" on;
  font-family: "Cabin";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  box-shadow: none;
  padding: 24px;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}

/* OPEN button grey */
.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--base-Off-White, #fafafa);
  color: #102023;
  box-shadow: none;
  padding-bottom: 8px;
}

/* OPEN body grey */
.faq-accordion .accordion-body {
  background: var(--base-Off-White, #fafafa);
  color: #6c757d;
  font-family: "Cabin";
  font-size: 14px;
  line-height: 1.7;
  padding: 0 153px 24px 24px;
}

/* arrow style */
.faq-accordion .accordion-button::after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-collapse {
  background: var(--base-Off-White, #fafafa);
}




/* MODAL Covered  */

.modal_indi .modal-content {
  display: flex;
  width: 500px;
  max-width: 500px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: var(--base-White, #FFF);
}

@keyframes modal_indi-scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal_indi-check {
  width: 104px;
  height: 104px;
  margin: 0 auto 8px;
  position: relative;
}

/* .modal_indi-check::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(76, 175, 80, 0.15);
  border-radius: 50%;
  top: -15px;
  left: -15px;
} */

.modal_indi-check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_indi-title {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.modal_indi-card-box {
  margin-bottom: 32px;
  margin-top: 32px;
}

.modal_indi-card-top {
  display: flex;
  padding: 24px 24px 16px 24px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  background: var(--base-05, #F0F0F0);
  border-radius: 0px 0px;
  border: 1px solid var(--base-04, #E9E9E9);
}

.modal_indi-country {
  display: flex;
  align-items: center;
  gap: 16px;
}

.modal_indi-country span {
  color: var(--base-01, #383838);
  font-feature-settings: 'ss01' on;
  font-family: "Cabin";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  /* 28px */
  margin-bottom: 0px;
}

.modal_indi-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.modal_indi-status {
  display: flex;
  height: 32px;
  padding: 0 16px 0 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--base-Success-Green, #47B147);
}

.modal_indi-status span {
  color: var(--base-Success-Green, #47B147);
  font-feature-settings: 'salt' on;
  font-family: "Cabin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  /* 22.4px */
  margin-bottom: 0px;
}

.modal_indi-card-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex: 1 0 0;
  border-radius: 0px 0px;
  border: 1px solid var(--base-04, #E9E9E9);
  padding: 16px 24px 24px 24px;

}



.modal_indi-info-title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--base-01, #383838);

  /* p/std */
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  /* 25.6px */
  margin-bottom: 0px;
}

.fill_bar {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.fill_bar p {
  margin-bottom: 0px;
  color: var(--base-Success-Green, #47B147);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  /* 25.6px */
}

.modal_indi-icon {
  width: 16px;
  height: 16px;
}

.modal_indi-bar {
  height: 6px;
  background: #ddd;
  border-radius: 10px;
  margin: 5px 0;
}

.modal_indi-bar-fill {
  height: 100%;
  width: 120px;
  background: #4CAF50;
  border-radius: 10px;
}

.modal_indi-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.modal_indi-btn-secondary {
  border-radius: 0px;
  display: flex;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--brand-Main-Green, #2A7E2F);
  padding: 12px 32px;
  color: var(--base-White, #FFF);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  /* 25.6px */
  margin-bottom: 0px;
  border: none !important;
  transition: all 0.3s ease;
  width: 100%;
  /* smooth effect */


}

.modal_indi-btn-secondary:hover {
  box-shadow: 0 0 0 8px #8BB48D;
  transform: scale(1.02);
}

.modal_indi-btn-primary {
  display: flex;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  color: var(--base-01, #383838);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  border: 1px solid var(--base-03, #BDBDBD);
  background: var(--base-White, #FFF);
  /* 25.6px */
  margin-bottom: 0px;
  width: 100%;

}


/* MODAL */
.md_modal {
  display: flex;
  width: 500px;
  max-width: 500px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 0px;
  background: var(--base-White, #FFF);
  height: 830px;
}

.moodal_content {
  background-color: transparent;

}

/* HEADER */

.md_title {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

/* SEARCH */
.md_search {
  position: relative;
  width: 100%;
}

.md_search input {
  display: flex;
  height: 56px;
  max-height: 56px;
  padding: 20px 24px;
  align-items: center;
  align-self: stretch;
  border-radius: 0px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
  outline: none;
  width: 100%;
  color: var(--base-02, #727272);
  text-align: left;
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
}

.md_search input .form-control {
  transition: all .5s;
  border-radius: 0px;
}

.md_search input .form-control::placeholder {
  color: var(--base-02, #727272);
  opacity: 1;
}

.md_search input:hover,
.md_search input:focus {
  border: 1px solid #44B84A;
  background: var(--base-Off-White, #FAFAFA);
  box-shadow: 0 0 0 4px rgba(183, 216, 250, 0.50);
  padding: 16px 16px 16px 32px;
  outline: none;
}

.md_search svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--base-04, #E9E9E9);
}

/* LIST */
.md_list {
  max-height: 488px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* SCROLLBAR */
.md_list::-webkit-scrollbar {
  width: 5px;
}

.md_list::-webkit-scrollbar-thumb {
  background: var(--base-03, #BDBDBD);
  border-radius: 20px;
}

/* ITEM */
.md_item {
  display: flex;
  height: 56px;
  padding: 16px 8px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 0px;
  background: var(--base-Off-White, #FAFAFA);
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
      width: 100%;
    max-width: 396px;
}

.md_item:hover {
  background: #e0e0e0;
}

/* FLAG */
.md_item img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* FOOTER */
.md_footer {
  margin-top: 5px;
}



.md_tab_btn {
  background: #ffffff;
  border: none;
  color: var(--base-01, #383838);
  text-align: center;
  font-feature-settings: 'ss01' on;
  font-family: "Cabin";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 0px;
}




input.field_box::-webkit-outer-spin-button,
input.field_box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputdhiraj {
  width: 100%;
  display: flex;
  height: 56px;
  padding: 20px 24px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
  color: var(--base-02, #727272);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;

}

.inputdhiraj .form-control {
  transition: all .5s;
  border-radius: 0px;
}

.inputdhiraj .form-control::placeholder {
  color: var(--base-02, #727272);
  opacity: 1;
}

.inputdhiraj:hover,
.inputdhiraj:focus {
  border: 1px solid #44B84A;
  background: var(--base-Off-White, #FAFAFA);
  box-shadow: 0 0 0 4px rgba(183, 216, 250, 0.50);
  padding: 16px 16px 16px 32px;
  outline: none;
}

.indi-custom-plan {
  width: 100%;
}