* {
  font-family: "Manrope", sans-serif !important;
}

.about_banner {
  background-image: url("../../images/index-new/about-us-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 90vh;
}

.operators hr {
    border: none;
    border-top: 1px dashed #2fb36f;
    margin: 10px 0;
    width: 85%;
    position: relative;
    left: 80px;
    opacity: 1;
}

.about_banner h1 {
  font-family: "Manrope", sans-serif !important;
  font-weight: 700;
  color: #fff;
  font-size: 75px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.about_banner p {
  font-family: "Manrope", sans-serif !important;
  font-weight: 500;
  color: #fff;
  width: 100%;
  max-width: 1100px;
  font-size: 24px;
  text-align: center;
}

.about_banner button {
  background-color: #018752;
  padding: 20px 50px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}

.about_banner button:hover {
  background-color: #004429;
}

.about_align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.business_work {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  padding: 80px 0px;
}

.business_work img {
  width: 100%;
  /* max-width: 150px; */
}

.business_work_content {
  padding: 30px 60px;
}

.business_work_content h1 {
  font-family: "Manrope", sans-serif !important;
  font-size: 40px;
  margin-top: 0px !important;
  font-weight: bold;
}

.business_work_content p {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
  color: #797979;
  line-height: 40px;
}

.founding_team {
  background-color: #f9f5ea;
  padding-bottom: 40px;
}

.founding_team_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.founding_team h2 {
  text-align: center;
  font-family: "Manrope", sans-serif !important;
  font-size: 40px;
  padding: 30px 0px;
  font-weight: bold;
}

.founding_team_list_box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.founding_team_list_box img {
  width: 100%;
}

.founding_team_list_name {
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.founding_team_list_name h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px;
  margin-bottom: 0px !important;
  color: #018752;
  margin-top: 10px !important;
}

.founding_team_list_name p {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
  margin-top: 0px !important;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.Social_icon {
  text-align: right;
}

.Social_icon img {
  width: 100%;
  max-width: 40px;
}

.where_work_begins {
  padding: 60px 0px;
}

.where_work_begins_align {
  display: grid;
  grid-template-columns: 4fr 4fr;
  gap: 40px;
}

.where_work_begins_mainimg img {
  width: 100%;
  max-width: 700px;
}

.where_work_begins_content h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 40px;
  font-weight: bold;
}

.where_work_begins_content p {
  font-size: 18px;
  font-family: "Manrope", sans-serif !important;
  line-height: 32px;
  color: #797979;
  text-align: justify;
}

.down_cards {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr;
  gap: 20px;
  margin-top: 30px;
}

.card {
  padding: 30px;
  border-radius: 16px;
  position: relative;
  min-height: 380px;
}

.card h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-family: "Manrope", sans-serif !important;
  margin-top: 70px;
  font-weight: bold;
}

.card p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif !important;
}

.icon {
  position: absolute;
  top: 20px;
  right: 50px;
}

.icon img {
  /* width: 100%; */
  max-width: 60px;
  margin-right: 30px;
}

.card-green {
  background-image: url("../../images/index-new/ab_bg.png");
  background-size: cover;
  color: #ffffff;
}

.card-dark {
  background: #1e1e1e;
  color: #ffffff;
}

.card-light {
  background: #f6e8c9;
  color: #000000;
}

@media (max-width: 900px) {
  .down_cards {
    grid-template-columns: 1fr;
  }
}

.values-section {
  background-image: url("../../images/index-new/value_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left ce;
  padding-top: 30px;
  padding-bottom: 40px;
}

.section-title1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 5px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.value-card {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #c5c5c5;
}

.value-card:hover, .uncap_in_card:hover {
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.06);
}

.value-icon {
  font-size: 30px;
  margin-bottom: 12px;
}

.value-icon img {
  width: 100%;
  max-width: 120px;
}

.value-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Manrope", sans-serif !important;
  font-weight: bold;
}

.value-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px;
}

@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .down_cards {
    grid-template-columns: 4fr 2fr;
  }
}

.join_our_team {
  background-image: url("../../images/index-new/joinbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.join_our_team {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 300px;
  text-align: center;
}

.join_our_team h5 {
  font-family: "Manrope", sans-serif !important;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-weight: bold;
}

.join_our_team p {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 40px;
}

.join_our_team button {
  background-color: #018752;
  padding: 20px 50px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}

.join_our_team button:hover {
  background-color: #004429;
}

.get_in_touch {
  display: grid;
  grid-template-columns: 4fr 4fr;
  padding-top: 30px;
  gap: 20px;
}

.get_in_touch h5 {
  font-family: "Manrope", sans-serif !important;
  font-size: 40px;
  margin: 0px;
  font-weight: bold;
}

.get_in_touch h6 {
  font-family: "Manrope", sans-serif !important;
  font-size: 30px;
  color: #0a8f4d;
  margin: 0px;
  padding-top: 50px;
  font-weight: bold;
}
.get_in_touch p {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px;
  color: #797979;
  margin: 0px;
  line-height: 35px;
  margin-top: 40px;
}

.get_in_touch p b {
  color: #0a8f4d;
}

.contact-section {
  max-width: 100%;
  /* margin: auto; */
  background: #0a8f4d;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
}

.contact-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif !important;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form select option {
  color: #000000;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  /* width: 100%; */
  min-width: 0;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-family: "Manrope", sans-serif !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.phone-group {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 10px;
}

textarea {
  grid-column: span 2;
  min-height: 140px;
  resize: none;
}

.contact-form button {
  grid-column: span 2;
  width: 15%;
  padding: 14px;
  background: #ffffff;
  color: #0a8f4d;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background: #e9f5ef;
}

@media (max-width: 767px) {
.profitable_des, .describes_main_align,.benefits_list_align , .uncap_in_cards, .melinda, .insight_align, .sign_up, .op_main_list_align,.melinda_profile, .the_ap_align {
    grid-template-columns: 1fr!important;
}
.melinda_profile img{
      width: 38%!important;
}
.melinda_profile_name h6 {
    font-size: 16px!important;
}
section.insight {
    padding-bottom: 30px;
}
.operators hr{
  left:40px!important;
}
.describes_main_align img {
    border-radius: 15px;
}
.op_main_button1{
      padding: 15px 0!important;
}
.op_main_list_align {
  width: 100%!important;
  gap:0px!important;
}
.operators .form-section input{
  width: auto!important;
}

.op_main_banner h1, .af_main_content h1{
  font-size: 35px!important;
}
.af_main_banner{
  padding: 50px 0!important;
}

.profitable_des{
      padding: 20px 0px!important;
}
.profitable_des_content h3{
  margin-bottom: 20px!important;
}
.insight_side_content,.describes {
    padding: 0 20px;
}
.insight_align{
  padding-right: 0px!important;
}
section.melinda {
    padding: 30px 0;
}
.melinda_profile{  
    margin-bottom: 20px;
}

  .industries_logo_align{
    gap: 10px!important;
  }
}

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

  .contact-form {
    grid-template-columns: 1fr;
  }

  textarea,
  .contact-form button {
    grid-column: span 1;
  }

  .phone-group {
    grid-template-columns: 1fr;
  }
  .where_work_begins_align {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
  }

  .founding_team_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .business_work {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 80px 0px;
  }

  .join_our_team {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 50px;
    text-align: center;
  }

  .get_in_touch {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
    gap: 40px;
  }

  .contact-form button {
    width: 100%;
  }
}

@media screen and (min-width: 200px) and (max-width: 500px) {
  .about_banner h1 {
    font-family: "Manrope", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
  }
  .about_banner p {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 1100px;
    font-size: 18px;
    text-align: center;
  }
  .business_work_content {
    padding: 30px 20px;
  }

  .value-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #c5c5c5;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .business_work {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
    gap: 20px;
    padding: 80px 0px;
  }
  .business_work_content p {
    font-family: "Manrope", sans-serif !important;
    font-size: 18px;
    color: #797979;
    line-height: 30px;
  }
  .founding_team_list_name h3 {
    font-family: "Manrope", sans-serif !important;
    font-size: 25px;
    margin-bottom: 0px !important;
    color: #018752;
    margin-top: 10px !important;
  }
  .founding_team_list_name p {
    font-family: "Manrope", sans-serif !important;
    font-size: 20px;
    margin-top: 0px !important;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px !important;
  }
  .Social_icon img {
    width: 100%;
    max-width: 30px;
  }
  .join_our_team {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 60px;
    text-align: center;
  }
  .get_in_touch h5 {
    font-family: "Manrope", sans-serif !important;
    font-size: 30px;
    margin: 0px;
  }
  .get_in_touch p {
    font-family: "Manrope", sans-serif !important;
    font-size: 18px;
    color: #797979;
    margin: 0px;
    line-height: 30px;
    margin-top: 30px;
  }
}

.op_main_banner {
  background-image: url("../../images/index-new/main_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.op_main_align {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.op_main_banner h1 {
  color: #fff;
  font-size: 60px;
  margin: 0px !important;
  font-weight: bold;
}

.op_main_banner h1 b {
  color: #018752;
}

.op_mian_list {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 23px;
}

.op_mian_list p {
  color: #fff;
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.op_mian_list img {
  width: 100px;
  max-width: 35px;
}

.op_main_list_align {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 50%;
  margin-top: 30px;
}

.op_main_button_align {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  margin-top: 20px;
}

.op_main_button1 {
  background-color: #018752;
  padding: 20px 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}

.op_main_button1:hover,.profitable_des_content button:hover, .sign_up_right button:hover{
  opacity: .9;
  cursor: pointer;
}
.benefits_box_align:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.op_main_button2 {
  background-color: transparent;
  padding: 20px 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  width: 100%;
}

.op_main_button2:hover {
 background-color: #018752;
 border: 1px solid #018752;
}

.industries_logo {
  background-color: #018752;
  padding: 15px 0px;
}

.industries_logo h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: revert;
}

.industries_logo_align {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  align-items: center;
  gap: 100px;
  text-align: center;
  padding: 20px 0px;
}

.industries_logo_align img {
  width: 100%;
  max-width: 250px;
}

.profitable_des {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 30px;
  padding: 60px 0px;
}

.profitable_des_img img {
  width: 100%;
}

.profitable_des_content_list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profitable_des_content_list img {
  width: 100%;
  max-width: 30px;
}

.profitable_des_content_list p {
  font-size: 18px;
  line-height: 1.2em;
  margin: revert;
}

.profitable_des_content h3 {
  font-size: 35px;
  margin-bottom: 0px;
  font-weight: bold;
  margin: revert;
}

.profitable_des_content h6 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: 500;
  color: #018752;
  margin-bottom: 0px !important;
}
.profitable_des_content button {
  background-color: #018752;
  padding: 20px 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  margin-top: 30px;
}

.describes {
  background-color: #f9f5ea;
  padding-top: 50px;
}
.describes_main_align {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 60px;
  align-items: center;
}

.describes_main_align img {
  width: 100%;
}

.describes_main_align h3 {
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 0px !important;
  font-weight: bold;
}

.describes_main_align h6 {
  font-size: 20px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #018752;
}

.describe_list_items {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 30px;
}

.describe_list_items img {
  width: 100%;
  max-width: 30px;
}

.info-box-align {
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #e5e2dc;
  border-radius: 12px;
  margin-top: 20px;
}

.info-boxx {
  display: flex;
  align-items: center;
  gap: 14px;
  /* max-width: 700px; */
  position: relative;
  left: -35px;
}

.check-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #2fb36f;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2fb36f;
  flex-shrink: 0;
}

.check-icon img {
  width: 100%;
  max-width: 15px;
}

.info-boxx p {
  margin: 0;
  color: #6b6b6b;
  font-size: 18px;
  /* line-height: 1.8; */
}

.benefits {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), #eef3efa6);
  padding-bottom: 40px;
}

.benefits_head {
  text-align: center;
  padding: 30px 0px;
}

.benefits_head h3 {
  margin-bottom: 0px !important;
  font-size: 35px;
  font-weight: bold;
  margin-top: revert;
}

.benefits_head h6 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 38px;
  font-weight: 400;
}

.benefits_list_align {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}

.benefits_box_align {
  padding: 25px 20px;
  background-color: #ffffff;
  border: 1px solid #018752;
  border-radius: 12px;
  margin-top: 20px;
}

.benefits_box {
  display: flex;
  align-items: center;
  gap: 30px;
  /* max-width: 700px; */
}

.benefits_check_icon {
  /* width: 26px;
  height: 26px; */
  border-radius: 6px;
  /* background-color: #ffffff; */
  /* color: #2fb36f; */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid #2fb36f; */
  flex-shrink: 0;
}

.benefits_check_icon img {
  width: 100%;
  max-width: 100px;
}

.benefits_box p {
  margin: 0;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.8;
}

.benefits_box h5 {
  font-size: 22px;
  margin: 0px;
  font-weight: bold;
}

.melinda {
  display: grid;
  grid-template-columns: 2fr 2fr;
  background-color: #000000;
}

.melinda h6 {
  font-size: 30px;
  margin: 0px;
  color: #fff;
  font-weight: bold;
}

.melinda p {
  color: #fff;
  font-size: 15px;
  margin-top: 0px !important;
  line-height: 1.6em;
}

.melinda_profile {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
  align-items: center;
  border: 1px solid #ffffff59;
  border-radius: 20px;
  padding: 20px;
}

.melinda_profile img {
  width: 100%;
}

.melinda_profile p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.melinda_profile_content img {
  width: 100%;
  max-width: 120px;
}
.melinda_profile_content p {
  font-size: 15px;
  color: #ffffffaf;
}

.melinda_profile_name {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.insight_bg {
  background-image: url("../../images/index-new/insight.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.insight_align {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 50px;
  padding-top: 30px;
  padding-right: 30px;
  align-items: center;
}
.container.no-padding {
    padding: 0;
}
.insight_bg_inner {
  background-color: #000000b6;
border-radius: 20px;
  padding: 20px 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.insight_bg_inner h5 {
  color: #fff;
  font-size: 20px;
  margin: 0px !important;
  font-weight: bold;
}

.insight_bg_inner_align {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.61);
  margin-top: 20px;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid #fff;
}

.insight_bg_inner_align img {
  width: 100%;
  max-width: 110px;
}

.insight_bg_inner_align h6 {
  color: #0a8f4d;
  font-size: 25px;
  margin: 0px;
  font-weight: bold;
}

.insight_bg_inner_align p {
  font-size: 18px;
  margin: 0px;
  color: #fff;
}

.insight_side_content h5 {
  font-size: 30px;
  margin: 0px !important;
  font-weight: bold;
}
.insight_side_content p {
  font-size: 16px;
  /* margin: 0px !important; */
  line-height: 25px;
  color: #797979;
  margin-top: revert;
}

.insight_side_content_list {
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  gap: 30px;
  /* margin-top: 30px; */
}

.insight_side_content_list img {
  width: 80%;
  max-width: 50px;
}
p.insight-content {
    color: #000000;
}
.insight_side_content_list p {
  font-weight: 600;
}

.faq {
  background-color: #f9f5ea;
  padding: 20px 0px;
}

.faq h5 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: revert;
  margin-bottom: revert;
}

.accordion {
  /* max-width: 800px; */
  margin: auto;
}

.accordion-item {
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.ac_icon {
  font-size: 22px;
  font-weight: bold;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.sign_up {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  background-color: #018752;
  padding: 40px 0px;
  align-items: center;
}

.sign_up_right {
  text-align: center;
}

.sign_up_left img {
  width: 100%;
}
.sign_up_right h5 {
  font-size: 25px;
  margin-top: revert;
  margin-bottom: revert;
  color: #fff;
  font-weight: bold;
}

.sign_up_right p {
  color: #fff;
  margin-top: revert;
  font-size: 15px;
}

.sign_up_right button {
  background-color: #000000;
  border: none;
  color: #fff;
  padding: 16px 50px;
  border-radius: 10px;
}

.newsletter {
  background-image: url("../../images/index-new/news_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 6% 20px;
  text-align: center;
  position: relative;
  top: 60px;
}

.newsletter h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.newsletter p {
  max-width: 620px;
  margin: 0 auto 30px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.newsletter-form input {
  /* width: 340px; */
  max-width: 100%;
  padding: 0px 16px;
  border: 1px solid #222;
  border-radius: 8px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 14px 28px;
  background-color: #0b8f4d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.newsletter-form button:hover {
  background-color: #087a41;
}

.af_main_banner {
  background-image: url("../../images/index-new/af_mainbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.af_main_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.af_main_content h1 {
  color: #fff;
  font-size: 60px;
  margin: 0px;
  font-weight: bold;
}

.af_main_content h6 {
  color: #018752;
  font-size: 20px;
  margin: 20px 0px !important;
  font-weight: 400;
}

.af_main_content p {
  color: #fff;
  font-size: 20px;
  margin: 0px;
  font-weight: 400;
}

.af_main_content button {
  background-color: #018752;
  padding: 15px 50px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  margin-top: 30px;
}

.the_ap_align {
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: 20px;
  align-items: center;
  padding: 30px 0px;
}

.the_ap_align img {
  width: 100%;
}

.the_ap_content h2 {
  font-size: 25px;
  font-weight: bold;
}

.the_ap_content p {
  font-size: 15px;
  line-height: 25px;
  color: #797979;
}

.the_ap_content button {
  background-color: #018752;
  padding: 15px 40px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  margin-top: 10px;
}

.uncap_in_section {
  background: #0a8a54;
  padding: 50px 0px 60px;
}

.uncap_in_section h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
}

/* Progress Line */
.progress1 {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
  height: 30px;
}

.progress1 img {
  width: 100%;
  max-width: 25px;
  margin-top: 2px;
}

.progress1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  border-top: 2px dashed #fff;
  transform: translateY(-50%);
}

.progress1 span {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.progress1 span:nth-child(1) {
  left: 0;
}
.progress1 span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
}
.progress1 span:nth-child(3) {
  right: 0;
}

/* Cards */
.uncap_in_cards {
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.uncap_in_card {
  background: #fff;
  width: 100%;
  padding: 30px 0px;
  border-radius: 12px;
  text-align: center;
}

.uncap_in_card img {
  width: 100%;
  max-width: 110px;
  /* margin-bottom: 15px; */
}

.uncap_in_card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.uncap_in_card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.uncap_in_card p span {
  color: #0a8a54;
  font-weight: 600;
}

/* Layout */
.register-wrapper {
  display: flex;
  /* min-height: 100vh; */
}

/* Left Form Section */
.form-section {
  width: 45%;
  background: linear-gradient(180deg, #0b1a20, #02090d);
  color: #fff;
  padding: 60px 50px;
}

.form-section h1 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 0px;
  font-weight: bold;
}

.form-section p {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 30px;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}

.form-group {
  grid-column: span 1;
}

.form-group.full {
  grid-column: span 2;
}

.form-section input {
  width: 100%;
  padding: 12px 0px 12px 14px;
  background: transparent;
  border: 1px solid #4b5b63;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.form-section input::placeholder {
  color: #b5b5b5;
}

/* Captcha */
.captcha-label {
  font-size: 13px;
  margin: 15px 0 8px;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.captcha-img {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  letter-spacing: 4px;
  font-size: 14px;
}

.refresh {
  background: #2ecc71;
  color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
}

/* Button */
.form-section button {
  background: #fff;
  color: #018752;
  border: none;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 15px;
}

.form-section button:hover {
  background: #e6e6e6;
}

/* Right Image Section */
.image-section {
  width: 55%;
}

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

/* Responsive */
@media (max-width: 900px) {
  .register-wrapper {
    flex-direction: column;
  }

  .form-section,
  .image-section {
    width: 100%;
  }

  .form-section {
    padding: 40px 25px;
  }
}

.ac_main_banner {
  background-image: url("../../images/index-new/main_bg.png");
  background-position: center;
  background-size: cover;
  height: 90vh;
}

.ac_main_content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  height: 90vh;
}

.ac_main_content h1 {
  color: #fff;
  font-size: 35px;
}

.ac_main_content p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  /* margin-bottom: 250px; */
}

.ac_main_content_bg {
  background-color: #000000d8;
  padding: 150px 50px;
}

.ar_main_one {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

/* Layout */
.ar_main_container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
  margin: auto;
  padding: 30px 0px;
}

/* Sidebar */
/* .ar_sidebar {
  background: #faf6ec;
  border-radius: 12px;
  padding: 15px;
} */

.ar_search-box {
  /* background: #fff; */
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  background-color: #f9f5ea;
}

.ar_search-box input {
  border: none;
  outline: none;
  width: 100%;
  background-color: #f9f5ea;
}

.ar_category {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.ar_category.active {
  color: #0a8a54;
  font-weight: 600;
}

.ar_category:hover {
  background: #f0eadb;
}

/* Tabs */
.tabs {
  background: #0a8a54;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
}

.tab-btn {
  border: none;
  background: transparent;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.tab-btn.ar_active {
  background: #000;
}

/* Cards */
.ar_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.ar_card {
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  border: 1px solid #ddd;
}

.ar_card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ar_card-content {
  padding: 16px;
}

.ar_card-content h3 {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ar_card-content p {
  font-size: 16px;
  line-height: 25px;
  color: #797979;
}
.ar_date {
  color: #0a8a54;
  font-size: 13px;
  font-weight: 600;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.pagination button {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #0a8a54;
  background: #fff;
  color: #0a8a54;
  cursor: pointer;
}

.pagination button.ar_active {
  background: #0a8a54;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .ar_main_container {
    grid-template-columns: 1fr;
  }
}

/* Accordion */
.ar_accordion-item {
  margin-bottom: 8px;
  background-color: #f9f5ea;
  border-radius: 12px;
}

.ar_accordion-header {
  padding: 12px 22px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ar_accordion-header.active {
  color: #0a8a54;
  font-weight: 600;
}

.ar_accordion-header span {
  color: #0a8a54;
  font-weight: 600;
}

.ar_accordion-header:hover {
  background: #f0eadb;
}

.ar_accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 10px;
}

.ar_accordion-header .arrow {
  transition: transform 0.3s ease;
}

.ar_accordion-header.active .arrow {
  transform: rotate(90deg);
}
.read-more {
  font-size: 14px;
  color: #0a8a54;
  font-weight: 600;
  text-decoration: none;
}

.read-more span {
  margin-left: 6px;
}

.ar_accordion-content div {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}

.ar_accordion-content div:hover {
  background: #f0eadb;
}

.ar_accordion-content div.active {
  color: #0a8a54;
  font-weight: 600;
}

.care_main_banner {
  background-image: url("../../images/index-new/main_bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.care_main_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  text-align: center;
}

.care_main_content h1 {
  color: #fff;
  font-size: 60px;
  margin: 0px;
}

.care_main_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.care_main_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin: auto;
  padding: 30px 0px;
}

.care_cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.care_main_bg {
  background-color: #f9f5ea;
  padding: 20px 0px;
}

.job-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 0 0 1px #eaeaea;
  /* max-width: 1100px; */
  font-family: Arial, sans-serif;
}

/* Header */
.job-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.posted {
  color: #0a8f4d;
  font-size: 14px;
}

.read-more {
  color: #0a8f4d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.read-more span {
  margin-left: 6px;
}

/* Title */
.job-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

/* Description */
.job-desc {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  /* max-width: 900px; */
  margin-bottom: 16px;
}

/* Tags */
.job-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background: #f7f3e8;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: #000;
}

.latest_ar_bt {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.latest_ar_bt button {
  background-color: #018752;
  padding: 15px 50px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}

.latest_ar_bt button p {
  margin: 0px !important;
}

/* Back bar */
.back-bar {
  padding: 20px 0%;
  padding-top: 60px;
  padding-left: 30px;
  background-color: #f9f5ea;
}

.back-bar a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

/* Title */
.title-section {
  padding: 0 0% 30px;
}

.title-section h1 {
  font-size: 25px;
  /* max-width: 900px; */
  margin-top: 0px !important;
}

.title-section h1 span {
  display: block;
}

.meta {
  margin-top: 8px;
  font-size: 15px;
  color: #666;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Layout */
.blog-wrapper {
  background: #fff;
  padding: 40px 0%;
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 40px;
}

/* Content */
.blog-content h2 {
  margin: 20px 0 10px;
}

.blog-content h3 {
  margin: 24px 0 8px;
  color: #0a8f4d;
}

.blog-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.featured-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* Sidebar */
.sidebar {
  background: #f7f3e8;
  padding: 10px 20px;
  border-radius: 12px;
}

.sidebar h4 {
  margin-bottom: 16px;
  font-size: 20px;
  margin-top: 10px;
}

.side-card {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: center;
}

.side-card img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.side-card p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.side-card span {
  font-size: 15px;
  font-weight: 600;
  color: #018752;
}

/* Responsive */
@media (max-width: 900px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Hero */
.cr_s_hero {
  padding: 0 0% 30px;
}

.cr_s_hero h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.cr_s_hero p {
  color: #555;
  /* max-width: 800px; */
}

/* Job bar */
.cr_s_job-bar {
  margin-top: 20px;
  background: #0a8f4d;
  color: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 10px;
  flex-wrap: wrap;
}

.cr_s_job-item p {
  font-size: 16px;
  color: #fff;
  margin: 0px !important;
}

.cr_s_apply-btn2 {
  /* margin-left: auto; */
  background: #018752;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.cr_s_apply-btn {
  /* margin-left: auto; */
  background: #ffffff;
  color: #018752;
  border: none;
  padding: 15px 35px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

/* Content */
.cr_s_content {
  background: #fff;
  /* padding: 10px 0%; */
}

.cr_s_content h2 {
  margin-bottom: 12px;
  margin-top: 0px !important;
}

.cr_s_content h3 {
  margin: 28px 0 10px;
  color: #0a8f4d;
}

.cr_s_content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.cr_s_check-list li {
  margin-bottom: 8px;
  list-style: none;

  color: #333;
}

.cr_s_check-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../images/index-new/tick.png");
  background-size: cover;
  margin-right: 8px;
  vertical-align: middle;
}

/* Apply Section */
.cr_s_apply-section {
  padding: 40px 3%;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 30px;
  align-items: center;
  border-radius: 20px;
  background-color: #f9f5ea;
}

.cr_s_apply-text h3 {
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: 0px !important;
}

.cr_s_apply-text p {
  color: #797979;
  font-size: 15px;
  line-height: 25px;
}

.cr_s_highlight {
  color: #0a8f4d !important;
  font-weight: bold;
  margin: 14px 0;
  font-size: 20px !important;
}

.cr_s_apply-image img {
  width: 100%;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .cr_s_job-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cr_s_apply-btn {
    margin-left: 0;
  }

  .cr_s_apply-section {
    grid-template-columns: 1fr;
  }
}

.vl {
  border-left: 2px solid rgba(255, 255, 255, 0.281);
  height: 20px;
}
